1 | [ Apr 10 17:10:54 Enabled. ] | ||
2 | [ Apr 10 17:10:54 Rereading configuration. ] | ||
3 | [ Apr 10 17:10:55 Rereading configuration. ] | ||
4 | [ Apr 10 17:10:57 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 | [ Apr 10 17:10:57 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.04.10 17:10:58.898210 [ 1 ] {} <Information> Application: Will watch for the process with pid 22994 | ||
33 | 2024.04.10 17:10:58.898697 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.04.10 17:10:59.196798 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22994 | ||
35 | 2024.04.10 17:10:59.197671 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.04.10 17:10:59.198590 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.04.10 17:10:59.319870 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.04.10 17:10:59.357734 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.04.10 17:10:59.357793 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.04.10 17:10:59.357814 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.04.10 17:10:59.357894 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.04.10 17:10:59.358244 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.04.10 17:10:59.360358 [ 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.04.10 17:10:59.361146 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.04.10 17:10:59.362637 [ 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.04.10 17:10:59.362683 [ 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.04.10 17:10:59.362704 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.04.10 17:10:59.362964 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.04.10 17:10:59.364238 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.04.10 17:10:59.372248 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.04.10 17:10:59.373835 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.04.10 17:10:59.375434 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.04.10 17:10:59.375512 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.04.10 17:10:59.377522 [ 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.04.10 17:10:59.377845 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.04.10 17:10:59.383213 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.04.10 17:10:59.383653 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.04.10 17:10:59.385404 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.04.10 17:10:59.385866 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.04.10 17:10:59.386287 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.04.10 17:10:59.386714 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.04.10 17:10:59.388342 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.04.10 17:10:59.388376 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.04.10 17:10:59.388452 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.04.10 17:10:59.388659 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.04.10 17:10:59.399255 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.04.10 17:10:59.399304 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000189822 sec | ||
74 | 2024.04.10 17:10:59.399347 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.04.10 17:10:59.399361 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.04.10 17:10:59.400810 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.04.10 17:10:59.402200 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.04.10 17:10:59.402235 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.04.10 17:10:59.402270 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.04.10 17:10:59.402288 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.04.10 17:10:59.402301 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.04.10 17:10:59.402340 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.04.10 17:10:59.402355 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.04.10 17:10:59.402377 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.04.10 17:10:59.402418 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.04.10 17:10:59.402435 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.04.10 17:10:59.402454 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.04.10 17:10:59.402476 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.04.10 17:10:59.402514 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.04.10 17:10:59.402531 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.04.10 17:10:59.402557 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.04.10 17:10:59.402588 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.04.10 17:10:59.402606 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.04.10 17:10:59.446441 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.04.10 17:10:59.447798 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.04.10 17:10:59.447845 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.9961e-05 sec | ||
97 | 2024.04.10 17:10:59.447863 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.04.10 17:10:59.447885 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.04.10 17:10:59.447910 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.04.10 17:10:59.448130 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.04.10 17:10:59.448183 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.04.10 17:10:59.448197 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.04.10 17:10:59.448223 [ 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.04.10 17:10:59.448237 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.04.10 17:10:59.479464 [ 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.04.10 17:10:59.732830 [ 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.04.10 17:10:59.732906 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.04.10 17:10:59.795212 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.04.10 17:10:59.795476 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.88 MiB, peak 16.08 MiB, free memory in arenas 0.00 B, will set to 157.06 MiB (RSS), difference: 147.18 MiB | ||
110 | 2024.04.10 17:10:59.796524 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.233e-05 sec. | ||
111 | 2024.04.10 17:10:59.796901 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.04.10 17:10:59.796999 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.04.10 17:10:59.797062 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.04.10 17:10:59.797083 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.04.10 17:11:01.594256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.04.10 17:11:01.594493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
117 | 2024.04.10 17:11:01.594528 [ 3 ] {} <Debug> HTTP-Session: 40a44474-93b6-41c0-b90e-91410d7fdcea Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
118 | 2024.04.10 17:11:01.594562 [ 3 ] {} <Debug> HTTP-Session: 40a44474-93b6-41c0-b90e-91410d7fdcea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.04.10 17:11:01.594585 [ 3 ] {} <Debug> HTTP-Session: 40a44474-93b6-41c0-b90e-91410d7fdcea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.04.10 17:11:01.594671 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.04.10 17:11:01.594706 [ 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.04.10 17:11:01.594729 [ 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.04.10 17:11:01.594796 [ 3 ] {} <Trace> HTTP-Session: 40a44474-93b6-41c0-b90e-91410d7fdcea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.04.10 17:11:01.595835 [ 3 ] {50d7c249-be55-4ef4-a99c-6fe56e268afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.04.10 17:11:01.636066 [ 3 ] {50d7c249-be55-4ef4-a99c-6fe56e268afb} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:40530) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
126 | |||
127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
148 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.04.10 17:11:01.636862 [ 3 ] {50d7c249-be55-4ef4-a99c-6fe56e268afb} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
151 | |||
152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
173 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.04.10 17:11:01.637076 [ 3 ] {} <Debug> HTTP-Session: 40a44474-93b6-41c0-b90e-91410d7fdcea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.04.10 17:11:01.637465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.04.10 17:11:01.637535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
178 | 2024.04.10 17:11:01.637560 [ 3 ] {} <Debug> HTTP-Session: 73e6f997-af53-44c8-915c-addb8a8d1b6d Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
179 | 2024.04.10 17:11:01.637591 [ 3 ] {} <Debug> HTTP-Session: 73e6f997-af53-44c8-915c-addb8a8d1b6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.04.10 17:11:01.637605 [ 3 ] {} <Debug> HTTP-Session: 73e6f997-af53-44c8-915c-addb8a8d1b6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.04.10 17:11:01.637651 [ 3 ] {} <Trace> HTTP-Session: 73e6f997-af53-44c8-915c-addb8a8d1b6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.04.10 17:11:01.638828 [ 3 ] {b7a47493-aa7d-4e0c-a365-36724030e9da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.04.10 17:11:01.638941 [ 3 ] {b7a47493-aa7d-4e0c-a365-36724030e9da} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.04.10 17:11:01.641175 [ 3 ] {b7a47493-aa7d-4e0c-a365-36724030e9da} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.04.10 17:11:01.644311 [ 3 ] {b7a47493-aa7d-4e0c-a365-36724030e9da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.04.10 17:11:01.650596 [ 3 ] {b7a47493-aa7d-4e0c-a365-36724030e9da} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.04.10 17:11:01.650650 [ 3 ] {b7a47493-aa7d-4e0c-a365-36724030e9da} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.04.10 17:11:01.650668 [ 3 ] {} <Debug> HTTP-Session: 73e6f997-af53-44c8-915c-addb8a8d1b6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.04.10 17:11:01.651185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.04.10 17:11:01.651238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
191 | 2024.04.10 17:11:01.651261 [ 3 ] {} <Debug> HTTP-Session: 87a709c5-b5b8-422a-b751-9c7e91644694 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
192 | 2024.04.10 17:11:01.651278 [ 3 ] {} <Debug> HTTP-Session: 87a709c5-b5b8-422a-b751-9c7e91644694 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.04.10 17:11:01.651295 [ 3 ] {} <Debug> HTTP-Session: 87a709c5-b5b8-422a-b751-9c7e91644694 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.04.10 17:11:01.651328 [ 3 ] {} <Trace> HTTP-Session: 87a709c5-b5b8-422a-b751-9c7e91644694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.04.10 17:11:01.651418 [ 3 ] {b3a4a431-feb2-4819-bd69-8030dcb1716e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.04.10 17:11:01.651663 [ 3 ] {b3a4a431-feb2-4819-bd69-8030dcb1716e} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:40530) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
197 | |||
198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
219 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.04.10 17:11:01.651798 [ 3 ] {b3a4a431-feb2-4819-bd69-8030dcb1716e} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
222 | |||
223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
244 | 21. _thrp_setup @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.04.10 17:11:01.651928 [ 3 ] {} <Debug> HTTP-Session: 87a709c5-b5b8-422a-b751-9c7e91644694 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.04.10 17:11:01.652204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.04.10 17:11:01.652257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
249 | 2024.04.10 17:11:01.652276 [ 3 ] {} <Debug> HTTP-Session: f28057d5-af11-461c-9235-6d07829d54d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
250 | 2024.04.10 17:11:01.652296 [ 3 ] {} <Debug> HTTP-Session: f28057d5-af11-461c-9235-6d07829d54d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.04.10 17:11:01.652316 [ 3 ] {} <Debug> HTTP-Session: f28057d5-af11-461c-9235-6d07829d54d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.04.10 17:11:01.652345 [ 3 ] {} <Trace> HTTP-Session: f28057d5-af11-461c-9235-6d07829d54d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.04.10 17:11:01.652476 [ 3 ] {44a1eadc-6cb7-4374-8132-daf7573c5ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.04.10 17:11:01.652591 [ 3 ] {44a1eadc-6cb7-4374-8132-daf7573c5ef8} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.04.10 17:11:01.652612 [ 3 ] {} <Debug> HTTP-Session: f28057d5-af11-461c-9235-6d07829d54d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.04.10 17:11:01.652738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.04.10 17:11:01.652785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
258 | 2024.04.10 17:11:01.652803 [ 3 ] {} <Debug> HTTP-Session: f4a5e335-cb40-416f-9442-77ec112680c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
259 | 2024.04.10 17:11:01.652822 [ 3 ] {} <Debug> HTTP-Session: f4a5e335-cb40-416f-9442-77ec112680c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.04.10 17:11:01.652840 [ 3 ] {} <Debug> HTTP-Session: f4a5e335-cb40-416f-9442-77ec112680c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.04.10 17:11:01.652867 [ 3 ] {} <Trace> HTTP-Session: f4a5e335-cb40-416f-9442-77ec112680c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.04.10 17:11:01.652920 [ 3 ] {5000cde2-809e-4bdd-80c2-c8f43926d3ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.04.10 17:11:01.652987 [ 3 ] {5000cde2-809e-4bdd-80c2-c8f43926d3ea} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.04.10 17:11:01.654141 [ 3 ] {5000cde2-809e-4bdd-80c2-c8f43926d3ea} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.04.10 17:11:01.654180 [ 3 ] {5000cde2-809e-4bdd-80c2-c8f43926d3ea} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1631e-05 sec | ||
266 | 2024.04.10 17:11:01.654213 [ 3 ] {5000cde2-809e-4bdd-80c2-c8f43926d3ea} <Trace> ReferentialDeps: No tables | ||
267 | 2024.04.10 17:11:01.654226 [ 3 ] {5000cde2-809e-4bdd-80c2-c8f43926d3ea} <Trace> LoadingDeps: No tables | ||
268 | 2024.04.10 17:11:01.654251 [ 3 ] {5000cde2-809e-4bdd-80c2-c8f43926d3ea} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.04.10 17:11:01.654332 [ 3 ] {5000cde2-809e-4bdd-80c2-c8f43926d3ea} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.04.10 17:11:01.654357 [ 3 ] {} <Debug> HTTP-Session: f4a5e335-cb40-416f-9442-77ec112680c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.04.10 17:11:01.654462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.04.10 17:11:01.654510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
273 | 2024.04.10 17:11:01.654532 [ 3 ] {} <Debug> HTTP-Session: f139376d-3df4-4858-9503-42aae2d54195 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
274 | 2024.04.10 17:11:01.654548 [ 3 ] {} <Debug> HTTP-Session: f139376d-3df4-4858-9503-42aae2d54195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.04.10 17:11:01.654565 [ 3 ] {} <Debug> HTTP-Session: f139376d-3df4-4858-9503-42aae2d54195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.04.10 17:11:01.654615 [ 3 ] {} <Trace> HTTP-Session: f139376d-3df4-4858-9503-42aae2d54195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.04.10 17:11:01.654721 [ 3 ] {335e8151-8faf-4043-8c0c-6f4b61d70096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) /* 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.04.10 17:11:01.654768 [ 3 ] {335e8151-8faf-4043-8c0c-6f4b61d70096} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.04.10 17:11:01.659401 [ 3 ] {335e8151-8faf-4043-8c0c-6f4b61d70096} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.04.10 17:11:01.660453 [ 3 ] {335e8151-8faf-4043-8c0c-6f4b61d70096} <Debug> oximeter.version (8a740748-3d66-40f3-9c09-41d6f4c2ee97): Loading data parts | ||
282 | 2024.04.10 17:11:01.660845 [ 3 ] {335e8151-8faf-4043-8c0c-6f4b61d70096} <Debug> oximeter.version (8a740748-3d66-40f3-9c09-41d6f4c2ee97): There are no data parts | ||
283 | 2024.04.10 17:11:01.663351 [ 3 ] {335e8151-8faf-4043-8c0c-6f4b61d70096} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.04.10 17:11:01.663416 [ 3 ] {} <Debug> HTTP-Session: f139376d-3df4-4858-9503-42aae2d54195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.04.10 17:11:01.663532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.04.10 17:11:01.663578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
287 | 2024.04.10 17:11:01.663602 [ 3 ] {} <Debug> HTTP-Session: 113888e5-5ce4-4c3b-b12d-97e9a8d3598d Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
288 | 2024.04.10 17:11:01.663630 [ 3 ] {} <Debug> HTTP-Session: 113888e5-5ce4-4c3b-b12d-97e9a8d3598d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.04.10 17:11:01.663643 [ 3 ] {} <Debug> HTTP-Session: 113888e5-5ce4-4c3b-b12d-97e9a8d3598d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.04.10 17:11:01.663676 [ 3 ] {} <Trace> HTTP-Session: 113888e5-5ce4-4c3b-b12d-97e9a8d3598d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.04.10 17:11:01.663848 [ 3 ] {ebd85c19-e3a4-44fc-b8d5-a49280080a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) /* 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.04.10 17:11:01.663899 [ 3 ] {ebd85c19-e3a4-44fc-b8d5-a49280080a1f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.04.10 17:11:01.670816 [ 3 ] {ebd85c19-e3a4-44fc-b8d5-a49280080a1f} <Debug> oximeter.measurements_bool (8f0f9ce4-ee1a-498e-9190-48f9e01e05ac): Loading data parts | ||
304 | 2024.04.10 17:11:01.671032 [ 3 ] {ebd85c19-e3a4-44fc-b8d5-a49280080a1f} <Debug> oximeter.measurements_bool (8f0f9ce4-ee1a-498e-9190-48f9e01e05ac): There are no data parts | ||
305 | 2024.04.10 17:11:01.672285 [ 3 ] {ebd85c19-e3a4-44fc-b8d5-a49280080a1f} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.04.10 17:11:01.672312 [ 3 ] {} <Debug> HTTP-Session: 113888e5-5ce4-4c3b-b12d-97e9a8d3598d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.04.10 17:11:01.672467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.04.10 17:11:01.672523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
309 | 2024.04.10 17:11:01.672541 [ 3 ] {} <Debug> HTTP-Session: ff835c40-6abf-482b-b542-d4be8009e3e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
310 | 2024.04.10 17:11:01.672560 [ 3 ] {} <Debug> HTTP-Session: ff835c40-6abf-482b-b542-d4be8009e3e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.04.10 17:11:01.672573 [ 3 ] {} <Debug> HTTP-Session: ff835c40-6abf-482b-b542-d4be8009e3e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.04.10 17:11:01.672606 [ 3 ] {} <Trace> HTTP-Session: ff835c40-6abf-482b-b542-d4be8009e3e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.04.10 17:11:01.672750 [ 3 ] {59595ceb-a875-4fc8-b344-193552ed9009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.672795 [ 3 ] {59595ceb-a875-4fc8-b344-193552ed9009} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.04.10 17:11:01.674402 [ 3 ] {59595ceb-a875-4fc8-b344-193552ed9009} <Debug> oximeter.measurements_i8 (9b713a26-8e5c-41da-995f-167b982d3e37): Loading data parts | ||
316 | 2024.04.10 17:11:01.674576 [ 3 ] {59595ceb-a875-4fc8-b344-193552ed9009} <Debug> oximeter.measurements_i8 (9b713a26-8e5c-41da-995f-167b982d3e37): There are no data parts | ||
317 | 2024.04.10 17:11:01.675739 [ 3 ] {59595ceb-a875-4fc8-b344-193552ed9009} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.04.10 17:11:01.675771 [ 3 ] {} <Debug> HTTP-Session: ff835c40-6abf-482b-b542-d4be8009e3e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.04.10 17:11:01.675906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.04.10 17:11:01.675967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
321 | 2024.04.10 17:11:01.676008 [ 3 ] {} <Debug> HTTP-Session: 5bb8a497-c932-4f46-96da-f64f34dc6e62 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
322 | 2024.04.10 17:11:01.676041 [ 3 ] {} <Debug> HTTP-Session: 5bb8a497-c932-4f46-96da-f64f34dc6e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.04.10 17:11:01.676059 [ 3 ] {} <Debug> HTTP-Session: 5bb8a497-c932-4f46-96da-f64f34dc6e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.04.10 17:11:01.676105 [ 3 ] {} <Trace> HTTP-Session: 5bb8a497-c932-4f46-96da-f64f34dc6e62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.04.10 17:11:01.676260 [ 3 ] {3d345d8f-8fc6-419c-a507-9a2102753b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.676311 [ 3 ] {3d345d8f-8fc6-419c-a507-9a2102753b7a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.04.10 17:11:01.677897 [ 3 ] {3d345d8f-8fc6-419c-a507-9a2102753b7a} <Debug> oximeter.measurements_u8 (dcb02ecf-dc38-4c11-8e63-8b271ce50ffb): Loading data parts | ||
328 | 2024.04.10 17:11:01.678095 [ 3 ] {3d345d8f-8fc6-419c-a507-9a2102753b7a} <Debug> oximeter.measurements_u8 (dcb02ecf-dc38-4c11-8e63-8b271ce50ffb): There are no data parts | ||
329 | 2024.04.10 17:11:01.679288 [ 3 ] {3d345d8f-8fc6-419c-a507-9a2102753b7a} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.04.10 17:11:01.679322 [ 3 ] {} <Debug> HTTP-Session: 5bb8a497-c932-4f46-96da-f64f34dc6e62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.04.10 17:11:01.679433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.04.10 17:11:01.679488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
333 | 2024.04.10 17:11:01.679507 [ 3 ] {} <Debug> HTTP-Session: 5c6346d7-b3da-4814-8b86-fb95534c8e54 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
334 | 2024.04.10 17:11:01.679523 [ 3 ] {} <Debug> HTTP-Session: 5c6346d7-b3da-4814-8b86-fb95534c8e54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.04.10 17:11:01.679539 [ 3 ] {} <Debug> HTTP-Session: 5c6346d7-b3da-4814-8b86-fb95534c8e54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.04.10 17:11:01.679572 [ 3 ] {} <Trace> HTTP-Session: 5c6346d7-b3da-4814-8b86-fb95534c8e54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.04.10 17:11:01.679717 [ 3 ] {9275ffcb-a947-4709-a9ba-49364a2d0828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.679770 [ 3 ] {9275ffcb-a947-4709-a9ba-49364a2d0828} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.04.10 17:11:01.681366 [ 3 ] {9275ffcb-a947-4709-a9ba-49364a2d0828} <Debug> oximeter.measurements_i16 (b26002b2-a1da-4518-9dcf-057aff73be35): Loading data parts | ||
340 | 2024.04.10 17:11:01.681533 [ 3 ] {9275ffcb-a947-4709-a9ba-49364a2d0828} <Debug> oximeter.measurements_i16 (b26002b2-a1da-4518-9dcf-057aff73be35): There are no data parts | ||
341 | 2024.04.10 17:11:01.682619 [ 3 ] {9275ffcb-a947-4709-a9ba-49364a2d0828} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.04.10 17:11:01.682652 [ 3 ] {} <Debug> HTTP-Session: 5c6346d7-b3da-4814-8b86-fb95534c8e54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.04.10 17:11:01.682762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.04.10 17:11:01.682807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
345 | 2024.04.10 17:11:01.682831 [ 3 ] {} <Debug> HTTP-Session: 296618d7-3550-4051-8629-aba13858f482 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
346 | 2024.04.10 17:11:01.682851 [ 3 ] {} <Debug> HTTP-Session: 296618d7-3550-4051-8629-aba13858f482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.04.10 17:11:01.682865 [ 3 ] {} <Debug> HTTP-Session: 296618d7-3550-4051-8629-aba13858f482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.04.10 17:11:01.682897 [ 3 ] {} <Trace> HTTP-Session: 296618d7-3550-4051-8629-aba13858f482 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.04.10 17:11:01.683049 [ 3 ] {4ac14bad-ae43-4875-9162-21e6679a3f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.683099 [ 3 ] {4ac14bad-ae43-4875-9162-21e6679a3f45} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.04.10 17:11:01.684627 [ 3 ] {4ac14bad-ae43-4875-9162-21e6679a3f45} <Debug> oximeter.measurements_u16 (c7fb69c4-51dd-46ba-b670-517393483008): Loading data parts | ||
352 | 2024.04.10 17:11:01.684789 [ 3 ] {4ac14bad-ae43-4875-9162-21e6679a3f45} <Debug> oximeter.measurements_u16 (c7fb69c4-51dd-46ba-b670-517393483008): There are no data parts | ||
353 | 2024.04.10 17:11:01.685936 [ 3 ] {4ac14bad-ae43-4875-9162-21e6679a3f45} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.04.10 17:11:01.685969 [ 3 ] {} <Debug> HTTP-Session: 296618d7-3550-4051-8629-aba13858f482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.04.10 17:11:01.686083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.04.10 17:11:01.686136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
357 | 2024.04.10 17:11:01.686154 [ 3 ] {} <Debug> HTTP-Session: 7146a906-1f41-46ed-8c1b-d41f88d6eff2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
358 | 2024.04.10 17:11:01.686170 [ 3 ] {} <Debug> HTTP-Session: 7146a906-1f41-46ed-8c1b-d41f88d6eff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.04.10 17:11:01.686186 [ 3 ] {} <Debug> HTTP-Session: 7146a906-1f41-46ed-8c1b-d41f88d6eff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.04.10 17:11:01.686230 [ 3 ] {} <Trace> HTTP-Session: 7146a906-1f41-46ed-8c1b-d41f88d6eff2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.04.10 17:11:01.686374 [ 3 ] {1012b089-d6e3-498a-8fa5-531bff36476b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.686441 [ 3 ] {1012b089-d6e3-498a-8fa5-531bff36476b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.04.10 17:11:01.687995 [ 3 ] {1012b089-d6e3-498a-8fa5-531bff36476b} <Debug> oximeter.measurements_i32 (20164c40-cba3-423e-b9ca-de74658d7407): Loading data parts | ||
364 | 2024.04.10 17:11:01.688155 [ 3 ] {1012b089-d6e3-498a-8fa5-531bff36476b} <Debug> oximeter.measurements_i32 (20164c40-cba3-423e-b9ca-de74658d7407): There are no data parts | ||
365 | 2024.04.10 17:11:01.689204 [ 3 ] {1012b089-d6e3-498a-8fa5-531bff36476b} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.04.10 17:11:01.689235 [ 3 ] {} <Debug> HTTP-Session: 7146a906-1f41-46ed-8c1b-d41f88d6eff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.04.10 17:11:01.689338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.04.10 17:11:01.689389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
369 | 2024.04.10 17:11:01.689412 [ 3 ] {} <Debug> HTTP-Session: 62c6611f-ac4b-460a-b43f-ade2fd17029a Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
370 | 2024.04.10 17:11:01.689451 [ 3 ] {} <Debug> HTTP-Session: 62c6611f-ac4b-460a-b43f-ade2fd17029a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.04.10 17:11:01.689464 [ 3 ] {} <Debug> HTTP-Session: 62c6611f-ac4b-460a-b43f-ade2fd17029a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.04.10 17:11:01.689496 [ 3 ] {} <Trace> HTTP-Session: 62c6611f-ac4b-460a-b43f-ade2fd17029a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.04.10 17:11:01.689639 [ 3 ] {de5fca93-727b-4ab5-b3d3-241799d4fedd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.689685 [ 3 ] {de5fca93-727b-4ab5-b3d3-241799d4fedd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.04.10 17:11:01.691194 [ 3 ] {de5fca93-727b-4ab5-b3d3-241799d4fedd} <Debug> oximeter.measurements_u32 (5cb06e54-9e91-44a5-90aa-9d2ad058f847): Loading data parts | ||
376 | 2024.04.10 17:11:01.691353 [ 3 ] {de5fca93-727b-4ab5-b3d3-241799d4fedd} <Debug> oximeter.measurements_u32 (5cb06e54-9e91-44a5-90aa-9d2ad058f847): There are no data parts | ||
377 | 2024.04.10 17:11:01.692490 [ 3 ] {de5fca93-727b-4ab5-b3d3-241799d4fedd} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.04.10 17:11:01.692523 [ 3 ] {} <Debug> HTTP-Session: 62c6611f-ac4b-460a-b43f-ade2fd17029a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.04.10 17:11:01.692628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.04.10 17:11:01.692677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
381 | 2024.04.10 17:11:01.692707 [ 3 ] {} <Debug> HTTP-Session: 0a913d6a-cbaf-400f-9b73-7afae7cee065 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
382 | 2024.04.10 17:11:01.692723 [ 3 ] {} <Debug> HTTP-Session: 0a913d6a-cbaf-400f-9b73-7afae7cee065 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.04.10 17:11:01.692740 [ 3 ] {} <Debug> HTTP-Session: 0a913d6a-cbaf-400f-9b73-7afae7cee065 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.04.10 17:11:01.692778 [ 3 ] {} <Trace> HTTP-Session: 0a913d6a-cbaf-400f-9b73-7afae7cee065 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.04.10 17:11:01.692922 [ 3 ] {0d1cacf9-56c3-427c-815e-3a5e55d6ab54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.692968 [ 3 ] {0d1cacf9-56c3-427c-815e-3a5e55d6ab54} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.04.10 17:11:01.694538 [ 3 ] {0d1cacf9-56c3-427c-815e-3a5e55d6ab54} <Debug> oximeter.measurements_i64 (41b0d835-1b5e-42aa-a8fd-b831c37fb10e): Loading data parts | ||
388 | 2024.04.10 17:11:01.694712 [ 3 ] {0d1cacf9-56c3-427c-815e-3a5e55d6ab54} <Debug> oximeter.measurements_i64 (41b0d835-1b5e-42aa-a8fd-b831c37fb10e): There are no data parts | ||
389 | 2024.04.10 17:11:01.695828 [ 3 ] {0d1cacf9-56c3-427c-815e-3a5e55d6ab54} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.04.10 17:11:01.695861 [ 3 ] {} <Debug> HTTP-Session: 0a913d6a-cbaf-400f-9b73-7afae7cee065 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.04.10 17:11:01.695962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.04.10 17:11:01.696019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
393 | 2024.04.10 17:11:01.696041 [ 3 ] {} <Debug> HTTP-Session: 78a37539-3fc3-47c3-bcf9-01e24107ec38 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
394 | 2024.04.10 17:11:01.696062 [ 3 ] {} <Debug> HTTP-Session: 78a37539-3fc3-47c3-bcf9-01e24107ec38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.04.10 17:11:01.696075 [ 3 ] {} <Debug> HTTP-Session: 78a37539-3fc3-47c3-bcf9-01e24107ec38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.04.10 17:11:01.696107 [ 3 ] {} <Trace> HTTP-Session: 78a37539-3fc3-47c3-bcf9-01e24107ec38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.04.10 17:11:01.696252 [ 3 ] {dc0e1044-8649-4c4d-b59d-327c16acb736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.696299 [ 3 ] {dc0e1044-8649-4c4d-b59d-327c16acb736} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.04.10 17:11:01.697861 [ 3 ] {dc0e1044-8649-4c4d-b59d-327c16acb736} <Debug> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Loading data parts | ||
400 | 2024.04.10 17:11:01.698039 [ 3 ] {dc0e1044-8649-4c4d-b59d-327c16acb736} <Debug> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): There are no data parts | ||
401 | 2024.04.10 17:11:01.699111 [ 3 ] {dc0e1044-8649-4c4d-b59d-327c16acb736} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.04.10 17:11:01.699154 [ 3 ] {} <Debug> HTTP-Session: 78a37539-3fc3-47c3-bcf9-01e24107ec38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.04.10 17:11:01.699255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.04.10 17:11:01.699305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
405 | 2024.04.10 17:11:01.699338 [ 3 ] {} <Debug> HTTP-Session: c2121c42-24fd-4044-b954-34e08d8757e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
406 | 2024.04.10 17:11:01.699353 [ 3 ] {} <Debug> HTTP-Session: c2121c42-24fd-4044-b954-34e08d8757e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.04.10 17:11:01.699371 [ 3 ] {} <Debug> HTTP-Session: c2121c42-24fd-4044-b954-34e08d8757e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.04.10 17:11:01.699405 [ 3 ] {} <Trace> HTTP-Session: c2121c42-24fd-4044-b954-34e08d8757e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.04.10 17:11:01.699550 [ 3 ] {dd608ad0-96c0-4fa3-a326-c6ddf8793811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.699596 [ 3 ] {dd608ad0-96c0-4fa3-a326-c6ddf8793811} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.04.10 17:11:01.701146 [ 3 ] {dd608ad0-96c0-4fa3-a326-c6ddf8793811} <Debug> oximeter.measurements_f32 (458f3ec2-30ca-4a5a-8b54-37a1ad1fdd83): Loading data parts | ||
412 | 2024.04.10 17:11:01.701327 [ 3 ] {dd608ad0-96c0-4fa3-a326-c6ddf8793811} <Debug> oximeter.measurements_f32 (458f3ec2-30ca-4a5a-8b54-37a1ad1fdd83): There are no data parts | ||
413 | 2024.04.10 17:11:01.702510 [ 3 ] {dd608ad0-96c0-4fa3-a326-c6ddf8793811} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.04.10 17:11:01.702544 [ 3 ] {} <Debug> HTTP-Session: c2121c42-24fd-4044-b954-34e08d8757e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.04.10 17:11:01.702654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.04.10 17:11:01.702706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
417 | 2024.04.10 17:11:01.702728 [ 3 ] {} <Debug> HTTP-Session: 9cdfb4a1-9d7f-4438-98ba-01d5a5dfaefc Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
418 | 2024.04.10 17:11:01.702748 [ 3 ] {} <Debug> HTTP-Session: 9cdfb4a1-9d7f-4438-98ba-01d5a5dfaefc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.04.10 17:11:01.702761 [ 3 ] {} <Debug> HTTP-Session: 9cdfb4a1-9d7f-4438-98ba-01d5a5dfaefc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.04.10 17:11:01.702794 [ 3 ] {} <Trace> HTTP-Session: 9cdfb4a1-9d7f-4438-98ba-01d5a5dfaefc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.04.10 17:11:01.702937 [ 3 ] {d6763177-5c61-44a9-8eb5-55ab279762a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.702984 [ 3 ] {d6763177-5c61-44a9-8eb5-55ab279762a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.04.10 17:11:01.704564 [ 3 ] {d6763177-5c61-44a9-8eb5-55ab279762a7} <Debug> oximeter.measurements_f64 (94b60877-4c3b-4cfe-8b93-c449ee22e364): Loading data parts | ||
424 | 2024.04.10 17:11:01.704716 [ 3 ] {d6763177-5c61-44a9-8eb5-55ab279762a7} <Debug> oximeter.measurements_f64 (94b60877-4c3b-4cfe-8b93-c449ee22e364): There are no data parts | ||
425 | 2024.04.10 17:11:01.705912 [ 3 ] {d6763177-5c61-44a9-8eb5-55ab279762a7} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.04.10 17:11:01.705952 [ 3 ] {} <Debug> HTTP-Session: 9cdfb4a1-9d7f-4438-98ba-01d5a5dfaefc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.04.10 17:11:01.706073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.04.10 17:11:01.706125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
429 | 2024.04.10 17:11:01.706148 [ 3 ] {} <Debug> HTTP-Session: 5311fa03-c2fa-42e4-84e4-1dea293d0e74 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
430 | 2024.04.10 17:11:01.706163 [ 3 ] {} <Debug> HTTP-Session: 5311fa03-c2fa-42e4-84e4-1dea293d0e74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.04.10 17:11:01.706180 [ 3 ] {} <Debug> HTTP-Session: 5311fa03-c2fa-42e4-84e4-1dea293d0e74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.04.10 17:11:01.706213 [ 3 ] {} <Trace> HTTP-Session: 5311fa03-c2fa-42e4-84e4-1dea293d0e74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.04.10 17:11:01.706357 [ 3 ] {a9c4acc9-b0e7-4f9f-9ac9-dffc0371fd6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.706410 [ 3 ] {a9c4acc9-b0e7-4f9f-9ac9-dffc0371fd6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.04.10 17:11:01.707965 [ 3 ] {a9c4acc9-b0e7-4f9f-9ac9-dffc0371fd6d} <Debug> oximeter.measurements_string (60f910f2-d0b7-4fc9-b280-569ffe914835): Loading data parts | ||
436 | 2024.04.10 17:11:01.708130 [ 3 ] {a9c4acc9-b0e7-4f9f-9ac9-dffc0371fd6d} <Debug> oximeter.measurements_string (60f910f2-d0b7-4fc9-b280-569ffe914835): There are no data parts | ||
437 | 2024.04.10 17:11:01.709254 [ 3 ] {a9c4acc9-b0e7-4f9f-9ac9-dffc0371fd6d} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.04.10 17:11:01.709288 [ 3 ] {} <Debug> HTTP-Session: 5311fa03-c2fa-42e4-84e4-1dea293d0e74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.04.10 17:11:01.709409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.04.10 17:11:01.709461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
441 | 2024.04.10 17:11:01.709484 [ 3 ] {} <Debug> HTTP-Session: a17084a1-8508-421f-8f52-0a90455b3d66 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
442 | 2024.04.10 17:11:01.709504 [ 3 ] {} <Debug> HTTP-Session: a17084a1-8508-421f-8f52-0a90455b3d66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.04.10 17:11:01.709517 [ 3 ] {} <Debug> HTTP-Session: a17084a1-8508-421f-8f52-0a90455b3d66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.04.10 17:11:01.709550 [ 3 ] {} <Trace> HTTP-Session: a17084a1-8508-421f-8f52-0a90455b3d66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.04.10 17:11:01.709704 [ 3 ] {bb276e13-918b-4054-b693-06f4a516b402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.709761 [ 3 ] {bb276e13-918b-4054-b693-06f4a516b402} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.04.10 17:11:01.711283 [ 3 ] {bb276e13-918b-4054-b693-06f4a516b402} <Debug> oximeter.measurements_bytes (0c1d51da-26da-45fd-a49d-41075c357dfb): Loading data parts | ||
455 | 2024.04.10 17:11:01.711459 [ 3 ] {bb276e13-918b-4054-b693-06f4a516b402} <Debug> oximeter.measurements_bytes (0c1d51da-26da-45fd-a49d-41075c357dfb): There are no data parts | ||
456 | 2024.04.10 17:11:01.712570 [ 3 ] {bb276e13-918b-4054-b693-06f4a516b402} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.04.10 17:11:01.712616 [ 3 ] {} <Debug> HTTP-Session: a17084a1-8508-421f-8f52-0a90455b3d66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.04.10 17:11:01.712734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.04.10 17:11:01.712779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
460 | 2024.04.10 17:11:01.712803 [ 3 ] {} <Debug> HTTP-Session: 33988f47-5b18-486f-9060-05e4453cd628 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
461 | 2024.04.10 17:11:01.712830 [ 3 ] {} <Debug> HTTP-Session: 33988f47-5b18-486f-9060-05e4453cd628 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.04.10 17:11:01.712843 [ 3 ] {} <Debug> HTTP-Session: 33988f47-5b18-486f-9060-05e4453cd628 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.04.10 17:11:01.712876 [ 3 ] {} <Trace> HTTP-Session: 33988f47-5b18-486f-9060-05e4453cd628 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.04.10 17:11:01.713029 [ 3 ] {f2e9c073-6cbc-4971-ae5e-cdc458b6806f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.713081 [ 3 ] {f2e9c073-6cbc-4971-ae5e-cdc458b6806f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.04.10 17:11:01.714656 [ 3 ] {f2e9c073-6cbc-4971-ae5e-cdc458b6806f} <Debug> oximeter.measurements_cumulativei64 (07e66e58-7fb8-4ca6-8074-c441039b6c78): Loading data parts | ||
467 | 2024.04.10 17:11:01.714828 [ 3 ] {f2e9c073-6cbc-4971-ae5e-cdc458b6806f} <Debug> oximeter.measurements_cumulativei64 (07e66e58-7fb8-4ca6-8074-c441039b6c78): There are no data parts | ||
468 | 2024.04.10 17:11:01.715924 [ 3 ] {f2e9c073-6cbc-4971-ae5e-cdc458b6806f} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.04.10 17:11:01.715951 [ 3 ] {} <Debug> HTTP-Session: 33988f47-5b18-486f-9060-05e4453cd628 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.04.10 17:11:01.716079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.04.10 17:11:01.716137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
472 | 2024.04.10 17:11:01.716155 [ 3 ] {} <Debug> HTTP-Session: a65c8e32-c545-4f56-b3a4-c7591cdeeaab Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
473 | 2024.04.10 17:11:01.716176 [ 3 ] {} <Debug> HTTP-Session: a65c8e32-c545-4f56-b3a4-c7591cdeeaab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.04.10 17:11:01.716199 [ 3 ] {} <Debug> HTTP-Session: a65c8e32-c545-4f56-b3a4-c7591cdeeaab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.04.10 17:11:01.716228 [ 3 ] {} <Trace> HTTP-Session: a65c8e32-c545-4f56-b3a4-c7591cdeeaab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.04.10 17:11:01.716382 [ 3 ] {4fcdc94d-1b8d-4d99-868d-849e41312299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.716434 [ 3 ] {4fcdc94d-1b8d-4d99-868d-849e41312299} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.04.10 17:11:01.717998 [ 3 ] {4fcdc94d-1b8d-4d99-868d-849e41312299} <Debug> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Loading data parts | ||
479 | 2024.04.10 17:11:01.718151 [ 3 ] {4fcdc94d-1b8d-4d99-868d-849e41312299} <Debug> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): There are no data parts | ||
480 | 2024.04.10 17:11:01.719333 [ 3 ] {4fcdc94d-1b8d-4d99-868d-849e41312299} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.04.10 17:11:01.719377 [ 3 ] {} <Debug> HTTP-Session: a65c8e32-c545-4f56-b3a4-c7591cdeeaab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.04.10 17:11:01.719483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.04.10 17:11:01.719534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
484 | 2024.04.10 17:11:01.719558 [ 3 ] {} <Debug> HTTP-Session: 1b9347c8-6724-4412-b32f-e736b3d6f2db Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
485 | 2024.04.10 17:11:01.719573 [ 3 ] {} <Debug> HTTP-Session: 1b9347c8-6724-4412-b32f-e736b3d6f2db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.04.10 17:11:01.719591 [ 3 ] {} <Debug> HTTP-Session: 1b9347c8-6724-4412-b32f-e736b3d6f2db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.04.10 17:11:01.719625 [ 3 ] {} <Trace> HTTP-Session: 1b9347c8-6724-4412-b32f-e736b3d6f2db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.04.10 17:11:01.719774 [ 3 ] {88e0788b-4929-4694-94dd-33b8b50f1c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.719827 [ 3 ] {88e0788b-4929-4694-94dd-33b8b50f1c49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.04.10 17:11:01.721420 [ 3 ] {88e0788b-4929-4694-94dd-33b8b50f1c49} <Debug> oximeter.measurements_cumulativef32 (2554c51a-6368-476e-9a6a-244127ca0842): Loading data parts | ||
491 | 2024.04.10 17:11:01.721603 [ 3 ] {88e0788b-4929-4694-94dd-33b8b50f1c49} <Debug> oximeter.measurements_cumulativef32 (2554c51a-6368-476e-9a6a-244127ca0842): There are no data parts | ||
492 | 2024.04.10 17:11:01.722743 [ 3 ] {88e0788b-4929-4694-94dd-33b8b50f1c49} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.04.10 17:11:01.722777 [ 3 ] {} <Debug> HTTP-Session: 1b9347c8-6724-4412-b32f-e736b3d6f2db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.04.10 17:11:01.722908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.04.10 17:11:01.722953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
496 | 2024.04.10 17:11:01.722977 [ 3 ] {} <Debug> HTTP-Session: 40303b42-4568-48d0-a282-9a2ecb7901a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
497 | 2024.04.10 17:11:01.722999 [ 3 ] {} <Debug> HTTP-Session: 40303b42-4568-48d0-a282-9a2ecb7901a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.04.10 17:11:01.723013 [ 3 ] {} <Debug> HTTP-Session: 40303b42-4568-48d0-a282-9a2ecb7901a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.04.10 17:11:01.723047 [ 3 ] {} <Trace> HTTP-Session: 40303b42-4568-48d0-a282-9a2ecb7901a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.04.10 17:11:01.723203 [ 3 ] {90af00e3-29bc-43c1-af9d-73886ef17b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.723257 [ 3 ] {90af00e3-29bc-43c1-af9d-73886ef17b2b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.04.10 17:11:01.724842 [ 3 ] {90af00e3-29bc-43c1-af9d-73886ef17b2b} <Debug> oximeter.measurements_cumulativef64 (df4f0155-cf7a-4679-971a-98c12cc6a88c): Loading data parts | ||
503 | 2024.04.10 17:11:01.725024 [ 3 ] {90af00e3-29bc-43c1-af9d-73886ef17b2b} <Debug> oximeter.measurements_cumulativef64 (df4f0155-cf7a-4679-971a-98c12cc6a88c): There are no data parts | ||
504 | 2024.04.10 17:11:01.726163 [ 3 ] {90af00e3-29bc-43c1-af9d-73886ef17b2b} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.04.10 17:11:01.726190 [ 3 ] {} <Debug> HTTP-Session: 40303b42-4568-48d0-a282-9a2ecb7901a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.04.10 17:11:01.726309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.04.10 17:11:01.726358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
508 | 2024.04.10 17:11:01.726374 [ 3 ] {} <Debug> HTTP-Session: 6ab1eea1-f596-4179-ba1a-72456acf93a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
509 | 2024.04.10 17:11:01.726395 [ 3 ] {} <Debug> HTTP-Session: 6ab1eea1-f596-4179-ba1a-72456acf93a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.04.10 17:11:01.726413 [ 3 ] {} <Debug> HTTP-Session: 6ab1eea1-f596-4179-ba1a-72456acf93a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.04.10 17:11:01.726440 [ 3 ] {} <Trace> HTTP-Session: 6ab1eea1-f596-4179-ba1a-72456acf93a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.04.10 17:11:01.726591 [ 3 ] {b6266353-0988-4da2-9cc4-7575707fa95e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.726650 [ 3 ] {b6266353-0988-4da2-9cc4-7575707fa95e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.04.10 17:11:01.728306 [ 3 ] {b6266353-0988-4da2-9cc4-7575707fa95e} <Debug> oximeter.measurements_histogrami8 (76fcc07d-c9e4-4f89-9887-cfdea4827f58): Loading data parts | ||
525 | 2024.04.10 17:11:01.728457 [ 3 ] {b6266353-0988-4da2-9cc4-7575707fa95e} <Debug> oximeter.measurements_histogrami8 (76fcc07d-c9e4-4f89-9887-cfdea4827f58): There are no data parts | ||
526 | 2024.04.10 17:11:01.729607 [ 3 ] {b6266353-0988-4da2-9cc4-7575707fa95e} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.04.10 17:11:01.729633 [ 3 ] {} <Debug> HTTP-Session: 6ab1eea1-f596-4179-ba1a-72456acf93a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.04.10 17:11:01.729745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.04.10 17:11:01.729795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
530 | 2024.04.10 17:11:01.729826 [ 3 ] {} <Debug> HTTP-Session: a32b68f5-ddc4-42f4-89f9-cf20a6ecec79 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
531 | 2024.04.10 17:11:01.729842 [ 3 ] {} <Debug> HTTP-Session: a32b68f5-ddc4-42f4-89f9-cf20a6ecec79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.04.10 17:11:01.729860 [ 3 ] {} <Debug> HTTP-Session: a32b68f5-ddc4-42f4-89f9-cf20a6ecec79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.04.10 17:11:01.729895 [ 3 ] {} <Trace> HTTP-Session: a32b68f5-ddc4-42f4-89f9-cf20a6ecec79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.04.10 17:11:01.730050 [ 3 ] {2d91bf0d-daaa-465b-a5f7-c392391574f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.730104 [ 3 ] {2d91bf0d-daaa-465b-a5f7-c392391574f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.04.10 17:11:01.731777 [ 3 ] {2d91bf0d-daaa-465b-a5f7-c392391574f2} <Debug> oximeter.measurements_histogramu8 (235208f8-a416-4c8d-bda7-11bd910b2ce8): Loading data parts | ||
537 | 2024.04.10 17:11:01.731968 [ 3 ] {2d91bf0d-daaa-465b-a5f7-c392391574f2} <Debug> oximeter.measurements_histogramu8 (235208f8-a416-4c8d-bda7-11bd910b2ce8): There are no data parts | ||
538 | 2024.04.10 17:11:01.733108 [ 3 ] {2d91bf0d-daaa-465b-a5f7-c392391574f2} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.04.10 17:11:01.733142 [ 3 ] {} <Debug> HTTP-Session: a32b68f5-ddc4-42f4-89f9-cf20a6ecec79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.04.10 17:11:01.733260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.04.10 17:11:01.733320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
542 | 2024.04.10 17:11:01.733345 [ 3 ] {} <Debug> HTTP-Session: 6f2686ae-a27f-448b-92c9-469b00ceac92 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
543 | 2024.04.10 17:11:01.733372 [ 3 ] {} <Debug> HTTP-Session: 6f2686ae-a27f-448b-92c9-469b00ceac92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.04.10 17:11:01.733385 [ 3 ] {} <Debug> HTTP-Session: 6f2686ae-a27f-448b-92c9-469b00ceac92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.04.10 17:11:01.733420 [ 3 ] {} <Trace> HTTP-Session: 6f2686ae-a27f-448b-92c9-469b00ceac92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.04.10 17:11:01.733582 [ 3 ] {5991c54a-e67f-48fc-bc15-330205cc1fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.733637 [ 3 ] {5991c54a-e67f-48fc-bc15-330205cc1fa9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.04.10 17:11:01.735277 [ 3 ] {5991c54a-e67f-48fc-bc15-330205cc1fa9} <Debug> oximeter.measurements_histogrami16 (5da4ae3e-ba40-496e-82c5-667c5696559c): Loading data parts | ||
549 | 2024.04.10 17:11:01.735436 [ 3 ] {5991c54a-e67f-48fc-bc15-330205cc1fa9} <Debug> oximeter.measurements_histogrami16 (5da4ae3e-ba40-496e-82c5-667c5696559c): There are no data parts | ||
550 | 2024.04.10 17:11:01.736554 [ 3 ] {5991c54a-e67f-48fc-bc15-330205cc1fa9} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.04.10 17:11:01.736581 [ 3 ] {} <Debug> HTTP-Session: 6f2686ae-a27f-448b-92c9-469b00ceac92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.04.10 17:11:01.736692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.04.10 17:11:01.736744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
554 | 2024.04.10 17:11:01.736762 [ 3 ] {} <Debug> HTTP-Session: 1b7830f4-8fb8-4c99-9ade-dcbcd588e00b Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
555 | 2024.04.10 17:11:01.736784 [ 3 ] {} <Debug> HTTP-Session: 1b7830f4-8fb8-4c99-9ade-dcbcd588e00b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.04.10 17:11:01.736804 [ 3 ] {} <Debug> HTTP-Session: 1b7830f4-8fb8-4c99-9ade-dcbcd588e00b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.04.10 17:11:01.736833 [ 3 ] {} <Trace> HTTP-Session: 1b7830f4-8fb8-4c99-9ade-dcbcd588e00b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.04.10 17:11:01.736992 [ 3 ] {5f94890b-4b5e-419b-9446-2f8ecc558846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.737048 [ 3 ] {5f94890b-4b5e-419b-9446-2f8ecc558846} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.04.10 17:11:01.738656 [ 3 ] {5f94890b-4b5e-419b-9446-2f8ecc558846} <Debug> oximeter.measurements_histogramu16 (887430ff-dba7-4023-ad09-d3f22b9336fc): Loading data parts | ||
561 | 2024.04.10 17:11:01.738805 [ 3 ] {5f94890b-4b5e-419b-9446-2f8ecc558846} <Debug> oximeter.measurements_histogramu16 (887430ff-dba7-4023-ad09-d3f22b9336fc): There are no data parts | ||
562 | 2024.04.10 17:11:01.739965 [ 3 ] {5f94890b-4b5e-419b-9446-2f8ecc558846} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.04.10 17:11:01.740007 [ 3 ] {} <Debug> HTTP-Session: 1b7830f4-8fb8-4c99-9ade-dcbcd588e00b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.04.10 17:11:01.740114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.04.10 17:11:01.740166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
566 | 2024.04.10 17:11:01.740191 [ 3 ] {} <Debug> HTTP-Session: d37c6639-0630-4eeb-a059-851ea8324455 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
567 | 2024.04.10 17:11:01.740207 [ 3 ] {} <Debug> HTTP-Session: d37c6639-0630-4eeb-a059-851ea8324455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.04.10 17:11:01.740226 [ 3 ] {} <Debug> HTTP-Session: d37c6639-0630-4eeb-a059-851ea8324455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.04.10 17:11:01.740260 [ 3 ] {} <Trace> HTTP-Session: d37c6639-0630-4eeb-a059-851ea8324455 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.04.10 17:11:01.740417 [ 3 ] {a5cb65bc-90dc-401c-a558-7ea249483d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.740472 [ 3 ] {a5cb65bc-90dc-401c-a558-7ea249483d0d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.04.10 17:11:01.742088 [ 3 ] {a5cb65bc-90dc-401c-a558-7ea249483d0d} <Debug> oximeter.measurements_histogrami32 (2f4365be-73c8-457c-bc69-58e6f7101319): Loading data parts | ||
573 | 2024.04.10 17:11:01.742255 [ 3 ] {a5cb65bc-90dc-401c-a558-7ea249483d0d} <Debug> oximeter.measurements_histogrami32 (2f4365be-73c8-457c-bc69-58e6f7101319): There are no data parts | ||
574 | 2024.04.10 17:11:01.743342 [ 3 ] {a5cb65bc-90dc-401c-a558-7ea249483d0d} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.04.10 17:11:01.743376 [ 3 ] {} <Debug> HTTP-Session: d37c6639-0630-4eeb-a059-851ea8324455 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.04.10 17:11:01.743514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.04.10 17:11:01.743560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
578 | 2024.04.10 17:11:01.743585 [ 3 ] {} <Debug> HTTP-Session: 2850c4a8-dbb2-4509-90f8-49c1eb089f7e Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
579 | 2024.04.10 17:11:01.743607 [ 3 ] {} <Debug> HTTP-Session: 2850c4a8-dbb2-4509-90f8-49c1eb089f7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.04.10 17:11:01.743620 [ 3 ] {} <Debug> HTTP-Session: 2850c4a8-dbb2-4509-90f8-49c1eb089f7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.04.10 17:11:01.743655 [ 3 ] {} <Trace> HTTP-Session: 2850c4a8-dbb2-4509-90f8-49c1eb089f7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.04.10 17:11:01.743830 [ 3 ] {c5120771-aafe-4744-b220-2720514a7fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.743894 [ 3 ] {c5120771-aafe-4744-b220-2720514a7fbe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.04.10 17:11:01.745480 [ 3 ] {c5120771-aafe-4744-b220-2720514a7fbe} <Debug> oximeter.measurements_histogramu32 (90fc47c5-098b-4c3b-a59c-3ece92459dba): Loading data parts | ||
585 | 2024.04.10 17:11:01.745627 [ 3 ] {c5120771-aafe-4744-b220-2720514a7fbe} <Debug> oximeter.measurements_histogramu32 (90fc47c5-098b-4c3b-a59c-3ece92459dba): There are no data parts | ||
586 | 2024.04.10 17:11:01.746783 [ 3 ] {c5120771-aafe-4744-b220-2720514a7fbe} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.04.10 17:11:01.746810 [ 3 ] {} <Debug> HTTP-Session: 2850c4a8-dbb2-4509-90f8-49c1eb089f7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.04.10 17:11:01.746923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.04.10 17:11:01.746976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
590 | 2024.04.10 17:11:01.746993 [ 3 ] {} <Debug> HTTP-Session: 6b0b9eea-592a-4ece-bdd3-87e1b1e24dbf Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
591 | 2024.04.10 17:11:01.747015 [ 3 ] {} <Debug> HTTP-Session: 6b0b9eea-592a-4ece-bdd3-87e1b1e24dbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.04.10 17:11:01.747064 [ 3 ] {} <Debug> HTTP-Session: 6b0b9eea-592a-4ece-bdd3-87e1b1e24dbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.04.10 17:11:01.747094 [ 3 ] {} <Trace> HTTP-Session: 6b0b9eea-592a-4ece-bdd3-87e1b1e24dbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.04.10 17:11:01.747256 [ 3 ] {bf35a65f-df13-4694-91e3-25395a31ee80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.747311 [ 3 ] {bf35a65f-df13-4694-91e3-25395a31ee80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.04.10 17:11:01.748929 [ 3 ] {bf35a65f-df13-4694-91e3-25395a31ee80} <Debug> oximeter.measurements_histogrami64 (e600a102-fdd3-41fa-a6c3-690f0f00a87f): Loading data parts | ||
597 | 2024.04.10 17:11:01.749070 [ 3 ] {bf35a65f-df13-4694-91e3-25395a31ee80} <Debug> oximeter.measurements_histogrami64 (e600a102-fdd3-41fa-a6c3-690f0f00a87f): There are no data parts | ||
598 | 2024.04.10 17:11:01.750228 [ 3 ] {bf35a65f-df13-4694-91e3-25395a31ee80} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.04.10 17:11:01.750263 [ 3 ] {} <Debug> HTTP-Session: 6b0b9eea-592a-4ece-bdd3-87e1b1e24dbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.04.10 17:11:01.750376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.04.10 17:11:01.750429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
602 | 2024.04.10 17:11:01.750461 [ 3 ] {} <Debug> HTTP-Session: 0aea8a38-758a-47d4-9569-9155b87ee0e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
603 | 2024.04.10 17:11:01.750476 [ 3 ] {} <Debug> HTTP-Session: 0aea8a38-758a-47d4-9569-9155b87ee0e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.04.10 17:11:01.750494 [ 3 ] {} <Debug> HTTP-Session: 0aea8a38-758a-47d4-9569-9155b87ee0e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.04.10 17:11:01.750533 [ 3 ] {} <Trace> HTTP-Session: 0aea8a38-758a-47d4-9569-9155b87ee0e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.04.10 17:11:01.750687 [ 3 ] {f8a65d82-5184-4335-93a4-287b3b803b35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.750743 [ 3 ] {f8a65d82-5184-4335-93a4-287b3b803b35} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.04.10 17:11:01.752380 [ 3 ] {f8a65d82-5184-4335-93a4-287b3b803b35} <Debug> oximeter.measurements_histogramu64 (e6186097-dca4-4c5e-a184-43dfe8753805): Loading data parts | ||
609 | 2024.04.10 17:11:01.752543 [ 3 ] {f8a65d82-5184-4335-93a4-287b3b803b35} <Debug> oximeter.measurements_histogramu64 (e6186097-dca4-4c5e-a184-43dfe8753805): There are no data parts | ||
610 | 2024.04.10 17:11:01.753609 [ 3 ] {f8a65d82-5184-4335-93a4-287b3b803b35} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.04.10 17:11:01.753644 [ 3 ] {} <Debug> HTTP-Session: 0aea8a38-758a-47d4-9569-9155b87ee0e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.04.10 17:11:01.753761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.04.10 17:11:01.753807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
614 | 2024.04.10 17:11:01.753831 [ 3 ] {} <Debug> HTTP-Session: 726fd96e-4612-408f-b9d5-26d7cb7a6b58 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
615 | 2024.04.10 17:11:01.753853 [ 3 ] {} <Debug> HTTP-Session: 726fd96e-4612-408f-b9d5-26d7cb7a6b58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.04.10 17:11:01.753867 [ 3 ] {} <Debug> HTTP-Session: 726fd96e-4612-408f-b9d5-26d7cb7a6b58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.04.10 17:11:01.753901 [ 3 ] {} <Trace> HTTP-Session: 726fd96e-4612-408f-b9d5-26d7cb7a6b58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.04.10 17:11:01.754064 [ 3 ] {ac24da48-d885-4bd7-ae00-6b6dc211caff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.754120 [ 3 ] {ac24da48-d885-4bd7-ae00-6b6dc211caff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.04.10 17:11:01.755703 [ 3 ] {ac24da48-d885-4bd7-ae00-6b6dc211caff} <Debug> oximeter.measurements_histogramf32 (8fc8fa73-bc2f-4db3-be65-1dd278755a83): Loading data parts | ||
621 | 2024.04.10 17:11:01.755866 [ 3 ] {ac24da48-d885-4bd7-ae00-6b6dc211caff} <Debug> oximeter.measurements_histogramf32 (8fc8fa73-bc2f-4db3-be65-1dd278755a83): There are no data parts | ||
622 | 2024.04.10 17:11:01.757028 [ 3 ] {ac24da48-d885-4bd7-ae00-6b6dc211caff} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.04.10 17:11:01.757055 [ 3 ] {} <Debug> HTTP-Session: 726fd96e-4612-408f-b9d5-26d7cb7a6b58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.04.10 17:11:01.757168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.04.10 17:11:01.757227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
626 | 2024.04.10 17:11:01.757247 [ 3 ] {} <Debug> HTTP-Session: 4007574c-7233-48e3-99b0-49fe9daf6065 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
627 | 2024.04.10 17:11:01.757269 [ 3 ] {} <Debug> HTTP-Session: 4007574c-7233-48e3-99b0-49fe9daf6065 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.04.10 17:11:01.757289 [ 3 ] {} <Debug> HTTP-Session: 4007574c-7233-48e3-99b0-49fe9daf6065 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.04.10 17:11:01.757318 [ 3 ] {} <Trace> HTTP-Session: 4007574c-7233-48e3-99b0-49fe9daf6065 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.04.10 17:11:01.757481 [ 3 ] {61732d56-43df-4230-b2b3-1201fd330106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.757536 [ 3 ] {61732d56-43df-4230-b2b3-1201fd330106} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.04.10 17:11:01.759156 [ 3 ] {61732d56-43df-4230-b2b3-1201fd330106} <Debug> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Loading data parts | ||
633 | 2024.04.10 17:11:01.759302 [ 3 ] {61732d56-43df-4230-b2b3-1201fd330106} <Debug> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): There are no data parts | ||
634 | 2024.04.10 17:11:01.760451 [ 3 ] {61732d56-43df-4230-b2b3-1201fd330106} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.04.10 17:11:01.760486 [ 3 ] {} <Debug> HTTP-Session: 4007574c-7233-48e3-99b0-49fe9daf6065 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.04.10 17:11:01.760596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.04.10 17:11:01.760648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
638 | 2024.04.10 17:11:01.760674 [ 3 ] {} <Debug> HTTP-Session: 073bbaf5-b403-4bdf-bc21-e28ec05b70c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
639 | 2024.04.10 17:11:01.760690 [ 3 ] {} <Debug> HTTP-Session: 073bbaf5-b403-4bdf-bc21-e28ec05b70c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.04.10 17:11:01.760709 [ 3 ] {} <Debug> HTTP-Session: 073bbaf5-b403-4bdf-bc21-e28ec05b70c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.04.10 17:11:01.760743 [ 3 ] {} <Trace> HTTP-Session: 073bbaf5-b403-4bdf-bc21-e28ec05b70c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.04.10 17:11:01.760857 [ 3 ] {a14113b1-8b27-40a5-be14-fbdf2d8da396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) /* 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.04.10 17:11:01.760917 [ 3 ] {a14113b1-8b27-40a5-be14-fbdf2d8da396} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.04.10 17:11:01.762430 [ 3 ] {a14113b1-8b27-40a5-be14-fbdf2d8da396} <Debug> oximeter.fields_bool (9f16943d-9082-4535-9eab-e0a78b7ef9a8): Loading data parts | ||
662 | 2024.04.10 17:11:01.762595 [ 3 ] {a14113b1-8b27-40a5-be14-fbdf2d8da396} <Debug> oximeter.fields_bool (9f16943d-9082-4535-9eab-e0a78b7ef9a8): There are no data parts | ||
663 | 2024.04.10 17:11:01.763652 [ 3 ] {a14113b1-8b27-40a5-be14-fbdf2d8da396} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.04.10 17:11:01.763678 [ 3 ] {} <Debug> HTTP-Session: 073bbaf5-b403-4bdf-bc21-e28ec05b70c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.04.10 17:11:01.763801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.04.10 17:11:01.763861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
667 | 2024.04.10 17:11:01.763880 [ 3 ] {} <Debug> HTTP-Session: 14d7afbc-5599-4d0d-af91-d11e40c8a488 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
668 | 2024.04.10 17:11:01.763901 [ 3 ] {} <Debug> HTTP-Session: 14d7afbc-5599-4d0d-af91-d11e40c8a488 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.04.10 17:11:01.763921 [ 3 ] {} <Debug> HTTP-Session: 14d7afbc-5599-4d0d-af91-d11e40c8a488 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.04.10 17:11:01.763951 [ 3 ] {} <Trace> HTTP-Session: 14d7afbc-5599-4d0d-af91-d11e40c8a488 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.04.10 17:11:01.764067 [ 3 ] {f61f51bd-08b7-49ab-9514-9d6dd335b3df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.764111 [ 3 ] {f61f51bd-08b7-49ab-9514-9d6dd335b3df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.04.10 17:11:01.765592 [ 3 ] {f61f51bd-08b7-49ab-9514-9d6dd335b3df} <Debug> oximeter.fields_i8 (944fb779-b7b2-4c8c-9016-b26e6bcc5a8d): Loading data parts | ||
674 | 2024.04.10 17:11:01.765766 [ 3 ] {f61f51bd-08b7-49ab-9514-9d6dd335b3df} <Debug> oximeter.fields_i8 (944fb779-b7b2-4c8c-9016-b26e6bcc5a8d): There are no data parts | ||
675 | 2024.04.10 17:11:01.766793 [ 3 ] {f61f51bd-08b7-49ab-9514-9d6dd335b3df} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.04.10 17:11:01.766841 [ 3 ] {} <Debug> HTTP-Session: 14d7afbc-5599-4d0d-af91-d11e40c8a488 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.04.10 17:11:01.766962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.04.10 17:11:01.767007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
679 | 2024.04.10 17:11:01.767032 [ 3 ] {} <Debug> HTTP-Session: ad43a8ba-1db2-4b65-b47c-d65268a5d25b Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
680 | 2024.04.10 17:11:01.767069 [ 3 ] {} <Debug> HTTP-Session: ad43a8ba-1db2-4b65-b47c-d65268a5d25b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.04.10 17:11:01.767082 [ 3 ] {} <Debug> HTTP-Session: ad43a8ba-1db2-4b65-b47c-d65268a5d25b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.04.10 17:11:01.767117 [ 3 ] {} <Trace> HTTP-Session: ad43a8ba-1db2-4b65-b47c-d65268a5d25b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.04.10 17:11:01.767233 [ 3 ] {649ba191-079a-407f-86c6-75e24deaabb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.767278 [ 3 ] {649ba191-079a-407f-86c6-75e24deaabb9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.04.10 17:11:01.768747 [ 3 ] {649ba191-079a-407f-86c6-75e24deaabb9} <Debug> oximeter.fields_u8 (a77ecf4f-8284-4ff8-99be-142593b354dd): Loading data parts | ||
686 | 2024.04.10 17:11:01.768904 [ 3 ] {649ba191-079a-407f-86c6-75e24deaabb9} <Debug> oximeter.fields_u8 (a77ecf4f-8284-4ff8-99be-142593b354dd): There are no data parts | ||
687 | 2024.04.10 17:11:01.769932 [ 3 ] {649ba191-079a-407f-86c6-75e24deaabb9} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.04.10 17:11:01.769978 [ 3 ] {} <Debug> HTTP-Session: ad43a8ba-1db2-4b65-b47c-d65268a5d25b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.04.10 17:11:01.770091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.04.10 17:11:01.770144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
691 | 2024.04.10 17:11:01.770169 [ 3 ] {} <Debug> HTTP-Session: cfe12911-b1e0-4bf9-8ee5-d4a4cc37e665 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
692 | 2024.04.10 17:11:01.770185 [ 3 ] {} <Debug> HTTP-Session: cfe12911-b1e0-4bf9-8ee5-d4a4cc37e665 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.04.10 17:11:01.770205 [ 3 ] {} <Debug> HTTP-Session: cfe12911-b1e0-4bf9-8ee5-d4a4cc37e665 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.04.10 17:11:01.770240 [ 3 ] {} <Trace> HTTP-Session: cfe12911-b1e0-4bf9-8ee5-d4a4cc37e665 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.04.10 17:11:01.770350 [ 3 ] {1088815a-8a19-4ec4-b215-87c488d46506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.770400 [ 3 ] {1088815a-8a19-4ec4-b215-87c488d46506} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.04.10 17:11:01.771869 [ 3 ] {1088815a-8a19-4ec4-b215-87c488d46506} <Debug> oximeter.fields_i16 (65fe2b70-0b59-4eda-bf2c-9dff0cc368c3): Loading data parts | ||
698 | 2024.04.10 17:11:01.772032 [ 3 ] {1088815a-8a19-4ec4-b215-87c488d46506} <Debug> oximeter.fields_i16 (65fe2b70-0b59-4eda-bf2c-9dff0cc368c3): There are no data parts | ||
699 | 2024.04.10 17:11:01.773158 [ 3 ] {1088815a-8a19-4ec4-b215-87c488d46506} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.04.10 17:11:01.773184 [ 3 ] {} <Debug> HTTP-Session: cfe12911-b1e0-4bf9-8ee5-d4a4cc37e665 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.04.10 17:11:01.773306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.04.10 17:11:01.773368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
703 | 2024.04.10 17:11:01.773385 [ 3 ] {} <Debug> HTTP-Session: 0fd912b0-0f40-407b-b2fe-3d5380273a09 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
704 | 2024.04.10 17:11:01.773408 [ 3 ] {} <Debug> HTTP-Session: 0fd912b0-0f40-407b-b2fe-3d5380273a09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.04.10 17:11:01.773429 [ 3 ] {} <Debug> HTTP-Session: 0fd912b0-0f40-407b-b2fe-3d5380273a09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.04.10 17:11:01.773458 [ 3 ] {} <Trace> HTTP-Session: 0fd912b0-0f40-407b-b2fe-3d5380273a09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.04.10 17:11:01.773573 [ 3 ] {293f279a-481f-4f46-becd-587550d73b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.773622 [ 3 ] {293f279a-481f-4f46-becd-587550d73b66} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.04.10 17:11:01.775122 [ 3 ] {293f279a-481f-4f46-becd-587550d73b66} <Debug> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Loading data parts | ||
710 | 2024.04.10 17:11:01.775282 [ 3 ] {293f279a-481f-4f46-becd-587550d73b66} <Debug> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): There are no data parts | ||
711 | 2024.04.10 17:11:01.776378 [ 3 ] {293f279a-481f-4f46-becd-587550d73b66} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.04.10 17:11:01.776413 [ 3 ] {} <Debug> HTTP-Session: 0fd912b0-0f40-407b-b2fe-3d5380273a09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.04.10 17:11:01.776540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.04.10 17:11:01.776595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
715 | 2024.04.10 17:11:01.776614 [ 3 ] {} <Debug> HTTP-Session: bf6440cd-6352-472b-a53d-6825c1454c44 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
716 | 2024.04.10 17:11:01.776637 [ 3 ] {} <Debug> HTTP-Session: bf6440cd-6352-472b-a53d-6825c1454c44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.04.10 17:11:01.776650 [ 3 ] {} <Debug> HTTP-Session: bf6440cd-6352-472b-a53d-6825c1454c44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.04.10 17:11:01.776685 [ 3 ] {} <Trace> HTTP-Session: bf6440cd-6352-472b-a53d-6825c1454c44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.04.10 17:11:01.776801 [ 3 ] {145419f1-43d2-4b13-8832-fcd9b51ddac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.776858 [ 3 ] {145419f1-43d2-4b13-8832-fcd9b51ddac5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.04.10 17:11:01.778317 [ 3 ] {145419f1-43d2-4b13-8832-fcd9b51ddac5} <Debug> oximeter.fields_i32 (7b3199ad-9655-40a4-829a-7ab6696b6e54): Loading data parts | ||
722 | 2024.04.10 17:11:01.778482 [ 3 ] {145419f1-43d2-4b13-8832-fcd9b51ddac5} <Debug> oximeter.fields_i32 (7b3199ad-9655-40a4-829a-7ab6696b6e54): There are no data parts | ||
723 | 2024.04.10 17:11:01.779581 [ 3 ] {145419f1-43d2-4b13-8832-fcd9b51ddac5} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.04.10 17:11:01.779623 [ 3 ] {} <Debug> HTTP-Session: bf6440cd-6352-472b-a53d-6825c1454c44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.04.10 17:11:01.779726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.04.10 17:11:01.779785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
727 | 2024.04.10 17:11:01.779804 [ 3 ] {} <Debug> HTTP-Session: 019c6ebc-f916-49f8-8ac8-7e527bc015cb Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
728 | 2024.04.10 17:11:01.779820 [ 3 ] {} <Debug> HTTP-Session: 019c6ebc-f916-49f8-8ac8-7e527bc015cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.04.10 17:11:01.779840 [ 3 ] {} <Debug> HTTP-Session: 019c6ebc-f916-49f8-8ac8-7e527bc015cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.04.10 17:11:01.779876 [ 3 ] {} <Trace> HTTP-Session: 019c6ebc-f916-49f8-8ac8-7e527bc015cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.04.10 17:11:01.779990 [ 3 ] {1607617d-67ec-452e-93c6-3afb7b82b791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.780041 [ 3 ] {1607617d-67ec-452e-93c6-3afb7b82b791} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.04.10 17:11:01.781454 [ 3 ] {1607617d-67ec-452e-93c6-3afb7b82b791} <Debug> oximeter.fields_u32 (137b71cf-f92a-48f8-b26e-02c75f06c471): Loading data parts | ||
734 | 2024.04.10 17:11:01.781620 [ 3 ] {1607617d-67ec-452e-93c6-3afb7b82b791} <Debug> oximeter.fields_u32 (137b71cf-f92a-48f8-b26e-02c75f06c471): There are no data parts | ||
735 | 2024.04.10 17:11:01.782706 [ 3 ] {1607617d-67ec-452e-93c6-3afb7b82b791} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.04.10 17:11:01.782733 [ 3 ] {} <Debug> HTTP-Session: 019c6ebc-f916-49f8-8ac8-7e527bc015cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.04.10 17:11:01.782842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.04.10 17:11:01.782895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
739 | 2024.04.10 17:11:01.782919 [ 3 ] {} <Debug> HTTP-Session: 9b7e805c-bb17-408d-a23f-67109c047fb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
740 | 2024.04.10 17:11:01.782936 [ 3 ] {} <Debug> HTTP-Session: 9b7e805c-bb17-408d-a23f-67109c047fb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.04.10 17:11:01.782956 [ 3 ] {} <Debug> HTTP-Session: 9b7e805c-bb17-408d-a23f-67109c047fb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.04.10 17:11:01.782985 [ 3 ] {} <Trace> HTTP-Session: 9b7e805c-bb17-408d-a23f-67109c047fb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.04.10 17:11:01.783113 [ 3 ] {058b56da-1058-4beb-84b9-cfc6e09c96ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.783160 [ 3 ] {058b56da-1058-4beb-84b9-cfc6e09c96ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.04.10 17:11:01.784588 [ 3 ] {058b56da-1058-4beb-84b9-cfc6e09c96ce} <Debug> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Loading data parts | ||
746 | 2024.04.10 17:11:01.784747 [ 3 ] {058b56da-1058-4beb-84b9-cfc6e09c96ce} <Debug> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): There are no data parts | ||
747 | 2024.04.10 17:11:01.785852 [ 3 ] {058b56da-1058-4beb-84b9-cfc6e09c96ce} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.04.10 17:11:01.785879 [ 3 ] {} <Debug> HTTP-Session: 9b7e805c-bb17-408d-a23f-67109c047fb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.04.10 17:11:01.786000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.04.10 17:11:01.786054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
751 | 2024.04.10 17:11:01.786072 [ 3 ] {} <Debug> HTTP-Session: 58576aba-7784-41b6-b2ce-fa976219208f Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
752 | 2024.04.10 17:11:01.786096 [ 3 ] {} <Debug> HTTP-Session: 58576aba-7784-41b6-b2ce-fa976219208f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.04.10 17:11:01.786116 [ 3 ] {} <Debug> HTTP-Session: 58576aba-7784-41b6-b2ce-fa976219208f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.04.10 17:11:01.786145 [ 3 ] {} <Trace> HTTP-Session: 58576aba-7784-41b6-b2ce-fa976219208f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.04.10 17:11:01.786267 [ 3 ] {d15f6d63-bd90-4b9b-8b45-3ce9a9cb6855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.786316 [ 3 ] {d15f6d63-bd90-4b9b-8b45-3ce9a9cb6855} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.04.10 17:11:01.787745 [ 3 ] {d15f6d63-bd90-4b9b-8b45-3ce9a9cb6855} <Debug> oximeter.fields_u64 (254a90f0-fa8f-48db-a67f-77c4fde25f55): Loading data parts | ||
758 | 2024.04.10 17:11:01.787899 [ 3 ] {d15f6d63-bd90-4b9b-8b45-3ce9a9cb6855} <Debug> oximeter.fields_u64 (254a90f0-fa8f-48db-a67f-77c4fde25f55): There are no data parts | ||
759 | 2024.04.10 17:11:01.788916 [ 3 ] {d15f6d63-bd90-4b9b-8b45-3ce9a9cb6855} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.04.10 17:11:01.788942 [ 3 ] {} <Debug> HTTP-Session: 58576aba-7784-41b6-b2ce-fa976219208f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.04.10 17:11:01.789070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.04.10 17:11:01.789123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
763 | 2024.04.10 17:11:01.789141 [ 3 ] {} <Debug> HTTP-Session: d84e0f89-6581-4b0c-8311-6bf1bb74c898 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
764 | 2024.04.10 17:11:01.789164 [ 3 ] {} <Debug> HTTP-Session: d84e0f89-6581-4b0c-8311-6bf1bb74c898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.04.10 17:11:01.789188 [ 3 ] {} <Debug> HTTP-Session: d84e0f89-6581-4b0c-8311-6bf1bb74c898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.04.10 17:11:01.789218 [ 3 ] {} <Trace> HTTP-Session: d84e0f89-6581-4b0c-8311-6bf1bb74c898 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.04.10 17:11:01.789413 [ 3 ] {994ac63c-7376-4abc-8467-55ded2e31560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.789451 [ 3 ] {994ac63c-7376-4abc-8467-55ded2e31560} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.04.10 17:11:01.790871 [ 3 ] {994ac63c-7376-4abc-8467-55ded2e31560} <Debug> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Loading data parts | ||
770 | 2024.04.10 17:11:01.791035 [ 3 ] {994ac63c-7376-4abc-8467-55ded2e31560} <Debug> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): There are no data parts | ||
771 | 2024.04.10 17:11:01.792139 [ 3 ] {994ac63c-7376-4abc-8467-55ded2e31560} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.04.10 17:11:01.792175 [ 3 ] {} <Debug> HTTP-Session: d84e0f89-6581-4b0c-8311-6bf1bb74c898 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.04.10 17:11:01.792279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.04.10 17:11:01.792324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
775 | 2024.04.10 17:11:01.792353 [ 3 ] {} <Debug> HTTP-Session: 763c6e88-9460-479d-bce6-15ae04e662fc Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
776 | 2024.04.10 17:11:01.792370 [ 3 ] {} <Debug> HTTP-Session: 763c6e88-9460-479d-bce6-15ae04e662fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.04.10 17:11:01.792384 [ 3 ] {} <Debug> HTTP-Session: 763c6e88-9460-479d-bce6-15ae04e662fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.04.10 17:11:01.792413 [ 3 ] {} <Trace> HTTP-Session: 763c6e88-9460-479d-bce6-15ae04e662fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.04.10 17:11:01.792521 [ 3 ] {9f79a27b-a299-47b9-9821-77b061ad3bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.792559 [ 3 ] {9f79a27b-a299-47b9-9821-77b061ad3bda} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.04.10 17:11:01.793978 [ 3 ] {9f79a27b-a299-47b9-9821-77b061ad3bda} <Debug> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Loading data parts | ||
782 | 2024.04.10 17:11:01.794123 [ 3 ] {9f79a27b-a299-47b9-9821-77b061ad3bda} <Debug> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): There are no data parts | ||
783 | 2024.04.10 17:11:01.795158 [ 3 ] {9f79a27b-a299-47b9-9821-77b061ad3bda} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.04.10 17:11:01.795186 [ 3 ] {} <Debug> HTTP-Session: 763c6e88-9460-479d-bce6-15ae04e662fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.04.10 17:11:01.795288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.04.10 17:11:01.795334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
787 | 2024.04.10 17:11:01.795353 [ 3 ] {} <Debug> HTTP-Session: ea0df391-c730-4166-85dc-2fd82e37057f Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
788 | 2024.04.10 17:11:01.795369 [ 3 ] {} <Debug> HTTP-Session: ea0df391-c730-4166-85dc-2fd82e37057f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.04.10 17:11:01.795383 [ 3 ] {} <Debug> HTTP-Session: ea0df391-c730-4166-85dc-2fd82e37057f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.04.10 17:11:01.795413 [ 3 ] {} <Trace> HTTP-Session: ea0df391-c730-4166-85dc-2fd82e37057f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.04.10 17:11:01.795520 [ 3 ] {7935a498-d786-415c-85f5-8435996595df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) 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.04.10 17:11:01.795557 [ 3 ] {7935a498-d786-415c-85f5-8435996595df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.04.10 17:11:01.796980 [ 3 ] {7935a498-d786-415c-85f5-8435996595df} <Debug> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Loading data parts | ||
794 | 2024.04.10 17:11:01.797128 [ 3 ] {7935a498-d786-415c-85f5-8435996595df} <Debug> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): There are no data parts | ||
795 | 2024.04.10 17:11:01.798235 [ 3 ] {7935a498-d786-415c-85f5-8435996595df} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.04.10 17:11:01.798262 [ 3 ] {} <Debug> HTTP-Session: ea0df391-c730-4166-85dc-2fd82e37057f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.04.10 17:11:01.798367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.04.10 17:11:01.798413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
799 | 2024.04.10 17:11:01.798432 [ 3 ] {} <Debug> HTTP-Session: 7598f007-8f04-4472-abc3-54bbcb2f87d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
800 | 2024.04.10 17:11:01.798448 [ 3 ] {} <Debug> HTTP-Session: 7598f007-8f04-4472-abc3-54bbcb2f87d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.04.10 17:11:01.798462 [ 3 ] {} <Debug> HTTP-Session: 7598f007-8f04-4472-abc3-54bbcb2f87d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.04.10 17:11:01.798491 [ 3 ] {} <Trace> HTTP-Session: 7598f007-8f04-4472-abc3-54bbcb2f87d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.04.10 17:11:01.798668 [ 3 ] {0ba8632b-60a7-4bca-8da4-1f617ab1e4bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) /* 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.04.10 17:11:01.798725 [ 3 ] {0ba8632b-60a7-4bca-8da4-1f617ab1e4bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.04.10 17:11:01.800286 [ 3 ] {0ba8632b-60a7-4bca-8da4-1f617ab1e4bf} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b): Loading data parts | ||
809 | 2024.04.10 17:11:01.800448 [ 3 ] {0ba8632b-60a7-4bca-8da4-1f617ab1e4bf} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b): There are no data parts | ||
810 | 2024.04.10 17:11:01.801703 [ 3 ] {0ba8632b-60a7-4bca-8da4-1f617ab1e4bf} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.04.10 17:11:01.801730 [ 3 ] {} <Debug> HTTP-Session: 7598f007-8f04-4472-abc3-54bbcb2f87d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.04.10 17:11:01.801848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40530, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.04.10 17:11:01.801894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
814 | 2024.04.10 17:11:01.801913 [ 3 ] {} <Debug> HTTP-Session: 2e9f356f-2940-438d-9657-3ec6651af933 Authenticating user 'default' from [fd00:1122:3344:101::d]:40530 | ||
815 | 2024.04.10 17:11:01.801929 [ 3 ] {} <Debug> HTTP-Session: 2e9f356f-2940-438d-9657-3ec6651af933 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.04.10 17:11:01.801943 [ 3 ] {} <Debug> HTTP-Session: 2e9f356f-2940-438d-9657-3ec6651af933 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.04.10 17:11:01.801973 [ 3 ] {} <Trace> HTTP-Session: 2e9f356f-2940-438d-9657-3ec6651af933 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.04.10 17:11:01.802096 [ 3 ] {6c80413b-d691-4e39-845d-b48afb69ef49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40530) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.04.10 17:11:01.803930 [ 3 ] {6c80413b-d691-4e39-845d-b48afb69ef49} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.04.10 17:11:01.807971 [ 3 ] {6c80413b-d691-4e39-845d-b48afb69ef49} <Trace> oximeter.version (8a740748-3d66-40f3-9c09-41d6f4c2ee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.04.10 17:11:01.808007 [ 3 ] {6c80413b-d691-4e39-845d-b48afb69ef49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.38 GiB. | ||
822 | 2024.04.10 17:11:01.812799 [ 3 ] {6c80413b-d691-4e39-845d-b48afb69ef49} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.04.10 17:11:01.813859 [ 3 ] {6c80413b-d691-4e39-845d-b48afb69ef49} <Trace> oximeter.version (8a740748-3d66-40f3-9c09-41d6f4c2ee97): 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.04.10 17:11:01.814101 [ 3 ] {6c80413b-d691-4e39-845d-b48afb69ef49} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012076 sec., 82.80887711162637 rows/sec., 1.29 KiB/sec. | ||
825 | 2024.04.10 17:11:01.814212 [ 3 ] {6c80413b-d691-4e39-845d-b48afb69ef49} <Debug> DynamicQueryHandler: Done processing query | ||
826 | 2024.04.10 17:11:01.814234 [ 3 ] {6c80413b-d691-4e39-845d-b48afb69ef49} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
827 | 2024.04.10 17:11:01.814249 [ 3 ] {} <Debug> HTTP-Session: 2e9f356f-2940-438d-9657-3ec6651af933 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.04.10 17:11:02.000200 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.15 MiB, peak 166.36 MiB, free memory in arenas 0.00 B, will set to 173.47 MiB (RSS), difference: 12.32 MiB | ||
829 | 2024.04.10 17:11:11.821095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
830 | 2024.04.10 17:11:11.821229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
831 | 2024.04.10 17:11:11.821258 [ 3 ] {} <Debug> HTTP-Session: 63800eb1-5d97-4a63-a378-639e4e5414a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
832 | 2024.04.10 17:11:11.821289 [ 3 ] {} <Debug> HTTP-Session: 63800eb1-5d97-4a63-a378-639e4e5414a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
833 | 2024.04.10 17:11:11.821307 [ 3 ] {} <Debug> HTTP-Session: 63800eb1-5d97-4a63-a378-639e4e5414a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
834 | 2024.04.10 17:11:11.821361 [ 3 ] {} <Trace> HTTP-Session: 63800eb1-5d97-4a63-a378-639e4e5414a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
835 | 2024.04.10 17:11:11.821498 [ 3 ] {d4bdad9d-5756-4151-9f20-335861c4e972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
836 | 2024.04.10 17:11:11.821846 [ 3 ] {d4bdad9d-5756-4151-9f20-335861c4e972} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
837 | 2024.04.10 17:11:11.821979 [ 3 ] {d4bdad9d-5756-4151-9f20-335861c4e972} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
838 | 2024.04.10 17:11:11.823010 [ 3 ] {d4bdad9d-5756-4151-9f20-335861c4e972} <Debug> DynamicQueryHandler: Done processing query | ||
839 | 2024.04.10 17:11:11.823040 [ 3 ] {d4bdad9d-5756-4151-9f20-335861c4e972} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
840 | 2024.04.10 17:11:11.823056 [ 3 ] {} <Debug> HTTP-Session: 63800eb1-5d97-4a63-a378-639e4e5414a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
841 | 2024.04.10 17:11:11.823745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
842 | 2024.04.10 17:11:11.823794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
843 | 2024.04.10 17:11:11.823812 [ 3 ] {} <Debug> HTTP-Session: 453e411e-b00e-4882-8cc6-4a567ee33714 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
844 | 2024.04.10 17:11:11.823829 [ 3 ] {} <Debug> HTTP-Session: 453e411e-b00e-4882-8cc6-4a567ee33714 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
845 | 2024.04.10 17:11:11.823842 [ 3 ] {} <Debug> HTTP-Session: 453e411e-b00e-4882-8cc6-4a567ee33714 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
846 | 2024.04.10 17:11:11.823874 [ 3 ] {} <Trace> HTTP-Session: 453e411e-b00e-4882-8cc6-4a567ee33714 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
847 | 2024.04.10 17:11:11.823983 [ 3 ] {04cba383-2c88-4135-8615-8f8d13c188e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
848 | 2024.04.10 17:11:11.826081 [ 3 ] {04cba383-2c88-4135-8615-8f8d13c188e8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
849 | 2024.04.10 17:11:11.826134 [ 3 ] {04cba383-2c88-4135-8615-8f8d13c188e8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
850 | 2024.04.10 17:11:11.827129 [ 3 ] {04cba383-2c88-4135-8615-8f8d13c188e8} <Debug> DynamicQueryHandler: Done processing query | ||
851 | 2024.04.10 17:11:11.827156 [ 3 ] {04cba383-2c88-4135-8615-8f8d13c188e8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
852 | 2024.04.10 17:11:11.827171 [ 3 ] {} <Debug> HTTP-Session: 453e411e-b00e-4882-8cc6-4a567ee33714 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
853 | 2024.04.10 17:11:11.827687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
854 | 2024.04.10 17:11:11.827736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
855 | 2024.04.10 17:11:11.827755 [ 3 ] {} <Debug> HTTP-Session: 761f7e2a-a8ef-4406-8886-c9237cc43868 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
856 | 2024.04.10 17:11:11.827772 [ 3 ] {} <Debug> HTTP-Session: 761f7e2a-a8ef-4406-8886-c9237cc43868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
857 | 2024.04.10 17:11:11.827786 [ 3 ] {} <Debug> HTTP-Session: 761f7e2a-a8ef-4406-8886-c9237cc43868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
858 | 2024.04.10 17:11:11.827818 [ 3 ] {} <Trace> HTTP-Session: 761f7e2a-a8ef-4406-8886-c9237cc43868 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
859 | 2024.04.10 17:11:11.827909 [ 3 ] {432c9908-a278-45d0-8f0c-68f4da807f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
860 | 2024.04.10 17:11:11.828256 [ 3 ] {432c9908-a278-45d0-8f0c-68f4da807f25} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
861 | 2024.04.10 17:11:11.828308 [ 3 ] {432c9908-a278-45d0-8f0c-68f4da807f25} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
862 | 2024.04.10 17:11:11.829181 [ 3 ] {432c9908-a278-45d0-8f0c-68f4da807f25} <Debug> DynamicQueryHandler: Done processing query | ||
863 | 2024.04.10 17:11:11.829210 [ 3 ] {432c9908-a278-45d0-8f0c-68f4da807f25} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
864 | 2024.04.10 17:11:11.829226 [ 3 ] {} <Debug> HTTP-Session: 761f7e2a-a8ef-4406-8886-c9237cc43868 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
865 | 2024.04.10 17:11:11.829468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
866 | 2024.04.10 17:11:11.829515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
867 | 2024.04.10 17:11:11.829533 [ 3 ] {} <Debug> HTTP-Session: 47ea06d3-c79d-4ee1-a058-c7d3657d56b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
868 | 2024.04.10 17:11:11.829550 [ 3 ] {} <Debug> HTTP-Session: 47ea06d3-c79d-4ee1-a058-c7d3657d56b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
869 | 2024.04.10 17:11:11.829563 [ 3 ] {} <Debug> HTTP-Session: 47ea06d3-c79d-4ee1-a058-c7d3657d56b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
870 | 2024.04.10 17:11:11.829594 [ 3 ] {} <Trace> HTTP-Session: 47ea06d3-c79d-4ee1-a058-c7d3657d56b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
871 | 2024.04.10 17:11:11.829685 [ 3 ] {8f6ee622-cc2d-4c78-aba8-2a2375410019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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) | ||
872 | 2024.04.10 17:11:11.830002 [ 3 ] {8f6ee622-cc2d-4c78-aba8-2a2375410019} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
873 | 2024.04.10 17:11:11.830054 [ 3 ] {8f6ee622-cc2d-4c78-aba8-2a2375410019} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
874 | 2024.04.10 17:11:11.830874 [ 3 ] {8f6ee622-cc2d-4c78-aba8-2a2375410019} <Debug> DynamicQueryHandler: Done processing query | ||
875 | 2024.04.10 17:11:11.830901 [ 3 ] {8f6ee622-cc2d-4c78-aba8-2a2375410019} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
876 | 2024.04.10 17:11:11.830916 [ 3 ] {} <Debug> HTTP-Session: 47ea06d3-c79d-4ee1-a058-c7d3657d56b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
877 | 2024.04.10 17:11:11.831138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
878 | 2024.04.10 17:11:11.831185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
879 | 2024.04.10 17:11:11.831203 [ 3 ] {} <Debug> HTTP-Session: a10f7b6d-d37e-41b8-9f40-abf0cfa06a50 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
880 | 2024.04.10 17:11:11.831220 [ 3 ] {} <Debug> HTTP-Session: a10f7b6d-d37e-41b8-9f40-abf0cfa06a50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
881 | 2024.04.10 17:11:11.831233 [ 3 ] {} <Debug> HTTP-Session: a10f7b6d-d37e-41b8-9f40-abf0cfa06a50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
882 | 2024.04.10 17:11:11.831262 [ 3 ] {} <Trace> HTTP-Session: a10f7b6d-d37e-41b8-9f40-abf0cfa06a50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
883 | 2024.04.10 17:11:11.831352 [ 3 ] {34e0c058-5ab9-42a7-81eb-f31d9eaebe22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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) | ||
884 | 2024.04.10 17:11:11.831665 [ 3 ] {34e0c058-5ab9-42a7-81eb-f31d9eaebe22} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
885 | 2024.04.10 17:11:11.831716 [ 3 ] {34e0c058-5ab9-42a7-81eb-f31d9eaebe22} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
886 | 2024.04.10 17:11:11.832447 [ 3 ] {34e0c058-5ab9-42a7-81eb-f31d9eaebe22} <Debug> DynamicQueryHandler: Done processing query | ||
887 | 2024.04.10 17:11:11.832475 [ 3 ] {34e0c058-5ab9-42a7-81eb-f31d9eaebe22} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
888 | 2024.04.10 17:11:11.832491 [ 3 ] {} <Debug> HTTP-Session: a10f7b6d-d37e-41b8-9f40-abf0cfa06a50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
889 | 2024.04.10 17:11:11.832689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
890 | 2024.04.10 17:11:11.832736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
891 | 2024.04.10 17:11:11.832755 [ 3 ] {} <Debug> HTTP-Session: 124f5c26-4f80-4b36-b4a4-e27dfc6e6133 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
892 | 2024.04.10 17:11:11.832771 [ 3 ] {} <Debug> HTTP-Session: 124f5c26-4f80-4b36-b4a4-e27dfc6e6133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
893 | 2024.04.10 17:11:11.832786 [ 3 ] {} <Debug> HTTP-Session: 124f5c26-4f80-4b36-b4a4-e27dfc6e6133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
894 | 2024.04.10 17:11:11.832815 [ 3 ] {} <Trace> HTTP-Session: 124f5c26-4f80-4b36-b4a4-e27dfc6e6133 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
895 | 2024.04.10 17:11:11.832905 [ 3 ] {54bafa6b-8cba-49a9-b208-709299d51b3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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) | ||
896 | 2024.04.10 17:11:11.833219 [ 3 ] {54bafa6b-8cba-49a9-b208-709299d51b3a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
897 | 2024.04.10 17:11:11.833270 [ 3 ] {54bafa6b-8cba-49a9-b208-709299d51b3a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
898 | 2024.04.10 17:11:11.834034 [ 3 ] {54bafa6b-8cba-49a9-b208-709299d51b3a} <Debug> DynamicQueryHandler: Done processing query | ||
899 | 2024.04.10 17:11:11.834062 [ 3 ] {54bafa6b-8cba-49a9-b208-709299d51b3a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
900 | 2024.04.10 17:11:11.834078 [ 3 ] {} <Debug> HTTP-Session: 124f5c26-4f80-4b36-b4a4-e27dfc6e6133 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
901 | 2024.04.10 17:11:11.834258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
902 | 2024.04.10 17:11:11.834305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
903 | 2024.04.10 17:11:11.834322 [ 3 ] {} <Debug> HTTP-Session: 6033da7f-5431-425a-87db-cbe9fecd9ed3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
904 | 2024.04.10 17:11:11.834339 [ 3 ] {} <Debug> HTTP-Session: 6033da7f-5431-425a-87db-cbe9fecd9ed3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
905 | 2024.04.10 17:11:11.834352 [ 3 ] {} <Debug> HTTP-Session: 6033da7f-5431-425a-87db-cbe9fecd9ed3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
906 | 2024.04.10 17:11:11.834383 [ 3 ] {} <Trace> HTTP-Session: 6033da7f-5431-425a-87db-cbe9fecd9ed3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
907 | 2024.04.10 17:11:11.834473 [ 3 ] {9e40199f-d5b8-4fe2-8613-fdc0f10c9e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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) | ||
908 | 2024.04.10 17:11:11.834788 [ 3 ] {9e40199f-d5b8-4fe2-8613-fdc0f10c9e80} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
909 | 2024.04.10 17:11:11.834838 [ 3 ] {9e40199f-d5b8-4fe2-8613-fdc0f10c9e80} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
910 | 2024.04.10 17:11:11.835704 [ 3 ] {9e40199f-d5b8-4fe2-8613-fdc0f10c9e80} <Debug> DynamicQueryHandler: Done processing query | ||
911 | 2024.04.10 17:11:11.835732 [ 3 ] {9e40199f-d5b8-4fe2-8613-fdc0f10c9e80} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
912 | 2024.04.10 17:11:11.835748 [ 3 ] {} <Debug> HTTP-Session: 6033da7f-5431-425a-87db-cbe9fecd9ed3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
913 | 2024.04.10 17:11:11.835963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
914 | 2024.04.10 17:11:11.836010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
915 | 2024.04.10 17:11:11.836029 [ 3 ] {} <Debug> HTTP-Session: 6b3aee6d-f195-4b5b-9e2b-e1253d3e3e16 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
916 | 2024.04.10 17:11:11.836046 [ 3 ] {} <Debug> HTTP-Session: 6b3aee6d-f195-4b5b-9e2b-e1253d3e3e16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
917 | 2024.04.10 17:11:11.836059 [ 3 ] {} <Debug> HTTP-Session: 6b3aee6d-f195-4b5b-9e2b-e1253d3e3e16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
918 | 2024.04.10 17:11:11.836089 [ 3 ] {} <Trace> HTTP-Session: 6b3aee6d-f195-4b5b-9e2b-e1253d3e3e16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
919 | 2024.04.10 17:11:11.836181 [ 3 ] {cc7804a6-2971-4008-8077-02dc28556945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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) | ||
920 | 2024.04.10 17:11:11.836505 [ 3 ] {cc7804a6-2971-4008-8077-02dc28556945} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
921 | 2024.04.10 17:11:11.836556 [ 3 ] {cc7804a6-2971-4008-8077-02dc28556945} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
922 | 2024.04.10 17:11:11.837363 [ 3 ] {cc7804a6-2971-4008-8077-02dc28556945} <Debug> DynamicQueryHandler: Done processing query | ||
923 | 2024.04.10 17:11:11.837391 [ 3 ] {cc7804a6-2971-4008-8077-02dc28556945} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
924 | 2024.04.10 17:11:11.837407 [ 3 ] {} <Debug> HTTP-Session: 6b3aee6d-f195-4b5b-9e2b-e1253d3e3e16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
925 | 2024.04.10 17:11:11.837593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
926 | 2024.04.10 17:11:11.837639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
927 | 2024.04.10 17:11:11.837658 [ 3 ] {} <Debug> HTTP-Session: 51f22b7b-e4fa-407d-9e73-1c334132a3b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
928 | 2024.04.10 17:11:11.837675 [ 3 ] {} <Debug> HTTP-Session: 51f22b7b-e4fa-407d-9e73-1c334132a3b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
929 | 2024.04.10 17:11:11.837689 [ 3 ] {} <Debug> HTTP-Session: 51f22b7b-e4fa-407d-9e73-1c334132a3b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
930 | 2024.04.10 17:11:11.837718 [ 3 ] {} <Trace> HTTP-Session: 51f22b7b-e4fa-407d-9e73-1c334132a3b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
931 | 2024.04.10 17:11:11.837810 [ 3 ] {c0b9376b-a43e-41f9-af61-7a80cdbb1fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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) | ||
932 | 2024.04.10 17:11:11.838135 [ 3 ] {c0b9376b-a43e-41f9-af61-7a80cdbb1fe6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
933 | 2024.04.10 17:11:11.838186 [ 3 ] {c0b9376b-a43e-41f9-af61-7a80cdbb1fe6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
934 | 2024.04.10 17:11:11.839011 [ 3 ] {c0b9376b-a43e-41f9-af61-7a80cdbb1fe6} <Debug> DynamicQueryHandler: Done processing query | ||
935 | 2024.04.10 17:11:11.839040 [ 3 ] {c0b9376b-a43e-41f9-af61-7a80cdbb1fe6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
936 | 2024.04.10 17:11:11.839056 [ 3 ] {} <Debug> HTTP-Session: 51f22b7b-e4fa-407d-9e73-1c334132a3b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
937 | 2024.04.10 17:11:11.839234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
938 | 2024.04.10 17:11:11.839281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
939 | 2024.04.10 17:11:11.839300 [ 3 ] {} <Debug> HTTP-Session: a8087b3a-7272-4c3c-aa41-d6198dda3ee1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
940 | 2024.04.10 17:11:11.839316 [ 3 ] {} <Debug> HTTP-Session: a8087b3a-7272-4c3c-aa41-d6198dda3ee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
941 | 2024.04.10 17:11:11.839330 [ 3 ] {} <Debug> HTTP-Session: a8087b3a-7272-4c3c-aa41-d6198dda3ee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
942 | 2024.04.10 17:11:11.839360 [ 3 ] {} <Trace> HTTP-Session: a8087b3a-7272-4c3c-aa41-d6198dda3ee1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
943 | 2024.04.10 17:11:11.839455 [ 3 ] {92723913-6739-4001-b194-8123a1f7675c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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) | ||
944 | 2024.04.10 17:11:11.839778 [ 3 ] {92723913-6739-4001-b194-8123a1f7675c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
945 | 2024.04.10 17:11:11.839829 [ 3 ] {92723913-6739-4001-b194-8123a1f7675c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
946 | 2024.04.10 17:11:11.840562 [ 3 ] {92723913-6739-4001-b194-8123a1f7675c} <Debug> DynamicQueryHandler: Done processing query | ||
947 | 2024.04.10 17:11:11.840589 [ 3 ] {92723913-6739-4001-b194-8123a1f7675c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
948 | 2024.04.10 17:11:11.840605 [ 3 ] {} <Debug> HTTP-Session: a8087b3a-7272-4c3c-aa41-d6198dda3ee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
949 | 2024.04.10 17:11:11.840809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
950 | 2024.04.10 17:11:11.840858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
951 | 2024.04.10 17:11:11.840878 [ 3 ] {} <Debug> HTTP-Session: 0cddbae1-913e-46e6-8777-6ec0b1fdfec7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
952 | 2024.04.10 17:11:11.840894 [ 3 ] {} <Debug> HTTP-Session: 0cddbae1-913e-46e6-8777-6ec0b1fdfec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
953 | 2024.04.10 17:11:11.840907 [ 3 ] {} <Debug> HTTP-Session: 0cddbae1-913e-46e6-8777-6ec0b1fdfec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
954 | 2024.04.10 17:11:11.840937 [ 3 ] {} <Trace> HTTP-Session: 0cddbae1-913e-46e6-8777-6ec0b1fdfec7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
955 | 2024.04.10 17:11:11.841032 [ 3 ] {f5325df1-40d4-4542-90f2-ec9dd9d1375d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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) | ||
956 | 2024.04.10 17:11:11.841358 [ 3 ] {f5325df1-40d4-4542-90f2-ec9dd9d1375d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
957 | 2024.04.10 17:11:11.841408 [ 3 ] {f5325df1-40d4-4542-90f2-ec9dd9d1375d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
958 | 2024.04.10 17:11:11.842187 [ 3 ] {f5325df1-40d4-4542-90f2-ec9dd9d1375d} <Debug> DynamicQueryHandler: Done processing query | ||
959 | 2024.04.10 17:11:11.842216 [ 3 ] {f5325df1-40d4-4542-90f2-ec9dd9d1375d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
960 | 2024.04.10 17:11:11.842232 [ 3 ] {} <Debug> HTTP-Session: 0cddbae1-913e-46e6-8777-6ec0b1fdfec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
961 | 2024.04.10 17:11:11.842433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
962 | 2024.04.10 17:11:11.842480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
963 | 2024.04.10 17:11:11.842498 [ 3 ] {} <Debug> HTTP-Session: f3230c09-bbc4-4b64-b889-be504cbecc1d Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
964 | 2024.04.10 17:11:11.842515 [ 3 ] {} <Debug> HTTP-Session: f3230c09-bbc4-4b64-b889-be504cbecc1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
965 | 2024.04.10 17:11:11.842529 [ 3 ] {} <Debug> HTTP-Session: f3230c09-bbc4-4b64-b889-be504cbecc1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
966 | 2024.04.10 17:11:11.842558 [ 3 ] {} <Trace> HTTP-Session: f3230c09-bbc4-4b64-b889-be504cbecc1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
967 | 2024.04.10 17:11:11.842653 [ 3 ] {b026e70f-542b-470c-a03c-c47474a110ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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) | ||
968 | 2024.04.10 17:11:11.842984 [ 3 ] {b026e70f-542b-470c-a03c-c47474a110ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
969 | 2024.04.10 17:11:11.843035 [ 3 ] {b026e70f-542b-470c-a03c-c47474a110ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
970 | 2024.04.10 17:11:11.843778 [ 3 ] {b026e70f-542b-470c-a03c-c47474a110ae} <Debug> DynamicQueryHandler: Done processing query | ||
971 | 2024.04.10 17:11:11.843806 [ 3 ] {b026e70f-542b-470c-a03c-c47474a110ae} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
972 | 2024.04.10 17:11:11.843822 [ 3 ] {} <Debug> HTTP-Session: f3230c09-bbc4-4b64-b889-be504cbecc1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
973 | 2024.04.10 17:11:11.844018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
974 | 2024.04.10 17:11:11.844063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
975 | 2024.04.10 17:11:11.844082 [ 3 ] {} <Debug> HTTP-Session: eccef997-ce8e-4243-b8a8-83bca81deb85 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
976 | 2024.04.10 17:11:11.844098 [ 3 ] {} <Debug> HTTP-Session: eccef997-ce8e-4243-b8a8-83bca81deb85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
977 | 2024.04.10 17:11:11.844112 [ 3 ] {} <Debug> HTTP-Session: eccef997-ce8e-4243-b8a8-83bca81deb85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
978 | 2024.04.10 17:11:11.844142 [ 3 ] {} <Trace> HTTP-Session: eccef997-ce8e-4243-b8a8-83bca81deb85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
979 | 2024.04.10 17:11:11.844239 [ 3 ] {7a95cef6-ff15-475b-9774-abcef69ccc2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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) | ||
980 | 2024.04.10 17:11:11.844574 [ 3 ] {7a95cef6-ff15-475b-9774-abcef69ccc2e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
981 | 2024.04.10 17:11:11.844625 [ 3 ] {7a95cef6-ff15-475b-9774-abcef69ccc2e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
982 | 2024.04.10 17:11:11.845421 [ 3 ] {7a95cef6-ff15-475b-9774-abcef69ccc2e} <Debug> DynamicQueryHandler: Done processing query | ||
983 | 2024.04.10 17:11:11.845448 [ 3 ] {7a95cef6-ff15-475b-9774-abcef69ccc2e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
984 | 2024.04.10 17:11:11.845464 [ 3 ] {} <Debug> HTTP-Session: eccef997-ce8e-4243-b8a8-83bca81deb85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
985 | 2024.04.10 17:11:11.845651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
986 | 2024.04.10 17:11:11.845697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
987 | 2024.04.10 17:11:11.845714 [ 3 ] {} <Debug> HTTP-Session: fce12efe-bee6-4344-be87-a3b37fed2327 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
988 | 2024.04.10 17:11:11.845731 [ 3 ] {} <Debug> HTTP-Session: fce12efe-bee6-4344-be87-a3b37fed2327 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
989 | 2024.04.10 17:11:11.845745 [ 3 ] {} <Debug> HTTP-Session: fce12efe-bee6-4344-be87-a3b37fed2327 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
990 | 2024.04.10 17:11:11.845774 [ 3 ] {} <Trace> HTTP-Session: fce12efe-bee6-4344-be87-a3b37fed2327 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
991 | 2024.04.10 17:11:11.845872 [ 3 ] {c4e82d95-c6a5-42e6-b3d9-b006c3835aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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) | ||
992 | 2024.04.10 17:11:11.846208 [ 3 ] {c4e82d95-c6a5-42e6-b3d9-b006c3835aee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
993 | 2024.04.10 17:11:11.846259 [ 3 ] {c4e82d95-c6a5-42e6-b3d9-b006c3835aee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
994 | 2024.04.10 17:11:11.847035 [ 3 ] {c4e82d95-c6a5-42e6-b3d9-b006c3835aee} <Debug> DynamicQueryHandler: Done processing query | ||
995 | 2024.04.10 17:11:11.847062 [ 3 ] {c4e82d95-c6a5-42e6-b3d9-b006c3835aee} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
996 | 2024.04.10 17:11:11.847078 [ 3 ] {} <Debug> HTTP-Session: fce12efe-bee6-4344-be87-a3b37fed2327 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
997 | 2024.04.10 17:11:11.847735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
998 | 2024.04.10 17:11:11.847780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
999 | 2024.04.10 17:11:11.847800 [ 3 ] {} <Debug> HTTP-Session: 1ec00c0c-8bc2-468c-bdba-1436314fa344 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1000 | 2024.04.10 17:11:11.847816 [ 3 ] {} <Debug> HTTP-Session: 1ec00c0c-8bc2-468c-bdba-1436314fa344 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1001 | 2024.04.10 17:11:11.847829 [ 3 ] {} <Debug> HTTP-Session: 1ec00c0c-8bc2-468c-bdba-1436314fa344 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1002 | 2024.04.10 17:11:11.847859 [ 3 ] {} <Trace> HTTP-Session: 1ec00c0c-8bc2-468c-bdba-1436314fa344 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1003 | 2024.04.10 17:11:11.847956 [ 3 ] {b9e565ec-a3f0-4820-b0fd-74b9346c8321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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) | ||
1004 | 2024.04.10 17:11:11.848349 [ 3 ] {b9e565ec-a3f0-4820-b0fd-74b9346c8321} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1005 | 2024.04.10 17:11:11.848400 [ 3 ] {b9e565ec-a3f0-4820-b0fd-74b9346c8321} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1006 | 2024.04.10 17:11:11.849259 [ 3 ] {b9e565ec-a3f0-4820-b0fd-74b9346c8321} <Debug> DynamicQueryHandler: Done processing query | ||
1007 | 2024.04.10 17:11:11.849287 [ 3 ] {b9e565ec-a3f0-4820-b0fd-74b9346c8321} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1008 | 2024.04.10 17:11:11.849304 [ 3 ] {} <Debug> HTTP-Session: 1ec00c0c-8bc2-468c-bdba-1436314fa344 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1009 | 2024.04.10 17:11:11.849518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1010 | 2024.04.10 17:11:11.849565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1011 | 2024.04.10 17:11:11.849583 [ 3 ] {} <Debug> HTTP-Session: 43a275c5-6aba-4d46-ba9a-bd601bc2b877 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1012 | 2024.04.10 17:11:11.849600 [ 3 ] {} <Debug> HTTP-Session: 43a275c5-6aba-4d46-ba9a-bd601bc2b877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1013 | 2024.04.10 17:11:11.849614 [ 3 ] {} <Debug> HTTP-Session: 43a275c5-6aba-4d46-ba9a-bd601bc2b877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1014 | 2024.04.10 17:11:11.849645 [ 3 ] {} <Trace> HTTP-Session: 43a275c5-6aba-4d46-ba9a-bd601bc2b877 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1015 | 2024.04.10 17:11:11.849743 [ 3 ] {4fe8f183-6447-4bc6-a231-8d3a3162f1e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1016 | 2024.04.10 17:11:11.850088 [ 3 ] {4fe8f183-6447-4bc6-a231-8d3a3162f1e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1017 | 2024.04.10 17:11:11.850140 [ 3 ] {4fe8f183-6447-4bc6-a231-8d3a3162f1e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1018 | 2024.04.10 17:11:11.851019 [ 3 ] {4fe8f183-6447-4bc6-a231-8d3a3162f1e0} <Debug> DynamicQueryHandler: Done processing query | ||
1019 | 2024.04.10 17:11:11.851048 [ 3 ] {4fe8f183-6447-4bc6-a231-8d3a3162f1e0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1020 | 2024.04.10 17:11:11.851064 [ 3 ] {} <Debug> HTTP-Session: 43a275c5-6aba-4d46-ba9a-bd601bc2b877 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.04.10 17:11:11.851267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1022 | 2024.04.10 17:11:11.851314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1023 | 2024.04.10 17:11:11.851332 [ 3 ] {} <Debug> HTTP-Session: 3ab3d56d-33b1-40db-b832-ca33808b7f14 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1024 | 2024.04.10 17:11:11.851349 [ 3 ] {} <Debug> HTTP-Session: 3ab3d56d-33b1-40db-b832-ca33808b7f14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1025 | 2024.04.10 17:11:11.851363 [ 3 ] {} <Debug> HTTP-Session: 3ab3d56d-33b1-40db-b832-ca33808b7f14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1026 | 2024.04.10 17:11:11.851393 [ 3 ] {} <Trace> HTTP-Session: 3ab3d56d-33b1-40db-b832-ca33808b7f14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1027 | 2024.04.10 17:11:11.851494 [ 3 ] {ed5dc290-ac68-473d-8a42-69dd50d5135f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1028 | 2024.04.10 17:11:11.851842 [ 3 ] {ed5dc290-ac68-473d-8a42-69dd50d5135f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1029 | 2024.04.10 17:11:11.851893 [ 3 ] {ed5dc290-ac68-473d-8a42-69dd50d5135f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1030 | 2024.04.10 17:11:11.852698 [ 3 ] {ed5dc290-ac68-473d-8a42-69dd50d5135f} <Debug> DynamicQueryHandler: Done processing query | ||
1031 | 2024.04.10 17:11:11.852726 [ 3 ] {ed5dc290-ac68-473d-8a42-69dd50d5135f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1032 | 2024.04.10 17:11:11.852743 [ 3 ] {} <Debug> HTTP-Session: 3ab3d56d-33b1-40db-b832-ca33808b7f14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1033 | 2024.04.10 17:11:11.852950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1034 | 2024.04.10 17:11:11.852997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1035 | 2024.04.10 17:11:11.853015 [ 3 ] {} <Debug> HTTP-Session: 119bb4b0-fed1-49b7-9c14-53ec1b5dbba6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1036 | 2024.04.10 17:11:11.853032 [ 3 ] {} <Debug> HTTP-Session: 119bb4b0-fed1-49b7-9c14-53ec1b5dbba6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1037 | 2024.04.10 17:11:11.853045 [ 3 ] {} <Debug> HTTP-Session: 119bb4b0-fed1-49b7-9c14-53ec1b5dbba6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1038 | 2024.04.10 17:11:11.853075 [ 3 ] {} <Trace> HTTP-Session: 119bb4b0-fed1-49b7-9c14-53ec1b5dbba6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1039 | 2024.04.10 17:11:11.853177 [ 3 ] {075a5acc-644b-403f-9397-765ff0e1ef8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1040 | 2024.04.10 17:11:11.853528 [ 3 ] {075a5acc-644b-403f-9397-765ff0e1ef8d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1041 | 2024.04.10 17:11:11.853579 [ 3 ] {075a5acc-644b-403f-9397-765ff0e1ef8d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1042 | 2024.04.10 17:11:11.854439 [ 3 ] {075a5acc-644b-403f-9397-765ff0e1ef8d} <Debug> DynamicQueryHandler: Done processing query | ||
1043 | 2024.04.10 17:11:11.854467 [ 3 ] {075a5acc-644b-403f-9397-765ff0e1ef8d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1044 | 2024.04.10 17:11:11.854483 [ 3 ] {} <Debug> HTTP-Session: 119bb4b0-fed1-49b7-9c14-53ec1b5dbba6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1045 | 2024.04.10 17:11:11.856617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 5000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1046 | 2024.04.10 17:11:11.856671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1047 | 2024.04.10 17:11:11.856694 [ 3 ] {} <Debug> HTTP-Session: 649058d7-bd16-48ca-a350-ce8083f0ffbc Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1048 | 2024.04.10 17:11:11.856714 [ 3 ] {} <Debug> HTTP-Session: 649058d7-bd16-48ca-a350-ce8083f0ffbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1049 | 2024.04.10 17:11:11.856730 [ 3 ] {} <Debug> HTTP-Session: 649058d7-bd16-48ca-a350-ce8083f0ffbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1050 | 2024.04.10 17:11:11.856767 [ 3 ] {} <Trace> HTTP-Session: 649058d7-bd16-48ca-a350-ce8083f0ffbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1051 | 2024.04.10 17:11:11.856876 [ 3 ] {c0abcaff-c684-4dc8-97ae-663e5e4c1e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1052 | 2024.04.10 17:11:11.856928 [ 3 ] {c0abcaff-c684-4dc8-97ae-663e5e4c1e3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1053 | 2024.04.10 17:11:11.857157 [ 3 ] {c0abcaff-c684-4dc8-97ae-663e5e4c1e3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1054 | 2024.04.10 17:11:11.857785 [ 3 ] {c0abcaff-c684-4dc8-97ae-663e5e4c1e3d} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1055 | 2024.04.10 17:11:11.857822 [ 3 ] {c0abcaff-c684-4dc8-97ae-663e5e4c1e3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.38 GiB. | ||
1056 | 2024.04.10 17:11:11.858372 [ 3 ] {c0abcaff-c684-4dc8-97ae-663e5e4c1e3d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1057 | 2024.04.10 17:11:11.858682 [ 3 ] {c0abcaff-c684-4dc8-97ae-663e5e4c1e3d} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1058 | 2024.04.10 17:11:11.858821 [ 3 ] {c0abcaff-c684-4dc8-97ae-663e5e4c1e3d} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002004 sec., 8982.035928143712 rows/sec., 1.23 MiB/sec. | ||
1059 | 2024.04.10 17:11:11.858949 [ 3 ] {c0abcaff-c684-4dc8-97ae-663e5e4c1e3d} <Debug> DynamicQueryHandler: Done processing query | ||
1060 | 2024.04.10 17:11:11.858973 [ 3 ] {c0abcaff-c684-4dc8-97ae-663e5e4c1e3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
1061 | 2024.04.10 17:11:11.858989 [ 3 ] {} <Debug> HTTP-Session: 649058d7-bd16-48ca-a350-ce8083f0ffbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1062 | 2024.04.10 17:11:11.859120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 7806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1063 | 2024.04.10 17:11:11.859168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1064 | 2024.04.10 17:11:11.859186 [ 3 ] {} <Debug> HTTP-Session: 8336ceed-5946-4630-b61c-09af52b42e6c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1065 | 2024.04.10 17:11:11.859202 [ 3 ] {} <Debug> HTTP-Session: 8336ceed-5946-4630-b61c-09af52b42e6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1066 | 2024.04.10 17:11:11.859216 [ 3 ] {} <Debug> HTTP-Session: 8336ceed-5946-4630-b61c-09af52b42e6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1067 | 2024.04.10 17:11:11.859245 [ 3 ] {} <Trace> HTTP-Session: 8336ceed-5946-4630-b61c-09af52b42e6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1068 | 2024.04.10 17:11:11.859327 [ 3 ] {53be26b0-fe63-42a8-b870-c770b7c947ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1069 | 2024.04.10 17:11:11.859370 [ 3 ] {53be26b0-fe63-42a8-b870-c770b7c947ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1070 | 2024.04.10 17:11:11.859495 [ 3 ] {53be26b0-fe63-42a8-b870-c770b7c947ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1071 | 2024.04.10 17:11:11.860922 [ 3 ] {53be26b0-fe63-42a8-b870-c770b7c947ea} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1072 | 2024.04.10 17:11:11.860957 [ 3 ] {53be26b0-fe63-42a8-b870-c770b7c947ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.38 GiB. | ||
1073 | 2024.04.10 17:11:11.861252 [ 3 ] {53be26b0-fe63-42a8-b870-c770b7c947ea} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1074 | 2024.04.10 17:11:11.861559 [ 3 ] {53be26b0-fe63-42a8-b870-c770b7c947ea} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1075 | 2024.04.10 17:11:11.861678 [ 3 ] {53be26b0-fe63-42a8-b870-c770b7c947ea} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00239 sec., 23430.96234309623 rows/sec., 1.79 MiB/sec. | ||
1076 | 2024.04.10 17:11:11.861795 [ 3 ] {53be26b0-fe63-42a8-b870-c770b7c947ea} <Debug> DynamicQueryHandler: Done processing query | ||
1077 | 2024.04.10 17:11:11.861819 [ 3 ] {53be26b0-fe63-42a8-b870-c770b7c947ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1078 | 2024.04.10 17:11:11.861833 [ 3 ] {} <Debug> HTTP-Session: 8336ceed-5946-4630-b61c-09af52b42e6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1079 | 2024.04.10 17:11:11.861988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1080 | 2024.04.10 17:11:11.862036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1081 | 2024.04.10 17:11:11.862054 [ 3 ] {} <Debug> HTTP-Session: 8db3c4c8-a7c6-4151-8895-8ad526fc72a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1082 | 2024.04.10 17:11:11.862071 [ 3 ] {} <Debug> HTTP-Session: 8db3c4c8-a7c6-4151-8895-8ad526fc72a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1083 | 2024.04.10 17:11:11.862085 [ 3 ] {} <Debug> HTTP-Session: 8db3c4c8-a7c6-4151-8895-8ad526fc72a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1084 | 2024.04.10 17:11:11.862115 [ 3 ] {} <Trace> HTTP-Session: 8db3c4c8-a7c6-4151-8895-8ad526fc72a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1085 | 2024.04.10 17:11:11.862202 [ 3 ] {1c979628-6ff7-4f4b-839f-d1bce0350b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1086 | 2024.04.10 17:11:11.862242 [ 3 ] {1c979628-6ff7-4f4b-839f-d1bce0350b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1087 | 2024.04.10 17:11:11.862878 [ 3 ] {1c979628-6ff7-4f4b-839f-d1bce0350b34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1088 | 2024.04.10 17:11:11.863754 [ 3 ] {1c979628-6ff7-4f4b-839f-d1bce0350b34} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1089 | 2024.04.10 17:11:11.863788 [ 3 ] {1c979628-6ff7-4f4b-839f-d1bce0350b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.38 GiB. | ||
1090 | 2024.04.10 17:11:11.864116 [ 3 ] {1c979628-6ff7-4f4b-839f-d1bce0350b34} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1091 | 2024.04.10 17:11:11.864413 [ 3 ] {1c979628-6ff7-4f4b-839f-d1bce0350b34} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1092 | 2024.04.10 17:11:11.864535 [ 3 ] {1c979628-6ff7-4f4b-839f-d1bce0350b34} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002369 sec., 27015.61840439004 rows/sec., 2.11 MiB/sec. | ||
1093 | 2024.04.10 17:11:11.864752 [ 3 ] {1c979628-6ff7-4f4b-839f-d1bce0350b34} <Debug> DynamicQueryHandler: Done processing query | ||
1094 | 2024.04.10 17:11:11.864776 [ 3 ] {1c979628-6ff7-4f4b-839f-d1bce0350b34} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1095 | 2024.04.10 17:11:11.864791 [ 3 ] {} <Debug> HTTP-Session: 8db3c4c8-a7c6-4151-8895-8ad526fc72a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1096 | 2024.04.10 17:11:11.864916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 10366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1097 | 2024.04.10 17:11:11.864964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1098 | 2024.04.10 17:11:11.864982 [ 3 ] {} <Debug> HTTP-Session: e7aa28e5-423b-41f9-a36f-f8ad42315d64 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1099 | 2024.04.10 17:11:11.864999 [ 3 ] {} <Debug> HTTP-Session: e7aa28e5-423b-41f9-a36f-f8ad42315d64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1100 | 2024.04.10 17:11:11.865012 [ 3 ] {} <Debug> HTTP-Session: e7aa28e5-423b-41f9-a36f-f8ad42315d64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1101 | 2024.04.10 17:11:11.865042 [ 3 ] {} <Trace> HTTP-Session: e7aa28e5-423b-41f9-a36f-f8ad42315d64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1102 | 2024.04.10 17:11:11.865130 [ 3 ] {e82f623b-e05a-4781-868a-bcfe13de08ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1103 | 2024.04.10 17:11:11.865173 [ 3 ] {e82f623b-e05a-4781-868a-bcfe13de08ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1104 | 2024.04.10 17:11:11.865329 [ 3 ] {e82f623b-e05a-4781-868a-bcfe13de08ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1105 | 2024.04.10 17:11:11.865654 [ 3 ] {e82f623b-e05a-4781-868a-bcfe13de08ab} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1106 | 2024.04.10 17:11:11.865689 [ 3 ] {e82f623b-e05a-4781-868a-bcfe13de08ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.38 GiB. | ||
1107 | 2024.04.10 17:11:11.866122 [ 3 ] {e82f623b-e05a-4781-868a-bcfe13de08ab} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1108 | 2024.04.10 17:11:11.866443 [ 3 ] {e82f623b-e05a-4781-868a-bcfe13de08ab} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1109 | 2024.04.10 17:11:11.866561 [ 3 ] {e82f623b-e05a-4781-868a-bcfe13de08ab} <Debug> executeQuery: Read 54 rows, 3.85 KiB in 0.001475 sec., 36610.16949152543 rows/sec., 2.55 MiB/sec. | ||
1110 | 2024.04.10 17:11:11.866673 [ 3 ] {e82f623b-e05a-4781-868a-bcfe13de08ab} <Debug> DynamicQueryHandler: Done processing query | ||
1111 | 2024.04.10 17:11:11.866696 [ 3 ] {e82f623b-e05a-4781-868a-bcfe13de08ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1112 | 2024.04.10 17:11:11.866712 [ 3 ] {} <Debug> HTTP-Session: e7aa28e5-423b-41f9-a36f-f8ad42315d64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1113 | 2024.04.10 17:11:11.866847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1114 | 2024.04.10 17:11:11.866894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1115 | 2024.04.10 17:11:11.866912 [ 3 ] {} <Debug> HTTP-Session: 77fdbfe1-79c4-4a76-a27d-72e3d75882cb Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1116 | 2024.04.10 17:11:11.866928 [ 3 ] {} <Debug> HTTP-Session: 77fdbfe1-79c4-4a76-a27d-72e3d75882cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1117 | 2024.04.10 17:11:11.866942 [ 3 ] {} <Debug> HTTP-Session: 77fdbfe1-79c4-4a76-a27d-72e3d75882cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1118 | 2024.04.10 17:11:11.866971 [ 3 ] {} <Trace> HTTP-Session: 77fdbfe1-79c4-4a76-a27d-72e3d75882cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1119 | 2024.04.10 17:11:11.867040 [ 3 ] {472383e8-04c0-4836-bf5a-685a110016a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1120 | 2024.04.10 17:11:11.867081 [ 3 ] {472383e8-04c0-4836-bf5a-685a110016a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1121 | 2024.04.10 17:11:11.867206 [ 3 ] {472383e8-04c0-4836-bf5a-685a110016a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1122 | 2024.04.10 17:11:11.867459 [ 3 ] {472383e8-04c0-4836-bf5a-685a110016a1} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1123 | 2024.04.10 17:11:11.867493 [ 3 ] {472383e8-04c0-4836-bf5a-685a110016a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.38 GiB. | ||
1124 | 2024.04.10 17:11:11.867825 [ 3 ] {472383e8-04c0-4836-bf5a-685a110016a1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1125 | 2024.04.10 17:11:11.868137 [ 3 ] {472383e8-04c0-4836-bf5a-685a110016a1} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1126 | 2024.04.10 17:11:11.868260 [ 3 ] {472383e8-04c0-4836-bf5a-685a110016a1} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001247 sec., 16038.492381716118 rows/sec., 1.08 MiB/sec. | ||
1127 | 2024.04.10 17:11:11.868417 [ 3 ] {472383e8-04c0-4836-bf5a-685a110016a1} <Debug> DynamicQueryHandler: Done processing query | ||
1128 | 2024.04.10 17:11:11.868440 [ 3 ] {472383e8-04c0-4836-bf5a-685a110016a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1129 | 2024.04.10 17:11:11.868455 [ 3 ] {} <Debug> HTTP-Session: 77fdbfe1-79c4-4a76-a27d-72e3d75882cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1130 | 2024.04.10 17:11:14.388742 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1131 | 2024.04.10 17:11:14.388815 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1132 | 2024.04.10 17:11:16.823867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 7806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1133 | 2024.04.10 17:11:16.824026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1134 | 2024.04.10 17:11:16.824067 [ 3 ] {} <Debug> HTTP-Session: 961737c4-10ab-44fd-bd5a-3487e06ec281 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1135 | 2024.04.10 17:11:16.824106 [ 3 ] {} <Debug> HTTP-Session: 961737c4-10ab-44fd-bd5a-3487e06ec281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1136 | 2024.04.10 17:11:16.824133 [ 3 ] {} <Debug> HTTP-Session: 961737c4-10ab-44fd-bd5a-3487e06ec281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1137 | 2024.04.10 17:11:16.824209 [ 3 ] {} <Trace> HTTP-Session: 961737c4-10ab-44fd-bd5a-3487e06ec281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1138 | 2024.04.10 17:11:16.824401 [ 3 ] {38c733f5-9cd6-4581-bee7-240a3e922f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1139 | 2024.04.10 17:11:16.824495 [ 3 ] {38c733f5-9cd6-4581-bee7-240a3e922f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1140 | 2024.04.10 17:11:16.824799 [ 3 ] {38c733f5-9cd6-4581-bee7-240a3e922f72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1141 | 2024.04.10 17:11:16.825281 [ 3 ] {38c733f5-9cd6-4581-bee7-240a3e922f72} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1142 | 2024.04.10 17:11:16.825325 [ 3 ] {38c733f5-9cd6-4581-bee7-240a3e922f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1143 | 2024.04.10 17:11:16.825706 [ 3 ] {38c733f5-9cd6-4581-bee7-240a3e922f72} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1144 | 2024.04.10 17:11:16.826038 [ 3 ] {38c733f5-9cd6-4581-bee7-240a3e922f72} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1145 | 2024.04.10 17:11:16.826245 [ 3 ] {38c733f5-9cd6-4581-bee7-240a3e922f72} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001941 sec., 28851.107676455435 rows/sec., 2.20 MiB/sec. | ||
1146 | 2024.04.10 17:11:16.826523 [ 3 ] {38c733f5-9cd6-4581-bee7-240a3e922f72} <Debug> DynamicQueryHandler: Done processing query | ||
1147 | 2024.04.10 17:11:16.826551 [ 3 ] {38c733f5-9cd6-4581-bee7-240a3e922f72} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1148 | 2024.04.10 17:11:16.826568 [ 3 ] {} <Debug> HTTP-Session: 961737c4-10ab-44fd-bd5a-3487e06ec281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1149 | 2024.04.10 17:11:16.826755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1150 | 2024.04.10 17:11:16.826808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1151 | 2024.04.10 17:11:16.826828 [ 3 ] {} <Debug> HTTP-Session: fc932caf-ceda-460a-86a6-8738cf3a7704 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1152 | 2024.04.10 17:11:16.826847 [ 3 ] {} <Debug> HTTP-Session: fc932caf-ceda-460a-86a6-8738cf3a7704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1153 | 2024.04.10 17:11:16.826861 [ 3 ] {} <Debug> HTTP-Session: fc932caf-ceda-460a-86a6-8738cf3a7704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1154 | 2024.04.10 17:11:16.826894 [ 3 ] {} <Trace> HTTP-Session: fc932caf-ceda-460a-86a6-8738cf3a7704 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1155 | 2024.04.10 17:11:16.826989 [ 3 ] {923e20f1-54c6-4819-8bc1-9d7f7e941c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1156 | 2024.04.10 17:11:16.827034 [ 3 ] {923e20f1-54c6-4819-8bc1-9d7f7e941c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1157 | 2024.04.10 17:11:16.827180 [ 3 ] {923e20f1-54c6-4819-8bc1-9d7f7e941c21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1158 | 2024.04.10 17:11:16.827533 [ 3 ] {923e20f1-54c6-4819-8bc1-9d7f7e941c21} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1159 | 2024.04.10 17:11:16.827572 [ 3 ] {923e20f1-54c6-4819-8bc1-9d7f7e941c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1160 | 2024.04.10 17:11:16.827895 [ 3 ] {923e20f1-54c6-4819-8bc1-9d7f7e941c21} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1161 | 2024.04.10 17:11:16.828197 [ 3 ] {923e20f1-54c6-4819-8bc1-9d7f7e941c21} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1162 | 2024.04.10 17:11:16.828352 [ 3 ] {923e20f1-54c6-4819-8bc1-9d7f7e941c21} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001406 sec., 45519.20341394026 rows/sec., 3.55 MiB/sec. | ||
1163 | 2024.04.10 17:11:16.828607 [ 3 ] {923e20f1-54c6-4819-8bc1-9d7f7e941c21} <Debug> DynamicQueryHandler: Done processing query | ||
1164 | 2024.04.10 17:11:16.828632 [ 3 ] {923e20f1-54c6-4819-8bc1-9d7f7e941c21} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1165 | 2024.04.10 17:11:16.828648 [ 3 ] {} <Debug> HTTP-Session: fc932caf-ceda-460a-86a6-8738cf3a7704 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1166 | 2024.04.10 17:11:16.828901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30577, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1167 | 2024.04.10 17:11:16.828950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1168 | 2024.04.10 17:11:16.828969 [ 3 ] {} <Debug> HTTP-Session: 17850558-16f4-4963-b4cd-d6f33c4fb70e Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1169 | 2024.04.10 17:11:16.828986 [ 3 ] {} <Debug> HTTP-Session: 17850558-16f4-4963-b4cd-d6f33c4fb70e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1170 | 2024.04.10 17:11:16.829000 [ 3 ] {} <Debug> HTTP-Session: 17850558-16f4-4963-b4cd-d6f33c4fb70e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1171 | 2024.04.10 17:11:16.829031 [ 3 ] {} <Trace> HTTP-Session: 17850558-16f4-4963-b4cd-d6f33c4fb70e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1172 | 2024.04.10 17:11:16.829151 [ 3 ] {dcb786f2-2ed2-4995-bdaa-5a6359d790f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1173 | 2024.04.10 17:11:16.829196 [ 3 ] {dcb786f2-2ed2-4995-bdaa-5a6359d790f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1174 | 2024.04.10 17:11:16.829359 [ 3 ] {dcb786f2-2ed2-4995-bdaa-5a6359d790f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1175 | 2024.04.10 17:11:16.829738 [ 3 ] {dcb786f2-2ed2-4995-bdaa-5a6359d790f3} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1176 | 2024.04.10 17:11:16.829774 [ 3 ] {dcb786f2-2ed2-4995-bdaa-5a6359d790f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1177 | 2024.04.10 17:11:16.830168 [ 3 ] {dcb786f2-2ed2-4995-bdaa-5a6359d790f3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1178 | 2024.04.10 17:11:16.830513 [ 3 ] {dcb786f2-2ed2-4995-bdaa-5a6359d790f3} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1179 | 2024.04.10 17:11:16.830655 [ 3 ] {dcb786f2-2ed2-4995-bdaa-5a6359d790f3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
1180 | 2024.04.10 17:11:16.830922 [ 3 ] {dcb786f2-2ed2-4995-bdaa-5a6359d790f3} <Debug> DynamicQueryHandler: Done processing query | ||
1181 | 2024.04.10 17:11:16.830947 [ 3 ] {dcb786f2-2ed2-4995-bdaa-5a6359d790f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1182 | 2024.04.10 17:11:16.830962 [ 3 ] {} <Debug> HTTP-Session: 17850558-16f4-4963-b4cd-d6f33c4fb70e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1183 | 2024.04.10 17:11:16.831155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1184 | 2024.04.10 17:11:16.831201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1185 | 2024.04.10 17:11:16.831220 [ 3 ] {} <Debug> HTTP-Session: 08bb8756-31d4-4efd-86ea-674fb7594753 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1186 | 2024.04.10 17:11:16.831236 [ 3 ] {} <Debug> HTTP-Session: 08bb8756-31d4-4efd-86ea-674fb7594753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1187 | 2024.04.10 17:11:16.831250 [ 3 ] {} <Debug> HTTP-Session: 08bb8756-31d4-4efd-86ea-674fb7594753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1188 | 2024.04.10 17:11:16.831281 [ 3 ] {} <Trace> HTTP-Session: 08bb8756-31d4-4efd-86ea-674fb7594753 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1189 | 2024.04.10 17:11:16.831376 [ 3 ] {8a3e9147-1092-41cc-81f4-c8188e86578b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1190 | 2024.04.10 17:11:16.831420 [ 3 ] {8a3e9147-1092-41cc-81f4-c8188e86578b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1191 | 2024.04.10 17:11:16.831568 [ 3 ] {8a3e9147-1092-41cc-81f4-c8188e86578b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1192 | 2024.04.10 17:11:16.831849 [ 3 ] {8a3e9147-1092-41cc-81f4-c8188e86578b} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1193 | 2024.04.10 17:11:16.831885 [ 3 ] {8a3e9147-1092-41cc-81f4-c8188e86578b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1194 | 2024.04.10 17:11:16.832232 [ 3 ] {8a3e9147-1092-41cc-81f4-c8188e86578b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1195 | 2024.04.10 17:11:16.832548 [ 3 ] {8a3e9147-1092-41cc-81f4-c8188e86578b} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): 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.04.10 17:11:16.832710 [ 3 ] {8a3e9147-1092-41cc-81f4-c8188e86578b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
1197 | 2024.04.10 17:11:16.832830 [ 3 ] {8a3e9147-1092-41cc-81f4-c8188e86578b} <Debug> DynamicQueryHandler: Done processing query | ||
1198 | 2024.04.10 17:11:16.832855 [ 3 ] {8a3e9147-1092-41cc-81f4-c8188e86578b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1199 | 2024.04.10 17:11:16.832870 [ 3 ] {} <Debug> HTTP-Session: 08bb8756-31d4-4efd-86ea-674fb7594753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1200 | 2024.04.10 17:11:21.824785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 7806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1201 | 2024.04.10 17:11:21.824917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1202 | 2024.04.10 17:11:21.824942 [ 3 ] {} <Debug> HTTP-Session: 8443040a-a74f-49c3-8aa8-51cfaa5aa22b Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1203 | 2024.04.10 17:11:21.824966 [ 3 ] {} <Debug> HTTP-Session: 8443040a-a74f-49c3-8aa8-51cfaa5aa22b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1204 | 2024.04.10 17:11:21.824981 [ 3 ] {} <Debug> HTTP-Session: 8443040a-a74f-49c3-8aa8-51cfaa5aa22b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1205 | 2024.04.10 17:11:21.825030 [ 3 ] {} <Trace> HTTP-Session: 8443040a-a74f-49c3-8aa8-51cfaa5aa22b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1206 | 2024.04.10 17:11:21.825156 [ 3 ] {1ab219a8-13bc-4b11-a698-a245339c3945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1207 | 2024.04.10 17:11:21.825222 [ 3 ] {1ab219a8-13bc-4b11-a698-a245339c3945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1208 | 2024.04.10 17:11:21.825415 [ 3 ] {1ab219a8-13bc-4b11-a698-a245339c3945} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1209 | 2024.04.10 17:11:21.825858 [ 3 ] {1ab219a8-13bc-4b11-a698-a245339c3945} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1210 | 2024.04.10 17:11:21.825903 [ 3 ] {1ab219a8-13bc-4b11-a698-a245339c3945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1211 | 2024.04.10 17:11:21.826278 [ 3 ] {1ab219a8-13bc-4b11-a698-a245339c3945} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1212 | 2024.04.10 17:11:21.826604 [ 3 ] {1ab219a8-13bc-4b11-a698-a245339c3945} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1213 | 2024.04.10 17:11:21.826772 [ 3 ] {1ab219a8-13bc-4b11-a698-a245339c3945} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001679 sec., 33353.18642048839 rows/sec., 2.55 MiB/sec. | ||
1214 | 2024.04.10 17:11:21.826912 [ 3 ] {1ab219a8-13bc-4b11-a698-a245339c3945} <Debug> DynamicQueryHandler: Done processing query | ||
1215 | 2024.04.10 17:11:21.826936 [ 3 ] {1ab219a8-13bc-4b11-a698-a245339c3945} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1216 | 2024.04.10 17:11:21.826953 [ 3 ] {} <Debug> HTTP-Session: 8443040a-a74f-49c3-8aa8-51cfaa5aa22b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1217 | 2024.04.10 17:11:21.827095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1218 | 2024.04.10 17:11:21.827142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1219 | 2024.04.10 17:11:21.827162 [ 3 ] {} <Debug> HTTP-Session: c2315c19-d311-4182-8967-8b58c1768b57 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1220 | 2024.04.10 17:11:21.827179 [ 3 ] {} <Debug> HTTP-Session: c2315c19-d311-4182-8967-8b58c1768b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1221 | 2024.04.10 17:11:21.827193 [ 3 ] {} <Debug> HTTP-Session: c2315c19-d311-4182-8967-8b58c1768b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1222 | 2024.04.10 17:11:21.827224 [ 3 ] {} <Trace> HTTP-Session: c2315c19-d311-4182-8967-8b58c1768b57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1223 | 2024.04.10 17:11:21.827311 [ 3 ] {c511e03e-0327-4103-bf70-29119849a253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1224 | 2024.04.10 17:11:21.827352 [ 3 ] {c511e03e-0327-4103-bf70-29119849a253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1225 | 2024.04.10 17:11:21.827482 [ 3 ] {c511e03e-0327-4103-bf70-29119849a253} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1226 | 2024.04.10 17:11:21.827819 [ 3 ] {c511e03e-0327-4103-bf70-29119849a253} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1227 | 2024.04.10 17:11:21.827859 [ 3 ] {c511e03e-0327-4103-bf70-29119849a253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1228 | 2024.04.10 17:11:21.828166 [ 3 ] {c511e03e-0327-4103-bf70-29119849a253} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1229 | 2024.04.10 17:11:21.828468 [ 3 ] {c511e03e-0327-4103-bf70-29119849a253} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1230 | 2024.04.10 17:11:21.828626 [ 3 ] {c511e03e-0327-4103-bf70-29119849a253} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001349 sec., 47442.550037064495 rows/sec., 3.70 MiB/sec. | ||
1231 | 2024.04.10 17:11:21.828867 [ 3 ] {c511e03e-0327-4103-bf70-29119849a253} <Debug> DynamicQueryHandler: Done processing query | ||
1232 | 2024.04.10 17:11:21.828892 [ 3 ] {c511e03e-0327-4103-bf70-29119849a253} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1233 | 2024.04.10 17:11:21.828908 [ 3 ] {} <Debug> HTTP-Session: c2315c19-d311-4182-8967-8b58c1768b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1234 | 2024.04.10 17:11:21.829104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1235 | 2024.04.10 17:11:21.829154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1236 | 2024.04.10 17:11:21.829173 [ 3 ] {} <Debug> HTTP-Session: e4a60f93-05ff-4447-ac5c-66e02bcf1eb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1237 | 2024.04.10 17:11:21.829191 [ 3 ] {} <Debug> HTTP-Session: e4a60f93-05ff-4447-ac5c-66e02bcf1eb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1238 | 2024.04.10 17:11:21.829205 [ 3 ] {} <Debug> HTTP-Session: e4a60f93-05ff-4447-ac5c-66e02bcf1eb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1239 | 2024.04.10 17:11:21.829236 [ 3 ] {} <Trace> HTTP-Session: e4a60f93-05ff-4447-ac5c-66e02bcf1eb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1240 | 2024.04.10 17:11:21.829351 [ 3 ] {ea8f395b-2e97-4700-b6c3-50bd7cc91dc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1241 | 2024.04.10 17:11:21.829397 [ 3 ] {ea8f395b-2e97-4700-b6c3-50bd7cc91dc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1242 | 2024.04.10 17:11:21.829561 [ 3 ] {ea8f395b-2e97-4700-b6c3-50bd7cc91dc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1243 | 2024.04.10 17:11:21.830012 [ 3 ] {ea8f395b-2e97-4700-b6c3-50bd7cc91dc8} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1244 | 2024.04.10 17:11:21.830050 [ 3 ] {ea8f395b-2e97-4700-b6c3-50bd7cc91dc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1245 | 2024.04.10 17:11:21.830444 [ 3 ] {ea8f395b-2e97-4700-b6c3-50bd7cc91dc8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1246 | 2024.04.10 17:11:21.830779 [ 3 ] {ea8f395b-2e97-4700-b6c3-50bd7cc91dc8} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1247 | 2024.04.10 17:11:21.830933 [ 3 ] {ea8f395b-2e97-4700-b6c3-50bd7cc91dc8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00165 sec., 96969.69696969698 rows/sec., 6.75 MiB/sec. | ||
1248 | 2024.04.10 17:11:21.831063 [ 3 ] {ea8f395b-2e97-4700-b6c3-50bd7cc91dc8} <Debug> DynamicQueryHandler: Done processing query | ||
1249 | 2024.04.10 17:11:21.831091 [ 3 ] {ea8f395b-2e97-4700-b6c3-50bd7cc91dc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1250 | 2024.04.10 17:11:21.831107 [ 3 ] {} <Debug> HTTP-Session: e4a60f93-05ff-4447-ac5c-66e02bcf1eb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1251 | 2024.04.10 17:11:21.831242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1252 | 2024.04.10 17:11:21.831291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1253 | 2024.04.10 17:11:21.831310 [ 3 ] {} <Debug> HTTP-Session: 13b93106-6390-4624-8858-2af7a601cee5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1254 | 2024.04.10 17:11:21.831327 [ 3 ] {} <Debug> HTTP-Session: 13b93106-6390-4624-8858-2af7a601cee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1255 | 2024.04.10 17:11:21.831340 [ 3 ] {} <Debug> HTTP-Session: 13b93106-6390-4624-8858-2af7a601cee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1256 | 2024.04.10 17:11:21.831371 [ 3 ] {} <Trace> HTTP-Session: 13b93106-6390-4624-8858-2af7a601cee5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1257 | 2024.04.10 17:11:21.831463 [ 3 ] {7502c627-f1df-453c-bfad-65f5c2758e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1258 | 2024.04.10 17:11:21.831505 [ 3 ] {7502c627-f1df-453c-bfad-65f5c2758e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1259 | 2024.04.10 17:11:21.831633 [ 3 ] {7502c627-f1df-453c-bfad-65f5c2758e81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1260 | 2024.04.10 17:11:21.831937 [ 3 ] {7502c627-f1df-453c-bfad-65f5c2758e81} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1261 | 2024.04.10 17:11:21.831975 [ 3 ] {7502c627-f1df-453c-bfad-65f5c2758e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1262 | 2024.04.10 17:11:21.832334 [ 3 ] {7502c627-f1df-453c-bfad-65f5c2758e81} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1263 | 2024.04.10 17:11:21.832657 [ 3 ] {7502c627-f1df-453c-bfad-65f5c2758e81} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1264 | 2024.04.10 17:11:21.832813 [ 3 ] {7502c627-f1df-453c-bfad-65f5c2758e81} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
1265 | 2024.04.10 17:11:21.832940 [ 3 ] {7502c627-f1df-453c-bfad-65f5c2758e81} <Debug> DynamicQueryHandler: Done processing query | ||
1266 | 2024.04.10 17:11:21.832964 [ 3 ] {7502c627-f1df-453c-bfad-65f5c2758e81} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1267 | 2024.04.10 17:11:21.832980 [ 3 ] {} <Debug> HTTP-Session: 13b93106-6390-4624-8858-2af7a601cee5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1268 | 2024.04.10 17:11:26.824659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 7806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1269 | 2024.04.10 17:11:26.824794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1270 | 2024.04.10 17:11:26.824823 [ 3 ] {} <Debug> HTTP-Session: 79e97981-1704-4277-a092-3ad00d540d44 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1271 | 2024.04.10 17:11:26.824852 [ 3 ] {} <Debug> HTTP-Session: 79e97981-1704-4277-a092-3ad00d540d44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1272 | 2024.04.10 17:11:26.824870 [ 3 ] {} <Debug> HTTP-Session: 79e97981-1704-4277-a092-3ad00d540d44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1273 | 2024.04.10 17:11:26.824928 [ 3 ] {} <Trace> HTTP-Session: 79e97981-1704-4277-a092-3ad00d540d44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1274 | 2024.04.10 17:11:26.825069 [ 3 ] {eddcc7a8-392a-4b82-b299-8234a357608c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1275 | 2024.04.10 17:11:26.825135 [ 3 ] {eddcc7a8-392a-4b82-b299-8234a357608c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1276 | 2024.04.10 17:11:26.825323 [ 3 ] {eddcc7a8-392a-4b82-b299-8234a357608c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1277 | 2024.04.10 17:11:26.825788 [ 3 ] {eddcc7a8-392a-4b82-b299-8234a357608c} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1278 | 2024.04.10 17:11:26.825827 [ 3 ] {eddcc7a8-392a-4b82-b299-8234a357608c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1279 | 2024.04.10 17:11:26.826206 [ 3 ] {eddcc7a8-392a-4b82-b299-8234a357608c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1280 | 2024.04.10 17:11:26.826539 [ 3 ] {eddcc7a8-392a-4b82-b299-8234a357608c} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1281 | 2024.04.10 17:11:26.826680 [ 3 ] {eddcc7a8-392a-4b82-b299-8234a357608c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001681 sec., 33313.50386674598 rows/sec., 2.54 MiB/sec. | ||
1282 | 2024.04.10 17:11:26.826840 [ 3 ] {eddcc7a8-392a-4b82-b299-8234a357608c} <Debug> DynamicQueryHandler: Done processing query | ||
1283 | 2024.04.10 17:11:26.826866 [ 3 ] {eddcc7a8-392a-4b82-b299-8234a357608c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1284 | 2024.04.10 17:11:26.826883 [ 3 ] {} <Debug> HTTP-Session: 79e97981-1704-4277-a092-3ad00d540d44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1285 | 2024.04.10 17:11:26.827024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1286 | 2024.04.10 17:11:26.827074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1287 | 2024.04.10 17:11:26.827093 [ 3 ] {} <Debug> HTTP-Session: e7d456ac-8bbe-4800-b876-975240cbe819 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1288 | 2024.04.10 17:11:26.827109 [ 3 ] {} <Debug> HTTP-Session: e7d456ac-8bbe-4800-b876-975240cbe819 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1289 | 2024.04.10 17:11:26.827124 [ 3 ] {} <Debug> HTTP-Session: e7d456ac-8bbe-4800-b876-975240cbe819 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1290 | 2024.04.10 17:11:26.827155 [ 3 ] {} <Trace> HTTP-Session: e7d456ac-8bbe-4800-b876-975240cbe819 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1291 | 2024.04.10 17:11:26.827243 [ 3 ] {89786dba-19ed-45d3-895b-311313671346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1292 | 2024.04.10 17:11:26.827282 [ 3 ] {89786dba-19ed-45d3-895b-311313671346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1293 | 2024.04.10 17:11:26.827409 [ 3 ] {89786dba-19ed-45d3-895b-311313671346} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1294 | 2024.04.10 17:11:26.827767 [ 3 ] {89786dba-19ed-45d3-895b-311313671346} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1295 | 2024.04.10 17:11:26.827805 [ 3 ] {89786dba-19ed-45d3-895b-311313671346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1296 | 2024.04.10 17:11:26.828116 [ 3 ] {89786dba-19ed-45d3-895b-311313671346} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1297 | 2024.04.10 17:11:26.828412 [ 3 ] {89786dba-19ed-45d3-895b-311313671346} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1298 | 2024.04.10 17:11:26.828562 [ 3 ] {89786dba-19ed-45d3-895b-311313671346} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001356 sec., 47197.6401179941 rows/sec., 3.68 MiB/sec. | ||
1299 | 2024.04.10 17:11:26.828818 [ 3 ] {89786dba-19ed-45d3-895b-311313671346} <Debug> DynamicQueryHandler: Done processing query | ||
1300 | 2024.04.10 17:11:26.828847 [ 3 ] {89786dba-19ed-45d3-895b-311313671346} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1301 | 2024.04.10 17:11:26.828864 [ 3 ] {} <Debug> HTTP-Session: e7d456ac-8bbe-4800-b876-975240cbe819 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1302 | 2024.04.10 17:11:26.829054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1303 | 2024.04.10 17:11:26.829103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1304 | 2024.04.10 17:11:26.829122 [ 3 ] {} <Debug> HTTP-Session: 1b7f9654-55f9-48d3-9a7a-2ce60ab13d6d Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1305 | 2024.04.10 17:11:26.829139 [ 3 ] {} <Debug> HTTP-Session: 1b7f9654-55f9-48d3-9a7a-2ce60ab13d6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1306 | 2024.04.10 17:11:26.829153 [ 3 ] {} <Debug> HTTP-Session: 1b7f9654-55f9-48d3-9a7a-2ce60ab13d6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1307 | 2024.04.10 17:11:26.829184 [ 3 ] {} <Trace> HTTP-Session: 1b7f9654-55f9-48d3-9a7a-2ce60ab13d6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1308 | 2024.04.10 17:11:26.829298 [ 3 ] {5222f797-fde3-4ae0-bf7a-f6b191db6a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1309 | 2024.04.10 17:11:26.829344 [ 3 ] {5222f797-fde3-4ae0-bf7a-f6b191db6a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1310 | 2024.04.10 17:11:26.829502 [ 3 ] {5222f797-fde3-4ae0-bf7a-f6b191db6a51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1311 | 2024.04.10 17:11:26.829904 [ 3 ] {5222f797-fde3-4ae0-bf7a-f6b191db6a51} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1312 | 2024.04.10 17:11:26.829941 [ 3 ] {5222f797-fde3-4ae0-bf7a-f6b191db6a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1313 | 2024.04.10 17:11:26.830328 [ 3 ] {5222f797-fde3-4ae0-bf7a-f6b191db6a51} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1314 | 2024.04.10 17:11:26.830650 [ 3 ] {5222f797-fde3-4ae0-bf7a-f6b191db6a51} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1315 | 2024.04.10 17:11:26.830807 [ 3 ] {5222f797-fde3-4ae0-bf7a-f6b191db6a51} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
1316 | 2024.04.10 17:11:26.830937 [ 3 ] {5222f797-fde3-4ae0-bf7a-f6b191db6a51} <Debug> DynamicQueryHandler: Done processing query | ||
1317 | 2024.04.10 17:11:26.830962 [ 3 ] {5222f797-fde3-4ae0-bf7a-f6b191db6a51} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1318 | 2024.04.10 17:11:26.830977 [ 3 ] {} <Debug> HTTP-Session: 1b7f9654-55f9-48d3-9a7a-2ce60ab13d6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1319 | 2024.04.10 17:11:26.831103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1320 | 2024.04.10 17:11:26.831150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1321 | 2024.04.10 17:11:26.831169 [ 3 ] {} <Debug> HTTP-Session: d04a8271-eef5-43d8-9e50-522da66f76c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1322 | 2024.04.10 17:11:26.831186 [ 3 ] {} <Debug> HTTP-Session: d04a8271-eef5-43d8-9e50-522da66f76c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1323 | 2024.04.10 17:11:26.831200 [ 3 ] {} <Debug> HTTP-Session: d04a8271-eef5-43d8-9e50-522da66f76c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1324 | 2024.04.10 17:11:26.831231 [ 3 ] {} <Trace> HTTP-Session: d04a8271-eef5-43d8-9e50-522da66f76c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1325 | 2024.04.10 17:11:26.831335 [ 3 ] {0ace7942-937f-448e-892b-05c99149138d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1326 | 2024.04.10 17:11:26.831376 [ 3 ] {0ace7942-937f-448e-892b-05c99149138d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1327 | 2024.04.10 17:11:26.831507 [ 3 ] {0ace7942-937f-448e-892b-05c99149138d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1328 | 2024.04.10 17:11:26.831800 [ 3 ] {0ace7942-937f-448e-892b-05c99149138d} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1329 | 2024.04.10 17:11:26.831837 [ 3 ] {0ace7942-937f-448e-892b-05c99149138d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1330 | 2024.04.10 17:11:26.832189 [ 3 ] {0ace7942-937f-448e-892b-05c99149138d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1331 | 2024.04.10 17:11:26.832504 [ 3 ] {0ace7942-937f-448e-892b-05c99149138d} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1332 | 2024.04.10 17:11:26.832660 [ 3 ] {0ace7942-937f-448e-892b-05c99149138d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
1333 | 2024.04.10 17:11:26.832785 [ 3 ] {0ace7942-937f-448e-892b-05c99149138d} <Debug> DynamicQueryHandler: Done processing query | ||
1334 | 2024.04.10 17:11:26.832809 [ 3 ] {0ace7942-937f-448e-892b-05c99149138d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1335 | 2024.04.10 17:11:26.832825 [ 3 ] {} <Debug> HTTP-Session: d04a8271-eef5-43d8-9e50-522da66f76c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1336 | 2024.04.10 17:11:29.389072 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1337 | 2024.04.10 17:11:29.389164 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1338 | 2024.04.10 17:11:31.823843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 7806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1339 | 2024.04.10 17:11:31.823965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1340 | 2024.04.10 17:11:31.823995 [ 3 ] {} <Debug> HTTP-Session: 70749c07-0e01-4801-b391-5861084f873f Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1341 | 2024.04.10 17:11:31.824023 [ 3 ] {} <Debug> HTTP-Session: 70749c07-0e01-4801-b391-5861084f873f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1342 | 2024.04.10 17:11:31.824041 [ 3 ] {} <Debug> HTTP-Session: 70749c07-0e01-4801-b391-5861084f873f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1343 | 2024.04.10 17:11:31.824099 [ 3 ] {} <Trace> HTTP-Session: 70749c07-0e01-4801-b391-5861084f873f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1344 | 2024.04.10 17:11:31.824246 [ 3 ] {86125c25-7032-49b0-a934-0b217fbe435d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1345 | 2024.04.10 17:11:31.824310 [ 3 ] {86125c25-7032-49b0-a934-0b217fbe435d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1346 | 2024.04.10 17:11:31.824506 [ 3 ] {86125c25-7032-49b0-a934-0b217fbe435d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1347 | 2024.04.10 17:11:31.825009 [ 3 ] {86125c25-7032-49b0-a934-0b217fbe435d} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1348 | 2024.04.10 17:11:31.825049 [ 3 ] {86125c25-7032-49b0-a934-0b217fbe435d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1349 | 2024.04.10 17:11:31.825436 [ 3 ] {86125c25-7032-49b0-a934-0b217fbe435d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1350 | 2024.04.10 17:11:31.825765 [ 3 ] {86125c25-7032-49b0-a934-0b217fbe435d} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1351 | 2024.04.10 17:11:31.825906 [ 145 ] {} <Debug> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
1352 | 2024.04.10 17:11:31.825911 [ 3 ] {86125c25-7032-49b0-a934-0b217fbe435d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001739 sec., 32202.415181138582 rows/sec., 2.46 MiB/sec. | ||
1353 | 2024.04.10 17:11:31.825987 [ 145 ] {} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1354 | 2024.04.10 17:11:31.826029 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1355 | 2024.04.10 17:11:31.826084 [ 3 ] {86125c25-7032-49b0-a934-0b217fbe435d} <Debug> DynamicQueryHandler: Done processing query | ||
1356 | 2024.04.10 17:11:31.826138 [ 3 ] {86125c25-7032-49b0-a934-0b217fbe435d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1357 | 2024.04.10 17:11:31.826195 [ 3 ] {} <Debug> HTTP-Session: 70749c07-0e01-4801-b391-5861084f873f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1358 | 2024.04.10 17:11:31.826423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1359 | 2024.04.10 17:11:31.826459 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::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 | ||
1360 | 2024.04.10 17:11:31.826487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1361 | 2024.04.10 17:11:31.826537 [ 3 ] {} <Debug> HTTP-Session: 54fdb902-9c90-4d73-8f15-d7427761f1fc Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1362 | 2024.04.10 17:11:31.826563 [ 3 ] {} <Debug> HTTP-Session: 54fdb902-9c90-4d73-8f15-d7427761f1fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1363 | 2024.04.10 17:11:31.826595 [ 3 ] {} <Debug> HTTP-Session: 54fdb902-9c90-4d73-8f15-d7427761f1fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1364 | 2024.04.10 17:11:31.826671 [ 3 ] {} <Trace> HTTP-Session: 54fdb902-9c90-4d73-8f15-d7427761f1fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1365 | 2024.04.10 17:11:31.826819 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1366 | 2024.04.10 17:11:31.826860 [ 3 ] {9b8030ca-e6a2-4d2c-a214-aaad1f615a76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1367 | 2024.04.10 17:11:31.826919 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
1368 | 2024.04.10 17:11:31.826932 [ 3 ] {9b8030ca-e6a2-4d2c-a214-aaad1f615a76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1369 | 2024.04.10 17:11:31.827304 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
1370 | 2024.04.10 17:11:31.827379 [ 3 ] {9b8030ca-e6a2-4d2c-a214-aaad1f615a76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1371 | 2024.04.10 17:11:31.827588 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
1372 | 2024.04.10 17:11:31.827866 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
1373 | 2024.04.10 17:11:31.828426 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
1374 | 2024.04.10 17:11:31.829278 [ 3 ] {9b8030ca-e6a2-4d2c-a214-aaad1f615a76} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1375 | 2024.04.10 17:11:31.829333 [ 3 ] {9b8030ca-e6a2-4d2c-a214-aaad1f615a76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1376 | 2024.04.10 17:11:31.830166 [ 3 ] {9b8030ca-e6a2-4d2c-a214-aaad1f615a76} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1377 | 2024.04.10 17:11:31.831116 [ 3 ] {9b8030ca-e6a2-4d2c-a214-aaad1f615a76} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1378 | 2024.04.10 17:11:31.831123 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 4 columns (4 merged, 0 gathered) in 0.004968223 sec., 56358.178769350736 rows/sec., 4.30 MiB/sec. | ||
1379 | 2024.04.10 17:11:31.831336 [ 145 ] {} <Debug> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
1380 | 2024.04.10 17:11:31.831347 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
1381 | 2024.04.10 17:11:31.831387 [ 3 ] {9b8030ca-e6a2-4d2c-a214-aaad1f615a76} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004607 sec., 13891.903624918603 rows/sec., 1.08 MiB/sec. | ||
1382 | 2024.04.10 17:11:31.831415 [ 145 ] {} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1383 | 2024.04.10 17:11:31.831500 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1384 | 2024.04.10 17:11:31.832011 [ 189 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::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 | ||
1385 | 2024.04.10 17:11:31.832032 [ 3 ] {9b8030ca-e6a2-4d2c-a214-aaad1f615a76} <Debug> DynamicQueryHandler: Done processing query | ||
1386 | 2024.04.10 17:11:31.832091 [ 3 ] {9b8030ca-e6a2-4d2c-a214-aaad1f615a76} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1387 | 2024.04.10 17:11:31.832172 [ 3 ] {} <Debug> HTTP-Session: 54fdb902-9c90-4d73-8f15-d7427761f1fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1388 | 2024.04.10 17:11:31.832545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1389 | 2024.04.10 17:11:31.832591 [ 189 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1390 | 2024.04.10 17:11:31.832727 [ 189 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
1391 | 2024.04.10 17:11:31.832733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1392 | 2024.04.10 17:11:31.832855 [ 3 ] {} <Debug> HTTP-Session: 6ed8cbd1-fe76-4de2-918c-5e5ed5990f63 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1393 | 2024.04.10 17:11:31.832975 [ 3 ] {} <Debug> HTTP-Session: 6ed8cbd1-fe76-4de2-918c-5e5ed5990f63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1394 | 2024.04.10 17:11:31.833080 [ 3 ] {} <Debug> HTTP-Session: 6ed8cbd1-fe76-4de2-918c-5e5ed5990f63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1395 | 2024.04.10 17:11:31.833225 [ 189 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
1396 | 2024.04.10 17:11:31.833294 [ 3 ] {} <Trace> HTTP-Session: 6ed8cbd1-fe76-4de2-918c-5e5ed5990f63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1397 | 2024.04.10 17:11:31.833572 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_5_1} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1398 | 2024.04.10 17:11:31.833633 [ 189 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
1399 | 2024.04.10 17:11:31.833792 [ 3 ] {5f1ba97d-1bb3-47fc-986c-145515e50fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1400 | 2024.04.10 17:11:31.834001 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_5_1} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
1401 | 2024.04.10 17:11:31.834016 [ 3 ] {5f1ba97d-1bb3-47fc-986c-145515e50fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1402 | 2024.04.10 17:11:31.834048 [ 189 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
1403 | 2024.04.10 17:11:31.834505 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
1404 | 2024.04.10 17:11:31.834559 [ 189 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
1405 | 2024.04.10 17:11:31.835466 [ 3 ] {5f1ba97d-1bb3-47fc-986c-145515e50fd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1406 | 2024.04.10 17:11:31.836125 [ 3 ] {5f1ba97d-1bb3-47fc-986c-145515e50fd8} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1407 | 2024.04.10 17:11:31.836174 [ 3 ] {5f1ba97d-1bb3-47fc-986c-145515e50fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1408 | 2024.04.10 17:11:31.836581 [ 186 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 4 columns (4 merged, 0 gathered) in 0.004914633 sec., 65111.677718356594 rows/sec., 5.08 MiB/sec. | ||
1409 | 2024.04.10 17:11:31.836848 [ 3 ] {5f1ba97d-1bb3-47fc-986c-145515e50fd8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1410 | 2024.04.10 17:11:31.836872 [ 186 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
1411 | 2024.04.10 17:11:31.837705 [ 3 ] {5f1ba97d-1bb3-47fc-986c-145515e50fd8} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1412 | 2024.04.10 17:11:31.837798 [ 186 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_5_1} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1413 | 2024.04.10 17:11:31.838019 [ 3 ] {5f1ba97d-1bb3-47fc-986c-145515e50fd8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004492 sec., 35618.87800534283 rows/sec., 2.48 MiB/sec. | ||
1414 | 2024.04.10 17:11:31.838032 [ 186 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_5_1} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
1415 | 2024.04.10 17:11:31.838287 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1416 | 2024.04.10 17:11:31.838340 [ 3 ] {5f1ba97d-1bb3-47fc-986c-145515e50fd8} <Debug> DynamicQueryHandler: Done processing query | ||
1417 | 2024.04.10 17:11:31.838369 [ 3 ] {5f1ba97d-1bb3-47fc-986c-145515e50fd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1418 | 2024.04.10 17:11:31.838387 [ 3 ] {} <Debug> HTTP-Session: 6ed8cbd1-fe76-4de2-918c-5e5ed5990f63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1419 | 2024.04.10 17:11:31.838503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1420 | 2024.04.10 17:11:31.838553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1421 | 2024.04.10 17:11:31.838573 [ 3 ] {} <Debug> HTTP-Session: 14de1ee1-4a78-4b4c-8394-6dab99e753cf Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1422 | 2024.04.10 17:11:31.838590 [ 3 ] {} <Debug> HTTP-Session: 14de1ee1-4a78-4b4c-8394-6dab99e753cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1423 | 2024.04.10 17:11:31.838603 [ 3 ] {} <Debug> HTTP-Session: 14de1ee1-4a78-4b4c-8394-6dab99e753cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1424 | 2024.04.10 17:11:31.838638 [ 3 ] {} <Trace> HTTP-Session: 14de1ee1-4a78-4b4c-8394-6dab99e753cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1425 | 2024.04.10 17:11:31.838740 [ 3 ] {032972c3-8f70-4c2b-a4cf-62ad17a66a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1426 | 2024.04.10 17:11:31.838783 [ 3 ] {032972c3-8f70-4c2b-a4cf-62ad17a66a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1427 | 2024.04.10 17:11:31.838931 [ 3 ] {032972c3-8f70-4c2b-a4cf-62ad17a66a1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1428 | 2024.04.10 17:11:31.839228 [ 3 ] {032972c3-8f70-4c2b-a4cf-62ad17a66a1b} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1429 | 2024.04.10 17:11:31.839265 [ 3 ] {032972c3-8f70-4c2b-a4cf-62ad17a66a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1430 | 2024.04.10 17:11:31.839628 [ 3 ] {032972c3-8f70-4c2b-a4cf-62ad17a66a1b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1431 | 2024.04.10 17:11:31.839965 [ 3 ] {032972c3-8f70-4c2b-a4cf-62ad17a66a1b} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1432 | 2024.04.10 17:11:31.840098 [ 3 ] {032972c3-8f70-4c2b-a4cf-62ad17a66a1b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
1433 | 2024.04.10 17:11:31.840342 [ 3 ] {032972c3-8f70-4c2b-a4cf-62ad17a66a1b} <Debug> DynamicQueryHandler: Done processing query | ||
1434 | 2024.04.10 17:11:31.840367 [ 3 ] {032972c3-8f70-4c2b-a4cf-62ad17a66a1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1435 | 2024.04.10 17:11:31.840382 [ 3 ] {} <Debug> HTTP-Session: 14de1ee1-4a78-4b4c-8394-6dab99e753cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1436 | 2024.04.10 17:11:36.824369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 7806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1437 | 2024.04.10 17:11:36.824509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1438 | 2024.04.10 17:11:36.824540 [ 3 ] {} <Debug> HTTP-Session: d8c32ac5-efc2-491d-9f47-2d82da467171 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1439 | 2024.04.10 17:11:36.824571 [ 3 ] {} <Debug> HTTP-Session: d8c32ac5-efc2-491d-9f47-2d82da467171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1440 | 2024.04.10 17:11:36.824589 [ 3 ] {} <Debug> HTTP-Session: d8c32ac5-efc2-491d-9f47-2d82da467171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1441 | 2024.04.10 17:11:36.824647 [ 3 ] {} <Trace> HTTP-Session: d8c32ac5-efc2-491d-9f47-2d82da467171 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1442 | 2024.04.10 17:11:36.824795 [ 3 ] {069bfe1c-87d1-462e-b877-3f0cc680bc6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1443 | 2024.04.10 17:11:36.824867 [ 3 ] {069bfe1c-87d1-462e-b877-3f0cc680bc6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1444 | 2024.04.10 17:11:36.825087 [ 3 ] {069bfe1c-87d1-462e-b877-3f0cc680bc6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1445 | 2024.04.10 17:11:36.825554 [ 3 ] {069bfe1c-87d1-462e-b877-3f0cc680bc6b} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1446 | 2024.04.10 17:11:36.825596 [ 3 ] {069bfe1c-87d1-462e-b877-3f0cc680bc6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1447 | 2024.04.10 17:11:36.825994 [ 3 ] {069bfe1c-87d1-462e-b877-3f0cc680bc6b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1448 | 2024.04.10 17:11:36.826340 [ 3 ] {069bfe1c-87d1-462e-b877-3f0cc680bc6b} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1449 | 2024.04.10 17:11:36.826480 [ 3 ] {069bfe1c-87d1-462e-b877-3f0cc680bc6b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001761 sec., 31800.113571834187 rows/sec., 2.43 MiB/sec. | ||
1450 | 2024.04.10 17:11:36.826625 [ 3 ] {069bfe1c-87d1-462e-b877-3f0cc680bc6b} <Debug> DynamicQueryHandler: Done processing query | ||
1451 | 2024.04.10 17:11:36.826651 [ 3 ] {069bfe1c-87d1-462e-b877-3f0cc680bc6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1452 | 2024.04.10 17:11:36.826667 [ 3 ] {} <Debug> HTTP-Session: d8c32ac5-efc2-491d-9f47-2d82da467171 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1453 | 2024.04.10 17:11:36.826844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1454 | 2024.04.10 17:11:36.826893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1455 | 2024.04.10 17:11:36.826912 [ 3 ] {} <Debug> HTTP-Session: dd600150-1921-449b-a437-14305abf3b81 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1456 | 2024.04.10 17:11:36.826931 [ 3 ] {} <Debug> HTTP-Session: dd600150-1921-449b-a437-14305abf3b81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1457 | 2024.04.10 17:11:36.826946 [ 3 ] {} <Debug> HTTP-Session: dd600150-1921-449b-a437-14305abf3b81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1458 | 2024.04.10 17:11:36.826977 [ 3 ] {} <Trace> HTTP-Session: dd600150-1921-449b-a437-14305abf3b81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1459 | 2024.04.10 17:11:36.827063 [ 3 ] {76f2677c-2bc0-40bd-b680-0b95abd0c1cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1460 | 2024.04.10 17:11:36.827104 [ 3 ] {76f2677c-2bc0-40bd-b680-0b95abd0c1cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1461 | 2024.04.10 17:11:36.827230 [ 3 ] {76f2677c-2bc0-40bd-b680-0b95abd0c1cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1462 | 2024.04.10 17:11:36.827551 [ 3 ] {76f2677c-2bc0-40bd-b680-0b95abd0c1cb} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1463 | 2024.04.10 17:11:36.827588 [ 3 ] {76f2677c-2bc0-40bd-b680-0b95abd0c1cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1464 | 2024.04.10 17:11:36.827904 [ 3 ] {76f2677c-2bc0-40bd-b680-0b95abd0c1cb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1465 | 2024.04.10 17:11:36.828215 [ 3 ] {76f2677c-2bc0-40bd-b680-0b95abd0c1cb} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1466 | 2024.04.10 17:11:36.828367 [ 3 ] {76f2677c-2bc0-40bd-b680-0b95abd0c1cb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001345 sec., 47583.64312267658 rows/sec., 3.71 MiB/sec. | ||
1467 | 2024.04.10 17:11:36.828474 [ 3 ] {76f2677c-2bc0-40bd-b680-0b95abd0c1cb} <Debug> DynamicQueryHandler: Done processing query | ||
1468 | 2024.04.10 17:11:36.828498 [ 3 ] {76f2677c-2bc0-40bd-b680-0b95abd0c1cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1469 | 2024.04.10 17:11:36.828514 [ 3 ] {} <Debug> HTTP-Session: dd600150-1921-449b-a437-14305abf3b81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1470 | 2024.04.10 17:11:36.828731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1471 | 2024.04.10 17:11:36.828778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1472 | 2024.04.10 17:11:36.828797 [ 3 ] {} <Debug> HTTP-Session: 0e028c60-3100-40eb-9a6e-ed6774e7089f Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1473 | 2024.04.10 17:11:36.828814 [ 3 ] {} <Debug> HTTP-Session: 0e028c60-3100-40eb-9a6e-ed6774e7089f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1474 | 2024.04.10 17:11:36.828828 [ 3 ] {} <Debug> HTTP-Session: 0e028c60-3100-40eb-9a6e-ed6774e7089f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1475 | 2024.04.10 17:11:36.828858 [ 3 ] {} <Trace> HTTP-Session: 0e028c60-3100-40eb-9a6e-ed6774e7089f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1476 | 2024.04.10 17:11:36.828997 [ 3 ] {5c065fad-725b-47f7-aa94-27123c67a36b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1477 | 2024.04.10 17:11:36.829044 [ 3 ] {5c065fad-725b-47f7-aa94-27123c67a36b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1478 | 2024.04.10 17:11:36.829185 [ 3 ] {5c065fad-725b-47f7-aa94-27123c67a36b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1479 | 2024.04.10 17:11:36.829563 [ 3 ] {5c065fad-725b-47f7-aa94-27123c67a36b} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1480 | 2024.04.10 17:11:36.829598 [ 3 ] {5c065fad-725b-47f7-aa94-27123c67a36b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1481 | 2024.04.10 17:11:36.829988 [ 3 ] {5c065fad-725b-47f7-aa94-27123c67a36b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1482 | 2024.04.10 17:11:36.830336 [ 3 ] {5c065fad-725b-47f7-aa94-27123c67a36b} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1483 | 2024.04.10 17:11:36.830456 [ 141 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1484 | 2024.04.10 17:11:36.830463 [ 3 ] {5c065fad-725b-47f7-aa94-27123c67a36b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec. | ||
1485 | 2024.04.10 17:11:36.830496 [ 141 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1486 | 2024.04.10 17:11:36.830531 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1487 | 2024.04.10 17:11:36.830658 [ 3 ] {5c065fad-725b-47f7-aa94-27123c67a36b} <Debug> DynamicQueryHandler: Done processing query | ||
1488 | 2024.04.10 17:11:36.830710 [ 3 ] {5c065fad-725b-47f7-aa94-27123c67a36b} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1489 | 2024.04.10 17:11:36.830772 [ 3 ] {} <Debug> HTTP-Session: 0e028c60-3100-40eb-9a6e-ed6774e7089f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1490 | 2024.04.10 17:11:36.830807 [ 189 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::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 | ||
1491 | 2024.04.10 17:11:36.831050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1492 | 2024.04.10 17:11:36.831169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1493 | 2024.04.10 17:11:36.831199 [ 3 ] {} <Debug> HTTP-Session: 1f1f3e84-ec92-4546-86dc-8a2d5427a491 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1494 | 2024.04.10 17:11:36.831226 [ 3 ] {} <Debug> HTTP-Session: 1f1f3e84-ec92-4546-86dc-8a2d5427a491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1495 | 2024.04.10 17:11:36.831232 [ 189 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1496 | 2024.04.10 17:11:36.831244 [ 3 ] {} <Debug> HTTP-Session: 1f1f3e84-ec92-4546-86dc-8a2d5427a491 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1497 | 2024.04.10 17:11:36.831283 [ 189 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 54 rows starting from the beginning of the part | ||
1498 | 2024.04.10 17:11:36.831292 [ 3 ] {} <Trace> HTTP-Session: 1f1f3e84-ec92-4546-86dc-8a2d5427a491 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1499 | 2024.04.10 17:11:36.831392 [ 189 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
1500 | 2024.04.10 17:11:36.831467 [ 3 ] {5661c591-1ca1-4124-9e43-0115b7a677ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1501 | 2024.04.10 17:11:36.831683 [ 3 ] {5661c591-1ca1-4124-9e43-0115b7a677ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1502 | 2024.04.10 17:11:36.831822 [ 189 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part | ||
1503 | 2024.04.10 17:11:36.832199 [ 189 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
1504 | 2024.04.10 17:11:36.832531 [ 189 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
1505 | 2024.04.10 17:11:36.832882 [ 189 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
1506 | 2024.04.10 17:11:36.832910 [ 3 ] {5661c591-1ca1-4124-9e43-0115b7a677ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1507 | 2024.04.10 17:11:36.833624 [ 3 ] {5661c591-1ca1-4124-9e43-0115b7a677ac} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1508 | 2024.04.10 17:11:36.833667 [ 3 ] {5661c591-1ca1-4124-9e43-0115b7a677ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1509 | 2024.04.10 17:11:36.834204 [ 3 ] {5661c591-1ca1-4124-9e43-0115b7a677ac} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1510 | 2024.04.10 17:11:36.834670 [ 3 ] {5661c591-1ca1-4124-9e43-0115b7a677ac} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1511 | 2024.04.10 17:11:36.834680 [ 189 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 854 rows, containing 5 columns (5 merged, 0 gathered) in 0.004086222 sec., 208995.00810283926 rows/sec., 14.56 MiB/sec. | ||
1512 | 2024.04.10 17:11:36.834821 [ 141 ] {} <Debug> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1513 | 2024.04.10 17:11:36.834845 [ 3 ] {5661c591-1ca1-4124-9e43-0115b7a677ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003493 sec., 17177.21156598912 rows/sec., 1.16 MiB/sec. | ||
1514 | 2024.04.10 17:11:36.834865 [ 141 ] {} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1515 | 2024.04.10 17:11:36.834888 [ 189 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1516 | 2024.04.10 17:11:36.834915 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1517 | 2024.04.10 17:11:36.835188 [ 3 ] {5661c591-1ca1-4124-9e43-0115b7a677ac} <Debug> DynamicQueryHandler: Done processing query | ||
1518 | 2024.04.10 17:11:36.835263 [ 3 ] {5661c591-1ca1-4124-9e43-0115b7a677ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1519 | 2024.04.10 17:11:36.835334 [ 3 ] {} <Debug> HTTP-Session: 1f1f3e84-ec92-4546-86dc-8a2d5427a491 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1520 | 2024.04.10 17:11:36.835471 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
1521 | 2024.04.10 17:11:36.835799 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1522 | 2024.04.10 17:11:36.835866 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part | ||
1523 | 2024.04.10 17:11:36.835913 [ 189 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1524 | 2024.04.10 17:11:36.836156 [ 189 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1525 | 2024.04.10 17:11:36.836165 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
1526 | 2024.04.10 17:11:36.836429 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
1527 | 2024.04.10 17:11:36.836506 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
1528 | 2024.04.10 17:11:36.836650 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
1529 | 2024.04.10 17:11:36.836724 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
1530 | 2024.04.10 17:11:36.836938 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
1531 | 2024.04.10 17:11:36.838147 [ 201 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 4 columns (4 merged, 0 gathered) in 0.003027889 sec., 105684.19119723345 rows/sec., 7.12 MiB/sec. | ||
1532 | 2024.04.10 17:11:36.838326 [ 189 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1533 | 2024.04.10 17:11:36.838759 [ 189 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_6_1} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1534 | 2024.04.10 17:11:36.838843 [ 189 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_6_1} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1535 | 2024.04.10 17:11:36.838932 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1536 | 2024.04.10 17:11:41.824917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 7806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1537 | 2024.04.10 17:11:41.825056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1538 | 2024.04.10 17:11:41.825086 [ 3 ] {} <Debug> HTTP-Session: ab95147e-cff7-485f-8d0a-a1328d17871a Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1539 | 2024.04.10 17:11:41.825114 [ 3 ] {} <Debug> HTTP-Session: ab95147e-cff7-485f-8d0a-a1328d17871a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1540 | 2024.04.10 17:11:41.825134 [ 3 ] {} <Debug> HTTP-Session: ab95147e-cff7-485f-8d0a-a1328d17871a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1541 | 2024.04.10 17:11:41.825192 [ 3 ] {} <Trace> HTTP-Session: ab95147e-cff7-485f-8d0a-a1328d17871a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1542 | 2024.04.10 17:11:41.825338 [ 3 ] {39aee2b2-079d-42e9-938d-7da2cbeef102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1543 | 2024.04.10 17:11:41.825409 [ 3 ] {39aee2b2-079d-42e9-938d-7da2cbeef102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1544 | 2024.04.10 17:11:41.825615 [ 3 ] {39aee2b2-079d-42e9-938d-7da2cbeef102} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1545 | 2024.04.10 17:11:41.826062 [ 3 ] {39aee2b2-079d-42e9-938d-7da2cbeef102} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1546 | 2024.04.10 17:11:41.826102 [ 3 ] {39aee2b2-079d-42e9-938d-7da2cbeef102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1547 | 2024.04.10 17:11:41.826494 [ 3 ] {39aee2b2-079d-42e9-938d-7da2cbeef102} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1548 | 2024.04.10 17:11:41.826832 [ 3 ] {39aee2b2-079d-42e9-938d-7da2cbeef102} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1549 | 2024.04.10 17:11:41.826977 [ 3 ] {39aee2b2-079d-42e9-938d-7da2cbeef102} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001715 sec., 32653.061224489797 rows/sec., 2.49 MiB/sec. | ||
1550 | 2024.04.10 17:11:41.827123 [ 3 ] {39aee2b2-079d-42e9-938d-7da2cbeef102} <Debug> DynamicQueryHandler: Done processing query | ||
1551 | 2024.04.10 17:11:41.827149 [ 3 ] {39aee2b2-079d-42e9-938d-7da2cbeef102} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1552 | 2024.04.10 17:11:41.827165 [ 3 ] {} <Debug> HTTP-Session: ab95147e-cff7-485f-8d0a-a1328d17871a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1553 | 2024.04.10 17:11:41.827306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1554 | 2024.04.10 17:11:41.827354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1555 | 2024.04.10 17:11:41.827374 [ 3 ] {} <Debug> HTTP-Session: 13b6163e-e66d-412d-8680-e2ceaaa90f1c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1556 | 2024.04.10 17:11:41.827390 [ 3 ] {} <Debug> HTTP-Session: 13b6163e-e66d-412d-8680-e2ceaaa90f1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1557 | 2024.04.10 17:11:41.827405 [ 3 ] {} <Debug> HTTP-Session: 13b6163e-e66d-412d-8680-e2ceaaa90f1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1558 | 2024.04.10 17:11:41.827436 [ 3 ] {} <Trace> HTTP-Session: 13b6163e-e66d-412d-8680-e2ceaaa90f1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1559 | 2024.04.10 17:11:41.827519 [ 3 ] {9e71b5e9-7bf0-4fbe-ab93-56435d93fcec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1560 | 2024.04.10 17:11:41.827560 [ 3 ] {9e71b5e9-7bf0-4fbe-ab93-56435d93fcec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1561 | 2024.04.10 17:11:41.827686 [ 3 ] {9e71b5e9-7bf0-4fbe-ab93-56435d93fcec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1562 | 2024.04.10 17:11:41.828004 [ 3 ] {9e71b5e9-7bf0-4fbe-ab93-56435d93fcec} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1563 | 2024.04.10 17:11:41.828040 [ 3 ] {9e71b5e9-7bf0-4fbe-ab93-56435d93fcec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1564 | 2024.04.10 17:11:41.828352 [ 3 ] {9e71b5e9-7bf0-4fbe-ab93-56435d93fcec} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1565 | 2024.04.10 17:11:41.828660 [ 3 ] {9e71b5e9-7bf0-4fbe-ab93-56435d93fcec} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1566 | 2024.04.10 17:11:41.828786 [ 3 ] {9e71b5e9-7bf0-4fbe-ab93-56435d93fcec} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001308 sec., 48929.663608562696 rows/sec., 3.82 MiB/sec. | ||
1567 | 2024.04.10 17:11:41.828895 [ 3 ] {9e71b5e9-7bf0-4fbe-ab93-56435d93fcec} <Debug> DynamicQueryHandler: Done processing query | ||
1568 | 2024.04.10 17:11:41.828920 [ 3 ] {9e71b5e9-7bf0-4fbe-ab93-56435d93fcec} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1569 | 2024.04.10 17:11:41.828936 [ 3 ] {} <Debug> HTTP-Session: 13b6163e-e66d-412d-8680-e2ceaaa90f1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1570 | 2024.04.10 17:11:41.829123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30593, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1571 | 2024.04.10 17:11:41.829169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1572 | 2024.04.10 17:11:41.829189 [ 3 ] {} <Debug> HTTP-Session: 45e385a3-2d92-4ea9-be22-2275b04314fd Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1573 | 2024.04.10 17:11:41.829205 [ 3 ] {} <Debug> HTTP-Session: 45e385a3-2d92-4ea9-be22-2275b04314fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1574 | 2024.04.10 17:11:41.829220 [ 3 ] {} <Debug> HTTP-Session: 45e385a3-2d92-4ea9-be22-2275b04314fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1575 | 2024.04.10 17:11:41.829251 [ 3 ] {} <Trace> HTTP-Session: 45e385a3-2d92-4ea9-be22-2275b04314fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1576 | 2024.04.10 17:11:41.829363 [ 3 ] {83363f47-47f0-4fe4-b0d2-3242abc13cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1577 | 2024.04.10 17:11:41.829408 [ 3 ] {83363f47-47f0-4fe4-b0d2-3242abc13cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1578 | 2024.04.10 17:11:41.829548 [ 3 ] {83363f47-47f0-4fe4-b0d2-3242abc13cd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1579 | 2024.04.10 17:11:41.829920 [ 3 ] {83363f47-47f0-4fe4-b0d2-3242abc13cd7} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1580 | 2024.04.10 17:11:41.829959 [ 3 ] {83363f47-47f0-4fe4-b0d2-3242abc13cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1581 | 2024.04.10 17:11:41.830361 [ 3 ] {83363f47-47f0-4fe4-b0d2-3242abc13cd7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1582 | 2024.04.10 17:11:41.830705 [ 3 ] {83363f47-47f0-4fe4-b0d2-3242abc13cd7} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1583 | 2024.04.10 17:11:41.830829 [ 3 ] {83363f47-47f0-4fe4-b0d2-3242abc13cd7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec. | ||
1584 | 2024.04.10 17:11:41.830955 [ 3 ] {83363f47-47f0-4fe4-b0d2-3242abc13cd7} <Debug> DynamicQueryHandler: Done processing query | ||
1585 | 2024.04.10 17:11:41.830979 [ 3 ] {83363f47-47f0-4fe4-b0d2-3242abc13cd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1586 | 2024.04.10 17:11:41.830995 [ 3 ] {} <Debug> HTTP-Session: 45e385a3-2d92-4ea9-be22-2275b04314fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1587 | 2024.04.10 17:11:41.831107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1588 | 2024.04.10 17:11:41.831154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1589 | 2024.04.10 17:11:41.831173 [ 3 ] {} <Debug> HTTP-Session: d995ffab-3513-48b1-ae3c-7444eb3bce71 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1590 | 2024.04.10 17:11:41.831189 [ 3 ] {} <Debug> HTTP-Session: d995ffab-3513-48b1-ae3c-7444eb3bce71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1591 | 2024.04.10 17:11:41.831203 [ 3 ] {} <Debug> HTTP-Session: d995ffab-3513-48b1-ae3c-7444eb3bce71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1592 | 2024.04.10 17:11:41.831233 [ 3 ] {} <Trace> HTTP-Session: d995ffab-3513-48b1-ae3c-7444eb3bce71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1593 | 2024.04.10 17:11:41.831326 [ 3 ] {4dc5c07b-3b3f-4ff1-8a1d-b3e2e58048a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1594 | 2024.04.10 17:11:41.831368 [ 3 ] {4dc5c07b-3b3f-4ff1-8a1d-b3e2e58048a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1595 | 2024.04.10 17:11:41.831493 [ 3 ] {4dc5c07b-3b3f-4ff1-8a1d-b3e2e58048a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1596 | 2024.04.10 17:11:41.831763 [ 3 ] {4dc5c07b-3b3f-4ff1-8a1d-b3e2e58048a8} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1597 | 2024.04.10 17:11:41.831799 [ 3 ] {4dc5c07b-3b3f-4ff1-8a1d-b3e2e58048a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1598 | 2024.04.10 17:11:41.832145 [ 3 ] {4dc5c07b-3b3f-4ff1-8a1d-b3e2e58048a8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1599 | 2024.04.10 17:11:41.832460 [ 3 ] {4dc5c07b-3b3f-4ff1-8a1d-b3e2e58048a8} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1600 | 2024.04.10 17:11:41.832591 [ 3 ] {4dc5c07b-3b3f-4ff1-8a1d-b3e2e58048a8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001315 sec., 45627.37642585552 rows/sec., 3.07 MiB/sec. | ||
1601 | 2024.04.10 17:11:41.832701 [ 3 ] {4dc5c07b-3b3f-4ff1-8a1d-b3e2e58048a8} <Debug> DynamicQueryHandler: Done processing query | ||
1602 | 2024.04.10 17:11:41.832724 [ 3 ] {4dc5c07b-3b3f-4ff1-8a1d-b3e2e58048a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1603 | 2024.04.10 17:11:41.832740 [ 3 ] {} <Debug> HTTP-Session: d995ffab-3513-48b1-ae3c-7444eb3bce71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1604 | 2024.04.10 17:11:44.389217 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1605 | 2024.04.10 17:11:44.389279 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1606 | 2024.04.10 17:11:46.825377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 7806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1607 | 2024.04.10 17:11:46.825502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1608 | 2024.04.10 17:11:46.825531 [ 3 ] {} <Debug> HTTP-Session: f614240c-8fdf-45fe-a504-426453ac0685 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1609 | 2024.04.10 17:11:46.825560 [ 3 ] {} <Debug> HTTP-Session: f614240c-8fdf-45fe-a504-426453ac0685 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1610 | 2024.04.10 17:11:46.825579 [ 3 ] {} <Debug> HTTP-Session: f614240c-8fdf-45fe-a504-426453ac0685 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1611 | 2024.04.10 17:11:46.825635 [ 3 ] {} <Trace> HTTP-Session: f614240c-8fdf-45fe-a504-426453ac0685 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1612 | 2024.04.10 17:11:46.825773 [ 3 ] {f02f9aea-31c0-4d2f-b09b-cd5d2cb0d4fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1613 | 2024.04.10 17:11:46.825837 [ 3 ] {f02f9aea-31c0-4d2f-b09b-cd5d2cb0d4fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1614 | 2024.04.10 17:11:46.826028 [ 3 ] {f02f9aea-31c0-4d2f-b09b-cd5d2cb0d4fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1615 | 2024.04.10 17:11:46.826472 [ 3 ] {f02f9aea-31c0-4d2f-b09b-cd5d2cb0d4fc} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1616 | 2024.04.10 17:11:46.826513 [ 3 ] {f02f9aea-31c0-4d2f-b09b-cd5d2cb0d4fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1617 | 2024.04.10 17:11:46.826907 [ 3 ] {f02f9aea-31c0-4d2f-b09b-cd5d2cb0d4fc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1618 | 2024.04.10 17:11:46.827242 [ 3 ] {f02f9aea-31c0-4d2f-b09b-cd5d2cb0d4fc} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1619 | 2024.04.10 17:11:46.827380 [ 3 ] {f02f9aea-31c0-4d2f-b09b-cd5d2cb0d4fc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001672 sec., 33492.82296650718 rows/sec., 2.56 MiB/sec. | ||
1620 | 2024.04.10 17:11:46.827525 [ 3 ] {f02f9aea-31c0-4d2f-b09b-cd5d2cb0d4fc} <Debug> DynamicQueryHandler: Done processing query | ||
1621 | 2024.04.10 17:11:46.827550 [ 3 ] {f02f9aea-31c0-4d2f-b09b-cd5d2cb0d4fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1622 | 2024.04.10 17:11:46.827567 [ 3 ] {} <Debug> HTTP-Session: f614240c-8fdf-45fe-a504-426453ac0685 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1623 | 2024.04.10 17:11:46.827708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1624 | 2024.04.10 17:11:46.827757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1625 | 2024.04.10 17:11:46.827777 [ 3 ] {} <Debug> HTTP-Session: af680825-9cb7-4fa2-8088-b5ffd65b924a Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1626 | 2024.04.10 17:11:46.827793 [ 3 ] {} <Debug> HTTP-Session: af680825-9cb7-4fa2-8088-b5ffd65b924a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1627 | 2024.04.10 17:11:46.827808 [ 3 ] {} <Debug> HTTP-Session: af680825-9cb7-4fa2-8088-b5ffd65b924a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1628 | 2024.04.10 17:11:46.827839 [ 3 ] {} <Trace> HTTP-Session: af680825-9cb7-4fa2-8088-b5ffd65b924a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1629 | 2024.04.10 17:11:46.827923 [ 3 ] {fce77fb2-ab29-43f3-bf28-88c3eee4028f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1630 | 2024.04.10 17:11:46.827964 [ 3 ] {fce77fb2-ab29-43f3-bf28-88c3eee4028f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1631 | 2024.04.10 17:11:46.828088 [ 3 ] {fce77fb2-ab29-43f3-bf28-88c3eee4028f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1632 | 2024.04.10 17:11:46.828413 [ 3 ] {fce77fb2-ab29-43f3-bf28-88c3eee4028f} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1633 | 2024.04.10 17:11:46.828448 [ 3 ] {fce77fb2-ab29-43f3-bf28-88c3eee4028f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1634 | 2024.04.10 17:11:46.828761 [ 3 ] {fce77fb2-ab29-43f3-bf28-88c3eee4028f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1635 | 2024.04.10 17:11:46.829070 [ 3 ] {fce77fb2-ab29-43f3-bf28-88c3eee4028f} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1636 | 2024.04.10 17:11:46.829197 [ 3 ] {fce77fb2-ab29-43f3-bf28-88c3eee4028f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001313 sec., 48743.335872048745 rows/sec., 3.80 MiB/sec. | ||
1637 | 2024.04.10 17:11:46.829305 [ 3 ] {fce77fb2-ab29-43f3-bf28-88c3eee4028f} <Debug> DynamicQueryHandler: Done processing query | ||
1638 | 2024.04.10 17:11:46.829329 [ 3 ] {fce77fb2-ab29-43f3-bf28-88c3eee4028f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1639 | 2024.04.10 17:11:46.829345 [ 3 ] {} <Debug> HTTP-Session: af680825-9cb7-4fa2-8088-b5ffd65b924a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1640 | 2024.04.10 17:11:46.829494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1641 | 2024.04.10 17:11:46.829540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1642 | 2024.04.10 17:11:46.829558 [ 3 ] {} <Debug> HTTP-Session: 72a96449-af3a-4828-b48e-5cf3bb096a57 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1643 | 2024.04.10 17:11:46.829574 [ 3 ] {} <Debug> HTTP-Session: 72a96449-af3a-4828-b48e-5cf3bb096a57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1644 | 2024.04.10 17:11:46.829588 [ 3 ] {} <Debug> HTTP-Session: 72a96449-af3a-4828-b48e-5cf3bb096a57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1645 | 2024.04.10 17:11:46.829620 [ 3 ] {} <Trace> HTTP-Session: 72a96449-af3a-4828-b48e-5cf3bb096a57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1646 | 2024.04.10 17:11:46.829732 [ 3 ] {114edc95-9d66-4601-8d8f-00cf5b5d7115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1647 | 2024.04.10 17:11:46.829777 [ 3 ] {114edc95-9d66-4601-8d8f-00cf5b5d7115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1648 | 2024.04.10 17:11:46.829917 [ 3 ] {114edc95-9d66-4601-8d8f-00cf5b5d7115} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1649 | 2024.04.10 17:11:46.830284 [ 3 ] {114edc95-9d66-4601-8d8f-00cf5b5d7115} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1650 | 2024.04.10 17:11:46.830320 [ 3 ] {114edc95-9d66-4601-8d8f-00cf5b5d7115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1651 | 2024.04.10 17:11:46.830714 [ 3 ] {114edc95-9d66-4601-8d8f-00cf5b5d7115} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1652 | 2024.04.10 17:11:46.831053 [ 3 ] {114edc95-9d66-4601-8d8f-00cf5b5d7115} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1653 | 2024.04.10 17:11:46.831184 [ 3 ] {114edc95-9d66-4601-8d8f-00cf5b5d7115} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec. | ||
1654 | 2024.04.10 17:11:46.831438 [ 3 ] {114edc95-9d66-4601-8d8f-00cf5b5d7115} <Debug> DynamicQueryHandler: Done processing query | ||
1655 | 2024.04.10 17:11:46.831468 [ 3 ] {114edc95-9d66-4601-8d8f-00cf5b5d7115} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1656 | 2024.04.10 17:11:46.831485 [ 3 ] {} <Debug> HTTP-Session: 72a96449-af3a-4828-b48e-5cf3bb096a57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1657 | 2024.04.10 17:11:46.831600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1658 | 2024.04.10 17:11:46.831647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1659 | 2024.04.10 17:11:46.831665 [ 3 ] {} <Debug> HTTP-Session: 1f5df780-0a61-41f3-9d66-42ff488cbeec Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1660 | 2024.04.10 17:11:46.831682 [ 3 ] {} <Debug> HTTP-Session: 1f5df780-0a61-41f3-9d66-42ff488cbeec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1661 | 2024.04.10 17:11:46.831695 [ 3 ] {} <Debug> HTTP-Session: 1f5df780-0a61-41f3-9d66-42ff488cbeec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1662 | 2024.04.10 17:11:46.831725 [ 3 ] {} <Trace> HTTP-Session: 1f5df780-0a61-41f3-9d66-42ff488cbeec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1663 | 2024.04.10 17:11:46.831821 [ 3 ] {1962b815-0309-4a29-b275-9dc58e4039ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1664 | 2024.04.10 17:11:46.831866 [ 3 ] {1962b815-0309-4a29-b275-9dc58e4039ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1665 | 2024.04.10 17:11:46.832009 [ 3 ] {1962b815-0309-4a29-b275-9dc58e4039ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1666 | 2024.04.10 17:11:46.832283 [ 3 ] {1962b815-0309-4a29-b275-9dc58e4039ae} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1667 | 2024.04.10 17:11:46.832319 [ 3 ] {1962b815-0309-4a29-b275-9dc58e4039ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1668 | 2024.04.10 17:11:46.832670 [ 3 ] {1962b815-0309-4a29-b275-9dc58e4039ae} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1669 | 2024.04.10 17:11:46.832992 [ 3 ] {1962b815-0309-4a29-b275-9dc58e4039ae} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1670 | 2024.04.10 17:11:46.833116 [ 3 ] {1962b815-0309-4a29-b275-9dc58e4039ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec. | ||
1671 | 2024.04.10 17:11:46.833357 [ 3 ] {1962b815-0309-4a29-b275-9dc58e4039ae} <Debug> DynamicQueryHandler: Done processing query | ||
1672 | 2024.04.10 17:11:46.833387 [ 3 ] {1962b815-0309-4a29-b275-9dc58e4039ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1673 | 2024.04.10 17:11:46.833403 [ 3 ] {} <Debug> HTTP-Session: 1f5df780-0a61-41f3-9d66-42ff488cbeec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1674 | 2024.04.10 17:11:51.824445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 7806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1675 | 2024.04.10 17:11:51.824583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1676 | 2024.04.10 17:11:51.824612 [ 3 ] {} <Debug> HTTP-Session: f965662f-f2ac-406d-b9db-e2d729d136c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1677 | 2024.04.10 17:11:51.824640 [ 3 ] {} <Debug> HTTP-Session: f965662f-f2ac-406d-b9db-e2d729d136c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1678 | 2024.04.10 17:11:51.824657 [ 3 ] {} <Debug> HTTP-Session: f965662f-f2ac-406d-b9db-e2d729d136c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1679 | 2024.04.10 17:11:51.824715 [ 3 ] {} <Trace> HTTP-Session: f965662f-f2ac-406d-b9db-e2d729d136c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1680 | 2024.04.10 17:11:51.824860 [ 3 ] {b19dc096-5c14-4ed0-a356-8d76fe72715b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1681 | 2024.04.10 17:11:51.824925 [ 3 ] {b19dc096-5c14-4ed0-a356-8d76fe72715b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1682 | 2024.04.10 17:11:51.825117 [ 3 ] {b19dc096-5c14-4ed0-a356-8d76fe72715b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1683 | 2024.04.10 17:11:51.825551 [ 3 ] {b19dc096-5c14-4ed0-a356-8d76fe72715b} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1684 | 2024.04.10 17:11:51.825599 [ 3 ] {b19dc096-5c14-4ed0-a356-8d76fe72715b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1685 | 2024.04.10 17:11:51.825994 [ 3 ] {b19dc096-5c14-4ed0-a356-8d76fe72715b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1686 | 2024.04.10 17:11:51.826323 [ 3 ] {b19dc096-5c14-4ed0-a356-8d76fe72715b} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1687 | 2024.04.10 17:11:51.826520 [ 3 ] {b19dc096-5c14-4ed0-a356-8d76fe72715b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001726 sec., 32444.959443800693 rows/sec., 2.48 MiB/sec. | ||
1688 | 2024.04.10 17:11:51.826537 [ 119 ] {} <Debug> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
1689 | 2024.04.10 17:11:51.826670 [ 119 ] {} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1690 | 2024.04.10 17:11:51.826721 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1691 | 2024.04.10 17:11:51.826730 [ 3 ] {b19dc096-5c14-4ed0-a356-8d76fe72715b} <Debug> DynamicQueryHandler: Done processing query | ||
1692 | 2024.04.10 17:11:51.826788 [ 3 ] {b19dc096-5c14-4ed0-a356-8d76fe72715b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1693 | 2024.04.10 17:11:51.826851 [ 3 ] {} <Debug> HTTP-Session: f965662f-f2ac-406d-b9db-e2d729d136c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1694 | 2024.04.10 17:11:51.827070 [ 192 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
1695 | 2024.04.10 17:11:51.827124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1696 | 2024.04.10 17:11:51.827272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1697 | 2024.04.10 17:11:51.827316 [ 3 ] {} <Debug> HTTP-Session: 121bb66c-8edb-45f2-9da4-84140e6c5a68 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1698 | 2024.04.10 17:11:51.827361 [ 3 ] {} <Debug> HTTP-Session: 121bb66c-8edb-45f2-9da4-84140e6c5a68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1699 | 2024.04.10 17:11:51.827403 [ 3 ] {} <Debug> HTTP-Session: 121bb66c-8edb-45f2-9da4-84140e6c5a68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1700 | 2024.04.10 17:11:51.827504 [ 3 ] {} <Trace> HTTP-Session: 121bb66c-8edb-45f2-9da4-84140e6c5a68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1701 | 2024.04.10 17:11:51.827519 [ 192 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1702 | 2024.04.10 17:11:51.827605 [ 192 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 56 rows starting from the beginning of the part | ||
1703 | 2024.04.10 17:11:51.827671 [ 3 ] {c9a48293-70d7-4a49-80ae-0221713e559c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1704 | 2024.04.10 17:11:51.827866 [ 3 ] {c9a48293-70d7-4a49-80ae-0221713e559c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1705 | 2024.04.10 17:11:51.827884 [ 192 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
1706 | 2024.04.10 17:11:51.828227 [ 192 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
1707 | 2024.04.10 17:11:51.828558 [ 192 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
1708 | 2024.04.10 17:11:51.828901 [ 192 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
1709 | 2024.04.10 17:11:51.829117 [ 3 ] {c9a48293-70d7-4a49-80ae-0221713e559c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1710 | 2024.04.10 17:11:51.830074 [ 3 ] {c9a48293-70d7-4a49-80ae-0221713e559c} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1711 | 2024.04.10 17:11:51.830144 [ 3 ] {c9a48293-70d7-4a49-80ae-0221713e559c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1712 | 2024.04.10 17:11:51.830967 [ 3 ] {c9a48293-70d7-4a49-80ae-0221713e559c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1713 | 2024.04.10 17:11:51.831304 [ 192 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 4 columns (4 merged, 0 gathered) in 0.004436256 sec., 63116.28544430258 rows/sec., 4.82 MiB/sec. | ||
1714 | 2024.04.10 17:11:51.831543 [ 192 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
1715 | 2024.04.10 17:11:51.831794 [ 3 ] {c9a48293-70d7-4a49-80ae-0221713e559c} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1716 | 2024.04.10 17:11:51.832238 [ 119 ] {} <Debug> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
1717 | 2024.04.10 17:11:51.832269 [ 3 ] {c9a48293-70d7-4a49-80ae-0221713e559c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004666 sec., 13716.245177882554 rows/sec., 1.07 MiB/sec. | ||
1718 | 2024.04.10 17:11:51.832357 [ 119 ] {} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1719 | 2024.04.10 17:11:51.832597 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1720 | 2024.04.10 17:11:51.832624 [ 201 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_9_2} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1721 | 2024.04.10 17:11:51.832727 [ 3 ] {c9a48293-70d7-4a49-80ae-0221713e559c} <Debug> DynamicQueryHandler: Done processing query | ||
1722 | 2024.04.10 17:11:51.832804 [ 3 ] {c9a48293-70d7-4a49-80ae-0221713e559c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1723 | 2024.04.10 17:11:51.832883 [ 3 ] {} <Debug> HTTP-Session: 121bb66c-8edb-45f2-9da4-84140e6c5a68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1724 | 2024.04.10 17:11:51.833017 [ 192 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
1725 | 2024.04.10 17:11:51.833133 [ 201 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_9_2} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
1726 | 2024.04.10 17:11:51.833192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1727 | 2024.04.10 17:11:51.833344 [ 192 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1728 | 2024.04.10 17:11:51.833353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1729 | 2024.04.10 17:11:51.833447 [ 3 ] {} <Debug> HTTP-Session: dadbc9e7-be69-4bd8-b88a-538631319c65 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1730 | 2024.04.10 17:11:51.833456 [ 192 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 64 rows starting from the beginning of the part | ||
1731 | 2024.04.10 17:11:51.833513 [ 3 ] {} <Debug> HTTP-Session: dadbc9e7-be69-4bd8-b88a-538631319c65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1732 | 2024.04.10 17:11:51.833588 [ 3 ] {} <Debug> HTTP-Session: dadbc9e7-be69-4bd8-b88a-538631319c65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1733 | 2024.04.10 17:11:51.833643 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1734 | 2024.04.10 17:11:51.833832 [ 3 ] {} <Trace> HTTP-Session: dadbc9e7-be69-4bd8-b88a-538631319c65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1735 | 2024.04.10 17:11:51.833867 [ 192 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
1736 | 2024.04.10 17:11:51.834105 [ 192 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
1737 | 2024.04.10 17:11:51.834263 [ 3 ] {a9764fa4-02d6-461d-ab60-2876285f134d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1738 | 2024.04.10 17:11:51.834361 [ 192 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
1739 | 2024.04.10 17:11:51.834483 [ 3 ] {a9764fa4-02d6-461d-ab60-2876285f134d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1740 | 2024.04.10 17:11:51.834629 [ 192 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
1741 | 2024.04.10 17:11:51.835552 [ 3 ] {a9764fa4-02d6-461d-ab60-2876285f134d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1742 | 2024.04.10 17:11:51.836566 [ 3 ] {a9764fa4-02d6-461d-ab60-2876285f134d} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1743 | 2024.04.10 17:11:51.836640 [ 3 ] {a9764fa4-02d6-461d-ab60-2876285f134d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1744 | 2024.04.10 17:11:51.837088 [ 192 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 4 columns (4 merged, 0 gathered) in 0.004347756 sec., 73601.18645112558 rows/sec., 5.74 MiB/sec. | ||
1745 | 2024.04.10 17:11:51.837287 [ 192 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
1746 | 2024.04.10 17:11:51.837631 [ 3 ] {a9764fa4-02d6-461d-ab60-2876285f134d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1747 | 2024.04.10 17:11:51.838031 [ 192 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_9_2} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1748 | 2024.04.10 17:11:51.838169 [ 192 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_9_2} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
1749 | 2024.04.10 17:11:51.838325 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1750 | 2024.04.10 17:11:51.838395 [ 3 ] {a9764fa4-02d6-461d-ab60-2876285f134d} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1751 | 2024.04.10 17:11:51.838579 [ 3 ] {a9764fa4-02d6-461d-ab60-2876285f134d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004574 sec., 34980.32356799301 rows/sec., 2.44 MiB/sec. | ||
1752 | 2024.04.10 17:11:51.838736 [ 3 ] {a9764fa4-02d6-461d-ab60-2876285f134d} <Debug> DynamicQueryHandler: Done processing query | ||
1753 | 2024.04.10 17:11:51.838761 [ 3 ] {a9764fa4-02d6-461d-ab60-2876285f134d} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1754 | 2024.04.10 17:11:51.838777 [ 3 ] {} <Debug> HTTP-Session: dadbc9e7-be69-4bd8-b88a-538631319c65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1755 | 2024.04.10 17:11:51.838903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1756 | 2024.04.10 17:11:51.838951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1757 | 2024.04.10 17:11:51.838970 [ 3 ] {} <Debug> HTTP-Session: c6511150-80a6-4973-ad00-3abb77a3faa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1758 | 2024.04.10 17:11:51.838987 [ 3 ] {} <Debug> HTTP-Session: c6511150-80a6-4973-ad00-3abb77a3faa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1759 | 2024.04.10 17:11:51.839001 [ 3 ] {} <Debug> HTTP-Session: c6511150-80a6-4973-ad00-3abb77a3faa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1760 | 2024.04.10 17:11:51.839031 [ 3 ] {} <Trace> HTTP-Session: c6511150-80a6-4973-ad00-3abb77a3faa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1761 | 2024.04.10 17:11:51.839122 [ 3 ] {0d7262c7-dcaa-4fcc-8d8c-2a6a0a57fc4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1762 | 2024.04.10 17:11:51.839165 [ 3 ] {0d7262c7-dcaa-4fcc-8d8c-2a6a0a57fc4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1763 | 2024.04.10 17:11:51.839300 [ 3 ] {0d7262c7-dcaa-4fcc-8d8c-2a6a0a57fc4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1764 | 2024.04.10 17:11:51.839586 [ 3 ] {0d7262c7-dcaa-4fcc-8d8c-2a6a0a57fc4c} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1765 | 2024.04.10 17:11:51.839623 [ 3 ] {0d7262c7-dcaa-4fcc-8d8c-2a6a0a57fc4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1766 | 2024.04.10 17:11:51.839991 [ 3 ] {0d7262c7-dcaa-4fcc-8d8c-2a6a0a57fc4c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1767 | 2024.04.10 17:11:51.840320 [ 3 ] {0d7262c7-dcaa-4fcc-8d8c-2a6a0a57fc4c} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1768 | 2024.04.10 17:11:51.840477 [ 3 ] {0d7262c7-dcaa-4fcc-8d8c-2a6a0a57fc4c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
1769 | 2024.04.10 17:11:51.840603 [ 3 ] {0d7262c7-dcaa-4fcc-8d8c-2a6a0a57fc4c} <Debug> DynamicQueryHandler: Done processing query | ||
1770 | 2024.04.10 17:11:51.840626 [ 3 ] {0d7262c7-dcaa-4fcc-8d8c-2a6a0a57fc4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1771 | 2024.04.10 17:11:51.840640 [ 3 ] {} <Debug> HTTP-Session: c6511150-80a6-4973-ad00-3abb77a3faa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1772 | 2024.04.10 17:11:56.824821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 7806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1773 | 2024.04.10 17:11:56.824949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1774 | 2024.04.10 17:11:56.824974 [ 3 ] {} <Debug> HTTP-Session: 8c793066-4e89-4dfa-a2de-d7bfe9b6d5ae Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1775 | 2024.04.10 17:11:56.824999 [ 3 ] {} <Debug> HTTP-Session: 8c793066-4e89-4dfa-a2de-d7bfe9b6d5ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1776 | 2024.04.10 17:11:56.825014 [ 3 ] {} <Debug> HTTP-Session: 8c793066-4e89-4dfa-a2de-d7bfe9b6d5ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1777 | 2024.04.10 17:11:56.825065 [ 3 ] {} <Trace> HTTP-Session: 8c793066-4e89-4dfa-a2de-d7bfe9b6d5ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1778 | 2024.04.10 17:11:56.825195 [ 3 ] {0f3be2d3-46dc-4a22-a1a6-c07250a11f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1779 | 2024.04.10 17:11:56.825262 [ 3 ] {0f3be2d3-46dc-4a22-a1a6-c07250a11f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1780 | 2024.04.10 17:11:56.825456 [ 3 ] {0f3be2d3-46dc-4a22-a1a6-c07250a11f51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1781 | 2024.04.10 17:11:56.825901 [ 3 ] {0f3be2d3-46dc-4a22-a1a6-c07250a11f51} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1782 | 2024.04.10 17:11:56.825949 [ 3 ] {0f3be2d3-46dc-4a22-a1a6-c07250a11f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1783 | 2024.04.10 17:11:56.826348 [ 3 ] {0f3be2d3-46dc-4a22-a1a6-c07250a11f51} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1784 | 2024.04.10 17:11:56.826694 [ 3 ] {0f3be2d3-46dc-4a22-a1a6-c07250a11f51} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1785 | 2024.04.10 17:11:56.826859 [ 3 ] {0f3be2d3-46dc-4a22-a1a6-c07250a11f51} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001727 sec., 32426.17255356109 rows/sec., 2.48 MiB/sec. | ||
1786 | 2024.04.10 17:11:56.827019 [ 3 ] {0f3be2d3-46dc-4a22-a1a6-c07250a11f51} <Debug> DynamicQueryHandler: Done processing query | ||
1787 | 2024.04.10 17:11:56.827046 [ 3 ] {0f3be2d3-46dc-4a22-a1a6-c07250a11f51} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1788 | 2024.04.10 17:11:56.827063 [ 3 ] {} <Debug> HTTP-Session: 8c793066-4e89-4dfa-a2de-d7bfe9b6d5ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1789 | 2024.04.10 17:11:56.827218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1790 | 2024.04.10 17:11:56.827268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1791 | 2024.04.10 17:11:56.827288 [ 3 ] {} <Debug> HTTP-Session: b2078300-30ce-4d80-a5da-da304afd0a42 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1792 | 2024.04.10 17:11:56.827305 [ 3 ] {} <Debug> HTTP-Session: b2078300-30ce-4d80-a5da-da304afd0a42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1793 | 2024.04.10 17:11:56.827319 [ 3 ] {} <Debug> HTTP-Session: b2078300-30ce-4d80-a5da-da304afd0a42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1794 | 2024.04.10 17:11:56.827351 [ 3 ] {} <Trace> HTTP-Session: b2078300-30ce-4d80-a5da-da304afd0a42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1795 | 2024.04.10 17:11:56.827437 [ 3 ] {b6a57ede-09d8-46c1-856c-541197dc5a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1796 | 2024.04.10 17:11:56.827480 [ 3 ] {b6a57ede-09d8-46c1-856c-541197dc5a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1797 | 2024.04.10 17:11:56.827609 [ 3 ] {b6a57ede-09d8-46c1-856c-541197dc5a6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1798 | 2024.04.10 17:11:56.827946 [ 3 ] {b6a57ede-09d8-46c1-856c-541197dc5a6d} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1799 | 2024.04.10 17:11:56.827986 [ 3 ] {b6a57ede-09d8-46c1-856c-541197dc5a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1800 | 2024.04.10 17:11:56.828300 [ 3 ] {b6a57ede-09d8-46c1-856c-541197dc5a6d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1801 | 2024.04.10 17:11:56.828608 [ 3 ] {b6a57ede-09d8-46c1-856c-541197dc5a6d} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1802 | 2024.04.10 17:11:56.828758 [ 3 ] {b6a57ede-09d8-46c1-856c-541197dc5a6d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001353 sec., 47302.29120473023 rows/sec., 3.69 MiB/sec. | ||
1803 | 2024.04.10 17:11:56.828873 [ 3 ] {b6a57ede-09d8-46c1-856c-541197dc5a6d} <Debug> DynamicQueryHandler: Done processing query | ||
1804 | 2024.04.10 17:11:56.828897 [ 3 ] {b6a57ede-09d8-46c1-856c-541197dc5a6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1805 | 2024.04.10 17:11:56.828913 [ 3 ] {} <Debug> HTTP-Session: b2078300-30ce-4d80-a5da-da304afd0a42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1806 | 2024.04.10 17:11:56.829077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1807 | 2024.04.10 17:11:56.829125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1808 | 2024.04.10 17:11:56.829144 [ 3 ] {} <Debug> HTTP-Session: 1b04ceb6-3384-4baf-b27d-0250b2765656 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1809 | 2024.04.10 17:11:56.829161 [ 3 ] {} <Debug> HTTP-Session: 1b04ceb6-3384-4baf-b27d-0250b2765656 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1810 | 2024.04.10 17:11:56.829176 [ 3 ] {} <Debug> HTTP-Session: 1b04ceb6-3384-4baf-b27d-0250b2765656 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1811 | 2024.04.10 17:11:56.829207 [ 3 ] {} <Trace> HTTP-Session: 1b04ceb6-3384-4baf-b27d-0250b2765656 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1812 | 2024.04.10 17:11:56.829338 [ 3 ] {381c9516-1660-4a91-beef-1a9f1a1a38e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1813 | 2024.04.10 17:11:56.829388 [ 3 ] {381c9516-1660-4a91-beef-1a9f1a1a38e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1814 | 2024.04.10 17:11:56.829571 [ 3 ] {381c9516-1660-4a91-beef-1a9f1a1a38e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1815 | 2024.04.10 17:11:56.829986 [ 3 ] {381c9516-1660-4a91-beef-1a9f1a1a38e5} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1816 | 2024.04.10 17:11:56.830026 [ 3 ] {381c9516-1660-4a91-beef-1a9f1a1a38e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1817 | 2024.04.10 17:11:56.830440 [ 3 ] {381c9516-1660-4a91-beef-1a9f1a1a38e5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1818 | 2024.04.10 17:11:56.830792 [ 3 ] {381c9516-1660-4a91-beef-1a9f1a1a38e5} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1819 | 2024.04.10 17:11:56.830962 [ 3 ] {381c9516-1660-4a91-beef-1a9f1a1a38e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001691 sec., 94618.56889414547 rows/sec., 6.59 MiB/sec. | ||
1820 | 2024.04.10 17:11:56.831095 [ 3 ] {381c9516-1660-4a91-beef-1a9f1a1a38e5} <Debug> DynamicQueryHandler: Done processing query | ||
1821 | 2024.04.10 17:11:56.831120 [ 3 ] {381c9516-1660-4a91-beef-1a9f1a1a38e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1822 | 2024.04.10 17:11:56.831135 [ 3 ] {} <Debug> HTTP-Session: 1b04ceb6-3384-4baf-b27d-0250b2765656 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1823 | 2024.04.10 17:11:56.831287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1824 | 2024.04.10 17:11:56.831337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1825 | 2024.04.10 17:11:56.831357 [ 3 ] {} <Debug> HTTP-Session: bec8f45f-b1b3-49ef-a404-486e1f2cbe2b Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1826 | 2024.04.10 17:11:56.831374 [ 3 ] {} <Debug> HTTP-Session: bec8f45f-b1b3-49ef-a404-486e1f2cbe2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1827 | 2024.04.10 17:11:56.831388 [ 3 ] {} <Debug> HTTP-Session: bec8f45f-b1b3-49ef-a404-486e1f2cbe2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1828 | 2024.04.10 17:11:56.831420 [ 3 ] {} <Trace> HTTP-Session: bec8f45f-b1b3-49ef-a404-486e1f2cbe2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1829 | 2024.04.10 17:11:56.831504 [ 3 ] {cea9ab58-2688-4774-b537-a61b0dfbca22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1830 | 2024.04.10 17:11:56.831547 [ 3 ] {cea9ab58-2688-4774-b537-a61b0dfbca22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1831 | 2024.04.10 17:11:56.831679 [ 3 ] {cea9ab58-2688-4774-b537-a61b0dfbca22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1832 | 2024.04.10 17:11:56.831969 [ 3 ] {cea9ab58-2688-4774-b537-a61b0dfbca22} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1833 | 2024.04.10 17:11:56.832007 [ 3 ] {cea9ab58-2688-4774-b537-a61b0dfbca22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1834 | 2024.04.10 17:11:56.832363 [ 3 ] {cea9ab58-2688-4774-b537-a61b0dfbca22} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1835 | 2024.04.10 17:11:56.832697 [ 3 ] {cea9ab58-2688-4774-b537-a61b0dfbca22} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1836 | 2024.04.10 17:11:56.832857 [ 3 ] {cea9ab58-2688-4774-b537-a61b0dfbca22} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
1837 | 2024.04.10 17:11:56.832971 [ 3 ] {cea9ab58-2688-4774-b537-a61b0dfbca22} <Debug> DynamicQueryHandler: Done processing query | ||
1838 | 2024.04.10 17:11:56.832996 [ 3 ] {cea9ab58-2688-4774-b537-a61b0dfbca22} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1839 | 2024.04.10 17:11:56.833012 [ 3 ] {} <Debug> HTTP-Session: bec8f45f-b1b3-49ef-a404-486e1f2cbe2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1840 | 2024.04.10 17:11:59.389340 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1841 | 2024.04.10 17:11:59.389405 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1842 | 2024.04.10 17:12:01.824212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 7806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1843 | 2024.04.10 17:12:01.824333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1844 | 2024.04.10 17:12:01.824359 [ 3 ] {} <Debug> HTTP-Session: 9dad512b-b33f-47f5-89c0-463e04e186de Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1845 | 2024.04.10 17:12:01.824384 [ 3 ] {} <Debug> HTTP-Session: 9dad512b-b33f-47f5-89c0-463e04e186de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1846 | 2024.04.10 17:12:01.824400 [ 3 ] {} <Debug> HTTP-Session: 9dad512b-b33f-47f5-89c0-463e04e186de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1847 | 2024.04.10 17:12:01.824449 [ 3 ] {} <Trace> HTTP-Session: 9dad512b-b33f-47f5-89c0-463e04e186de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1848 | 2024.04.10 17:12:01.824579 [ 3 ] {a48ec8ce-1a4b-4109-99d5-1ed65608fe2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1849 | 2024.04.10 17:12:01.824642 [ 3 ] {a48ec8ce-1a4b-4109-99d5-1ed65608fe2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1850 | 2024.04.10 17:12:01.824828 [ 3 ] {a48ec8ce-1a4b-4109-99d5-1ed65608fe2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1851 | 2024.04.10 17:12:01.825255 [ 3 ] {a48ec8ce-1a4b-4109-99d5-1ed65608fe2d} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1852 | 2024.04.10 17:12:01.825303 [ 3 ] {a48ec8ce-1a4b-4109-99d5-1ed65608fe2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1853 | 2024.04.10 17:12:01.825683 [ 3 ] {a48ec8ce-1a4b-4109-99d5-1ed65608fe2d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1854 | 2024.04.10 17:12:01.826002 [ 3 ] {a48ec8ce-1a4b-4109-99d5-1ed65608fe2d} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1855 | 2024.04.10 17:12:01.826187 [ 3 ] {a48ec8ce-1a4b-4109-99d5-1ed65608fe2d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001662 sec., 33694.34416365824 rows/sec., 2.57 MiB/sec. | ||
1856 | 2024.04.10 17:12:01.826547 [ 3 ] {a48ec8ce-1a4b-4109-99d5-1ed65608fe2d} <Debug> DynamicQueryHandler: Done processing query | ||
1857 | 2024.04.10 17:12:01.826623 [ 3 ] {a48ec8ce-1a4b-4109-99d5-1ed65608fe2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1858 | 2024.04.10 17:12:01.826690 [ 3 ] {} <Debug> HTTP-Session: 9dad512b-b33f-47f5-89c0-463e04e186de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1859 | 2024.04.10 17:12:01.826883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 10882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1860 | 2024.04.10 17:12:01.826933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1861 | 2024.04.10 17:12:01.826954 [ 3 ] {} <Debug> HTTP-Session: 60056738-5033-43f4-aa74-6f5b195105bc Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1862 | 2024.04.10 17:12:01.826972 [ 3 ] {} <Debug> HTTP-Session: 60056738-5033-43f4-aa74-6f5b195105bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1863 | 2024.04.10 17:12:01.826986 [ 3 ] {} <Debug> HTTP-Session: 60056738-5033-43f4-aa74-6f5b195105bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1864 | 2024.04.10 17:12:01.827020 [ 3 ] {} <Trace> HTTP-Session: 60056738-5033-43f4-aa74-6f5b195105bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1865 | 2024.04.10 17:12:01.827109 [ 3 ] {1bab12a3-2ebf-4d84-ae98-76efbf003a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1866 | 2024.04.10 17:12:01.827152 [ 3 ] {1bab12a3-2ebf-4d84-ae98-76efbf003a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1867 | 2024.04.10 17:12:01.827307 [ 3 ] {1bab12a3-2ebf-4d84-ae98-76efbf003a40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1868 | 2024.04.10 17:12:01.827641 [ 3 ] {1bab12a3-2ebf-4d84-ae98-76efbf003a40} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1869 | 2024.04.10 17:12:01.827682 [ 3 ] {1bab12a3-2ebf-4d84-ae98-76efbf003a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1870 | 2024.04.10 17:12:01.827999 [ 3 ] {1bab12a3-2ebf-4d84-ae98-76efbf003a40} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1871 | 2024.04.10 17:12:01.828342 [ 3 ] {1bab12a3-2ebf-4d84-ae98-76efbf003a40} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1872 | 2024.04.10 17:12:01.828467 [ 3 ] {1bab12a3-2ebf-4d84-ae98-76efbf003a40} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001401 sec., 45681.655960028555 rows/sec., 3.57 MiB/sec. | ||
1873 | 2024.04.10 17:12:01.828780 [ 3 ] {1bab12a3-2ebf-4d84-ae98-76efbf003a40} <Debug> DynamicQueryHandler: Done processing query | ||
1874 | 2024.04.10 17:12:01.828845 [ 3 ] {1bab12a3-2ebf-4d84-ae98-76efbf003a40} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1875 | 2024.04.10 17:12:01.828885 [ 3 ] {} <Debug> HTTP-Session: 60056738-5033-43f4-aa74-6f5b195105bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1876 | 2024.04.10 17:12:01.829153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1877 | 2024.04.10 17:12:01.829217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1878 | 2024.04.10 17:12:01.829242 [ 3 ] {} <Debug> HTTP-Session: a50f1200-821d-43f0-9d0c-2ffd01ee1e51 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1879 | 2024.04.10 17:12:01.829263 [ 3 ] {} <Debug> HTTP-Session: a50f1200-821d-43f0-9d0c-2ffd01ee1e51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1880 | 2024.04.10 17:12:01.829279 [ 3 ] {} <Debug> HTTP-Session: a50f1200-821d-43f0-9d0c-2ffd01ee1e51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1881 | 2024.04.10 17:12:01.829313 [ 3 ] {} <Trace> HTTP-Session: a50f1200-821d-43f0-9d0c-2ffd01ee1e51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1882 | 2024.04.10 17:12:01.829434 [ 3 ] {fcccb0e3-715e-46f8-871e-204e0c87f1aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1883 | 2024.04.10 17:12:01.829482 [ 3 ] {fcccb0e3-715e-46f8-871e-204e0c87f1aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1884 | 2024.04.10 17:12:01.829641 [ 3 ] {fcccb0e3-715e-46f8-871e-204e0c87f1aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1885 | 2024.04.10 17:12:01.830068 [ 3 ] {fcccb0e3-715e-46f8-871e-204e0c87f1aa} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1886 | 2024.04.10 17:12:01.830107 [ 3 ] {fcccb0e3-715e-46f8-871e-204e0c87f1aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1887 | 2024.04.10 17:12:01.830542 [ 3 ] {fcccb0e3-715e-46f8-871e-204e0c87f1aa} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1888 | 2024.04.10 17:12:01.830926 [ 3 ] {fcccb0e3-715e-46f8-871e-204e0c87f1aa} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1889 | 2024.04.10 17:12:01.831063 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1890 | 2024.04.10 17:12:01.831069 [ 3 ] {fcccb0e3-715e-46f8-871e-204e0c87f1aa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001704 sec., 93896.71361502347 rows/sec., 6.54 MiB/sec. | ||
1891 | 2024.04.10 17:12:01.831099 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1892 | 2024.04.10 17:12:01.831141 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1893 | 2024.04.10 17:12:01.831251 [ 3 ] {fcccb0e3-715e-46f8-871e-204e0c87f1aa} <Debug> DynamicQueryHandler: Done processing query | ||
1894 | 2024.04.10 17:12:01.831334 [ 3 ] {fcccb0e3-715e-46f8-871e-204e0c87f1aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
1895 | 2024.04.10 17:12:01.831478 [ 3 ] {} <Debug> HTTP-Session: a50f1200-821d-43f0-9d0c-2ffd01ee1e51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1896 | 2024.04.10 17:12:01.831692 [ 188 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::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 | ||
1897 | 2024.04.10 17:12:01.831821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1898 | 2024.04.10 17:12:01.832021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1899 | 2024.04.10 17:12:01.832105 [ 3 ] {} <Debug> HTTP-Session: 4a0b1b77-aac7-4811-a83b-dcef99f2d963 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1900 | 2024.04.10 17:12:01.832185 [ 3 ] {} <Debug> HTTP-Session: 4a0b1b77-aac7-4811-a83b-dcef99f2d963 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1901 | 2024.04.10 17:12:01.832239 [ 3 ] {} <Debug> HTTP-Session: 4a0b1b77-aac7-4811-a83b-dcef99f2d963 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1902 | 2024.04.10 17:12:01.832289 [ 188 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1903 | 2024.04.10 17:12:01.832307 [ 3 ] {} <Trace> HTTP-Session: 4a0b1b77-aac7-4811-a83b-dcef99f2d963 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1904 | 2024.04.10 17:12:01.832374 [ 188 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 854 rows starting from the beginning of the part | ||
1905 | 2024.04.10 17:12:01.832471 [ 3 ] {0640f41e-9188-43e6-b496-c500ce33c1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1906 | 2024.04.10 17:12:01.832640 [ 3 ] {0640f41e-9188-43e6-b496-c500ce33c1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1907 | 2024.04.10 17:12:01.832660 [ 188 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
1908 | 2024.04.10 17:12:01.833094 [ 188 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
1909 | 2024.04.10 17:12:01.833411 [ 188 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
1910 | 2024.04.10 17:12:01.833798 [ 188 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
1911 | 2024.04.10 17:12:01.834108 [ 188 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
1912 | 2024.04.10 17:12:01.834138 [ 3 ] {0640f41e-9188-43e6-b496-c500ce33c1f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1913 | 2024.04.10 17:12:01.835157 [ 3 ] {0640f41e-9188-43e6-b496-c500ce33c1f4} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1914 | 2024.04.10 17:12:01.835214 [ 3 ] {0640f41e-9188-43e6-b496-c500ce33c1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1915 | 2024.04.10 17:12:01.836190 [ 3 ] {0640f41e-9188-43e6-b496-c500ce33c1f4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1916 | 2024.04.10 17:12:01.837043 [ 3 ] {0640f41e-9188-43e6-b496-c500ce33c1f4} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1917 | 2024.04.10 17:12:01.837409 [ 82 ] {} <Debug> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1918 | 2024.04.10 17:12:01.837507 [ 82 ] {} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1919 | 2024.04.10 17:12:01.837525 [ 3 ] {0640f41e-9188-43e6-b496-c500ce33c1f4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005117 sec., 11725.62048075044 rows/sec., 809.19 KiB/sec. | ||
1920 | 2024.04.10 17:12:01.837557 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
1921 | 2024.04.10 17:12:01.837586 [ 188 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1654 rows, containing 5 columns (5 merged, 0 gathered) in 0.00630349 sec., 262394.32441393577 rows/sec., 18.28 MiB/sec. | ||
1922 | 2024.04.10 17:12:01.837951 [ 3 ] {0640f41e-9188-43e6-b496-c500ce33c1f4} <Debug> DynamicQueryHandler: Done processing query | ||
1923 | 2024.04.10 17:12:01.837973 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
1924 | 2024.04.10 17:12:01.838001 [ 3 ] {0640f41e-9188-43e6-b496-c500ce33c1f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1925 | 2024.04.10 17:12:01.838022 [ 188 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1926 | 2024.04.10 17:12:01.838062 [ 3 ] {} <Debug> HTTP-Session: 4a0b1b77-aac7-4811-a83b-dcef99f2d963 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1927 | 2024.04.10 17:12:01.838364 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1928 | 2024.04.10 17:12:01.838415 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 320 rows starting from the beginning of the part | ||
1929 | 2024.04.10 17:12:01.838801 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
1930 | 2024.04.10 17:12:01.839065 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
1931 | 2024.04.10 17:12:01.839251 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
1932 | 2024.04.10 17:12:01.839473 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
1933 | 2024.04.10 17:12:01.839595 [ 188 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1934 | 2024.04.10 17:12:01.839673 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
1935 | 2024.04.10 17:12:01.839971 [ 188 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1936 | 2024.04.10 17:12:01.840173 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
1937 | 2024.04.10 17:12:01.841071 [ 193 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 620 rows, containing 4 columns (4 merged, 0 gathered) in 0.003315232 sec., 187015.56934778622 rows/sec., 12.60 MiB/sec. | ||
1938 | 2024.04.10 17:12:01.841243 [ 193 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1939 | 2024.04.10 17:12:01.841635 [ 193 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_11_2} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1940 | 2024.04.10 17:12:01.841718 [ 193 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_11_2} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1941 | 2024.04.10 17:12:01.841797 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
1942 | 2024.04.10 17:12:06.815978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1943 | 2024.04.10 17:12:06.816167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1944 | 2024.04.10 17:12:06.816212 [ 3 ] {} <Debug> HTTP-Session: 5f4ef8ea-01e6-44c8-bbcf-429f8c440e96 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1945 | 2024.04.10 17:12:06.816252 [ 3 ] {} <Debug> HTTP-Session: 5f4ef8ea-01e6-44c8-bbcf-429f8c440e96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1946 | 2024.04.10 17:12:06.816281 [ 3 ] {} <Debug> HTTP-Session: 5f4ef8ea-01e6-44c8-bbcf-429f8c440e96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1947 | 2024.04.10 17:12:06.816355 [ 3 ] {} <Trace> HTTP-Session: 5f4ef8ea-01e6-44c8-bbcf-429f8c440e96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1948 | 2024.04.10 17:12:06.816523 [ 3 ] {c4a690c2-01c3-4412-84ba-b62f235f4beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1949 | 2024.04.10 17:12:06.817010 [ 3 ] {c4a690c2-01c3-4412-84ba-b62f235f4beb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1950 | 2024.04.10 17:12:06.819224 [ 3 ] {c4a690c2-01c3-4412-84ba-b62f235f4beb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1951 | 2024.04.10 17:12:06.819583 [ 3 ] {c4a690c2-01c3-4412-84ba-b62f235f4beb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1952 | 2024.04.10 17:12:06.819976 [ 3 ] {c4a690c2-01c3-4412-84ba-b62f235f4beb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1953 | 2024.04.10 17:12:06.822669 [ 3 ] {c4a690c2-01c3-4412-84ba-b62f235f4beb} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1954 | 2024.04.10 17:12:06.827919 [ 3 ] {c4a690c2-01c3-4412-84ba-b62f235f4beb} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1955 | 2024.04.10 17:12:06.830074 [ 3 ] {c4a690c2-01c3-4412-84ba-b62f235f4beb} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (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 | ||
1956 | 2024.04.10 17:12:06.830099 [ 3 ] {c4a690c2-01c3-4412-84ba-b62f235f4beb} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1957 | 2024.04.10 17:12:06.830187 [ 3 ] {c4a690c2-01c3-4412-84ba-b62f235f4beb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1958 | 2024.04.10 17:12:06.830214 [ 3 ] {c4a690c2-01c3-4412-84ba-b62f235f4beb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1959 | 2024.04.10 17:12:06.842219 [ 3 ] {c4a690c2-01c3-4412-84ba-b62f235f4beb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.025797 sec., 697.7555529712757 rows/sec., 28.54 KiB/sec. | ||
1960 | 2024.04.10 17:12:06.842447 [ 3 ] {c4a690c2-01c3-4412-84ba-b62f235f4beb} <Debug> DynamicQueryHandler: Done processing query | ||
1961 | 2024.04.10 17:12:06.842475 [ 3 ] {c4a690c2-01c3-4412-84ba-b62f235f4beb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1962 | 2024.04.10 17:12:06.842492 [ 3 ] {} <Debug> HTTP-Session: 5f4ef8ea-01e6-44c8-bbcf-429f8c440e96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1963 | 2024.04.10 17:12:06.843692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1964 | 2024.04.10 17:12:06.843756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1965 | 2024.04.10 17:12:06.843778 [ 3 ] {} <Debug> HTTP-Session: 3307bf3d-e63a-4d5a-ba48-76fed52f93e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1966 | 2024.04.10 17:12:06.843797 [ 3 ] {} <Debug> HTTP-Session: 3307bf3d-e63a-4d5a-ba48-76fed52f93e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1967 | 2024.04.10 17:12:06.843813 [ 3 ] {} <Debug> HTTP-Session: 3307bf3d-e63a-4d5a-ba48-76fed52f93e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1968 | 2024.04.10 17:12:06.843850 [ 3 ] {} <Trace> HTTP-Session: 3307bf3d-e63a-4d5a-ba48-76fed52f93e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1969 | 2024.04.10 17:12:06.843962 [ 3 ] {6092af48-76a4-4ee0-9532-fd9c2e35a2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1970 | 2024.04.10 17:12:06.844226 [ 3 ] {6092af48-76a4-4ee0-9532-fd9c2e35a2d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1971 | 2024.04.10 17:12:06.844269 [ 3 ] {6092af48-76a4-4ee0-9532-fd9c2e35a2d9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1972 | 2024.04.10 17:12:06.844531 [ 3 ] {6092af48-76a4-4ee0-9532-fd9c2e35a2d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1973 | 2024.04.10 17:12:06.844599 [ 3 ] {6092af48-76a4-4ee0-9532-fd9c2e35a2d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1974 | 2024.04.10 17:12:06.844738 [ 3 ] {6092af48-76a4-4ee0-9532-fd9c2e35a2d9} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1975 | 2024.04.10 17:12:06.844774 [ 3 ] {6092af48-76a4-4ee0-9532-fd9c2e35a2d9} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1976 | 2024.04.10 17:12:06.844797 [ 3 ] {6092af48-76a4-4ee0-9532-fd9c2e35a2d9} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (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 | ||
1977 | 2024.04.10 17:12:06.844815 [ 3 ] {6092af48-76a4-4ee0-9532-fd9c2e35a2d9} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1978 | 2024.04.10 17:12:06.844858 [ 3 ] {6092af48-76a4-4ee0-9532-fd9c2e35a2d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1979 | 2024.04.10 17:12:06.844881 [ 3 ] {6092af48-76a4-4ee0-9532-fd9c2e35a2d9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1980 | 2024.04.10 17:12:06.845697 [ 3 ] {6092af48-76a4-4ee0-9532-fd9c2e35a2d9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001799 sec., 10005.55864369094 rows/sec., 409.30 KiB/sec. | ||
1981 | 2024.04.10 17:12:06.845895 [ 3 ] {6092af48-76a4-4ee0-9532-fd9c2e35a2d9} <Debug> DynamicQueryHandler: Done processing query | ||
1982 | 2024.04.10 17:12:06.845920 [ 3 ] {6092af48-76a4-4ee0-9532-fd9c2e35a2d9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1983 | 2024.04.10 17:12:06.845938 [ 3 ] {} <Debug> HTTP-Session: 3307bf3d-e63a-4d5a-ba48-76fed52f93e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1984 | 2024.04.10 17:12:06.846150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1985 | 2024.04.10 17:12:06.846197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1986 | 2024.04.10 17:12:06.846218 [ 3 ] {} <Debug> HTTP-Session: 843566c7-03d6-4212-bf71-a51ca0bb7835 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
1987 | 2024.04.10 17:12:06.846235 [ 3 ] {} <Debug> HTTP-Session: 843566c7-03d6-4212-bf71-a51ca0bb7835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1988 | 2024.04.10 17:12:06.846251 [ 3 ] {} <Debug> HTTP-Session: 843566c7-03d6-4212-bf71-a51ca0bb7835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1989 | 2024.04.10 17:12:06.846285 [ 3 ] {} <Trace> HTTP-Session: 843566c7-03d6-4212-bf71-a51ca0bb7835 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1990 | 2024.04.10 17:12:06.846391 [ 3 ] {0a388ee7-c542-4e09-9eb8-e8d8e1d6e26e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1991 | 2024.04.10 17:12:06.846649 [ 3 ] {0a388ee7-c542-4e09-9eb8-e8d8e1d6e26e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1992 | 2024.04.10 17:12:06.846690 [ 3 ] {0a388ee7-c542-4e09-9eb8-e8d8e1d6e26e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1993 | 2024.04.10 17:12:06.846948 [ 3 ] {0a388ee7-c542-4e09-9eb8-e8d8e1d6e26e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1994 | 2024.04.10 17:12:06.847014 [ 3 ] {0a388ee7-c542-4e09-9eb8-e8d8e1d6e26e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1995 | 2024.04.10 17:12:06.847152 [ 3 ] {0a388ee7-c542-4e09-9eb8-e8d8e1d6e26e} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1996 | 2024.04.10 17:12:06.847187 [ 3 ] {0a388ee7-c542-4e09-9eb8-e8d8e1d6e26e} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1997 | 2024.04.10 17:12:06.847211 [ 3 ] {0a388ee7-c542-4e09-9eb8-e8d8e1d6e26e} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (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 | ||
1998 | 2024.04.10 17:12:06.847229 [ 3 ] {0a388ee7-c542-4e09-9eb8-e8d8e1d6e26e} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1999 | 2024.04.10 17:12:06.847270 [ 3 ] {0a388ee7-c542-4e09-9eb8-e8d8e1d6e26e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2000 | 2024.04.10 17:12:06.847294 [ 3 ] {0a388ee7-c542-4e09-9eb8-e8d8e1d6e26e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
2001 | 2024.04.10 17:12:06.848199 [ 3 ] {0a388ee7-c542-4e09-9eb8-e8d8e1d6e26e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001868 sec., 9635.974304068523 rows/sec., 394.18 KiB/sec. | ||
2002 | 2024.04.10 17:12:06.848422 [ 3 ] {0a388ee7-c542-4e09-9eb8-e8d8e1d6e26e} <Debug> DynamicQueryHandler: Done processing query | ||
2003 | 2024.04.10 17:12:06.848453 [ 3 ] {0a388ee7-c542-4e09-9eb8-e8d8e1d6e26e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2004 | 2024.04.10 17:12:06.848473 [ 3 ] {} <Debug> HTTP-Session: 843566c7-03d6-4212-bf71-a51ca0bb7835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2005 | 2024.04.10 17:12:06.848672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2006 | 2024.04.10 17:12:06.848731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2007 | 2024.04.10 17:12:06.848754 [ 3 ] {} <Debug> HTTP-Session: b5dae30e-424b-441c-9800-3e4f38a5d7a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2008 | 2024.04.10 17:12:06.848774 [ 3 ] {} <Debug> HTTP-Session: b5dae30e-424b-441c-9800-3e4f38a5d7a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2009 | 2024.04.10 17:12:06.848791 [ 3 ] {} <Debug> HTTP-Session: b5dae30e-424b-441c-9800-3e4f38a5d7a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2010 | 2024.04.10 17:12:06.848831 [ 3 ] {} <Trace> HTTP-Session: b5dae30e-424b-441c-9800-3e4f38a5d7a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2011 | 2024.04.10 17:12:06.848965 [ 3 ] {f42d91d2-af0e-409b-b2b8-47ed611794db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2012 | 2024.04.10 17:12:06.849289 [ 3 ] {f42d91d2-af0e-409b-b2b8-47ed611794db} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2013 | 2024.04.10 17:12:06.849332 [ 3 ] {f42d91d2-af0e-409b-b2b8-47ed611794db} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2014 | 2024.04.10 17:12:06.849596 [ 3 ] {f42d91d2-af0e-409b-b2b8-47ed611794db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2015 | 2024.04.10 17:12:06.849663 [ 3 ] {f42d91d2-af0e-409b-b2b8-47ed611794db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2016 | 2024.04.10 17:12:06.849803 [ 3 ] {f42d91d2-af0e-409b-b2b8-47ed611794db} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
2017 | 2024.04.10 17:12:06.849837 [ 3 ] {f42d91d2-af0e-409b-b2b8-47ed611794db} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2018 | 2024.04.10 17:12:06.849861 [ 3 ] {f42d91d2-af0e-409b-b2b8-47ed611794db} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (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 | ||
2019 | 2024.04.10 17:12:06.849877 [ 3 ] {f42d91d2-af0e-409b-b2b8-47ed611794db} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2020 | 2024.04.10 17:12:06.849919 [ 3 ] {f42d91d2-af0e-409b-b2b8-47ed611794db} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2021 | 2024.04.10 17:12:06.849941 [ 3 ] {f42d91d2-af0e-409b-b2b8-47ed611794db} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
2022 | 2024.04.10 17:12:06.850763 [ 3 ] {f42d91d2-af0e-409b-b2b8-47ed611794db} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001866 sec., 9646.302250803858 rows/sec., 394.60 KiB/sec. | ||
2023 | 2024.04.10 17:12:06.850956 [ 3 ] {f42d91d2-af0e-409b-b2b8-47ed611794db} <Debug> DynamicQueryHandler: Done processing query | ||
2024 | 2024.04.10 17:12:06.850981 [ 3 ] {f42d91d2-af0e-409b-b2b8-47ed611794db} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
2025 | 2024.04.10 17:12:06.850998 [ 3 ] {} <Debug> HTTP-Session: b5dae30e-424b-441c-9800-3e4f38a5d7a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2026 | 2024.04.10 17:12:06.860209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2027 | 2024.04.10 17:12:06.860269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2028 | 2024.04.10 17:12:06.860294 [ 3 ] {} <Debug> HTTP-Session: 72fb54ec-e7b3-4af2-9646-35575c48776a Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2029 | 2024.04.10 17:12:06.860314 [ 3 ] {} <Debug> HTTP-Session: 72fb54ec-e7b3-4af2-9646-35575c48776a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2030 | 2024.04.10 17:12:06.860330 [ 3 ] {} <Debug> HTTP-Session: 72fb54ec-e7b3-4af2-9646-35575c48776a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2031 | 2024.04.10 17:12:06.860368 [ 3 ] {} <Trace> HTTP-Session: 72fb54ec-e7b3-4af2-9646-35575c48776a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2032 | 2024.04.10 17:12:06.860466 [ 3 ] {205b7b4b-519a-481b-bfef-171fefa347bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2033 | 2024.04.10 17:12:06.860518 [ 3 ] {205b7b4b-519a-481b-bfef-171fefa347bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2034 | 2024.04.10 17:12:06.860723 [ 3 ] {205b7b4b-519a-481b-bfef-171fefa347bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2035 | 2024.04.10 17:12:06.861102 [ 3 ] {205b7b4b-519a-481b-bfef-171fefa347bc} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2036 | 2024.04.10 17:12:06.861152 [ 3 ] {205b7b4b-519a-481b-bfef-171fefa347bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2037 | 2024.04.10 17:12:06.861690 [ 3 ] {205b7b4b-519a-481b-bfef-171fefa347bc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2038 | 2024.04.10 17:12:06.862011 [ 3 ] {205b7b4b-519a-481b-bfef-171fefa347bc} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2039 | 2024.04.10 17:12:06.862196 [ 3 ] {205b7b4b-519a-481b-bfef-171fefa347bc} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001771 sec., 2258.610954263128 rows/sec., 244.28 KiB/sec. | ||
2040 | 2024.04.10 17:12:06.862445 [ 3 ] {205b7b4b-519a-481b-bfef-171fefa347bc} <Debug> DynamicQueryHandler: Done processing query | ||
2041 | 2024.04.10 17:12:06.862471 [ 3 ] {205b7b4b-519a-481b-bfef-171fefa347bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2042 | 2024.04.10 17:12:06.862488 [ 3 ] {} <Debug> HTTP-Session: 72fb54ec-e7b3-4af2-9646-35575c48776a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2043 | 2024.04.10 17:12:06.862598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 2635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2044 | 2024.04.10 17:12:06.862649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2045 | 2024.04.10 17:12:06.862668 [ 3 ] {} <Debug> HTTP-Session: 8a541496-26aa-49ef-87e7-5d6d36453b42 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2046 | 2024.04.10 17:12:06.862685 [ 3 ] {} <Debug> HTTP-Session: 8a541496-26aa-49ef-87e7-5d6d36453b42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2047 | 2024.04.10 17:12:06.862698 [ 3 ] {} <Debug> HTTP-Session: 8a541496-26aa-49ef-87e7-5d6d36453b42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2048 | 2024.04.10 17:12:06.862730 [ 3 ] {} <Trace> HTTP-Session: 8a541496-26aa-49ef-87e7-5d6d36453b42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2049 | 2024.04.10 17:12:06.862804 [ 3 ] {3ecb207a-6a5d-44f1-9a73-d278755351e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2050 | 2024.04.10 17:12:06.862848 [ 3 ] {3ecb207a-6a5d-44f1-9a73-d278755351e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2051 | 2024.04.10 17:12:06.862994 [ 3 ] {3ecb207a-6a5d-44f1-9a73-d278755351e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2052 | 2024.04.10 17:12:06.863930 [ 3 ] {3ecb207a-6a5d-44f1-9a73-d278755351e3} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2053 | 2024.04.10 17:12:06.863968 [ 3 ] {3ecb207a-6a5d-44f1-9a73-d278755351e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2054 | 2024.04.10 17:12:06.864288 [ 3 ] {3ecb207a-6a5d-44f1-9a73-d278755351e3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2055 | 2024.04.10 17:12:06.864604 [ 3 ] {3ecb207a-6a5d-44f1-9a73-d278755351e3} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2056 | 2024.04.10 17:12:06.864779 [ 3 ] {3ecb207a-6a5d-44f1-9a73-d278755351e3} <Debug> executeQuery: Read 18 rows, 1.46 KiB in 0.001984 sec., 9072.58064516129 rows/sec., 735.38 KiB/sec. | ||
2057 | 2024.04.10 17:12:06.865115 [ 3 ] {3ecb207a-6a5d-44f1-9a73-d278755351e3} <Debug> DynamicQueryHandler: Done processing query | ||
2058 | 2024.04.10 17:12:06.865140 [ 3 ] {3ecb207a-6a5d-44f1-9a73-d278755351e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2059 | 2024.04.10 17:12:06.865157 [ 3 ] {} <Debug> HTTP-Session: 8a541496-26aa-49ef-87e7-5d6d36453b42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2060 | 2024.04.10 17:12:06.865312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 15904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2061 | 2024.04.10 17:12:06.865361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2062 | 2024.04.10 17:12:06.865381 [ 3 ] {} <Debug> HTTP-Session: 15ca3c21-a663-416d-8230-715bd5a3a2eb Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2063 | 2024.04.10 17:12:06.865398 [ 3 ] {} <Debug> HTTP-Session: 15ca3c21-a663-416d-8230-715bd5a3a2eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2064 | 2024.04.10 17:12:06.865412 [ 3 ] {} <Debug> HTTP-Session: 15ca3c21-a663-416d-8230-715bd5a3a2eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2065 | 2024.04.10 17:12:06.865444 [ 3 ] {} <Trace> HTTP-Session: 15ca3c21-a663-416d-8230-715bd5a3a2eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2066 | 2024.04.10 17:12:06.865538 [ 3 ] {920d3f49-fef7-48f6-92a9-021e81ac44d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2067 | 2024.04.10 17:12:06.865581 [ 3 ] {920d3f49-fef7-48f6-92a9-021e81ac44d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2068 | 2024.04.10 17:12:06.865741 [ 3 ] {920d3f49-fef7-48f6-92a9-021e81ac44d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2069 | 2024.04.10 17:12:06.866097 [ 3 ] {920d3f49-fef7-48f6-92a9-021e81ac44d7} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2070 | 2024.04.10 17:12:06.866135 [ 3 ] {920d3f49-fef7-48f6-92a9-021e81ac44d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2071 | 2024.04.10 17:12:06.866460 [ 3 ] {920d3f49-fef7-48f6-92a9-021e81ac44d7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2072 | 2024.04.10 17:12:06.866763 [ 3 ] {920d3f49-fef7-48f6-92a9-021e81ac44d7} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2073 | 2024.04.10 17:12:06.866929 [ 3 ] {920d3f49-fef7-48f6-92a9-021e81ac44d7} <Debug> executeQuery: Read 110 rows, 9.20 KiB in 0.001438 sec., 76495.1321279555 rows/sec., 6.25 MiB/sec. | ||
2074 | 2024.04.10 17:12:06.867057 [ 3 ] {920d3f49-fef7-48f6-92a9-021e81ac44d7} <Debug> DynamicQueryHandler: Done processing query | ||
2075 | 2024.04.10 17:12:06.867082 [ 3 ] {920d3f49-fef7-48f6-92a9-021e81ac44d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2076 | 2024.04.10 17:12:06.867097 [ 3 ] {} <Debug> HTTP-Session: 15ca3c21-a663-416d-8230-715bd5a3a2eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2077 | 2024.04.10 17:12:06.867228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 16153, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2078 | 2024.04.10 17:12:06.867278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2079 | 2024.04.10 17:12:06.867298 [ 3 ] {} <Debug> HTTP-Session: 027ef99b-0a2c-4cea-8271-1cc36416eff6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2080 | 2024.04.10 17:12:06.867315 [ 3 ] {} <Debug> HTTP-Session: 027ef99b-0a2c-4cea-8271-1cc36416eff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2081 | 2024.04.10 17:12:06.867329 [ 3 ] {} <Debug> HTTP-Session: 027ef99b-0a2c-4cea-8271-1cc36416eff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2082 | 2024.04.10 17:12:06.867360 [ 3 ] {} <Trace> HTTP-Session: 027ef99b-0a2c-4cea-8271-1cc36416eff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2083 | 2024.04.10 17:12:06.867453 [ 3 ] {ee3f92ab-4508-459d-8b6e-d2806e938476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2084 | 2024.04.10 17:12:06.867493 [ 3 ] {ee3f92ab-4508-459d-8b6e-d2806e938476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2085 | 2024.04.10 17:12:06.867621 [ 3 ] {ee3f92ab-4508-459d-8b6e-d2806e938476} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2086 | 2024.04.10 17:12:06.867961 [ 3 ] {ee3f92ab-4508-459d-8b6e-d2806e938476} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2087 | 2024.04.10 17:12:06.867999 [ 3 ] {ee3f92ab-4508-459d-8b6e-d2806e938476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2088 | 2024.04.10 17:12:06.868321 [ 3 ] {ee3f92ab-4508-459d-8b6e-d2806e938476} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2089 | 2024.04.10 17:12:06.868629 [ 3 ] {ee3f92ab-4508-459d-8b6e-d2806e938476} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2090 | 2024.04.10 17:12:06.868792 [ 3 ] {ee3f92ab-4508-459d-8b6e-d2806e938476} <Debug> executeQuery: Read 95 rows, 7.61 KiB in 0.001385 sec., 68592.05776173285 rows/sec., 5.37 MiB/sec. | ||
2091 | 2024.04.10 17:12:06.868946 [ 3 ] {ee3f92ab-4508-459d-8b6e-d2806e938476} <Debug> DynamicQueryHandler: Done processing query | ||
2092 | 2024.04.10 17:12:06.868970 [ 3 ] {ee3f92ab-4508-459d-8b6e-d2806e938476} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2093 | 2024.04.10 17:12:06.868986 [ 3 ] {} <Debug> HTTP-Session: 027ef99b-0a2c-4cea-8271-1cc36416eff6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2094 | 2024.04.10 17:12:06.869150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2095 | 2024.04.10 17:12:06.869198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2096 | 2024.04.10 17:12:06.869218 [ 3 ] {} <Debug> HTTP-Session: 89171f4b-cb08-49ab-b30a-5116394252b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2097 | 2024.04.10 17:12:06.869234 [ 3 ] {} <Debug> HTTP-Session: 89171f4b-cb08-49ab-b30a-5116394252b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2098 | 2024.04.10 17:12:06.869248 [ 3 ] {} <Debug> HTTP-Session: 89171f4b-cb08-49ab-b30a-5116394252b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2099 | 2024.04.10 17:12:06.869280 [ 3 ] {} <Trace> HTTP-Session: 89171f4b-cb08-49ab-b30a-5116394252b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2100 | 2024.04.10 17:12:06.869396 [ 3 ] {01d92631-006e-454b-b303-80eeb79f9b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2101 | 2024.04.10 17:12:06.869448 [ 3 ] {01d92631-006e-454b-b303-80eeb79f9b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2102 | 2024.04.10 17:12:06.869594 [ 3 ] {01d92631-006e-454b-b303-80eeb79f9b98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2103 | 2024.04.10 17:12:06.869964 [ 3 ] {01d92631-006e-454b-b303-80eeb79f9b98} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2104 | 2024.04.10 17:12:06.870001 [ 3 ] {01d92631-006e-454b-b303-80eeb79f9b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2105 | 2024.04.10 17:12:06.870383 [ 3 ] {01d92631-006e-454b-b303-80eeb79f9b98} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2106 | 2024.04.10 17:12:06.870723 [ 3 ] {01d92631-006e-454b-b303-80eeb79f9b98} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2107 | 2024.04.10 17:12:06.870876 [ 3 ] {01d92631-006e-454b-b303-80eeb79f9b98} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001549 sec., 103292.44673983214 rows/sec., 7.19 MiB/sec. | ||
2108 | 2024.04.10 17:12:06.871006 [ 3 ] {01d92631-006e-454b-b303-80eeb79f9b98} <Debug> DynamicQueryHandler: Done processing query | ||
2109 | 2024.04.10 17:12:06.871031 [ 3 ] {01d92631-006e-454b-b303-80eeb79f9b98} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
2110 | 2024.04.10 17:12:06.871047 [ 3 ] {} <Debug> HTTP-Session: 89171f4b-cb08-49ab-b30a-5116394252b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2111 | 2024.04.10 17:12:06.871186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 19300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2112 | 2024.04.10 17:12:06.871235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2113 | 2024.04.10 17:12:06.871255 [ 3 ] {} <Debug> HTTP-Session: c8602ed8-e534-4237-8461-7a57d371ff64 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2114 | 2024.04.10 17:12:06.871273 [ 3 ] {} <Debug> HTTP-Session: c8602ed8-e534-4237-8461-7a57d371ff64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2115 | 2024.04.10 17:12:06.871286 [ 3 ] {} <Debug> HTTP-Session: c8602ed8-e534-4237-8461-7a57d371ff64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2116 | 2024.04.10 17:12:06.871317 [ 3 ] {} <Trace> HTTP-Session: c8602ed8-e534-4237-8461-7a57d371ff64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2117 | 2024.04.10 17:12:06.871480 [ 3 ] {d0c406f7-00db-4b1a-b607-271f032c48b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2118 | 2024.04.10 17:12:06.871526 [ 3 ] {d0c406f7-00db-4b1a-b607-271f032c48b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2119 | 2024.04.10 17:12:06.871761 [ 3 ] {d0c406f7-00db-4b1a-b607-271f032c48b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2120 | 2024.04.10 17:12:06.872288 [ 3 ] {d0c406f7-00db-4b1a-b607-271f032c48b8} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2121 | 2024.04.10 17:12:06.872325 [ 3 ] {d0c406f7-00db-4b1a-b607-271f032c48b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2122 | 2024.04.10 17:12:06.877347 [ 3 ] {d0c406f7-00db-4b1a-b607-271f032c48b8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2123 | 2024.04.10 17:12:06.877729 [ 3 ] {d0c406f7-00db-4b1a-b607-271f032c48b8} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2124 | 2024.04.10 17:12:06.877870 [ 3 ] {d0c406f7-00db-4b1a-b607-271f032c48b8} <Debug> executeQuery: Read 18 rows, 24.87 KiB in 0.006507 sec., 2766.2517289073307 rows/sec., 3.73 MiB/sec. | ||
2125 | 2024.04.10 17:12:06.878213 [ 3 ] {d0c406f7-00db-4b1a-b607-271f032c48b8} <Debug> DynamicQueryHandler: Done processing query | ||
2126 | 2024.04.10 17:12:06.878238 [ 3 ] {d0c406f7-00db-4b1a-b607-271f032c48b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2127 | 2024.04.10 17:12:06.878255 [ 3 ] {} <Debug> HTTP-Session: c8602ed8-e534-4237-8461-7a57d371ff64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2128 | 2024.04.10 17:12:06.878376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3409, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2129 | 2024.04.10 17:12:06.878423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2130 | 2024.04.10 17:12:06.878443 [ 3 ] {} <Debug> HTTP-Session: 2e1d5943-4ea0-4184-940c-45965059efe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2131 | 2024.04.10 17:12:06.878461 [ 3 ] {} <Debug> HTTP-Session: 2e1d5943-4ea0-4184-940c-45965059efe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2132 | 2024.04.10 17:12:06.878475 [ 3 ] {} <Debug> HTTP-Session: 2e1d5943-4ea0-4184-940c-45965059efe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2133 | 2024.04.10 17:12:06.878507 [ 3 ] {} <Trace> HTTP-Session: 2e1d5943-4ea0-4184-940c-45965059efe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2134 | 2024.04.10 17:12:06.878581 [ 3 ] {e59bcdc2-1c6d-429a-b6a6-350ed6601771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2135 | 2024.04.10 17:12:06.878624 [ 3 ] {e59bcdc2-1c6d-429a-b6a6-350ed6601771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2136 | 2024.04.10 17:12:06.878853 [ 3 ] {e59bcdc2-1c6d-429a-b6a6-350ed6601771} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2137 | 2024.04.10 17:12:06.879112 [ 3 ] {e59bcdc2-1c6d-429a-b6a6-350ed6601771} <Trace> oximeter.measurements_i64 (41b0d835-1b5e-42aa-a8fd-b831c37fb10e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2138 | 2024.04.10 17:12:06.879149 [ 3 ] {e59bcdc2-1c6d-429a-b6a6-350ed6601771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2139 | 2024.04.10 17:12:06.879519 [ 3 ] {e59bcdc2-1c6d-429a-b6a6-350ed6601771} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2140 | 2024.04.10 17:12:06.879842 [ 3 ] {e59bcdc2-1c6d-429a-b6a6-350ed6601771} <Trace> oximeter.measurements_i64 (41b0d835-1b5e-42aa-a8fd-b831c37fb10e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2141 | 2024.04.10 17:12:06.880009 [ 3 ] {e59bcdc2-1c6d-429a-b6a6-350ed6601771} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001443 sec., 14553.014553014553 rows/sec., 1.06 MiB/sec. | ||
2142 | 2024.04.10 17:12:06.880330 [ 3 ] {e59bcdc2-1c6d-429a-b6a6-350ed6601771} <Debug> DynamicQueryHandler: Done processing query | ||
2143 | 2024.04.10 17:12:06.880354 [ 3 ] {e59bcdc2-1c6d-429a-b6a6-350ed6601771} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2144 | 2024.04.10 17:12:06.880370 [ 3 ] {} <Debug> HTTP-Session: 2e1d5943-4ea0-4184-940c-45965059efe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2145 | 2024.04.10 17:12:06.880504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2146 | 2024.04.10 17:12:06.880552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2147 | 2024.04.10 17:12:06.880657 [ 3 ] {} <Debug> HTTP-Session: 0439274f-a7e9-4a96-9e44-7f90234cca42 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2148 | 2024.04.10 17:12:06.880677 [ 3 ] {} <Debug> HTTP-Session: 0439274f-a7e9-4a96-9e44-7f90234cca42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2149 | 2024.04.10 17:12:06.880690 [ 3 ] {} <Debug> HTTP-Session: 0439274f-a7e9-4a96-9e44-7f90234cca42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2150 | 2024.04.10 17:12:06.880722 [ 3 ] {} <Trace> HTTP-Session: 0439274f-a7e9-4a96-9e44-7f90234cca42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2151 | 2024.04.10 17:12:06.880803 [ 3 ] {00ce8b42-55c4-4615-9a70-4fa1c3e0179d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2152 | 2024.04.10 17:12:06.880845 [ 3 ] {00ce8b42-55c4-4615-9a70-4fa1c3e0179d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2153 | 2024.04.10 17:12:06.880999 [ 3 ] {00ce8b42-55c4-4615-9a70-4fa1c3e0179d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2154 | 2024.04.10 17:12:06.881261 [ 3 ] {00ce8b42-55c4-4615-9a70-4fa1c3e0179d} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2155 | 2024.04.10 17:12:06.881299 [ 3 ] {00ce8b42-55c4-4615-9a70-4fa1c3e0179d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2156 | 2024.04.10 17:12:06.881654 [ 3 ] {00ce8b42-55c4-4615-9a70-4fa1c3e0179d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2157 | 2024.04.10 17:12:06.881970 [ 3 ] {00ce8b42-55c4-4615-9a70-4fa1c3e0179d} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2158 | 2024.04.10 17:12:06.882122 [ 3 ] {00ce8b42-55c4-4615-9a70-4fa1c3e0179d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. | ||
2159 | 2024.04.10 17:12:06.882365 [ 3 ] {00ce8b42-55c4-4615-9a70-4fa1c3e0179d} <Debug> DynamicQueryHandler: Done processing query | ||
2160 | 2024.04.10 17:12:06.882394 [ 3 ] {00ce8b42-55c4-4615-9a70-4fa1c3e0179d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2161 | 2024.04.10 17:12:06.882410 [ 3 ] {} <Debug> HTTP-Session: 0439274f-a7e9-4a96-9e44-7f90234cca42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2162 | 2024.04.10 17:12:11.820638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2163 | 2024.04.10 17:12:11.820781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2164 | 2024.04.10 17:12:11.820810 [ 3 ] {} <Debug> HTTP-Session: ec6d25dd-08b2-4041-a79e-920b09b9e15a Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2165 | 2024.04.10 17:12:11.820840 [ 3 ] {} <Debug> HTTP-Session: ec6d25dd-08b2-4041-a79e-920b09b9e15a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2166 | 2024.04.10 17:12:11.820857 [ 3 ] {} <Debug> HTTP-Session: ec6d25dd-08b2-4041-a79e-920b09b9e15a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2167 | 2024.04.10 17:12:11.820915 [ 3 ] {} <Trace> HTTP-Session: ec6d25dd-08b2-4041-a79e-920b09b9e15a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2168 | 2024.04.10 17:12:11.821108 [ 3 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2169 | 2024.04.10 17:12:11.821523 [ 3 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2170 | 2024.04.10 17:12:11.821567 [ 3 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2171 | 2024.04.10 17:12:11.821869 [ 3 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2172 | 2024.04.10 17:12:11.821948 [ 3 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2173 | 2024.04.10 17:12:11.822116 [ 3 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
2174 | 2024.04.10 17:12:11.822216 [ 257 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2175 | 2024.04.10 17:12:11.822217 [ 252 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2176 | 2024.04.10 17:12:11.822316 [ 3 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (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 | ||
2177 | 2024.04.10 17:12:11.822340 [ 3 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2178 | 2024.04.10 17:12:11.822539 [ 3 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2179 | 2024.04.10 17:12:11.824686 [ 3 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
2180 | 2024.04.10 17:12:11.824761 [ 3 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2181 | 2024.04.10 17:12:11.824816 [ 3 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2182 | 2024.04.10 17:12:11.826536 [ 3 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.005549 sec., 3964.6783204180933 rows/sec., 165.96 KiB/sec. | ||
2183 | 2024.04.10 17:12:11.826798 [ 3 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <Debug> DynamicQueryHandler: Done processing query | ||
2184 | 2024.04.10 17:12:11.826825 [ 3 ] {18e377df-8bf1-47b5-b4e0-40fdcc060543} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2185 | 2024.04.10 17:12:11.826842 [ 3 ] {} <Debug> HTTP-Session: ec6d25dd-08b2-4041-a79e-920b09b9e15a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2186 | 2024.04.10 17:12:11.827779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2187 | 2024.04.10 17:12:11.827832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2188 | 2024.04.10 17:12:11.827851 [ 3 ] {} <Debug> HTTP-Session: 4747b2bf-496d-4b42-9799-19597181e9f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2189 | 2024.04.10 17:12:11.827869 [ 3 ] {} <Debug> HTTP-Session: 4747b2bf-496d-4b42-9799-19597181e9f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2190 | 2024.04.10 17:12:11.827883 [ 3 ] {} <Debug> HTTP-Session: 4747b2bf-496d-4b42-9799-19597181e9f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2191 | 2024.04.10 17:12:11.827917 [ 3 ] {} <Trace> HTTP-Session: 4747b2bf-496d-4b42-9799-19597181e9f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2192 | 2024.04.10 17:12:11.828029 [ 3 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2193 | 2024.04.10 17:12:11.828295 [ 3 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2194 | 2024.04.10 17:12:11.828337 [ 3 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2195 | 2024.04.10 17:12:11.828603 [ 3 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2196 | 2024.04.10 17:12:11.828666 [ 3 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2197 | 2024.04.10 17:12:11.828807 [ 3 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
2198 | 2024.04.10 17:12:11.828869 [ 252 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2199 | 2024.04.10 17:12:11.828904 [ 261 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2200 | 2024.04.10 17:12:11.829016 [ 3 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (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 | ||
2201 | 2024.04.10 17:12:11.829045 [ 3 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2202 | 2024.04.10 17:12:11.829120 [ 3 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2203 | 2024.04.10 17:12:11.829141 [ 3 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
2204 | 2024.04.10 17:12:11.829179 [ 3 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2205 | 2024.04.10 17:12:11.829220 [ 3 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2206 | 2024.04.10 17:12:11.830530 [ 3 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002567 sec., 8570.315543435918 rows/sec., 358.75 KiB/sec. | ||
2207 | 2024.04.10 17:12:11.830776 [ 3 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <Debug> DynamicQueryHandler: Done processing query | ||
2208 | 2024.04.10 17:12:11.830801 [ 3 ] {3adc2964-ddc3-41e3-97af-cbf52c61bc14} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2209 | 2024.04.10 17:12:11.830819 [ 3 ] {} <Debug> HTTP-Session: 4747b2bf-496d-4b42-9799-19597181e9f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2210 | 2024.04.10 17:12:11.831086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2211 | 2024.04.10 17:12:11.831133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2212 | 2024.04.10 17:12:11.831152 [ 3 ] {} <Debug> HTTP-Session: 67551739-1041-45c6-9a13-1055775b748b Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2213 | 2024.04.10 17:12:11.831169 [ 3 ] {} <Debug> HTTP-Session: 67551739-1041-45c6-9a13-1055775b748b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2214 | 2024.04.10 17:12:11.831183 [ 3 ] {} <Debug> HTTP-Session: 67551739-1041-45c6-9a13-1055775b748b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2215 | 2024.04.10 17:12:11.831214 [ 3 ] {} <Trace> HTTP-Session: 67551739-1041-45c6-9a13-1055775b748b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2216 | 2024.04.10 17:12:11.831323 [ 3 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2217 | 2024.04.10 17:12:11.831590 [ 3 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2218 | 2024.04.10 17:12:11.831632 [ 3 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2219 | 2024.04.10 17:12:11.831896 [ 3 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2220 | 2024.04.10 17:12:11.831960 [ 3 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2221 | 2024.04.10 17:12:11.832096 [ 3 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
2222 | 2024.04.10 17:12:11.832160 [ 252 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2223 | 2024.04.10 17:12:11.832198 [ 259 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2224 | 2024.04.10 17:12:11.832305 [ 3 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (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 | ||
2225 | 2024.04.10 17:12:11.832332 [ 3 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2226 | 2024.04.10 17:12:11.832407 [ 3 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2227 | 2024.04.10 17:12:11.832425 [ 3 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
2228 | 2024.04.10 17:12:11.832463 [ 3 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2229 | 2024.04.10 17:12:11.832501 [ 3 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2230 | 2024.04.10 17:12:11.833793 [ 3 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002534 sec., 8681.925808997634 rows/sec., 363.42 KiB/sec. | ||
2231 | 2024.04.10 17:12:11.834044 [ 3 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <Debug> DynamicQueryHandler: Done processing query | ||
2232 | 2024.04.10 17:12:11.834068 [ 3 ] {2db316c0-7e0c-4abe-aa04-e22bd445c6da} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2233 | 2024.04.10 17:12:11.834084 [ 3 ] {} <Debug> HTTP-Session: 67551739-1041-45c6-9a13-1055775b748b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2234 | 2024.04.10 17:12:11.834312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2235 | 2024.04.10 17:12:11.834359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2236 | 2024.04.10 17:12:11.834378 [ 3 ] {} <Debug> HTTP-Session: f8d995e5-1bcd-4566-a003-10207f2d76ec Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2237 | 2024.04.10 17:12:11.834395 [ 3 ] {} <Debug> HTTP-Session: f8d995e5-1bcd-4566-a003-10207f2d76ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2238 | 2024.04.10 17:12:11.834409 [ 3 ] {} <Debug> HTTP-Session: f8d995e5-1bcd-4566-a003-10207f2d76ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2239 | 2024.04.10 17:12:11.834440 [ 3 ] {} <Trace> HTTP-Session: f8d995e5-1bcd-4566-a003-10207f2d76ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2240 | 2024.04.10 17:12:11.834549 [ 3 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2241 | 2024.04.10 17:12:11.834814 [ 3 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2242 | 2024.04.10 17:12:11.834856 [ 3 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2243 | 2024.04.10 17:12:11.835125 [ 3 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2244 | 2024.04.10 17:12:11.835189 [ 3 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2245 | 2024.04.10 17:12:11.835325 [ 3 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
2246 | 2024.04.10 17:12:11.835417 [ 252 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2247 | 2024.04.10 17:12:11.835435 [ 260 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2248 | 2024.04.10 17:12:11.835558 [ 3 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (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 | ||
2249 | 2024.04.10 17:12:11.835585 [ 3 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2250 | 2024.04.10 17:12:11.835661 [ 3 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2251 | 2024.04.10 17:12:11.835680 [ 3 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
2252 | 2024.04.10 17:12:11.835718 [ 3 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2253 | 2024.04.10 17:12:11.835757 [ 3 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2254 | 2024.04.10 17:12:11.837055 [ 3 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.00257 sec., 8560.311284046693 rows/sec., 358.33 KiB/sec. | ||
2255 | 2024.04.10 17:12:11.837315 [ 3 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <Debug> DynamicQueryHandler: Done processing query | ||
2256 | 2024.04.10 17:12:11.837339 [ 3 ] {bd305939-c3ed-4fe3-a7ea-60d31ef32ccd} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2257 | 2024.04.10 17:12:11.837355 [ 3 ] {} <Debug> HTTP-Session: f8d995e5-1bcd-4566-a003-10207f2d76ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2258 | 2024.04.10 17:12:11.837577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2259 | 2024.04.10 17:12:11.837624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2260 | 2024.04.10 17:12:11.837644 [ 3 ] {} <Debug> HTTP-Session: c3ea85dd-9d15-4aca-8925-6419fa4a3ea4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2261 | 2024.04.10 17:12:11.837661 [ 3 ] {} <Debug> HTTP-Session: c3ea85dd-9d15-4aca-8925-6419fa4a3ea4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2262 | 2024.04.10 17:12:11.837674 [ 3 ] {} <Debug> HTTP-Session: c3ea85dd-9d15-4aca-8925-6419fa4a3ea4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2263 | 2024.04.10 17:12:11.837705 [ 3 ] {} <Trace> HTTP-Session: c3ea85dd-9d15-4aca-8925-6419fa4a3ea4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2264 | 2024.04.10 17:12:11.837819 [ 3 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2265 | 2024.04.10 17:12:11.838090 [ 3 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2266 | 2024.04.10 17:12:11.838133 [ 3 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2267 | 2024.04.10 17:12:11.838406 [ 3 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2268 | 2024.04.10 17:12:11.838472 [ 3 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2269 | 2024.04.10 17:12:11.838606 [ 3 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
2270 | 2024.04.10 17:12:11.838716 [ 261 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2271 | 2024.04.10 17:12:11.838718 [ 252 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2272 | 2024.04.10 17:12:11.838826 [ 3 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (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 | ||
2273 | 2024.04.10 17:12:11.838849 [ 3 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2274 | 2024.04.10 17:12:11.838924 [ 3 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2275 | 2024.04.10 17:12:11.838943 [ 3 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
2276 | 2024.04.10 17:12:11.838981 [ 3 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2277 | 2024.04.10 17:12:11.839021 [ 3 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2278 | 2024.04.10 17:12:11.840285 [ 3 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002533 sec., 8685.353335965257 rows/sec., 363.56 KiB/sec. | ||
2279 | 2024.04.10 17:12:11.840538 [ 3 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <Debug> DynamicQueryHandler: Done processing query | ||
2280 | 2024.04.10 17:12:11.840562 [ 3 ] {1d4ad1d8-b87e-4532-9887-b170ec4b52b9} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2281 | 2024.04.10 17:12:11.840578 [ 3 ] {} <Debug> HTTP-Session: c3ea85dd-9d15-4aca-8925-6419fa4a3ea4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2282 | 2024.04.10 17:12:11.840775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2283 | 2024.04.10 17:12:11.840820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2284 | 2024.04.10 17:12:11.840838 [ 3 ] {} <Debug> HTTP-Session: d4536769-80bf-4703-98ce-cc3c254f5bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2285 | 2024.04.10 17:12:11.840854 [ 3 ] {} <Debug> HTTP-Session: d4536769-80bf-4703-98ce-cc3c254f5bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2286 | 2024.04.10 17:12:11.840869 [ 3 ] {} <Debug> HTTP-Session: d4536769-80bf-4703-98ce-cc3c254f5bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2287 | 2024.04.10 17:12:11.840900 [ 3 ] {} <Trace> HTTP-Session: d4536769-80bf-4703-98ce-cc3c254f5bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2288 | 2024.04.10 17:12:11.841010 [ 3 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2289 | 2024.04.10 17:12:11.841283 [ 3 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2290 | 2024.04.10 17:12:11.841326 [ 3 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2291 | 2024.04.10 17:12:11.841605 [ 3 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2292 | 2024.04.10 17:12:11.841670 [ 3 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2293 | 2024.04.10 17:12:11.841807 [ 3 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
2294 | 2024.04.10 17:12:11.841872 [ 252 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2295 | 2024.04.10 17:12:11.841894 [ 260 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2296 | 2024.04.10 17:12:11.841988 [ 3 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (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 | ||
2297 | 2024.04.10 17:12:11.842015 [ 3 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2298 | 2024.04.10 17:12:11.842091 [ 3 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2299 | 2024.04.10 17:12:11.842110 [ 3 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
2300 | 2024.04.10 17:12:11.842150 [ 3 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2301 | 2024.04.10 17:12:11.842188 [ 3 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <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', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2302 | 2024.04.10 17:12:11.843391 [ 3 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002447 sec., 8990.600735594606 rows/sec., 376.34 KiB/sec. | ||
2303 | 2024.04.10 17:12:11.843634 [ 3 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <Debug> DynamicQueryHandler: Done processing query | ||
2304 | 2024.04.10 17:12:11.843658 [ 3 ] {bbf3fcc8-af0a-4f07-a6bf-5c10ea790046} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2305 | 2024.04.10 17:12:11.843674 [ 3 ] {} <Debug> HTTP-Session: d4536769-80bf-4703-98ce-cc3c254f5bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2306 | 2024.04.10 17:12:11.843885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2307 | 2024.04.10 17:12:11.843933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2308 | 2024.04.10 17:12:11.843951 [ 3 ] {} <Debug> HTTP-Session: 071d5f3e-f748-45f4-8f48-d6a9ec43a450 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2309 | 2024.04.10 17:12:11.843968 [ 3 ] {} <Debug> HTTP-Session: 071d5f3e-f748-45f4-8f48-d6a9ec43a450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2310 | 2024.04.10 17:12:11.843982 [ 3 ] {} <Debug> HTTP-Session: 071d5f3e-f748-45f4-8f48-d6a9ec43a450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2311 | 2024.04.10 17:12:11.844014 [ 3 ] {} <Trace> HTTP-Session: 071d5f3e-f748-45f4-8f48-d6a9ec43a450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2312 | 2024.04.10 17:12:11.844126 [ 3 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) 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', 'mg_lower:routes_blocked_by_link_state', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2313 | 2024.04.10 17:12:11.844400 [ 3 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2314 | 2024.04.10 17:12:11.844444 [ 3 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <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', 'mg_lower:routes_blocked_by_link_state', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2315 | 2024.04.10 17:12:11.844729 [ 3 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2316 | 2024.04.10 17:12:11.844792 [ 3 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2317 | 2024.04.10 17:12:11.844927 [ 3 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
2318 | 2024.04.10 17:12:11.845023 [ 258 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2319 | 2024.04.10 17:12:11.845035 [ 252 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2320 | 2024.04.10 17:12:11.845149 [ 3 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (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 | ||
2321 | 2024.04.10 17:12:11.845172 [ 3 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2322 | 2024.04.10 17:12:11.845248 [ 3 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2323 | 2024.04.10 17:12:11.845266 [ 3 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <Debug> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
2324 | 2024.04.10 17:12:11.845303 [ 3 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <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', 'mg_lower:routes_blocked_by_link_state', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2325 | 2024.04.10 17:12:11.845342 [ 3 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <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', 'mg_lower:routes_blocked_by_link_state', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2326 | 2024.04.10 17:12:11.846394 [ 3 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002334 sec., 9425.878320479862 rows/sec., 394.56 KiB/sec. | ||
2327 | 2024.04.10 17:12:11.846652 [ 3 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <Debug> DynamicQueryHandler: Done processing query | ||
2328 | 2024.04.10 17:12:11.846676 [ 3 ] {829d9aee-e7da-4950-af25-4a7f311e59fe} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2329 | 2024.04.10 17:12:11.846692 [ 3 ] {} <Debug> HTTP-Session: 071d5f3e-f748-45f4-8f48-d6a9ec43a450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2330 | 2024.04.10 17:12:11.860381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 2336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2331 | 2024.04.10 17:12:11.860444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2332 | 2024.04.10 17:12:11.860468 [ 3 ] {} <Debug> HTTP-Session: b18f8455-9c84-4184-83e0-95503ac7ef74 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2333 | 2024.04.10 17:12:11.860488 [ 3 ] {} <Debug> HTTP-Session: b18f8455-9c84-4184-83e0-95503ac7ef74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2334 | 2024.04.10 17:12:11.860505 [ 3 ] {} <Debug> HTTP-Session: b18f8455-9c84-4184-83e0-95503ac7ef74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2335 | 2024.04.10 17:12:11.860544 [ 3 ] {} <Trace> HTTP-Session: b18f8455-9c84-4184-83e0-95503ac7ef74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2336 | 2024.04.10 17:12:11.860648 [ 3 ] {31429e19-1f0d-4053-b69b-84cbc726ca73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2337 | 2024.04.10 17:12:11.860700 [ 3 ] {31429e19-1f0d-4053-b69b-84cbc726ca73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2338 | 2024.04.10 17:12:11.860903 [ 3 ] {31429e19-1f0d-4053-b69b-84cbc726ca73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2339 | 2024.04.10 17:12:11.861229 [ 3 ] {31429e19-1f0d-4053-b69b-84cbc726ca73} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2340 | 2024.04.10 17:12:11.861279 [ 3 ] {31429e19-1f0d-4053-b69b-84cbc726ca73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2341 | 2024.04.10 17:12:11.861833 [ 3 ] {31429e19-1f0d-4053-b69b-84cbc726ca73} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2342 | 2024.04.10 17:12:11.862145 [ 3 ] {31429e19-1f0d-4053-b69b-84cbc726ca73} <Trace> oximeter.timeseries_schema (acf0f365-d5e1-4e1b-b939-64b1fba16d7b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2343 | 2024.04.10 17:12:11.862309 [ 3 ] {31429e19-1f0d-4053-b69b-84cbc726ca73} <Debug> executeQuery: Read 7 rows, 1.20 KiB in 0.001704 sec., 4107.981220657277 rows/sec., 703.77 KiB/sec. | ||
2344 | 2024.04.10 17:12:11.862564 [ 3 ] {31429e19-1f0d-4053-b69b-84cbc726ca73} <Debug> DynamicQueryHandler: Done processing query | ||
2345 | 2024.04.10 17:12:11.862598 [ 3 ] {31429e19-1f0d-4053-b69b-84cbc726ca73} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
2346 | 2024.04.10 17:12:11.862623 [ 3 ] {} <Debug> HTTP-Session: b18f8455-9c84-4184-83e0-95503ac7ef74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2347 | 2024.04.10 17:12:11.862762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2348 | 2024.04.10 17:12:11.862809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2349 | 2024.04.10 17:12:11.862828 [ 3 ] {} <Debug> HTTP-Session: ff65b63f-21eb-4411-8347-b9c2b86db872 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2350 | 2024.04.10 17:12:11.862845 [ 3 ] {} <Debug> HTTP-Session: ff65b63f-21eb-4411-8347-b9c2b86db872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2351 | 2024.04.10 17:12:11.862859 [ 3 ] {} <Debug> HTTP-Session: ff65b63f-21eb-4411-8347-b9c2b86db872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2352 | 2024.04.10 17:12:11.862889 [ 3 ] {} <Trace> HTTP-Session: ff65b63f-21eb-4411-8347-b9c2b86db872 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2353 | 2024.04.10 17:12:11.862957 [ 3 ] {ac59799e-cb88-43e1-94b8-d5206d0f30be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2354 | 2024.04.10 17:12:11.862999 [ 3 ] {ac59799e-cb88-43e1-94b8-d5206d0f30be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2355 | 2024.04.10 17:12:11.863172 [ 3 ] {ac59799e-cb88-43e1-94b8-d5206d0f30be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2356 | 2024.04.10 17:12:11.863443 [ 3 ] {ac59799e-cb88-43e1-94b8-d5206d0f30be} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2357 | 2024.04.10 17:12:11.863477 [ 3 ] {ac59799e-cb88-43e1-94b8-d5206d0f30be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2358 | 2024.04.10 17:12:11.863907 [ 3 ] {ac59799e-cb88-43e1-94b8-d5206d0f30be} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2359 | 2024.04.10 17:12:11.864212 [ 3 ] {ac59799e-cb88-43e1-94b8-d5206d0f30be} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2360 | 2024.04.10 17:12:11.864361 [ 3 ] {ac59799e-cb88-43e1-94b8-d5206d0f30be} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001427 sec., 4204.625087596356 rows/sec., 342.86 KiB/sec. | ||
2361 | 2024.04.10 17:12:11.864513 [ 3 ] {ac59799e-cb88-43e1-94b8-d5206d0f30be} <Debug> DynamicQueryHandler: Done processing query | ||
2362 | 2024.04.10 17:12:11.864536 [ 3 ] {ac59799e-cb88-43e1-94b8-d5206d0f30be} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2363 | 2024.04.10 17:12:11.864552 [ 3 ] {} <Debug> HTTP-Session: ff65b63f-21eb-4411-8347-b9c2b86db872 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2364 | 2024.04.10 17:12:11.864766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 13160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2365 | 2024.04.10 17:12:11.864812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2366 | 2024.04.10 17:12:11.864831 [ 3 ] {} <Debug> HTTP-Session: 563397a3-8ada-4293-86af-98f97866311d Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2367 | 2024.04.10 17:12:11.864847 [ 3 ] {} <Debug> HTTP-Session: 563397a3-8ada-4293-86af-98f97866311d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2368 | 2024.04.10 17:12:11.864862 [ 3 ] {} <Debug> HTTP-Session: 563397a3-8ada-4293-86af-98f97866311d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2369 | 2024.04.10 17:12:11.864892 [ 3 ] {} <Trace> HTTP-Session: 563397a3-8ada-4293-86af-98f97866311d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2370 | 2024.04.10 17:12:11.864982 [ 3 ] {01ff0de1-e8af-4b8d-94f1-5fe7616c73a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2371 | 2024.04.10 17:12:11.865021 [ 3 ] {01ff0de1-e8af-4b8d-94f1-5fe7616c73a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2372 | 2024.04.10 17:12:11.865143 [ 3 ] {01ff0de1-e8af-4b8d-94f1-5fe7616c73a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2373 | 2024.04.10 17:12:11.865425 [ 3 ] {01ff0de1-e8af-4b8d-94f1-5fe7616c73a1} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2374 | 2024.04.10 17:12:11.865461 [ 3 ] {01ff0de1-e8af-4b8d-94f1-5fe7616c73a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2375 | 2024.04.10 17:12:11.865760 [ 3 ] {01ff0de1-e8af-4b8d-94f1-5fe7616c73a1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2376 | 2024.04.10 17:12:11.866067 [ 3 ] {01ff0de1-e8af-4b8d-94f1-5fe7616c73a1} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2377 | 2024.04.10 17:12:11.866220 [ 3 ] {01ff0de1-e8af-4b8d-94f1-5fe7616c73a1} <Debug> executeQuery: Read 95 rows, 7.39 KiB in 0.001279 sec., 74276.77873338546 rows/sec., 5.64 MiB/sec. | ||
2378 | 2024.04.10 17:12:11.866331 [ 3 ] {01ff0de1-e8af-4b8d-94f1-5fe7616c73a1} <Debug> DynamicQueryHandler: Done processing query | ||
2379 | 2024.04.10 17:12:11.866355 [ 3 ] {01ff0de1-e8af-4b8d-94f1-5fe7616c73a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2380 | 2024.04.10 17:12:11.866370 [ 3 ] {} <Debug> HTTP-Session: 563397a3-8ada-4293-86af-98f97866311d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2381 | 2024.04.10 17:12:11.866483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2382 | 2024.04.10 17:12:11.866530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2383 | 2024.04.10 17:12:11.866549 [ 3 ] {} <Debug> HTTP-Session: 75eb42a5-1f60-4143-b2d2-691041b770ea Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2384 | 2024.04.10 17:12:11.866566 [ 3 ] {} <Debug> HTTP-Session: 75eb42a5-1f60-4143-b2d2-691041b770ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2385 | 2024.04.10 17:12:11.866579 [ 3 ] {} <Debug> HTTP-Session: 75eb42a5-1f60-4143-b2d2-691041b770ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2386 | 2024.04.10 17:12:11.866610 [ 3 ] {} <Trace> HTTP-Session: 75eb42a5-1f60-4143-b2d2-691041b770ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2387 | 2024.04.10 17:12:11.866674 [ 3 ] {75c9df5f-1419-4a3b-ab39-6d4747cc0bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2388 | 2024.04.10 17:12:11.866713 [ 3 ] {75c9df5f-1419-4a3b-ab39-6d4747cc0bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2389 | 2024.04.10 17:12:11.866837 [ 3 ] {75c9df5f-1419-4a3b-ab39-6d4747cc0bad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2390 | 2024.04.10 17:12:11.867318 [ 3 ] {75c9df5f-1419-4a3b-ab39-6d4747cc0bad} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2391 | 2024.04.10 17:12:11.867354 [ 3 ] {75c9df5f-1419-4a3b-ab39-6d4747cc0bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2392 | 2024.04.10 17:12:11.867637 [ 3 ] {75c9df5f-1419-4a3b-ab39-6d4747cc0bad} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2393 | 2024.04.10 17:12:11.867950 [ 3 ] {75c9df5f-1419-4a3b-ab39-6d4747cc0bad} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2394 | 2024.04.10 17:12:11.868110 [ 3 ] {75c9df5f-1419-4a3b-ab39-6d4747cc0bad} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001452 sec., 4132.231404958678 rows/sec., 288.53 KiB/sec. | ||
2395 | 2024.04.10 17:12:11.868374 [ 3 ] {75c9df5f-1419-4a3b-ab39-6d4747cc0bad} <Debug> DynamicQueryHandler: Done processing query | ||
2396 | 2024.04.10 17:12:11.868397 [ 3 ] {75c9df5f-1419-4a3b-ab39-6d4747cc0bad} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2397 | 2024.04.10 17:12:11.868413 [ 3 ] {} <Debug> HTTP-Session: 75eb42a5-1f60-4143-b2d2-691041b770ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2398 | 2024.04.10 17:12:11.868560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 15947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2399 | 2024.04.10 17:12:11.868608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2400 | 2024.04.10 17:12:11.868627 [ 3 ] {} <Debug> HTTP-Session: 898e059f-af35-425f-be94-c9314103c7f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2401 | 2024.04.10 17:12:11.868644 [ 3 ] {} <Debug> HTTP-Session: 898e059f-af35-425f-be94-c9314103c7f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2402 | 2024.04.10 17:12:11.868658 [ 3 ] {} <Debug> HTTP-Session: 898e059f-af35-425f-be94-c9314103c7f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2403 | 2024.04.10 17:12:11.868688 [ 3 ] {} <Trace> HTTP-Session: 898e059f-af35-425f-be94-c9314103c7f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2404 | 2024.04.10 17:12:11.868778 [ 3 ] {6a51cbaf-cc18-4021-8471-51956b442fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2405 | 2024.04.10 17:12:11.868824 [ 3 ] {6a51cbaf-cc18-4021-8471-51956b442fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2406 | 2024.04.10 17:12:11.868970 [ 3 ] {6a51cbaf-cc18-4021-8471-51956b442fa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2407 | 2024.04.10 17:12:11.869273 [ 3 ] {6a51cbaf-cc18-4021-8471-51956b442fa3} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2408 | 2024.04.10 17:12:11.869309 [ 3 ] {6a51cbaf-cc18-4021-8471-51956b442fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2409 | 2024.04.10 17:12:11.869617 [ 3 ] {6a51cbaf-cc18-4021-8471-51956b442fa3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2410 | 2024.04.10 17:12:11.869913 [ 3 ] {6a51cbaf-cc18-4021-8471-51956b442fa3} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2411 | 2024.04.10 17:12:11.870069 [ 3 ] {6a51cbaf-cc18-4021-8471-51956b442fa3} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.001333 sec., 70517.62940735184 rows/sec., 5.50 MiB/sec. | ||
2412 | 2024.04.10 17:12:11.870181 [ 3 ] {6a51cbaf-cc18-4021-8471-51956b442fa3} <Debug> DynamicQueryHandler: Done processing query | ||
2413 | 2024.04.10 17:12:11.870205 [ 3 ] {6a51cbaf-cc18-4021-8471-51956b442fa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2414 | 2024.04.10 17:12:11.870221 [ 3 ] {} <Debug> HTTP-Session: 898e059f-af35-425f-be94-c9314103c7f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2415 | 2024.04.10 17:12:11.870620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 86544, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2416 | 2024.04.10 17:12:11.870668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2417 | 2024.04.10 17:12:11.870686 [ 3 ] {} <Debug> HTTP-Session: 1a9bfe72-4dbe-4522-a747-c13e83d4fdec Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2418 | 2024.04.10 17:12:11.870702 [ 3 ] {} <Debug> HTTP-Session: 1a9bfe72-4dbe-4522-a747-c13e83d4fdec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2419 | 2024.04.10 17:12:11.870716 [ 3 ] {} <Debug> HTTP-Session: 1a9bfe72-4dbe-4522-a747-c13e83d4fdec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2420 | 2024.04.10 17:12:11.870746 [ 3 ] {} <Trace> HTTP-Session: 1a9bfe72-4dbe-4522-a747-c13e83d4fdec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2421 | 2024.04.10 17:12:11.871130 [ 3 ] {16f14e91-69a6-4b78-8ea7-e746dad3043c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2422 | 2024.04.10 17:12:11.871179 [ 3 ] {16f14e91-69a6-4b78-8ea7-e746dad3043c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2423 | 2024.04.10 17:12:11.871320 [ 3 ] {16f14e91-69a6-4b78-8ea7-e746dad3043c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2424 | 2024.04.10 17:12:11.871783 [ 3 ] {16f14e91-69a6-4b78-8ea7-e746dad3043c} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2425 | 2024.04.10 17:12:11.871821 [ 3 ] {16f14e91-69a6-4b78-8ea7-e746dad3043c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2426 | 2024.04.10 17:12:11.872209 [ 3 ] {16f14e91-69a6-4b78-8ea7-e746dad3043c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2427 | 2024.04.10 17:12:11.872538 [ 3 ] {16f14e91-69a6-4b78-8ea7-e746dad3043c} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2428 | 2024.04.10 17:12:11.872704 [ 3 ] {16f14e91-69a6-4b78-8ea7-e746dad3043c} <Debug> executeQuery: Read 451 rows, 32.43 KiB in 0.001883 sec., 239511.41795007966 rows/sec., 16.82 MiB/sec. | ||
2429 | 2024.04.10 17:12:11.872879 [ 3 ] {16f14e91-69a6-4b78-8ea7-e746dad3043c} <Debug> DynamicQueryHandler: Done processing query | ||
2430 | 2024.04.10 17:12:11.872903 [ 3 ] {16f14e91-69a6-4b78-8ea7-e746dad3043c} <Debug> MemoryTracker: Peak memory usage (for query): 4.50 MiB. | ||
2431 | 2024.04.10 17:12:11.872918 [ 3 ] {} <Debug> HTTP-Session: 1a9bfe72-4dbe-4522-a747-c13e83d4fdec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2432 | 2024.04.10 17:12:11.873076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2433 | 2024.04.10 17:12:11.873122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2434 | 2024.04.10 17:12:11.873141 [ 3 ] {} <Debug> HTTP-Session: c78559a0-762a-463e-b76a-e3f1331b6eb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2435 | 2024.04.10 17:12:11.873157 [ 3 ] {} <Debug> HTTP-Session: c78559a0-762a-463e-b76a-e3f1331b6eb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2436 | 2024.04.10 17:12:11.873171 [ 3 ] {} <Debug> HTTP-Session: c78559a0-762a-463e-b76a-e3f1331b6eb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2437 | 2024.04.10 17:12:11.873202 [ 3 ] {} <Trace> HTTP-Session: c78559a0-762a-463e-b76a-e3f1331b6eb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2438 | 2024.04.10 17:12:11.873283 [ 3 ] {2d465fac-16d3-4ecb-a211-fd476e25e06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2439 | 2024.04.10 17:12:11.873325 [ 3 ] {2d465fac-16d3-4ecb-a211-fd476e25e06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2440 | 2024.04.10 17:12:11.873448 [ 3 ] {2d465fac-16d3-4ecb-a211-fd476e25e06d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2441 | 2024.04.10 17:12:11.873687 [ 3 ] {2d465fac-16d3-4ecb-a211-fd476e25e06d} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2442 | 2024.04.10 17:12:11.873723 [ 3 ] {2d465fac-16d3-4ecb-a211-fd476e25e06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2443 | 2024.04.10 17:12:11.874065 [ 3 ] {2d465fac-16d3-4ecb-a211-fd476e25e06d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2444 | 2024.04.10 17:12:11.874394 [ 3 ] {2d465fac-16d3-4ecb-a211-fd476e25e06d} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2445 | 2024.04.10 17:12:11.874561 [ 3 ] {2d465fac-16d3-4ecb-a211-fd476e25e06d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001301 sec., 46118.370484242885 rows/sec., 3.11 MiB/sec. | ||
2446 | 2024.04.10 17:12:11.874672 [ 3 ] {2d465fac-16d3-4ecb-a211-fd476e25e06d} <Debug> DynamicQueryHandler: Done processing query | ||
2447 | 2024.04.10 17:12:11.874695 [ 3 ] {2d465fac-16d3-4ecb-a211-fd476e25e06d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2448 | 2024.04.10 17:12:11.874711 [ 3 ] {} <Debug> HTTP-Session: c78559a0-762a-463e-b76a-e3f1331b6eb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2449 | 2024.04.10 17:12:14.389453 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2450 | 2024.04.10 17:12:14.389497 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2451 | 2024.04.10 17:12:16.825983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2452 | 2024.04.10 17:12:16.826116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2453 | 2024.04.10 17:12:16.826141 [ 3 ] {} <Debug> HTTP-Session: 3b242d26-4f25-4659-913a-11e99738d142 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2454 | 2024.04.10 17:12:16.826166 [ 3 ] {} <Debug> HTTP-Session: 3b242d26-4f25-4659-913a-11e99738d142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2455 | 2024.04.10 17:12:16.826181 [ 3 ] {} <Debug> HTTP-Session: 3b242d26-4f25-4659-913a-11e99738d142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2456 | 2024.04.10 17:12:16.826231 [ 3 ] {} <Trace> HTTP-Session: 3b242d26-4f25-4659-913a-11e99738d142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2457 | 2024.04.10 17:12:16.826352 [ 3 ] {ebbd788b-2bc0-46d9-a7ae-021fc0d6bf87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2458 | 2024.04.10 17:12:16.826416 [ 3 ] {ebbd788b-2bc0-46d9-a7ae-021fc0d6bf87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2459 | 2024.04.10 17:12:16.826609 [ 3 ] {ebbd788b-2bc0-46d9-a7ae-021fc0d6bf87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2460 | 2024.04.10 17:12:16.826966 [ 3 ] {ebbd788b-2bc0-46d9-a7ae-021fc0d6bf87} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2461 | 2024.04.10 17:12:16.827015 [ 3 ] {ebbd788b-2bc0-46d9-a7ae-021fc0d6bf87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2462 | 2024.04.10 17:12:16.827395 [ 3 ] {ebbd788b-2bc0-46d9-a7ae-021fc0d6bf87} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2463 | 2024.04.10 17:12:16.827725 [ 3 ] {ebbd788b-2bc0-46d9-a7ae-021fc0d6bf87} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2464 | 2024.04.10 17:12:16.827888 [ 3 ] {ebbd788b-2bc0-46d9-a7ae-021fc0d6bf87} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001585 sec., 13249.211356466876 rows/sec., 1.05 MiB/sec. | ||
2465 | 2024.04.10 17:12:16.828023 [ 3 ] {ebbd788b-2bc0-46d9-a7ae-021fc0d6bf87} <Debug> DynamicQueryHandler: Done processing query | ||
2466 | 2024.04.10 17:12:16.828049 [ 3 ] {ebbd788b-2bc0-46d9-a7ae-021fc0d6bf87} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2467 | 2024.04.10 17:12:16.828065 [ 3 ] {} <Debug> HTTP-Session: 3b242d26-4f25-4659-913a-11e99738d142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2468 | 2024.04.10 17:12:16.828226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2469 | 2024.04.10 17:12:16.828274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2470 | 2024.04.10 17:12:16.828293 [ 3 ] {} <Debug> HTTP-Session: e1625907-6948-4842-a5b5-8e990c43efb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2471 | 2024.04.10 17:12:16.828310 [ 3 ] {} <Debug> HTTP-Session: e1625907-6948-4842-a5b5-8e990c43efb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2472 | 2024.04.10 17:12:16.828325 [ 3 ] {} <Debug> HTTP-Session: e1625907-6948-4842-a5b5-8e990c43efb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2473 | 2024.04.10 17:12:16.828356 [ 3 ] {} <Trace> HTTP-Session: e1625907-6948-4842-a5b5-8e990c43efb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2474 | 2024.04.10 17:12:16.828450 [ 3 ] {ad50869d-75cc-42b5-91c9-41a0e6a820e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2475 | 2024.04.10 17:12:16.828491 [ 3 ] {ad50869d-75cc-42b5-91c9-41a0e6a820e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2476 | 2024.04.10 17:12:16.828613 [ 3 ] {ad50869d-75cc-42b5-91c9-41a0e6a820e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2477 | 2024.04.10 17:12:16.828933 [ 3 ] {ad50869d-75cc-42b5-91c9-41a0e6a820e0} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2478 | 2024.04.10 17:12:16.828971 [ 3 ] {ad50869d-75cc-42b5-91c9-41a0e6a820e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2479 | 2024.04.10 17:12:16.829295 [ 3 ] {ad50869d-75cc-42b5-91c9-41a0e6a820e0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2480 | 2024.04.10 17:12:16.829598 [ 3 ] {ad50869d-75cc-42b5-91c9-41a0e6a820e0} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2481 | 2024.04.10 17:12:16.829754 [ 3 ] {ad50869d-75cc-42b5-91c9-41a0e6a820e0} <Debug> executeQuery: Read 119 rows, 10.06 KiB in 0.001346 sec., 88410.10401188707 rows/sec., 7.30 MiB/sec. | ||
2482 | 2024.04.10 17:12:16.829754 [ 56 ] {} <Debug> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
2483 | 2024.04.10 17:12:16.829875 [ 56 ] {} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2484 | 2024.04.10 17:12:16.829910 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2485 | 2024.04.10 17:12:16.829922 [ 3 ] {ad50869d-75cc-42b5-91c9-41a0e6a820e0} <Debug> DynamicQueryHandler: Done processing query | ||
2486 | 2024.04.10 17:12:16.829963 [ 3 ] {ad50869d-75cc-42b5-91c9-41a0e6a820e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
2487 | 2024.04.10 17:12:16.830022 [ 3 ] {} <Debug> HTTP-Session: e1625907-6948-4842-a5b5-8e990c43efb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2488 | 2024.04.10 17:12:16.830148 [ 188 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
2489 | 2024.04.10 17:12:16.830216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2490 | 2024.04.10 17:12:16.830287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2491 | 2024.04.10 17:12:16.830340 [ 3 ] {} <Debug> HTTP-Session: 5e225044-6035-47dd-b964-3fd47b8cee3e Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2492 | 2024.04.10 17:12:16.830392 [ 3 ] {} <Debug> HTTP-Session: 5e225044-6035-47dd-b964-3fd47b8cee3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2493 | 2024.04.10 17:12:16.830429 [ 3 ] {} <Debug> HTTP-Session: 5e225044-6035-47dd-b964-3fd47b8cee3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2494 | 2024.04.10 17:12:16.830464 [ 188 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2495 | 2024.04.10 17:12:16.830492 [ 3 ] {} <Trace> HTTP-Session: 5e225044-6035-47dd-b964-3fd47b8cee3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2496 | 2024.04.10 17:12:16.830529 [ 188 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 56 rows starting from the beginning of the part | ||
2497 | 2024.04.10 17:12:16.830715 [ 3 ] {9050f1ed-aaca-4e88-8829-fa4715b4dd98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2498 | 2024.04.10 17:12:16.830766 [ 188 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
2499 | 2024.04.10 17:12:16.830852 [ 3 ] {9050f1ed-aaca-4e88-8829-fa4715b4dd98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2500 | 2024.04.10 17:12:16.831027 [ 188 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
2501 | 2024.04.10 17:12:16.831343 [ 188 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 110 rows starting from the beginning of the part | ||
2502 | 2024.04.10 17:12:16.831667 [ 188 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 95 rows starting from the beginning of the part | ||
2503 | 2024.04.10 17:12:16.832015 [ 188 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 119 rows starting from the beginning of the part | ||
2504 | 2024.04.10 17:12:16.832300 [ 3 ] {9050f1ed-aaca-4e88-8829-fa4715b4dd98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2505 | 2024.04.10 17:12:16.833411 [ 3 ] {9050f1ed-aaca-4e88-8829-fa4715b4dd98} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2506 | 2024.04.10 17:12:16.833472 [ 3 ] {9050f1ed-aaca-4e88-8829-fa4715b4dd98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2507 | 2024.04.10 17:12:16.834303 [ 3 ] {9050f1ed-aaca-4e88-8829-fa4715b4dd98} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2508 | 2024.04.10 17:12:16.835043 [ 192 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 4 columns (4 merged, 0 gathered) in 0.005026364 sec., 97883.87788866862 rows/sec., 7.73 MiB/sec. | ||
2509 | 2024.04.10 17:12:16.835186 [ 3 ] {9050f1ed-aaca-4e88-8829-fa4715b4dd98} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2510 | 2024.04.10 17:12:16.835332 [ 192 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
2511 | 2024.04.10 17:12:16.835468 [ 3 ] {9050f1ed-aaca-4e88-8829-fa4715b4dd98} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.004867 sec., 17464.557222108077 rows/sec., 1.36 MiB/sec. | ||
2512 | 2024.04.10 17:12:16.835475 [ 56 ] {} <Debug> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
2513 | 2024.04.10 17:12:16.835620 [ 56 ] {} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2514 | 2024.04.10 17:12:16.835726 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2515 | 2024.04.10 17:12:16.835873 [ 3 ] {9050f1ed-aaca-4e88-8829-fa4715b4dd98} <Debug> DynamicQueryHandler: Done processing query | ||
2516 | 2024.04.10 17:12:16.835974 [ 3 ] {9050f1ed-aaca-4e88-8829-fa4715b4dd98} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2517 | 2024.04.10 17:12:16.836080 [ 3 ] {} <Debug> HTTP-Session: 5e225044-6035-47dd-b964-3fd47b8cee3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2518 | 2024.04.10 17:12:16.836305 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
2519 | 2024.04.10 17:12:16.836439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2520 | 2024.04.10 17:12:16.836642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2521 | 2024.04.10 17:12:16.836799 [ 3 ] {} <Debug> HTTP-Session: c3b282ed-b4fe-4308-a4d7-9323f4d34161 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2522 | 2024.04.10 17:12:16.836927 [ 3 ] {} <Debug> HTTP-Session: c3b282ed-b4fe-4308-a4d7-9323f4d34161 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2523 | 2024.04.10 17:12:16.837014 [ 3 ] {} <Debug> HTTP-Session: c3b282ed-b4fe-4308-a4d7-9323f4d34161 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2524 | 2024.04.10 17:12:16.837140 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2525 | 2024.04.10 17:12:16.837164 [ 3 ] {} <Trace> HTTP-Session: c3b282ed-b4fe-4308-a4d7-9323f4d34161 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2526 | 2024.04.10 17:12:16.837239 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 64 rows starting from the beginning of the part | ||
2527 | 2024.04.10 17:12:16.837324 [ 192 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_14_3} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2528 | 2024.04.10 17:12:16.837479 [ 3 ] {12678af1-1a12-4e1f-a881-60b16d44de31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2529 | 2024.04.10 17:12:16.837547 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
2530 | 2024.04.10 17:12:16.837685 [ 3 ] {12678af1-1a12-4e1f-a881-60b16d44de31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2531 | 2024.04.10 17:12:16.837921 [ 192 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_14_3} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
2532 | 2024.04.10 17:12:16.838011 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
2533 | 2024.04.10 17:12:16.838514 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 95 rows starting from the beginning of the part | ||
2534 | 2024.04.10 17:12:16.838977 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 94 rows starting from the beginning of the part | ||
2535 | 2024.04.10 17:12:16.839363 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 85 rows starting from the beginning of the part | ||
2536 | 2024.04.10 17:12:16.839524 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2537 | 2024.04.10 17:12:16.839707 [ 3 ] {12678af1-1a12-4e1f-a881-60b16d44de31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2538 | 2024.04.10 17:12:16.840442 [ 3 ] {12678af1-1a12-4e1f-a881-60b16d44de31} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2539 | 2024.04.10 17:12:16.840488 [ 3 ] {12678af1-1a12-4e1f-a881-60b16d44de31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2540 | 2024.04.10 17:12:16.841136 [ 3 ] {12678af1-1a12-4e1f-a881-60b16d44de31} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2541 | 2024.04.10 17:12:16.841194 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 466 rows, containing 4 columns (4 merged, 0 gathered) in 0.005293947 sec., 88025.05956330881 rows/sec., 6.87 MiB/sec. | ||
2542 | 2024.04.10 17:12:16.841469 [ 195 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
2543 | 2024.04.10 17:12:16.841795 [ 3 ] {12678af1-1a12-4e1f-a881-60b16d44de31} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2544 | 2024.04.10 17:12:16.842229 [ 3 ] {12678af1-1a12-4e1f-a881-60b16d44de31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00491 sec., 32586.558044806516 rows/sec., 2.27 MiB/sec. | ||
2545 | 2024.04.10 17:12:16.842566 [ 192 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_14_3} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2546 | 2024.04.10 17:12:16.842664 [ 3 ] {12678af1-1a12-4e1f-a881-60b16d44de31} <Debug> DynamicQueryHandler: Done processing query | ||
2547 | 2024.04.10 17:12:16.842735 [ 3 ] {12678af1-1a12-4e1f-a881-60b16d44de31} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
2548 | 2024.04.10 17:12:16.842809 [ 3 ] {} <Debug> HTTP-Session: c3b282ed-b4fe-4308-a4d7-9323f4d34161 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2549 | 2024.04.10 17:12:16.842878 [ 192 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_14_3} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
2550 | 2024.04.10 17:12:16.842976 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2551 | 2024.04.10 17:12:16.843038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22504, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2552 | 2024.04.10 17:12:16.843092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2553 | 2024.04.10 17:12:16.843111 [ 3 ] {} <Debug> HTTP-Session: 50d28c17-8b2c-44ec-87ce-20fd77dbb334 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2554 | 2024.04.10 17:12:16.843128 [ 3 ] {} <Debug> HTTP-Session: 50d28c17-8b2c-44ec-87ce-20fd77dbb334 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2555 | 2024.04.10 17:12:16.843141 [ 3 ] {} <Debug> HTTP-Session: 50d28c17-8b2c-44ec-87ce-20fd77dbb334 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2556 | 2024.04.10 17:12:16.843174 [ 3 ] {} <Trace> HTTP-Session: 50d28c17-8b2c-44ec-87ce-20fd77dbb334 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2557 | 2024.04.10 17:12:16.843393 [ 3 ] {ce627d2d-725d-4f73-a8ab-0735581792bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2558 | 2024.04.10 17:12:16.843443 [ 3 ] {ce627d2d-725d-4f73-a8ab-0735581792bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2559 | 2024.04.10 17:12:16.843631 [ 3 ] {ce627d2d-725d-4f73-a8ab-0735581792bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2560 | 2024.04.10 17:12:16.844002 [ 3 ] {ce627d2d-725d-4f73-a8ab-0735581792bb} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2561 | 2024.04.10 17:12:16.844038 [ 3 ] {ce627d2d-725d-4f73-a8ab-0735581792bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2562 | 2024.04.10 17:12:16.844446 [ 3 ] {ce627d2d-725d-4f73-a8ab-0735581792bb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2563 | 2024.04.10 17:12:16.844781 [ 3 ] {ce627d2d-725d-4f73-a8ab-0735581792bb} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2564 | 2024.04.10 17:12:16.844934 [ 3 ] {ce627d2d-725d-4f73-a8ab-0735581792bb} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001711 sec., 12273.524254821741 rows/sec., 16.56 MiB/sec. | ||
2565 | 2024.04.10 17:12:16.845052 [ 3 ] {ce627d2d-725d-4f73-a8ab-0735581792bb} <Debug> DynamicQueryHandler: Done processing query | ||
2566 | 2024.04.10 17:12:16.845075 [ 3 ] {ce627d2d-725d-4f73-a8ab-0735581792bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
2567 | 2024.04.10 17:12:16.845091 [ 3 ] {} <Debug> HTTP-Session: 50d28c17-8b2c-44ec-87ce-20fd77dbb334 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2568 | 2024.04.10 17:12:16.845216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2569 | 2024.04.10 17:12:16.845263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2570 | 2024.04.10 17:12:16.845281 [ 3 ] {} <Debug> HTTP-Session: bcbe2c02-f2c9-4147-89a9-2795ff6b5797 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2571 | 2024.04.10 17:12:16.845298 [ 3 ] {} <Debug> HTTP-Session: bcbe2c02-f2c9-4147-89a9-2795ff6b5797 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2572 | 2024.04.10 17:12:16.845312 [ 3 ] {} <Debug> HTTP-Session: bcbe2c02-f2c9-4147-89a9-2795ff6b5797 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2573 | 2024.04.10 17:12:16.845343 [ 3 ] {} <Trace> HTTP-Session: bcbe2c02-f2c9-4147-89a9-2795ff6b5797 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2574 | 2024.04.10 17:12:16.845424 [ 3 ] {d90d2060-47f2-43be-bffa-9fa553a4f895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2575 | 2024.04.10 17:12:16.845465 [ 3 ] {d90d2060-47f2-43be-bffa-9fa553a4f895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2576 | 2024.04.10 17:12:16.845591 [ 3 ] {d90d2060-47f2-43be-bffa-9fa553a4f895} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2577 | 2024.04.10 17:12:16.845911 [ 3 ] {d90d2060-47f2-43be-bffa-9fa553a4f895} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2578 | 2024.04.10 17:12:16.845948 [ 3 ] {d90d2060-47f2-43be-bffa-9fa553a4f895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2579 | 2024.04.10 17:12:16.846295 [ 3 ] {d90d2060-47f2-43be-bffa-9fa553a4f895} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2580 | 2024.04.10 17:12:16.846635 [ 3 ] {d90d2060-47f2-43be-bffa-9fa553a4f895} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2581 | 2024.04.10 17:12:16.846790 [ 3 ] {d90d2060-47f2-43be-bffa-9fa553a4f895} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
2582 | 2024.04.10 17:12:16.846915 [ 3 ] {d90d2060-47f2-43be-bffa-9fa553a4f895} <Debug> DynamicQueryHandler: Done processing query | ||
2583 | 2024.04.10 17:12:16.846938 [ 3 ] {d90d2060-47f2-43be-bffa-9fa553a4f895} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2584 | 2024.04.10 17:12:16.846954 [ 3 ] {} <Debug> HTTP-Session: bcbe2c02-f2c9-4147-89a9-2795ff6b5797 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2585 | 2024.04.10 17:12:21.825908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2586 | 2024.04.10 17:12:21.826084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2587 | 2024.04.10 17:12:21.826127 [ 3 ] {} <Debug> HTTP-Session: 6bcb9e1b-417b-4935-b975-46dcd41772b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2588 | 2024.04.10 17:12:21.826166 [ 3 ] {} <Debug> HTTP-Session: 6bcb9e1b-417b-4935-b975-46dcd41772b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2589 | 2024.04.10 17:12:21.826193 [ 3 ] {} <Debug> HTTP-Session: 6bcb9e1b-417b-4935-b975-46dcd41772b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2590 | 2024.04.10 17:12:21.826268 [ 3 ] {} <Trace> HTTP-Session: 6bcb9e1b-417b-4935-b975-46dcd41772b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2591 | 2024.04.10 17:12:21.826439 [ 3 ] {c4a6ea6f-1880-428a-b58b-e1284226eecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2592 | 2024.04.10 17:12:21.826531 [ 3 ] {c4a6ea6f-1880-428a-b58b-e1284226eecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2593 | 2024.04.10 17:12:21.826808 [ 3 ] {c4a6ea6f-1880-428a-b58b-e1284226eecf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2594 | 2024.04.10 17:12:21.827290 [ 3 ] {c4a6ea6f-1880-428a-b58b-e1284226eecf} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2595 | 2024.04.10 17:12:21.827333 [ 3 ] {c4a6ea6f-1880-428a-b58b-e1284226eecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2596 | 2024.04.10 17:12:21.827710 [ 3 ] {c4a6ea6f-1880-428a-b58b-e1284226eecf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2597 | 2024.04.10 17:12:21.828042 [ 3 ] {c4a6ea6f-1880-428a-b58b-e1284226eecf} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2598 | 2024.04.10 17:12:21.828179 [ 3 ] {c4a6ea6f-1880-428a-b58b-e1284226eecf} <Debug> executeQuery: Read 9 rows, 747.00 B in 0.001822 sec., 4939.626783754116 rows/sec., 400.38 KiB/sec. | ||
2599 | 2024.04.10 17:12:21.828346 [ 3 ] {c4a6ea6f-1880-428a-b58b-e1284226eecf} <Debug> DynamicQueryHandler: Done processing query | ||
2600 | 2024.04.10 17:12:21.828371 [ 3 ] {c4a6ea6f-1880-428a-b58b-e1284226eecf} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2601 | 2024.04.10 17:12:21.828388 [ 3 ] {} <Debug> HTTP-Session: 6bcb9e1b-417b-4935-b975-46dcd41772b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2602 | 2024.04.10 17:12:21.828600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2603 | 2024.04.10 17:12:21.828649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2604 | 2024.04.10 17:12:21.828668 [ 3 ] {} <Debug> HTTP-Session: 5be7340f-00d9-47f9-bdcb-023b3e6b1bf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2605 | 2024.04.10 17:12:21.828685 [ 3 ] {} <Debug> HTTP-Session: 5be7340f-00d9-47f9-bdcb-023b3e6b1bf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2606 | 2024.04.10 17:12:21.828699 [ 3 ] {} <Debug> HTTP-Session: 5be7340f-00d9-47f9-bdcb-023b3e6b1bf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2607 | 2024.04.10 17:12:21.828731 [ 3 ] {} <Trace> HTTP-Session: 5be7340f-00d9-47f9-bdcb-023b3e6b1bf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2608 | 2024.04.10 17:12:21.828819 [ 3 ] {8f238249-3bf9-44c6-9be6-834b560c8177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2609 | 2024.04.10 17:12:21.828859 [ 3 ] {8f238249-3bf9-44c6-9be6-834b560c8177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2610 | 2024.04.10 17:12:21.828985 [ 3 ] {8f238249-3bf9-44c6-9be6-834b560c8177} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2611 | 2024.04.10 17:12:21.829425 [ 3 ] {8f238249-3bf9-44c6-9be6-834b560c8177} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2612 | 2024.04.10 17:12:21.829462 [ 3 ] {8f238249-3bf9-44c6-9be6-834b560c8177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2613 | 2024.04.10 17:12:21.829773 [ 3 ] {8f238249-3bf9-44c6-9be6-834b560c8177} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2614 | 2024.04.10 17:12:21.830080 [ 3 ] {8f238249-3bf9-44c6-9be6-834b560c8177} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2615 | 2024.04.10 17:12:21.830210 [ 3 ] {8f238249-3bf9-44c6-9be6-834b560c8177} <Debug> executeQuery: Read 83 rows, 6.89 KiB in 0.001436 sec., 57799.442896935936 rows/sec., 4.68 MiB/sec. | ||
2616 | 2024.04.10 17:12:21.830332 [ 3 ] {8f238249-3bf9-44c6-9be6-834b560c8177} <Debug> DynamicQueryHandler: Done processing query | ||
2617 | 2024.04.10 17:12:21.830355 [ 3 ] {8f238249-3bf9-44c6-9be6-834b560c8177} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2618 | 2024.04.10 17:12:21.830371 [ 3 ] {} <Debug> HTTP-Session: 5be7340f-00d9-47f9-bdcb-023b3e6b1bf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2619 | 2024.04.10 17:12:21.830491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 13425, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2620 | 2024.04.10 17:12:21.830538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2621 | 2024.04.10 17:12:21.830556 [ 3 ] {} <Debug> HTTP-Session: ceb7e7ba-2f4e-49b6-9e55-9d01133c8604 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2622 | 2024.04.10 17:12:21.830573 [ 3 ] {} <Debug> HTTP-Session: ceb7e7ba-2f4e-49b6-9e55-9d01133c8604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2623 | 2024.04.10 17:12:21.830587 [ 3 ] {} <Debug> HTTP-Session: ceb7e7ba-2f4e-49b6-9e55-9d01133c8604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2624 | 2024.04.10 17:12:21.830618 [ 3 ] {} <Trace> HTTP-Session: ceb7e7ba-2f4e-49b6-9e55-9d01133c8604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2625 | 2024.04.10 17:12:21.830709 [ 3 ] {f36bb094-358e-4aa0-a7d4-bb24e7b52f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2626 | 2024.04.10 17:12:21.830748 [ 3 ] {f36bb094-358e-4aa0-a7d4-bb24e7b52f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2627 | 2024.04.10 17:12:21.830873 [ 3 ] {f36bb094-358e-4aa0-a7d4-bb24e7b52f6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2628 | 2024.04.10 17:12:21.831270 [ 3 ] {f36bb094-358e-4aa0-a7d4-bb24e7b52f6a} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2629 | 2024.04.10 17:12:21.831306 [ 3 ] {f36bb094-358e-4aa0-a7d4-bb24e7b52f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2630 | 2024.04.10 17:12:21.831611 [ 3 ] {f36bb094-358e-4aa0-a7d4-bb24e7b52f6a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2631 | 2024.04.10 17:12:21.831929 [ 3 ] {f36bb094-358e-4aa0-a7d4-bb24e7b52f6a} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2632 | 2024.04.10 17:12:21.832058 [ 3 ] {f36bb094-358e-4aa0-a7d4-bb24e7b52f6a} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001392 sec., 56752.87356321839 rows/sec., 4.43 MiB/sec. | ||
2633 | 2024.04.10 17:12:21.832221 [ 3 ] {f36bb094-358e-4aa0-a7d4-bb24e7b52f6a} <Debug> DynamicQueryHandler: Done processing query | ||
2634 | 2024.04.10 17:12:21.832248 [ 3 ] {f36bb094-358e-4aa0-a7d4-bb24e7b52f6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2635 | 2024.04.10 17:12:21.832264 [ 3 ] {} <Debug> HTTP-Session: ceb7e7ba-2f4e-49b6-9e55-9d01133c8604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2636 | 2024.04.10 17:12:21.832409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2637 | 2024.04.10 17:12:21.832457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2638 | 2024.04.10 17:12:21.832476 [ 3 ] {} <Debug> HTTP-Session: ac6c9dc2-8908-4f46-ab0c-d9ed0b2619cf Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2639 | 2024.04.10 17:12:21.832493 [ 3 ] {} <Debug> HTTP-Session: ac6c9dc2-8908-4f46-ab0c-d9ed0b2619cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2640 | 2024.04.10 17:12:21.832507 [ 3 ] {} <Debug> HTTP-Session: ac6c9dc2-8908-4f46-ab0c-d9ed0b2619cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2641 | 2024.04.10 17:12:21.832538 [ 3 ] {} <Trace> HTTP-Session: ac6c9dc2-8908-4f46-ab0c-d9ed0b2619cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2642 | 2024.04.10 17:12:21.832648 [ 3 ] {5317eec3-567a-4a47-8d00-16e888410be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2643 | 2024.04.10 17:12:21.832692 [ 3 ] {5317eec3-567a-4a47-8d00-16e888410be8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2644 | 2024.04.10 17:12:21.832835 [ 3 ] {5317eec3-567a-4a47-8d00-16e888410be8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2645 | 2024.04.10 17:12:21.833315 [ 3 ] {5317eec3-567a-4a47-8d00-16e888410be8} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2646 | 2024.04.10 17:12:21.833352 [ 3 ] {5317eec3-567a-4a47-8d00-16e888410be8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2647 | 2024.04.10 17:12:21.833740 [ 3 ] {5317eec3-567a-4a47-8d00-16e888410be8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2648 | 2024.04.10 17:12:21.834071 [ 3 ] {5317eec3-567a-4a47-8d00-16e888410be8} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2649 | 2024.04.10 17:12:21.834201 [ 3 ] {5317eec3-567a-4a47-8d00-16e888410be8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec. | ||
2650 | 2024.04.10 17:12:21.834326 [ 3 ] {5317eec3-567a-4a47-8d00-16e888410be8} <Debug> DynamicQueryHandler: Done processing query | ||
2651 | 2024.04.10 17:12:21.834349 [ 3 ] {5317eec3-567a-4a47-8d00-16e888410be8} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
2652 | 2024.04.10 17:12:21.834364 [ 3 ] {} <Debug> HTTP-Session: ac6c9dc2-8908-4f46-ab0c-d9ed0b2619cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2653 | 2024.04.10 17:12:21.834484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9684, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2654 | 2024.04.10 17:12:21.834533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2655 | 2024.04.10 17:12:21.834552 [ 3 ] {} <Debug> HTTP-Session: 41795e6b-ccc0-49e3-9839-5a3060dc7b4d Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2656 | 2024.04.10 17:12:21.834569 [ 3 ] {} <Debug> HTTP-Session: 41795e6b-ccc0-49e3-9839-5a3060dc7b4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2657 | 2024.04.10 17:12:21.834582 [ 3 ] {} <Debug> HTTP-Session: 41795e6b-ccc0-49e3-9839-5a3060dc7b4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2658 | 2024.04.10 17:12:21.834612 [ 3 ] {} <Trace> HTTP-Session: 41795e6b-ccc0-49e3-9839-5a3060dc7b4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2659 | 2024.04.10 17:12:21.834737 [ 3 ] {c32c6691-7c6a-439f-9c42-4f4f68ff7fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2660 | 2024.04.10 17:12:21.834782 [ 3 ] {c32c6691-7c6a-439f-9c42-4f4f68ff7fff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2661 | 2024.04.10 17:12:21.834944 [ 3 ] {c32c6691-7c6a-439f-9c42-4f4f68ff7fff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2662 | 2024.04.10 17:12:21.835310 [ 3 ] {c32c6691-7c6a-439f-9c42-4f4f68ff7fff} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2663 | 2024.04.10 17:12:21.835347 [ 3 ] {c32c6691-7c6a-439f-9c42-4f4f68ff7fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2664 | 2024.04.10 17:12:21.835727 [ 3 ] {c32c6691-7c6a-439f-9c42-4f4f68ff7fff} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2665 | 2024.04.10 17:12:21.836051 [ 3 ] {c32c6691-7c6a-439f-9c42-4f4f68ff7fff} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2666 | 2024.04.10 17:12:21.836178 [ 3 ] {c32c6691-7c6a-439f-9c42-4f4f68ff7fff} <Debug> executeQuery: Read 9 rows, 12.44 KiB in 0.001523 sec., 5909.389363099146 rows/sec., 7.97 MiB/sec. | ||
2667 | 2024.04.10 17:12:21.836302 [ 3 ] {c32c6691-7c6a-439f-9c42-4f4f68ff7fff} <Debug> DynamicQueryHandler: Done processing query | ||
2668 | 2024.04.10 17:12:21.836325 [ 3 ] {c32c6691-7c6a-439f-9c42-4f4f68ff7fff} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2669 | 2024.04.10 17:12:21.836340 [ 3 ] {} <Debug> HTTP-Session: 41795e6b-ccc0-49e3-9839-5a3060dc7b4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2670 | 2024.04.10 17:12:21.836442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2671 | 2024.04.10 17:12:21.836489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2672 | 2024.04.10 17:12:21.836508 [ 3 ] {} <Debug> HTTP-Session: 0786b4df-e6e2-4980-8862-1aea4cfb0004 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2673 | 2024.04.10 17:12:21.836524 [ 3 ] {} <Debug> HTTP-Session: 0786b4df-e6e2-4980-8862-1aea4cfb0004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2674 | 2024.04.10 17:12:21.836537 [ 3 ] {} <Debug> HTTP-Session: 0786b4df-e6e2-4980-8862-1aea4cfb0004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2675 | 2024.04.10 17:12:21.836567 [ 3 ] {} <Trace> HTTP-Session: 0786b4df-e6e2-4980-8862-1aea4cfb0004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2676 | 2024.04.10 17:12:21.836631 [ 3 ] {fd321045-a4c4-47c5-9ecd-97f529b9e640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2677 | 2024.04.10 17:12:21.836672 [ 3 ] {fd321045-a4c4-47c5-9ecd-97f529b9e640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2678 | 2024.04.10 17:12:21.836795 [ 3 ] {fd321045-a4c4-47c5-9ecd-97f529b9e640} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2679 | 2024.04.10 17:12:21.837090 [ 3 ] {fd321045-a4c4-47c5-9ecd-97f529b9e640} <Trace> oximeter.measurements_i64 (41b0d835-1b5e-42aa-a8fd-b831c37fb10e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2680 | 2024.04.10 17:12:21.837126 [ 3 ] {fd321045-a4c4-47c5-9ecd-97f529b9e640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2681 | 2024.04.10 17:12:21.837465 [ 3 ] {fd321045-a4c4-47c5-9ecd-97f529b9e640} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2682 | 2024.04.10 17:12:21.837782 [ 3 ] {fd321045-a4c4-47c5-9ecd-97f529b9e640} <Trace> oximeter.measurements_i64 (41b0d835-1b5e-42aa-a8fd-b831c37fb10e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2683 | 2024.04.10 17:12:21.837916 [ 3 ] {fd321045-a4c4-47c5-9ecd-97f529b9e640} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 324.28 KiB/sec. | ||
2684 | 2024.04.10 17:12:21.838072 [ 3 ] {fd321045-a4c4-47c5-9ecd-97f529b9e640} <Debug> DynamicQueryHandler: Done processing query | ||
2685 | 2024.04.10 17:12:21.838096 [ 3 ] {fd321045-a4c4-47c5-9ecd-97f529b9e640} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2686 | 2024.04.10 17:12:21.838112 [ 3 ] {} <Debug> HTTP-Session: 0786b4df-e6e2-4980-8862-1aea4cfb0004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2687 | 2024.04.10 17:12:21.838242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2688 | 2024.04.10 17:12:21.838289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2689 | 2024.04.10 17:12:21.838306 [ 3 ] {} <Debug> HTTP-Session: 2a7a12b9-9b03-49b2-a4e0-93316c5fe493 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2690 | 2024.04.10 17:12:21.838324 [ 3 ] {} <Debug> HTTP-Session: 2a7a12b9-9b03-49b2-a4e0-93316c5fe493 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2691 | 2024.04.10 17:12:21.838337 [ 3 ] {} <Debug> HTTP-Session: 2a7a12b9-9b03-49b2-a4e0-93316c5fe493 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2692 | 2024.04.10 17:12:21.838367 [ 3 ] {} <Trace> HTTP-Session: 2a7a12b9-9b03-49b2-a4e0-93316c5fe493 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2693 | 2024.04.10 17:12:21.838446 [ 3 ] {15c038b4-b4ea-4f21-a421-4ab76bd29bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2694 | 2024.04.10 17:12:21.838487 [ 3 ] {15c038b4-b4ea-4f21-a421-4ab76bd29bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2695 | 2024.04.10 17:12:21.838612 [ 3 ] {15c038b4-b4ea-4f21-a421-4ab76bd29bf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2696 | 2024.04.10 17:12:21.838919 [ 3 ] {15c038b4-b4ea-4f21-a421-4ab76bd29bf4} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2697 | 2024.04.10 17:12:21.838954 [ 3 ] {15c038b4-b4ea-4f21-a421-4ab76bd29bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.37 GiB. | ||
2698 | 2024.04.10 17:12:21.839293 [ 3 ] {15c038b4-b4ea-4f21-a421-4ab76bd29bf4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2699 | 2024.04.10 17:12:21.839597 [ 3 ] {15c038b4-b4ea-4f21-a421-4ab76bd29bf4} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2700 | 2024.04.10 17:12:21.839722 [ 3 ] {15c038b4-b4ea-4f21-a421-4ab76bd29bf4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001311 sec., 45766.59038901601 rows/sec., 3.08 MiB/sec. | ||
2701 | 2024.04.10 17:12:21.839844 [ 3 ] {15c038b4-b4ea-4f21-a421-4ab76bd29bf4} <Debug> DynamicQueryHandler: Done processing query | ||
2702 | 2024.04.10 17:12:21.839868 [ 3 ] {15c038b4-b4ea-4f21-a421-4ab76bd29bf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2703 | 2024.04.10 17:12:21.839883 [ 3 ] {} <Debug> HTTP-Session: 2a7a12b9-9b03-49b2-a4e0-93316c5fe493 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2704 | 2024.04.10 17:12:26.825302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2705 | 2024.04.10 17:12:26.825444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2706 | 2024.04.10 17:12:26.825474 [ 3 ] {} <Debug> HTTP-Session: 23861576-221c-4971-bae0-ed60c4403908 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2707 | 2024.04.10 17:12:26.825503 [ 3 ] {} <Debug> HTTP-Session: 23861576-221c-4971-bae0-ed60c4403908 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2708 | 2024.04.10 17:12:26.825522 [ 3 ] {} <Debug> HTTP-Session: 23861576-221c-4971-bae0-ed60c4403908 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2709 | 2024.04.10 17:12:26.825579 [ 3 ] {} <Trace> HTTP-Session: 23861576-221c-4971-bae0-ed60c4403908 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2710 | 2024.04.10 17:12:26.825745 [ 3 ] {fe73f47f-8143-4f74-9075-75c292ceeb6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2711 | 2024.04.10 17:12:26.825817 [ 3 ] {fe73f47f-8143-4f74-9075-75c292ceeb6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2712 | 2024.04.10 17:12:26.826019 [ 3 ] {fe73f47f-8143-4f74-9075-75c292ceeb6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2713 | 2024.04.10 17:12:26.826539 [ 3 ] {fe73f47f-8143-4f74-9075-75c292ceeb6d} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2714 | 2024.04.10 17:12:26.826587 [ 3 ] {fe73f47f-8143-4f74-9075-75c292ceeb6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2715 | 2024.04.10 17:12:26.826968 [ 3 ] {fe73f47f-8143-4f74-9075-75c292ceeb6d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2716 | 2024.04.10 17:12:26.827295 [ 3 ] {fe73f47f-8143-4f74-9075-75c292ceeb6d} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2717 | 2024.04.10 17:12:26.827472 [ 3 ] {fe73f47f-8143-4f74-9075-75c292ceeb6d} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001783 sec., 11777.902411665731 rows/sec., 954.65 KiB/sec. | ||
2718 | 2024.04.10 17:12:26.827663 [ 3 ] {fe73f47f-8143-4f74-9075-75c292ceeb6d} <Debug> DynamicQueryHandler: Done processing query | ||
2719 | 2024.04.10 17:12:26.827689 [ 3 ] {fe73f47f-8143-4f74-9075-75c292ceeb6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2720 | 2024.04.10 17:12:26.827731 [ 3 ] {} <Debug> HTTP-Session: 23861576-221c-4971-bae0-ed60c4403908 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2721 | 2024.04.10 17:12:26.827943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2722 | 2024.04.10 17:12:26.827992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2723 | 2024.04.10 17:12:26.828011 [ 3 ] {} <Debug> HTTP-Session: ae14f48e-72fc-4817-89e3-c3534df99e54 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2724 | 2024.04.10 17:12:26.828028 [ 3 ] {} <Debug> HTTP-Session: ae14f48e-72fc-4817-89e3-c3534df99e54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2725 | 2024.04.10 17:12:26.828042 [ 3 ] {} <Debug> HTTP-Session: ae14f48e-72fc-4817-89e3-c3534df99e54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2726 | 2024.04.10 17:12:26.828074 [ 3 ] {} <Trace> HTTP-Session: ae14f48e-72fc-4817-89e3-c3534df99e54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2727 | 2024.04.10 17:12:26.828171 [ 3 ] {b60b12d7-199d-4a96-96cc-babfdb494a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2728 | 2024.04.10 17:12:26.828212 [ 3 ] {b60b12d7-199d-4a96-96cc-babfdb494a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2729 | 2024.04.10 17:12:26.828337 [ 3 ] {b60b12d7-199d-4a96-96cc-babfdb494a95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2730 | 2024.04.10 17:12:26.828803 [ 3 ] {b60b12d7-199d-4a96-96cc-babfdb494a95} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2731 | 2024.04.10 17:12:26.828841 [ 3 ] {b60b12d7-199d-4a96-96cc-babfdb494a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2732 | 2024.04.10 17:12:26.829154 [ 3 ] {b60b12d7-199d-4a96-96cc-babfdb494a95} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2733 | 2024.04.10 17:12:26.829486 [ 3 ] {b60b12d7-199d-4a96-96cc-babfdb494a95} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2734 | 2024.04.10 17:12:26.829643 [ 3 ] {b60b12d7-199d-4a96-96cc-babfdb494a95} <Debug> executeQuery: Read 119 rows, 10.06 KiB in 0.001512 sec., 78703.7037037037 rows/sec., 6.50 MiB/sec. | ||
2735 | 2024.04.10 17:12:26.829768 [ 3 ] {b60b12d7-199d-4a96-96cc-babfdb494a95} <Debug> DynamicQueryHandler: Done processing query | ||
2736 | 2024.04.10 17:12:26.829792 [ 3 ] {b60b12d7-199d-4a96-96cc-babfdb494a95} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
2737 | 2024.04.10 17:12:26.829807 [ 3 ] {} <Debug> HTTP-Session: ae14f48e-72fc-4817-89e3-c3534df99e54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2738 | 2024.04.10 17:12:26.829938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2739 | 2024.04.10 17:12:26.829987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2740 | 2024.04.10 17:12:26.830006 [ 3 ] {} <Debug> HTTP-Session: e3f4064d-8e67-4985-bdcf-ba91ba8aff95 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2741 | 2024.04.10 17:12:26.830023 [ 3 ] {} <Debug> HTTP-Session: e3f4064d-8e67-4985-bdcf-ba91ba8aff95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2742 | 2024.04.10 17:12:26.830038 [ 3 ] {} <Debug> HTTP-Session: e3f4064d-8e67-4985-bdcf-ba91ba8aff95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2743 | 2024.04.10 17:12:26.830069 [ 3 ] {} <Trace> HTTP-Session: e3f4064d-8e67-4985-bdcf-ba91ba8aff95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2744 | 2024.04.10 17:12:26.830160 [ 3 ] {248f2a1d-a47a-4f2e-b2ef-f9f2bbe7f793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2745 | 2024.04.10 17:12:26.830201 [ 3 ] {248f2a1d-a47a-4f2e-b2ef-f9f2bbe7f793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2746 | 2024.04.10 17:12:26.830326 [ 3 ] {248f2a1d-a47a-4f2e-b2ef-f9f2bbe7f793} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2747 | 2024.04.10 17:12:26.830661 [ 3 ] {248f2a1d-a47a-4f2e-b2ef-f9f2bbe7f793} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2748 | 2024.04.10 17:12:26.830699 [ 3 ] {248f2a1d-a47a-4f2e-b2ef-f9f2bbe7f793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2749 | 2024.04.10 17:12:26.831006 [ 3 ] {248f2a1d-a47a-4f2e-b2ef-f9f2bbe7f793} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2750 | 2024.04.10 17:12:26.831306 [ 3 ] {248f2a1d-a47a-4f2e-b2ef-f9f2bbe7f793} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2751 | 2024.04.10 17:12:26.831461 [ 3 ] {248f2a1d-a47a-4f2e-b2ef-f9f2bbe7f793} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001342 sec., 63338.30104321907 rows/sec., 4.95 MiB/sec. | ||
2752 | 2024.04.10 17:12:26.831583 [ 3 ] {248f2a1d-a47a-4f2e-b2ef-f9f2bbe7f793} <Debug> DynamicQueryHandler: Done processing query | ||
2753 | 2024.04.10 17:12:26.831606 [ 3 ] {248f2a1d-a47a-4f2e-b2ef-f9f2bbe7f793} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2754 | 2024.04.10 17:12:26.831622 [ 3 ] {} <Debug> HTTP-Session: e3f4064d-8e67-4985-bdcf-ba91ba8aff95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2755 | 2024.04.10 17:12:26.831752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2756 | 2024.04.10 17:12:26.831800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2757 | 2024.04.10 17:12:26.831819 [ 3 ] {} <Debug> HTTP-Session: 6631b710-3999-43ac-8455-2165caabd63f Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2758 | 2024.04.10 17:12:26.831836 [ 3 ] {} <Debug> HTTP-Session: 6631b710-3999-43ac-8455-2165caabd63f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2759 | 2024.04.10 17:12:26.831854 [ 3 ] {} <Debug> HTTP-Session: 6631b710-3999-43ac-8455-2165caabd63f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2760 | 2024.04.10 17:12:26.831887 [ 3 ] {} <Trace> HTTP-Session: 6631b710-3999-43ac-8455-2165caabd63f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2761 | 2024.04.10 17:12:26.832011 [ 3 ] {1cbb1278-3139-4ed8-ab5c-adbf446ec7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2762 | 2024.04.10 17:12:26.832058 [ 3 ] {1cbb1278-3139-4ed8-ab5c-adbf446ec7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2763 | 2024.04.10 17:12:26.832203 [ 3 ] {1cbb1278-3139-4ed8-ab5c-adbf446ec7f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2764 | 2024.04.10 17:12:26.832604 [ 3 ] {1cbb1278-3139-4ed8-ab5c-adbf446ec7f4} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2765 | 2024.04.10 17:12:26.832642 [ 3 ] {1cbb1278-3139-4ed8-ab5c-adbf446ec7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2766 | 2024.04.10 17:12:26.833059 [ 3 ] {1cbb1278-3139-4ed8-ab5c-adbf446ec7f4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2767 | 2024.04.10 17:12:26.833405 [ 3 ] {1cbb1278-3139-4ed8-ab5c-adbf446ec7f4} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2768 | 2024.04.10 17:12:26.833571 [ 3 ] {1cbb1278-3139-4ed8-ab5c-adbf446ec7f4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001625 sec., 98461.53846153847 rows/sec., 6.86 MiB/sec. | ||
2769 | 2024.04.10 17:12:26.833570 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2770 | 2024.04.10 17:12:26.833676 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2771 | 2024.04.10 17:12:26.833725 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2772 | 2024.04.10 17:12:26.833760 [ 3 ] {1cbb1278-3139-4ed8-ab5c-adbf446ec7f4} <Debug> DynamicQueryHandler: Done processing query | ||
2773 | 2024.04.10 17:12:26.833849 [ 3 ] {1cbb1278-3139-4ed8-ab5c-adbf446ec7f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
2774 | 2024.04.10 17:12:26.833937 [ 3 ] {} <Debug> HTTP-Session: 6631b710-3999-43ac-8455-2165caabd63f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2775 | 2024.04.10 17:12:26.834085 [ 195 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::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 | ||
2776 | 2024.04.10 17:12:26.834198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2777 | 2024.04.10 17:12:26.834344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2778 | 2024.04.10 17:12:26.834399 [ 3 ] {} <Debug> HTTP-Session: 34739f48-7949-4ba4-82f6-29461cd62095 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2779 | 2024.04.10 17:12:26.834457 [ 3 ] {} <Debug> HTTP-Session: 34739f48-7949-4ba4-82f6-29461cd62095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2780 | 2024.04.10 17:12:26.834500 [ 3 ] {} <Debug> HTTP-Session: 34739f48-7949-4ba4-82f6-29461cd62095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2781 | 2024.04.10 17:12:26.834516 [ 195 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2782 | 2024.04.10 17:12:26.834565 [ 3 ] {} <Trace> HTTP-Session: 34739f48-7949-4ba4-82f6-29461cd62095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2783 | 2024.04.10 17:12:26.834590 [ 195 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1654 rows starting from the beginning of the part | ||
2784 | 2024.04.10 17:12:26.834733 [ 195 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
2785 | 2024.04.10 17:12:26.834956 [ 195 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 451 rows starting from the beginning of the part | ||
2786 | 2024.04.10 17:12:26.835051 [ 3 ] {fb41592c-8f51-45ae-8c4e-04357a480e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2787 | 2024.04.10 17:12:26.835222 [ 3 ] {fb41592c-8f51-45ae-8c4e-04357a480e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2788 | 2024.04.10 17:12:26.835297 [ 195 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
2789 | 2024.04.10 17:12:26.835803 [ 195 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
2790 | 2024.04.10 17:12:26.836166 [ 195 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::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 | ||
2791 | 2024.04.10 17:12:26.836602 [ 3 ] {fb41592c-8f51-45ae-8c4e-04357a480e1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2792 | 2024.04.10 17:12:26.837548 [ 3 ] {fb41592c-8f51-45ae-8c4e-04357a480e1a} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2793 | 2024.04.10 17:12:26.837594 [ 3 ] {fb41592c-8f51-45ae-8c4e-04357a480e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2794 | 2024.04.10 17:12:26.838717 [ 3 ] {fb41592c-8f51-45ae-8c4e-04357a480e1a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2795 | 2024.04.10 17:12:26.839564 [ 3 ] {fb41592c-8f51-45ae-8c4e-04357a480e1a} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2796 | 2024.04.10 17:12:26.840037 [ 3 ] {fb41592c-8f51-45ae-8c4e-04357a480e1a} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.005368 sec., 3912.0715350223545 rows/sec., 5.28 MiB/sec. | ||
2797 | 2024.04.10 17:12:26.840373 [ 195 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2745 rows, containing 5 columns (5 merged, 0 gathered) in 0.006562854 sec., 418263.15197625913 rows/sec., 29.17 MiB/sec. | ||
2798 | 2024.04.10 17:12:26.840503 [ 3 ] {fb41592c-8f51-45ae-8c4e-04357a480e1a} <Debug> DynamicQueryHandler: Done processing query | ||
2799 | 2024.04.10 17:12:26.840535 [ 3 ] {fb41592c-8f51-45ae-8c4e-04357a480e1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
2800 | 2024.04.10 17:12:26.840553 [ 3 ] {} <Debug> HTTP-Session: 34739f48-7949-4ba4-82f6-29461cd62095 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2801 | 2024.04.10 17:12:26.840692 [ 195 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2802 | 2024.04.10 17:12:26.840707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2803 | 2024.04.10 17:12:26.840821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2804 | 2024.04.10 17:12:26.840844 [ 3 ] {} <Debug> HTTP-Session: 8af31391-cc11-4062-b915-8c2a78dbac55 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2805 | 2024.04.10 17:12:26.840874 [ 3 ] {} <Debug> HTTP-Session: 8af31391-cc11-4062-b915-8c2a78dbac55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2806 | 2024.04.10 17:12:26.840899 [ 3 ] {} <Debug> HTTP-Session: 8af31391-cc11-4062-b915-8c2a78dbac55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2807 | 2024.04.10 17:12:26.840957 [ 3 ] {} <Trace> HTTP-Session: 8af31391-cc11-4062-b915-8c2a78dbac55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2808 | 2024.04.10 17:12:26.841241 [ 3 ] {c7576c8c-02e3-44a4-94b5-c5357c25ee5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2809 | 2024.04.10 17:12:26.841334 [ 3 ] {c7576c8c-02e3-44a4-94b5-c5357c25ee5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2810 | 2024.04.10 17:12:26.841607 [ 195 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2811 | 2024.04.10 17:12:26.841734 [ 3 ] {c7576c8c-02e3-44a4-94b5-c5357c25ee5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2812 | 2024.04.10 17:12:26.841805 [ 195 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2813 | 2024.04.10 17:12:26.841947 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
2814 | 2024.04.10 17:12:26.842155 [ 3 ] {c7576c8c-02e3-44a4-94b5-c5357c25ee5e} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2815 | 2024.04.10 17:12:26.842197 [ 3 ] {c7576c8c-02e3-44a4-94b5-c5357c25ee5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2816 | 2024.04.10 17:12:26.842580 [ 3 ] {c7576c8c-02e3-44a4-94b5-c5357c25ee5e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2817 | 2024.04.10 17:12:26.842906 [ 3 ] {c7576c8c-02e3-44a4-94b5-c5357c25ee5e} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2818 | 2024.04.10 17:12:26.843058 [ 3 ] {c7576c8c-02e3-44a4-94b5-c5357c25ee5e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001961 sec., 30596.634370219275 rows/sec., 2.06 MiB/sec. | ||
2819 | 2024.04.10 17:12:26.843067 [ 50 ] {} <Debug> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2820 | 2024.04.10 17:12:26.843157 [ 50 ] {} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2821 | 2024.04.10 17:12:26.843207 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2822 | 2024.04.10 17:12:26.843292 [ 3 ] {c7576c8c-02e3-44a4-94b5-c5357c25ee5e} <Debug> DynamicQueryHandler: Done processing query | ||
2823 | 2024.04.10 17:12:26.843332 [ 3 ] {c7576c8c-02e3-44a4-94b5-c5357c25ee5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2824 | 2024.04.10 17:12:26.843351 [ 3 ] {} <Debug> HTTP-Session: 8af31391-cc11-4062-b915-8c2a78dbac55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2825 | 2024.04.10 17:12:26.843364 [ 194 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
2826 | 2024.04.10 17:12:26.843486 [ 194 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2827 | 2024.04.10 17:12:26.843518 [ 194 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 620 rows starting from the beginning of the part | ||
2828 | 2024.04.10 17:12:26.843613 [ 194 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
2829 | 2024.04.10 17:12:26.843778 [ 194 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
2830 | 2024.04.10 17:12:26.844022 [ 194 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
2831 | 2024.04.10 17:12:26.844283 [ 194 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
2832 | 2024.04.10 17:12:26.844408 [ 194 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
2833 | 2024.04.10 17:12:26.845667 [ 195 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 920 rows, containing 4 columns (4 merged, 0 gathered) in 0.00236555 sec., 388915.8969372873 rows/sec., 26.21 MiB/sec. | ||
2834 | 2024.04.10 17:12:26.845870 [ 195 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2835 | 2024.04.10 17:12:26.846249 [ 195 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_16_3} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2836 | 2024.04.10 17:12:26.846326 [ 195 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_16_3} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2837 | 2024.04.10 17:12:26.846406 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
2838 | 2024.04.10 17:12:29.389746 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2839 | 2024.04.10 17:12:29.389799 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2840 | 2024.04.10 17:12:31.824708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2841 | 2024.04.10 17:12:31.824845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2842 | 2024.04.10 17:12:31.824871 [ 3 ] {} <Debug> HTTP-Session: da77e892-8930-40ab-9749-be0d55b04c34 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2843 | 2024.04.10 17:12:31.824896 [ 3 ] {} <Debug> HTTP-Session: da77e892-8930-40ab-9749-be0d55b04c34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2844 | 2024.04.10 17:12:31.824912 [ 3 ] {} <Debug> HTTP-Session: da77e892-8930-40ab-9749-be0d55b04c34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2845 | 2024.04.10 17:12:31.824962 [ 3 ] {} <Trace> HTTP-Session: da77e892-8930-40ab-9749-be0d55b04c34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2846 | 2024.04.10 17:12:31.825078 [ 3 ] {6385f586-cd9e-433b-bbec-8203493fc09c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2847 | 2024.04.10 17:12:31.825141 [ 3 ] {6385f586-cd9e-433b-bbec-8203493fc09c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2848 | 2024.04.10 17:12:31.825327 [ 3 ] {6385f586-cd9e-433b-bbec-8203493fc09c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2849 | 2024.04.10 17:12:31.825749 [ 3 ] {6385f586-cd9e-433b-bbec-8203493fc09c} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2850 | 2024.04.10 17:12:31.825789 [ 3 ] {6385f586-cd9e-433b-bbec-8203493fc09c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2851 | 2024.04.10 17:12:31.826174 [ 3 ] {6385f586-cd9e-433b-bbec-8203493fc09c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2852 | 2024.04.10 17:12:31.826512 [ 3 ] {6385f586-cd9e-433b-bbec-8203493fc09c} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2853 | 2024.04.10 17:12:31.826655 [ 3 ] {6385f586-cd9e-433b-bbec-8203493fc09c} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001633 sec., 6736.068585425597 rows/sec., 545.99 KiB/sec. | ||
2854 | 2024.04.10 17:12:31.826895 [ 3 ] {6385f586-cd9e-433b-bbec-8203493fc09c} <Debug> DynamicQueryHandler: Done processing query | ||
2855 | 2024.04.10 17:12:31.826921 [ 3 ] {6385f586-cd9e-433b-bbec-8203493fc09c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2856 | 2024.04.10 17:12:31.826937 [ 3 ] {} <Debug> HTTP-Session: da77e892-8930-40ab-9749-be0d55b04c34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2857 | 2024.04.10 17:12:31.827079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2858 | 2024.04.10 17:12:31.827130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2859 | 2024.04.10 17:12:31.827149 [ 3 ] {} <Debug> HTTP-Session: ee13f7e7-001d-4af6-a4d9-abea0a9b9696 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2860 | 2024.04.10 17:12:31.827166 [ 3 ] {} <Debug> HTTP-Session: ee13f7e7-001d-4af6-a4d9-abea0a9b9696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2861 | 2024.04.10 17:12:31.827180 [ 3 ] {} <Debug> HTTP-Session: ee13f7e7-001d-4af6-a4d9-abea0a9b9696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2862 | 2024.04.10 17:12:31.827212 [ 3 ] {} <Trace> HTTP-Session: ee13f7e7-001d-4af6-a4d9-abea0a9b9696 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2863 | 2024.04.10 17:12:31.827304 [ 3 ] {92ae778f-ca11-4e80-8f5a-a11e4bd89574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2864 | 2024.04.10 17:12:31.827347 [ 3 ] {92ae778f-ca11-4e80-8f5a-a11e4bd89574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2865 | 2024.04.10 17:12:31.827485 [ 3 ] {92ae778f-ca11-4e80-8f5a-a11e4bd89574} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2866 | 2024.04.10 17:12:31.827848 [ 3 ] {92ae778f-ca11-4e80-8f5a-a11e4bd89574} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2867 | 2024.04.10 17:12:31.827887 [ 3 ] {92ae778f-ca11-4e80-8f5a-a11e4bd89574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2868 | 2024.04.10 17:12:31.828213 [ 3 ] {92ae778f-ca11-4e80-8f5a-a11e4bd89574} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2869 | 2024.04.10 17:12:31.828534 [ 3 ] {92ae778f-ca11-4e80-8f5a-a11e4bd89574} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2870 | 2024.04.10 17:12:31.828664 [ 3 ] {92ae778f-ca11-4e80-8f5a-a11e4bd89574} <Debug> executeQuery: Read 89 rows, 7.48 KiB in 0.001405 sec., 63345.195729537365 rows/sec., 5.20 MiB/sec. | ||
2871 | 2024.04.10 17:12:31.828893 [ 3 ] {92ae778f-ca11-4e80-8f5a-a11e4bd89574} <Debug> DynamicQueryHandler: Done processing query | ||
2872 | 2024.04.10 17:12:31.828920 [ 3 ] {92ae778f-ca11-4e80-8f5a-a11e4bd89574} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2873 | 2024.04.10 17:12:31.828953 [ 3 ] {} <Debug> HTTP-Session: ee13f7e7-001d-4af6-a4d9-abea0a9b9696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2874 | 2024.04.10 17:12:31.829087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2875 | 2024.04.10 17:12:31.829136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2876 | 2024.04.10 17:12:31.829155 [ 3 ] {} <Debug> HTTP-Session: 1108d418-2653-4c78-86b3-3c78845c139c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2877 | 2024.04.10 17:12:31.829172 [ 3 ] {} <Debug> HTTP-Session: 1108d418-2653-4c78-86b3-3c78845c139c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2878 | 2024.04.10 17:12:31.829185 [ 3 ] {} <Debug> HTTP-Session: 1108d418-2653-4c78-86b3-3c78845c139c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2879 | 2024.04.10 17:12:31.829216 [ 3 ] {} <Trace> HTTP-Session: 1108d418-2653-4c78-86b3-3c78845c139c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2880 | 2024.04.10 17:12:31.829304 [ 3 ] {e260ad06-cef1-4bf4-8cc8-af22b6dcb2c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2881 | 2024.04.10 17:12:31.829346 [ 3 ] {e260ad06-cef1-4bf4-8cc8-af22b6dcb2c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2882 | 2024.04.10 17:12:31.829488 [ 3 ] {e260ad06-cef1-4bf4-8cc8-af22b6dcb2c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2883 | 2024.04.10 17:12:31.829817 [ 3 ] {e260ad06-cef1-4bf4-8cc8-af22b6dcb2c3} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2884 | 2024.04.10 17:12:31.829855 [ 3 ] {e260ad06-cef1-4bf4-8cc8-af22b6dcb2c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2885 | 2024.04.10 17:12:31.830163 [ 3 ] {e260ad06-cef1-4bf4-8cc8-af22b6dcb2c3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2886 | 2024.04.10 17:12:31.830466 [ 3 ] {e260ad06-cef1-4bf4-8cc8-af22b6dcb2c3} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2887 | 2024.04.10 17:12:31.830595 [ 3 ] {e260ad06-cef1-4bf4-8cc8-af22b6dcb2c3} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001333 sec., 56264.066016504126 rows/sec., 4.39 MiB/sec. | ||
2888 | 2024.04.10 17:12:31.830713 [ 3 ] {e260ad06-cef1-4bf4-8cc8-af22b6dcb2c3} <Debug> DynamicQueryHandler: Done processing query | ||
2889 | 2024.04.10 17:12:31.830737 [ 3 ] {e260ad06-cef1-4bf4-8cc8-af22b6dcb2c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2890 | 2024.04.10 17:12:31.830752 [ 3 ] {} <Debug> HTTP-Session: 1108d418-2653-4c78-86b3-3c78845c139c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2891 | 2024.04.10 17:12:31.830879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2892 | 2024.04.10 17:12:31.830932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2893 | 2024.04.10 17:12:31.830951 [ 3 ] {} <Debug> HTTP-Session: d6f92214-94e1-4403-ae47-f39e7c20161c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2894 | 2024.04.10 17:12:31.830968 [ 3 ] {} <Debug> HTTP-Session: d6f92214-94e1-4403-ae47-f39e7c20161c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2895 | 2024.04.10 17:12:31.830982 [ 3 ] {} <Debug> HTTP-Session: d6f92214-94e1-4403-ae47-f39e7c20161c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2896 | 2024.04.10 17:12:31.831013 [ 3 ] {} <Trace> HTTP-Session: d6f92214-94e1-4403-ae47-f39e7c20161c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2897 | 2024.04.10 17:12:31.831131 [ 3 ] {6a3226d8-43fd-4b17-8c33-6fac70c2c43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2898 | 2024.04.10 17:12:31.831176 [ 3 ] {6a3226d8-43fd-4b17-8c33-6fac70c2c43c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2899 | 2024.04.10 17:12:31.831316 [ 3 ] {6a3226d8-43fd-4b17-8c33-6fac70c2c43c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2900 | 2024.04.10 17:12:31.831855 [ 3 ] {6a3226d8-43fd-4b17-8c33-6fac70c2c43c} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2901 | 2024.04.10 17:12:31.831892 [ 3 ] {6a3226d8-43fd-4b17-8c33-6fac70c2c43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2902 | 2024.04.10 17:12:31.832287 [ 3 ] {6a3226d8-43fd-4b17-8c33-6fac70c2c43c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2903 | 2024.04.10 17:12:31.832625 [ 3 ] {6a3226d8-43fd-4b17-8c33-6fac70c2c43c} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2904 | 2024.04.10 17:12:31.832760 [ 3 ] {6a3226d8-43fd-4b17-8c33-6fac70c2c43c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00169 sec., 94674.55621301774 rows/sec., 6.59 MiB/sec. | ||
2905 | 2024.04.10 17:12:31.832925 [ 3 ] {6a3226d8-43fd-4b17-8c33-6fac70c2c43c} <Debug> DynamicQueryHandler: Done processing query | ||
2906 | 2024.04.10 17:12:31.832949 [ 3 ] {6a3226d8-43fd-4b17-8c33-6fac70c2c43c} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
2907 | 2024.04.10 17:12:31.832965 [ 3 ] {} <Debug> HTTP-Session: d6f92214-94e1-4403-ae47-f39e7c20161c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2908 | 2024.04.10 17:12:31.833081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2909 | 2024.04.10 17:12:31.833130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2910 | 2024.04.10 17:12:31.833149 [ 3 ] {} <Debug> HTTP-Session: 07c10c17-fb56-4cfe-97cb-2dc03335e989 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2911 | 2024.04.10 17:12:31.833166 [ 3 ] {} <Debug> HTTP-Session: 07c10c17-fb56-4cfe-97cb-2dc03335e989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2912 | 2024.04.10 17:12:31.833180 [ 3 ] {} <Debug> HTTP-Session: 07c10c17-fb56-4cfe-97cb-2dc03335e989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2913 | 2024.04.10 17:12:31.833210 [ 3 ] {} <Trace> HTTP-Session: 07c10c17-fb56-4cfe-97cb-2dc03335e989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2914 | 2024.04.10 17:12:31.833356 [ 3 ] {c3b24fa1-5c03-49d3-b489-103a78850a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2915 | 2024.04.10 17:12:31.833402 [ 3 ] {c3b24fa1-5c03-49d3-b489-103a78850a98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2916 | 2024.04.10 17:12:31.833570 [ 3 ] {c3b24fa1-5c03-49d3-b489-103a78850a98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2917 | 2024.04.10 17:12:31.833932 [ 3 ] {c3b24fa1-5c03-49d3-b489-103a78850a98} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2918 | 2024.04.10 17:12:31.833970 [ 3 ] {c3b24fa1-5c03-49d3-b489-103a78850a98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2919 | 2024.04.10 17:12:31.834365 [ 3 ] {c3b24fa1-5c03-49d3-b489-103a78850a98} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2920 | 2024.04.10 17:12:31.834714 [ 3 ] {c3b24fa1-5c03-49d3-b489-103a78850a98} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2921 | 2024.04.10 17:12:31.834887 [ 3 ] {c3b24fa1-5c03-49d3-b489-103a78850a98} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001625 sec., 6769.2307692307695 rows/sec., 9.13 MiB/sec. | ||
2922 | 2024.04.10 17:12:31.835133 [ 3 ] {c3b24fa1-5c03-49d3-b489-103a78850a98} <Debug> DynamicQueryHandler: Done processing query | ||
2923 | 2024.04.10 17:12:31.835158 [ 3 ] {c3b24fa1-5c03-49d3-b489-103a78850a98} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2924 | 2024.04.10 17:12:31.835174 [ 3 ] {} <Debug> HTTP-Session: 07c10c17-fb56-4cfe-97cb-2dc03335e989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2925 | 2024.04.10 17:12:31.835290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2926 | 2024.04.10 17:12:31.835339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2927 | 2024.04.10 17:12:31.835358 [ 3 ] {} <Debug> HTTP-Session: fe0c5fa1-89a1-46bc-af1d-008f9ae8f777 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2928 | 2024.04.10 17:12:31.835374 [ 3 ] {} <Debug> HTTP-Session: fe0c5fa1-89a1-46bc-af1d-008f9ae8f777 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2929 | 2024.04.10 17:12:31.835389 [ 3 ] {} <Debug> HTTP-Session: fe0c5fa1-89a1-46bc-af1d-008f9ae8f777 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2930 | 2024.04.10 17:12:31.835420 [ 3 ] {} <Trace> HTTP-Session: fe0c5fa1-89a1-46bc-af1d-008f9ae8f777 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2931 | 2024.04.10 17:12:31.835509 [ 3 ] {48329fe5-a27d-478c-8131-39f35af289e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2932 | 2024.04.10 17:12:31.835553 [ 3 ] {48329fe5-a27d-478c-8131-39f35af289e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2933 | 2024.04.10 17:12:31.835697 [ 3 ] {48329fe5-a27d-478c-8131-39f35af289e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2934 | 2024.04.10 17:12:31.836020 [ 3 ] {48329fe5-a27d-478c-8131-39f35af289e1} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2935 | 2024.04.10 17:12:31.836060 [ 3 ] {48329fe5-a27d-478c-8131-39f35af289e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2936 | 2024.04.10 17:12:31.836417 [ 3 ] {48329fe5-a27d-478c-8131-39f35af289e1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2937 | 2024.04.10 17:12:31.836746 [ 3 ] {48329fe5-a27d-478c-8131-39f35af289e1} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2938 | 2024.04.10 17:12:31.836901 [ 3 ] {48329fe5-a27d-478c-8131-39f35af289e1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
2939 | 2024.04.10 17:12:31.837150 [ 3 ] {48329fe5-a27d-478c-8131-39f35af289e1} <Debug> DynamicQueryHandler: Done processing query | ||
2940 | 2024.04.10 17:12:31.837186 [ 3 ] {48329fe5-a27d-478c-8131-39f35af289e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2941 | 2024.04.10 17:12:31.837202 [ 3 ] {} <Debug> HTTP-Session: fe0c5fa1-89a1-46bc-af1d-008f9ae8f777 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2942 | 2024.04.10 17:12:36.825497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2943 | 2024.04.10 17:12:36.825637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2944 | 2024.04.10 17:12:36.825667 [ 3 ] {} <Debug> HTTP-Session: 9436801f-d646-42a0-97f5-0766aef3cedb Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2945 | 2024.04.10 17:12:36.825695 [ 3 ] {} <Debug> HTTP-Session: 9436801f-d646-42a0-97f5-0766aef3cedb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2946 | 2024.04.10 17:12:36.825713 [ 3 ] {} <Debug> HTTP-Session: 9436801f-d646-42a0-97f5-0766aef3cedb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2947 | 2024.04.10 17:12:36.825769 [ 3 ] {} <Trace> HTTP-Session: 9436801f-d646-42a0-97f5-0766aef3cedb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2948 | 2024.04.10 17:12:36.825905 [ 3 ] {e2b702a9-808b-41ca-ae73-882b3f866f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2949 | 2024.04.10 17:12:36.825976 [ 3 ] {e2b702a9-808b-41ca-ae73-882b3f866f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2950 | 2024.04.10 17:12:36.826192 [ 3 ] {e2b702a9-808b-41ca-ae73-882b3f866f21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2951 | 2024.04.10 17:12:36.826682 [ 3 ] {e2b702a9-808b-41ca-ae73-882b3f866f21} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2952 | 2024.04.10 17:12:36.826731 [ 3 ] {e2b702a9-808b-41ca-ae73-882b3f866f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2953 | 2024.04.10 17:12:36.827110 [ 3 ] {e2b702a9-808b-41ca-ae73-882b3f866f21} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2954 | 2024.04.10 17:12:36.827445 [ 3 ] {e2b702a9-808b-41ca-ae73-882b3f866f21} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2955 | 2024.04.10 17:12:36.827610 [ 3 ] {e2b702a9-808b-41ca-ae73-882b3f866f21} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001763 sec., 11911.514463981848 rows/sec., 965.48 KiB/sec. | ||
2956 | 2024.04.10 17:12:36.827622 [ 40 ] {} <Debug> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2957 | 2024.04.10 17:12:36.827730 [ 40 ] {} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2958 | 2024.04.10 17:12:36.827770 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2959 | 2024.04.10 17:12:36.827809 [ 3 ] {e2b702a9-808b-41ca-ae73-882b3f866f21} <Debug> DynamicQueryHandler: Done processing query | ||
2960 | 2024.04.10 17:12:36.827857 [ 3 ] {e2b702a9-808b-41ca-ae73-882b3f866f21} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2961 | 2024.04.10 17:12:36.827897 [ 3 ] {} <Debug> HTTP-Session: 9436801f-d646-42a0-97f5-0766aef3cedb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2962 | 2024.04.10 17:12:36.828000 [ 200 ] {98de0b37-1ab8-4608-8bca-e1c059301187::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 | ||
2963 | 2024.04.10 17:12:36.828095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2964 | 2024.04.10 17:12:36.828221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2965 | 2024.04.10 17:12:36.828271 [ 3 ] {} <Debug> HTTP-Session: b1e4871f-2748-4d91-a304-ed4176220f82 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2966 | 2024.04.10 17:12:36.828282 [ 200 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2967 | 2024.04.10 17:12:36.828300 [ 3 ] {} <Debug> HTTP-Session: b1e4871f-2748-4d91-a304-ed4176220f82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2968 | 2024.04.10 17:12:36.828351 [ 3 ] {} <Debug> HTTP-Session: b1e4871f-2748-4d91-a304-ed4176220f82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2969 | 2024.04.10 17:12:36.828361 [ 200 ] {98de0b37-1ab8-4608-8bca-e1c059301187::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 | ||
2970 | 2024.04.10 17:12:36.828413 [ 3 ] {} <Trace> HTTP-Session: b1e4871f-2748-4d91-a304-ed4176220f82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2971 | 2024.04.10 17:12:36.828618 [ 200 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part | ||
2972 | 2024.04.10 17:12:36.828710 [ 3 ] {54e8aa8f-4648-448d-af9e-3994226c8f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2973 | 2024.04.10 17:12:36.828961 [ 200 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
2974 | 2024.04.10 17:12:36.828956 [ 3 ] {54e8aa8f-4648-448d-af9e-3994226c8f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2975 | 2024.04.10 17:12:36.829282 [ 200 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 21 rows starting from the beginning of the part | ||
2976 | 2024.04.10 17:12:36.829666 [ 200 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 11 rows starting from the beginning of the part | ||
2977 | 2024.04.10 17:12:36.830084 [ 200 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 21 rows starting from the beginning of the part | ||
2978 | 2024.04.10 17:12:36.830422 [ 3 ] {54e8aa8f-4648-448d-af9e-3994226c8f24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2979 | 2024.04.10 17:12:36.831400 [ 3 ] {54e8aa8f-4648-448d-af9e-3994226c8f24} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2980 | 2024.04.10 17:12:36.831473 [ 3 ] {54e8aa8f-4648-448d-af9e-3994226c8f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
2981 | 2024.04.10 17:12:36.832483 [ 3 ] {54e8aa8f-4648-448d-af9e-3994226c8f24} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2982 | 2024.04.10 17:12:36.832777 [ 200 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 101 rows, containing 4 columns (4 merged, 0 gathered) in 0.004906363 sec., 20585.51313875471 rows/sec., 1.63 MiB/sec. | ||
2983 | 2024.04.10 17:12:36.833025 [ 200 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2984 | 2024.04.10 17:12:36.833384 [ 3 ] {54e8aa8f-4648-448d-af9e-3994226c8f24} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2985 | 2024.04.10 17:12:36.833993 [ 3 ] {54e8aa8f-4648-448d-af9e-3994226c8f24} <Debug> executeQuery: Read 119 rows, 10.06 KiB in 0.005444 sec., 21858.927259368113 rows/sec., 1.80 MiB/sec. | ||
2986 | 2024.04.10 17:12:36.834331 [ 3 ] {54e8aa8f-4648-448d-af9e-3994226c8f24} <Debug> DynamicQueryHandler: Done processing query | ||
2987 | 2024.04.10 17:12:36.834337 [ 200 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_6_1} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2988 | 2024.04.10 17:12:36.834369 [ 3 ] {54e8aa8f-4648-448d-af9e-3994226c8f24} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
2989 | 2024.04.10 17:12:36.834421 [ 3 ] {} <Debug> HTTP-Session: b1e4871f-2748-4d91-a304-ed4176220f82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2990 | 2024.04.10 17:12:36.834506 [ 200 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_6_1} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2991 | 2024.04.10 17:12:36.834622 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
2992 | 2024.04.10 17:12:36.834625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2993 | 2024.04.10 17:12:36.834701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2994 | 2024.04.10 17:12:36.834720 [ 3 ] {} <Debug> HTTP-Session: c700f821-4b32-4ec4-b141-c9f50558325c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
2995 | 2024.04.10 17:12:36.834737 [ 3 ] {} <Debug> HTTP-Session: c700f821-4b32-4ec4-b141-c9f50558325c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2996 | 2024.04.10 17:12:36.834751 [ 3 ] {} <Debug> HTTP-Session: c700f821-4b32-4ec4-b141-c9f50558325c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2997 | 2024.04.10 17:12:36.834783 [ 3 ] {} <Trace> HTTP-Session: c700f821-4b32-4ec4-b141-c9f50558325c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2998 | 2024.04.10 17:12:36.834894 [ 3 ] {94f6ac08-4955-4708-aa9a-e2b2538f0015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2999 | 2024.04.10 17:12:36.834936 [ 3 ] {94f6ac08-4955-4708-aa9a-e2b2538f0015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3000 | 2024.04.10 17:12:36.835082 [ 3 ] {94f6ac08-4955-4708-aa9a-e2b2538f0015} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3001 | 2024.04.10 17:12:36.835446 [ 3 ] {94f6ac08-4955-4708-aa9a-e2b2538f0015} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3002 | 2024.04.10 17:12:36.835485 [ 3 ] {94f6ac08-4955-4708-aa9a-e2b2538f0015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3003 | 2024.04.10 17:12:36.835819 [ 3 ] {94f6ac08-4955-4708-aa9a-e2b2538f0015} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3004 | 2024.04.10 17:12:36.836139 [ 3 ] {94f6ac08-4955-4708-aa9a-e2b2538f0015} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3005 | 2024.04.10 17:12:36.836307 [ 3 ] {94f6ac08-4955-4708-aa9a-e2b2538f0015} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001466 sec., 57980.90040927694 rows/sec., 4.53 MiB/sec. | ||
3006 | 2024.04.10 17:12:36.836431 [ 3 ] {94f6ac08-4955-4708-aa9a-e2b2538f0015} <Debug> DynamicQueryHandler: Done processing query | ||
3007 | 2024.04.10 17:12:36.836455 [ 3 ] {94f6ac08-4955-4708-aa9a-e2b2538f0015} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3008 | 2024.04.10 17:12:36.836470 [ 3 ] {} <Debug> HTTP-Session: c700f821-4b32-4ec4-b141-c9f50558325c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3009 | 2024.04.10 17:12:36.836696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3010 | 2024.04.10 17:12:36.836745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3011 | 2024.04.10 17:12:36.836763 [ 3 ] {} <Debug> HTTP-Session: 1c80565a-4bae-4afd-ba15-cef77ce491d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3012 | 2024.04.10 17:12:36.836780 [ 3 ] {} <Debug> HTTP-Session: 1c80565a-4bae-4afd-ba15-cef77ce491d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3013 | 2024.04.10 17:12:36.836794 [ 3 ] {} <Debug> HTTP-Session: 1c80565a-4bae-4afd-ba15-cef77ce491d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3014 | 2024.04.10 17:12:36.836825 [ 3 ] {} <Trace> HTTP-Session: 1c80565a-4bae-4afd-ba15-cef77ce491d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3015 | 2024.04.10 17:12:36.836955 [ 3 ] {6acb527c-adce-4767-a1f8-bbf539f82bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3016 | 2024.04.10 17:12:36.837001 [ 3 ] {6acb527c-adce-4767-a1f8-bbf539f82bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3017 | 2024.04.10 17:12:36.837147 [ 3 ] {6acb527c-adce-4767-a1f8-bbf539f82bea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3018 | 2024.04.10 17:12:36.837534 [ 3 ] {6acb527c-adce-4767-a1f8-bbf539f82bea} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3019 | 2024.04.10 17:12:36.837571 [ 3 ] {6acb527c-adce-4767-a1f8-bbf539f82bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3020 | 2024.04.10 17:12:36.837948 [ 3 ] {6acb527c-adce-4767-a1f8-bbf539f82bea} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3021 | 2024.04.10 17:12:36.838281 [ 3 ] {6acb527c-adce-4767-a1f8-bbf539f82bea} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3022 | 2024.04.10 17:12:36.838447 [ 3 ] {6acb527c-adce-4767-a1f8-bbf539f82bea} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001567 sec., 102105.9349074665 rows/sec., 7.11 MiB/sec. | ||
3023 | 2024.04.10 17:12:36.838755 [ 3 ] {6acb527c-adce-4767-a1f8-bbf539f82bea} <Debug> DynamicQueryHandler: Done processing query | ||
3024 | 2024.04.10 17:12:36.838795 [ 3 ] {6acb527c-adce-4767-a1f8-bbf539f82bea} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3025 | 2024.04.10 17:12:36.838846 [ 3 ] {} <Debug> HTTP-Session: 1c80565a-4bae-4afd-ba15-cef77ce491d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3026 | 2024.04.10 17:12:36.839058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3027 | 2024.04.10 17:12:36.839107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3028 | 2024.04.10 17:12:36.839127 [ 3 ] {} <Debug> HTTP-Session: 8c15ee17-3a80-4738-80b2-789f279d834a Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3029 | 2024.04.10 17:12:36.839144 [ 3 ] {} <Debug> HTTP-Session: 8c15ee17-3a80-4738-80b2-789f279d834a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3030 | 2024.04.10 17:12:36.839157 [ 3 ] {} <Debug> HTTP-Session: 8c15ee17-3a80-4738-80b2-789f279d834a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3031 | 2024.04.10 17:12:36.839189 [ 3 ] {} <Trace> HTTP-Session: 8c15ee17-3a80-4738-80b2-789f279d834a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3032 | 2024.04.10 17:12:36.839388 [ 3 ] {2178cae7-f4ec-4c3f-8e79-ef5e5f790f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3033 | 2024.04.10 17:12:36.839436 [ 3 ] {2178cae7-f4ec-4c3f-8e79-ef5e5f790f16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3034 | 2024.04.10 17:12:36.839617 [ 3 ] {2178cae7-f4ec-4c3f-8e79-ef5e5f790f16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3035 | 2024.04.10 17:12:36.840061 [ 3 ] {2178cae7-f4ec-4c3f-8e79-ef5e5f790f16} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3036 | 2024.04.10 17:12:36.840098 [ 3 ] {2178cae7-f4ec-4c3f-8e79-ef5e5f790f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3037 | 2024.04.10 17:12:36.840488 [ 3 ] {2178cae7-f4ec-4c3f-8e79-ef5e5f790f16} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3038 | 2024.04.10 17:12:36.840831 [ 3 ] {2178cae7-f4ec-4c3f-8e79-ef5e5f790f16} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3039 | 2024.04.10 17:12:36.840979 [ 40 ] {} <Debug> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3040 | 2024.04.10 17:12:36.840997 [ 3 ] {2178cae7-f4ec-4c3f-8e79-ef5e5f790f16} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001751 sec., 11993.146773272416 rows/sec., 16.18 MiB/sec. | ||
3041 | 2024.04.10 17:12:36.841041 [ 40 ] {} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3042 | 2024.04.10 17:12:36.841118 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3043 | 2024.04.10 17:12:36.841275 [ 3 ] {2178cae7-f4ec-4c3f-8e79-ef5e5f790f16} <Debug> DynamicQueryHandler: Done processing query | ||
3044 | 2024.04.10 17:12:36.841293 [ 194 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::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 | ||
3045 | 2024.04.10 17:12:36.841305 [ 3 ] {2178cae7-f4ec-4c3f-8e79-ef5e5f790f16} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3046 | 2024.04.10 17:12:36.841344 [ 3 ] {} <Debug> HTTP-Session: 8c15ee17-3a80-4738-80b2-789f279d834a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3047 | 2024.04.10 17:12:36.841472 [ 194 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3048 | 2024.04.10 17:12:36.841512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3049 | 2024.04.10 17:12:36.841524 [ 194 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::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 | ||
3050 | 2024.04.10 17:12:36.841569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3051 | 2024.04.10 17:12:36.841616 [ 3 ] {} <Debug> HTTP-Session: cb88be78-e01a-4131-84e0-ac840b1e85ee Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3052 | 2024.04.10 17:12:36.841700 [ 3 ] {} <Debug> HTTP-Session: cb88be78-e01a-4131-84e0-ac840b1e85ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3053 | 2024.04.10 17:12:36.841746 [ 3 ] {} <Debug> HTTP-Session: cb88be78-e01a-4131-84e0-ac840b1e85ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3054 | 2024.04.10 17:12:36.841828 [ 194 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part | ||
3055 | 2024.04.10 17:12:36.841861 [ 3 ] {} <Trace> HTTP-Session: cb88be78-e01a-4131-84e0-ac840b1e85ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3056 | 2024.04.10 17:12:36.842130 [ 3 ] {9927aad6-299e-403f-a564-426f4d5fdfba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3057 | 2024.04.10 17:12:36.842161 [ 194 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
3058 | 2024.04.10 17:12:36.842270 [ 3 ] {9927aad6-299e-403f-a564-426f4d5fdfba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3059 | 2024.04.10 17:12:36.842503 [ 194 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 21 rows starting from the beginning of the part | ||
3060 | 2024.04.10 17:12:36.842901 [ 194 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 11 rows starting from the beginning of the part | ||
3061 | 2024.04.10 17:12:36.843237 [ 194 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 21 rows starting from the beginning of the part | ||
3062 | 2024.04.10 17:12:36.843450 [ 3 ] {9927aad6-299e-403f-a564-426f4d5fdfba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3063 | 2024.04.10 17:12:36.844076 [ 3 ] {9927aad6-299e-403f-a564-426f4d5fdfba} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3064 | 2024.04.10 17:12:36.844115 [ 3 ] {9927aad6-299e-403f-a564-426f4d5fdfba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3065 | 2024.04.10 17:12:36.844653 [ 3 ] {9927aad6-299e-403f-a564-426f4d5fdfba} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3066 | 2024.04.10 17:12:36.845332 [ 3 ] {9927aad6-299e-403f-a564-426f4d5fdfba} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3067 | 2024.04.10 17:12:36.845466 [ 200 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 101 rows, containing 6 columns (6 merged, 0 gathered) in 0.004232784 sec., 23861.364057320196 rows/sec., 32.20 MiB/sec. | ||
3068 | 2024.04.10 17:12:36.845645 [ 3 ] {9927aad6-299e-403f-a564-426f4d5fdfba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003685 sec., 16282.225237449118 rows/sec., 1.10 MiB/sec. | ||
3069 | 2024.04.10 17:12:36.845807 [ 3 ] {9927aad6-299e-403f-a564-426f4d5fdfba} <Debug> DynamicQueryHandler: Done processing query | ||
3070 | 2024.04.10 17:12:36.845833 [ 198 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3071 | 2024.04.10 17:12:36.845835 [ 3 ] {9927aad6-299e-403f-a564-426f4d5fdfba} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3072 | 2024.04.10 17:12:36.845871 [ 3 ] {} <Debug> HTTP-Session: cb88be78-e01a-4131-84e0-ac840b1e85ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3073 | 2024.04.10 17:12:36.846313 [ 198 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3074 | 2024.04.10 17:12:36.846386 [ 198 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3075 | 2024.04.10 17:12:36.846458 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
3076 | 2024.04.10 17:12:41.826993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3077 | 2024.04.10 17:12:41.827122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3078 | 2024.04.10 17:12:41.827147 [ 3 ] {} <Debug> HTTP-Session: 1cb14859-a79d-4cf6-8d8b-d4288bbc3258 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3079 | 2024.04.10 17:12:41.827172 [ 3 ] {} <Debug> HTTP-Session: 1cb14859-a79d-4cf6-8d8b-d4288bbc3258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3080 | 2024.04.10 17:12:41.827187 [ 3 ] {} <Debug> HTTP-Session: 1cb14859-a79d-4cf6-8d8b-d4288bbc3258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3081 | 2024.04.10 17:12:41.827236 [ 3 ] {} <Trace> HTTP-Session: 1cb14859-a79d-4cf6-8d8b-d4288bbc3258 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3082 | 2024.04.10 17:12:41.827354 [ 3 ] {5cf3a918-4f54-4866-94a2-75ca12821339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3083 | 2024.04.10 17:12:41.827419 [ 3 ] {5cf3a918-4f54-4866-94a2-75ca12821339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3084 | 2024.04.10 17:12:41.827610 [ 3 ] {5cf3a918-4f54-4866-94a2-75ca12821339} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3085 | 2024.04.10 17:12:41.827984 [ 3 ] {5cf3a918-4f54-4866-94a2-75ca12821339} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3086 | 2024.04.10 17:12:41.828031 [ 3 ] {5cf3a918-4f54-4866-94a2-75ca12821339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3087 | 2024.04.10 17:12:41.828403 [ 3 ] {5cf3a918-4f54-4866-94a2-75ca12821339} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3088 | 2024.04.10 17:12:41.828740 [ 3 ] {5cf3a918-4f54-4866-94a2-75ca12821339} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3089 | 2024.04.10 17:12:41.828903 [ 3 ] {5cf3a918-4f54-4866-94a2-75ca12821339} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001598 sec., 6883.60450563204 rows/sec., 557.95 KiB/sec. | ||
3090 | 2024.04.10 17:12:41.829046 [ 3 ] {5cf3a918-4f54-4866-94a2-75ca12821339} <Debug> DynamicQueryHandler: Done processing query | ||
3091 | 2024.04.10 17:12:41.829071 [ 3 ] {5cf3a918-4f54-4866-94a2-75ca12821339} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3092 | 2024.04.10 17:12:41.829087 [ 3 ] {} <Debug> HTTP-Session: 1cb14859-a79d-4cf6-8d8b-d4288bbc3258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3093 | 2024.04.10 17:12:41.829218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3094 | 2024.04.10 17:12:41.829269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3095 | 2024.04.10 17:12:41.829288 [ 3 ] {} <Debug> HTTP-Session: d1e7c630-cdf9-4315-b92d-15d4620432f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3096 | 2024.04.10 17:12:41.829308 [ 3 ] {} <Debug> HTTP-Session: d1e7c630-cdf9-4315-b92d-15d4620432f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3097 | 2024.04.10 17:12:41.829322 [ 3 ] {} <Debug> HTTP-Session: d1e7c630-cdf9-4315-b92d-15d4620432f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3098 | 2024.04.10 17:12:41.829356 [ 3 ] {} <Trace> HTTP-Session: d1e7c630-cdf9-4315-b92d-15d4620432f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3099 | 2024.04.10 17:12:41.829427 [ 3 ] {3aecf05b-27e9-4314-b91d-410f6c01c4d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3100 | 2024.04.10 17:12:41.829471 [ 3 ] {3aecf05b-27e9-4314-b91d-410f6c01c4d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3101 | 2024.04.10 17:12:41.829600 [ 3 ] {3aecf05b-27e9-4314-b91d-410f6c01c4d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3102 | 2024.04.10 17:12:41.829841 [ 3 ] {3aecf05b-27e9-4314-b91d-410f6c01c4d9} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3103 | 2024.04.10 17:12:41.829879 [ 3 ] {3aecf05b-27e9-4314-b91d-410f6c01c4d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3104 | 2024.04.10 17:12:41.830179 [ 3 ] {3aecf05b-27e9-4314-b91d-410f6c01c4d9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3105 | 2024.04.10 17:12:41.830482 [ 3 ] {3aecf05b-27e9-4314-b91d-410f6c01c4d9} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3106 | 2024.04.10 17:12:41.830641 [ 3 ] {3aecf05b-27e9-4314-b91d-410f6c01c4d9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001231 sec., 1624.6953696181965 rows/sec., 132.48 KiB/sec. | ||
3107 | 2024.04.10 17:12:41.830828 [ 3 ] {3aecf05b-27e9-4314-b91d-410f6c01c4d9} <Debug> DynamicQueryHandler: Done processing query | ||
3108 | 2024.04.10 17:12:41.830861 [ 3 ] {3aecf05b-27e9-4314-b91d-410f6c01c4d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3109 | 2024.04.10 17:12:41.830877 [ 3 ] {} <Debug> HTTP-Session: d1e7c630-cdf9-4315-b92d-15d4620432f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3110 | 2024.04.10 17:12:41.831042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17994, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3111 | 2024.04.10 17:12:41.831089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3112 | 2024.04.10 17:12:41.831108 [ 3 ] {} <Debug> HTTP-Session: 9fc463e5-fdce-4c3d-ac03-43d03ef161a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3113 | 2024.04.10 17:12:41.831125 [ 3 ] {} <Debug> HTTP-Session: 9fc463e5-fdce-4c3d-ac03-43d03ef161a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3114 | 2024.04.10 17:12:41.831138 [ 3 ] {} <Debug> HTTP-Session: 9fc463e5-fdce-4c3d-ac03-43d03ef161a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3115 | 2024.04.10 17:12:41.831168 [ 3 ] {} <Trace> HTTP-Session: 9fc463e5-fdce-4c3d-ac03-43d03ef161a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3116 | 2024.04.10 17:12:41.831301 [ 3 ] {a23dcd03-69d5-4e1c-994d-cce689656827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3117 | 2024.04.10 17:12:41.831343 [ 3 ] {a23dcd03-69d5-4e1c-994d-cce689656827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3118 | 2024.04.10 17:12:41.831480 [ 3 ] {a23dcd03-69d5-4e1c-994d-cce689656827} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3119 | 2024.04.10 17:12:41.831811 [ 3 ] {a23dcd03-69d5-4e1c-994d-cce689656827} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3120 | 2024.04.10 17:12:41.831848 [ 3 ] {a23dcd03-69d5-4e1c-994d-cce689656827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3121 | 2024.04.10 17:12:41.832169 [ 3 ] {a23dcd03-69d5-4e1c-994d-cce689656827} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3122 | 2024.04.10 17:12:41.832469 [ 3 ] {a23dcd03-69d5-4e1c-994d-cce689656827} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3123 | 2024.04.10 17:12:41.832630 [ 3 ] {a23dcd03-69d5-4e1c-994d-cce689656827} <Debug> executeQuery: Read 126 rows, 10.33 KiB in 0.001405 sec., 89679.71530249111 rows/sec., 7.18 MiB/sec. | ||
3124 | 2024.04.10 17:12:41.832627 [ 36 ] {} <Debug> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
3125 | 2024.04.10 17:12:41.832739 [ 36 ] {} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3126 | 2024.04.10 17:12:41.832777 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3127 | 2024.04.10 17:12:41.832807 [ 3 ] {a23dcd03-69d5-4e1c-994d-cce689656827} <Debug> DynamicQueryHandler: Done processing query | ||
3128 | 2024.04.10 17:12:41.832854 [ 3 ] {a23dcd03-69d5-4e1c-994d-cce689656827} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3129 | 2024.04.10 17:12:41.832890 [ 3 ] {} <Debug> HTTP-Session: 9fc463e5-fdce-4c3d-ac03-43d03ef161a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3130 | 2024.04.10 17:12:41.833011 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
3131 | 2024.04.10 17:12:41.833042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3132 | 2024.04.10 17:12:41.833122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3133 | 2024.04.10 17:12:41.833165 [ 3 ] {} <Debug> HTTP-Session: 8ead2ac3-f2bb-483b-a06e-80ef273ccd69 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3134 | 2024.04.10 17:12:41.833209 [ 3 ] {} <Debug> HTTP-Session: 8ead2ac3-f2bb-483b-a06e-80ef273ccd69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3135 | 2024.04.10 17:12:41.833250 [ 3 ] {} <Debug> HTTP-Session: 8ead2ac3-f2bb-483b-a06e-80ef273ccd69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3136 | 2024.04.10 17:12:41.833333 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3137 | 2024.04.10 17:12:41.833342 [ 3 ] {} <Trace> HTTP-Session: 8ead2ac3-f2bb-483b-a06e-80ef273ccd69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3138 | 2024.04.10 17:12:41.833396 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 158 rows starting from the beginning of the part | ||
3139 | 2024.04.10 17:12:41.833508 [ 3 ] {8212ee93-11c1-44d6-aa3b-9561ee6a5759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3140 | 2024.04.10 17:12:41.833588 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 83 rows starting from the beginning of the part | ||
3141 | 2024.04.10 17:12:41.833643 [ 3 ] {8212ee93-11c1-44d6-aa3b-9561ee6a5759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3142 | 2024.04.10 17:12:41.833844 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 119 rows starting from the beginning of the part | ||
3143 | 2024.04.10 17:12:41.834195 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 89 rows starting from the beginning of the part | ||
3144 | 2024.04.10 17:12:41.834574 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 119 rows starting from the beginning of the part | ||
3145 | 2024.04.10 17:12:41.834890 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 126 rows starting from the beginning of the part | ||
3146 | 2024.04.10 17:12:41.835099 [ 3 ] {8212ee93-11c1-44d6-aa3b-9561ee6a5759} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3147 | 2024.04.10 17:12:41.836078 [ 3 ] {8212ee93-11c1-44d6-aa3b-9561ee6a5759} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3148 | 2024.04.10 17:12:41.836146 [ 3 ] {8212ee93-11c1-44d6-aa3b-9561ee6a5759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3149 | 2024.04.10 17:12:41.836928 [ 3 ] {8212ee93-11c1-44d6-aa3b-9561ee6a5759} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3150 | 2024.04.10 17:12:41.837743 [ 3 ] {8212ee93-11c1-44d6-aa3b-9561ee6a5759} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3151 | 2024.04.10 17:12:41.838014 [ 198 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 4 columns (4 merged, 0 gathered) in 0.005125685 sec., 135396.53724331481 rows/sec., 11.03 MiB/sec. | ||
3152 | 2024.04.10 17:12:41.838109 [ 3 ] {8212ee93-11c1-44d6-aa3b-9561ee6a5759} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004672 sec., 428.0821917808219 rows/sec., 29.89 KiB/sec. | ||
3153 | 2024.04.10 17:12:41.838277 [ 198 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
3154 | 2024.04.10 17:12:41.838339 [ 3 ] {8212ee93-11c1-44d6-aa3b-9561ee6a5759} <Debug> DynamicQueryHandler: Done processing query | ||
3155 | 2024.04.10 17:12:41.838365 [ 3 ] {8212ee93-11c1-44d6-aa3b-9561ee6a5759} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3156 | 2024.04.10 17:12:41.838387 [ 3 ] {} <Debug> HTTP-Session: 8ead2ac3-f2bb-483b-a06e-80ef273ccd69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3157 | 2024.04.10 17:12:41.838520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3158 | 2024.04.10 17:12:41.838577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3159 | 2024.04.10 17:12:41.838605 [ 3 ] {} <Debug> HTTP-Session: b49ec8cd-3114-4016-b2fb-d4b829018922 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3160 | 2024.04.10 17:12:41.838626 [ 3 ] {} <Debug> HTTP-Session: b49ec8cd-3114-4016-b2fb-d4b829018922 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3161 | 2024.04.10 17:12:41.838642 [ 3 ] {} <Debug> HTTP-Session: b49ec8cd-3114-4016-b2fb-d4b829018922 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3162 | 2024.04.10 17:12:41.838686 [ 198 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_19_4} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3163 | 2024.04.10 17:12:41.838687 [ 3 ] {} <Trace> HTTP-Session: b49ec8cd-3114-4016-b2fb-d4b829018922 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3164 | 2024.04.10 17:12:41.838788 [ 198 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_19_4} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
3165 | 2024.04.10 17:12:41.838818 [ 3 ] {c7063198-e369-4a81-9245-13e71f73c6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3166 | 2024.04.10 17:12:41.838877 [ 3 ] {c7063198-e369-4a81-9245-13e71f73c6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3167 | 2024.04.10 17:12:41.838880 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
3168 | 2024.04.10 17:12:41.839018 [ 3 ] {c7063198-e369-4a81-9245-13e71f73c6d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3169 | 2024.04.10 17:12:41.839333 [ 3 ] {c7063198-e369-4a81-9245-13e71f73c6d0} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3170 | 2024.04.10 17:12:41.839370 [ 3 ] {c7063198-e369-4a81-9245-13e71f73c6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3171 | 2024.04.10 17:12:41.839678 [ 3 ] {c7063198-e369-4a81-9245-13e71f73c6d0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3172 | 2024.04.10 17:12:41.839986 [ 3 ] {c7063198-e369-4a81-9245-13e71f73c6d0} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3173 | 2024.04.10 17:12:41.840136 [ 36 ] {} <Debug> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
3174 | 2024.04.10 17:12:41.840147 [ 3 ] {c7063198-e369-4a81-9245-13e71f73c6d0} <Debug> executeQuery: Read 101 rows, 8.06 KiB in 0.001379 sec., 73241.47933284989 rows/sec., 5.71 MiB/sec. | ||
3175 | 2024.04.10 17:12:41.840185 [ 36 ] {} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3176 | 2024.04.10 17:12:41.840247 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3177 | 2024.04.10 17:12:41.840403 [ 3 ] {c7063198-e369-4a81-9245-13e71f73c6d0} <Debug> DynamicQueryHandler: Done processing query | ||
3178 | 2024.04.10 17:12:41.840456 [ 3 ] {c7063198-e369-4a81-9245-13e71f73c6d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
3179 | 2024.04.10 17:12:41.840468 [ 200 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
3180 | 2024.04.10 17:12:41.840483 [ 3 ] {} <Debug> HTTP-Session: b49ec8cd-3114-4016-b2fb-d4b829018922 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3181 | 2024.04.10 17:12:41.840682 [ 200 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3182 | 2024.04.10 17:12:41.840728 [ 200 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 128 rows starting from the beginning of the part | ||
3183 | 2024.04.10 17:12:41.840782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 37761, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3184 | 2024.04.10 17:12:41.840934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3185 | 2024.04.10 17:12:41.840980 [ 200 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 79 rows starting from the beginning of the part | ||
3186 | 2024.04.10 17:12:41.841021 [ 3 ] {} <Debug> HTTP-Session: 21a516a8-591f-4396-8f48-df04efeaede9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3187 | 2024.04.10 17:12:41.841116 [ 3 ] {} <Debug> HTTP-Session: 21a516a8-591f-4396-8f48-df04efeaede9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3188 | 2024.04.10 17:12:41.841202 [ 3 ] {} <Debug> HTTP-Session: 21a516a8-591f-4396-8f48-df04efeaede9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3189 | 2024.04.10 17:12:41.841267 [ 200 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 85 rows starting from the beginning of the part | ||
3190 | 2024.04.10 17:12:41.841319 [ 3 ] {} <Trace> HTTP-Session: 21a516a8-591f-4396-8f48-df04efeaede9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3191 | 2024.04.10 17:12:41.841621 [ 200 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 75 rows starting from the beginning of the part | ||
3192 | 2024.04.10 17:12:41.841822 [ 3 ] {f73a3bb4-36e4-4cca-910b-06b54519a4d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3193 | 2024.04.10 17:12:41.841858 [ 200 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 85 rows starting from the beginning of the part | ||
3194 | 2024.04.10 17:12:41.842078 [ 3 ] {f73a3bb4-36e4-4cca-910b-06b54519a4d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3195 | 2024.04.10 17:12:41.842218 [ 200 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 101 rows starting from the beginning of the part | ||
3196 | 2024.04.10 17:12:41.843052 [ 3 ] {f73a3bb4-36e4-4cca-910b-06b54519a4d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3197 | 2024.04.10 17:12:41.844021 [ 3 ] {f73a3bb4-36e4-4cca-910b-06b54519a4d3} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3198 | 2024.04.10 17:12:41.844092 [ 3 ] {f73a3bb4-36e4-4cca-910b-06b54519a4d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3199 | 2024.04.10 17:12:41.844933 [ 200 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 553 rows, containing 4 columns (4 merged, 0 gathered) in 0.004569938 sec., 121008.20623824657 rows/sec., 9.45 MiB/sec. | ||
3200 | 2024.04.10 17:12:41.845084 [ 3 ] {f73a3bb4-36e4-4cca-910b-06b54519a4d3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3201 | 2024.04.10 17:12:41.845123 [ 200 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
3202 | 2024.04.10 17:12:41.846089 [ 3 ] {f73a3bb4-36e4-4cca-910b-06b54519a4d3} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3203 | 2024.04.10 17:12:41.846096 [ 200 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_19_4} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3204 | 2024.04.10 17:12:41.846290 [ 200 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_19_4} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
3205 | 2024.04.10 17:12:41.846394 [ 3 ] {f73a3bb4-36e4-4cca-910b-06b54519a4d3} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.00481 sec., 40956.34095634096 rows/sec., 2.86 MiB/sec. | ||
3206 | 2024.04.10 17:12:41.846467 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3207 | 2024.04.10 17:12:41.846654 [ 3 ] {f73a3bb4-36e4-4cca-910b-06b54519a4d3} <Debug> DynamicQueryHandler: Done processing query | ||
3208 | 2024.04.10 17:12:41.846683 [ 3 ] {f73a3bb4-36e4-4cca-910b-06b54519a4d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3209 | 2024.04.10 17:12:41.846702 [ 3 ] {} <Debug> HTTP-Session: 21a516a8-591f-4396-8f48-df04efeaede9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3210 | 2024.04.10 17:12:41.846827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3211 | 2024.04.10 17:12:41.846875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3212 | 2024.04.10 17:12:41.846895 [ 3 ] {} <Debug> HTTP-Session: aa191e2e-396f-4bb5-bb99-1c8d933c2bd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3213 | 2024.04.10 17:12:41.846914 [ 3 ] {} <Debug> HTTP-Session: aa191e2e-396f-4bb5-bb99-1c8d933c2bd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3214 | 2024.04.10 17:12:41.846930 [ 3 ] {} <Debug> HTTP-Session: aa191e2e-396f-4bb5-bb99-1c8d933c2bd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3215 | 2024.04.10 17:12:41.846965 [ 3 ] {} <Trace> HTTP-Session: aa191e2e-396f-4bb5-bb99-1c8d933c2bd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3216 | 2024.04.10 17:12:41.847116 [ 3 ] {6d02ad6c-e1bf-4584-bb6b-f5c76232f7c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3217 | 2024.04.10 17:12:41.847164 [ 3 ] {6d02ad6c-e1bf-4584-bb6b-f5c76232f7c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3218 | 2024.04.10 17:12:41.847345 [ 3 ] {6d02ad6c-e1bf-4584-bb6b-f5c76232f7c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3219 | 2024.04.10 17:12:41.847651 [ 3 ] {6d02ad6c-e1bf-4584-bb6b-f5c76232f7c3} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3220 | 2024.04.10 17:12:41.847689 [ 3 ] {6d02ad6c-e1bf-4584-bb6b-f5c76232f7c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3221 | 2024.04.10 17:12:41.848087 [ 3 ] {6d02ad6c-e1bf-4584-bb6b-f5c76232f7c3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3222 | 2024.04.10 17:12:41.848438 [ 3 ] {6d02ad6c-e1bf-4584-bb6b-f5c76232f7c3} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3223 | 2024.04.10 17:12:41.848595 [ 3 ] {6d02ad6c-e1bf-4584-bb6b-f5c76232f7c3} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001573 sec., 6993.006993006993 rows/sec., 9.44 MiB/sec. | ||
3224 | 2024.04.10 17:12:41.848713 [ 3 ] {6d02ad6c-e1bf-4584-bb6b-f5c76232f7c3} <Debug> DynamicQueryHandler: Done processing query | ||
3225 | 2024.04.10 17:12:41.848737 [ 3 ] {6d02ad6c-e1bf-4584-bb6b-f5c76232f7c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3226 | 2024.04.10 17:12:41.848754 [ 3 ] {} <Debug> HTTP-Session: aa191e2e-396f-4bb5-bb99-1c8d933c2bd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3227 | 2024.04.10 17:12:41.848879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3228 | 2024.04.10 17:12:41.848925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3229 | 2024.04.10 17:12:41.848945 [ 3 ] {} <Debug> HTTP-Session: 51a2fb8c-6357-4415-b75b-ad9be7dab970 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3230 | 2024.04.10 17:12:41.848962 [ 3 ] {} <Debug> HTTP-Session: 51a2fb8c-6357-4415-b75b-ad9be7dab970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3231 | 2024.04.10 17:12:41.848977 [ 3 ] {} <Debug> HTTP-Session: 51a2fb8c-6357-4415-b75b-ad9be7dab970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3232 | 2024.04.10 17:12:41.849009 [ 3 ] {} <Trace> HTTP-Session: 51a2fb8c-6357-4415-b75b-ad9be7dab970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3233 | 2024.04.10 17:12:41.849090 [ 3 ] {efa5870a-435b-4aae-99e1-899e141ff434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3234 | 2024.04.10 17:12:41.849132 [ 3 ] {efa5870a-435b-4aae-99e1-899e141ff434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3235 | 2024.04.10 17:12:41.849258 [ 3 ] {efa5870a-435b-4aae-99e1-899e141ff434} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3236 | 2024.04.10 17:12:41.849563 [ 3 ] {efa5870a-435b-4aae-99e1-899e141ff434} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3237 | 2024.04.10 17:12:41.849602 [ 3 ] {efa5870a-435b-4aae-99e1-899e141ff434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3238 | 2024.04.10 17:12:41.849960 [ 3 ] {efa5870a-435b-4aae-99e1-899e141ff434} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3239 | 2024.04.10 17:12:41.850293 [ 3 ] {efa5870a-435b-4aae-99e1-899e141ff434} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3240 | 2024.04.10 17:12:41.850452 [ 3 ] {efa5870a-435b-4aae-99e1-899e141ff434} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
3241 | 2024.04.10 17:12:41.850579 [ 3 ] {efa5870a-435b-4aae-99e1-899e141ff434} <Debug> DynamicQueryHandler: Done processing query | ||
3242 | 2024.04.10 17:12:41.850604 [ 3 ] {efa5870a-435b-4aae-99e1-899e141ff434} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3243 | 2024.04.10 17:12:41.850622 [ 3 ] {} <Debug> HTTP-Session: 51a2fb8c-6357-4415-b75b-ad9be7dab970 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3244 | 2024.04.10 17:12:44.390054 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3245 | 2024.04.10 17:12:44.390113 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3246 | 2024.04.10 17:12:46.826169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3247 | 2024.04.10 17:12:46.826312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3248 | 2024.04.10 17:12:46.826343 [ 3 ] {} <Debug> HTTP-Session: a2b1664b-c92f-41d9-a60b-a8083df2ee17 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3249 | 2024.04.10 17:12:46.826372 [ 3 ] {} <Debug> HTTP-Session: a2b1664b-c92f-41d9-a60b-a8083df2ee17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3250 | 2024.04.10 17:12:46.826393 [ 3 ] {} <Debug> HTTP-Session: a2b1664b-c92f-41d9-a60b-a8083df2ee17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3251 | 2024.04.10 17:12:46.826452 [ 3 ] {} <Trace> HTTP-Session: a2b1664b-c92f-41d9-a60b-a8083df2ee17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3252 | 2024.04.10 17:12:46.826575 [ 3 ] {de6fd0f4-46f9-43d9-aef8-cbe55d4e8392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3253 | 2024.04.10 17:12:46.826639 [ 3 ] {de6fd0f4-46f9-43d9-aef8-cbe55d4e8392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3254 | 2024.04.10 17:12:46.826828 [ 3 ] {de6fd0f4-46f9-43d9-aef8-cbe55d4e8392} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3255 | 2024.04.10 17:12:46.827233 [ 3 ] {de6fd0f4-46f9-43d9-aef8-cbe55d4e8392} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3256 | 2024.04.10 17:12:46.827282 [ 3 ] {de6fd0f4-46f9-43d9-aef8-cbe55d4e8392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3257 | 2024.04.10 17:12:46.827668 [ 3 ] {de6fd0f4-46f9-43d9-aef8-cbe55d4e8392} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3258 | 2024.04.10 17:12:46.828011 [ 3 ] {de6fd0f4-46f9-43d9-aef8-cbe55d4e8392} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3259 | 2024.04.10 17:12:46.828178 [ 3 ] {de6fd0f4-46f9-43d9-aef8-cbe55d4e8392} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001654 sec., 12696.493349455865 rows/sec., 1.00 MiB/sec. | ||
3260 | 2024.04.10 17:12:46.828325 [ 3 ] {de6fd0f4-46f9-43d9-aef8-cbe55d4e8392} <Debug> DynamicQueryHandler: Done processing query | ||
3261 | 2024.04.10 17:12:46.828352 [ 3 ] {de6fd0f4-46f9-43d9-aef8-cbe55d4e8392} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3262 | 2024.04.10 17:12:46.828369 [ 3 ] {} <Debug> HTTP-Session: a2b1664b-c92f-41d9-a60b-a8083df2ee17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3263 | 2024.04.10 17:12:46.828511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3264 | 2024.04.10 17:12:46.828558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3265 | 2024.04.10 17:12:46.828578 [ 3 ] {} <Debug> HTTP-Session: 80c732ff-30ab-48b3-a49e-c343c1d7f2f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3266 | 2024.04.10 17:12:46.828595 [ 3 ] {} <Debug> HTTP-Session: 80c732ff-30ab-48b3-a49e-c343c1d7f2f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3267 | 2024.04.10 17:12:46.828610 [ 3 ] {} <Debug> HTTP-Session: 80c732ff-30ab-48b3-a49e-c343c1d7f2f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3268 | 2024.04.10 17:12:46.828643 [ 3 ] {} <Trace> HTTP-Session: 80c732ff-30ab-48b3-a49e-c343c1d7f2f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3269 | 2024.04.10 17:12:46.828737 [ 3 ] {d4f76fdf-6e6b-463d-b543-7cd38e869f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3270 | 2024.04.10 17:12:46.828779 [ 3 ] {d4f76fdf-6e6b-463d-b543-7cd38e869f4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3271 | 2024.04.10 17:12:46.828905 [ 3 ] {d4f76fdf-6e6b-463d-b543-7cd38e869f4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3272 | 2024.04.10 17:12:46.829298 [ 3 ] {d4f76fdf-6e6b-463d-b543-7cd38e869f4d} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3273 | 2024.04.10 17:12:46.829337 [ 3 ] {d4f76fdf-6e6b-463d-b543-7cd38e869f4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3274 | 2024.04.10 17:12:46.829653 [ 3 ] {d4f76fdf-6e6b-463d-b543-7cd38e869f4d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3275 | 2024.04.10 17:12:46.829968 [ 3 ] {d4f76fdf-6e6b-463d-b543-7cd38e869f4d} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3276 | 2024.04.10 17:12:46.830127 [ 3 ] {d4f76fdf-6e6b-463d-b543-7cd38e869f4d} <Debug> executeQuery: Read 119 rows, 10.06 KiB in 0.001436 sec., 82869.08077994428 rows/sec., 6.84 MiB/sec. | ||
3277 | 2024.04.10 17:12:46.830250 [ 3 ] {d4f76fdf-6e6b-463d-b543-7cd38e869f4d} <Debug> DynamicQueryHandler: Done processing query | ||
3278 | 2024.04.10 17:12:46.830275 [ 3 ] {d4f76fdf-6e6b-463d-b543-7cd38e869f4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3279 | 2024.04.10 17:12:46.830292 [ 3 ] {} <Debug> HTTP-Session: 80c732ff-30ab-48b3-a49e-c343c1d7f2f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3280 | 2024.04.10 17:12:46.830414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3281 | 2024.04.10 17:12:46.830463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3282 | 2024.04.10 17:12:46.830482 [ 3 ] {} <Debug> HTTP-Session: 759b1953-ff18-45c8-bf4f-276fda29020d Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3283 | 2024.04.10 17:12:46.830501 [ 3 ] {} <Debug> HTTP-Session: 759b1953-ff18-45c8-bf4f-276fda29020d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3284 | 2024.04.10 17:12:46.830516 [ 3 ] {} <Debug> HTTP-Session: 759b1953-ff18-45c8-bf4f-276fda29020d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3285 | 2024.04.10 17:12:46.830548 [ 3 ] {} <Trace> HTTP-Session: 759b1953-ff18-45c8-bf4f-276fda29020d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3286 | 2024.04.10 17:12:46.830636 [ 3 ] {4c45de39-3acc-4628-953a-3a9fab0a09b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3287 | 2024.04.10 17:12:46.830677 [ 3 ] {4c45de39-3acc-4628-953a-3a9fab0a09b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3288 | 2024.04.10 17:12:46.830803 [ 3 ] {4c45de39-3acc-4628-953a-3a9fab0a09b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3289 | 2024.04.10 17:12:46.831114 [ 3 ] {4c45de39-3acc-4628-953a-3a9fab0a09b4} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3290 | 2024.04.10 17:12:46.831153 [ 3 ] {4c45de39-3acc-4628-953a-3a9fab0a09b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3291 | 2024.04.10 17:12:46.831465 [ 3 ] {4c45de39-3acc-4628-953a-3a9fab0a09b4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3292 | 2024.04.10 17:12:46.831777 [ 3 ] {4c45de39-3acc-4628-953a-3a9fab0a09b4} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3293 | 2024.04.10 17:12:46.831928 [ 3 ] {4c45de39-3acc-4628-953a-3a9fab0a09b4} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001327 sec., 64054.2577241899 rows/sec., 5.00 MiB/sec. | ||
3294 | 2024.04.10 17:12:46.832041 [ 3 ] {4c45de39-3acc-4628-953a-3a9fab0a09b4} <Debug> DynamicQueryHandler: Done processing query | ||
3295 | 2024.04.10 17:12:46.832065 [ 3 ] {4c45de39-3acc-4628-953a-3a9fab0a09b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3296 | 2024.04.10 17:12:46.832082 [ 3 ] {} <Debug> HTTP-Session: 759b1953-ff18-45c8-bf4f-276fda29020d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3297 | 2024.04.10 17:12:46.832232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3298 | 2024.04.10 17:12:46.832280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3299 | 2024.04.10 17:12:46.832300 [ 3 ] {} <Debug> HTTP-Session: 7520af04-1ba9-40cf-a329-f06b777872aa Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3300 | 2024.04.10 17:12:46.832318 [ 3 ] {} <Debug> HTTP-Session: 7520af04-1ba9-40cf-a329-f06b777872aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3301 | 2024.04.10 17:12:46.832333 [ 3 ] {} <Debug> HTTP-Session: 7520af04-1ba9-40cf-a329-f06b777872aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3302 | 2024.04.10 17:12:46.832366 [ 3 ] {} <Trace> HTTP-Session: 7520af04-1ba9-40cf-a329-f06b777872aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3303 | 2024.04.10 17:12:46.832481 [ 3 ] {34ae7cf3-cf08-4d10-8f7b-f481bfa8ec0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3304 | 2024.04.10 17:12:46.832527 [ 3 ] {34ae7cf3-cf08-4d10-8f7b-f481bfa8ec0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3305 | 2024.04.10 17:12:46.832675 [ 3 ] {34ae7cf3-cf08-4d10-8f7b-f481bfa8ec0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3306 | 2024.04.10 17:12:46.833121 [ 3 ] {34ae7cf3-cf08-4d10-8f7b-f481bfa8ec0e} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3307 | 2024.04.10 17:12:46.833158 [ 3 ] {34ae7cf3-cf08-4d10-8f7b-f481bfa8ec0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3308 | 2024.04.10 17:12:46.833556 [ 3 ] {34ae7cf3-cf08-4d10-8f7b-f481bfa8ec0e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3309 | 2024.04.10 17:12:46.833899 [ 3 ] {34ae7cf3-cf08-4d10-8f7b-f481bfa8ec0e} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3310 | 2024.04.10 17:12:46.834059 [ 3 ] {34ae7cf3-cf08-4d10-8f7b-f481bfa8ec0e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec. | ||
3311 | 2024.04.10 17:12:46.834273 [ 3 ] {34ae7cf3-cf08-4d10-8f7b-f481bfa8ec0e} <Debug> DynamicQueryHandler: Done processing query | ||
3312 | 2024.04.10 17:12:46.834319 [ 3 ] {34ae7cf3-cf08-4d10-8f7b-f481bfa8ec0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3313 | 2024.04.10 17:12:46.834351 [ 3 ] {} <Debug> HTTP-Session: 7520af04-1ba9-40cf-a329-f06b777872aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3314 | 2024.04.10 17:12:46.834488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3315 | 2024.04.10 17:12:46.834537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3316 | 2024.04.10 17:12:46.834556 [ 3 ] {} <Debug> HTTP-Session: 424d2e7e-258c-4ee7-9157-17986e26f09d Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3317 | 2024.04.10 17:12:46.834574 [ 3 ] {} <Debug> HTTP-Session: 424d2e7e-258c-4ee7-9157-17986e26f09d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3318 | 2024.04.10 17:12:46.834589 [ 3 ] {} <Debug> HTTP-Session: 424d2e7e-258c-4ee7-9157-17986e26f09d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3319 | 2024.04.10 17:12:46.834620 [ 3 ] {} <Trace> HTTP-Session: 424d2e7e-258c-4ee7-9157-17986e26f09d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3320 | 2024.04.10 17:12:46.834792 [ 3 ] {a45be27b-8d6e-47ff-88ac-b6c1d45e850f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3321 | 2024.04.10 17:12:46.834839 [ 3 ] {a45be27b-8d6e-47ff-88ac-b6c1d45e850f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3322 | 2024.04.10 17:12:46.835019 [ 3 ] {a45be27b-8d6e-47ff-88ac-b6c1d45e850f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3323 | 2024.04.10 17:12:46.835494 [ 3 ] {a45be27b-8d6e-47ff-88ac-b6c1d45e850f} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3324 | 2024.04.10 17:12:46.835532 [ 3 ] {a45be27b-8d6e-47ff-88ac-b6c1d45e850f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3325 | 2024.04.10 17:12:46.835931 [ 3 ] {a45be27b-8d6e-47ff-88ac-b6c1d45e850f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3326 | 2024.04.10 17:12:46.836274 [ 3 ] {a45be27b-8d6e-47ff-88ac-b6c1d45e850f} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3327 | 2024.04.10 17:12:46.836431 [ 3 ] {a45be27b-8d6e-47ff-88ac-b6c1d45e850f} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001763 sec., 11911.514463981848 rows/sec., 16.07 MiB/sec. | ||
3328 | 2024.04.10 17:12:46.836571 [ 3 ] {a45be27b-8d6e-47ff-88ac-b6c1d45e850f} <Debug> DynamicQueryHandler: Done processing query | ||
3329 | 2024.04.10 17:12:46.836596 [ 3 ] {a45be27b-8d6e-47ff-88ac-b6c1d45e850f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3330 | 2024.04.10 17:12:46.836613 [ 3 ] {} <Debug> HTTP-Session: 424d2e7e-258c-4ee7-9157-17986e26f09d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3331 | 2024.04.10 17:12:46.836747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3332 | 2024.04.10 17:12:46.836796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3333 | 2024.04.10 17:12:46.836815 [ 3 ] {} <Debug> HTTP-Session: 9e8c72ca-c75c-4ccb-8cb4-0b154a685260 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3334 | 2024.04.10 17:12:46.836833 [ 3 ] {} <Debug> HTTP-Session: 9e8c72ca-c75c-4ccb-8cb4-0b154a685260 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3335 | 2024.04.10 17:12:46.836848 [ 3 ] {} <Debug> HTTP-Session: 9e8c72ca-c75c-4ccb-8cb4-0b154a685260 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3336 | 2024.04.10 17:12:46.836879 [ 3 ] {} <Trace> HTTP-Session: 9e8c72ca-c75c-4ccb-8cb4-0b154a685260 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3337 | 2024.04.10 17:12:46.836969 [ 3 ] {83b998b1-23e6-4b52-8f0a-61672d8ac218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3338 | 2024.04.10 17:12:46.837012 [ 3 ] {83b998b1-23e6-4b52-8f0a-61672d8ac218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3339 | 2024.04.10 17:12:46.837139 [ 3 ] {83b998b1-23e6-4b52-8f0a-61672d8ac218} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3340 | 2024.04.10 17:12:46.837438 [ 3 ] {83b998b1-23e6-4b52-8f0a-61672d8ac218} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3341 | 2024.04.10 17:12:46.837476 [ 3 ] {83b998b1-23e6-4b52-8f0a-61672d8ac218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3342 | 2024.04.10 17:12:46.837843 [ 3 ] {83b998b1-23e6-4b52-8f0a-61672d8ac218} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3343 | 2024.04.10 17:12:46.838160 [ 3 ] {83b998b1-23e6-4b52-8f0a-61672d8ac218} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3344 | 2024.04.10 17:12:46.838322 [ 3 ] {83b998b1-23e6-4b52-8f0a-61672d8ac218} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
3345 | 2024.04.10 17:12:46.838542 [ 3 ] {83b998b1-23e6-4b52-8f0a-61672d8ac218} <Debug> DynamicQueryHandler: Done processing query | ||
3346 | 2024.04.10 17:12:46.838577 [ 3 ] {83b998b1-23e6-4b52-8f0a-61672d8ac218} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3347 | 2024.04.10 17:12:46.838608 [ 3 ] {} <Debug> HTTP-Session: 9e8c72ca-c75c-4ccb-8cb4-0b154a685260 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3348 | 2024.04.10 17:12:51.826145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3349 | 2024.04.10 17:12:51.826281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3350 | 2024.04.10 17:12:51.826312 [ 3 ] {} <Debug> HTTP-Session: 68cc7049-47b7-4338-8ca6-7b55bd07a296 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3351 | 2024.04.10 17:12:51.826343 [ 3 ] {} <Debug> HTTP-Session: 68cc7049-47b7-4338-8ca6-7b55bd07a296 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3352 | 2024.04.10 17:12:51.826363 [ 3 ] {} <Debug> HTTP-Session: 68cc7049-47b7-4338-8ca6-7b55bd07a296 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3353 | 2024.04.10 17:12:51.826421 [ 3 ] {} <Trace> HTTP-Session: 68cc7049-47b7-4338-8ca6-7b55bd07a296 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3354 | 2024.04.10 17:12:51.826553 [ 3 ] {220e25f7-d1e0-4b44-81b7-165d0c3d1617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3355 | 2024.04.10 17:12:51.826625 [ 3 ] {220e25f7-d1e0-4b44-81b7-165d0c3d1617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3356 | 2024.04.10 17:12:51.826819 [ 3 ] {220e25f7-d1e0-4b44-81b7-165d0c3d1617} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3357 | 2024.04.10 17:12:51.827258 [ 3 ] {220e25f7-d1e0-4b44-81b7-165d0c3d1617} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3358 | 2024.04.10 17:12:51.827303 [ 3 ] {220e25f7-d1e0-4b44-81b7-165d0c3d1617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3359 | 2024.04.10 17:12:51.827696 [ 3 ] {220e25f7-d1e0-4b44-81b7-165d0c3d1617} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3360 | 2024.04.10 17:12:51.828063 [ 3 ] {220e25f7-d1e0-4b44-81b7-165d0c3d1617} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3361 | 2024.04.10 17:12:51.828241 [ 3 ] {220e25f7-d1e0-4b44-81b7-165d0c3d1617} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.00174 sec., 6321.83908045977 rows/sec., 512.41 KiB/sec. | ||
3362 | 2024.04.10 17:12:51.828403 [ 3 ] {220e25f7-d1e0-4b44-81b7-165d0c3d1617} <Debug> DynamicQueryHandler: Done processing query | ||
3363 | 2024.04.10 17:12:51.828431 [ 3 ] {220e25f7-d1e0-4b44-81b7-165d0c3d1617} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3364 | 2024.04.10 17:12:51.828449 [ 3 ] {} <Debug> HTTP-Session: 68cc7049-47b7-4338-8ca6-7b55bd07a296 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3365 | 2024.04.10 17:12:51.828593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3366 | 2024.04.10 17:12:51.828649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3367 | 2024.04.10 17:12:51.828671 [ 3 ] {} <Debug> HTTP-Session: aecc8f8b-2d9a-46c9-94f3-cf9606581d90 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3368 | 2024.04.10 17:12:51.828689 [ 3 ] {} <Debug> HTTP-Session: aecc8f8b-2d9a-46c9-94f3-cf9606581d90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3369 | 2024.04.10 17:12:51.828705 [ 3 ] {} <Debug> HTTP-Session: aecc8f8b-2d9a-46c9-94f3-cf9606581d90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3370 | 2024.04.10 17:12:51.828741 [ 3 ] {} <Trace> HTTP-Session: aecc8f8b-2d9a-46c9-94f3-cf9606581d90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3371 | 2024.04.10 17:12:51.828839 [ 3 ] {93b9fd2c-26bd-45fe-a6ee-97dc49b31c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3372 | 2024.04.10 17:12:51.828883 [ 3 ] {93b9fd2c-26bd-45fe-a6ee-97dc49b31c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3373 | 2024.04.10 17:12:51.829016 [ 3 ] {93b9fd2c-26bd-45fe-a6ee-97dc49b31c59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3374 | 2024.04.10 17:12:51.829440 [ 3 ] {93b9fd2c-26bd-45fe-a6ee-97dc49b31c59} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3375 | 2024.04.10 17:12:51.829480 [ 3 ] {93b9fd2c-26bd-45fe-a6ee-97dc49b31c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3376 | 2024.04.10 17:12:51.829799 [ 3 ] {93b9fd2c-26bd-45fe-a6ee-97dc49b31c59} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3377 | 2024.04.10 17:12:51.830105 [ 3 ] {93b9fd2c-26bd-45fe-a6ee-97dc49b31c59} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3378 | 2024.04.10 17:12:51.830259 [ 3 ] {93b9fd2c-26bd-45fe-a6ee-97dc49b31c59} <Debug> executeQuery: Read 89 rows, 7.48 KiB in 0.00146 sec., 60958.90410958904 rows/sec., 5.00 MiB/sec. | ||
3379 | 2024.04.10 17:12:51.830385 [ 3 ] {93b9fd2c-26bd-45fe-a6ee-97dc49b31c59} <Debug> DynamicQueryHandler: Done processing query | ||
3380 | 2024.04.10 17:12:51.830409 [ 3 ] {93b9fd2c-26bd-45fe-a6ee-97dc49b31c59} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3381 | 2024.04.10 17:12:51.830426 [ 3 ] {} <Debug> HTTP-Session: aecc8f8b-2d9a-46c9-94f3-cf9606581d90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3382 | 2024.04.10 17:12:51.830548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3383 | 2024.04.10 17:12:51.830597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3384 | 2024.04.10 17:12:51.830617 [ 3 ] {} <Debug> HTTP-Session: 7ee0d726-1a2e-4e23-a6b5-e162f1359686 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3385 | 2024.04.10 17:12:51.830634 [ 3 ] {} <Debug> HTTP-Session: 7ee0d726-1a2e-4e23-a6b5-e162f1359686 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3386 | 2024.04.10 17:12:51.830650 [ 3 ] {} <Debug> HTTP-Session: 7ee0d726-1a2e-4e23-a6b5-e162f1359686 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3387 | 2024.04.10 17:12:51.830681 [ 3 ] {} <Trace> HTTP-Session: 7ee0d726-1a2e-4e23-a6b5-e162f1359686 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3388 | 2024.04.10 17:12:51.830772 [ 3 ] {6fb93acf-e1f2-4c78-8998-57f94c2d0690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3389 | 2024.04.10 17:12:51.830814 [ 3 ] {6fb93acf-e1f2-4c78-8998-57f94c2d0690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3390 | 2024.04.10 17:12:51.830940 [ 3 ] {6fb93acf-e1f2-4c78-8998-57f94c2d0690} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3391 | 2024.04.10 17:12:51.831280 [ 3 ] {6fb93acf-e1f2-4c78-8998-57f94c2d0690} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3392 | 2024.04.10 17:12:51.831318 [ 3 ] {6fb93acf-e1f2-4c78-8998-57f94c2d0690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3393 | 2024.04.10 17:12:51.831623 [ 3 ] {6fb93acf-e1f2-4c78-8998-57f94c2d0690} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3394 | 2024.04.10 17:12:51.831930 [ 3 ] {6fb93acf-e1f2-4c78-8998-57f94c2d0690} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3395 | 2024.04.10 17:12:51.832091 [ 3 ] {6fb93acf-e1f2-4c78-8998-57f94c2d0690} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001358 sec., 55228.27687776141 rows/sec., 4.31 MiB/sec. | ||
3396 | 2024.04.10 17:12:51.832329 [ 3 ] {6fb93acf-e1f2-4c78-8998-57f94c2d0690} <Debug> DynamicQueryHandler: Done processing query | ||
3397 | 2024.04.10 17:12:51.832365 [ 3 ] {6fb93acf-e1f2-4c78-8998-57f94c2d0690} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3398 | 2024.04.10 17:12:51.832390 [ 3 ] {} <Debug> HTTP-Session: 7ee0d726-1a2e-4e23-a6b5-e162f1359686 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3399 | 2024.04.10 17:12:51.832545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3400 | 2024.04.10 17:12:51.832595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3401 | 2024.04.10 17:12:51.832615 [ 3 ] {} <Debug> HTTP-Session: 1b7e1268-f1e4-4d85-8d04-c5fde4e60439 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3402 | 2024.04.10 17:12:51.832633 [ 3 ] {} <Debug> HTTP-Session: 1b7e1268-f1e4-4d85-8d04-c5fde4e60439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3403 | 2024.04.10 17:12:51.832647 [ 3 ] {} <Debug> HTTP-Session: 1b7e1268-f1e4-4d85-8d04-c5fde4e60439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3404 | 2024.04.10 17:12:51.832680 [ 3 ] {} <Trace> HTTP-Session: 1b7e1268-f1e4-4d85-8d04-c5fde4e60439 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3405 | 2024.04.10 17:12:51.832800 [ 3 ] {472626d0-ed33-484e-9ca2-f1878583b3d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3406 | 2024.04.10 17:12:51.832847 [ 3 ] {472626d0-ed33-484e-9ca2-f1878583b3d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3407 | 2024.04.10 17:12:51.833013 [ 3 ] {472626d0-ed33-484e-9ca2-f1878583b3d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3408 | 2024.04.10 17:12:51.833414 [ 3 ] {472626d0-ed33-484e-9ca2-f1878583b3d7} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3409 | 2024.04.10 17:12:51.833452 [ 3 ] {472626d0-ed33-484e-9ca2-f1878583b3d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3410 | 2024.04.10 17:12:51.833863 [ 3 ] {472626d0-ed33-484e-9ca2-f1878583b3d7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3411 | 2024.04.10 17:12:51.834326 [ 3 ] {472626d0-ed33-484e-9ca2-f1878583b3d7} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3412 | 2024.04.10 17:12:51.834516 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3413 | 2024.04.10 17:12:51.834526 [ 3 ] {472626d0-ed33-484e-9ca2-f1878583b3d7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001789 sec., 89435.43879262157 rows/sec., 6.23 MiB/sec. | ||
3414 | 2024.04.10 17:12:51.834593 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3415 | 2024.04.10 17:12:51.834656 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3416 | 2024.04.10 17:12:51.834771 [ 3 ] {472626d0-ed33-484e-9ca2-f1878583b3d7} <Debug> DynamicQueryHandler: Done processing query | ||
3417 | 2024.04.10 17:12:51.834809 [ 3 ] {472626d0-ed33-484e-9ca2-f1878583b3d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3418 | 2024.04.10 17:12:51.834816 [ 198 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::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 | ||
3419 | 2024.04.10 17:12:51.834828 [ 3 ] {} <Debug> HTTP-Session: 1b7e1268-f1e4-4d85-8d04-c5fde4e60439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3420 | 2024.04.10 17:12:51.834956 [ 198 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3421 | 2024.04.10 17:12:51.834967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3422 | 2024.04.10 17:12:51.834999 [ 198 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2745 rows starting from the beginning of the part | ||
3423 | 2024.04.10 17:12:51.835026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3424 | 2024.04.10 17:12:51.835050 [ 3 ] {} <Debug> HTTP-Session: 7e2822e5-0aba-45b9-ba1a-c0efbb2d4bbe Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3425 | 2024.04.10 17:12:51.835081 [ 3 ] {} <Debug> HTTP-Session: 7e2822e5-0aba-45b9-ba1a-c0efbb2d4bbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3426 | 2024.04.10 17:12:51.835140 [ 3 ] {} <Debug> HTTP-Session: 7e2822e5-0aba-45b9-ba1a-c0efbb2d4bbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3427 | 2024.04.10 17:12:51.835165 [ 198 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
3428 | 2024.04.10 17:12:51.835245 [ 3 ] {} <Trace> HTTP-Session: 7e2822e5-0aba-45b9-ba1a-c0efbb2d4bbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3429 | 2024.04.10 17:12:51.835507 [ 198 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::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 | ||
3430 | 2024.04.10 17:12:51.835581 [ 3 ] {74b28ae4-ed25-463c-bb2f-4a3761187206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3431 | 2024.04.10 17:12:51.835801 [ 3 ] {74b28ae4-ed25-463c-bb2f-4a3761187206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3432 | 2024.04.10 17:12:51.835873 [ 198 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 197 rows starting from the beginning of the part | ||
3433 | 2024.04.10 17:12:51.836174 [ 198 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::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 | ||
3434 | 2024.04.10 17:12:51.836565 [ 198 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::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 | ||
3435 | 2024.04.10 17:12:51.837274 [ 3 ] {74b28ae4-ed25-463c-bb2f-4a3761187206} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3436 | 2024.04.10 17:12:51.837816 [ 3 ] {74b28ae4-ed25-463c-bb2f-4a3761187206} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3437 | 2024.04.10 17:12:51.837854 [ 3 ] {74b28ae4-ed25-463c-bb2f-4a3761187206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3438 | 2024.04.10 17:12:51.838461 [ 3 ] {74b28ae4-ed25-463c-bb2f-4a3761187206} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3439 | 2024.04.10 17:12:51.839121 [ 3 ] {74b28ae4-ed25-463c-bb2f-4a3761187206} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3440 | 2024.04.10 17:12:51.839375 [ 3 ] {74b28ae4-ed25-463c-bb2f-4a3761187206} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.003986 sec., 2759.6588058203715 rows/sec., 3.72 MiB/sec. | ||
3441 | 2024.04.10 17:12:51.839575 [ 3 ] {74b28ae4-ed25-463c-bb2f-4a3761187206} <Debug> DynamicQueryHandler: Done processing query | ||
3442 | 2024.04.10 17:12:51.839602 [ 3 ] {74b28ae4-ed25-463c-bb2f-4a3761187206} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3443 | 2024.04.10 17:12:51.839645 [ 3 ] {} <Debug> HTTP-Session: 7e2822e5-0aba-45b9-ba1a-c0efbb2d4bbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3444 | 2024.04.10 17:12:51.839795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3445 | 2024.04.10 17:12:51.839828 [ 196 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3582 rows, containing 5 columns (5 merged, 0 gathered) in 0.005070565 sec., 706430.1512750551 rows/sec., 49.26 MiB/sec. | ||
3446 | 2024.04.10 17:12:51.839858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3447 | 2024.04.10 17:12:51.839908 [ 3 ] {} <Debug> HTTP-Session: aa24b80b-c262-4fa7-9b33-cbfddd2144fa Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3448 | 2024.04.10 17:12:51.839934 [ 3 ] {} <Debug> HTTP-Session: aa24b80b-c262-4fa7-9b33-cbfddd2144fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3449 | 2024.04.10 17:12:51.839949 [ 3 ] {} <Debug> HTTP-Session: aa24b80b-c262-4fa7-9b33-cbfddd2144fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3450 | 2024.04.10 17:12:51.839979 [ 3 ] {} <Trace> HTTP-Session: aa24b80b-c262-4fa7-9b33-cbfddd2144fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3451 | 2024.04.10 17:12:51.840069 [ 3 ] {a645857e-2f2f-4e1b-8c9d-d3d8697031b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3452 | 2024.04.10 17:12:51.840117 [ 3 ] {a645857e-2f2f-4e1b-8c9d-d3d8697031b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3453 | 2024.04.10 17:12:51.840320 [ 3 ] {a645857e-2f2f-4e1b-8c9d-d3d8697031b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3454 | 2024.04.10 17:12:51.840422 [ 196 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3455 | 2024.04.10 17:12:51.840991 [ 3 ] {a645857e-2f2f-4e1b-8c9d-d3d8697031b1} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3456 | 2024.04.10 17:12:51.841107 [ 3 ] {a645857e-2f2f-4e1b-8c9d-d3d8697031b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3457 | 2024.04.10 17:12:51.841517 [ 191 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3458 | 2024.04.10 17:12:51.841782 [ 191 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3459 | 2024.04.10 17:12:51.841815 [ 3 ] {a645857e-2f2f-4e1b-8c9d-d3d8697031b1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3460 | 2024.04.10 17:12:51.841977 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
3461 | 2024.04.10 17:12:51.842285 [ 3 ] {a645857e-2f2f-4e1b-8c9d-d3d8697031b1} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3462 | 2024.04.10 17:12:51.842445 [ 27 ] {} <Debug> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3463 | 2024.04.10 17:12:51.842453 [ 3 ] {a645857e-2f2f-4e1b-8c9d-d3d8697031b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002421 sec., 24783.147459727385 rows/sec., 1.67 MiB/sec. | ||
3464 | 2024.04.10 17:12:51.842503 [ 27 ] {} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3465 | 2024.04.10 17:12:51.842569 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3466 | 2024.04.10 17:12:51.842762 [ 3 ] {a645857e-2f2f-4e1b-8c9d-d3d8697031b1} <Debug> DynamicQueryHandler: Done processing query | ||
3467 | 2024.04.10 17:12:51.842840 [ 3 ] {a645857e-2f2f-4e1b-8c9d-d3d8697031b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3468 | 2024.04.10 17:12:51.842907 [ 3 ] {} <Debug> HTTP-Session: aa24b80b-c262-4fa7-9b33-cbfddd2144fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3469 | 2024.04.10 17:12:51.842995 [ 196 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
3470 | 2024.04.10 17:12:51.843220 [ 196 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3471 | 2024.04.10 17:12:51.843254 [ 196 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 920 rows starting from the beginning of the part | ||
3472 | 2024.04.10 17:12:51.843338 [ 196 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
3473 | 2024.04.10 17:12:51.843584 [ 196 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
3474 | 2024.04.10 17:12:51.843681 [ 196 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
3475 | 2024.04.10 17:12:51.843830 [ 196 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
3476 | 2024.04.10 17:12:51.844009 [ 196 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
3477 | 2024.04.10 17:12:51.845259 [ 191 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1220 rows, containing 4 columns (4 merged, 0 gathered) in 0.002576753 sec., 473464.08445046924 rows/sec., 31.91 MiB/sec. | ||
3478 | 2024.04.10 17:12:51.845477 [ 191 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3479 | 2024.04.10 17:12:51.845872 [ 191 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_21_4} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3480 | 2024.04.10 17:12:51.845950 [ 191 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_21_4} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3481 | 2024.04.10 17:12:51.846021 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
3482 | 2024.04.10 17:12:56.826328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3483 | 2024.04.10 17:12:56.826467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3484 | 2024.04.10 17:12:56.826499 [ 3 ] {} <Debug> HTTP-Session: a7109985-b329-4006-afc2-96588ad3b2c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3485 | 2024.04.10 17:12:56.826528 [ 3 ] {} <Debug> HTTP-Session: a7109985-b329-4006-afc2-96588ad3b2c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3486 | 2024.04.10 17:12:56.826546 [ 3 ] {} <Debug> HTTP-Session: a7109985-b329-4006-afc2-96588ad3b2c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3487 | 2024.04.10 17:12:56.826603 [ 3 ] {} <Trace> HTTP-Session: a7109985-b329-4006-afc2-96588ad3b2c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3488 | 2024.04.10 17:12:56.826738 [ 3 ] {438dd9e8-db31-4433-aa37-7181da643a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3489 | 2024.04.10 17:12:56.826806 [ 3 ] {438dd9e8-db31-4433-aa37-7181da643a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3490 | 2024.04.10 17:12:56.827001 [ 3 ] {438dd9e8-db31-4433-aa37-7181da643a33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3491 | 2024.04.10 17:12:56.827408 [ 3 ] {438dd9e8-db31-4433-aa37-7181da643a33} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3492 | 2024.04.10 17:12:56.827455 [ 3 ] {438dd9e8-db31-4433-aa37-7181da643a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3493 | 2024.04.10 17:12:56.827818 [ 3 ] {438dd9e8-db31-4433-aa37-7181da643a33} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3494 | 2024.04.10 17:12:56.828221 [ 3 ] {438dd9e8-db31-4433-aa37-7181da643a33} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3495 | 2024.04.10 17:12:56.828408 [ 3 ] {438dd9e8-db31-4433-aa37-7181da643a33} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001729 sec., 12145.748987854251 rows/sec., 984.47 KiB/sec. | ||
3496 | 2024.04.10 17:12:56.828598 [ 3 ] {438dd9e8-db31-4433-aa37-7181da643a33} <Debug> DynamicQueryHandler: Done processing query | ||
3497 | 2024.04.10 17:12:56.828626 [ 3 ] {438dd9e8-db31-4433-aa37-7181da643a33} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3498 | 2024.04.10 17:12:56.828643 [ 3 ] {} <Debug> HTTP-Session: a7109985-b329-4006-afc2-96588ad3b2c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3499 | 2024.04.10 17:12:56.828774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3500 | 2024.04.10 17:12:56.828828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3501 | 2024.04.10 17:12:56.828847 [ 3 ] {} <Debug> HTTP-Session: cf6130f4-3436-4aa4-a0ce-a32e1507ae9c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3502 | 2024.04.10 17:12:56.828866 [ 3 ] {} <Debug> HTTP-Session: cf6130f4-3436-4aa4-a0ce-a32e1507ae9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3503 | 2024.04.10 17:12:56.828880 [ 3 ] {} <Debug> HTTP-Session: cf6130f4-3436-4aa4-a0ce-a32e1507ae9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3504 | 2024.04.10 17:12:56.828916 [ 3 ] {} <Trace> HTTP-Session: cf6130f4-3436-4aa4-a0ce-a32e1507ae9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3505 | 2024.04.10 17:12:56.828986 [ 3 ] {2708398b-73f7-47d2-9526-36baa2b1e20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3506 | 2024.04.10 17:12:56.829031 [ 3 ] {2708398b-73f7-47d2-9526-36baa2b1e20d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3507 | 2024.04.10 17:12:56.829165 [ 3 ] {2708398b-73f7-47d2-9526-36baa2b1e20d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3508 | 2024.04.10 17:12:56.829477 [ 3 ] {2708398b-73f7-47d2-9526-36baa2b1e20d} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3509 | 2024.04.10 17:12:56.829516 [ 3 ] {2708398b-73f7-47d2-9526-36baa2b1e20d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3510 | 2024.04.10 17:12:56.829818 [ 3 ] {2708398b-73f7-47d2-9526-36baa2b1e20d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3511 | 2024.04.10 17:12:56.830133 [ 3 ] {2708398b-73f7-47d2-9526-36baa2b1e20d} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3512 | 2024.04.10 17:12:56.830296 [ 3 ] {2708398b-73f7-47d2-9526-36baa2b1e20d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001337 sec., 1495.8863126402393 rows/sec., 121.98 KiB/sec. | ||
3513 | 2024.04.10 17:12:56.830424 [ 3 ] {2708398b-73f7-47d2-9526-36baa2b1e20d} <Debug> DynamicQueryHandler: Done processing query | ||
3514 | 2024.04.10 17:12:56.830449 [ 3 ] {2708398b-73f7-47d2-9526-36baa2b1e20d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3515 | 2024.04.10 17:12:56.830466 [ 3 ] {} <Debug> HTTP-Session: cf6130f4-3436-4aa4-a0ce-a32e1507ae9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3516 | 2024.04.10 17:12:56.830588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17454, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3517 | 2024.04.10 17:12:56.830641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3518 | 2024.04.10 17:12:56.830661 [ 3 ] {} <Debug> HTTP-Session: 2e4380f4-84b5-4d2a-a687-87a35248aa66 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3519 | 2024.04.10 17:12:56.830679 [ 3 ] {} <Debug> HTTP-Session: 2e4380f4-84b5-4d2a-a687-87a35248aa66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3520 | 2024.04.10 17:12:56.830693 [ 3 ] {} <Debug> HTTP-Session: 2e4380f4-84b5-4d2a-a687-87a35248aa66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3521 | 2024.04.10 17:12:56.830724 [ 3 ] {} <Trace> HTTP-Session: 2e4380f4-84b5-4d2a-a687-87a35248aa66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3522 | 2024.04.10 17:12:56.830866 [ 3 ] {88073b12-8115-412d-b81f-4ff644d5cfe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3523 | 2024.04.10 17:12:56.830910 [ 3 ] {88073b12-8115-412d-b81f-4ff644d5cfe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3524 | 2024.04.10 17:12:56.831036 [ 3 ] {88073b12-8115-412d-b81f-4ff644d5cfe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3525 | 2024.04.10 17:12:56.831416 [ 3 ] {88073b12-8115-412d-b81f-4ff644d5cfe0} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3526 | 2024.04.10 17:12:56.831454 [ 3 ] {88073b12-8115-412d-b81f-4ff644d5cfe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3527 | 2024.04.10 17:12:56.831771 [ 3 ] {88073b12-8115-412d-b81f-4ff644d5cfe0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3528 | 2024.04.10 17:12:56.832077 [ 3 ] {88073b12-8115-412d-b81f-4ff644d5cfe0} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3529 | 2024.04.10 17:12:56.832234 [ 3 ] {88073b12-8115-412d-b81f-4ff644d5cfe0} <Debug> executeQuery: Read 120 rows, 10.15 KiB in 0.001459 sec., 82248.11514736121 rows/sec., 6.79 MiB/sec. | ||
3530 | 2024.04.10 17:12:56.832360 [ 3 ] {88073b12-8115-412d-b81f-4ff644d5cfe0} <Debug> DynamicQueryHandler: Done processing query | ||
3531 | 2024.04.10 17:12:56.832385 [ 3 ] {88073b12-8115-412d-b81f-4ff644d5cfe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3532 | 2024.04.10 17:12:56.832401 [ 3 ] {} <Debug> HTTP-Session: 2e4380f4-84b5-4d2a-a687-87a35248aa66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3533 | 2024.04.10 17:12:56.832502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3534 | 2024.04.10 17:12:56.832553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3535 | 2024.04.10 17:12:56.832573 [ 3 ] {} <Debug> HTTP-Session: 779c4aaf-860f-438d-ae91-19c31f3db999 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3536 | 2024.04.10 17:12:56.832590 [ 3 ] {} <Debug> HTTP-Session: 779c4aaf-860f-438d-ae91-19c31f3db999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3537 | 2024.04.10 17:12:56.832605 [ 3 ] {} <Debug> HTTP-Session: 779c4aaf-860f-438d-ae91-19c31f3db999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3538 | 2024.04.10 17:12:56.832635 [ 3 ] {} <Trace> HTTP-Session: 779c4aaf-860f-438d-ae91-19c31f3db999 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3539 | 2024.04.10 17:12:56.832700 [ 3 ] {1bbc693e-8c9f-4004-96e6-5c70920872f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3540 | 2024.04.10 17:12:56.832741 [ 3 ] {1bbc693e-8c9f-4004-96e6-5c70920872f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3541 | 2024.04.10 17:12:56.832866 [ 3 ] {1bbc693e-8c9f-4004-96e6-5c70920872f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3542 | 2024.04.10 17:12:56.833158 [ 3 ] {1bbc693e-8c9f-4004-96e6-5c70920872f3} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3543 | 2024.04.10 17:12:56.833199 [ 3 ] {1bbc693e-8c9f-4004-96e6-5c70920872f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3544 | 2024.04.10 17:12:56.833500 [ 3 ] {1bbc693e-8c9f-4004-96e6-5c70920872f3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3545 | 2024.04.10 17:12:56.833804 [ 3 ] {1bbc693e-8c9f-4004-96e6-5c70920872f3} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3546 | 2024.04.10 17:12:56.833956 [ 3 ] {1bbc693e-8c9f-4004-96e6-5c70920872f3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001275 sec., 1568.627450980392 rows/sec., 109.53 KiB/sec. | ||
3547 | 2024.04.10 17:12:56.834187 [ 3 ] {1bbc693e-8c9f-4004-96e6-5c70920872f3} <Debug> DynamicQueryHandler: Done processing query | ||
3548 | 2024.04.10 17:12:56.834212 [ 3 ] {1bbc693e-8c9f-4004-96e6-5c70920872f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3549 | 2024.04.10 17:12:56.834229 [ 3 ] {} <Debug> HTTP-Session: 779c4aaf-860f-438d-ae91-19c31f3db999 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3550 | 2024.04.10 17:12:56.834351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3551 | 2024.04.10 17:12:56.834398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3552 | 2024.04.10 17:12:56.834418 [ 3 ] {} <Debug> HTTP-Session: d30180d4-d4a4-4a91-a594-5b18d4bce44f Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3553 | 2024.04.10 17:12:56.834435 [ 3 ] {} <Debug> HTTP-Session: d30180d4-d4a4-4a91-a594-5b18d4bce44f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3554 | 2024.04.10 17:12:56.834449 [ 3 ] {} <Debug> HTTP-Session: d30180d4-d4a4-4a91-a594-5b18d4bce44f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3555 | 2024.04.10 17:12:56.834479 [ 3 ] {} <Trace> HTTP-Session: d30180d4-d4a4-4a91-a594-5b18d4bce44f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3556 | 2024.04.10 17:12:56.834571 [ 3 ] {516e2ba7-d89f-4047-b0c5-2278a3b5d079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3557 | 2024.04.10 17:12:56.834610 [ 3 ] {516e2ba7-d89f-4047-b0c5-2278a3b5d079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3558 | 2024.04.10 17:12:56.834754 [ 3 ] {516e2ba7-d89f-4047-b0c5-2278a3b5d079} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3559 | 2024.04.10 17:12:56.835090 [ 3 ] {516e2ba7-d89f-4047-b0c5-2278a3b5d079} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3560 | 2024.04.10 17:12:56.835128 [ 3 ] {516e2ba7-d89f-4047-b0c5-2278a3b5d079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3561 | 2024.04.10 17:12:56.835435 [ 3 ] {516e2ba7-d89f-4047-b0c5-2278a3b5d079} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3562 | 2024.04.10 17:12:56.835737 [ 3 ] {516e2ba7-d89f-4047-b0c5-2278a3b5d079} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3563 | 2024.04.10 17:12:56.835887 [ 3 ] {516e2ba7-d89f-4047-b0c5-2278a3b5d079} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.00136 sec., 63970.58823529411 rows/sec., 5.00 MiB/sec. | ||
3564 | 2024.04.10 17:12:56.836008 [ 3 ] {516e2ba7-d89f-4047-b0c5-2278a3b5d079} <Debug> DynamicQueryHandler: Done processing query | ||
3565 | 2024.04.10 17:12:56.836032 [ 3 ] {516e2ba7-d89f-4047-b0c5-2278a3b5d079} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3566 | 2024.04.10 17:12:56.836048 [ 3 ] {} <Debug> HTTP-Session: d30180d4-d4a4-4a91-a594-5b18d4bce44f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3567 | 2024.04.10 17:12:56.836207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3568 | 2024.04.10 17:12:56.836258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3569 | 2024.04.10 17:12:56.836277 [ 3 ] {} <Debug> HTTP-Session: e01d429d-1021-4af5-8d27-b653fb55fe0c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3570 | 2024.04.10 17:12:56.836294 [ 3 ] {} <Debug> HTTP-Session: e01d429d-1021-4af5-8d27-b653fb55fe0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3571 | 2024.04.10 17:12:56.836308 [ 3 ] {} <Debug> HTTP-Session: e01d429d-1021-4af5-8d27-b653fb55fe0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3572 | 2024.04.10 17:12:56.836337 [ 3 ] {} <Trace> HTTP-Session: e01d429d-1021-4af5-8d27-b653fb55fe0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3573 | 2024.04.10 17:12:56.836449 [ 3 ] {9513bbc8-f1a2-420a-b09c-1fb0ff3e8355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3574 | 2024.04.10 17:12:56.836493 [ 3 ] {9513bbc8-f1a2-420a-b09c-1fb0ff3e8355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3575 | 2024.04.10 17:12:56.836637 [ 3 ] {9513bbc8-f1a2-420a-b09c-1fb0ff3e8355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3576 | 2024.04.10 17:12:56.837014 [ 3 ] {9513bbc8-f1a2-420a-b09c-1fb0ff3e8355} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3577 | 2024.04.10 17:12:56.837051 [ 3 ] {9513bbc8-f1a2-420a-b09c-1fb0ff3e8355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3578 | 2024.04.10 17:12:56.837433 [ 3 ] {9513bbc8-f1a2-420a-b09c-1fb0ff3e8355} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3579 | 2024.04.10 17:12:56.837759 [ 3 ] {9513bbc8-f1a2-420a-b09c-1fb0ff3e8355} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3580 | 2024.04.10 17:12:56.837918 [ 3 ] {9513bbc8-f1a2-420a-b09c-1fb0ff3e8355} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001526 sec., 105504.58715596331 rows/sec., 7.35 MiB/sec. | ||
3581 | 2024.04.10 17:12:56.838122 [ 3 ] {9513bbc8-f1a2-420a-b09c-1fb0ff3e8355} <Debug> DynamicQueryHandler: Done processing query | ||
3582 | 2024.04.10 17:12:56.838178 [ 3 ] {9513bbc8-f1a2-420a-b09c-1fb0ff3e8355} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3583 | 2024.04.10 17:12:56.838207 [ 3 ] {} <Debug> HTTP-Session: e01d429d-1021-4af5-8d27-b653fb55fe0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3584 | 2024.04.10 17:12:56.838345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22506, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3585 | 2024.04.10 17:12:56.838393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3586 | 2024.04.10 17:12:56.838412 [ 3 ] {} <Debug> HTTP-Session: f7f30fc7-f091-4250-ba6f-797b68ac411a Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3587 | 2024.04.10 17:12:56.838429 [ 3 ] {} <Debug> HTTP-Session: f7f30fc7-f091-4250-ba6f-797b68ac411a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3588 | 2024.04.10 17:12:56.838443 [ 3 ] {} <Debug> HTTP-Session: f7f30fc7-f091-4250-ba6f-797b68ac411a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3589 | 2024.04.10 17:12:56.838472 [ 3 ] {} <Trace> HTTP-Session: f7f30fc7-f091-4250-ba6f-797b68ac411a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3590 | 2024.04.10 17:12:56.838651 [ 3 ] {25b4bf1a-a8aa-486f-9919-d2a0da22950a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3591 | 2024.04.10 17:12:56.838699 [ 3 ] {25b4bf1a-a8aa-486f-9919-d2a0da22950a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3592 | 2024.04.10 17:12:56.838876 [ 3 ] {25b4bf1a-a8aa-486f-9919-d2a0da22950a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3593 | 2024.04.10 17:12:56.839265 [ 3 ] {25b4bf1a-a8aa-486f-9919-d2a0da22950a} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3594 | 2024.04.10 17:12:56.839302 [ 3 ] {25b4bf1a-a8aa-486f-9919-d2a0da22950a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3595 | 2024.04.10 17:12:56.839698 [ 3 ] {25b4bf1a-a8aa-486f-9919-d2a0da22950a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3596 | 2024.04.10 17:12:56.840028 [ 3 ] {25b4bf1a-a8aa-486f-9919-d2a0da22950a} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3597 | 2024.04.10 17:12:56.840195 [ 3 ] {25b4bf1a-a8aa-486f-9919-d2a0da22950a} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.00167 sec., 12574.850299401198 rows/sec., 16.97 MiB/sec. | ||
3598 | 2024.04.10 17:12:56.840324 [ 3 ] {25b4bf1a-a8aa-486f-9919-d2a0da22950a} <Debug> DynamicQueryHandler: Done processing query | ||
3599 | 2024.04.10 17:12:56.840348 [ 3 ] {25b4bf1a-a8aa-486f-9919-d2a0da22950a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3600 | 2024.04.10 17:12:56.840364 [ 3 ] {} <Debug> HTTP-Session: f7f30fc7-f091-4250-ba6f-797b68ac411a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3601 | 2024.04.10 17:12:56.840481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3602 | 2024.04.10 17:12:56.840528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3603 | 2024.04.10 17:12:56.840547 [ 3 ] {} <Debug> HTTP-Session: bc016497-307d-4ae5-a01f-e00241ef274d Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3604 | 2024.04.10 17:12:56.840564 [ 3 ] {} <Debug> HTTP-Session: bc016497-307d-4ae5-a01f-e00241ef274d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3605 | 2024.04.10 17:12:56.840578 [ 3 ] {} <Debug> HTTP-Session: bc016497-307d-4ae5-a01f-e00241ef274d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3606 | 2024.04.10 17:12:56.840608 [ 3 ] {} <Trace> HTTP-Session: bc016497-307d-4ae5-a01f-e00241ef274d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3607 | 2024.04.10 17:12:56.840689 [ 3 ] {4d8c8774-fd13-4537-877a-5aac68f99bd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3608 | 2024.04.10 17:12:56.840731 [ 3 ] {4d8c8774-fd13-4537-877a-5aac68f99bd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3609 | 2024.04.10 17:12:56.840856 [ 3 ] {4d8c8774-fd13-4537-877a-5aac68f99bd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3610 | 2024.04.10 17:12:56.841134 [ 3 ] {4d8c8774-fd13-4537-877a-5aac68f99bd4} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3611 | 2024.04.10 17:12:56.841171 [ 3 ] {4d8c8774-fd13-4537-877a-5aac68f99bd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3612 | 2024.04.10 17:12:56.841514 [ 3 ] {4d8c8774-fd13-4537-877a-5aac68f99bd4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3613 | 2024.04.10 17:12:56.841819 [ 3 ] {4d8c8774-fd13-4537-877a-5aac68f99bd4} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3614 | 2024.04.10 17:12:56.841976 [ 3 ] {4d8c8774-fd13-4537-877a-5aac68f99bd4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. | ||
3615 | 2024.04.10 17:12:56.842086 [ 3 ] {4d8c8774-fd13-4537-877a-5aac68f99bd4} <Debug> DynamicQueryHandler: Done processing query | ||
3616 | 2024.04.10 17:12:56.842110 [ 3 ] {4d8c8774-fd13-4537-877a-5aac68f99bd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3617 | 2024.04.10 17:12:56.842125 [ 3 ] {} <Debug> HTTP-Session: bc016497-307d-4ae5-a01f-e00241ef274d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3618 | 2024.04.10 17:12:59.390360 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3619 | 2024.04.10 17:12:59.390410 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3620 | 2024.04.10 17:13:00.001335 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000937132 sec. | ||
3621 | 2024.04.10 17:13:01.825250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3622 | 2024.04.10 17:13:01.825363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3623 | 2024.04.10 17:13:01.825388 [ 3 ] {} <Debug> HTTP-Session: cd871b04-7bc3-4206-86a0-3f53abb2b9d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3624 | 2024.04.10 17:13:01.825414 [ 3 ] {} <Debug> HTTP-Session: cd871b04-7bc3-4206-86a0-3f53abb2b9d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3625 | 2024.04.10 17:13:01.825429 [ 3 ] {} <Debug> HTTP-Session: cd871b04-7bc3-4206-86a0-3f53abb2b9d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3626 | 2024.04.10 17:13:01.825477 [ 3 ] {} <Trace> HTTP-Session: cd871b04-7bc3-4206-86a0-3f53abb2b9d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3627 | 2024.04.10 17:13:01.825594 [ 3 ] {ec4c61f1-cc99-4a04-9a81-ae0276e0619b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3628 | 2024.04.10 17:13:01.825657 [ 3 ] {ec4c61f1-cc99-4a04-9a81-ae0276e0619b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3629 | 2024.04.10 17:13:01.825847 [ 3 ] {ec4c61f1-cc99-4a04-9a81-ae0276e0619b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3630 | 2024.04.10 17:13:01.826276 [ 3 ] {ec4c61f1-cc99-4a04-9a81-ae0276e0619b} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3631 | 2024.04.10 17:13:01.826321 [ 3 ] {ec4c61f1-cc99-4a04-9a81-ae0276e0619b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3632 | 2024.04.10 17:13:01.826718 [ 3 ] {ec4c61f1-cc99-4a04-9a81-ae0276e0619b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3633 | 2024.04.10 17:13:01.827058 [ 3 ] {ec4c61f1-cc99-4a04-9a81-ae0276e0619b} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3634 | 2024.04.10 17:13:01.827207 [ 3 ] {ec4c61f1-cc99-4a04-9a81-ae0276e0619b} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001667 sec., 6598.68026394721 rows/sec., 534.85 KiB/sec. | ||
3635 | 2024.04.10 17:13:01.827209 [ 86 ] {} <Debug> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3636 | 2024.04.10 17:13:01.827275 [ 86 ] {} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3637 | 2024.04.10 17:13:01.827316 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3638 | 2024.04.10 17:13:01.827407 [ 3 ] {ec4c61f1-cc99-4a04-9a81-ae0276e0619b} <Debug> DynamicQueryHandler: Done processing query | ||
3639 | 2024.04.10 17:13:01.827480 [ 3 ] {ec4c61f1-cc99-4a04-9a81-ae0276e0619b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3640 | 2024.04.10 17:13:01.827584 [ 3 ] {} <Debug> HTTP-Session: cd871b04-7bc3-4206-86a0-3f53abb2b9d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3641 | 2024.04.10 17:13:01.827927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3642 | 2024.04.10 17:13:01.827974 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::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 | ||
3643 | 2024.04.10 17:13:01.828008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3644 | 2024.04.10 17:13:01.828069 [ 3 ] {} <Debug> HTTP-Session: a4ce9f61-2f51-4810-9150-5234510046aa Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3645 | 2024.04.10 17:13:01.828112 [ 3 ] {} <Debug> HTTP-Session: a4ce9f61-2f51-4810-9150-5234510046aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3646 | 2024.04.10 17:13:01.828160 [ 3 ] {} <Debug> HTTP-Session: a4ce9f61-2f51-4810-9150-5234510046aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3647 | 2024.04.10 17:13:01.828264 [ 3 ] {} <Trace> HTTP-Session: a4ce9f61-2f51-4810-9150-5234510046aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3648 | 2024.04.10 17:13:01.828320 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3649 | 2024.04.10 17:13:01.828384 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 32 rows starting from the beginning of the part | ||
3650 | 2024.04.10 17:13:01.828454 [ 3 ] {a32503f1-5650-48d5-9a81-a4f7d438c0c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3651 | 2024.04.10 17:13:01.828580 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 11 rows starting from the beginning of the part | ||
3652 | 2024.04.10 17:13:01.828612 [ 3 ] {a32503f1-5650-48d5-9a81-a4f7d438c0c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3653 | 2024.04.10 17:13:01.828948 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 21 rows starting from the beginning of the part | ||
3654 | 2024.04.10 17:13:01.829334 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 11 rows starting from the beginning of the part | ||
3655 | 2024.04.10 17:13:01.829706 [ 3 ] {a32503f1-5650-48d5-9a81-a4f7d438c0c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3656 | 2024.04.10 17:13:01.829726 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 21 rows starting from the beginning of the part | ||
3657 | 2024.04.10 17:13:01.830022 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 11 rows starting from the beginning of the part | ||
3658 | 2024.04.10 17:13:01.830750 [ 3 ] {a32503f1-5650-48d5-9a81-a4f7d438c0c0} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3659 | 2024.04.10 17:13:01.830815 [ 3 ] {a32503f1-5650-48d5-9a81-a4f7d438c0c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3660 | 2024.04.10 17:13:01.831654 [ 3 ] {a32503f1-5650-48d5-9a81-a4f7d438c0c0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3661 | 2024.04.10 17:13:01.832618 [ 191 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 107 rows, containing 4 columns (4 merged, 0 gathered) in 0.005174556 sec., 20678.10262368404 rows/sec., 1.64 MiB/sec. | ||
3662 | 2024.04.10 17:13:01.832647 [ 3 ] {a32503f1-5650-48d5-9a81-a4f7d438c0c0} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3663 | 2024.04.10 17:13:01.832843 [ 191 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3664 | 2024.04.10 17:13:01.832976 [ 3 ] {a32503f1-5650-48d5-9a81-a4f7d438c0c0} <Debug> executeQuery: Read 89 rows, 7.48 KiB in 0.004594 sec., 19373.095341750108 rows/sec., 1.59 MiB/sec. | ||
3665 | 2024.04.10 17:13:01.833650 [ 3 ] {a32503f1-5650-48d5-9a81-a4f7d438c0c0} <Debug> DynamicQueryHandler: Done processing query | ||
3666 | 2024.04.10 17:13:01.833694 [ 3 ] {a32503f1-5650-48d5-9a81-a4f7d438c0c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3667 | 2024.04.10 17:13:01.833756 [ 3 ] {} <Debug> HTTP-Session: a4ce9f61-2f51-4810-9150-5234510046aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3668 | 2024.04.10 17:13:01.833914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3669 | 2024.04.10 17:13:01.833999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3670 | 2024.04.10 17:13:01.834015 [ 191 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_11_2} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3671 | 2024.04.10 17:13:01.834032 [ 3 ] {} <Debug> HTTP-Session: 35194044-7fad-4ea0-a364-54e10601f472 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3672 | 2024.04.10 17:13:01.834086 [ 3 ] {} <Debug> HTTP-Session: 35194044-7fad-4ea0-a364-54e10601f472 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3673 | 2024.04.10 17:13:01.834154 [ 3 ] {} <Debug> HTTP-Session: 35194044-7fad-4ea0-a364-54e10601f472 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3674 | 2024.04.10 17:13:01.834167 [ 191 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_11_2} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3675 | 2024.04.10 17:13:01.834218 [ 3 ] {} <Trace> HTTP-Session: 35194044-7fad-4ea0-a364-54e10601f472 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3676 | 2024.04.10 17:13:01.834314 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3677 | 2024.04.10 17:13:01.834408 [ 3 ] {e630e84f-b84c-4424-a329-be8976140326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3678 | 2024.04.10 17:13:01.834459 [ 3 ] {e630e84f-b84c-4424-a329-be8976140326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3679 | 2024.04.10 17:13:01.834610 [ 3 ] {e630e84f-b84c-4424-a329-be8976140326} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3680 | 2024.04.10 17:13:01.834975 [ 3 ] {e630e84f-b84c-4424-a329-be8976140326} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3681 | 2024.04.10 17:13:01.835014 [ 3 ] {e630e84f-b84c-4424-a329-be8976140326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3682 | 2024.04.10 17:13:01.835354 [ 3 ] {e630e84f-b84c-4424-a329-be8976140326} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3683 | 2024.04.10 17:13:01.835665 [ 3 ] {e630e84f-b84c-4424-a329-be8976140326} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3684 | 2024.04.10 17:13:01.835794 [ 3 ] {e630e84f-b84c-4424-a329-be8976140326} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001457 sec., 51475.63486616335 rows/sec., 4.02 MiB/sec. | ||
3685 | 2024.04.10 17:13:01.835948 [ 3 ] {e630e84f-b84c-4424-a329-be8976140326} <Debug> DynamicQueryHandler: Done processing query | ||
3686 | 2024.04.10 17:13:01.835978 [ 3 ] {e630e84f-b84c-4424-a329-be8976140326} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3687 | 2024.04.10 17:13:01.835994 [ 3 ] {} <Debug> HTTP-Session: 35194044-7fad-4ea0-a364-54e10601f472 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3688 | 2024.04.10 17:13:01.836223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3689 | 2024.04.10 17:13:01.836271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3690 | 2024.04.10 17:13:01.836289 [ 3 ] {} <Debug> HTTP-Session: b25b8d03-c71a-481a-9f16-ffca4a1d8b5c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3691 | 2024.04.10 17:13:01.836307 [ 3 ] {} <Debug> HTTP-Session: b25b8d03-c71a-481a-9f16-ffca4a1d8b5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3692 | 2024.04.10 17:13:01.836321 [ 3 ] {} <Debug> HTTP-Session: b25b8d03-c71a-481a-9f16-ffca4a1d8b5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3693 | 2024.04.10 17:13:01.836351 [ 3 ] {} <Trace> HTTP-Session: b25b8d03-c71a-481a-9f16-ffca4a1d8b5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3694 | 2024.04.10 17:13:01.836480 [ 3 ] {69ff727c-2c89-4e5e-940c-a3c4e30dc068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3695 | 2024.04.10 17:13:01.836525 [ 3 ] {69ff727c-2c89-4e5e-940c-a3c4e30dc068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3696 | 2024.04.10 17:13:01.836673 [ 3 ] {69ff727c-2c89-4e5e-940c-a3c4e30dc068} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3697 | 2024.04.10 17:13:01.837037 [ 3 ] {69ff727c-2c89-4e5e-940c-a3c4e30dc068} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3698 | 2024.04.10 17:13:01.837073 [ 3 ] {69ff727c-2c89-4e5e-940c-a3c4e30dc068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3699 | 2024.04.10 17:13:01.837457 [ 3 ] {69ff727c-2c89-4e5e-940c-a3c4e30dc068} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3700 | 2024.04.10 17:13:01.837791 [ 3 ] {69ff727c-2c89-4e5e-940c-a3c4e30dc068} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3701 | 2024.04.10 17:13:01.837920 [ 3 ] {69ff727c-2c89-4e5e-940c-a3c4e30dc068} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001517 sec., 105471.32498352011 rows/sec., 7.35 MiB/sec. | ||
3702 | 2024.04.10 17:13:01.838251 [ 3 ] {69ff727c-2c89-4e5e-940c-a3c4e30dc068} <Debug> DynamicQueryHandler: Done processing query | ||
3703 | 2024.04.10 17:13:01.838338 [ 3 ] {69ff727c-2c89-4e5e-940c-a3c4e30dc068} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3704 | 2024.04.10 17:13:01.838436 [ 3 ] {} <Debug> HTTP-Session: b25b8d03-c71a-481a-9f16-ffca4a1d8b5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3705 | 2024.04.10 17:13:01.838789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3706 | 2024.04.10 17:13:01.838896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3707 | 2024.04.10 17:13:01.838924 [ 3 ] {} <Debug> HTTP-Session: 3b3e2b1b-66dc-480d-9a8b-642e626733ed Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3708 | 2024.04.10 17:13:01.838941 [ 3 ] {} <Debug> HTTP-Session: 3b3e2b1b-66dc-480d-9a8b-642e626733ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3709 | 2024.04.10 17:13:01.838954 [ 3 ] {} <Debug> HTTP-Session: 3b3e2b1b-66dc-480d-9a8b-642e626733ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3710 | 2024.04.10 17:13:01.838985 [ 3 ] {} <Trace> HTTP-Session: 3b3e2b1b-66dc-480d-9a8b-642e626733ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3711 | 2024.04.10 17:13:01.839117 [ 3 ] {de99561d-03cf-4ec3-b5d1-a55ad580a4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3712 | 2024.04.10 17:13:01.839164 [ 3 ] {de99561d-03cf-4ec3-b5d1-a55ad580a4b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3713 | 2024.04.10 17:13:01.839330 [ 3 ] {de99561d-03cf-4ec3-b5d1-a55ad580a4b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3714 | 2024.04.10 17:13:01.839764 [ 3 ] {de99561d-03cf-4ec3-b5d1-a55ad580a4b6} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3715 | 2024.04.10 17:13:01.839801 [ 3 ] {de99561d-03cf-4ec3-b5d1-a55ad580a4b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3716 | 2024.04.10 17:13:01.840186 [ 3 ] {de99561d-03cf-4ec3-b5d1-a55ad580a4b6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3717 | 2024.04.10 17:13:01.840517 [ 3 ] {de99561d-03cf-4ec3-b5d1-a55ad580a4b6} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3718 | 2024.04.10 17:13:01.840643 [ 3 ] {de99561d-03cf-4ec3-b5d1-a55ad580a4b6} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001615 sec., 6811.145510835914 rows/sec., 9.19 MiB/sec. | ||
3719 | 2024.04.10 17:13:01.840745 [ 32 ] {} <Debug> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3720 | 2024.04.10 17:13:01.840863 [ 32 ] {} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3721 | 2024.04.10 17:13:01.840873 [ 3 ] {de99561d-03cf-4ec3-b5d1-a55ad580a4b6} <Debug> DynamicQueryHandler: Done processing query | ||
3722 | 2024.04.10 17:13:01.840932 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3723 | 2024.04.10 17:13:01.840940 [ 3 ] {de99561d-03cf-4ec3-b5d1-a55ad580a4b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3724 | 2024.04.10 17:13:01.840993 [ 3 ] {} <Debug> HTTP-Session: 3b3e2b1b-66dc-480d-9a8b-642e626733ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3725 | 2024.04.10 17:13:01.841150 [ 187 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::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 | ||
3726 | 2024.04.10 17:13:01.841207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3727 | 2024.04.10 17:13:01.841309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3728 | 2024.04.10 17:13:01.841352 [ 3 ] {} <Debug> HTTP-Session: 626f7f45-68a7-4ecb-b1a0-1adebe85f61f Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3729 | 2024.04.10 17:13:01.841411 [ 3 ] {} <Debug> HTTP-Session: 626f7f45-68a7-4ecb-b1a0-1adebe85f61f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3730 | 2024.04.10 17:13:01.841458 [ 3 ] {} <Debug> HTTP-Session: 626f7f45-68a7-4ecb-b1a0-1adebe85f61f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3731 | 2024.04.10 17:13:01.841562 [ 3 ] {} <Trace> HTTP-Session: 626f7f45-68a7-4ecb-b1a0-1adebe85f61f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3732 | 2024.04.10 17:13:01.841719 [ 187 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3733 | 2024.04.10 17:13:01.841771 [ 3 ] {41086355-f4c5-4ac6-adaa-33dfffeb7398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3734 | 2024.04.10 17:13:01.841836 [ 187 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 101 rows starting from the beginning of the part | ||
3735 | 2024.04.10 17:13:01.841857 [ 3 ] {41086355-f4c5-4ac6-adaa-33dfffeb7398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3736 | 2024.04.10 17:13:01.842338 [ 187 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 11 rows starting from the beginning of the part | ||
3737 | 2024.04.10 17:13:01.842578 [ 3 ] {41086355-f4c5-4ac6-adaa-33dfffeb7398} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3738 | 2024.04.10 17:13:01.842720 [ 187 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 21 rows starting from the beginning of the part | ||
3739 | 2024.04.10 17:13:01.843030 [ 187 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 11 rows starting from the beginning of the part | ||
3740 | 2024.04.10 17:13:01.843420 [ 187 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 21 rows starting from the beginning of the part | ||
3741 | 2024.04.10 17:13:01.843786 [ 187 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 11 rows starting from the beginning of the part | ||
3742 | 2024.04.10 17:13:01.843800 [ 3 ] {41086355-f4c5-4ac6-adaa-33dfffeb7398} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3743 | 2024.04.10 17:13:01.843872 [ 3 ] {41086355-f4c5-4ac6-adaa-33dfffeb7398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3744 | 2024.04.10 17:13:01.844944 [ 3 ] {41086355-f4c5-4ac6-adaa-33dfffeb7398} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3745 | 2024.04.10 17:13:01.845910 [ 3 ] {41086355-f4c5-4ac6-adaa-33dfffeb7398} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3746 | 2024.04.10 17:13:01.846348 [ 3 ] {41086355-f4c5-4ac6-adaa-33dfffeb7398} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004643 sec., 12922.679302175316 rows/sec., 891.80 KiB/sec. | ||
3747 | 2024.04.10 17:13:01.846832 [ 3 ] {41086355-f4c5-4ac6-adaa-33dfffeb7398} <Debug> DynamicQueryHandler: Done processing query | ||
3748 | 2024.04.10 17:13:01.846909 [ 3 ] {41086355-f4c5-4ac6-adaa-33dfffeb7398} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3749 | 2024.04.10 17:13:01.847022 [ 3 ] {} <Debug> HTTP-Session: 626f7f45-68a7-4ecb-b1a0-1adebe85f61f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3750 | 2024.04.10 17:13:01.847573 [ 191 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 6 columns (6 merged, 0 gathered) in 0.006492943 sec., 27106.35223503425 rows/sec., 36.58 MiB/sec. | ||
3751 | 2024.04.10 17:13:01.847840 [ 191 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3752 | 2024.04.10 17:13:01.848235 [ 191 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3753 | 2024.04.10 17:13:01.848309 [ 191 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3754 | 2024.04.10 17:13:01.848382 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
3755 | 2024.04.10 17:13:06.826802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3756 | 2024.04.10 17:13:06.826974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3757 | 2024.04.10 17:13:06.827014 [ 3 ] {} <Debug> HTTP-Session: 9cfd26ed-511c-47e9-9d9e-a53638de0bac Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3758 | 2024.04.10 17:13:06.827053 [ 3 ] {} <Debug> HTTP-Session: 9cfd26ed-511c-47e9-9d9e-a53638de0bac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3759 | 2024.04.10 17:13:06.827080 [ 3 ] {} <Debug> HTTP-Session: 9cfd26ed-511c-47e9-9d9e-a53638de0bac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3760 | 2024.04.10 17:13:06.827146 [ 3 ] {} <Trace> HTTP-Session: 9cfd26ed-511c-47e9-9d9e-a53638de0bac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3761 | 2024.04.10 17:13:06.827265 [ 3 ] {72326567-3596-46bb-b369-f8ccffc64751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3762 | 2024.04.10 17:13:06.827327 [ 3 ] {72326567-3596-46bb-b369-f8ccffc64751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3763 | 2024.04.10 17:13:06.827517 [ 3 ] {72326567-3596-46bb-b369-f8ccffc64751} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3764 | 2024.04.10 17:13:06.827987 [ 3 ] {72326567-3596-46bb-b369-f8ccffc64751} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3765 | 2024.04.10 17:13:06.828027 [ 3 ] {72326567-3596-46bb-b369-f8ccffc64751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3766 | 2024.04.10 17:13:06.828410 [ 3 ] {72326567-3596-46bb-b369-f8ccffc64751} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3767 | 2024.04.10 17:13:06.828754 [ 3 ] {72326567-3596-46bb-b369-f8ccffc64751} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3768 | 2024.04.10 17:13:06.828895 [ 3 ] {72326567-3596-46bb-b369-f8ccffc64751} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001686 sec., 12455.516014234876 rows/sec., 1009.58 KiB/sec. | ||
3769 | 2024.04.10 17:13:06.829041 [ 3 ] {72326567-3596-46bb-b369-f8ccffc64751} <Debug> DynamicQueryHandler: Done processing query | ||
3770 | 2024.04.10 17:13:06.829068 [ 3 ] {72326567-3596-46bb-b369-f8ccffc64751} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3771 | 2024.04.10 17:13:06.829084 [ 3 ] {} <Debug> HTTP-Session: 9cfd26ed-511c-47e9-9d9e-a53638de0bac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3772 | 2024.04.10 17:13:06.829272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3773 | 2024.04.10 17:13:06.829321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3774 | 2024.04.10 17:13:06.829339 [ 3 ] {} <Debug> HTTP-Session: bbcbbcb4-e25e-4d33-8bee-8c6fd3dc707f Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3775 | 2024.04.10 17:13:06.829356 [ 3 ] {} <Debug> HTTP-Session: bbcbbcb4-e25e-4d33-8bee-8c6fd3dc707f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3776 | 2024.04.10 17:13:06.829370 [ 3 ] {} <Debug> HTTP-Session: bbcbbcb4-e25e-4d33-8bee-8c6fd3dc707f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3777 | 2024.04.10 17:13:06.829401 [ 3 ] {} <Trace> HTTP-Session: bbcbbcb4-e25e-4d33-8bee-8c6fd3dc707f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3778 | 2024.04.10 17:13:06.829496 [ 3 ] {fb6e730a-be49-4240-bd61-47432aaf4c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3779 | 2024.04.10 17:13:06.829538 [ 3 ] {fb6e730a-be49-4240-bd61-47432aaf4c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3780 | 2024.04.10 17:13:06.829663 [ 3 ] {fb6e730a-be49-4240-bd61-47432aaf4c26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3781 | 2024.04.10 17:13:06.830012 [ 3 ] {fb6e730a-be49-4240-bd61-47432aaf4c26} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3782 | 2024.04.10 17:13:06.830050 [ 3 ] {fb6e730a-be49-4240-bd61-47432aaf4c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3783 | 2024.04.10 17:13:06.830367 [ 3 ] {fb6e730a-be49-4240-bd61-47432aaf4c26} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3784 | 2024.04.10 17:13:06.830677 [ 3 ] {fb6e730a-be49-4240-bd61-47432aaf4c26} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3785 | 2024.04.10 17:13:06.830795 [ 125 ] {} <Debug> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
3786 | 2024.04.10 17:13:06.830802 [ 3 ] {fb6e730a-be49-4240-bd61-47432aaf4c26} <Debug> executeQuery: Read 119 rows, 10.06 KiB in 0.001354 sec., 87887.7400295421 rows/sec., 7.26 MiB/sec. | ||
3787 | 2024.04.10 17:13:06.830835 [ 125 ] {} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3788 | 2024.04.10 17:13:06.830872 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3789 | 2024.04.10 17:13:06.830962 [ 3 ] {fb6e730a-be49-4240-bd61-47432aaf4c26} <Debug> DynamicQueryHandler: Done processing query | ||
3790 | 2024.04.10 17:13:06.831020 [ 3 ] {fb6e730a-be49-4240-bd61-47432aaf4c26} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3791 | 2024.04.10 17:13:06.831092 [ 3 ] {} <Debug> HTTP-Session: bbcbbcb4-e25e-4d33-8bee-8c6fd3dc707f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3792 | 2024.04.10 17:13:06.831454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3793 | 2024.04.10 17:13:06.831612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3794 | 2024.04.10 17:13:06.831603 [ 187 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
3795 | 2024.04.10 17:13:06.831673 [ 3 ] {} <Debug> HTTP-Session: 40bbfc84-ffa4-4710-b315-08c2e6746af1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3796 | 2024.04.10 17:13:06.831737 [ 3 ] {} <Debug> HTTP-Session: 40bbfc84-ffa4-4710-b315-08c2e6746af1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3797 | 2024.04.10 17:13:06.831771 [ 3 ] {} <Debug> HTTP-Session: 40bbfc84-ffa4-4710-b315-08c2e6746af1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3798 | 2024.04.10 17:13:06.831833 [ 3 ] {} <Trace> HTTP-Session: 40bbfc84-ffa4-4710-b315-08c2e6746af1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3799 | 2024.04.10 17:13:06.832074 [ 3 ] {4bbaadef-d309-4d5d-acde-25b5867c5bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3800 | 2024.04.10 17:13:06.832142 [ 187 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3801 | 2024.04.10 17:13:06.832160 [ 3 ] {4bbaadef-d309-4d5d-acde-25b5867c5bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3802 | 2024.04.10 17:13:06.832212 [ 187 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 192 rows starting from the beginning of the part | ||
3803 | 2024.04.10 17:13:06.832488 [ 187 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 119 rows starting from the beginning of the part | ||
3804 | 2024.04.10 17:13:06.832865 [ 187 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 89 rows starting from the beginning of the part | ||
3805 | 2024.04.10 17:13:06.833177 [ 3 ] {4bbaadef-d309-4d5d-acde-25b5867c5bfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3806 | 2024.04.10 17:13:06.833283 [ 187 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 120 rows starting from the beginning of the part | ||
3807 | 2024.04.10 17:13:06.833603 [ 187 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 89 rows starting from the beginning of the part | ||
3808 | 2024.04.10 17:13:06.833765 [ 187 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 119 rows starting from the beginning of the part | ||
3809 | 2024.04.10 17:13:06.834526 [ 3 ] {4bbaadef-d309-4d5d-acde-25b5867c5bfc} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3810 | 2024.04.10 17:13:06.834587 [ 3 ] {4bbaadef-d309-4d5d-acde-25b5867c5bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3811 | 2024.04.10 17:13:06.835386 [ 3 ] {4bbaadef-d309-4d5d-acde-25b5867c5bfc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3812 | 2024.04.10 17:13:06.836234 [ 3 ] {4bbaadef-d309-4d5d-acde-25b5867c5bfc} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3813 | 2024.04.10 17:13:06.836629 [ 125 ] {} <Debug> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
3814 | 2024.04.10 17:13:06.836740 [ 125 ] {} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3815 | 2024.04.10 17:13:06.836758 [ 3 ] {4bbaadef-d309-4d5d-acde-25b5867c5bfc} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.004819 sec., 17638.514214567338 rows/sec., 1.38 MiB/sec. | ||
3816 | 2024.04.10 17:13:06.836790 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3817 | 2024.04.10 17:13:06.836813 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 728 rows, containing 4 columns (4 merged, 0 gathered) in 0.005803104 sec., 125450.10394437185 rows/sec., 10.35 MiB/sec. | ||
3818 | 2024.04.10 17:13:06.837174 [ 3 ] {4bbaadef-d309-4d5d-acde-25b5867c5bfc} <Debug> DynamicQueryHandler: Done processing query | ||
3819 | 2024.04.10 17:13:06.837198 [ 187 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
3820 | 2024.04.10 17:13:06.837234 [ 3 ] {4bbaadef-d309-4d5d-acde-25b5867c5bfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3821 | 2024.04.10 17:13:06.837240 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
3822 | 2024.04.10 17:13:06.837305 [ 3 ] {} <Debug> HTTP-Session: 40bbfc84-ffa4-4710-b315-08c2e6746af1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3823 | 2024.04.10 17:13:06.837577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3824 | 2024.04.10 17:13:06.837660 [ 187 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3825 | 2024.04.10 17:13:06.837752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3826 | 2024.04.10 17:13:06.837843 [ 3 ] {} <Debug> HTTP-Session: 626a0058-1f05-4e07-bad0-857111d701a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3827 | 2024.04.10 17:13:06.837833 [ 187 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 146 rows starting from the beginning of the part | ||
3828 | 2024.04.10 17:13:06.837925 [ 3 ] {} <Debug> HTTP-Session: 626a0058-1f05-4e07-bad0-857111d701a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3829 | 2024.04.10 17:13:06.838018 [ 3 ] {} <Debug> HTTP-Session: 626a0058-1f05-4e07-bad0-857111d701a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3830 | 2024.04.10 17:13:06.838251 [ 3 ] {} <Trace> HTTP-Session: 626a0058-1f05-4e07-bad0-857111d701a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3831 | 2024.04.10 17:13:06.838380 [ 187 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 85 rows starting from the beginning of the part | ||
3832 | 2024.04.10 17:13:06.838900 [ 3 ] {f29fd6cc-83fd-4240-a5ce-b33a5aac6df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3833 | 2024.04.10 17:13:06.838961 [ 187 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 75 rows starting from the beginning of the part | ||
3834 | 2024.04.10 17:13:06.838985 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_24_5} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3835 | 2024.04.10 17:13:06.839095 [ 3 ] {f29fd6cc-83fd-4240-a5ce-b33a5aac6df5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3836 | 2024.04.10 17:13:06.839415 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_24_5} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
3837 | 2024.04.10 17:13:06.839592 [ 187 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 87 rows starting from the beginning of the part | ||
3838 | 2024.04.10 17:13:06.839687 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
3839 | 2024.04.10 17:13:06.840003 [ 187 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 75 rows starting from the beginning of the part | ||
3840 | 2024.04.10 17:13:06.840299 [ 187 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 85 rows starting from the beginning of the part | ||
3841 | 2024.04.10 17:13:06.840793 [ 3 ] {f29fd6cc-83fd-4240-a5ce-b33a5aac6df5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3842 | 2024.04.10 17:13:06.841771 [ 3 ] {f29fd6cc-83fd-4240-a5ce-b33a5aac6df5} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3843 | 2024.04.10 17:13:06.841832 [ 3 ] {f29fd6cc-83fd-4240-a5ce-b33a5aac6df5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3844 | 2024.04.10 17:13:06.842961 [ 3 ] {f29fd6cc-83fd-4240-a5ce-b33a5aac6df5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3845 | 2024.04.10 17:13:06.843005 [ 186 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 553 rows, containing 4 columns (4 merged, 0 gathered) in 0.006054157 sec., 91342.19677487716 rows/sec., 7.13 MiB/sec. | ||
3846 | 2024.04.10 17:13:06.843315 [ 186 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
3847 | 2024.04.10 17:13:06.843670 [ 3 ] {f29fd6cc-83fd-4240-a5ce-b33a5aac6df5} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3848 | 2024.04.10 17:13:06.844049 [ 3 ] {f29fd6cc-83fd-4240-a5ce-b33a5aac6df5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005544 sec., 28860.02886002886 rows/sec., 2.01 MiB/sec. | ||
3849 | 2024.04.10 17:13:06.844310 [ 186 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_24_5} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3850 | 2024.04.10 17:13:06.844383 [ 3 ] {f29fd6cc-83fd-4240-a5ce-b33a5aac6df5} <Debug> DynamicQueryHandler: Done processing query | ||
3851 | 2024.04.10 17:13:06.844437 [ 3 ] {f29fd6cc-83fd-4240-a5ce-b33a5aac6df5} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3852 | 2024.04.10 17:13:06.844460 [ 3 ] {} <Debug> HTTP-Session: 626a0058-1f05-4e07-bad0-857111d701a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3853 | 2024.04.10 17:13:06.844477 [ 186 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_24_5} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
3854 | 2024.04.10 17:13:06.844606 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3855 | 2024.04.10 17:13:06.844654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3856 | 2024.04.10 17:13:06.844714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3857 | 2024.04.10 17:13:06.844733 [ 3 ] {} <Debug> HTTP-Session: 33f09233-ce9e-474a-ace2-1644d84ce3d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3858 | 2024.04.10 17:13:06.844749 [ 3 ] {} <Debug> HTTP-Session: 33f09233-ce9e-474a-ace2-1644d84ce3d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3859 | 2024.04.10 17:13:06.844763 [ 3 ] {} <Debug> HTTP-Session: 33f09233-ce9e-474a-ace2-1644d84ce3d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3860 | 2024.04.10 17:13:06.844797 [ 3 ] {} <Trace> HTTP-Session: 33f09233-ce9e-474a-ace2-1644d84ce3d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3861 | 2024.04.10 17:13:06.844980 [ 3 ] {4cc2d854-0aab-4838-a77b-8489c3faa599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3862 | 2024.04.10 17:13:06.845028 [ 3 ] {4cc2d854-0aab-4838-a77b-8489c3faa599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3863 | 2024.04.10 17:13:06.845213 [ 3 ] {4cc2d854-0aab-4838-a77b-8489c3faa599} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3864 | 2024.04.10 17:13:06.845669 [ 3 ] {4cc2d854-0aab-4838-a77b-8489c3faa599} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3865 | 2024.04.10 17:13:06.845721 [ 3 ] {4cc2d854-0aab-4838-a77b-8489c3faa599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3866 | 2024.04.10 17:13:06.846212 [ 3 ] {4cc2d854-0aab-4838-a77b-8489c3faa599} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3867 | 2024.04.10 17:13:06.846558 [ 3 ] {4cc2d854-0aab-4838-a77b-8489c3faa599} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3868 | 2024.04.10 17:13:06.846688 [ 3 ] {4cc2d854-0aab-4838-a77b-8489c3faa599} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001837 sec., 11431.682090364724 rows/sec., 15.43 MiB/sec. | ||
3869 | 2024.04.10 17:13:06.846852 [ 3 ] {4cc2d854-0aab-4838-a77b-8489c3faa599} <Debug> DynamicQueryHandler: Done processing query | ||
3870 | 2024.04.10 17:13:06.846884 [ 3 ] {4cc2d854-0aab-4838-a77b-8489c3faa599} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3871 | 2024.04.10 17:13:06.846901 [ 3 ] {} <Debug> HTTP-Session: 33f09233-ce9e-474a-ace2-1644d84ce3d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3872 | 2024.04.10 17:13:06.847023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3873 | 2024.04.10 17:13:06.847072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3874 | 2024.04.10 17:13:06.847090 [ 3 ] {} <Debug> HTTP-Session: 77627a26-13d6-45f7-aa9e-852920f90778 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3875 | 2024.04.10 17:13:06.847107 [ 3 ] {} <Debug> HTTP-Session: 77627a26-13d6-45f7-aa9e-852920f90778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3876 | 2024.04.10 17:13:06.847122 [ 3 ] {} <Debug> HTTP-Session: 77627a26-13d6-45f7-aa9e-852920f90778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3877 | 2024.04.10 17:13:06.847154 [ 3 ] {} <Trace> HTTP-Session: 77627a26-13d6-45f7-aa9e-852920f90778 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3878 | 2024.04.10 17:13:06.847238 [ 3 ] {37a152ad-82cc-49b9-b23e-cc6396f64a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3879 | 2024.04.10 17:13:06.847280 [ 3 ] {37a152ad-82cc-49b9-b23e-cc6396f64a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3880 | 2024.04.10 17:13:06.847408 [ 3 ] {37a152ad-82cc-49b9-b23e-cc6396f64a64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3881 | 2024.04.10 17:13:06.847735 [ 3 ] {37a152ad-82cc-49b9-b23e-cc6396f64a64} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3882 | 2024.04.10 17:13:06.847771 [ 3 ] {37a152ad-82cc-49b9-b23e-cc6396f64a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3883 | 2024.04.10 17:13:06.848132 [ 3 ] {37a152ad-82cc-49b9-b23e-cc6396f64a64} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3884 | 2024.04.10 17:13:06.848456 [ 3 ] {37a152ad-82cc-49b9-b23e-cc6396f64a64} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3885 | 2024.04.10 17:13:06.848580 [ 3 ] {37a152ad-82cc-49b9-b23e-cc6396f64a64} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
3886 | 2024.04.10 17:13:06.848702 [ 3 ] {37a152ad-82cc-49b9-b23e-cc6396f64a64} <Debug> DynamicQueryHandler: Done processing query | ||
3887 | 2024.04.10 17:13:06.848726 [ 3 ] {37a152ad-82cc-49b9-b23e-cc6396f64a64} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3888 | 2024.04.10 17:13:06.848741 [ 3 ] {} <Debug> HTTP-Session: 77627a26-13d6-45f7-aa9e-852920f90778 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3889 | 2024.04.10 17:13:11.827403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3890 | 2024.04.10 17:13:11.827582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3891 | 2024.04.10 17:13:11.827625 [ 3 ] {} <Debug> HTTP-Session: b0bc3d3c-b0ac-4145-8540-386f69df2134 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3892 | 2024.04.10 17:13:11.827665 [ 3 ] {} <Debug> HTTP-Session: b0bc3d3c-b0ac-4145-8540-386f69df2134 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3893 | 2024.04.10 17:13:11.827692 [ 3 ] {} <Debug> HTTP-Session: b0bc3d3c-b0ac-4145-8540-386f69df2134 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3894 | 2024.04.10 17:13:11.827769 [ 3 ] {} <Trace> HTTP-Session: b0bc3d3c-b0ac-4145-8540-386f69df2134 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3895 | 2024.04.10 17:13:11.827944 [ 3 ] {c3ef4410-1af4-4b6c-9528-6d4e8d24dffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3896 | 2024.04.10 17:13:11.828042 [ 3 ] {c3ef4410-1af4-4b6c-9528-6d4e8d24dffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3897 | 2024.04.10 17:13:11.828314 [ 3 ] {c3ef4410-1af4-4b6c-9528-6d4e8d24dffa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3898 | 2024.04.10 17:13:11.828829 [ 3 ] {c3ef4410-1af4-4b6c-9528-6d4e8d24dffa} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3899 | 2024.04.10 17:13:11.828880 [ 3 ] {c3ef4410-1af4-4b6c-9528-6d4e8d24dffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3900 | 2024.04.10 17:13:11.829270 [ 3 ] {c3ef4410-1af4-4b6c-9528-6d4e8d24dffa} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3901 | 2024.04.10 17:13:11.829612 [ 3 ] {c3ef4410-1af4-4b6c-9528-6d4e8d24dffa} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3902 | 2024.04.10 17:13:11.829780 [ 3 ] {c3ef4410-1af4-4b6c-9528-6d4e8d24dffa} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001916 sec., 5741.127348643006 rows/sec., 465.35 KiB/sec. | ||
3903 | 2024.04.10 17:13:11.829946 [ 3 ] {c3ef4410-1af4-4b6c-9528-6d4e8d24dffa} <Debug> DynamicQueryHandler: Done processing query | ||
3904 | 2024.04.10 17:13:11.829973 [ 3 ] {c3ef4410-1af4-4b6c-9528-6d4e8d24dffa} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3905 | 2024.04.10 17:13:11.829989 [ 3 ] {} <Debug> HTTP-Session: b0bc3d3c-b0ac-4145-8540-386f69df2134 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3906 | 2024.04.10 17:13:11.830164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3907 | 2024.04.10 17:13:11.830222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3908 | 2024.04.10 17:13:11.830242 [ 3 ] {} <Debug> HTTP-Session: 8d43f0e5-f268-4a4d-9520-26a425e93e50 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3909 | 2024.04.10 17:13:11.830260 [ 3 ] {} <Debug> HTTP-Session: 8d43f0e5-f268-4a4d-9520-26a425e93e50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3910 | 2024.04.10 17:13:11.830274 [ 3 ] {} <Debug> HTTP-Session: 8d43f0e5-f268-4a4d-9520-26a425e93e50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3911 | 2024.04.10 17:13:11.830309 [ 3 ] {} <Trace> HTTP-Session: 8d43f0e5-f268-4a4d-9520-26a425e93e50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3912 | 2024.04.10 17:13:11.830388 [ 3 ] {580fe57f-7b60-45a5-95d2-498620174c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3913 | 2024.04.10 17:13:11.830433 [ 3 ] {580fe57f-7b60-45a5-95d2-498620174c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3914 | 2024.04.10 17:13:11.830566 [ 3 ] {580fe57f-7b60-45a5-95d2-498620174c0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3915 | 2024.04.10 17:13:11.830860 [ 3 ] {580fe57f-7b60-45a5-95d2-498620174c0c} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3916 | 2024.04.10 17:13:11.830899 [ 3 ] {580fe57f-7b60-45a5-95d2-498620174c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3917 | 2024.04.10 17:13:11.831211 [ 3 ] {580fe57f-7b60-45a5-95d2-498620174c0c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3918 | 2024.04.10 17:13:11.831519 [ 3 ] {580fe57f-7b60-45a5-95d2-498620174c0c} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3919 | 2024.04.10 17:13:11.831676 [ 3 ] {580fe57f-7b60-45a5-95d2-498620174c0c} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001312 sec., 7621.951219512195 rows/sec., 621.52 KiB/sec. | ||
3920 | 2024.04.10 17:13:11.831806 [ 3 ] {580fe57f-7b60-45a5-95d2-498620174c0c} <Debug> DynamicQueryHandler: Done processing query | ||
3921 | 2024.04.10 17:13:11.831830 [ 3 ] {580fe57f-7b60-45a5-95d2-498620174c0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3922 | 2024.04.10 17:13:11.831846 [ 3 ] {} <Debug> HTTP-Session: 8d43f0e5-f268-4a4d-9520-26a425e93e50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3923 | 2024.04.10 17:13:11.831973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 18569, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3924 | 2024.04.10 17:13:11.832020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3925 | 2024.04.10 17:13:11.832039 [ 3 ] {} <Debug> HTTP-Session: 709c16fb-fc76-4eaa-91e1-2e544cdaa443 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3926 | 2024.04.10 17:13:11.832057 [ 3 ] {} <Debug> HTTP-Session: 709c16fb-fc76-4eaa-91e1-2e544cdaa443 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3927 | 2024.04.10 17:13:11.832070 [ 3 ] {} <Debug> HTTP-Session: 709c16fb-fc76-4eaa-91e1-2e544cdaa443 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3928 | 2024.04.10 17:13:11.832101 [ 3 ] {} <Trace> HTTP-Session: 709c16fb-fc76-4eaa-91e1-2e544cdaa443 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3929 | 2024.04.10 17:13:11.832205 [ 3 ] {0e8aca24-b9a6-447f-9afb-e742f5bdc338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3930 | 2024.04.10 17:13:11.832246 [ 3 ] {0e8aca24-b9a6-447f-9afb-e742f5bdc338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3931 | 2024.04.10 17:13:11.832371 [ 3 ] {0e8aca24-b9a6-447f-9afb-e742f5bdc338} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3932 | 2024.04.10 17:13:11.832725 [ 3 ] {0e8aca24-b9a6-447f-9afb-e742f5bdc338} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3933 | 2024.04.10 17:13:11.832763 [ 3 ] {0e8aca24-b9a6-447f-9afb-e742f5bdc338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3934 | 2024.04.10 17:13:11.833068 [ 3 ] {0e8aca24-b9a6-447f-9afb-e742f5bdc338} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3935 | 2024.04.10 17:13:11.833369 [ 3 ] {0e8aca24-b9a6-447f-9afb-e742f5bdc338} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3936 | 2024.04.10 17:13:11.833521 [ 3 ] {0e8aca24-b9a6-447f-9afb-e742f5bdc338} <Debug> executeQuery: Read 130 rows, 10.67 KiB in 0.00137 sec., 94890.51094890511 rows/sec., 7.60 MiB/sec. | ||
3937 | 2024.04.10 17:13:11.833719 [ 3 ] {0e8aca24-b9a6-447f-9afb-e742f5bdc338} <Debug> DynamicQueryHandler: Done processing query | ||
3938 | 2024.04.10 17:13:11.833777 [ 3 ] {0e8aca24-b9a6-447f-9afb-e742f5bdc338} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
3939 | 2024.04.10 17:13:11.833822 [ 3 ] {} <Debug> HTTP-Session: 709c16fb-fc76-4eaa-91e1-2e544cdaa443 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3940 | 2024.04.10 17:13:11.833964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3941 | 2024.04.10 17:13:11.834014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3942 | 2024.04.10 17:13:11.834033 [ 3 ] {} <Debug> HTTP-Session: b2a09e90-7ad4-40b0-8219-b35d442d9301 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3943 | 2024.04.10 17:13:11.834050 [ 3 ] {} <Debug> HTTP-Session: b2a09e90-7ad4-40b0-8219-b35d442d9301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3944 | 2024.04.10 17:13:11.834064 [ 3 ] {} <Debug> HTTP-Session: b2a09e90-7ad4-40b0-8219-b35d442d9301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3945 | 2024.04.10 17:13:11.834096 [ 3 ] {} <Trace> HTTP-Session: b2a09e90-7ad4-40b0-8219-b35d442d9301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3946 | 2024.04.10 17:13:11.834171 [ 3 ] {b259a827-a1eb-4017-8f21-dc398742ad09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3947 | 2024.04.10 17:13:11.834217 [ 3 ] {b259a827-a1eb-4017-8f21-dc398742ad09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3948 | 2024.04.10 17:13:11.834366 [ 3 ] {b259a827-a1eb-4017-8f21-dc398742ad09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3949 | 2024.04.10 17:13:11.834641 [ 3 ] {b259a827-a1eb-4017-8f21-dc398742ad09} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3950 | 2024.04.10 17:13:11.834679 [ 3 ] {b259a827-a1eb-4017-8f21-dc398742ad09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3951 | 2024.04.10 17:13:11.834969 [ 3 ] {b259a827-a1eb-4017-8f21-dc398742ad09} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3952 | 2024.04.10 17:13:11.835264 [ 3 ] {b259a827-a1eb-4017-8f21-dc398742ad09} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3953 | 2024.04.10 17:13:11.835412 [ 3 ] {b259a827-a1eb-4017-8f21-dc398742ad09} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001264 sec., 7911.392405063291 rows/sec., 552.41 KiB/sec. | ||
3954 | 2024.04.10 17:13:11.835534 [ 3 ] {b259a827-a1eb-4017-8f21-dc398742ad09} <Debug> DynamicQueryHandler: Done processing query | ||
3955 | 2024.04.10 17:13:11.835558 [ 3 ] {b259a827-a1eb-4017-8f21-dc398742ad09} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3956 | 2024.04.10 17:13:11.835575 [ 3 ] {} <Debug> HTTP-Session: b2a09e90-7ad4-40b0-8219-b35d442d9301 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3957 | 2024.04.10 17:13:11.835725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 18498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3958 | 2024.04.10 17:13:11.835773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3959 | 2024.04.10 17:13:11.835792 [ 3 ] {} <Debug> HTTP-Session: 96a6e3ec-9671-4744-9f76-0842e389dbc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3960 | 2024.04.10 17:13:11.835809 [ 3 ] {} <Debug> HTTP-Session: 96a6e3ec-9671-4744-9f76-0842e389dbc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3961 | 2024.04.10 17:13:11.835823 [ 3 ] {} <Debug> HTTP-Session: 96a6e3ec-9671-4744-9f76-0842e389dbc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3962 | 2024.04.10 17:13:11.835854 [ 3 ] {} <Trace> HTTP-Session: 96a6e3ec-9671-4744-9f76-0842e389dbc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3963 | 2024.04.10 17:13:11.835944 [ 3 ] {7ef46118-77f7-4b09-adae-f2c9a3dbad8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3964 | 2024.04.10 17:13:11.835985 [ 3 ] {7ef46118-77f7-4b09-adae-f2c9a3dbad8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3965 | 2024.04.10 17:13:11.836111 [ 3 ] {7ef46118-77f7-4b09-adae-f2c9a3dbad8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3966 | 2024.04.10 17:13:11.836453 [ 3 ] {7ef46118-77f7-4b09-adae-f2c9a3dbad8c} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3967 | 2024.04.10 17:13:11.836490 [ 3 ] {7ef46118-77f7-4b09-adae-f2c9a3dbad8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3968 | 2024.04.10 17:13:11.836793 [ 3 ] {7ef46118-77f7-4b09-adae-f2c9a3dbad8c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3969 | 2024.04.10 17:13:11.837097 [ 3 ] {7ef46118-77f7-4b09-adae-f2c9a3dbad8c} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3970 | 2024.04.10 17:13:11.837248 [ 3 ] {7ef46118-77f7-4b09-adae-f2c9a3dbad8c} <Debug> executeQuery: Read 109 rows, 8.71 KiB in 0.001344 sec., 81101.19047619047 rows/sec., 6.33 MiB/sec. | ||
3971 | 2024.04.10 17:13:11.837371 [ 3 ] {7ef46118-77f7-4b09-adae-f2c9a3dbad8c} <Debug> DynamicQueryHandler: Done processing query | ||
3972 | 2024.04.10 17:13:11.837396 [ 3 ] {7ef46118-77f7-4b09-adae-f2c9a3dbad8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
3973 | 2024.04.10 17:13:11.837411 [ 3 ] {} <Debug> HTTP-Session: 96a6e3ec-9671-4744-9f76-0842e389dbc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3974 | 2024.04.10 17:13:11.837617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 38534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3975 | 2024.04.10 17:13:11.837666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3976 | 2024.04.10 17:13:11.837686 [ 3 ] {} <Debug> HTTP-Session: 2c7fee12-6eae-43de-8b4f-d41d50236ae3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3977 | 2024.04.10 17:13:11.837703 [ 3 ] {} <Debug> HTTP-Session: 2c7fee12-6eae-43de-8b4f-d41d50236ae3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3978 | 2024.04.10 17:13:11.837717 [ 3 ] {} <Debug> HTTP-Session: 2c7fee12-6eae-43de-8b4f-d41d50236ae3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3979 | 2024.04.10 17:13:11.837747 [ 3 ] {} <Trace> HTTP-Session: 2c7fee12-6eae-43de-8b4f-d41d50236ae3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3980 | 2024.04.10 17:13:11.837888 [ 3 ] {f377ea17-c819-4d4b-9767-d755e4a98678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3981 | 2024.04.10 17:13:11.837934 [ 3 ] {f377ea17-c819-4d4b-9767-d755e4a98678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3982 | 2024.04.10 17:13:11.838078 [ 3 ] {f377ea17-c819-4d4b-9767-d755e4a98678} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3983 | 2024.04.10 17:13:11.838485 [ 3 ] {f377ea17-c819-4d4b-9767-d755e4a98678} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3984 | 2024.04.10 17:13:11.838522 [ 3 ] {f377ea17-c819-4d4b-9767-d755e4a98678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
3985 | 2024.04.10 17:13:11.838905 [ 3 ] {f377ea17-c819-4d4b-9767-d755e4a98678} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3986 | 2024.04.10 17:13:11.839231 [ 3 ] {f377ea17-c819-4d4b-9767-d755e4a98678} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3987 | 2024.04.10 17:13:11.839394 [ 3 ] {f377ea17-c819-4d4b-9767-d755e4a98678} <Debug> executeQuery: Read 201 rows, 14.36 KiB in 0.001581 sec., 127134.72485768501 rows/sec., 8.87 MiB/sec. | ||
3988 | 2024.04.10 17:13:11.839569 [ 3 ] {f377ea17-c819-4d4b-9767-d755e4a98678} <Debug> DynamicQueryHandler: Done processing query | ||
3989 | 2024.04.10 17:13:11.839614 [ 3 ] {f377ea17-c819-4d4b-9767-d755e4a98678} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3990 | 2024.04.10 17:13:11.839636 [ 3 ] {} <Debug> HTTP-Session: 2c7fee12-6eae-43de-8b4f-d41d50236ae3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3991 | 2024.04.10 17:13:11.839808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3992 | 2024.04.10 17:13:11.839868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3993 | 2024.04.10 17:13:11.839892 [ 3 ] {} <Debug> HTTP-Session: c5f9f0ea-43c0-4a0a-ab7c-d4c7236923b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
3994 | 2024.04.10 17:13:11.839914 [ 3 ] {} <Debug> HTTP-Session: c5f9f0ea-43c0-4a0a-ab7c-d4c7236923b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3995 | 2024.04.10 17:13:11.839934 [ 3 ] {} <Debug> HTTP-Session: c5f9f0ea-43c0-4a0a-ab7c-d4c7236923b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3996 | 2024.04.10 17:13:11.839972 [ 3 ] {} <Trace> HTTP-Session: c5f9f0ea-43c0-4a0a-ab7c-d4c7236923b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3997 | 2024.04.10 17:13:11.840130 [ 3 ] {e6505a72-0704-427d-a473-ef6baeb7fda5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3998 | 2024.04.10 17:13:11.840185 [ 3 ] {e6505a72-0704-427d-a473-ef6baeb7fda5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3999 | 2024.04.10 17:13:11.840354 [ 3 ] {e6505a72-0704-427d-a473-ef6baeb7fda5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4000 | 2024.04.10 17:13:11.840691 [ 3 ] {e6505a72-0704-427d-a473-ef6baeb7fda5} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4001 | 2024.04.10 17:13:11.840727 [ 3 ] {e6505a72-0704-427d-a473-ef6baeb7fda5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4002 | 2024.04.10 17:13:11.841127 [ 3 ] {e6505a72-0704-427d-a473-ef6baeb7fda5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4003 | 2024.04.10 17:13:11.841471 [ 3 ] {e6505a72-0704-427d-a473-ef6baeb7fda5} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4004 | 2024.04.10 17:13:11.841631 [ 3 ] {e6505a72-0704-427d-a473-ef6baeb7fda5} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001599 sec., 6879.299562226392 rows/sec., 9.28 MiB/sec. | ||
4005 | 2024.04.10 17:13:11.841947 [ 3 ] {e6505a72-0704-427d-a473-ef6baeb7fda5} <Debug> DynamicQueryHandler: Done processing query | ||
4006 | 2024.04.10 17:13:11.841985 [ 3 ] {e6505a72-0704-427d-a473-ef6baeb7fda5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4007 | 2024.04.10 17:13:11.842015 [ 3 ] {} <Debug> HTTP-Session: c5f9f0ea-43c0-4a0a-ab7c-d4c7236923b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4008 | 2024.04.10 17:13:11.842165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4009 | 2024.04.10 17:13:11.842214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4010 | 2024.04.10 17:13:11.842234 [ 3 ] {} <Debug> HTTP-Session: 05d5ca05-f3c2-4751-bcbd-66e7310bb581 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4011 | 2024.04.10 17:13:11.842252 [ 3 ] {} <Debug> HTTP-Session: 05d5ca05-f3c2-4751-bcbd-66e7310bb581 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4012 | 2024.04.10 17:13:11.842267 [ 3 ] {} <Debug> HTTP-Session: 05d5ca05-f3c2-4751-bcbd-66e7310bb581 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4013 | 2024.04.10 17:13:11.842298 [ 3 ] {} <Trace> HTTP-Session: 05d5ca05-f3c2-4751-bcbd-66e7310bb581 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4014 | 2024.04.10 17:13:11.842386 [ 3 ] {e837e362-83b9-44f1-b23d-a6e525c2ba4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4015 | 2024.04.10 17:13:11.842430 [ 3 ] {e837e362-83b9-44f1-b23d-a6e525c2ba4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4016 | 2024.04.10 17:13:11.842575 [ 3 ] {e837e362-83b9-44f1-b23d-a6e525c2ba4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4017 | 2024.04.10 17:13:11.842940 [ 3 ] {e837e362-83b9-44f1-b23d-a6e525c2ba4f} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4018 | 2024.04.10 17:13:11.842977 [ 3 ] {e837e362-83b9-44f1-b23d-a6e525c2ba4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4019 | 2024.04.10 17:13:11.843336 [ 3 ] {e837e362-83b9-44f1-b23d-a6e525c2ba4f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4020 | 2024.04.10 17:13:11.843660 [ 3 ] {e837e362-83b9-44f1-b23d-a6e525c2ba4f} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4021 | 2024.04.10 17:13:11.843827 [ 3 ] {e837e362-83b9-44f1-b23d-a6e525c2ba4f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001481 sec., 40513.166779203246 rows/sec., 2.73 MiB/sec. | ||
4022 | 2024.04.10 17:13:11.843955 [ 3 ] {e837e362-83b9-44f1-b23d-a6e525c2ba4f} <Debug> DynamicQueryHandler: Done processing query | ||
4023 | 2024.04.10 17:13:11.843979 [ 3 ] {e837e362-83b9-44f1-b23d-a6e525c2ba4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4024 | 2024.04.10 17:13:11.843996 [ 3 ] {} <Debug> HTTP-Session: 05d5ca05-f3c2-4751-bcbd-66e7310bb581 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4025 | 2024.04.10 17:13:14.390472 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4026 | 2024.04.10 17:13:14.390542 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4027 | 2024.04.10 17:13:16.826021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4028 | 2024.04.10 17:13:16.826151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4029 | 2024.04.10 17:13:16.826177 [ 3 ] {} <Debug> HTTP-Session: bb5cf4da-b6ae-4d67-9e87-89fc7542a0e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4030 | 2024.04.10 17:13:16.826204 [ 3 ] {} <Debug> HTTP-Session: bb5cf4da-b6ae-4d67-9e87-89fc7542a0e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4031 | 2024.04.10 17:13:16.826220 [ 3 ] {} <Debug> HTTP-Session: bb5cf4da-b6ae-4d67-9e87-89fc7542a0e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4032 | 2024.04.10 17:13:16.826272 [ 3 ] {} <Trace> HTTP-Session: bb5cf4da-b6ae-4d67-9e87-89fc7542a0e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4033 | 2024.04.10 17:13:16.826392 [ 3 ] {469c4590-5d23-4279-b94e-874282331792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4034 | 2024.04.10 17:13:16.826458 [ 3 ] {469c4590-5d23-4279-b94e-874282331792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4035 | 2024.04.10 17:13:16.826655 [ 3 ] {469c4590-5d23-4279-b94e-874282331792} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4036 | 2024.04.10 17:13:16.827105 [ 3 ] {469c4590-5d23-4279-b94e-874282331792} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4037 | 2024.04.10 17:13:16.827157 [ 3 ] {469c4590-5d23-4279-b94e-874282331792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4038 | 2024.04.10 17:13:16.827549 [ 3 ] {469c4590-5d23-4279-b94e-874282331792} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4039 | 2024.04.10 17:13:16.827895 [ 3 ] {469c4590-5d23-4279-b94e-874282331792} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4040 | 2024.04.10 17:13:16.828083 [ 3 ] {469c4590-5d23-4279-b94e-874282331792} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001738 sec., 12082.853855005755 rows/sec., 979.37 KiB/sec. | ||
4041 | 2024.04.10 17:13:16.828249 [ 3 ] {469c4590-5d23-4279-b94e-874282331792} <Debug> DynamicQueryHandler: Done processing query | ||
4042 | 2024.04.10 17:13:16.828276 [ 3 ] {469c4590-5d23-4279-b94e-874282331792} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4043 | 2024.04.10 17:13:16.828294 [ 3 ] {} <Debug> HTTP-Session: bb5cf4da-b6ae-4d67-9e87-89fc7542a0e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4044 | 2024.04.10 17:13:16.828448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4045 | 2024.04.10 17:13:16.828505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4046 | 2024.04.10 17:13:16.828525 [ 3 ] {} <Debug> HTTP-Session: 2b6b0113-837a-4371-a3df-441df1b3ffed Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4047 | 2024.04.10 17:13:16.828545 [ 3 ] {} <Debug> HTTP-Session: 2b6b0113-837a-4371-a3df-441df1b3ffed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4048 | 2024.04.10 17:13:16.828559 [ 3 ] {} <Debug> HTTP-Session: 2b6b0113-837a-4371-a3df-441df1b3ffed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4049 | 2024.04.10 17:13:16.828596 [ 3 ] {} <Trace> HTTP-Session: 2b6b0113-837a-4371-a3df-441df1b3ffed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4050 | 2024.04.10 17:13:16.828701 [ 3 ] {0b834060-5f1c-456f-ade1-90167cb073dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4051 | 2024.04.10 17:13:16.828746 [ 3 ] {0b834060-5f1c-456f-ade1-90167cb073dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4052 | 2024.04.10 17:13:16.828875 [ 3 ] {0b834060-5f1c-456f-ade1-90167cb073dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4053 | 2024.04.10 17:13:16.829323 [ 3 ] {0b834060-5f1c-456f-ade1-90167cb073dd} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4054 | 2024.04.10 17:13:16.829364 [ 3 ] {0b834060-5f1c-456f-ade1-90167cb073dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4055 | 2024.04.10 17:13:16.829683 [ 3 ] {0b834060-5f1c-456f-ade1-90167cb073dd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4056 | 2024.04.10 17:13:16.829985 [ 3 ] {0b834060-5f1c-456f-ade1-90167cb073dd} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4057 | 2024.04.10 17:13:16.830152 [ 3 ] {0b834060-5f1c-456f-ade1-90167cb073dd} <Debug> executeQuery: Read 119 rows, 10.06 KiB in 0.001501 sec., 79280.47968021319 rows/sec., 6.54 MiB/sec. | ||
4058 | 2024.04.10 17:13:16.830399 [ 3 ] {0b834060-5f1c-456f-ade1-90167cb073dd} <Debug> DynamicQueryHandler: Done processing query | ||
4059 | 2024.04.10 17:13:16.830459 [ 3 ] {0b834060-5f1c-456f-ade1-90167cb073dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4060 | 2024.04.10 17:13:16.830510 [ 3 ] {} <Debug> HTTP-Session: 2b6b0113-837a-4371-a3df-441df1b3ffed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4061 | 2024.04.10 17:13:16.830670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4062 | 2024.04.10 17:13:16.830724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4063 | 2024.04.10 17:13:16.830744 [ 3 ] {} <Debug> HTTP-Session: 21abbe53-b335-4f3a-985e-ec1ce3032847 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4064 | 2024.04.10 17:13:16.830762 [ 3 ] {} <Debug> HTTP-Session: 21abbe53-b335-4f3a-985e-ec1ce3032847 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4065 | 2024.04.10 17:13:16.830777 [ 3 ] {} <Debug> HTTP-Session: 21abbe53-b335-4f3a-985e-ec1ce3032847 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4066 | 2024.04.10 17:13:16.830809 [ 3 ] {} <Trace> HTTP-Session: 21abbe53-b335-4f3a-985e-ec1ce3032847 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4067 | 2024.04.10 17:13:16.830908 [ 3 ] {6a6873d0-878e-4639-a79e-3d854dbf01e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4068 | 2024.04.10 17:13:16.830953 [ 3 ] {6a6873d0-878e-4639-a79e-3d854dbf01e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4069 | 2024.04.10 17:13:16.831105 [ 3 ] {6a6873d0-878e-4639-a79e-3d854dbf01e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4070 | 2024.04.10 17:13:16.831446 [ 3 ] {6a6873d0-878e-4639-a79e-3d854dbf01e4} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4071 | 2024.04.10 17:13:16.831484 [ 3 ] {6a6873d0-878e-4639-a79e-3d854dbf01e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4072 | 2024.04.10 17:13:16.831793 [ 3 ] {6a6873d0-878e-4639-a79e-3d854dbf01e4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4073 | 2024.04.10 17:13:16.832101 [ 3 ] {6a6873d0-878e-4639-a79e-3d854dbf01e4} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4074 | 2024.04.10 17:13:16.832258 [ 3 ] {6a6873d0-878e-4639-a79e-3d854dbf01e4} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001398 sec., 60801.14449213162 rows/sec., 4.75 MiB/sec. | ||
4075 | 2024.04.10 17:13:16.832463 [ 3 ] {6a6873d0-878e-4639-a79e-3d854dbf01e4} <Debug> DynamicQueryHandler: Done processing query | ||
4076 | 2024.04.10 17:13:16.832513 [ 3 ] {6a6873d0-878e-4639-a79e-3d854dbf01e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4077 | 2024.04.10 17:13:16.832548 [ 3 ] {} <Debug> HTTP-Session: 21abbe53-b335-4f3a-985e-ec1ce3032847 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4078 | 2024.04.10 17:13:16.832716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4079 | 2024.04.10 17:13:16.832766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4080 | 2024.04.10 17:13:16.832786 [ 3 ] {} <Debug> HTTP-Session: 1562da9a-50c0-472a-a7bc-9289e465693b Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4081 | 2024.04.10 17:13:16.832805 [ 3 ] {} <Debug> HTTP-Session: 1562da9a-50c0-472a-a7bc-9289e465693b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4082 | 2024.04.10 17:13:16.832820 [ 3 ] {} <Debug> HTTP-Session: 1562da9a-50c0-472a-a7bc-9289e465693b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4083 | 2024.04.10 17:13:16.832852 [ 3 ] {} <Trace> HTTP-Session: 1562da9a-50c0-472a-a7bc-9289e465693b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4084 | 2024.04.10 17:13:16.832987 [ 3 ] {6840204a-2606-4c60-b0f6-1dd116330d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4085 | 2024.04.10 17:13:16.833035 [ 3 ] {6840204a-2606-4c60-b0f6-1dd116330d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4086 | 2024.04.10 17:13:16.833197 [ 3 ] {6840204a-2606-4c60-b0f6-1dd116330d53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4087 | 2024.04.10 17:13:16.833573 [ 3 ] {6840204a-2606-4c60-b0f6-1dd116330d53} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4088 | 2024.04.10 17:13:16.833611 [ 3 ] {6840204a-2606-4c60-b0f6-1dd116330d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4089 | 2024.04.10 17:13:16.833998 [ 3 ] {6840204a-2606-4c60-b0f6-1dd116330d53} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4090 | 2024.04.10 17:13:16.834331 [ 3 ] {6840204a-2606-4c60-b0f6-1dd116330d53} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4091 | 2024.04.10 17:13:16.834467 [ 3 ] {6840204a-2606-4c60-b0f6-1dd116330d53} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec. | ||
4092 | 2024.04.10 17:13:16.834488 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4093 | 2024.04.10 17:13:16.834595 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4094 | 2024.04.10 17:13:16.834628 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4095 | 2024.04.10 17:13:16.834633 [ 3 ] {6840204a-2606-4c60-b0f6-1dd116330d53} <Debug> DynamicQueryHandler: Done processing query | ||
4096 | 2024.04.10 17:13:16.834680 [ 3 ] {6840204a-2606-4c60-b0f6-1dd116330d53} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4097 | 2024.04.10 17:13:16.834723 [ 3 ] {} <Debug> HTTP-Session: 1562da9a-50c0-472a-a7bc-9289e465693b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4098 | 2024.04.10 17:13:16.834840 [ 197 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::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 | ||
4099 | 2024.04.10 17:13:16.834886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4100 | 2024.04.10 17:13:16.834974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4101 | 2024.04.10 17:13:16.835020 [ 3 ] {} <Debug> HTTP-Session: d116c21c-3477-4d91-a8f8-a8f85799e321 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4102 | 2024.04.10 17:13:16.835064 [ 3 ] {} <Debug> HTTP-Session: d116c21c-3477-4d91-a8f8-a8f85799e321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4103 | 2024.04.10 17:13:16.835104 [ 3 ] {} <Debug> HTTP-Session: d116c21c-3477-4d91-a8f8-a8f85799e321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4104 | 2024.04.10 17:13:16.835251 [ 3 ] {} <Trace> HTTP-Session: d116c21c-3477-4d91-a8f8-a8f85799e321 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4105 | 2024.04.10 17:13:16.835272 [ 197 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4106 | 2024.04.10 17:13:16.835348 [ 197 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3582 rows starting from the beginning of the part | ||
4107 | 2024.04.10 17:13:16.835434 [ 197 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::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 | ||
4108 | 2024.04.10 17:13:16.835598 [ 3 ] {f162d99b-caa1-4fa8-8ca4-0fbbdab427a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4109 | 2024.04.10 17:13:16.835762 [ 197 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
4110 | 2024.04.10 17:13:16.835914 [ 3 ] {f162d99b-caa1-4fa8-8ca4-0fbbdab427a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4111 | 2024.04.10 17:13:16.836185 [ 197 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::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 | ||
4112 | 2024.04.10 17:13:16.836528 [ 197 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 201 rows starting from the beginning of the part | ||
4113 | 2024.04.10 17:13:16.836858 [ 197 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::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 | ||
4114 | 2024.04.10 17:13:16.837621 [ 3 ] {f162d99b-caa1-4fa8-8ca4-0fbbdab427a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4115 | 2024.04.10 17:13:16.838582 [ 3 ] {f162d99b-caa1-4fa8-8ca4-0fbbdab427a3} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4116 | 2024.04.10 17:13:16.838655 [ 3 ] {f162d99b-caa1-4fa8-8ca4-0fbbdab427a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4117 | 2024.04.10 17:13:16.839830 [ 3 ] {f162d99b-caa1-4fa8-8ca4-0fbbdab427a3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4118 | 2024.04.10 17:13:16.840593 [ 3 ] {f162d99b-caa1-4fa8-8ca4-0fbbdab427a3} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4119 | 2024.04.10 17:13:16.840950 [ 3 ] {f162d99b-caa1-4fa8-8ca4-0fbbdab427a3} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.005593 sec., 3754.6933667083854 rows/sec., 5.07 MiB/sec. | ||
4120 | 2024.04.10 17:13:16.841381 [ 186 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4424 rows, containing 5 columns (5 merged, 0 gathered) in 0.006617604 sec., 668519.9053917399 rows/sec., 46.61 MiB/sec. | ||
4121 | 2024.04.10 17:13:16.841413 [ 3 ] {f162d99b-caa1-4fa8-8ca4-0fbbdab427a3} <Debug> DynamicQueryHandler: Done processing query | ||
4122 | 2024.04.10 17:13:16.841461 [ 3 ] {f162d99b-caa1-4fa8-8ca4-0fbbdab427a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4123 | 2024.04.10 17:13:16.841482 [ 3 ] {} <Debug> HTTP-Session: d116c21c-3477-4d91-a8f8-a8f85799e321 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4124 | 2024.04.10 17:13:16.841609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4125 | 2024.04.10 17:13:16.841657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4126 | 2024.04.10 17:13:16.841679 [ 3 ] {} <Debug> HTTP-Session: 98c51a89-30ef-4b9e-ba79-9312bbe01720 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4127 | 2024.04.10 17:13:16.841696 [ 3 ] {} <Debug> HTTP-Session: 98c51a89-30ef-4b9e-ba79-9312bbe01720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4128 | 2024.04.10 17:13:16.841718 [ 3 ] {} <Debug> HTTP-Session: 98c51a89-30ef-4b9e-ba79-9312bbe01720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4129 | 2024.04.10 17:13:16.841753 [ 3 ] {} <Trace> HTTP-Session: 98c51a89-30ef-4b9e-ba79-9312bbe01720 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4130 | 2024.04.10 17:13:16.841807 [ 189 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4131 | 2024.04.10 17:13:16.841885 [ 3 ] {6ef30f36-6d31-4935-a863-4c7e167a0b33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4132 | 2024.04.10 17:13:16.841936 [ 3 ] {6ef30f36-6d31-4935-a863-4c7e167a0b33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4133 | 2024.04.10 17:13:16.842253 [ 3 ] {6ef30f36-6d31-4935-a863-4c7e167a0b33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4134 | 2024.04.10 17:13:16.842587 [ 189 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4135 | 2024.04.10 17:13:16.842697 [ 3 ] {6ef30f36-6d31-4935-a863-4c7e167a0b33} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4136 | 2024.04.10 17:13:16.842704 [ 189 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4137 | 2024.04.10 17:13:16.842737 [ 3 ] {6ef30f36-6d31-4935-a863-4c7e167a0b33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4138 | 2024.04.10 17:13:16.842816 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
4139 | 2024.04.10 17:13:16.843138 [ 3 ] {6ef30f36-6d31-4935-a863-4c7e167a0b33} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4140 | 2024.04.10 17:13:16.843474 [ 3 ] {6ef30f36-6d31-4935-a863-4c7e167a0b33} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4141 | 2024.04.10 17:13:16.843645 [ 3 ] {6ef30f36-6d31-4935-a863-4c7e167a0b33} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001823 sec., 32912.78113000549 rows/sec., 2.22 MiB/sec. | ||
4142 | 2024.04.10 17:13:16.843651 [ 81 ] {} <Debug> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4143 | 2024.04.10 17:13:16.843789 [ 81 ] {} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4144 | 2024.04.10 17:13:16.843849 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4145 | 2024.04.10 17:13:16.843860 [ 3 ] {6ef30f36-6d31-4935-a863-4c7e167a0b33} <Debug> DynamicQueryHandler: Done processing query | ||
4146 | 2024.04.10 17:13:16.843913 [ 3 ] {6ef30f36-6d31-4935-a863-4c7e167a0b33} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4147 | 2024.04.10 17:13:16.843986 [ 3 ] {} <Debug> HTTP-Session: 98c51a89-30ef-4b9e-ba79-9312bbe01720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4148 | 2024.04.10 17:13:16.844097 [ 197 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
4149 | 2024.04.10 17:13:16.844227 [ 197 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4150 | 2024.04.10 17:13:16.844257 [ 197 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1220 rows starting from the beginning of the part | ||
4151 | 2024.04.10 17:13:16.844324 [ 197 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
4152 | 2024.04.10 17:13:16.844587 [ 197 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
4153 | 2024.04.10 17:13:16.844701 [ 197 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
4154 | 2024.04.10 17:13:16.844826 [ 197 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
4155 | 2024.04.10 17:13:16.845033 [ 197 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
4156 | 2024.04.10 17:13:16.846264 [ 201 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1520 rows, containing 4 columns (4 merged, 0 gathered) in 0.00231267 sec., 657248.980615479 rows/sec., 44.29 MiB/sec. | ||
4157 | 2024.04.10 17:13:16.846542 [ 201 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4158 | 2024.04.10 17:13:16.847040 [ 201 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_26_5} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4159 | 2024.04.10 17:13:16.847138 [ 201 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_26_5} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4160 | 2024.04.10 17:13:16.847245 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
4161 | 2024.04.10 17:13:21.825841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4162 | 2024.04.10 17:13:21.825983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4163 | 2024.04.10 17:13:21.826043 [ 3 ] {} <Debug> HTTP-Session: bdbe7747-35bb-4d6d-ac62-783cd560f265 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4164 | 2024.04.10 17:13:21.826074 [ 3 ] {} <Debug> HTTP-Session: bdbe7747-35bb-4d6d-ac62-783cd560f265 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4165 | 2024.04.10 17:13:21.826094 [ 3 ] {} <Debug> HTTP-Session: bdbe7747-35bb-4d6d-ac62-783cd560f265 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4166 | 2024.04.10 17:13:21.826153 [ 3 ] {} <Trace> HTTP-Session: bdbe7747-35bb-4d6d-ac62-783cd560f265 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4167 | 2024.04.10 17:13:21.826291 [ 3 ] {fcdbfe35-fc1e-4672-8d4c-1dbf0e9216d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4168 | 2024.04.10 17:13:21.826365 [ 3 ] {fcdbfe35-fc1e-4672-8d4c-1dbf0e9216d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4169 | 2024.04.10 17:13:21.826574 [ 3 ] {fcdbfe35-fc1e-4672-8d4c-1dbf0e9216d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4170 | 2024.04.10 17:13:21.827020 [ 3 ] {fcdbfe35-fc1e-4672-8d4c-1dbf0e9216d3} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4171 | 2024.04.10 17:13:21.827069 [ 3 ] {fcdbfe35-fc1e-4672-8d4c-1dbf0e9216d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4172 | 2024.04.10 17:13:21.827468 [ 3 ] {fcdbfe35-fc1e-4672-8d4c-1dbf0e9216d3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4173 | 2024.04.10 17:13:21.827830 [ 3 ] {fcdbfe35-fc1e-4672-8d4c-1dbf0e9216d3} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4174 | 2024.04.10 17:13:21.828003 [ 3 ] {fcdbfe35-fc1e-4672-8d4c-1dbf0e9216d3} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001766 sec., 6228.76557191393 rows/sec., 504.87 KiB/sec. | ||
4175 | 2024.04.10 17:13:21.828170 [ 3 ] {fcdbfe35-fc1e-4672-8d4c-1dbf0e9216d3} <Debug> DynamicQueryHandler: Done processing query | ||
4176 | 2024.04.10 17:13:21.828199 [ 3 ] {fcdbfe35-fc1e-4672-8d4c-1dbf0e9216d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4177 | 2024.04.10 17:13:21.828217 [ 3 ] {} <Debug> HTTP-Session: bdbe7747-35bb-4d6d-ac62-783cd560f265 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4178 | 2024.04.10 17:13:21.828359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4179 | 2024.04.10 17:13:21.828418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4180 | 2024.04.10 17:13:21.828438 [ 3 ] {} <Debug> HTTP-Session: caedf1ff-37b8-4711-bf65-8322d1e2e4c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4181 | 2024.04.10 17:13:21.828459 [ 3 ] {} <Debug> HTTP-Session: caedf1ff-37b8-4711-bf65-8322d1e2e4c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4182 | 2024.04.10 17:13:21.828474 [ 3 ] {} <Debug> HTTP-Session: caedf1ff-37b8-4711-bf65-8322d1e2e4c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4183 | 2024.04.10 17:13:21.828513 [ 3 ] {} <Trace> HTTP-Session: caedf1ff-37b8-4711-bf65-8322d1e2e4c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4184 | 2024.04.10 17:13:21.828611 [ 3 ] {b2158a81-f81a-44f6-a012-7aa0cce4eca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4185 | 2024.04.10 17:13:21.828656 [ 3 ] {b2158a81-f81a-44f6-a012-7aa0cce4eca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4186 | 2024.04.10 17:13:21.828790 [ 3 ] {b2158a81-f81a-44f6-a012-7aa0cce4eca9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4187 | 2024.04.10 17:13:21.829210 [ 3 ] {b2158a81-f81a-44f6-a012-7aa0cce4eca9} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4188 | 2024.04.10 17:13:21.829249 [ 3 ] {b2158a81-f81a-44f6-a012-7aa0cce4eca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4189 | 2024.04.10 17:13:21.829566 [ 3 ] {b2158a81-f81a-44f6-a012-7aa0cce4eca9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4190 | 2024.04.10 17:13:21.829871 [ 3 ] {b2158a81-f81a-44f6-a012-7aa0cce4eca9} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4191 | 2024.04.10 17:13:21.830027 [ 3 ] {b2158a81-f81a-44f6-a012-7aa0cce4eca9} <Debug> executeQuery: Read 89 rows, 7.48 KiB in 0.001458 sec., 61042.524005486965 rows/sec., 5.01 MiB/sec. | ||
4192 | 2024.04.10 17:13:21.830176 [ 3 ] {b2158a81-f81a-44f6-a012-7aa0cce4eca9} <Debug> DynamicQueryHandler: Done processing query | ||
4193 | 2024.04.10 17:13:21.830210 [ 3 ] {b2158a81-f81a-44f6-a012-7aa0cce4eca9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4194 | 2024.04.10 17:13:21.830236 [ 3 ] {} <Debug> HTTP-Session: caedf1ff-37b8-4711-bf65-8322d1e2e4c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4195 | 2024.04.10 17:13:21.830361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4196 | 2024.04.10 17:13:21.830408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4197 | 2024.04.10 17:13:21.830428 [ 3 ] {} <Debug> HTTP-Session: aedd5a2a-1a60-4e99-8119-c8eb7496b1c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4198 | 2024.04.10 17:13:21.830446 [ 3 ] {} <Debug> HTTP-Session: aedd5a2a-1a60-4e99-8119-c8eb7496b1c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4199 | 2024.04.10 17:13:21.830462 [ 3 ] {} <Debug> HTTP-Session: aedd5a2a-1a60-4e99-8119-c8eb7496b1c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4200 | 2024.04.10 17:13:21.830494 [ 3 ] {} <Trace> HTTP-Session: aedd5a2a-1a60-4e99-8119-c8eb7496b1c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4201 | 2024.04.10 17:13:21.830576 [ 3 ] {bcc61ad2-4351-4909-85c7-eb9275d2eac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4202 | 2024.04.10 17:13:21.830618 [ 3 ] {bcc61ad2-4351-4909-85c7-eb9275d2eac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4203 | 2024.04.10 17:13:21.830742 [ 3 ] {bcc61ad2-4351-4909-85c7-eb9275d2eac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4204 | 2024.04.10 17:13:21.831087 [ 3 ] {bcc61ad2-4351-4909-85c7-eb9275d2eac7} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4205 | 2024.04.10 17:13:21.831124 [ 3 ] {bcc61ad2-4351-4909-85c7-eb9275d2eac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4206 | 2024.04.10 17:13:21.831430 [ 3 ] {bcc61ad2-4351-4909-85c7-eb9275d2eac7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4207 | 2024.04.10 17:13:21.831736 [ 3 ] {bcc61ad2-4351-4909-85c7-eb9275d2eac7} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4208 | 2024.04.10 17:13:21.831889 [ 3 ] {bcc61ad2-4351-4909-85c7-eb9275d2eac7} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001345 sec., 55762.08178438662 rows/sec., 4.35 MiB/sec. | ||
4209 | 2024.04.10 17:13:21.832175 [ 3 ] {bcc61ad2-4351-4909-85c7-eb9275d2eac7} <Debug> DynamicQueryHandler: Done processing query | ||
4210 | 2024.04.10 17:13:21.832217 [ 3 ] {bcc61ad2-4351-4909-85c7-eb9275d2eac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4211 | 2024.04.10 17:13:21.832257 [ 3 ] {} <Debug> HTTP-Session: aedd5a2a-1a60-4e99-8119-c8eb7496b1c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4212 | 2024.04.10 17:13:21.832424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4213 | 2024.04.10 17:13:21.832473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4214 | 2024.04.10 17:13:21.832494 [ 3 ] {} <Debug> HTTP-Session: b657b71c-ee9b-41d6-ba5b-b1c6e8c429af Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4215 | 2024.04.10 17:13:21.832512 [ 3 ] {} <Debug> HTTP-Session: b657b71c-ee9b-41d6-ba5b-b1c6e8c429af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4216 | 2024.04.10 17:13:21.832527 [ 3 ] {} <Debug> HTTP-Session: b657b71c-ee9b-41d6-ba5b-b1c6e8c429af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4217 | 2024.04.10 17:13:21.832557 [ 3 ] {} <Trace> HTTP-Session: b657b71c-ee9b-41d6-ba5b-b1c6e8c429af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4218 | 2024.04.10 17:13:21.832679 [ 3 ] {21aa508e-66f3-438e-91e3-039e2d7d51fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4219 | 2024.04.10 17:13:21.832727 [ 3 ] {21aa508e-66f3-438e-91e3-039e2d7d51fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4220 | 2024.04.10 17:13:21.832893 [ 3 ] {21aa508e-66f3-438e-91e3-039e2d7d51fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4221 | 2024.04.10 17:13:21.833308 [ 3 ] {21aa508e-66f3-438e-91e3-039e2d7d51fb} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4222 | 2024.04.10 17:13:21.833345 [ 3 ] {21aa508e-66f3-438e-91e3-039e2d7d51fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4223 | 2024.04.10 17:13:21.833731 [ 3 ] {21aa508e-66f3-438e-91e3-039e2d7d51fb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4224 | 2024.04.10 17:13:21.834072 [ 3 ] {21aa508e-66f3-438e-91e3-039e2d7d51fb} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4225 | 2024.04.10 17:13:21.834227 [ 3 ] {21aa508e-66f3-438e-91e3-039e2d7d51fb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec. | ||
4226 | 2024.04.10 17:13:21.834357 [ 3 ] {21aa508e-66f3-438e-91e3-039e2d7d51fb} <Debug> DynamicQueryHandler: Done processing query | ||
4227 | 2024.04.10 17:13:21.834382 [ 3 ] {21aa508e-66f3-438e-91e3-039e2d7d51fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4228 | 2024.04.10 17:13:21.834399 [ 3 ] {} <Debug> HTTP-Session: b657b71c-ee9b-41d6-ba5b-b1c6e8c429af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4229 | 2024.04.10 17:13:21.834514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4230 | 2024.04.10 17:13:21.834562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4231 | 2024.04.10 17:13:21.834581 [ 3 ] {} <Debug> HTTP-Session: f2cbc063-f692-4893-a6eb-520f38f1bcb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4232 | 2024.04.10 17:13:21.834600 [ 3 ] {} <Debug> HTTP-Session: f2cbc063-f692-4893-a6eb-520f38f1bcb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4233 | 2024.04.10 17:13:21.834615 [ 3 ] {} <Debug> HTTP-Session: f2cbc063-f692-4893-a6eb-520f38f1bcb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4234 | 2024.04.10 17:13:21.834646 [ 3 ] {} <Trace> HTTP-Session: f2cbc063-f692-4893-a6eb-520f38f1bcb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4235 | 2024.04.10 17:13:21.834775 [ 3 ] {ce549d80-c36b-4d0b-bef2-10e99e9130fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4236 | 2024.04.10 17:13:21.834830 [ 3 ] {ce549d80-c36b-4d0b-bef2-10e99e9130fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4237 | 2024.04.10 17:13:21.834992 [ 3 ] {ce549d80-c36b-4d0b-bef2-10e99e9130fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4238 | 2024.04.10 17:13:21.835343 [ 3 ] {ce549d80-c36b-4d0b-bef2-10e99e9130fa} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4239 | 2024.04.10 17:13:21.835380 [ 3 ] {ce549d80-c36b-4d0b-bef2-10e99e9130fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4240 | 2024.04.10 17:13:21.835777 [ 3 ] {ce549d80-c36b-4d0b-bef2-10e99e9130fa} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4241 | 2024.04.10 17:13:21.836115 [ 3 ] {ce549d80-c36b-4d0b-bef2-10e99e9130fa} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4242 | 2024.04.10 17:13:21.836264 [ 3 ] {ce549d80-c36b-4d0b-bef2-10e99e9130fa} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001571 sec., 7001.909611712285 rows/sec., 9.45 MiB/sec. | ||
4243 | 2024.04.10 17:13:21.836400 [ 3 ] {ce549d80-c36b-4d0b-bef2-10e99e9130fa} <Debug> DynamicQueryHandler: Done processing query | ||
4244 | 2024.04.10 17:13:21.836424 [ 3 ] {ce549d80-c36b-4d0b-bef2-10e99e9130fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4245 | 2024.04.10 17:13:21.836441 [ 3 ] {} <Debug> HTTP-Session: f2cbc063-f692-4893-a6eb-520f38f1bcb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4246 | 2024.04.10 17:13:21.836569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4247 | 2024.04.10 17:13:21.836617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4248 | 2024.04.10 17:13:21.836637 [ 3 ] {} <Debug> HTTP-Session: e4b45066-27c7-4e97-aea5-6db44212746c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4249 | 2024.04.10 17:13:21.836654 [ 3 ] {} <Debug> HTTP-Session: e4b45066-27c7-4e97-aea5-6db44212746c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4250 | 2024.04.10 17:13:21.836669 [ 3 ] {} <Debug> HTTP-Session: e4b45066-27c7-4e97-aea5-6db44212746c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4251 | 2024.04.10 17:13:21.836701 [ 3 ] {} <Trace> HTTP-Session: e4b45066-27c7-4e97-aea5-6db44212746c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4252 | 2024.04.10 17:13:21.836782 [ 3 ] {4a5284be-4577-4931-88cd-613f5c66da0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4253 | 2024.04.10 17:13:21.836825 [ 3 ] {4a5284be-4577-4931-88cd-613f5c66da0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4254 | 2024.04.10 17:13:21.836952 [ 3 ] {4a5284be-4577-4931-88cd-613f5c66da0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4255 | 2024.04.10 17:13:21.837245 [ 3 ] {4a5284be-4577-4931-88cd-613f5c66da0c} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4256 | 2024.04.10 17:13:21.837291 [ 3 ] {4a5284be-4577-4931-88cd-613f5c66da0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4257 | 2024.04.10 17:13:21.837645 [ 3 ] {4a5284be-4577-4931-88cd-613f5c66da0c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4258 | 2024.04.10 17:13:21.837974 [ 3 ] {4a5284be-4577-4931-88cd-613f5c66da0c} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4259 | 2024.04.10 17:13:21.838130 [ 3 ] {4a5284be-4577-4931-88cd-613f5c66da0c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
4260 | 2024.04.10 17:13:21.838260 [ 3 ] {4a5284be-4577-4931-88cd-613f5c66da0c} <Debug> DynamicQueryHandler: Done processing query | ||
4261 | 2024.04.10 17:13:21.838284 [ 3 ] {4a5284be-4577-4931-88cd-613f5c66da0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4262 | 2024.04.10 17:13:21.838300 [ 3 ] {} <Debug> HTTP-Session: e4b45066-27c7-4e97-aea5-6db44212746c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4263 | 2024.04.10 17:13:26.826421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4264 | 2024.04.10 17:13:26.826560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4265 | 2024.04.10 17:13:26.826591 [ 3 ] {} <Debug> HTTP-Session: 0053de2b-482c-4740-abd1-e8c719c54aab Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4266 | 2024.04.10 17:13:26.826621 [ 3 ] {} <Debug> HTTP-Session: 0053de2b-482c-4740-abd1-e8c719c54aab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4267 | 2024.04.10 17:13:26.826642 [ 3 ] {} <Debug> HTTP-Session: 0053de2b-482c-4740-abd1-e8c719c54aab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4268 | 2024.04.10 17:13:26.826701 [ 3 ] {} <Trace> HTTP-Session: 0053de2b-482c-4740-abd1-e8c719c54aab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4269 | 2024.04.10 17:13:26.826838 [ 3 ] {307ed366-3501-4f8c-9d83-2e00e1008310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4270 | 2024.04.10 17:13:26.826910 [ 3 ] {307ed366-3501-4f8c-9d83-2e00e1008310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4271 | 2024.04.10 17:13:26.827125 [ 3 ] {307ed366-3501-4f8c-9d83-2e00e1008310} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4272 | 2024.04.10 17:13:26.827619 [ 3 ] {307ed366-3501-4f8c-9d83-2e00e1008310} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4273 | 2024.04.10 17:13:26.827664 [ 3 ] {307ed366-3501-4f8c-9d83-2e00e1008310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4274 | 2024.04.10 17:13:26.828059 [ 3 ] {307ed366-3501-4f8c-9d83-2e00e1008310} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4275 | 2024.04.10 17:13:26.828417 [ 3 ] {307ed366-3501-4f8c-9d83-2e00e1008310} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4276 | 2024.04.10 17:13:26.828562 [ 25 ] {} <Debug> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4277 | 2024.04.10 17:13:26.828567 [ 3 ] {307ed366-3501-4f8c-9d83-2e00e1008310} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001794 sec., 11705.685618729096 rows/sec., 948.80 KiB/sec. | ||
4278 | 2024.04.10 17:13:26.828606 [ 25 ] {} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4279 | 2024.04.10 17:13:26.828644 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4280 | 2024.04.10 17:13:26.828834 [ 3 ] {307ed366-3501-4f8c-9d83-2e00e1008310} <Debug> DynamicQueryHandler: Done processing query | ||
4281 | 2024.04.10 17:13:26.828892 [ 197 ] {98de0b37-1ab8-4608-8bca-e1c059301187::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 | ||
4282 | 2024.04.10 17:13:26.828906 [ 3 ] {307ed366-3501-4f8c-9d83-2e00e1008310} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4283 | 2024.04.10 17:13:26.828994 [ 3 ] {} <Debug> HTTP-Session: 0053de2b-482c-4740-abd1-e8c719c54aab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4284 | 2024.04.10 17:13:26.829123 [ 197 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4285 | 2024.04.10 17:13:26.829183 [ 197 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 32 rows starting from the beginning of the part | ||
4286 | 2024.04.10 17:13:26.829197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4287 | 2024.04.10 17:13:26.829326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4288 | 2024.04.10 17:13:26.829360 [ 197 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 21 rows starting from the beginning of the part | ||
4289 | 2024.04.10 17:13:26.829404 [ 3 ] {} <Debug> HTTP-Session: a4133416-a288-4478-aaff-82896204a597 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4290 | 2024.04.10 17:13:26.829504 [ 3 ] {} <Debug> HTTP-Session: a4133416-a288-4478-aaff-82896204a597 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4291 | 2024.04.10 17:13:26.829646 [ 3 ] {} <Debug> HTTP-Session: a4133416-a288-4478-aaff-82896204a597 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4292 | 2024.04.10 17:13:26.829705 [ 197 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 11 rows starting from the beginning of the part | ||
4293 | 2024.04.10 17:13:26.829834 [ 3 ] {} <Trace> HTTP-Session: a4133416-a288-4478-aaff-82896204a597 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4294 | 2024.04.10 17:13:26.830022 [ 197 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 21 rows starting from the beginning of the part | ||
4295 | 2024.04.10 17:13:26.830289 [ 3 ] {9e41f160-8978-4a31-a275-aed0f6f5efbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4296 | 2024.04.10 17:13:26.830313 [ 197 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 11 rows starting from the beginning of the part | ||
4297 | 2024.04.10 17:13:26.830440 [ 3 ] {9e41f160-8978-4a31-a275-aed0f6f5efbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4298 | 2024.04.10 17:13:26.830617 [ 197 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 21 rows starting from the beginning of the part | ||
4299 | 2024.04.10 17:13:26.831382 [ 3 ] {9e41f160-8978-4a31-a275-aed0f6f5efbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4300 | 2024.04.10 17:13:26.832288 [ 3 ] {9e41f160-8978-4a31-a275-aed0f6f5efbe} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4301 | 2024.04.10 17:13:26.832361 [ 3 ] {9e41f160-8978-4a31-a275-aed0f6f5efbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4302 | 2024.04.10 17:13:26.833305 [ 3 ] {9e41f160-8978-4a31-a275-aed0f6f5efbe} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4303 | 2024.04.10 17:13:26.833322 [ 189 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 117 rows, containing 4 columns (4 merged, 0 gathered) in 0.004574959 sec., 25573.99967955997 rows/sec., 2.02 MiB/sec. | ||
4304 | 2024.04.10 17:13:26.833651 [ 190 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4305 | 2024.04.10 17:13:26.833849 [ 3 ] {9e41f160-8978-4a31-a275-aed0f6f5efbe} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4306 | 2024.04.10 17:13:26.834323 [ 3 ] {9e41f160-8978-4a31-a275-aed0f6f5efbe} <Debug> executeQuery: Read 119 rows, 10.06 KiB in 0.00424 sec., 28066.03773584906 rows/sec., 2.32 MiB/sec. | ||
4307 | 2024.04.10 17:13:26.834878 [ 3 ] {9e41f160-8978-4a31-a275-aed0f6f5efbe} <Debug> DynamicQueryHandler: Done processing query | ||
4308 | 2024.04.10 17:13:26.834930 [ 3 ] {9e41f160-8978-4a31-a275-aed0f6f5efbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4309 | 2024.04.10 17:13:26.834975 [ 3 ] {} <Debug> HTTP-Session: a4133416-a288-4478-aaff-82896204a597 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4310 | 2024.04.10 17:13:26.835115 [ 197 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_16_3} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4311 | 2024.04.10 17:13:26.835133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4312 | 2024.04.10 17:13:26.835235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4313 | 2024.04.10 17:13:26.835267 [ 3 ] {} <Debug> HTTP-Session: fd041ad2-6598-423e-9973-ee72a8e18555 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4314 | 2024.04.10 17:13:26.835291 [ 197 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_16_3} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4315 | 2024.04.10 17:13:26.835302 [ 3 ] {} <Debug> HTTP-Session: fd041ad2-6598-423e-9973-ee72a8e18555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4316 | 2024.04.10 17:13:26.835337 [ 3 ] {} <Debug> HTTP-Session: fd041ad2-6598-423e-9973-ee72a8e18555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4317 | 2024.04.10 17:13:26.835422 [ 3 ] {} <Trace> HTTP-Session: fd041ad2-6598-423e-9973-ee72a8e18555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4318 | 2024.04.10 17:13:26.835441 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4319 | 2024.04.10 17:13:26.835553 [ 3 ] {b7b1fdee-8b74-403f-abf8-83664d39237a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4320 | 2024.04.10 17:13:26.835600 [ 3 ] {b7b1fdee-8b74-403f-abf8-83664d39237a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4321 | 2024.04.10 17:13:26.835742 [ 3 ] {b7b1fdee-8b74-403f-abf8-83664d39237a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4322 | 2024.04.10 17:13:26.836106 [ 3 ] {b7b1fdee-8b74-403f-abf8-83664d39237a} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4323 | 2024.04.10 17:13:26.836144 [ 3 ] {b7b1fdee-8b74-403f-abf8-83664d39237a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4324 | 2024.04.10 17:13:26.836471 [ 3 ] {b7b1fdee-8b74-403f-abf8-83664d39237a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4325 | 2024.04.10 17:13:26.836784 [ 3 ] {b7b1fdee-8b74-403f-abf8-83664d39237a} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4326 | 2024.04.10 17:13:26.836907 [ 3 ] {b7b1fdee-8b74-403f-abf8-83664d39237a} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.00141 sec., 60283.68794326241 rows/sec., 4.71 MiB/sec. | ||
4327 | 2024.04.10 17:13:26.837028 [ 3 ] {b7b1fdee-8b74-403f-abf8-83664d39237a} <Debug> DynamicQueryHandler: Done processing query | ||
4328 | 2024.04.10 17:13:26.837053 [ 3 ] {b7b1fdee-8b74-403f-abf8-83664d39237a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4329 | 2024.04.10 17:13:26.837070 [ 3 ] {} <Debug> HTTP-Session: fd041ad2-6598-423e-9973-ee72a8e18555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4330 | 2024.04.10 17:13:26.837229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4331 | 2024.04.10 17:13:26.837279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4332 | 2024.04.10 17:13:26.837299 [ 3 ] {} <Debug> HTTP-Session: 3ecc3abe-cf4a-424e-8958-228c0ee217b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4333 | 2024.04.10 17:13:26.837317 [ 3 ] {} <Debug> HTTP-Session: 3ecc3abe-cf4a-424e-8958-228c0ee217b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4334 | 2024.04.10 17:13:26.837332 [ 3 ] {} <Debug> HTTP-Session: 3ecc3abe-cf4a-424e-8958-228c0ee217b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4335 | 2024.04.10 17:13:26.837364 [ 3 ] {} <Trace> HTTP-Session: 3ecc3abe-cf4a-424e-8958-228c0ee217b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4336 | 2024.04.10 17:13:26.837482 [ 3 ] {d1eba2de-d4e8-4471-99b0-510c25859e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4337 | 2024.04.10 17:13:26.837528 [ 3 ] {d1eba2de-d4e8-4471-99b0-510c25859e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4338 | 2024.04.10 17:13:26.837673 [ 3 ] {d1eba2de-d4e8-4471-99b0-510c25859e08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4339 | 2024.04.10 17:13:26.838052 [ 3 ] {d1eba2de-d4e8-4471-99b0-510c25859e08} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4340 | 2024.04.10 17:13:26.838088 [ 3 ] {d1eba2de-d4e8-4471-99b0-510c25859e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4341 | 2024.04.10 17:13:26.838466 [ 3 ] {d1eba2de-d4e8-4471-99b0-510c25859e08} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4342 | 2024.04.10 17:13:26.838814 [ 3 ] {d1eba2de-d4e8-4471-99b0-510c25859e08} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4343 | 2024.04.10 17:13:26.838942 [ 3 ] {d1eba2de-d4e8-4471-99b0-510c25859e08} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001531 sec., 104506.85826257349 rows/sec., 7.28 MiB/sec. | ||
4344 | 2024.04.10 17:13:26.839056 [ 3 ] {d1eba2de-d4e8-4471-99b0-510c25859e08} <Debug> DynamicQueryHandler: Done processing query | ||
4345 | 2024.04.10 17:13:26.839080 [ 3 ] {d1eba2de-d4e8-4471-99b0-510c25859e08} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4346 | 2024.04.10 17:13:26.839097 [ 3 ] {} <Debug> HTTP-Session: 3ecc3abe-cf4a-424e-8958-228c0ee217b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4347 | 2024.04.10 17:13:26.839247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4348 | 2024.04.10 17:13:26.839294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4349 | 2024.04.10 17:13:26.839314 [ 3 ] {} <Debug> HTTP-Session: 09d48d88-2f03-4906-a98e-074e001b727f Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4350 | 2024.04.10 17:13:26.839332 [ 3 ] {} <Debug> HTTP-Session: 09d48d88-2f03-4906-a98e-074e001b727f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4351 | 2024.04.10 17:13:26.839347 [ 3 ] {} <Debug> HTTP-Session: 09d48d88-2f03-4906-a98e-074e001b727f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4352 | 2024.04.10 17:13:26.839378 [ 3 ] {} <Trace> HTTP-Session: 09d48d88-2f03-4906-a98e-074e001b727f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4353 | 2024.04.10 17:13:26.839538 [ 3 ] {17e2eb60-9c07-4e96-91d1-f8fe55147f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4354 | 2024.04.10 17:13:26.839584 [ 3 ] {17e2eb60-9c07-4e96-91d1-f8fe55147f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4355 | 2024.04.10 17:13:26.839739 [ 3 ] {17e2eb60-9c07-4e96-91d1-f8fe55147f3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4356 | 2024.04.10 17:13:26.840127 [ 3 ] {17e2eb60-9c07-4e96-91d1-f8fe55147f3b} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4357 | 2024.04.10 17:13:26.840162 [ 3 ] {17e2eb60-9c07-4e96-91d1-f8fe55147f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4358 | 2024.04.10 17:13:26.840559 [ 3 ] {17e2eb60-9c07-4e96-91d1-f8fe55147f3b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4359 | 2024.04.10 17:13:26.840905 [ 3 ] {17e2eb60-9c07-4e96-91d1-f8fe55147f3b} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4360 | 2024.04.10 17:13:26.841025 [ 25 ] {} <Debug> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4361 | 2024.04.10 17:13:26.841038 [ 3 ] {17e2eb60-9c07-4e96-91d1-f8fe55147f3b} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001612 sec., 13027.295285359802 rows/sec., 17.58 MiB/sec. | ||
4362 | 2024.04.10 17:13:26.841059 [ 25 ] {} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4363 | 2024.04.10 17:13:26.841093 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4364 | 2024.04.10 17:13:26.841257 [ 3 ] {17e2eb60-9c07-4e96-91d1-f8fe55147f3b} <Debug> DynamicQueryHandler: Done processing query | ||
4365 | 2024.04.10 17:13:26.841303 [ 3 ] {17e2eb60-9c07-4e96-91d1-f8fe55147f3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4366 | 2024.04.10 17:13:26.841308 [ 190 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::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 | ||
4367 | 2024.04.10 17:13:26.841332 [ 3 ] {} <Debug> HTTP-Session: 09d48d88-2f03-4906-a98e-074e001b727f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4368 | 2024.04.10 17:13:26.841541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4369 | 2024.04.10 17:13:26.841619 [ 190 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4370 | 2024.04.10 17:13:26.841634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4371 | 2024.04.10 17:13:26.841699 [ 190 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 176 rows starting from the beginning of the part | ||
4372 | 2024.04.10 17:13:26.841701 [ 3 ] {} <Debug> HTTP-Session: 4899c4f8-4bf4-4ebf-8f3d-7c994969fa75 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4373 | 2024.04.10 17:13:26.841744 [ 3 ] {} <Debug> HTTP-Session: 4899c4f8-4bf4-4ebf-8f3d-7c994969fa75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4374 | 2024.04.10 17:13:26.841769 [ 3 ] {} <Debug> HTTP-Session: 4899c4f8-4bf4-4ebf-8f3d-7c994969fa75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4375 | 2024.04.10 17:13:26.841868 [ 3 ] {} <Trace> HTTP-Session: 4899c4f8-4bf4-4ebf-8f3d-7c994969fa75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4376 | 2024.04.10 17:13:26.842012 [ 190 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 21 rows starting from the beginning of the part | ||
4377 | 2024.04.10 17:13:26.842187 [ 3 ] {5d6df0de-5bc4-4482-8d00-df08cde4432c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4378 | 2024.04.10 17:13:26.842442 [ 3 ] {5d6df0de-5bc4-4482-8d00-df08cde4432c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4379 | 2024.04.10 17:13:26.842520 [ 190 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 11 rows starting from the beginning of the part | ||
4380 | 2024.04.10 17:13:26.843008 [ 190 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 21 rows starting from the beginning of the part | ||
4381 | 2024.04.10 17:13:26.843410 [ 190 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 11 rows starting from the beginning of the part | ||
4382 | 2024.04.10 17:13:26.843772 [ 190 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 21 rows starting from the beginning of the part | ||
4383 | 2024.04.10 17:13:26.843844 [ 3 ] {5d6df0de-5bc4-4482-8d00-df08cde4432c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4384 | 2024.04.10 17:13:26.844702 [ 3 ] {5d6df0de-5bc4-4482-8d00-df08cde4432c} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4385 | 2024.04.10 17:13:26.844778 [ 3 ] {5d6df0de-5bc4-4482-8d00-df08cde4432c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4386 | 2024.04.10 17:13:26.845704 [ 3 ] {5d6df0de-5bc4-4482-8d00-df08cde4432c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4387 | 2024.04.10 17:13:26.846605 [ 3 ] {5d6df0de-5bc4-4482-8d00-df08cde4432c} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4388 | 2024.04.10 17:13:26.846923 [ 3 ] {5d6df0de-5bc4-4482-8d00-df08cde4432c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004887 sec., 12277.470841006752 rows/sec., 847.27 KiB/sec. | ||
4389 | 2024.04.10 17:13:26.847080 [ 3 ] {5d6df0de-5bc4-4482-8d00-df08cde4432c} <Debug> DynamicQueryHandler: Done processing query | ||
4390 | 2024.04.10 17:13:26.847118 [ 3 ] {5d6df0de-5bc4-4482-8d00-df08cde4432c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4391 | 2024.04.10 17:13:26.847136 [ 3 ] {} <Debug> HTTP-Session: 4899c4f8-4bf4-4ebf-8f3d-7c994969fa75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4392 | 2024.04.10 17:13:26.849532 [ 189 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 261 rows, containing 6 columns (6 merged, 0 gathered) in 0.008333637 sec., 31318.858740787487 rows/sec., 42.26 MiB/sec. | ||
4393 | 2024.04.10 17:13:26.849839 [ 193 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4394 | 2024.04.10 17:13:26.850308 [ 193 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4395 | 2024.04.10 17:13:26.850389 [ 193 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4396 | 2024.04.10 17:13:26.850484 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
4397 | 2024.04.10 17:13:29.390809 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4398 | 2024.04.10 17:13:29.390868 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4399 | 2024.04.10 17:13:31.825906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4400 | 2024.04.10 17:13:31.826084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4401 | 2024.04.10 17:13:31.826128 [ 3 ] {} <Debug> HTTP-Session: 6f2969f9-a06a-4cea-b6d3-91c56c68bc48 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4402 | 2024.04.10 17:13:31.826168 [ 3 ] {} <Debug> HTTP-Session: 6f2969f9-a06a-4cea-b6d3-91c56c68bc48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4403 | 2024.04.10 17:13:31.826197 [ 3 ] {} <Debug> HTTP-Session: 6f2969f9-a06a-4cea-b6d3-91c56c68bc48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4404 | 2024.04.10 17:13:31.826275 [ 3 ] {} <Trace> HTTP-Session: 6f2969f9-a06a-4cea-b6d3-91c56c68bc48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4405 | 2024.04.10 17:13:31.826458 [ 3 ] {07758d41-35b2-4a9d-8b14-45384d879d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4406 | 2024.04.10 17:13:31.826553 [ 3 ] {07758d41-35b2-4a9d-8b14-45384d879d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4407 | 2024.04.10 17:13:31.826840 [ 3 ] {07758d41-35b2-4a9d-8b14-45384d879d77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4408 | 2024.04.10 17:13:31.827207 [ 3 ] {07758d41-35b2-4a9d-8b14-45384d879d77} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4409 | 2024.04.10 17:13:31.827249 [ 3 ] {07758d41-35b2-4a9d-8b14-45384d879d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4410 | 2024.04.10 17:13:31.827639 [ 3 ] {07758d41-35b2-4a9d-8b14-45384d879d77} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4411 | 2024.04.10 17:13:31.827994 [ 3 ] {07758d41-35b2-4a9d-8b14-45384d879d77} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4412 | 2024.04.10 17:13:31.828140 [ 3 ] {07758d41-35b2-4a9d-8b14-45384d879d77} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001766 sec., 6228.76557191393 rows/sec., 504.87 KiB/sec. | ||
4413 | 2024.04.10 17:13:31.828428 [ 3 ] {07758d41-35b2-4a9d-8b14-45384d879d77} <Debug> DynamicQueryHandler: Done processing query | ||
4414 | 2024.04.10 17:13:31.828475 [ 3 ] {07758d41-35b2-4a9d-8b14-45384d879d77} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4415 | 2024.04.10 17:13:31.828512 [ 3 ] {} <Debug> HTTP-Session: 6f2969f9-a06a-4cea-b6d3-91c56c68bc48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4416 | 2024.04.10 17:13:31.828748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4417 | 2024.04.10 17:13:31.828802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4418 | 2024.04.10 17:13:31.828823 [ 3 ] {} <Debug> HTTP-Session: 3da0aa09-9ed9-4374-b1b7-e3ca8039f413 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4419 | 2024.04.10 17:13:31.828842 [ 3 ] {} <Debug> HTTP-Session: 3da0aa09-9ed9-4374-b1b7-e3ca8039f413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4420 | 2024.04.10 17:13:31.828857 [ 3 ] {} <Debug> HTTP-Session: 3da0aa09-9ed9-4374-b1b7-e3ca8039f413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4421 | 2024.04.10 17:13:31.828894 [ 3 ] {} <Trace> HTTP-Session: 3da0aa09-9ed9-4374-b1b7-e3ca8039f413 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4422 | 2024.04.10 17:13:31.828993 [ 3 ] {6b391f8e-1726-4c38-8795-4f7b4c1bc4d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4423 | 2024.04.10 17:13:31.829037 [ 3 ] {6b391f8e-1726-4c38-8795-4f7b4c1bc4d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4424 | 2024.04.10 17:13:31.829182 [ 3 ] {6b391f8e-1726-4c38-8795-4f7b4c1bc4d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4425 | 2024.04.10 17:13:31.829508 [ 3 ] {6b391f8e-1726-4c38-8795-4f7b4c1bc4d2} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4426 | 2024.04.10 17:13:31.829544 [ 3 ] {6b391f8e-1726-4c38-8795-4f7b4c1bc4d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4427 | 2024.04.10 17:13:31.829862 [ 3 ] {6b391f8e-1726-4c38-8795-4f7b4c1bc4d2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4428 | 2024.04.10 17:13:31.830172 [ 3 ] {6b391f8e-1726-4c38-8795-4f7b4c1bc4d2} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4429 | 2024.04.10 17:13:31.830295 [ 65 ] {} <Debug> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
4430 | 2024.04.10 17:13:31.830297 [ 3 ] {6b391f8e-1726-4c38-8795-4f7b4c1bc4d2} <Debug> executeQuery: Read 89 rows, 7.48 KiB in 0.001354 sec., 65731.16691285082 rows/sec., 5.40 MiB/sec. | ||
4431 | 2024.04.10 17:13:31.830343 [ 65 ] {} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4432 | 2024.04.10 17:13:31.830385 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4433 | 2024.04.10 17:13:31.830464 [ 3 ] {6b391f8e-1726-4c38-8795-4f7b4c1bc4d2} <Debug> DynamicQueryHandler: Done processing query | ||
4434 | 2024.04.10 17:13:31.830528 [ 3 ] {6b391f8e-1726-4c38-8795-4f7b4c1bc4d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4435 | 2024.04.10 17:13:31.830583 [ 3 ] {} <Debug> HTTP-Session: 3da0aa09-9ed9-4374-b1b7-e3ca8039f413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4436 | 2024.04.10 17:13:31.830649 [ 190 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
4437 | 2024.04.10 17:13:31.830747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4438 | 2024.04.10 17:13:31.830851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4439 | 2024.04.10 17:13:31.830906 [ 3 ] {} <Debug> HTTP-Session: 975f6022-78d4-4b82-b460-c785fd19303c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4440 | 2024.04.10 17:13:31.830956 [ 3 ] {} <Debug> HTTP-Session: 975f6022-78d4-4b82-b460-c785fd19303c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4441 | 2024.04.10 17:13:31.830973 [ 190 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4442 | 2024.04.10 17:13:31.830991 [ 3 ] {} <Debug> HTTP-Session: 975f6022-78d4-4b82-b460-c785fd19303c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4443 | 2024.04.10 17:13:31.831041 [ 190 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 193 rows starting from the beginning of the part | ||
4444 | 2024.04.10 17:13:31.831065 [ 3 ] {} <Trace> HTTP-Session: 975f6022-78d4-4b82-b460-c785fd19303c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4445 | 2024.04.10 17:13:31.831271 [ 190 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 130 rows starting from the beginning of the part | ||
4446 | 2024.04.10 17:13:31.831392 [ 3 ] {5d0ef6cc-907e-4e93-85cd-e2656fa862f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4447 | 2024.04.10 17:13:31.831495 [ 190 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 119 rows starting from the beginning of the part | ||
4448 | 2024.04.10 17:13:31.831551 [ 3 ] {5d0ef6cc-907e-4e93-85cd-e2656fa862f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4449 | 2024.04.10 17:13:31.831878 [ 190 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 89 rows starting from the beginning of the part | ||
4450 | 2024.04.10 17:13:31.832261 [ 190 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 119 rows starting from the beginning of the part | ||
4451 | 2024.04.10 17:13:31.832596 [ 190 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 89 rows starting from the beginning of the part | ||
4452 | 2024.04.10 17:13:31.833047 [ 3 ] {5d0ef6cc-907e-4e93-85cd-e2656fa862f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4453 | 2024.04.10 17:13:31.833957 [ 3 ] {5d0ef6cc-907e-4e93-85cd-e2656fa862f4} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4454 | 2024.04.10 17:13:31.834027 [ 3 ] {5d0ef6cc-907e-4e93-85cd-e2656fa862f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4455 | 2024.04.10 17:13:31.835038 [ 3 ] {5d0ef6cc-907e-4e93-85cd-e2656fa862f4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4456 | 2024.04.10 17:13:31.835679 [ 193 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 739 rows, containing 4 columns (4 merged, 0 gathered) in 0.005189956 sec., 142390.41718272757 rows/sec., 11.68 MiB/sec. | ||
4457 | 2024.04.10 17:13:31.835746 [ 3 ] {5d0ef6cc-907e-4e93-85cd-e2656fa862f4} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4458 | 2024.04.10 17:13:31.835982 [ 193 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
4459 | 2024.04.10 17:13:31.836007 [ 67 ] {} <Debug> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
4460 | 2024.04.10 17:13:31.836044 [ 3 ] {5d0ef6cc-907e-4e93-85cd-e2656fa862f4} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.004848 sec., 15470.297029702971 rows/sec., 1.21 MiB/sec. | ||
4461 | 2024.04.10 17:13:31.836155 [ 67 ] {} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4462 | 2024.04.10 17:13:31.836324 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4463 | 2024.04.10 17:13:31.836464 [ 3 ] {5d0ef6cc-907e-4e93-85cd-e2656fa862f4} <Debug> DynamicQueryHandler: Done processing query | ||
4464 | 2024.04.10 17:13:31.836582 [ 3 ] {5d0ef6cc-907e-4e93-85cd-e2656fa862f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4465 | 2024.04.10 17:13:31.836703 [ 3 ] {} <Debug> HTTP-Session: 975f6022-78d4-4b82-b460-c785fd19303c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4466 | 2024.04.10 17:13:31.836927 [ 189 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
4467 | 2024.04.10 17:13:31.836987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4468 | 2024.04.10 17:13:31.837135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4469 | 2024.04.10 17:13:31.837197 [ 3 ] {} <Debug> HTTP-Session: 96b7c55d-dcb2-47ec-81a0-41c4626aefce Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4470 | 2024.04.10 17:13:31.837256 [ 3 ] {} <Debug> HTTP-Session: 96b7c55d-dcb2-47ec-81a0-41c4626aefce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4471 | 2024.04.10 17:13:31.837309 [ 3 ] {} <Debug> HTTP-Session: 96b7c55d-dcb2-47ec-81a0-41c4626aefce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4472 | 2024.04.10 17:13:31.837362 [ 189 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4473 | 2024.04.10 17:13:31.837399 [ 3 ] {} <Trace> HTTP-Session: 96b7c55d-dcb2-47ec-81a0-41c4626aefce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4474 | 2024.04.10 17:13:31.837427 [ 189 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 148 rows starting from the beginning of the part | ||
4475 | 2024.04.10 17:13:31.837627 [ 193 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_29_6} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4476 | 2024.04.10 17:13:31.837746 [ 3 ] {e1abb749-2e3f-4863-a529-55cf1ea146bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4477 | 2024.04.10 17:13:31.837763 [ 189 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 109 rows starting from the beginning of the part | ||
4478 | 2024.04.10 17:13:31.837965 [ 3 ] {e1abb749-2e3f-4863-a529-55cf1ea146bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4479 | 2024.04.10 17:13:31.838143 [ 189 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 85 rows starting from the beginning of the part | ||
4480 | 2024.04.10 17:13:31.838188 [ 193 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_29_6} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
4481 | 2024.04.10 17:13:31.838735 [ 189 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 75 rows starting from the beginning of the part | ||
4482 | 2024.04.10 17:13:31.838722 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
4483 | 2024.04.10 17:13:31.839209 [ 189 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 85 rows starting from the beginning of the part | ||
4484 | 2024.04.10 17:13:31.839700 [ 189 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 75 rows starting from the beginning of the part | ||
4485 | 2024.04.10 17:13:31.840136 [ 3 ] {e1abb749-2e3f-4863-a529-55cf1ea146bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4486 | 2024.04.10 17:13:31.840776 [ 3 ] {e1abb749-2e3f-4863-a529-55cf1ea146bb} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4487 | 2024.04.10 17:13:31.840820 [ 3 ] {e1abb749-2e3f-4863-a529-55cf1ea146bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4488 | 2024.04.10 17:13:31.841367 [ 3 ] {e1abb749-2e3f-4863-a529-55cf1ea146bb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4489 | 2024.04.10 17:13:31.841491 [ 188 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 577 rows, containing 4 columns (4 merged, 0 gathered) in 0.005006124 sec., 115258.83098381103 rows/sec., 9.00 MiB/sec. | ||
4490 | 2024.04.10 17:13:31.841733 [ 188 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
4491 | 2024.04.10 17:13:31.842231 [ 3 ] {e1abb749-2e3f-4863-a529-55cf1ea146bb} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4492 | 2024.04.10 17:13:31.842587 [ 3 ] {e1abb749-2e3f-4863-a529-55cf1ea146bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005062 sec., 31608.06005531411 rows/sec., 2.20 MiB/sec. | ||
4493 | 2024.04.10 17:13:31.842726 [ 188 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_29_6} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4494 | 2024.04.10 17:13:31.843060 [ 188 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_29_6} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
4495 | 2024.04.10 17:13:31.843117 [ 3 ] {e1abb749-2e3f-4863-a529-55cf1ea146bb} <Debug> DynamicQueryHandler: Done processing query | ||
4496 | 2024.04.10 17:13:31.843237 [ 3 ] {e1abb749-2e3f-4863-a529-55cf1ea146bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4497 | 2024.04.10 17:13:31.843291 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
4498 | 2024.04.10 17:13:31.843303 [ 3 ] {} <Debug> HTTP-Session: 96b7c55d-dcb2-47ec-81a0-41c4626aefce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4499 | 2024.04.10 17:13:31.843463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4500 | 2024.04.10 17:13:31.843511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4501 | 2024.04.10 17:13:31.843531 [ 3 ] {} <Debug> HTTP-Session: 14f75881-c770-4d2c-9690-e661ad997f85 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4502 | 2024.04.10 17:13:31.843549 [ 3 ] {} <Debug> HTTP-Session: 14f75881-c770-4d2c-9690-e661ad997f85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4503 | 2024.04.10 17:13:31.843564 [ 3 ] {} <Debug> HTTP-Session: 14f75881-c770-4d2c-9690-e661ad997f85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4504 | 2024.04.10 17:13:31.843596 [ 3 ] {} <Trace> HTTP-Session: 14f75881-c770-4d2c-9690-e661ad997f85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4505 | 2024.04.10 17:13:31.843717 [ 3 ] {e2811d50-2338-408b-856c-1140bed609b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4506 | 2024.04.10 17:13:31.843765 [ 3 ] {e2811d50-2338-408b-856c-1140bed609b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4507 | 2024.04.10 17:13:31.843959 [ 3 ] {e2811d50-2338-408b-856c-1140bed609b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4508 | 2024.04.10 17:13:31.844327 [ 3 ] {e2811d50-2338-408b-856c-1140bed609b9} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4509 | 2024.04.10 17:13:31.844364 [ 3 ] {e2811d50-2338-408b-856c-1140bed609b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4510 | 2024.04.10 17:13:31.844764 [ 3 ] {e2811d50-2338-408b-856c-1140bed609b9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4511 | 2024.04.10 17:13:31.845119 [ 3 ] {e2811d50-2338-408b-856c-1140bed609b9} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4512 | 2024.04.10 17:13:31.845283 [ 3 ] {e2811d50-2338-408b-856c-1140bed609b9} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001626 sec., 6765.067650676507 rows/sec., 9.13 MiB/sec. | ||
4513 | 2024.04.10 17:13:31.845415 [ 3 ] {e2811d50-2338-408b-856c-1140bed609b9} <Debug> DynamicQueryHandler: Done processing query | ||
4514 | 2024.04.10 17:13:31.845439 [ 3 ] {e2811d50-2338-408b-856c-1140bed609b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4515 | 2024.04.10 17:13:31.845456 [ 3 ] {} <Debug> HTTP-Session: 14f75881-c770-4d2c-9690-e661ad997f85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4516 | 2024.04.10 17:13:31.845616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4517 | 2024.04.10 17:13:31.845664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4518 | 2024.04.10 17:13:31.845683 [ 3 ] {} <Debug> HTTP-Session: 5e92ab0b-d649-4119-a377-6db37c8237b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4519 | 2024.04.10 17:13:31.845700 [ 3 ] {} <Debug> HTTP-Session: 5e92ab0b-d649-4119-a377-6db37c8237b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4520 | 2024.04.10 17:13:31.845716 [ 3 ] {} <Debug> HTTP-Session: 5e92ab0b-d649-4119-a377-6db37c8237b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4521 | 2024.04.10 17:13:31.845747 [ 3 ] {} <Trace> HTTP-Session: 5e92ab0b-d649-4119-a377-6db37c8237b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4522 | 2024.04.10 17:13:31.845829 [ 3 ] {63e045f7-d1e6-4990-903a-069ac5c75096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4523 | 2024.04.10 17:13:31.845870 [ 3 ] {63e045f7-d1e6-4990-903a-069ac5c75096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4524 | 2024.04.10 17:13:31.845998 [ 3 ] {63e045f7-d1e6-4990-903a-069ac5c75096} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4525 | 2024.04.10 17:13:31.846322 [ 3 ] {63e045f7-d1e6-4990-903a-069ac5c75096} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4526 | 2024.04.10 17:13:31.846359 [ 3 ] {63e045f7-d1e6-4990-903a-069ac5c75096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4527 | 2024.04.10 17:13:31.846719 [ 3 ] {63e045f7-d1e6-4990-903a-069ac5c75096} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4528 | 2024.04.10 17:13:31.847040 [ 3 ] {63e045f7-d1e6-4990-903a-069ac5c75096} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4529 | 2024.04.10 17:13:31.847201 [ 3 ] {63e045f7-d1e6-4990-903a-069ac5c75096} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
4530 | 2024.04.10 17:13:31.847421 [ 3 ] {63e045f7-d1e6-4990-903a-069ac5c75096} <Debug> DynamicQueryHandler: Done processing query | ||
4531 | 2024.04.10 17:13:31.847485 [ 3 ] {63e045f7-d1e6-4990-903a-069ac5c75096} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4532 | 2024.04.10 17:13:31.847533 [ 3 ] {} <Debug> HTTP-Session: 5e92ab0b-d649-4119-a377-6db37c8237b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4533 | 2024.04.10 17:13:36.825882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4534 | 2024.04.10 17:13:36.826024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4535 | 2024.04.10 17:13:36.826055 [ 3 ] {} <Debug> HTTP-Session: ca7c549b-dee6-45ae-813f-3d681d1aaec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4536 | 2024.04.10 17:13:36.826085 [ 3 ] {} <Debug> HTTP-Session: ca7c549b-dee6-45ae-813f-3d681d1aaec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4537 | 2024.04.10 17:13:36.826104 [ 3 ] {} <Debug> HTTP-Session: ca7c549b-dee6-45ae-813f-3d681d1aaec2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4538 | 2024.04.10 17:13:36.826165 [ 3 ] {} <Trace> HTTP-Session: ca7c549b-dee6-45ae-813f-3d681d1aaec2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4539 | 2024.04.10 17:13:36.826302 [ 3 ] {d3763956-0618-4e2e-9a7b-0119b56bda1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4540 | 2024.04.10 17:13:36.826375 [ 3 ] {d3763956-0618-4e2e-9a7b-0119b56bda1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4541 | 2024.04.10 17:13:36.826598 [ 3 ] {d3763956-0618-4e2e-9a7b-0119b56bda1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4542 | 2024.04.10 17:13:36.827062 [ 3 ] {d3763956-0618-4e2e-9a7b-0119b56bda1f} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4543 | 2024.04.10 17:13:36.827111 [ 3 ] {d3763956-0618-4e2e-9a7b-0119b56bda1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4544 | 2024.04.10 17:13:36.827502 [ 3 ] {d3763956-0618-4e2e-9a7b-0119b56bda1f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4545 | 2024.04.10 17:13:36.827854 [ 3 ] {d3763956-0618-4e2e-9a7b-0119b56bda1f} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4546 | 2024.04.10 17:13:36.828033 [ 3 ] {d3763956-0618-4e2e-9a7b-0119b56bda1f} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001789 sec., 11738.401341531582 rows/sec., 951.45 KiB/sec. | ||
4547 | 2024.04.10 17:13:36.828188 [ 3 ] {d3763956-0618-4e2e-9a7b-0119b56bda1f} <Debug> DynamicQueryHandler: Done processing query | ||
4548 | 2024.04.10 17:13:36.828214 [ 3 ] {d3763956-0618-4e2e-9a7b-0119b56bda1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4549 | 2024.04.10 17:13:36.828231 [ 3 ] {} <Debug> HTTP-Session: ca7c549b-dee6-45ae-813f-3d681d1aaec2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4550 | 2024.04.10 17:13:36.828372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4551 | 2024.04.10 17:13:36.828422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4552 | 2024.04.10 17:13:36.828443 [ 3 ] {} <Debug> HTTP-Session: c1feab78-2668-455d-a0fb-19884376ad94 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4553 | 2024.04.10 17:13:36.828462 [ 3 ] {} <Debug> HTTP-Session: c1feab78-2668-455d-a0fb-19884376ad94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4554 | 2024.04.10 17:13:36.828477 [ 3 ] {} <Debug> HTTP-Session: c1feab78-2668-455d-a0fb-19884376ad94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4555 | 2024.04.10 17:13:36.828512 [ 3 ] {} <Trace> HTTP-Session: c1feab78-2668-455d-a0fb-19884376ad94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4556 | 2024.04.10 17:13:36.828615 [ 3 ] {74f48776-3278-4094-947b-339b55fb0b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4557 | 2024.04.10 17:13:36.828657 [ 3 ] {74f48776-3278-4094-947b-339b55fb0b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4558 | 2024.04.10 17:13:36.828781 [ 3 ] {74f48776-3278-4094-947b-339b55fb0b38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4559 | 2024.04.10 17:13:36.829189 [ 3 ] {74f48776-3278-4094-947b-339b55fb0b38} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4560 | 2024.04.10 17:13:36.829227 [ 3 ] {74f48776-3278-4094-947b-339b55fb0b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4561 | 2024.04.10 17:13:36.829541 [ 3 ] {74f48776-3278-4094-947b-339b55fb0b38} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4562 | 2024.04.10 17:13:36.829847 [ 3 ] {74f48776-3278-4094-947b-339b55fb0b38} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4563 | 2024.04.10 17:13:36.830001 [ 3 ] {74f48776-3278-4094-947b-339b55fb0b38} <Debug> executeQuery: Read 119 rows, 10.06 KiB in 0.001432 sec., 83100.55865921789 rows/sec., 6.86 MiB/sec. | ||
4564 | 2024.04.10 17:13:36.830125 [ 3 ] {74f48776-3278-4094-947b-339b55fb0b38} <Debug> DynamicQueryHandler: Done processing query | ||
4565 | 2024.04.10 17:13:36.830149 [ 3 ] {74f48776-3278-4094-947b-339b55fb0b38} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4566 | 2024.04.10 17:13:36.830165 [ 3 ] {} <Debug> HTTP-Session: c1feab78-2668-455d-a0fb-19884376ad94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4567 | 2024.04.10 17:13:36.830298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4568 | 2024.04.10 17:13:36.830346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4569 | 2024.04.10 17:13:36.830366 [ 3 ] {} <Debug> HTTP-Session: 214dc50c-7962-49b3-a306-99fed39279b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4570 | 2024.04.10 17:13:36.830384 [ 3 ] {} <Debug> HTTP-Session: 214dc50c-7962-49b3-a306-99fed39279b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4571 | 2024.04.10 17:13:36.830398 [ 3 ] {} <Debug> HTTP-Session: 214dc50c-7962-49b3-a306-99fed39279b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4572 | 2024.04.10 17:13:36.830430 [ 3 ] {} <Trace> HTTP-Session: 214dc50c-7962-49b3-a306-99fed39279b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4573 | 2024.04.10 17:13:36.830527 [ 3 ] {89ea125b-17e9-4517-b09b-ff4c1c179874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4574 | 2024.04.10 17:13:36.830568 [ 3 ] {89ea125b-17e9-4517-b09b-ff4c1c179874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4575 | 2024.04.10 17:13:36.830695 [ 3 ] {89ea125b-17e9-4517-b09b-ff4c1c179874} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4576 | 2024.04.10 17:13:36.831036 [ 3 ] {89ea125b-17e9-4517-b09b-ff4c1c179874} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4577 | 2024.04.10 17:13:36.831074 [ 3 ] {89ea125b-17e9-4517-b09b-ff4c1c179874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4578 | 2024.04.10 17:13:36.831384 [ 3 ] {89ea125b-17e9-4517-b09b-ff4c1c179874} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4579 | 2024.04.10 17:13:36.831689 [ 3 ] {89ea125b-17e9-4517-b09b-ff4c1c179874} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4580 | 2024.04.10 17:13:36.831842 [ 3 ] {89ea125b-17e9-4517-b09b-ff4c1c179874} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.00136 sec., 62499.99999999999 rows/sec., 4.88 MiB/sec. | ||
4581 | 2024.04.10 17:13:36.831966 [ 3 ] {89ea125b-17e9-4517-b09b-ff4c1c179874} <Debug> DynamicQueryHandler: Done processing query | ||
4582 | 2024.04.10 17:13:36.831991 [ 3 ] {89ea125b-17e9-4517-b09b-ff4c1c179874} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4583 | 2024.04.10 17:13:36.832008 [ 3 ] {} <Debug> HTTP-Session: 214dc50c-7962-49b3-a306-99fed39279b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4584 | 2024.04.10 17:13:36.832144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4585 | 2024.04.10 17:13:36.832193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4586 | 2024.04.10 17:13:36.832212 [ 3 ] {} <Debug> HTTP-Session: 3d07cacb-ba39-41f2-af4e-e5b8759033bf Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4587 | 2024.04.10 17:13:36.832230 [ 3 ] {} <Debug> HTTP-Session: 3d07cacb-ba39-41f2-af4e-e5b8759033bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4588 | 2024.04.10 17:13:36.832244 [ 3 ] {} <Debug> HTTP-Session: 3d07cacb-ba39-41f2-af4e-e5b8759033bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4589 | 2024.04.10 17:13:36.832276 [ 3 ] {} <Trace> HTTP-Session: 3d07cacb-ba39-41f2-af4e-e5b8759033bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4590 | 2024.04.10 17:13:36.832387 [ 3 ] {1a4b06e3-76e2-46cf-937f-23cde6206065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4591 | 2024.04.10 17:13:36.832432 [ 3 ] {1a4b06e3-76e2-46cf-937f-23cde6206065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4592 | 2024.04.10 17:13:36.832577 [ 3 ] {1a4b06e3-76e2-46cf-937f-23cde6206065} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4593 | 2024.04.10 17:13:36.832973 [ 3 ] {1a4b06e3-76e2-46cf-937f-23cde6206065} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4594 | 2024.04.10 17:13:36.833011 [ 3 ] {1a4b06e3-76e2-46cf-937f-23cde6206065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4595 | 2024.04.10 17:13:36.833412 [ 3 ] {1a4b06e3-76e2-46cf-937f-23cde6206065} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4596 | 2024.04.10 17:13:36.833748 [ 3 ] {1a4b06e3-76e2-46cf-937f-23cde6206065} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4597 | 2024.04.10 17:13:36.833909 [ 3 ] {1a4b06e3-76e2-46cf-937f-23cde6206065} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
4598 | 2024.04.10 17:13:36.834039 [ 3 ] {1a4b06e3-76e2-46cf-937f-23cde6206065} <Debug> DynamicQueryHandler: Done processing query | ||
4599 | 2024.04.10 17:13:36.834063 [ 3 ] {1a4b06e3-76e2-46cf-937f-23cde6206065} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4600 | 2024.04.10 17:13:36.834080 [ 3 ] {} <Debug> HTTP-Session: 3d07cacb-ba39-41f2-af4e-e5b8759033bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4601 | 2024.04.10 17:13:36.834222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22509, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4602 | 2024.04.10 17:13:36.834272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4603 | 2024.04.10 17:13:36.834292 [ 3 ] {} <Debug> HTTP-Session: 22c74734-3576-4d0e-a287-87b8ff539287 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4604 | 2024.04.10 17:13:36.834309 [ 3 ] {} <Debug> HTTP-Session: 22c74734-3576-4d0e-a287-87b8ff539287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4605 | 2024.04.10 17:13:36.834325 [ 3 ] {} <Debug> HTTP-Session: 22c74734-3576-4d0e-a287-87b8ff539287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4606 | 2024.04.10 17:13:36.834356 [ 3 ] {} <Trace> HTTP-Session: 22c74734-3576-4d0e-a287-87b8ff539287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4607 | 2024.04.10 17:13:36.834528 [ 3 ] {3f0e929e-87ec-456b-9510-3715c84f4e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4608 | 2024.04.10 17:13:36.834574 [ 3 ] {3f0e929e-87ec-456b-9510-3715c84f4e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4609 | 2024.04.10 17:13:36.834735 [ 3 ] {3f0e929e-87ec-456b-9510-3715c84f4e5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4610 | 2024.04.10 17:13:36.835142 [ 3 ] {3f0e929e-87ec-456b-9510-3715c84f4e5e} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4611 | 2024.04.10 17:13:36.835179 [ 3 ] {3f0e929e-87ec-456b-9510-3715c84f4e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4612 | 2024.04.10 17:13:36.835584 [ 3 ] {3f0e929e-87ec-456b-9510-3715c84f4e5e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4613 | 2024.04.10 17:13:36.835925 [ 3 ] {3f0e929e-87ec-456b-9510-3715c84f4e5e} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4614 | 2024.04.10 17:13:36.836054 [ 3 ] {3f0e929e-87ec-456b-9510-3715c84f4e5e} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001651 sec., 12719.563900666264 rows/sec., 17.16 MiB/sec. | ||
4615 | 2024.04.10 17:13:36.836183 [ 3 ] {3f0e929e-87ec-456b-9510-3715c84f4e5e} <Debug> DynamicQueryHandler: Done processing query | ||
4616 | 2024.04.10 17:13:36.836208 [ 3 ] {3f0e929e-87ec-456b-9510-3715c84f4e5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4617 | 2024.04.10 17:13:36.836225 [ 3 ] {} <Debug> HTTP-Session: 22c74734-3576-4d0e-a287-87b8ff539287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4618 | 2024.04.10 17:13:36.836345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4619 | 2024.04.10 17:13:36.836394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4620 | 2024.04.10 17:13:36.836414 [ 3 ] {} <Debug> HTTP-Session: e41654eb-6ecd-41d1-ba69-a0a8c5d1b636 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4621 | 2024.04.10 17:13:36.836431 [ 3 ] {} <Debug> HTTP-Session: e41654eb-6ecd-41d1-ba69-a0a8c5d1b636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4622 | 2024.04.10 17:13:36.836447 [ 3 ] {} <Debug> HTTP-Session: e41654eb-6ecd-41d1-ba69-a0a8c5d1b636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4623 | 2024.04.10 17:13:36.836479 [ 3 ] {} <Trace> HTTP-Session: e41654eb-6ecd-41d1-ba69-a0a8c5d1b636 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4624 | 2024.04.10 17:13:36.836570 [ 3 ] {23e9c4a3-f9d3-4891-a778-091a30daeaa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4625 | 2024.04.10 17:13:36.836613 [ 3 ] {23e9c4a3-f9d3-4891-a778-091a30daeaa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4626 | 2024.04.10 17:13:36.836737 [ 3 ] {23e9c4a3-f9d3-4891-a778-091a30daeaa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4627 | 2024.04.10 17:13:36.837029 [ 3 ] {23e9c4a3-f9d3-4891-a778-091a30daeaa2} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4628 | 2024.04.10 17:13:36.837064 [ 3 ] {23e9c4a3-f9d3-4891-a778-091a30daeaa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4629 | 2024.04.10 17:13:36.837418 [ 3 ] {23e9c4a3-f9d3-4891-a778-091a30daeaa2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4630 | 2024.04.10 17:13:36.837740 [ 3 ] {23e9c4a3-f9d3-4891-a778-091a30daeaa2} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4631 | 2024.04.10 17:13:36.837865 [ 3 ] {23e9c4a3-f9d3-4891-a778-091a30daeaa2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
4632 | 2024.04.10 17:13:36.837985 [ 3 ] {23e9c4a3-f9d3-4891-a778-091a30daeaa2} <Debug> DynamicQueryHandler: Done processing query | ||
4633 | 2024.04.10 17:13:36.838009 [ 3 ] {23e9c4a3-f9d3-4891-a778-091a30daeaa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4634 | 2024.04.10 17:13:36.838026 [ 3 ] {} <Debug> HTTP-Session: e41654eb-6ecd-41d1-ba69-a0a8c5d1b636 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4635 | 2024.04.10 17:13:41.827226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4636 | 2024.04.10 17:13:41.827355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4637 | 2024.04.10 17:13:41.827383 [ 3 ] {} <Debug> HTTP-Session: e41c43fb-04b8-4d15-9968-4f41d384cb99 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4638 | 2024.04.10 17:13:41.827409 [ 3 ] {} <Debug> HTTP-Session: e41c43fb-04b8-4d15-9968-4f41d384cb99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4639 | 2024.04.10 17:13:41.827425 [ 3 ] {} <Debug> HTTP-Session: e41c43fb-04b8-4d15-9968-4f41d384cb99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4640 | 2024.04.10 17:13:41.827476 [ 3 ] {} <Trace> HTTP-Session: e41c43fb-04b8-4d15-9968-4f41d384cb99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4641 | 2024.04.10 17:13:41.827597 [ 3 ] {46af3ef4-1c9a-41a2-8339-a9eea4c24cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4642 | 2024.04.10 17:13:41.827663 [ 3 ] {46af3ef4-1c9a-41a2-8339-a9eea4c24cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4643 | 2024.04.10 17:13:41.827860 [ 3 ] {46af3ef4-1c9a-41a2-8339-a9eea4c24cc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4644 | 2024.04.10 17:13:41.828301 [ 3 ] {46af3ef4-1c9a-41a2-8339-a9eea4c24cc1} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4645 | 2024.04.10 17:13:41.828350 [ 3 ] {46af3ef4-1c9a-41a2-8339-a9eea4c24cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4646 | 2024.04.10 17:13:41.828746 [ 3 ] {46af3ef4-1c9a-41a2-8339-a9eea4c24cc1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4647 | 2024.04.10 17:13:41.829095 [ 3 ] {46af3ef4-1c9a-41a2-8339-a9eea4c24cc1} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4648 | 2024.04.10 17:13:41.829276 [ 3 ] {46af3ef4-1c9a-41a2-8339-a9eea4c24cc1} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001731 sec., 6354.70826112074 rows/sec., 515.08 KiB/sec. | ||
4649 | 2024.04.10 17:13:41.829437 [ 3 ] {46af3ef4-1c9a-41a2-8339-a9eea4c24cc1} <Debug> DynamicQueryHandler: Done processing query | ||
4650 | 2024.04.10 17:13:41.829465 [ 3 ] {46af3ef4-1c9a-41a2-8339-a9eea4c24cc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4651 | 2024.04.10 17:13:41.829482 [ 3 ] {} <Debug> HTTP-Session: e41c43fb-04b8-4d15-9968-4f41d384cb99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4652 | 2024.04.10 17:13:41.829606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4653 | 2024.04.10 17:13:41.829664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4654 | 2024.04.10 17:13:41.829685 [ 3 ] {} <Debug> HTTP-Session: f70ec307-e4d4-48f5-b82f-cc0f6ad94d15 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4655 | 2024.04.10 17:13:41.829705 [ 3 ] {} <Debug> HTTP-Session: f70ec307-e4d4-48f5-b82f-cc0f6ad94d15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4656 | 2024.04.10 17:13:41.829721 [ 3 ] {} <Debug> HTTP-Session: f70ec307-e4d4-48f5-b82f-cc0f6ad94d15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4657 | 2024.04.10 17:13:41.829759 [ 3 ] {} <Trace> HTTP-Session: f70ec307-e4d4-48f5-b82f-cc0f6ad94d15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4658 | 2024.04.10 17:13:41.829833 [ 3 ] {fb657e2e-4dac-4547-a93b-9e110dc66a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4659 | 2024.04.10 17:13:41.829879 [ 3 ] {fb657e2e-4dac-4547-a93b-9e110dc66a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4660 | 2024.04.10 17:13:41.830017 [ 3 ] {fb657e2e-4dac-4547-a93b-9e110dc66a52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4661 | 2024.04.10 17:13:41.830423 [ 3 ] {fb657e2e-4dac-4547-a93b-9e110dc66a52} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4662 | 2024.04.10 17:13:41.830462 [ 3 ] {fb657e2e-4dac-4547-a93b-9e110dc66a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4663 | 2024.04.10 17:13:41.830779 [ 3 ] {fb657e2e-4dac-4547-a93b-9e110dc66a52} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4664 | 2024.04.10 17:13:41.831098 [ 3 ] {fb657e2e-4dac-4547-a93b-9e110dc66a52} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4665 | 2024.04.10 17:13:41.831261 [ 3 ] {fb657e2e-4dac-4547-a93b-9e110dc66a52} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001443 sec., 1386.001386001386 rows/sec., 113.02 KiB/sec. | ||
4666 | 2024.04.10 17:13:41.831493 [ 3 ] {fb657e2e-4dac-4547-a93b-9e110dc66a52} <Debug> DynamicQueryHandler: Done processing query | ||
4667 | 2024.04.10 17:13:41.831526 [ 3 ] {fb657e2e-4dac-4547-a93b-9e110dc66a52} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4668 | 2024.04.10 17:13:41.831544 [ 3 ] {} <Debug> HTTP-Session: f70ec307-e4d4-48f5-b82f-cc0f6ad94d15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4669 | 2024.04.10 17:13:41.831677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17994, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4670 | 2024.04.10 17:13:41.831726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4671 | 2024.04.10 17:13:41.831746 [ 3 ] {} <Debug> HTTP-Session: e65ee1c2-bdee-4858-a116-a82d62b9b811 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4672 | 2024.04.10 17:13:41.831764 [ 3 ] {} <Debug> HTTP-Session: e65ee1c2-bdee-4858-a116-a82d62b9b811 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4673 | 2024.04.10 17:13:41.831780 [ 3 ] {} <Debug> HTTP-Session: e65ee1c2-bdee-4858-a116-a82d62b9b811 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4674 | 2024.04.10 17:13:41.831812 [ 3 ] {} <Trace> HTTP-Session: e65ee1c2-bdee-4858-a116-a82d62b9b811 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4675 | 2024.04.10 17:13:41.831917 [ 3 ] {482b6c4c-640f-4084-b5a1-af508e52d073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4676 | 2024.04.10 17:13:41.831959 [ 3 ] {482b6c4c-640f-4084-b5a1-af508e52d073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4677 | 2024.04.10 17:13:41.832102 [ 3 ] {482b6c4c-640f-4084-b5a1-af508e52d073} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4678 | 2024.04.10 17:13:41.832473 [ 3 ] {482b6c4c-640f-4084-b5a1-af508e52d073} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4679 | 2024.04.10 17:13:41.832511 [ 3 ] {482b6c4c-640f-4084-b5a1-af508e52d073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4680 | 2024.04.10 17:13:41.832827 [ 3 ] {482b6c4c-640f-4084-b5a1-af508e52d073} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4681 | 2024.04.10 17:13:41.833135 [ 3 ] {482b6c4c-640f-4084-b5a1-af508e52d073} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4682 | 2024.04.10 17:13:41.833301 [ 3 ] {482b6c4c-640f-4084-b5a1-af508e52d073} <Debug> executeQuery: Read 126 rows, 10.33 KiB in 0.001435 sec., 87804.87804878048 rows/sec., 7.03 MiB/sec. | ||
4683 | 2024.04.10 17:13:41.833425 [ 3 ] {482b6c4c-640f-4084-b5a1-af508e52d073} <Debug> DynamicQueryHandler: Done processing query | ||
4684 | 2024.04.10 17:13:41.833450 [ 3 ] {482b6c4c-640f-4084-b5a1-af508e52d073} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4685 | 2024.04.10 17:13:41.833467 [ 3 ] {} <Debug> HTTP-Session: e65ee1c2-bdee-4858-a116-a82d62b9b811 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4686 | 2024.04.10 17:13:41.833575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4687 | 2024.04.10 17:13:41.833622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4688 | 2024.04.10 17:13:41.833643 [ 3 ] {} <Debug> HTTP-Session: e9983df6-41b9-451a-b3b2-25267027ff55 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4689 | 2024.04.10 17:13:41.833660 [ 3 ] {} <Debug> HTTP-Session: e9983df6-41b9-451a-b3b2-25267027ff55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4690 | 2024.04.10 17:13:41.833675 [ 3 ] {} <Debug> HTTP-Session: e9983df6-41b9-451a-b3b2-25267027ff55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4691 | 2024.04.10 17:13:41.833707 [ 3 ] {} <Trace> HTTP-Session: e9983df6-41b9-451a-b3b2-25267027ff55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4692 | 2024.04.10 17:13:41.833771 [ 3 ] {73c9dad3-ff51-4e52-b58b-5afce6c1fc95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4693 | 2024.04.10 17:13:41.833812 [ 3 ] {73c9dad3-ff51-4e52-b58b-5afce6c1fc95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4694 | 2024.04.10 17:13:41.833941 [ 3 ] {73c9dad3-ff51-4e52-b58b-5afce6c1fc95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4695 | 2024.04.10 17:13:41.834210 [ 3 ] {73c9dad3-ff51-4e52-b58b-5afce6c1fc95} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4696 | 2024.04.10 17:13:41.834248 [ 3 ] {73c9dad3-ff51-4e52-b58b-5afce6c1fc95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4697 | 2024.04.10 17:13:41.834546 [ 3 ] {73c9dad3-ff51-4e52-b58b-5afce6c1fc95} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4698 | 2024.04.10 17:13:41.834851 [ 3 ] {73c9dad3-ff51-4e52-b58b-5afce6c1fc95} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4699 | 2024.04.10 17:13:41.835013 [ 3 ] {73c9dad3-ff51-4e52-b58b-5afce6c1fc95} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001263 sec., 1583.5312747426763 rows/sec., 110.57 KiB/sec. | ||
4700 | 2024.04.10 17:13:41.835160 [ 3 ] {73c9dad3-ff51-4e52-b58b-5afce6c1fc95} <Debug> DynamicQueryHandler: Done processing query | ||
4701 | 2024.04.10 17:13:41.835184 [ 3 ] {73c9dad3-ff51-4e52-b58b-5afce6c1fc95} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4702 | 2024.04.10 17:13:41.835202 [ 3 ] {} <Debug> HTTP-Session: e9983df6-41b9-451a-b3b2-25267027ff55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4703 | 2024.04.10 17:13:41.835327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4704 | 2024.04.10 17:13:41.835378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4705 | 2024.04.10 17:13:41.835398 [ 3 ] {} <Debug> HTTP-Session: a3ec5632-a809-4174-953e-76789fc9be46 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4706 | 2024.04.10 17:13:41.835416 [ 3 ] {} <Debug> HTTP-Session: a3ec5632-a809-4174-953e-76789fc9be46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4707 | 2024.04.10 17:13:41.835431 [ 3 ] {} <Debug> HTTP-Session: a3ec5632-a809-4174-953e-76789fc9be46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4708 | 2024.04.10 17:13:41.835463 [ 3 ] {} <Trace> HTTP-Session: a3ec5632-a809-4174-953e-76789fc9be46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4709 | 2024.04.10 17:13:41.835557 [ 3 ] {b3ad2654-a6b4-416a-8dde-2694ea58edba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4710 | 2024.04.10 17:13:41.835598 [ 3 ] {b3ad2654-a6b4-416a-8dde-2694ea58edba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4711 | 2024.04.10 17:13:41.835725 [ 3 ] {b3ad2654-a6b4-416a-8dde-2694ea58edba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4712 | 2024.04.10 17:13:41.836085 [ 3 ] {b3ad2654-a6b4-416a-8dde-2694ea58edba} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4713 | 2024.04.10 17:13:41.836123 [ 3 ] {b3ad2654-a6b4-416a-8dde-2694ea58edba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4714 | 2024.04.10 17:13:41.836443 [ 3 ] {b3ad2654-a6b4-416a-8dde-2694ea58edba} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4715 | 2024.04.10 17:13:41.836748 [ 3 ] {b3ad2654-a6b4-416a-8dde-2694ea58edba} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4716 | 2024.04.10 17:13:41.836903 [ 3 ] {b3ad2654-a6b4-416a-8dde-2694ea58edba} <Debug> executeQuery: Read 101 rows, 8.06 KiB in 0.001396 sec., 72349.57020057306 rows/sec., 5.64 MiB/sec. | ||
4717 | 2024.04.10 17:13:41.837025 [ 3 ] {b3ad2654-a6b4-416a-8dde-2694ea58edba} <Debug> DynamicQueryHandler: Done processing query | ||
4718 | 2024.04.10 17:13:41.837049 [ 3 ] {b3ad2654-a6b4-416a-8dde-2694ea58edba} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
4719 | 2024.04.10 17:13:41.837068 [ 3 ] {} <Debug> HTTP-Session: a3ec5632-a809-4174-953e-76789fc9be46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4720 | 2024.04.10 17:13:41.837222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 37772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4721 | 2024.04.10 17:13:41.837271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4722 | 2024.04.10 17:13:41.837291 [ 3 ] {} <Debug> HTTP-Session: b3e06f31-23c0-453f-8dbf-0481d6dd4401 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4723 | 2024.04.10 17:13:41.837309 [ 3 ] {} <Debug> HTTP-Session: b3e06f31-23c0-453f-8dbf-0481d6dd4401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4724 | 2024.04.10 17:13:41.837324 [ 3 ] {} <Debug> HTTP-Session: b3e06f31-23c0-453f-8dbf-0481d6dd4401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4725 | 2024.04.10 17:13:41.837356 [ 3 ] {} <Trace> HTTP-Session: b3e06f31-23c0-453f-8dbf-0481d6dd4401 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4726 | 2024.04.10 17:13:41.837490 [ 3 ] {cd7b2342-ae20-4e23-bca5-0aef2ef0db2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4727 | 2024.04.10 17:13:41.837536 [ 3 ] {cd7b2342-ae20-4e23-bca5-0aef2ef0db2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4728 | 2024.04.10 17:13:41.837682 [ 3 ] {cd7b2342-ae20-4e23-bca5-0aef2ef0db2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4729 | 2024.04.10 17:13:41.838109 [ 3 ] {cd7b2342-ae20-4e23-bca5-0aef2ef0db2c} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4730 | 2024.04.10 17:13:41.838147 [ 3 ] {cd7b2342-ae20-4e23-bca5-0aef2ef0db2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4731 | 2024.04.10 17:13:41.838536 [ 3 ] {cd7b2342-ae20-4e23-bca5-0aef2ef0db2c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4732 | 2024.04.10 17:13:41.838880 [ 3 ] {cd7b2342-ae20-4e23-bca5-0aef2ef0db2c} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4733 | 2024.04.10 17:13:41.839038 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4734 | 2024.04.10 17:13:41.839049 [ 3 ] {cd7b2342-ae20-4e23-bca5-0aef2ef0db2c} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001626 sec., 121156.21156211561 rows/sec., 8.46 MiB/sec. | ||
4735 | 2024.04.10 17:13:41.839135 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4736 | 2024.04.10 17:13:41.839200 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4737 | 2024.04.10 17:13:41.839318 [ 3 ] {cd7b2342-ae20-4e23-bca5-0aef2ef0db2c} <Debug> DynamicQueryHandler: Done processing query | ||
4738 | 2024.04.10 17:13:41.839385 [ 3 ] {cd7b2342-ae20-4e23-bca5-0aef2ef0db2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4739 | 2024.04.10 17:13:41.839466 [ 3 ] {} <Debug> HTTP-Session: b3e06f31-23c0-453f-8dbf-0481d6dd4401 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4740 | 2024.04.10 17:13:41.839598 [ 193 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::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 | ||
4741 | 2024.04.10 17:13:41.839705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4742 | 2024.04.10 17:13:41.839872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4743 | 2024.04.10 17:13:41.839961 [ 3 ] {} <Debug> HTTP-Session: 7f3cd16d-2c98-4a35-a600-010d172b2cb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4744 | 2024.04.10 17:13:41.840032 [ 3 ] {} <Debug> HTTP-Session: 7f3cd16d-2c98-4a35-a600-010d172b2cb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4745 | 2024.04.10 17:13:41.840106 [ 3 ] {} <Debug> HTTP-Session: 7f3cd16d-2c98-4a35-a600-010d172b2cb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4746 | 2024.04.10 17:13:41.840267 [ 3 ] {} <Trace> HTTP-Session: 7f3cd16d-2c98-4a35-a600-010d172b2cb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4747 | 2024.04.10 17:13:41.840303 [ 193 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4748 | 2024.04.10 17:13:41.840388 [ 193 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4424 rows starting from the beginning of the part | ||
4749 | 2024.04.10 17:13:41.840552 [ 3 ] {37236640-5a79-42a6-8c1f-5e4a70524f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4750 | 2024.04.10 17:13:41.840638 [ 193 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
4751 | 2024.04.10 17:13:41.840738 [ 3 ] {37236640-5a79-42a6-8c1f-5e4a70524f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4752 | 2024.04.10 17:13:41.840974 [ 193 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::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 | ||
4753 | 2024.04.10 17:13:41.841379 [ 193 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
4754 | 2024.04.10 17:13:41.841796 [ 193 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::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 | ||
4755 | 2024.04.10 17:13:41.842147 [ 193 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 197 rows starting from the beginning of the part | ||
4756 | 2024.04.10 17:13:41.842614 [ 3 ] {37236640-5a79-42a6-8c1f-5e4a70524f75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4757 | 2024.04.10 17:13:41.843404 [ 3 ] {37236640-5a79-42a6-8c1f-5e4a70524f75} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4758 | 2024.04.10 17:13:41.843444 [ 3 ] {37236640-5a79-42a6-8c1f-5e4a70524f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4759 | 2024.04.10 17:13:41.844074 [ 3 ] {37236640-5a79-42a6-8c1f-5e4a70524f75} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4760 | 2024.04.10 17:13:41.845115 [ 3 ] {37236640-5a79-42a6-8c1f-5e4a70524f75} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4761 | 2024.04.10 17:13:41.845413 [ 3 ] {37236640-5a79-42a6-8c1f-5e4a70524f75} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.005007 sec., 2196.9243059716396 rows/sec., 2.96 MiB/sec. | ||
4762 | 2024.04.10 17:13:41.845606 [ 3 ] {37236640-5a79-42a6-8c1f-5e4a70524f75} <Debug> DynamicQueryHandler: Done processing query | ||
4763 | 2024.04.10 17:13:41.845633 [ 3 ] {37236640-5a79-42a6-8c1f-5e4a70524f75} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4764 | 2024.04.10 17:13:41.845652 [ 3 ] {} <Debug> HTTP-Session: 7f3cd16d-2c98-4a35-a600-010d172b2cb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4765 | 2024.04.10 17:13:41.845784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4766 | 2024.04.10 17:13:41.845847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4767 | 2024.04.10 17:13:41.845875 [ 3 ] {} <Debug> HTTP-Session: f8e09527-3caa-4437-b016-234d80be9ec8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4768 | 2024.04.10 17:13:41.845894 [ 3 ] {} <Debug> HTTP-Session: f8e09527-3caa-4437-b016-234d80be9ec8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4769 | 2024.04.10 17:13:41.845910 [ 3 ] {} <Debug> HTTP-Session: f8e09527-3caa-4437-b016-234d80be9ec8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4770 | 2024.04.10 17:13:41.845942 [ 3 ] {} <Trace> HTTP-Session: f8e09527-3caa-4437-b016-234d80be9ec8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4771 | 2024.04.10 17:13:41.846047 [ 3 ] {04e0bb81-df3b-4c02-a0aa-d42e9e4cd6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4772 | 2024.04.10 17:13:41.846120 [ 3 ] {04e0bb81-df3b-4c02-a0aa-d42e9e4cd6f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4773 | 2024.04.10 17:13:41.846549 [ 193 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5261 rows, containing 5 columns (5 merged, 0 gathered) in 0.007221562 sec., 728512.7511194947 rows/sec., 50.79 MiB/sec. | ||
4774 | 2024.04.10 17:13:41.846643 [ 3 ] {04e0bb81-df3b-4c02-a0aa-d42e9e4cd6f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4775 | 2024.04.10 17:13:41.847015 [ 193 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4776 | 2024.04.10 17:13:41.847068 [ 3 ] {04e0bb81-df3b-4c02-a0aa-d42e9e4cd6f4} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4777 | 2024.04.10 17:13:41.847138 [ 3 ] {04e0bb81-df3b-4c02-a0aa-d42e9e4cd6f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4778 | 2024.04.10 17:13:41.847996 [ 193 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4779 | 2024.04.10 17:13:41.848035 [ 3 ] {04e0bb81-df3b-4c02-a0aa-d42e9e4cd6f4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4780 | 2024.04.10 17:13:41.848143 [ 193 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4781 | 2024.04.10 17:13:41.848354 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
4782 | 2024.04.10 17:13:41.848599 [ 3 ] {04e0bb81-df3b-4c02-a0aa-d42e9e4cd6f4} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4783 | 2024.04.10 17:13:41.848772 [ 74 ] {} <Debug> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4784 | 2024.04.10 17:13:41.848778 [ 3 ] {04e0bb81-df3b-4c02-a0aa-d42e9e4cd6f4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002778 sec., 21598.272138228942 rows/sec., 1.46 MiB/sec. | ||
4785 | 2024.04.10 17:13:41.848837 [ 74 ] {} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4786 | 2024.04.10 17:13:41.848915 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.36 GiB. | ||
4787 | 2024.04.10 17:13:41.849054 [ 3 ] {04e0bb81-df3b-4c02-a0aa-d42e9e4cd6f4} <Debug> DynamicQueryHandler: Done processing query | ||
4788 | 2024.04.10 17:13:41.849100 [ 3 ] {04e0bb81-df3b-4c02-a0aa-d42e9e4cd6f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4789 | 2024.04.10 17:13:41.849130 [ 189 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
4790 | 2024.04.10 17:13:41.849138 [ 3 ] {} <Debug> HTTP-Session: f8e09527-3caa-4437-b016-234d80be9ec8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4791 | 2024.04.10 17:13:41.849356 [ 189 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4792 | 2024.04.10 17:13:41.849388 [ 189 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1520 rows starting from the beginning of the part | ||
4793 | 2024.04.10 17:13:41.849451 [ 189 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
4794 | 2024.04.10 17:13:41.849645 [ 189 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
4795 | 2024.04.10 17:13:41.849935 [ 189 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
4796 | 2024.04.10 17:13:41.850157 [ 189 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::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 | ||
4797 | 2024.04.10 17:13:41.850372 [ 189 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
4798 | 2024.04.10 17:13:41.851761 [ 193 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1820 rows, containing 4 columns (4 merged, 0 gathered) in 0.002741486 sec., 663873.5342803136 rows/sec., 44.74 MiB/sec. | ||
4799 | 2024.04.10 17:13:41.851962 [ 189 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4800 | 2024.04.10 17:13:41.852327 [ 189 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_31_6} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4801 | 2024.04.10 17:13:41.852403 [ 189 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_31_6} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4802 | 2024.04.10 17:13:41.852476 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
4803 | 2024.04.10 17:13:44.390911 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4804 | 2024.04.10 17:13:44.390967 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4805 | 2024.04.10 17:13:46.826631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4806 | 2024.04.10 17:13:46.826780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4807 | 2024.04.10 17:13:46.826810 [ 3 ] {} <Debug> HTTP-Session: 6588bed7-4343-42dc-9d84-7ad59840358a Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4808 | 2024.04.10 17:13:46.826839 [ 3 ] {} <Debug> HTTP-Session: 6588bed7-4343-42dc-9d84-7ad59840358a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4809 | 2024.04.10 17:13:46.826860 [ 3 ] {} <Debug> HTTP-Session: 6588bed7-4343-42dc-9d84-7ad59840358a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4810 | 2024.04.10 17:13:46.826917 [ 3 ] {} <Trace> HTTP-Session: 6588bed7-4343-42dc-9d84-7ad59840358a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4811 | 2024.04.10 17:13:46.827054 [ 3 ] {acb18b9a-13ad-4fb0-b029-0f030e0319e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4812 | 2024.04.10 17:13:46.827128 [ 3 ] {acb18b9a-13ad-4fb0-b029-0f030e0319e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4813 | 2024.04.10 17:13:46.827330 [ 3 ] {acb18b9a-13ad-4fb0-b029-0f030e0319e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4814 | 2024.04.10 17:13:46.827779 [ 3 ] {acb18b9a-13ad-4fb0-b029-0f030e0319e8} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4815 | 2024.04.10 17:13:46.827831 [ 3 ] {acb18b9a-13ad-4fb0-b029-0f030e0319e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4816 | 2024.04.10 17:13:46.828230 [ 3 ] {acb18b9a-13ad-4fb0-b029-0f030e0319e8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4817 | 2024.04.10 17:13:46.828584 [ 3 ] {acb18b9a-13ad-4fb0-b029-0f030e0319e8} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4818 | 2024.04.10 17:13:46.828771 [ 3 ] {acb18b9a-13ad-4fb0-b029-0f030e0319e8} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001773 sec., 11844.331641285955 rows/sec., 960.04 KiB/sec. | ||
4819 | 2024.04.10 17:13:46.829040 [ 3 ] {acb18b9a-13ad-4fb0-b029-0f030e0319e8} <Debug> DynamicQueryHandler: Done processing query | ||
4820 | 2024.04.10 17:13:46.829084 [ 3 ] {acb18b9a-13ad-4fb0-b029-0f030e0319e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4821 | 2024.04.10 17:13:46.829104 [ 3 ] {} <Debug> HTTP-Session: 6588bed7-4343-42dc-9d84-7ad59840358a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4822 | 2024.04.10 17:13:46.829250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4823 | 2024.04.10 17:13:46.829308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4824 | 2024.04.10 17:13:46.829328 [ 3 ] {} <Debug> HTTP-Session: 02a30349-25b5-493e-b76c-e8d9753958ee Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4825 | 2024.04.10 17:13:46.829349 [ 3 ] {} <Debug> HTTP-Session: 02a30349-25b5-493e-b76c-e8d9753958ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4826 | 2024.04.10 17:13:46.829365 [ 3 ] {} <Debug> HTTP-Session: 02a30349-25b5-493e-b76c-e8d9753958ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4827 | 2024.04.10 17:13:46.829401 [ 3 ] {} <Trace> HTTP-Session: 02a30349-25b5-493e-b76c-e8d9753958ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4828 | 2024.04.10 17:13:46.829508 [ 3 ] {ea500838-39ba-41c9-a881-c0e0cab96fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4829 | 2024.04.10 17:13:46.829555 [ 3 ] {ea500838-39ba-41c9-a881-c0e0cab96fb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4830 | 2024.04.10 17:13:46.829706 [ 3 ] {ea500838-39ba-41c9-a881-c0e0cab96fb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4831 | 2024.04.10 17:13:46.830100 [ 3 ] {ea500838-39ba-41c9-a881-c0e0cab96fb8} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4832 | 2024.04.10 17:13:46.830140 [ 3 ] {ea500838-39ba-41c9-a881-c0e0cab96fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4833 | 2024.04.10 17:13:46.830462 [ 3 ] {ea500838-39ba-41c9-a881-c0e0cab96fb8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4834 | 2024.04.10 17:13:46.830773 [ 3 ] {ea500838-39ba-41c9-a881-c0e0cab96fb8} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4835 | 2024.04.10 17:13:46.830930 [ 3 ] {ea500838-39ba-41c9-a881-c0e0cab96fb8} <Debug> executeQuery: Read 119 rows, 10.06 KiB in 0.001473 sec., 80787.50848608284 rows/sec., 6.67 MiB/sec. | ||
4836 | 2024.04.10 17:13:46.831061 [ 3 ] {ea500838-39ba-41c9-a881-c0e0cab96fb8} <Debug> DynamicQueryHandler: Done processing query | ||
4837 | 2024.04.10 17:13:46.831086 [ 3 ] {ea500838-39ba-41c9-a881-c0e0cab96fb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4838 | 2024.04.10 17:13:46.831104 [ 3 ] {} <Debug> HTTP-Session: 02a30349-25b5-493e-b76c-e8d9753958ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4839 | 2024.04.10 17:13:46.831228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4840 | 2024.04.10 17:13:46.831277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4841 | 2024.04.10 17:13:46.831296 [ 3 ] {} <Debug> HTTP-Session: c146a662-1692-4af4-b37c-0dbaad80f9e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4842 | 2024.04.10 17:13:46.831314 [ 3 ] {} <Debug> HTTP-Session: c146a662-1692-4af4-b37c-0dbaad80f9e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4843 | 2024.04.10 17:13:46.831329 [ 3 ] {} <Debug> HTTP-Session: c146a662-1692-4af4-b37c-0dbaad80f9e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4844 | 2024.04.10 17:13:46.831362 [ 3 ] {} <Trace> HTTP-Session: c146a662-1692-4af4-b37c-0dbaad80f9e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4845 | 2024.04.10 17:13:46.831458 [ 3 ] {412682ad-3232-40fc-930f-170c6a3f5b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4846 | 2024.04.10 17:13:46.831499 [ 3 ] {412682ad-3232-40fc-930f-170c6a3f5b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4847 | 2024.04.10 17:13:46.831627 [ 3 ] {412682ad-3232-40fc-930f-170c6a3f5b48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4848 | 2024.04.10 17:13:46.831963 [ 3 ] {412682ad-3232-40fc-930f-170c6a3f5b48} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4849 | 2024.04.10 17:13:46.832001 [ 3 ] {412682ad-3232-40fc-930f-170c6a3f5b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4850 | 2024.04.10 17:13:46.832324 [ 3 ] {412682ad-3232-40fc-930f-170c6a3f5b48} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4851 | 2024.04.10 17:13:46.832634 [ 3 ] {412682ad-3232-40fc-930f-170c6a3f5b48} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4852 | 2024.04.10 17:13:46.832784 [ 3 ] {412682ad-3232-40fc-930f-170c6a3f5b48} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001375 sec., 61818.18181818182 rows/sec., 4.83 MiB/sec. | ||
4853 | 2024.04.10 17:13:46.832906 [ 3 ] {412682ad-3232-40fc-930f-170c6a3f5b48} <Debug> DynamicQueryHandler: Done processing query | ||
4854 | 2024.04.10 17:13:46.832931 [ 3 ] {412682ad-3232-40fc-930f-170c6a3f5b48} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4855 | 2024.04.10 17:13:46.832948 [ 3 ] {} <Debug> HTTP-Session: c146a662-1692-4af4-b37c-0dbaad80f9e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4856 | 2024.04.10 17:13:46.833105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4857 | 2024.04.10 17:13:46.833153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4858 | 2024.04.10 17:13:46.833174 [ 3 ] {} <Debug> HTTP-Session: 18c81054-2879-409a-9664-623614155046 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4859 | 2024.04.10 17:13:46.833192 [ 3 ] {} <Debug> HTTP-Session: 18c81054-2879-409a-9664-623614155046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4860 | 2024.04.10 17:13:46.833208 [ 3 ] {} <Debug> HTTP-Session: 18c81054-2879-409a-9664-623614155046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4861 | 2024.04.10 17:13:46.833239 [ 3 ] {} <Trace> HTTP-Session: 18c81054-2879-409a-9664-623614155046 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4862 | 2024.04.10 17:13:46.833355 [ 3 ] {dba0d8c9-fcb6-4207-acff-c5d995f88afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4863 | 2024.04.10 17:13:46.833401 [ 3 ] {dba0d8c9-fcb6-4207-acff-c5d995f88afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4864 | 2024.04.10 17:13:46.833546 [ 3 ] {dba0d8c9-fcb6-4207-acff-c5d995f88afe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4865 | 2024.04.10 17:13:46.833920 [ 3 ] {dba0d8c9-fcb6-4207-acff-c5d995f88afe} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4866 | 2024.04.10 17:13:46.833958 [ 3 ] {dba0d8c9-fcb6-4207-acff-c5d995f88afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4867 | 2024.04.10 17:13:46.834350 [ 3 ] {dba0d8c9-fcb6-4207-acff-c5d995f88afe} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4868 | 2024.04.10 17:13:46.834721 [ 3 ] {dba0d8c9-fcb6-4207-acff-c5d995f88afe} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4869 | 2024.04.10 17:13:46.834874 [ 3 ] {dba0d8c9-fcb6-4207-acff-c5d995f88afe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
4870 | 2024.04.10 17:13:46.835004 [ 3 ] {dba0d8c9-fcb6-4207-acff-c5d995f88afe} <Debug> DynamicQueryHandler: Done processing query | ||
4871 | 2024.04.10 17:13:46.835028 [ 3 ] {dba0d8c9-fcb6-4207-acff-c5d995f88afe} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4872 | 2024.04.10 17:13:46.835044 [ 3 ] {} <Debug> HTTP-Session: 18c81054-2879-409a-9664-623614155046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4873 | 2024.04.10 17:13:46.835167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4874 | 2024.04.10 17:13:46.835215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4875 | 2024.04.10 17:13:46.835235 [ 3 ] {} <Debug> HTTP-Session: 4859caad-d72c-416c-9e3d-3185591eba03 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4876 | 2024.04.10 17:13:46.835275 [ 3 ] {} <Debug> HTTP-Session: 4859caad-d72c-416c-9e3d-3185591eba03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4877 | 2024.04.10 17:13:46.835290 [ 3 ] {} <Debug> HTTP-Session: 4859caad-d72c-416c-9e3d-3185591eba03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4878 | 2024.04.10 17:13:46.835320 [ 3 ] {} <Trace> HTTP-Session: 4859caad-d72c-416c-9e3d-3185591eba03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4879 | 2024.04.10 17:13:46.835494 [ 3 ] {0b84a7f8-a13a-40ca-acba-0cc9852509ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4880 | 2024.04.10 17:13:46.835539 [ 3 ] {0b84a7f8-a13a-40ca-acba-0cc9852509ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4881 | 2024.04.10 17:13:46.835698 [ 3 ] {0b84a7f8-a13a-40ca-acba-0cc9852509ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4882 | 2024.04.10 17:13:46.836102 [ 3 ] {0b84a7f8-a13a-40ca-acba-0cc9852509ac} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4883 | 2024.04.10 17:13:46.836138 [ 3 ] {0b84a7f8-a13a-40ca-acba-0cc9852509ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4884 | 2024.04.10 17:13:46.836544 [ 3 ] {0b84a7f8-a13a-40ca-acba-0cc9852509ac} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4885 | 2024.04.10 17:13:46.836892 [ 3 ] {0b84a7f8-a13a-40ca-acba-0cc9852509ac} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4886 | 2024.04.10 17:13:46.837078 [ 3 ] {0b84a7f8-a13a-40ca-acba-0cc9852509ac} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001705 sec., 12316.715542521995 rows/sec., 16.62 MiB/sec. | ||
4887 | 2024.04.10 17:13:46.837208 [ 3 ] {0b84a7f8-a13a-40ca-acba-0cc9852509ac} <Debug> DynamicQueryHandler: Done processing query | ||
4888 | 2024.04.10 17:13:46.837232 [ 3 ] {0b84a7f8-a13a-40ca-acba-0cc9852509ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4889 | 2024.04.10 17:13:46.837249 [ 3 ] {} <Debug> HTTP-Session: 4859caad-d72c-416c-9e3d-3185591eba03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4890 | 2024.04.10 17:13:46.837369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4891 | 2024.04.10 17:13:46.837417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4892 | 2024.04.10 17:13:46.837436 [ 3 ] {} <Debug> HTTP-Session: 207678fd-8432-4b79-835a-066e7868049e Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4893 | 2024.04.10 17:13:46.837453 [ 3 ] {} <Debug> HTTP-Session: 207678fd-8432-4b79-835a-066e7868049e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4894 | 2024.04.10 17:13:46.837467 [ 3 ] {} <Debug> HTTP-Session: 207678fd-8432-4b79-835a-066e7868049e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4895 | 2024.04.10 17:13:46.837497 [ 3 ] {} <Trace> HTTP-Session: 207678fd-8432-4b79-835a-066e7868049e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4896 | 2024.04.10 17:13:46.837592 [ 3 ] {72d97c09-0b96-4819-803a-412529567249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4897 | 2024.04.10 17:13:46.837635 [ 3 ] {72d97c09-0b96-4819-803a-412529567249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4898 | 2024.04.10 17:13:46.837760 [ 3 ] {72d97c09-0b96-4819-803a-412529567249} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4899 | 2024.04.10 17:13:46.838040 [ 3 ] {72d97c09-0b96-4819-803a-412529567249} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4900 | 2024.04.10 17:13:46.838077 [ 3 ] {72d97c09-0b96-4819-803a-412529567249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4901 | 2024.04.10 17:13:46.838430 [ 3 ] {72d97c09-0b96-4819-803a-412529567249} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4902 | 2024.04.10 17:13:46.838748 [ 3 ] {72d97c09-0b96-4819-803a-412529567249} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4903 | 2024.04.10 17:13:46.838897 [ 3 ] {72d97c09-0b96-4819-803a-412529567249} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. | ||
4904 | 2024.04.10 17:13:46.839020 [ 3 ] {72d97c09-0b96-4819-803a-412529567249} <Debug> DynamicQueryHandler: Done processing query | ||
4905 | 2024.04.10 17:13:46.839043 [ 3 ] {72d97c09-0b96-4819-803a-412529567249} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4906 | 2024.04.10 17:13:46.839058 [ 3 ] {} <Debug> HTTP-Session: 207678fd-8432-4b79-835a-066e7868049e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4907 | 2024.04.10 17:13:51.825242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4908 | 2024.04.10 17:13:51.825372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4909 | 2024.04.10 17:13:51.825398 [ 3 ] {} <Debug> HTTP-Session: 2c632c24-ca0a-4dad-8e61-f8d72fe61490 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4910 | 2024.04.10 17:13:51.825422 [ 3 ] {} <Debug> HTTP-Session: 2c632c24-ca0a-4dad-8e61-f8d72fe61490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4911 | 2024.04.10 17:13:51.825437 [ 3 ] {} <Debug> HTTP-Session: 2c632c24-ca0a-4dad-8e61-f8d72fe61490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4912 | 2024.04.10 17:13:51.825486 [ 3 ] {} <Trace> HTTP-Session: 2c632c24-ca0a-4dad-8e61-f8d72fe61490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4913 | 2024.04.10 17:13:51.825608 [ 3 ] {f0223774-e18f-42ea-8db3-efe95a2f1097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4914 | 2024.04.10 17:13:51.825672 [ 3 ] {f0223774-e18f-42ea-8db3-efe95a2f1097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4915 | 2024.04.10 17:13:51.825879 [ 3 ] {f0223774-e18f-42ea-8db3-efe95a2f1097} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4916 | 2024.04.10 17:13:51.826327 [ 3 ] {f0223774-e18f-42ea-8db3-efe95a2f1097} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4917 | 2024.04.10 17:13:51.826383 [ 3 ] {f0223774-e18f-42ea-8db3-efe95a2f1097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4918 | 2024.04.10 17:13:51.826771 [ 3 ] {f0223774-e18f-42ea-8db3-efe95a2f1097} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4919 | 2024.04.10 17:13:51.827116 [ 3 ] {f0223774-e18f-42ea-8db3-efe95a2f1097} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4920 | 2024.04.10 17:13:51.827310 [ 3 ] {f0223774-e18f-42ea-8db3-efe95a2f1097} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001753 sec., 6274.957216200799 rows/sec., 508.61 KiB/sec. | ||
4921 | 2024.04.10 17:13:51.827330 [ 88 ] {} <Debug> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4922 | 2024.04.10 17:13:51.827433 [ 88 ] {} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4923 | 2024.04.10 17:13:51.827480 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4924 | 2024.04.10 17:13:51.827549 [ 3 ] {f0223774-e18f-42ea-8db3-efe95a2f1097} <Debug> DynamicQueryHandler: Done processing query | ||
4925 | 2024.04.10 17:13:51.827629 [ 3 ] {f0223774-e18f-42ea-8db3-efe95a2f1097} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4926 | 2024.04.10 17:13:51.827708 [ 3 ] {} <Debug> HTTP-Session: 2c632c24-ca0a-4dad-8e61-f8d72fe61490 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4927 | 2024.04.10 17:13:51.827927 [ 195 ] {98de0b37-1ab8-4608-8bca-e1c059301187::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 | ||
4928 | 2024.04.10 17:13:51.827981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4929 | 2024.04.10 17:13:51.828121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4930 | 2024.04.10 17:13:51.828171 [ 3 ] {} <Debug> HTTP-Session: fb484f84-552c-4c2b-9b18-dc8524a3006f Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4931 | 2024.04.10 17:13:51.828232 [ 3 ] {} <Debug> HTTP-Session: fb484f84-552c-4c2b-9b18-dc8524a3006f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4932 | 2024.04.10 17:13:51.828280 [ 3 ] {} <Debug> HTTP-Session: fb484f84-552c-4c2b-9b18-dc8524a3006f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4933 | 2024.04.10 17:13:51.828298 [ 195 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4934 | 2024.04.10 17:13:51.828340 [ 3 ] {} <Trace> HTTP-Session: fb484f84-552c-4c2b-9b18-dc8524a3006f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4935 | 2024.04.10 17:13:51.828374 [ 195 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 32 rows starting from the beginning of the part | ||
4936 | 2024.04.10 17:13:51.828619 [ 195 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 11 rows starting from the beginning of the part | ||
4937 | 2024.04.10 17:13:51.828665 [ 3 ] {ea01d9ac-c2e3-4a2b-83ee-4e9f4101f042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4938 | 2024.04.10 17:13:51.828872 [ 3 ] {ea01d9ac-c2e3-4a2b-83ee-4e9f4101f042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4939 | 2024.04.10 17:13:51.828871 [ 195 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 21 rows starting from the beginning of the part | ||
4940 | 2024.04.10 17:13:51.829279 [ 195 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 11 rows starting from the beginning of the part | ||
4941 | 2024.04.10 17:13:51.829626 [ 195 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 21 rows starting from the beginning of the part | ||
4942 | 2024.04.10 17:13:51.830028 [ 195 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 11 rows starting from the beginning of the part | ||
4943 | 2024.04.10 17:13:51.830031 [ 3 ] {ea01d9ac-c2e3-4a2b-83ee-4e9f4101f042} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4944 | 2024.04.10 17:13:51.831179 [ 3 ] {ea01d9ac-c2e3-4a2b-83ee-4e9f4101f042} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4945 | 2024.04.10 17:13:51.831260 [ 3 ] {ea01d9ac-c2e3-4a2b-83ee-4e9f4101f042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4946 | 2024.04.10 17:13:51.832158 [ 3 ] {ea01d9ac-c2e3-4a2b-83ee-4e9f4101f042} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4947 | 2024.04.10 17:13:51.832423 [ 189 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 107 rows, containing 4 columns (4 merged, 0 gathered) in 0.004856673 sec., 22031.54299249713 rows/sec., 1.74 MiB/sec. | ||
4948 | 2024.04.10 17:13:51.832580 [ 189 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4949 | 2024.04.10 17:13:51.832708 [ 3 ] {ea01d9ac-c2e3-4a2b-83ee-4e9f4101f042} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4950 | 2024.04.10 17:13:51.833019 [ 3 ] {ea01d9ac-c2e3-4a2b-83ee-4e9f4101f042} <Debug> executeQuery: Read 89 rows, 7.48 KiB in 0.004578 sec., 19440.803844473572 rows/sec., 1.60 MiB/sec. | ||
4951 | 2024.04.10 17:13:51.833203 [ 3 ] {ea01d9ac-c2e3-4a2b-83ee-4e9f4101f042} <Debug> DynamicQueryHandler: Done processing query | ||
4952 | 2024.04.10 17:13:51.833207 [ 189 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_21_4} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4953 | 2024.04.10 17:13:51.833231 [ 3 ] {ea01d9ac-c2e3-4a2b-83ee-4e9f4101f042} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4954 | 2024.04.10 17:13:51.833257 [ 3 ] {} <Debug> HTTP-Session: fb484f84-552c-4c2b-9b18-dc8524a3006f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4955 | 2024.04.10 17:13:51.833316 [ 189 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_21_4} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4956 | 2024.04.10 17:13:51.833406 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4957 | 2024.04.10 17:13:51.833410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4958 | 2024.04.10 17:13:51.833472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4959 | 2024.04.10 17:13:51.833491 [ 3 ] {} <Debug> HTTP-Session: 5f12969d-eed4-4992-9fb0-38c5de65c589 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4960 | 2024.04.10 17:13:51.833508 [ 3 ] {} <Debug> HTTP-Session: 5f12969d-eed4-4992-9fb0-38c5de65c589 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4961 | 2024.04.10 17:13:51.833522 [ 3 ] {} <Debug> HTTP-Session: 5f12969d-eed4-4992-9fb0-38c5de65c589 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4962 | 2024.04.10 17:13:51.833553 [ 3 ] {} <Trace> HTTP-Session: 5f12969d-eed4-4992-9fb0-38c5de65c589 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4963 | 2024.04.10 17:13:51.833644 [ 3 ] {a858e21c-96f0-418d-9878-b6e20ba1980b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4964 | 2024.04.10 17:13:51.833685 [ 3 ] {a858e21c-96f0-418d-9878-b6e20ba1980b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4965 | 2024.04.10 17:13:51.833811 [ 3 ] {a858e21c-96f0-418d-9878-b6e20ba1980b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4966 | 2024.04.10 17:13:51.834158 [ 3 ] {a858e21c-96f0-418d-9878-b6e20ba1980b} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4967 | 2024.04.10 17:13:51.834194 [ 3 ] {a858e21c-96f0-418d-9878-b6e20ba1980b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4968 | 2024.04.10 17:13:51.834498 [ 3 ] {a858e21c-96f0-418d-9878-b6e20ba1980b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4969 | 2024.04.10 17:13:51.834797 [ 3 ] {a858e21c-96f0-418d-9878-b6e20ba1980b} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4970 | 2024.04.10 17:13:51.834952 [ 3 ] {a858e21c-96f0-418d-9878-b6e20ba1980b} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001347 sec., 55679.28730512249 rows/sec., 4.35 MiB/sec. | ||
4971 | 2024.04.10 17:13:51.835153 [ 3 ] {a858e21c-96f0-418d-9878-b6e20ba1980b} <Debug> DynamicQueryHandler: Done processing query | ||
4972 | 2024.04.10 17:13:51.835209 [ 3 ] {a858e21c-96f0-418d-9878-b6e20ba1980b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4973 | 2024.04.10 17:13:51.835256 [ 3 ] {} <Debug> HTTP-Session: 5f12969d-eed4-4992-9fb0-38c5de65c589 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4974 | 2024.04.10 17:13:51.835453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4975 | 2024.04.10 17:13:51.835503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4976 | 2024.04.10 17:13:51.835523 [ 3 ] {} <Debug> HTTP-Session: 1c658f56-b2ee-43c1-9e9a-1b9a30f2b475 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4977 | 2024.04.10 17:13:51.835539 [ 3 ] {} <Debug> HTTP-Session: 1c658f56-b2ee-43c1-9e9a-1b9a30f2b475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4978 | 2024.04.10 17:13:51.835552 [ 3 ] {} <Debug> HTTP-Session: 1c658f56-b2ee-43c1-9e9a-1b9a30f2b475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4979 | 2024.04.10 17:13:51.835584 [ 3 ] {} <Trace> HTTP-Session: 1c658f56-b2ee-43c1-9e9a-1b9a30f2b475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4980 | 2024.04.10 17:13:51.835706 [ 3 ] {3062df63-47c2-4042-b167-daaf7078c3b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4981 | 2024.04.10 17:13:51.835753 [ 3 ] {3062df63-47c2-4042-b167-daaf7078c3b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4982 | 2024.04.10 17:13:51.835917 [ 3 ] {3062df63-47c2-4042-b167-daaf7078c3b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4983 | 2024.04.10 17:13:51.836303 [ 3 ] {3062df63-47c2-4042-b167-daaf7078c3b3} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4984 | 2024.04.10 17:13:51.836344 [ 3 ] {3062df63-47c2-4042-b167-daaf7078c3b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
4985 | 2024.04.10 17:13:51.836735 [ 3 ] {3062df63-47c2-4042-b167-daaf7078c3b3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4986 | 2024.04.10 17:13:51.837087 [ 3 ] {3062df63-47c2-4042-b167-daaf7078c3b3} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4987 | 2024.04.10 17:13:51.837243 [ 3 ] {3062df63-47c2-4042-b167-daaf7078c3b3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001604 sec., 99750.62344139651 rows/sec., 6.95 MiB/sec. | ||
4988 | 2024.04.10 17:13:51.837363 [ 3 ] {3062df63-47c2-4042-b167-daaf7078c3b3} <Debug> DynamicQueryHandler: Done processing query | ||
4989 | 2024.04.10 17:13:51.837387 [ 3 ] {3062df63-47c2-4042-b167-daaf7078c3b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
4990 | 2024.04.10 17:13:51.837403 [ 3 ] {} <Debug> HTTP-Session: 1c658f56-b2ee-43c1-9e9a-1b9a30f2b475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4991 | 2024.04.10 17:13:51.837519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4992 | 2024.04.10 17:13:51.837566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4993 | 2024.04.10 17:13:51.837584 [ 3 ] {} <Debug> HTTP-Session: 7ce12f9b-cecf-4c41-8ed9-6b175392a27c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
4994 | 2024.04.10 17:13:51.837600 [ 3 ] {} <Debug> HTTP-Session: 7ce12f9b-cecf-4c41-8ed9-6b175392a27c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4995 | 2024.04.10 17:13:51.837614 [ 3 ] {} <Debug> HTTP-Session: 7ce12f9b-cecf-4c41-8ed9-6b175392a27c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4996 | 2024.04.10 17:13:51.837644 [ 3 ] {} <Trace> HTTP-Session: 7ce12f9b-cecf-4c41-8ed9-6b175392a27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4997 | 2024.04.10 17:13:51.837766 [ 3 ] {4fb35926-3a49-4617-a750-380d1b4a65f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4998 | 2024.04.10 17:13:51.837811 [ 3 ] {4fb35926-3a49-4617-a750-380d1b4a65f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4999 | 2024.04.10 17:13:51.837967 [ 3 ] {4fb35926-3a49-4617-a750-380d1b4a65f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5000 | 2024.04.10 17:13:51.838320 [ 3 ] {4fb35926-3a49-4617-a750-380d1b4a65f8} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5001 | 2024.04.10 17:13:51.838357 [ 3 ] {4fb35926-3a49-4617-a750-380d1b4a65f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5002 | 2024.04.10 17:13:51.838746 [ 3 ] {4fb35926-3a49-4617-a750-380d1b4a65f8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5003 | 2024.04.10 17:13:51.839093 [ 3 ] {4fb35926-3a49-4617-a750-380d1b4a65f8} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5004 | 2024.04.10 17:13:51.839253 [ 88 ] {} <Debug> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5005 | 2024.04.10 17:13:51.839261 [ 3 ] {4fb35926-3a49-4617-a750-380d1b4a65f8} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001563 sec., 7037.747920665387 rows/sec., 9.50 MiB/sec. | ||
5006 | 2024.04.10 17:13:51.839314 [ 88 ] {} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5007 | 2024.04.10 17:13:51.839392 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5008 | 2024.04.10 17:13:51.839529 [ 3 ] {4fb35926-3a49-4617-a750-380d1b4a65f8} <Debug> DynamicQueryHandler: Done processing query | ||
5009 | 2024.04.10 17:13:51.839601 [ 3 ] {4fb35926-3a49-4617-a750-380d1b4a65f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5010 | 2024.04.10 17:13:51.839619 [ 195 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::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 | ||
5011 | 2024.04.10 17:13:51.839633 [ 3 ] {} <Debug> HTTP-Session: 7ce12f9b-cecf-4c41-8ed9-6b175392a27c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5012 | 2024.04.10 17:13:51.839844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5013 | 2024.04.10 17:13:51.839911 [ 195 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5014 | 2024.04.10 17:13:51.839940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5015 | 2024.04.10 17:13:51.839980 [ 195 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 261 rows starting from the beginning of the part | ||
5016 | 2024.04.10 17:13:51.839992 [ 3 ] {} <Debug> HTTP-Session: 7a7d88d0-f0c4-4598-9dc3-5bec51b561f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5017 | 2024.04.10 17:13:51.840047 [ 3 ] {} <Debug> HTTP-Session: 7a7d88d0-f0c4-4598-9dc3-5bec51b561f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5018 | 2024.04.10 17:13:51.840090 [ 3 ] {} <Debug> HTTP-Session: 7a7d88d0-f0c4-4598-9dc3-5bec51b561f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5019 | 2024.04.10 17:13:51.840259 [ 3 ] {} <Trace> HTTP-Session: 7a7d88d0-f0c4-4598-9dc3-5bec51b561f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5020 | 2024.04.10 17:13:51.840310 [ 195 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 11 rows starting from the beginning of the part | ||
5021 | 2024.04.10 17:13:51.840612 [ 195 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 21 rows starting from the beginning of the part | ||
5022 | 2024.04.10 17:13:51.840637 [ 3 ] {4e0e9f3e-5d43-4045-b12e-1fd225bb0566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5023 | 2024.04.10 17:13:51.840835 [ 3 ] {4e0e9f3e-5d43-4045-b12e-1fd225bb0566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5024 | 2024.04.10 17:13:51.840890 [ 195 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 11 rows starting from the beginning of the part | ||
5025 | 2024.04.10 17:13:51.841264 [ 195 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 21 rows starting from the beginning of the part | ||
5026 | 2024.04.10 17:13:51.841638 [ 195 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 11 rows starting from the beginning of the part | ||
5027 | 2024.04.10 17:13:51.842092 [ 3 ] {4e0e9f3e-5d43-4045-b12e-1fd225bb0566} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5028 | 2024.04.10 17:13:51.842961 [ 3 ] {4e0e9f3e-5d43-4045-b12e-1fd225bb0566} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5029 | 2024.04.10 17:13:51.843008 [ 3 ] {4e0e9f3e-5d43-4045-b12e-1fd225bb0566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5030 | 2024.04.10 17:13:51.843936 [ 3 ] {4e0e9f3e-5d43-4045-b12e-1fd225bb0566} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5031 | 2024.04.10 17:13:51.844961 [ 3 ] {4e0e9f3e-5d43-4045-b12e-1fd225bb0566} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5032 | 2024.04.10 17:13:51.845292 [ 3 ] {4e0e9f3e-5d43-4045-b12e-1fd225bb0566} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004871 sec., 12317.799219872715 rows/sec., 850.06 KiB/sec. | ||
5033 | 2024.04.10 17:13:51.845570 [ 3 ] {4e0e9f3e-5d43-4045-b12e-1fd225bb0566} <Debug> DynamicQueryHandler: Done processing query | ||
5034 | 2024.04.10 17:13:51.845595 [ 3 ] {4e0e9f3e-5d43-4045-b12e-1fd225bb0566} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5035 | 2024.04.10 17:13:51.845611 [ 3 ] {} <Debug> HTTP-Session: 7a7d88d0-f0c4-4598-9dc3-5bec51b561f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5036 | 2024.04.10 17:13:51.846039 [ 194 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 6 columns (6 merged, 0 gathered) in 0.006544474 sec., 51341.02450403195 rows/sec., 69.28 MiB/sec. | ||
5037 | 2024.04.10 17:13:51.846434 [ 194 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5038 | 2024.04.10 17:13:51.846845 [ 194 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5039 | 2024.04.10 17:13:51.846922 [ 194 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5040 | 2024.04.10 17:13:51.847006 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
5041 | 2024.04.10 17:13:52.949114 [ 88 ] {} <Debug> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
5042 | 2024.04.10 17:13:52.949185 [ 88 ] {} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5043 | 2024.04.10 17:13:52.949211 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5044 | 2024.04.10 17:13:52.949359 [ 195 ] {149b64c9-c746-4e53-8008-fefe09daf9f9::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 | ||
5045 | 2024.04.10 17:13:52.949541 [ 195 ] {149b64c9-c746-4e53-8008-fefe09daf9f9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5046 | 2024.04.10 17:13:52.949581 [ 195 ] {149b64c9-c746-4e53-8008-fefe09daf9f9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
5047 | 2024.04.10 17:13:52.949662 [ 195 ] {149b64c9-c746-4e53-8008-fefe09daf9f9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
5048 | 2024.04.10 17:13:52.949759 [ 195 ] {149b64c9-c746-4e53-8008-fefe09daf9f9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
5049 | 2024.04.10 17:13:52.950011 [ 195 ] {149b64c9-c746-4e53-8008-fefe09daf9f9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
5050 | 2024.04.10 17:13:52.950144 [ 195 ] {149b64c9-c746-4e53-8008-fefe09daf9f9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
5051 | 2024.04.10 17:13:52.951073 [ 189 ] {149b64c9-c746-4e53-8008-fefe09daf9f9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.001781363 sec., 12350.093720370302 rows/sec., 862.34 KiB/sec. | ||
5052 | 2024.04.10 17:13:52.951263 [ 199 ] {149b64c9-c746-4e53-8008-fefe09daf9f9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
5053 | 2024.04.10 17:13:52.951654 [ 199 ] {149b64c9-c746-4e53-8008-fefe09daf9f9::all_1_5_1} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5054 | 2024.04.10 17:13:52.951732 [ 199 ] {149b64c9-c746-4e53-8008-fefe09daf9f9::all_1_5_1} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
5055 | 2024.04.10 17:13:52.951809 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5056 | 2024.04.10 17:13:54.298046 [ 88 ] {} <Debug> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
5057 | 2024.04.10 17:13:54.298110 [ 88 ] {} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5058 | 2024.04.10 17:13:54.298133 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5059 | 2024.04.10 17:13:54.298321 [ 195 ] {d3559384-6a29-4c25-91d0-5645ade89489::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 | ||
5060 | 2024.04.10 17:13:54.298497 [ 195 ] {d3559384-6a29-4c25-91d0-5645ade89489::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5061 | 2024.04.10 17:13:54.298540 [ 195 ] {d3559384-6a29-4c25-91d0-5645ade89489::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
5062 | 2024.04.10 17:13:54.298640 [ 195 ] {d3559384-6a29-4c25-91d0-5645ade89489::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
5063 | 2024.04.10 17:13:54.298729 [ 195 ] {d3559384-6a29-4c25-91d0-5645ade89489::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
5064 | 2024.04.10 17:13:54.298938 [ 195 ] {d3559384-6a29-4c25-91d0-5645ade89489::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
5065 | 2024.04.10 17:13:54.299062 [ 195 ] {d3559384-6a29-4c25-91d0-5645ade89489::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
5066 | 2024.04.10 17:13:54.299929 [ 199 ] {d3559384-6a29-4c25-91d0-5645ade89489::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.001725602 sec., 12749.173911481326 rows/sec., 1.02 MiB/sec. | ||
5067 | 2024.04.10 17:13:54.300055 [ 195 ] {d3559384-6a29-4c25-91d0-5645ade89489::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
5068 | 2024.04.10 17:13:54.300418 [ 195 ] {d3559384-6a29-4c25-91d0-5645ade89489::all_1_5_1} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5069 | 2024.04.10 17:13:54.300498 [ 195 ] {d3559384-6a29-4c25-91d0-5645ade89489::all_1_5_1} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
5070 | 2024.04.10 17:13:54.300572 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5071 | 2024.04.10 17:13:56.826735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5072 | 2024.04.10 17:13:56.826862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5073 | 2024.04.10 17:13:56.826887 [ 3 ] {} <Debug> HTTP-Session: f54737ba-42a8-48c6-871a-1f147bdb5dd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5074 | 2024.04.10 17:13:56.826912 [ 3 ] {} <Debug> HTTP-Session: f54737ba-42a8-48c6-871a-1f147bdb5dd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5075 | 2024.04.10 17:13:56.826927 [ 3 ] {} <Debug> HTTP-Session: f54737ba-42a8-48c6-871a-1f147bdb5dd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5076 | 2024.04.10 17:13:56.826977 [ 3 ] {} <Trace> HTTP-Session: f54737ba-42a8-48c6-871a-1f147bdb5dd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5077 | 2024.04.10 17:13:56.827092 [ 3 ] {5e63c575-d2c7-4100-9dcb-ab9e66795e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5078 | 2024.04.10 17:13:56.827154 [ 3 ] {5e63c575-d2c7-4100-9dcb-ab9e66795e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5079 | 2024.04.10 17:13:56.827340 [ 3 ] {5e63c575-d2c7-4100-9dcb-ab9e66795e5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5080 | 2024.04.10 17:13:56.827752 [ 3 ] {5e63c575-d2c7-4100-9dcb-ab9e66795e5e} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5081 | 2024.04.10 17:13:56.827796 [ 3 ] {5e63c575-d2c7-4100-9dcb-ab9e66795e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5082 | 2024.04.10 17:13:56.828171 [ 3 ] {5e63c575-d2c7-4100-9dcb-ab9e66795e5e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5083 | 2024.04.10 17:13:56.828527 [ 3 ] {5e63c575-d2c7-4100-9dcb-ab9e66795e5e} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5084 | 2024.04.10 17:13:56.828696 [ 3 ] {5e63c575-d2c7-4100-9dcb-ab9e66795e5e} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.00165 sec., 12727.272727272728 rows/sec., 1.01 MiB/sec. | ||
5085 | 2024.04.10 17:13:56.828867 [ 3 ] {5e63c575-d2c7-4100-9dcb-ab9e66795e5e} <Debug> DynamicQueryHandler: Done processing query | ||
5086 | 2024.04.10 17:13:56.828908 [ 3 ] {5e63c575-d2c7-4100-9dcb-ab9e66795e5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5087 | 2024.04.10 17:13:56.828933 [ 3 ] {} <Debug> HTTP-Session: f54737ba-42a8-48c6-871a-1f147bdb5dd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5088 | 2024.04.10 17:13:56.829087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5089 | 2024.04.10 17:13:56.829151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5090 | 2024.04.10 17:13:56.829171 [ 3 ] {} <Debug> HTTP-Session: c6dce58c-6b3f-4447-a810-4e383be669d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5091 | 2024.04.10 17:13:56.829189 [ 3 ] {} <Debug> HTTP-Session: c6dce58c-6b3f-4447-a810-4e383be669d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5092 | 2024.04.10 17:13:56.829203 [ 3 ] {} <Debug> HTTP-Session: c6dce58c-6b3f-4447-a810-4e383be669d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5093 | 2024.04.10 17:13:56.829233 [ 3 ] {} <Trace> HTTP-Session: c6dce58c-6b3f-4447-a810-4e383be669d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5094 | 2024.04.10 17:13:56.829302 [ 3 ] {f1913436-921c-4a2c-9abb-b140d588d21a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5095 | 2024.04.10 17:13:56.829347 [ 3 ] {f1913436-921c-4a2c-9abb-b140d588d21a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5096 | 2024.04.10 17:13:56.829479 [ 3 ] {f1913436-921c-4a2c-9abb-b140d588d21a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5097 | 2024.04.10 17:13:56.829748 [ 3 ] {f1913436-921c-4a2c-9abb-b140d588d21a} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5098 | 2024.04.10 17:13:56.829785 [ 3 ] {f1913436-921c-4a2c-9abb-b140d588d21a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5099 | 2024.04.10 17:13:56.830084 [ 3 ] {f1913436-921c-4a2c-9abb-b140d588d21a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5100 | 2024.04.10 17:13:56.830381 [ 3 ] {f1913436-921c-4a2c-9abb-b140d588d21a} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5101 | 2024.04.10 17:13:56.830541 [ 3 ] {f1913436-921c-4a2c-9abb-b140d588d21a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001266 sec., 1579.778830963665 rows/sec., 128.82 KiB/sec. | ||
5102 | 2024.04.10 17:13:56.830658 [ 3 ] {f1913436-921c-4a2c-9abb-b140d588d21a} <Debug> DynamicQueryHandler: Done processing query | ||
5103 | 2024.04.10 17:13:56.830682 [ 3 ] {f1913436-921c-4a2c-9abb-b140d588d21a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5104 | 2024.04.10 17:13:56.830698 [ 3 ] {} <Debug> HTTP-Session: c6dce58c-6b3f-4447-a810-4e383be669d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5105 | 2024.04.10 17:13:56.830864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17454, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5106 | 2024.04.10 17:13:56.830911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5107 | 2024.04.10 17:13:56.830929 [ 3 ] {} <Debug> HTTP-Session: 1649d22c-a5d2-45ae-b0be-0058d357e438 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5108 | 2024.04.10 17:13:56.830946 [ 3 ] {} <Debug> HTTP-Session: 1649d22c-a5d2-45ae-b0be-0058d357e438 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5109 | 2024.04.10 17:13:56.830959 [ 3 ] {} <Debug> HTTP-Session: 1649d22c-a5d2-45ae-b0be-0058d357e438 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5110 | 2024.04.10 17:13:56.830989 [ 3 ] {} <Trace> HTTP-Session: 1649d22c-a5d2-45ae-b0be-0058d357e438 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5111 | 2024.04.10 17:13:56.831080 [ 3 ] {b1e1b3ad-269f-4d00-ab3d-3bf98a711510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5112 | 2024.04.10 17:13:56.831121 [ 3 ] {b1e1b3ad-269f-4d00-ab3d-3bf98a711510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5113 | 2024.04.10 17:13:56.831244 [ 3 ] {b1e1b3ad-269f-4d00-ab3d-3bf98a711510} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5114 | 2024.04.10 17:13:56.831594 [ 3 ] {b1e1b3ad-269f-4d00-ab3d-3bf98a711510} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5115 | 2024.04.10 17:13:56.831631 [ 3 ] {b1e1b3ad-269f-4d00-ab3d-3bf98a711510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5116 | 2024.04.10 17:13:56.831936 [ 3 ] {b1e1b3ad-269f-4d00-ab3d-3bf98a711510} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5117 | 2024.04.10 17:13:56.832232 [ 3 ] {b1e1b3ad-269f-4d00-ab3d-3bf98a711510} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5118 | 2024.04.10 17:13:56.832388 [ 3 ] {b1e1b3ad-269f-4d00-ab3d-3bf98a711510} <Debug> executeQuery: Read 120 rows, 10.15 KiB in 0.001346 sec., 89153.04606240713 rows/sec., 7.36 MiB/sec. | ||
5119 | 2024.04.10 17:13:56.832392 [ 92 ] {} <Debug> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
5120 | 2024.04.10 17:13:56.832498 [ 92 ] {} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5121 | 2024.04.10 17:13:56.832541 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5122 | 2024.04.10 17:13:56.832570 [ 3 ] {b1e1b3ad-269f-4d00-ab3d-3bf98a711510} <Debug> DynamicQueryHandler: Done processing query | ||
5123 | 2024.04.10 17:13:56.832617 [ 3 ] {b1e1b3ad-269f-4d00-ab3d-3bf98a711510} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
5124 | 2024.04.10 17:13:56.832664 [ 3 ] {} <Debug> HTTP-Session: 1649d22c-a5d2-45ae-b0be-0058d357e438 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5125 | 2024.04.10 17:13:56.832770 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
5126 | 2024.04.10 17:13:56.832822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5127 | 2024.04.10 17:13:56.832912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5128 | 2024.04.10 17:13:56.832962 [ 3 ] {} <Debug> HTTP-Session: c6a70c13-0556-469f-966f-7ec855871b0f Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5129 | 2024.04.10 17:13:56.833008 [ 3 ] {} <Debug> HTTP-Session: c6a70c13-0556-469f-966f-7ec855871b0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5130 | 2024.04.10 17:13:56.833052 [ 3 ] {} <Debug> HTTP-Session: c6a70c13-0556-469f-966f-7ec855871b0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5131 | 2024.04.10 17:13:56.833112 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5132 | 2024.04.10 17:13:56.833126 [ 3 ] {} <Trace> HTTP-Session: c6a70c13-0556-469f-966f-7ec855871b0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5133 | 2024.04.10 17:13:56.833180 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 195 rows starting from the beginning of the part | ||
5134 | 2024.04.10 17:13:56.833281 [ 3 ] {cedfd81e-0dc6-43fb-8a43-c3d42576e322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5135 | 2024.04.10 17:13:56.833398 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 119 rows starting from the beginning of the part | ||
5136 | 2024.04.10 17:13:56.833440 [ 3 ] {cedfd81e-0dc6-43fb-8a43-c3d42576e322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5137 | 2024.04.10 17:13:56.833688 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 126 rows starting from the beginning of the part | ||
5138 | 2024.04.10 17:13:56.834096 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 119 rows starting from the beginning of the part | ||
5139 | 2024.04.10 17:13:56.834520 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 89 rows starting from the beginning of the part | ||
5140 | 2024.04.10 17:13:56.834863 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 120 rows starting from the beginning of the part | ||
5141 | 2024.04.10 17:13:56.834964 [ 3 ] {cedfd81e-0dc6-43fb-8a43-c3d42576e322} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5142 | 2024.04.10 17:13:56.836094 [ 3 ] {cedfd81e-0dc6-43fb-8a43-c3d42576e322} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5143 | 2024.04.10 17:13:56.836161 [ 3 ] {cedfd81e-0dc6-43fb-8a43-c3d42576e322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5144 | 2024.04.10 17:13:56.836968 [ 3 ] {cedfd81e-0dc6-43fb-8a43-c3d42576e322} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5145 | 2024.04.10 17:13:56.837774 [ 3 ] {cedfd81e-0dc6-43fb-8a43-c3d42576e322} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5146 | 2024.04.10 17:13:56.837890 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.005259487 sec., 146021.84585682975 rows/sec., 12.00 MiB/sec. | ||
5147 | 2024.04.10 17:13:56.838087 [ 3 ] {cedfd81e-0dc6-43fb-8a43-c3d42576e322} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004867 sec., 410.9307581672488 rows/sec., 28.69 KiB/sec. | ||
5148 | 2024.04.10 17:13:56.838185 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
5149 | 2024.04.10 17:13:56.838354 [ 3 ] {cedfd81e-0dc6-43fb-8a43-c3d42576e322} <Debug> DynamicQueryHandler: Done processing query | ||
5150 | 2024.04.10 17:13:56.838394 [ 3 ] {cedfd81e-0dc6-43fb-8a43-c3d42576e322} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5151 | 2024.04.10 17:13:56.838427 [ 3 ] {} <Debug> HTTP-Session: c6a70c13-0556-469f-966f-7ec855871b0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5152 | 2024.04.10 17:13:56.838616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5153 | 2024.04.10 17:13:56.838684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5154 | 2024.04.10 17:13:56.838708 [ 3 ] {} <Debug> HTTP-Session: baaa7d86-3716-49e6-8f85-5a5f85be9499 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5155 | 2024.04.10 17:13:56.838732 [ 3 ] {} <Debug> HTTP-Session: baaa7d86-3716-49e6-8f85-5a5f85be9499 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5156 | 2024.04.10 17:13:56.838757 [ 3 ] {} <Debug> HTTP-Session: baaa7d86-3716-49e6-8f85-5a5f85be9499 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5157 | 2024.04.10 17:13:56.838793 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_34_7} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5158 | 2024.04.10 17:13:56.838815 [ 3 ] {} <Trace> HTTP-Session: baaa7d86-3716-49e6-8f85-5a5f85be9499 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5159 | 2024.04.10 17:13:56.838953 [ 200 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_34_7} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
5160 | 2024.04.10 17:13:56.839000 [ 3 ] {d31410c0-61b0-4786-8b26-56c82d7cdcce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5161 | 2024.04.10 17:13:56.839089 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
5162 | 2024.04.10 17:13:56.839091 [ 3 ] {d31410c0-61b0-4786-8b26-56c82d7cdcce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5163 | 2024.04.10 17:13:56.839253 [ 3 ] {d31410c0-61b0-4786-8b26-56c82d7cdcce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5164 | 2024.04.10 17:13:56.839650 [ 3 ] {d31410c0-61b0-4786-8b26-56c82d7cdcce} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5165 | 2024.04.10 17:13:56.839687 [ 3 ] {d31410c0-61b0-4786-8b26-56c82d7cdcce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5166 | 2024.04.10 17:13:56.839995 [ 3 ] {d31410c0-61b0-4786-8b26-56c82d7cdcce} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5167 | 2024.04.10 17:13:56.840292 [ 3 ] {d31410c0-61b0-4786-8b26-56c82d7cdcce} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5168 | 2024.04.10 17:13:56.840460 [ 3 ] {d31410c0-61b0-4786-8b26-56c82d7cdcce} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001515 sec., 57425.74257425742 rows/sec., 4.49 MiB/sec. | ||
5169 | 2024.04.10 17:13:56.840471 [ 92 ] {} <Debug> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
5170 | 2024.04.10 17:13:56.840599 [ 92 ] {} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5171 | 2024.04.10 17:13:56.840655 [ 3 ] {d31410c0-61b0-4786-8b26-56c82d7cdcce} <Debug> DynamicQueryHandler: Done processing query | ||
5172 | 2024.04.10 17:13:56.840659 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5173 | 2024.04.10 17:13:56.840695 [ 3 ] {d31410c0-61b0-4786-8b26-56c82d7cdcce} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5174 | 2024.04.10 17:13:56.840735 [ 3 ] {} <Debug> HTTP-Session: baaa7d86-3716-49e6-8f85-5a5f85be9499 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5175 | 2024.04.10 17:13:56.840857 [ 198 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
5176 | 2024.04.10 17:13:56.840937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5177 | 2024.04.10 17:13:56.841000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5178 | 2024.04.10 17:13:56.841001 [ 198 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5179 | 2024.04.10 17:13:56.841020 [ 3 ] {} <Debug> HTTP-Session: da199990-b713-4676-8bb0-4cac681f4629 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5180 | 2024.04.10 17:13:56.841045 [ 3 ] {} <Debug> HTTP-Session: da199990-b713-4676-8bb0-4cac681f4629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5181 | 2024.04.10 17:13:56.841045 [ 198 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 152 rows starting from the beginning of the part | ||
5182 | 2024.04.10 17:13:56.841064 [ 3 ] {} <Debug> HTTP-Session: da199990-b713-4676-8bb0-4cac681f4629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5183 | 2024.04.10 17:13:56.841108 [ 3 ] {} <Trace> HTTP-Session: da199990-b713-4676-8bb0-4cac681f4629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5184 | 2024.04.10 17:13:56.841221 [ 198 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 85 rows starting from the beginning of the part | ||
5185 | 2024.04.10 17:13:56.841482 [ 3 ] {a4bce9d6-8dc0-408e-b3e9-c485ea0d257e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5186 | 2024.04.10 17:13:56.841596 [ 198 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 101 rows starting from the beginning of the part | ||
5187 | 2024.04.10 17:13:56.841703 [ 3 ] {a4bce9d6-8dc0-408e-b3e9-c485ea0d257e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5188 | 2024.04.10 17:13:56.842041 [ 198 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 85 rows starting from the beginning of the part | ||
5189 | 2024.04.10 17:13:56.842440 [ 198 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 75 rows starting from the beginning of the part | ||
5190 | 2024.04.10 17:13:56.842783 [ 198 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 87 rows starting from the beginning of the part | ||
5191 | 2024.04.10 17:13:56.843346 [ 3 ] {a4bce9d6-8dc0-408e-b3e9-c485ea0d257e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5192 | 2024.04.10 17:13:56.843984 [ 3 ] {a4bce9d6-8dc0-408e-b3e9-c485ea0d257e} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5193 | 2024.04.10 17:13:56.844025 [ 3 ] {a4bce9d6-8dc0-408e-b3e9-c485ea0d257e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5194 | 2024.04.10 17:13:56.844597 [ 3 ] {a4bce9d6-8dc0-408e-b3e9-c485ea0d257e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5195 | 2024.04.10 17:13:56.844625 [ 200 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 585 rows, containing 4 columns (4 merged, 0 gathered) in 0.003826089 sec., 152897.64561148474 rows/sec., 11.94 MiB/sec. | ||
5196 | 2024.04.10 17:13:56.844771 [ 198 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
5197 | 2024.04.10 17:13:56.845157 [ 3 ] {a4bce9d6-8dc0-408e-b3e9-c485ea0d257e} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5198 | 2024.04.10 17:13:56.845231 [ 198 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_34_7} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5199 | 2024.04.10 17:13:56.845419 [ 198 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_34_7} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
5200 | 2024.04.10 17:13:56.845422 [ 3 ] {a4bce9d6-8dc0-408e-b3e9-c485ea0d257e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004169 sec., 38618.37371072199 rows/sec., 2.69 MiB/sec. | ||
5201 | 2024.04.10 17:13:56.845559 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
5202 | 2024.04.10 17:13:56.845652 [ 3 ] {a4bce9d6-8dc0-408e-b3e9-c485ea0d257e} <Debug> DynamicQueryHandler: Done processing query | ||
5203 | 2024.04.10 17:13:56.845676 [ 3 ] {a4bce9d6-8dc0-408e-b3e9-c485ea0d257e} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
5204 | 2024.04.10 17:13:56.845692 [ 3 ] {} <Debug> HTTP-Session: da199990-b713-4676-8bb0-4cac681f4629 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5205 | 2024.04.10 17:13:56.845834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5206 | 2024.04.10 17:13:56.845883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5207 | 2024.04.10 17:13:56.845902 [ 3 ] {} <Debug> HTTP-Session: 21aaf4c7-7bf5-4365-acbe-faacd49acff9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5208 | 2024.04.10 17:13:56.845919 [ 3 ] {} <Debug> HTTP-Session: 21aaf4c7-7bf5-4365-acbe-faacd49acff9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5209 | 2024.04.10 17:13:56.845934 [ 3 ] {} <Debug> HTTP-Session: 21aaf4c7-7bf5-4365-acbe-faacd49acff9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5210 | 2024.04.10 17:13:56.845965 [ 3 ] {} <Trace> HTTP-Session: 21aaf4c7-7bf5-4365-acbe-faacd49acff9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5211 | 2024.04.10 17:13:56.846129 [ 3 ] {41390c03-09ad-4f98-a2ba-fa0bef22c73f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5212 | 2024.04.10 17:13:56.846176 [ 3 ] {41390c03-09ad-4f98-a2ba-fa0bef22c73f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5213 | 2024.04.10 17:13:56.846339 [ 3 ] {41390c03-09ad-4f98-a2ba-fa0bef22c73f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5214 | 2024.04.10 17:13:56.846751 [ 3 ] {41390c03-09ad-4f98-a2ba-fa0bef22c73f} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5215 | 2024.04.10 17:13:56.846789 [ 3 ] {41390c03-09ad-4f98-a2ba-fa0bef22c73f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5216 | 2024.04.10 17:13:56.847193 [ 3 ] {41390c03-09ad-4f98-a2ba-fa0bef22c73f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5217 | 2024.04.10 17:13:56.847533 [ 3 ] {41390c03-09ad-4f98-a2ba-fa0bef22c73f} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5218 | 2024.04.10 17:13:56.847699 [ 3 ] {41390c03-09ad-4f98-a2ba-fa0bef22c73f} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001687 sec., 12448.132780082988 rows/sec., 16.80 MiB/sec. | ||
5219 | 2024.04.10 17:13:56.847821 [ 3 ] {41390c03-09ad-4f98-a2ba-fa0bef22c73f} <Debug> DynamicQueryHandler: Done processing query | ||
5220 | 2024.04.10 17:13:56.847845 [ 3 ] {41390c03-09ad-4f98-a2ba-fa0bef22c73f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5221 | 2024.04.10 17:13:56.847861 [ 3 ] {} <Debug> HTTP-Session: 21aaf4c7-7bf5-4365-acbe-faacd49acff9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5222 | 2024.04.10 17:13:56.847976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5223 | 2024.04.10 17:13:56.848022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5224 | 2024.04.10 17:13:56.848041 [ 3 ] {} <Debug> HTTP-Session: 097d187b-b3cc-4c04-bf83-df51bb3ddd4c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5225 | 2024.04.10 17:13:56.848058 [ 3 ] {} <Debug> HTTP-Session: 097d187b-b3cc-4c04-bf83-df51bb3ddd4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5226 | 2024.04.10 17:13:56.848072 [ 3 ] {} <Debug> HTTP-Session: 097d187b-b3cc-4c04-bf83-df51bb3ddd4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5227 | 2024.04.10 17:13:56.848103 [ 3 ] {} <Trace> HTTP-Session: 097d187b-b3cc-4c04-bf83-df51bb3ddd4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5228 | 2024.04.10 17:13:56.848190 [ 3 ] {15262957-0ba8-4e0e-9731-b7aefa86cbec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5229 | 2024.04.10 17:13:56.848232 [ 3 ] {15262957-0ba8-4e0e-9731-b7aefa86cbec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5230 | 2024.04.10 17:13:56.848361 [ 3 ] {15262957-0ba8-4e0e-9731-b7aefa86cbec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5231 | 2024.04.10 17:13:56.848680 [ 3 ] {15262957-0ba8-4e0e-9731-b7aefa86cbec} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5232 | 2024.04.10 17:13:56.848718 [ 3 ] {15262957-0ba8-4e0e-9731-b7aefa86cbec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5233 | 2024.04.10 17:13:56.849073 [ 3 ] {15262957-0ba8-4e0e-9731-b7aefa86cbec} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5234 | 2024.04.10 17:13:56.849395 [ 3 ] {15262957-0ba8-4e0e-9731-b7aefa86cbec} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5235 | 2024.04.10 17:13:56.849550 [ 3 ] {15262957-0ba8-4e0e-9731-b7aefa86cbec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
5236 | 2024.04.10 17:13:56.849678 [ 3 ] {15262957-0ba8-4e0e-9731-b7aefa86cbec} <Debug> DynamicQueryHandler: Done processing query | ||
5237 | 2024.04.10 17:13:56.849702 [ 3 ] {15262957-0ba8-4e0e-9731-b7aefa86cbec} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5238 | 2024.04.10 17:13:56.849717 [ 3 ] {} <Debug> HTTP-Session: 097d187b-b3cc-4c04-bf83-df51bb3ddd4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5239 | 2024.04.10 17:13:59.391019 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5240 | 2024.04.10 17:13:59.391065 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5241 | 2024.04.10 17:14:01.825352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5242 | 2024.04.10 17:14:01.825494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5243 | 2024.04.10 17:14:01.825525 [ 3 ] {} <Debug> HTTP-Session: a2374574-70fe-4b52-a91b-38f5d06dae94 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5244 | 2024.04.10 17:14:01.825554 [ 3 ] {} <Debug> HTTP-Session: a2374574-70fe-4b52-a91b-38f5d06dae94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5245 | 2024.04.10 17:14:01.825572 [ 3 ] {} <Debug> HTTP-Session: a2374574-70fe-4b52-a91b-38f5d06dae94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5246 | 2024.04.10 17:14:01.825628 [ 3 ] {} <Trace> HTTP-Session: a2374574-70fe-4b52-a91b-38f5d06dae94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5247 | 2024.04.10 17:14:01.825746 [ 3 ] {95f623d5-cb94-4c31-86ae-a5563cbdca1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5248 | 2024.04.10 17:14:01.825810 [ 3 ] {95f623d5-cb94-4c31-86ae-a5563cbdca1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5249 | 2024.04.10 17:14:01.826003 [ 3 ] {95f623d5-cb94-4c31-86ae-a5563cbdca1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5250 | 2024.04.10 17:14:01.826400 [ 3 ] {95f623d5-cb94-4c31-86ae-a5563cbdca1f} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5251 | 2024.04.10 17:14:01.826445 [ 3 ] {95f623d5-cb94-4c31-86ae-a5563cbdca1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5252 | 2024.04.10 17:14:01.826820 [ 3 ] {95f623d5-cb94-4c31-86ae-a5563cbdca1f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5253 | 2024.04.10 17:14:01.827165 [ 3 ] {95f623d5-cb94-4c31-86ae-a5563cbdca1f} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5254 | 2024.04.10 17:14:01.827310 [ 3 ] {95f623d5-cb94-4c31-86ae-a5563cbdca1f} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001616 sec., 6806.9306930693065 rows/sec., 551.73 KiB/sec. | ||
5255 | 2024.04.10 17:14:01.827445 [ 3 ] {95f623d5-cb94-4c31-86ae-a5563cbdca1f} <Debug> DynamicQueryHandler: Done processing query | ||
5256 | 2024.04.10 17:14:01.827471 [ 3 ] {95f623d5-cb94-4c31-86ae-a5563cbdca1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5257 | 2024.04.10 17:14:01.827488 [ 3 ] {} <Debug> HTTP-Session: a2374574-70fe-4b52-a91b-38f5d06dae94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5258 | 2024.04.10 17:14:01.827629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5259 | 2024.04.10 17:14:01.827677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5260 | 2024.04.10 17:14:01.827695 [ 3 ] {} <Debug> HTTP-Session: 23bb27a3-f635-4ad1-a59e-218b4240d195 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5261 | 2024.04.10 17:14:01.827712 [ 3 ] {} <Debug> HTTP-Session: 23bb27a3-f635-4ad1-a59e-218b4240d195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5262 | 2024.04.10 17:14:01.827726 [ 3 ] {} <Debug> HTTP-Session: 23bb27a3-f635-4ad1-a59e-218b4240d195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5263 | 2024.04.10 17:14:01.827758 [ 3 ] {} <Trace> HTTP-Session: 23bb27a3-f635-4ad1-a59e-218b4240d195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5264 | 2024.04.10 17:14:01.827847 [ 3 ] {55b5d6ce-a3f1-497f-af18-ce49bdfdb4ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5265 | 2024.04.10 17:14:01.827888 [ 3 ] {55b5d6ce-a3f1-497f-af18-ce49bdfdb4ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5266 | 2024.04.10 17:14:01.828009 [ 3 ] {55b5d6ce-a3f1-497f-af18-ce49bdfdb4ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5267 | 2024.04.10 17:14:01.828427 [ 3 ] {55b5d6ce-a3f1-497f-af18-ce49bdfdb4ac} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5268 | 2024.04.10 17:14:01.828470 [ 3 ] {55b5d6ce-a3f1-497f-af18-ce49bdfdb4ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5269 | 2024.04.10 17:14:01.828796 [ 3 ] {55b5d6ce-a3f1-497f-af18-ce49bdfdb4ac} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5270 | 2024.04.10 17:14:01.829111 [ 3 ] {55b5d6ce-a3f1-497f-af18-ce49bdfdb4ac} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5271 | 2024.04.10 17:14:01.829237 [ 3 ] {55b5d6ce-a3f1-497f-af18-ce49bdfdb4ac} <Debug> executeQuery: Read 89 rows, 7.48 KiB in 0.001433 sec., 62107.46685275646 rows/sec., 5.10 MiB/sec. | ||
5272 | 2024.04.10 17:14:01.829432 [ 3 ] {55b5d6ce-a3f1-497f-af18-ce49bdfdb4ac} <Debug> DynamicQueryHandler: Done processing query | ||
5273 | 2024.04.10 17:14:01.829490 [ 3 ] {55b5d6ce-a3f1-497f-af18-ce49bdfdb4ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5274 | 2024.04.10 17:14:01.829544 [ 3 ] {} <Debug> HTTP-Session: 23bb27a3-f635-4ad1-a59e-218b4240d195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5275 | 2024.04.10 17:14:01.829706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5276 | 2024.04.10 17:14:01.829758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5277 | 2024.04.10 17:14:01.829778 [ 3 ] {} <Debug> HTTP-Session: 5a00ab84-3a55-48ba-93aa-de2df80904e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5278 | 2024.04.10 17:14:01.829795 [ 3 ] {} <Debug> HTTP-Session: 5a00ab84-3a55-48ba-93aa-de2df80904e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5279 | 2024.04.10 17:14:01.829810 [ 3 ] {} <Debug> HTTP-Session: 5a00ab84-3a55-48ba-93aa-de2df80904e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5280 | 2024.04.10 17:14:01.829842 [ 3 ] {} <Trace> HTTP-Session: 5a00ab84-3a55-48ba-93aa-de2df80904e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5281 | 2024.04.10 17:14:01.829929 [ 3 ] {3be07ceb-a283-40ed-beda-c796ca812aa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5282 | 2024.04.10 17:14:01.829971 [ 3 ] {3be07ceb-a283-40ed-beda-c796ca812aa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5283 | 2024.04.10 17:14:01.830119 [ 3 ] {3be07ceb-a283-40ed-beda-c796ca812aa8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5284 | 2024.04.10 17:14:01.830432 [ 3 ] {3be07ceb-a283-40ed-beda-c796ca812aa8} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5285 | 2024.04.10 17:14:01.830470 [ 3 ] {3be07ceb-a283-40ed-beda-c796ca812aa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5286 | 2024.04.10 17:14:01.830783 [ 3 ] {3be07ceb-a283-40ed-beda-c796ca812aa8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5287 | 2024.04.10 17:14:01.831104 [ 3 ] {3be07ceb-a283-40ed-beda-c796ca812aa8} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5288 | 2024.04.10 17:14:01.831229 [ 3 ] {3be07ceb-a283-40ed-beda-c796ca812aa8} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001343 sec., 55845.12285927029 rows/sec., 4.36 MiB/sec. | ||
5289 | 2024.04.10 17:14:01.831337 [ 3 ] {3be07ceb-a283-40ed-beda-c796ca812aa8} <Debug> DynamicQueryHandler: Done processing query | ||
5290 | 2024.04.10 17:14:01.831361 [ 3 ] {3be07ceb-a283-40ed-beda-c796ca812aa8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5291 | 2024.04.10 17:14:01.831377 [ 3 ] {} <Debug> HTTP-Session: 5a00ab84-3a55-48ba-93aa-de2df80904e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5292 | 2024.04.10 17:14:01.831528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5293 | 2024.04.10 17:14:01.831576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5294 | 2024.04.10 17:14:01.831595 [ 3 ] {} <Debug> HTTP-Session: 2746f5f0-3ba1-4125-b4b7-a971859f621b Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5295 | 2024.04.10 17:14:01.831612 [ 3 ] {} <Debug> HTTP-Session: 2746f5f0-3ba1-4125-b4b7-a971859f621b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5296 | 2024.04.10 17:14:01.831626 [ 3 ] {} <Debug> HTTP-Session: 2746f5f0-3ba1-4125-b4b7-a971859f621b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5297 | 2024.04.10 17:14:01.831656 [ 3 ] {} <Trace> HTTP-Session: 2746f5f0-3ba1-4125-b4b7-a971859f621b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5298 | 2024.04.10 17:14:01.831788 [ 3 ] {c89e1a45-6152-4b2e-bb5a-42d482d63265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5299 | 2024.04.10 17:14:01.831834 [ 3 ] {c89e1a45-6152-4b2e-bb5a-42d482d63265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5300 | 2024.04.10 17:14:01.831976 [ 3 ] {c89e1a45-6152-4b2e-bb5a-42d482d63265} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5301 | 2024.04.10 17:14:01.832345 [ 3 ] {c89e1a45-6152-4b2e-bb5a-42d482d63265} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5302 | 2024.04.10 17:14:01.832380 [ 3 ] {c89e1a45-6152-4b2e-bb5a-42d482d63265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5303 | 2024.04.10 17:14:01.832773 [ 3 ] {c89e1a45-6152-4b2e-bb5a-42d482d63265} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5304 | 2024.04.10 17:14:01.833118 [ 3 ] {c89e1a45-6152-4b2e-bb5a-42d482d63265} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5305 | 2024.04.10 17:14:01.833247 [ 3 ] {c89e1a45-6152-4b2e-bb5a-42d482d63265} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001543 sec., 103694.10239792611 rows/sec., 7.22 MiB/sec. | ||
5306 | 2024.04.10 17:14:01.833457 [ 3 ] {c89e1a45-6152-4b2e-bb5a-42d482d63265} <Debug> DynamicQueryHandler: Done processing query | ||
5307 | 2024.04.10 17:14:01.833513 [ 3 ] {c89e1a45-6152-4b2e-bb5a-42d482d63265} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
5308 | 2024.04.10 17:14:01.833579 [ 3 ] {} <Debug> HTTP-Session: 2746f5f0-3ba1-4125-b4b7-a971859f621b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5309 | 2024.04.10 17:14:01.833774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5310 | 2024.04.10 17:14:01.833824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5311 | 2024.04.10 17:14:01.833844 [ 3 ] {} <Debug> HTTP-Session: afe16c2c-c530-4c34-9eb3-dcad26adbb82 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5312 | 2024.04.10 17:14:01.833862 [ 3 ] {} <Debug> HTTP-Session: afe16c2c-c530-4c34-9eb3-dcad26adbb82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5313 | 2024.04.10 17:14:01.833876 [ 3 ] {} <Debug> HTTP-Session: afe16c2c-c530-4c34-9eb3-dcad26adbb82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5314 | 2024.04.10 17:14:01.833907 [ 3 ] {} <Trace> HTTP-Session: afe16c2c-c530-4c34-9eb3-dcad26adbb82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5315 | 2024.04.10 17:14:01.834035 [ 3 ] {aa2b9797-ff5b-4eb9-b646-e4322ae78266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5316 | 2024.04.10 17:14:01.834081 [ 3 ] {aa2b9797-ff5b-4eb9-b646-e4322ae78266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5317 | 2024.04.10 17:14:01.834257 [ 3 ] {aa2b9797-ff5b-4eb9-b646-e4322ae78266} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5318 | 2024.04.10 17:14:01.834581 [ 3 ] {aa2b9797-ff5b-4eb9-b646-e4322ae78266} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5319 | 2024.04.10 17:14:01.834617 [ 3 ] {aa2b9797-ff5b-4eb9-b646-e4322ae78266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5320 | 2024.04.10 17:14:01.835003 [ 3 ] {aa2b9797-ff5b-4eb9-b646-e4322ae78266} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5321 | 2024.04.10 17:14:01.835344 [ 3 ] {aa2b9797-ff5b-4eb9-b646-e4322ae78266} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5322 | 2024.04.10 17:14:01.835475 [ 3 ] {aa2b9797-ff5b-4eb9-b646-e4322ae78266} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001524 sec., 7217.847769028872 rows/sec., 9.74 MiB/sec. | ||
5323 | 2024.04.10 17:14:01.835589 [ 3 ] {aa2b9797-ff5b-4eb9-b646-e4322ae78266} <Debug> DynamicQueryHandler: Done processing query | ||
5324 | 2024.04.10 17:14:01.835614 [ 3 ] {aa2b9797-ff5b-4eb9-b646-e4322ae78266} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5325 | 2024.04.10 17:14:01.835629 [ 3 ] {} <Debug> HTTP-Session: afe16c2c-c530-4c34-9eb3-dcad26adbb82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5326 | 2024.04.10 17:14:01.835744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5327 | 2024.04.10 17:14:01.835790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5328 | 2024.04.10 17:14:01.835809 [ 3 ] {} <Debug> HTTP-Session: 4032c2b0-a53f-4644-bcbf-d56e6343d492 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5329 | 2024.04.10 17:14:01.835825 [ 3 ] {} <Debug> HTTP-Session: 4032c2b0-a53f-4644-bcbf-d56e6343d492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5330 | 2024.04.10 17:14:01.835840 [ 3 ] {} <Debug> HTTP-Session: 4032c2b0-a53f-4644-bcbf-d56e6343d492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5331 | 2024.04.10 17:14:01.835871 [ 3 ] {} <Trace> HTTP-Session: 4032c2b0-a53f-4644-bcbf-d56e6343d492 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5332 | 2024.04.10 17:14:01.835955 [ 3 ] {ea4f7ea6-2d4e-4a17-a8a8-c3ecfd596ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5333 | 2024.04.10 17:14:01.835997 [ 3 ] {ea4f7ea6-2d4e-4a17-a8a8-c3ecfd596ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5334 | 2024.04.10 17:14:01.836122 [ 3 ] {ea4f7ea6-2d4e-4a17-a8a8-c3ecfd596ed9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5335 | 2024.04.10 17:14:01.836461 [ 3 ] {ea4f7ea6-2d4e-4a17-a8a8-c3ecfd596ed9} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5336 | 2024.04.10 17:14:01.836497 [ 3 ] {ea4f7ea6-2d4e-4a17-a8a8-c3ecfd596ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5337 | 2024.04.10 17:14:01.836846 [ 3 ] {ea4f7ea6-2d4e-4a17-a8a8-c3ecfd596ed9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5338 | 2024.04.10 17:14:01.837176 [ 3 ] {ea4f7ea6-2d4e-4a17-a8a8-c3ecfd596ed9} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5339 | 2024.04.10 17:14:01.837302 [ 3 ] {ea4f7ea6-2d4e-4a17-a8a8-c3ecfd596ed9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
5340 | 2024.04.10 17:14:01.837499 [ 3 ] {ea4f7ea6-2d4e-4a17-a8a8-c3ecfd596ed9} <Debug> DynamicQueryHandler: Done processing query | ||
5341 | 2024.04.10 17:14:01.837557 [ 3 ] {ea4f7ea6-2d4e-4a17-a8a8-c3ecfd596ed9} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5342 | 2024.04.10 17:14:01.837612 [ 3 ] {} <Debug> HTTP-Session: 4032c2b0-a53f-4644-bcbf-d56e6343d492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5343 | 2024.04.10 17:14:06.826830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5344 | 2024.04.10 17:14:06.827006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5345 | 2024.04.10 17:14:06.827050 [ 3 ] {} <Debug> HTTP-Session: 846eacb4-898b-4de4-af6e-a38e85fe82c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5346 | 2024.04.10 17:14:06.827088 [ 3 ] {} <Debug> HTTP-Session: 846eacb4-898b-4de4-af6e-a38e85fe82c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5347 | 2024.04.10 17:14:06.827116 [ 3 ] {} <Debug> HTTP-Session: 846eacb4-898b-4de4-af6e-a38e85fe82c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5348 | 2024.04.10 17:14:06.827194 [ 3 ] {} <Trace> HTTP-Session: 846eacb4-898b-4de4-af6e-a38e85fe82c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5349 | 2024.04.10 17:14:06.827378 [ 3 ] {5b2dec81-8d0a-499e-bdcb-cccab4a0f87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5350 | 2024.04.10 17:14:06.827476 [ 3 ] {5b2dec81-8d0a-499e-bdcb-cccab4a0f87e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5351 | 2024.04.10 17:14:06.827776 [ 3 ] {5b2dec81-8d0a-499e-bdcb-cccab4a0f87e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5352 | 2024.04.10 17:14:06.828226 [ 3 ] {5b2dec81-8d0a-499e-bdcb-cccab4a0f87e} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5353 | 2024.04.10 17:14:06.828277 [ 3 ] {5b2dec81-8d0a-499e-bdcb-cccab4a0f87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5354 | 2024.04.10 17:14:06.828674 [ 3 ] {5b2dec81-8d0a-499e-bdcb-cccab4a0f87e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5355 | 2024.04.10 17:14:06.829019 [ 3 ] {5b2dec81-8d0a-499e-bdcb-cccab4a0f87e} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5356 | 2024.04.10 17:14:06.829197 [ 3 ] {5b2dec81-8d0a-499e-bdcb-cccab4a0f87e} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001904 sec., 11029.411764705881 rows/sec., 893.99 KiB/sec. | ||
5357 | 2024.04.10 17:14:06.829360 [ 3 ] {5b2dec81-8d0a-499e-bdcb-cccab4a0f87e} <Debug> DynamicQueryHandler: Done processing query | ||
5358 | 2024.04.10 17:14:06.829386 [ 3 ] {5b2dec81-8d0a-499e-bdcb-cccab4a0f87e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5359 | 2024.04.10 17:14:06.829404 [ 3 ] {} <Debug> HTTP-Session: 846eacb4-898b-4de4-af6e-a38e85fe82c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5360 | 2024.04.10 17:14:06.829545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5361 | 2024.04.10 17:14:06.829598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5362 | 2024.04.10 17:14:06.829619 [ 3 ] {} <Debug> HTTP-Session: 464df0d8-74e1-4068-a505-9bbb7145e8f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5363 | 2024.04.10 17:14:06.829637 [ 3 ] {} <Debug> HTTP-Session: 464df0d8-74e1-4068-a505-9bbb7145e8f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5364 | 2024.04.10 17:14:06.829651 [ 3 ] {} <Debug> HTTP-Session: 464df0d8-74e1-4068-a505-9bbb7145e8f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5365 | 2024.04.10 17:14:06.829686 [ 3 ] {} <Trace> HTTP-Session: 464df0d8-74e1-4068-a505-9bbb7145e8f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5366 | 2024.04.10 17:14:06.829790 [ 3 ] {c1c230c1-30b7-4bf6-b85a-cb0eeff9a608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5367 | 2024.04.10 17:14:06.829835 [ 3 ] {c1c230c1-30b7-4bf6-b85a-cb0eeff9a608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5368 | 2024.04.10 17:14:06.829967 [ 3 ] {c1c230c1-30b7-4bf6-b85a-cb0eeff9a608} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5369 | 2024.04.10 17:14:06.830351 [ 3 ] {c1c230c1-30b7-4bf6-b85a-cb0eeff9a608} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5370 | 2024.04.10 17:14:06.830392 [ 3 ] {c1c230c1-30b7-4bf6-b85a-cb0eeff9a608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5371 | 2024.04.10 17:14:06.830725 [ 3 ] {c1c230c1-30b7-4bf6-b85a-cb0eeff9a608} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5372 | 2024.04.10 17:14:06.831042 [ 3 ] {c1c230c1-30b7-4bf6-b85a-cb0eeff9a608} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5373 | 2024.04.10 17:14:06.831213 [ 3 ] {c1c230c1-30b7-4bf6-b85a-cb0eeff9a608} <Debug> executeQuery: Read 119 rows, 10.06 KiB in 0.001466 sec., 81173.26057298771 rows/sec., 6.70 MiB/sec. | ||
5374 | 2024.04.10 17:14:06.831344 [ 3 ] {c1c230c1-30b7-4bf6-b85a-cb0eeff9a608} <Debug> DynamicQueryHandler: Done processing query | ||
5375 | 2024.04.10 17:14:06.831369 [ 3 ] {c1c230c1-30b7-4bf6-b85a-cb0eeff9a608} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
5376 | 2024.04.10 17:14:06.831386 [ 3 ] {} <Debug> HTTP-Session: 464df0d8-74e1-4068-a505-9bbb7145e8f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5377 | 2024.04.10 17:14:06.831517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5378 | 2024.04.10 17:14:06.831567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5379 | 2024.04.10 17:14:06.831588 [ 3 ] {} <Debug> HTTP-Session: 71e02b76-f135-4c7e-beca-ced2706a88fd Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5380 | 2024.04.10 17:14:06.831606 [ 3 ] {} <Debug> HTTP-Session: 71e02b76-f135-4c7e-beca-ced2706a88fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5381 | 2024.04.10 17:14:06.831620 [ 3 ] {} <Debug> HTTP-Session: 71e02b76-f135-4c7e-beca-ced2706a88fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5382 | 2024.04.10 17:14:06.831652 [ 3 ] {} <Trace> HTTP-Session: 71e02b76-f135-4c7e-beca-ced2706a88fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5383 | 2024.04.10 17:14:06.831739 [ 3 ] {dcb77a28-bda9-4e07-897a-519ae8e0ddc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5384 | 2024.04.10 17:14:06.831779 [ 3 ] {dcb77a28-bda9-4e07-897a-519ae8e0ddc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5385 | 2024.04.10 17:14:06.831909 [ 3 ] {dcb77a28-bda9-4e07-897a-519ae8e0ddc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5386 | 2024.04.10 17:14:06.832227 [ 3 ] {dcb77a28-bda9-4e07-897a-519ae8e0ddc1} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5387 | 2024.04.10 17:14:06.832267 [ 3 ] {dcb77a28-bda9-4e07-897a-519ae8e0ddc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5388 | 2024.04.10 17:14:06.832580 [ 3 ] {dcb77a28-bda9-4e07-897a-519ae8e0ddc1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5389 | 2024.04.10 17:14:06.832914 [ 3 ] {dcb77a28-bda9-4e07-897a-519ae8e0ddc1} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5390 | 2024.04.10 17:14:06.833080 [ 3 ] {dcb77a28-bda9-4e07-897a-519ae8e0ddc1} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001371 sec., 61998.54121079504 rows/sec., 4.84 MiB/sec. | ||
5391 | 2024.04.10 17:14:06.833194 [ 3 ] {dcb77a28-bda9-4e07-897a-519ae8e0ddc1} <Debug> DynamicQueryHandler: Done processing query | ||
5392 | 2024.04.10 17:14:06.833218 [ 3 ] {dcb77a28-bda9-4e07-897a-519ae8e0ddc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5393 | 2024.04.10 17:14:06.833235 [ 3 ] {} <Debug> HTTP-Session: 71e02b76-f135-4c7e-beca-ced2706a88fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5394 | 2024.04.10 17:14:06.833379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5395 | 2024.04.10 17:14:06.833427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5396 | 2024.04.10 17:14:06.833446 [ 3 ] {} <Debug> HTTP-Session: a1534a74-cd7e-473f-ac72-fd96193607a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5397 | 2024.04.10 17:14:06.833464 [ 3 ] {} <Debug> HTTP-Session: a1534a74-cd7e-473f-ac72-fd96193607a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5398 | 2024.04.10 17:14:06.833477 [ 3 ] {} <Debug> HTTP-Session: a1534a74-cd7e-473f-ac72-fd96193607a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5399 | 2024.04.10 17:14:06.833508 [ 3 ] {} <Trace> HTTP-Session: a1534a74-cd7e-473f-ac72-fd96193607a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5400 | 2024.04.10 17:14:06.833622 [ 3 ] {0fa3f07d-581a-4091-b34b-02aca7361d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5401 | 2024.04.10 17:14:06.833666 [ 3 ] {0fa3f07d-581a-4091-b34b-02aca7361d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5402 | 2024.04.10 17:14:06.833809 [ 3 ] {0fa3f07d-581a-4091-b34b-02aca7361d27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5403 | 2024.04.10 17:14:06.834188 [ 3 ] {0fa3f07d-581a-4091-b34b-02aca7361d27} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5404 | 2024.04.10 17:14:06.834225 [ 3 ] {0fa3f07d-581a-4091-b34b-02aca7361d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5405 | 2024.04.10 17:14:06.834605 [ 3 ] {0fa3f07d-581a-4091-b34b-02aca7361d27} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5406 | 2024.04.10 17:14:06.834950 [ 3 ] {0fa3f07d-581a-4091-b34b-02aca7361d27} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5407 | 2024.04.10 17:14:06.835116 [ 3 ] {0fa3f07d-581a-4091-b34b-02aca7361d27} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
5408 | 2024.04.10 17:14:06.835134 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5409 | 2024.04.10 17:14:06.835270 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5410 | 2024.04.10 17:14:06.835306 [ 3 ] {0fa3f07d-581a-4091-b34b-02aca7361d27} <Debug> DynamicQueryHandler: Done processing query | ||
5411 | 2024.04.10 17:14:06.835334 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5412 | 2024.04.10 17:14:06.835344 [ 3 ] {0fa3f07d-581a-4091-b34b-02aca7361d27} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
5413 | 2024.04.10 17:14:06.835389 [ 3 ] {} <Debug> HTTP-Session: a1534a74-cd7e-473f-ac72-fd96193607a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5414 | 2024.04.10 17:14:06.835675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5415 | 2024.04.10 17:14:06.835859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5416 | 2024.04.10 17:14:06.835895 [ 196 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
5417 | 2024.04.10 17:14:06.835945 [ 3 ] {} <Debug> HTTP-Session: 6b9a90de-5aa5-4e7f-bd5e-c6977f6fc6b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5418 | 2024.04.10 17:14:06.836031 [ 3 ] {} <Debug> HTTP-Session: 6b9a90de-5aa5-4e7f-bd5e-c6977f6fc6b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5419 | 2024.04.10 17:14:06.836100 [ 3 ] {} <Debug> HTTP-Session: 6b9a90de-5aa5-4e7f-bd5e-c6977f6fc6b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5420 | 2024.04.10 17:14:06.836256 [ 3 ] {} <Trace> HTTP-Session: 6b9a90de-5aa5-4e7f-bd5e-c6977f6fc6b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5421 | 2024.04.10 17:14:06.836487 [ 196 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5422 | 2024.04.10 17:14:06.836544 [ 196 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 5261 rows starting from the beginning of the part | ||
5423 | 2024.04.10 17:14:06.836588 [ 3 ] {e98785e7-6cfa-4ab6-925c-1d7dd4c9a705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5424 | 2024.04.10 17:14:06.836751 [ 3 ] {e98785e7-6cfa-4ab6-925c-1d7dd4c9a705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5425 | 2024.04.10 17:14:06.836836 [ 196 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
5426 | 2024.04.10 17:14:06.837282 [ 196 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
5427 | 2024.04.10 17:14:06.837642 [ 196 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 161 rows starting from the beginning of the part | ||
5428 | 2024.04.10 17:14:06.837919 [ 196 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
5429 | 2024.04.10 17:14:06.838030 [ 3 ] {e98785e7-6cfa-4ab6-925c-1d7dd4c9a705} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5430 | 2024.04.10 17:14:06.838184 [ 196 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
5431 | 2024.04.10 17:14:06.839173 [ 3 ] {e98785e7-6cfa-4ab6-925c-1d7dd4c9a705} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5432 | 2024.04.10 17:14:06.839244 [ 3 ] {e98785e7-6cfa-4ab6-925c-1d7dd4c9a705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5433 | 2024.04.10 17:14:06.840154 [ 3 ] {e98785e7-6cfa-4ab6-925c-1d7dd4c9a705} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5434 | 2024.04.10 17:14:06.841261 [ 3 ] {e98785e7-6cfa-4ab6-925c-1d7dd4c9a705} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5435 | 2024.04.10 17:14:06.841518 [ 3 ] {e98785e7-6cfa-4ab6-925c-1d7dd4c9a705} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.005065 sec., 4146.100691016782 rows/sec., 5.59 MiB/sec. | ||
5436 | 2024.04.10 17:14:06.841667 [ 3 ] {e98785e7-6cfa-4ab6-925c-1d7dd4c9a705} <Debug> DynamicQueryHandler: Done processing query | ||
5437 | 2024.04.10 17:14:06.841709 [ 3 ] {e98785e7-6cfa-4ab6-925c-1d7dd4c9a705} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5438 | 2024.04.10 17:14:06.841778 [ 3 ] {} <Debug> HTTP-Session: 6b9a90de-5aa5-4e7f-bd5e-c6977f6fc6b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5439 | 2024.04.10 17:14:06.841945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5440 | 2024.04.10 17:14:06.842004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5441 | 2024.04.10 17:14:06.842024 [ 3 ] {} <Debug> HTTP-Session: 3e867e42-ea48-4660-aab5-bf98b3af47eb Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5442 | 2024.04.10 17:14:06.842052 [ 3 ] {} <Debug> HTTP-Session: 3e867e42-ea48-4660-aab5-bf98b3af47eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5443 | 2024.04.10 17:14:06.842067 [ 3 ] {} <Debug> HTTP-Session: 3e867e42-ea48-4660-aab5-bf98b3af47eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5444 | 2024.04.10 17:14:06.842113 [ 3 ] {} <Trace> HTTP-Session: 3e867e42-ea48-4660-aab5-bf98b3af47eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5445 | 2024.04.10 17:14:06.842226 [ 3 ] {891ec61f-3170-4719-be33-2f200d1443f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5446 | 2024.04.10 17:14:06.842270 [ 3 ] {891ec61f-3170-4719-be33-2f200d1443f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5447 | 2024.04.10 17:14:06.842787 [ 196 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6062 rows, containing 5 columns (5 merged, 0 gathered) in 0.007312104 sec., 829036.3484983256 rows/sec., 57.79 MiB/sec. | ||
5448 | 2024.04.10 17:14:06.842818 [ 3 ] {891ec61f-3170-4719-be33-2f200d1443f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5449 | 2024.04.10 17:14:06.843173 [ 3 ] {891ec61f-3170-4719-be33-2f200d1443f0} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5450 | 2024.04.10 17:14:06.843218 [ 3 ] {891ec61f-3170-4719-be33-2f200d1443f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5451 | 2024.04.10 17:14:06.843289 [ 200 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5452 | 2024.04.10 17:14:06.844059 [ 3 ] {891ec61f-3170-4719-be33-2f200d1443f0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5453 | 2024.04.10 17:14:06.844325 [ 200 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5454 | 2024.04.10 17:14:06.844513 [ 200 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5455 | 2024.04.10 17:14:06.844694 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. | ||
5456 | 2024.04.10 17:14:06.844776 [ 3 ] {891ec61f-3170-4719-be33-2f200d1443f0} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5457 | 2024.04.10 17:14:06.844956 [ 104 ] {} <Debug> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5458 | 2024.04.10 17:14:06.844965 [ 3 ] {891ec61f-3170-4719-be33-2f200d1443f0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002795 sec., 21466.90518783542 rows/sec., 1.45 MiB/sec. | ||
5459 | 2024.04.10 17:14:06.845008 [ 104 ] {} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5460 | 2024.04.10 17:14:06.845082 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5461 | 2024.04.10 17:14:06.845245 [ 3 ] {891ec61f-3170-4719-be33-2f200d1443f0} <Debug> DynamicQueryHandler: Done processing query | ||
5462 | 2024.04.10 17:14:06.845253 [ 191 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
5463 | 2024.04.10 17:14:06.845282 [ 3 ] {891ec61f-3170-4719-be33-2f200d1443f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5464 | 2024.04.10 17:14:06.845338 [ 3 ] {} <Debug> HTTP-Session: 3e867e42-ea48-4660-aab5-bf98b3af47eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5465 | 2024.04.10 17:14:06.845459 [ 191 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5466 | 2024.04.10 17:14:06.845496 [ 191 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1820 rows starting from the beginning of the part | ||
5467 | 2024.04.10 17:14:06.845577 [ 191 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
5468 | 2024.04.10 17:14:06.845820 [ 191 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
5469 | 2024.04.10 17:14:06.845961 [ 191 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
5470 | 2024.04.10 17:14:06.846123 [ 191 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
5471 | 2024.04.10 17:14:06.846211 [ 191 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
5472 | 2024.04.10 17:14:06.847514 [ 191 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2120 rows, containing 4 columns (4 merged, 0 gathered) in 0.002330729 sec., 909586.6572218392 rows/sec., 61.30 MiB/sec. | ||
5473 | 2024.04.10 17:14:06.847776 [ 186 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5474 | 2024.04.10 17:14:06.848320 [ 186 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_36_7} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5475 | 2024.04.10 17:14:06.848427 [ 186 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_36_7} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5476 | 2024.04.10 17:14:06.848541 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
5477 | 2024.04.10 17:14:11.827333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5478 | 2024.04.10 17:14:11.827467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5479 | 2024.04.10 17:14:11.827494 [ 3 ] {} <Debug> HTTP-Session: 5eb14d22-7455-4a65-8674-0aeb9deccc3b Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5480 | 2024.04.10 17:14:11.827520 [ 3 ] {} <Debug> HTTP-Session: 5eb14d22-7455-4a65-8674-0aeb9deccc3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5481 | 2024.04.10 17:14:11.827537 [ 3 ] {} <Debug> HTTP-Session: 5eb14d22-7455-4a65-8674-0aeb9deccc3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5482 | 2024.04.10 17:14:11.827587 [ 3 ] {} <Trace> HTTP-Session: 5eb14d22-7455-4a65-8674-0aeb9deccc3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5483 | 2024.04.10 17:14:11.827706 [ 3 ] {10ab9b99-3ac7-44cc-a71e-e642f52a0de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5484 | 2024.04.10 17:14:11.827770 [ 3 ] {10ab9b99-3ac7-44cc-a71e-e642f52a0de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5485 | 2024.04.10 17:14:11.827968 [ 3 ] {10ab9b99-3ac7-44cc-a71e-e642f52a0de7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5486 | 2024.04.10 17:14:11.828373 [ 3 ] {10ab9b99-3ac7-44cc-a71e-e642f52a0de7} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5487 | 2024.04.10 17:14:11.828424 [ 3 ] {10ab9b99-3ac7-44cc-a71e-e642f52a0de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5488 | 2024.04.10 17:14:11.828818 [ 3 ] {10ab9b99-3ac7-44cc-a71e-e642f52a0de7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5489 | 2024.04.10 17:14:11.829171 [ 3 ] {10ab9b99-3ac7-44cc-a71e-e642f52a0de7} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5490 | 2024.04.10 17:14:11.829343 [ 3 ] {10ab9b99-3ac7-44cc-a71e-e642f52a0de7} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001689 sec., 6512.729425695678 rows/sec., 527.89 KiB/sec. | ||
5491 | 2024.04.10 17:14:11.829494 [ 3 ] {10ab9b99-3ac7-44cc-a71e-e642f52a0de7} <Debug> DynamicQueryHandler: Done processing query | ||
5492 | 2024.04.10 17:14:11.829522 [ 3 ] {10ab9b99-3ac7-44cc-a71e-e642f52a0de7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5493 | 2024.04.10 17:14:11.829538 [ 3 ] {} <Debug> HTTP-Session: 5eb14d22-7455-4a65-8674-0aeb9deccc3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5494 | 2024.04.10 17:14:11.829666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5495 | 2024.04.10 17:14:11.829720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5496 | 2024.04.10 17:14:11.829740 [ 3 ] {} <Debug> HTTP-Session: 64871b43-8447-4091-8042-4aafbdb2ab0b Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5497 | 2024.04.10 17:14:11.829760 [ 3 ] {} <Debug> HTTP-Session: 64871b43-8447-4091-8042-4aafbdb2ab0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5498 | 2024.04.10 17:14:11.829775 [ 3 ] {} <Debug> HTTP-Session: 64871b43-8447-4091-8042-4aafbdb2ab0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5499 | 2024.04.10 17:14:11.829812 [ 3 ] {} <Trace> HTTP-Session: 64871b43-8447-4091-8042-4aafbdb2ab0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5500 | 2024.04.10 17:14:11.829888 [ 3 ] {a76d1429-155c-4f9a-bb62-027c9d1994ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5501 | 2024.04.10 17:14:11.829933 [ 3 ] {a76d1429-155c-4f9a-bb62-027c9d1994ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5502 | 2024.04.10 17:14:11.830067 [ 3 ] {a76d1429-155c-4f9a-bb62-027c9d1994ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5503 | 2024.04.10 17:14:11.830421 [ 3 ] {a76d1429-155c-4f9a-bb62-027c9d1994ff} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5504 | 2024.04.10 17:14:11.830461 [ 3 ] {a76d1429-155c-4f9a-bb62-027c9d1994ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5505 | 2024.04.10 17:14:11.830778 [ 3 ] {a76d1429-155c-4f9a-bb62-027c9d1994ff} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5506 | 2024.04.10 17:14:11.831103 [ 3 ] {a76d1429-155c-4f9a-bb62-027c9d1994ff} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5507 | 2024.04.10 17:14:11.831271 [ 3 ] {a76d1429-155c-4f9a-bb62-027c9d1994ff} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001404 sec., 7122.507122507122 rows/sec., 580.79 KiB/sec. | ||
5508 | 2024.04.10 17:14:11.831615 [ 3 ] {a76d1429-155c-4f9a-bb62-027c9d1994ff} <Debug> DynamicQueryHandler: Done processing query | ||
5509 | 2024.04.10 17:14:11.831661 [ 3 ] {a76d1429-155c-4f9a-bb62-027c9d1994ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5510 | 2024.04.10 17:14:11.831704 [ 3 ] {} <Debug> HTTP-Session: 64871b43-8447-4091-8042-4aafbdb2ab0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5511 | 2024.04.10 17:14:11.831845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 18569, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5512 | 2024.04.10 17:14:11.831897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5513 | 2024.04.10 17:14:11.831917 [ 3 ] {} <Debug> HTTP-Session: 9b14f19d-91b1-4e1a-a33e-4364b11322b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5514 | 2024.04.10 17:14:11.831936 [ 3 ] {} <Debug> HTTP-Session: 9b14f19d-91b1-4e1a-a33e-4364b11322b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5515 | 2024.04.10 17:14:11.831950 [ 3 ] {} <Debug> HTTP-Session: 9b14f19d-91b1-4e1a-a33e-4364b11322b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5516 | 2024.04.10 17:14:11.831983 [ 3 ] {} <Trace> HTTP-Session: 9b14f19d-91b1-4e1a-a33e-4364b11322b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5517 | 2024.04.10 17:14:11.832093 [ 3 ] {d39ca40d-e26d-43ed-80a5-af4e5a40fa8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5518 | 2024.04.10 17:14:11.832135 [ 3 ] {d39ca40d-e26d-43ed-80a5-af4e5a40fa8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5519 | 2024.04.10 17:14:11.832271 [ 3 ] {d39ca40d-e26d-43ed-80a5-af4e5a40fa8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5520 | 2024.04.10 17:14:11.832651 [ 3 ] {d39ca40d-e26d-43ed-80a5-af4e5a40fa8a} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5521 | 2024.04.10 17:14:11.832689 [ 3 ] {d39ca40d-e26d-43ed-80a5-af4e5a40fa8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5522 | 2024.04.10 17:14:11.833012 [ 3 ] {d39ca40d-e26d-43ed-80a5-af4e5a40fa8a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5523 | 2024.04.10 17:14:11.833339 [ 3 ] {d39ca40d-e26d-43ed-80a5-af4e5a40fa8a} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5524 | 2024.04.10 17:14:11.833504 [ 3 ] {d39ca40d-e26d-43ed-80a5-af4e5a40fa8a} <Debug> executeQuery: Read 130 rows, 10.67 KiB in 0.00147 sec., 88435.37414965987 rows/sec., 7.09 MiB/sec. | ||
5525 | 2024.04.10 17:14:11.833654 [ 3 ] {d39ca40d-e26d-43ed-80a5-af4e5a40fa8a} <Debug> DynamicQueryHandler: Done processing query | ||
5526 | 2024.04.10 17:14:11.833686 [ 3 ] {d39ca40d-e26d-43ed-80a5-af4e5a40fa8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
5527 | 2024.04.10 17:14:11.833705 [ 3 ] {} <Debug> HTTP-Session: 9b14f19d-91b1-4e1a-a33e-4364b11322b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5528 | 2024.04.10 17:14:11.833815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5529 | 2024.04.10 17:14:11.833862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5530 | 2024.04.10 17:14:11.833882 [ 3 ] {} <Debug> HTTP-Session: b117889f-1371-408a-baaa-795d32c19bbb Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5531 | 2024.04.10 17:14:11.833900 [ 3 ] {} <Debug> HTTP-Session: b117889f-1371-408a-baaa-795d32c19bbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5532 | 2024.04.10 17:14:11.833914 [ 3 ] {} <Debug> HTTP-Session: b117889f-1371-408a-baaa-795d32c19bbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5533 | 2024.04.10 17:14:11.833944 [ 3 ] {} <Trace> HTTP-Session: b117889f-1371-408a-baaa-795d32c19bbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5534 | 2024.04.10 17:14:11.834012 [ 3 ] {bf95b88b-aee9-490e-bd09-b2b7a4d71e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5535 | 2024.04.10 17:14:11.834053 [ 3 ] {bf95b88b-aee9-490e-bd09-b2b7a4d71e5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5536 | 2024.04.10 17:14:11.834182 [ 3 ] {bf95b88b-aee9-490e-bd09-b2b7a4d71e5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5537 | 2024.04.10 17:14:11.834542 [ 3 ] {bf95b88b-aee9-490e-bd09-b2b7a4d71e5b} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5538 | 2024.04.10 17:14:11.834593 [ 3 ] {bf95b88b-aee9-490e-bd09-b2b7a4d71e5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5539 | 2024.04.10 17:14:11.835044 [ 3 ] {bf95b88b-aee9-490e-bd09-b2b7a4d71e5b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5540 | 2024.04.10 17:14:11.835525 [ 3 ] {bf95b88b-aee9-490e-bd09-b2b7a4d71e5b} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5541 | 2024.04.10 17:14:11.835746 [ 3 ] {bf95b88b-aee9-490e-bd09-b2b7a4d71e5b} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001749 sec., 5717.552887364209 rows/sec., 399.22 KiB/sec. | ||
5542 | 2024.04.10 17:14:11.835980 [ 3 ] {bf95b88b-aee9-490e-bd09-b2b7a4d71e5b} <Debug> DynamicQueryHandler: Done processing query | ||
5543 | 2024.04.10 17:14:11.836005 [ 3 ] {bf95b88b-aee9-490e-bd09-b2b7a4d71e5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5544 | 2024.04.10 17:14:11.836022 [ 3 ] {} <Debug> HTTP-Session: b117889f-1371-408a-baaa-795d32c19bbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5545 | 2024.04.10 17:14:11.836147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 18498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5546 | 2024.04.10 17:14:11.836204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5547 | 2024.04.10 17:14:11.836238 [ 3 ] {} <Debug> HTTP-Session: 31c0415e-6709-432e-aca4-71cc226a9aed Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5548 | 2024.04.10 17:14:11.836265 [ 3 ] {} <Debug> HTTP-Session: 31c0415e-6709-432e-aca4-71cc226a9aed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5549 | 2024.04.10 17:14:11.836289 [ 3 ] {} <Debug> HTTP-Session: 31c0415e-6709-432e-aca4-71cc226a9aed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5550 | 2024.04.10 17:14:11.836334 [ 3 ] {} <Trace> HTTP-Session: 31c0415e-6709-432e-aca4-71cc226a9aed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5551 | 2024.04.10 17:14:11.836431 [ 3 ] {d3785e91-1693-428f-8784-39edceb9c64b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5552 | 2024.04.10 17:14:11.836472 [ 3 ] {d3785e91-1693-428f-8784-39edceb9c64b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5553 | 2024.04.10 17:14:11.836626 [ 3 ] {d3785e91-1693-428f-8784-39edceb9c64b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5554 | 2024.04.10 17:14:11.837007 [ 3 ] {d3785e91-1693-428f-8784-39edceb9c64b} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5555 | 2024.04.10 17:14:11.837047 [ 3 ] {d3785e91-1693-428f-8784-39edceb9c64b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5556 | 2024.04.10 17:14:11.837364 [ 3 ] {d3785e91-1693-428f-8784-39edceb9c64b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5557 | 2024.04.10 17:14:11.837671 [ 3 ] {d3785e91-1693-428f-8784-39edceb9c64b} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5558 | 2024.04.10 17:14:11.837829 [ 3 ] {d3785e91-1693-428f-8784-39edceb9c64b} <Debug> executeQuery: Read 109 rows, 8.71 KiB in 0.001438 sec., 75799.72183588317 rows/sec., 5.92 MiB/sec. | ||
5559 | 2024.04.10 17:14:11.837937 [ 3 ] {d3785e91-1693-428f-8784-39edceb9c64b} <Debug> DynamicQueryHandler: Done processing query | ||
5560 | 2024.04.10 17:14:11.837962 [ 3 ] {d3785e91-1693-428f-8784-39edceb9c64b} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
5561 | 2024.04.10 17:14:11.837978 [ 3 ] {} <Debug> HTTP-Session: 31c0415e-6709-432e-aca4-71cc226a9aed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5562 | 2024.04.10 17:14:11.838160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 38539, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5563 | 2024.04.10 17:14:11.838207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5564 | 2024.04.10 17:14:11.838227 [ 3 ] {} <Debug> HTTP-Session: 29a1cc7a-537a-42f3-af08-88fdc0763f9d Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5565 | 2024.04.10 17:14:11.838244 [ 3 ] {} <Debug> HTTP-Session: 29a1cc7a-537a-42f3-af08-88fdc0763f9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5566 | 2024.04.10 17:14:11.838259 [ 3 ] {} <Debug> HTTP-Session: 29a1cc7a-537a-42f3-af08-88fdc0763f9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5567 | 2024.04.10 17:14:11.838289 [ 3 ] {} <Trace> HTTP-Session: 29a1cc7a-537a-42f3-af08-88fdc0763f9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5568 | 2024.04.10 17:14:11.838424 [ 3 ] {f58467aa-6c47-46e9-aa1b-baa3a883eb22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5569 | 2024.04.10 17:14:11.838469 [ 3 ] {f58467aa-6c47-46e9-aa1b-baa3a883eb22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5570 | 2024.04.10 17:14:11.838618 [ 3 ] {f58467aa-6c47-46e9-aa1b-baa3a883eb22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5571 | 2024.04.10 17:14:11.839120 [ 3 ] {f58467aa-6c47-46e9-aa1b-baa3a883eb22} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5572 | 2024.04.10 17:14:11.839157 [ 3 ] {f58467aa-6c47-46e9-aa1b-baa3a883eb22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5573 | 2024.04.10 17:14:11.839546 [ 3 ] {f58467aa-6c47-46e9-aa1b-baa3a883eb22} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5574 | 2024.04.10 17:14:11.839893 [ 3 ] {f58467aa-6c47-46e9-aa1b-baa3a883eb22} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5575 | 2024.04.10 17:14:11.840059 [ 3 ] {f58467aa-6c47-46e9-aa1b-baa3a883eb22} <Debug> executeQuery: Read 201 rows, 14.36 KiB in 0.001714 sec., 117269.54492415402 rows/sec., 8.18 MiB/sec. | ||
5576 | 2024.04.10 17:14:11.840189 [ 3 ] {f58467aa-6c47-46e9-aa1b-baa3a883eb22} <Debug> DynamicQueryHandler: Done processing query | ||
5577 | 2024.04.10 17:14:11.840214 [ 3 ] {f58467aa-6c47-46e9-aa1b-baa3a883eb22} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5578 | 2024.04.10 17:14:11.840230 [ 3 ] {} <Debug> HTTP-Session: 29a1cc7a-537a-42f3-af08-88fdc0763f9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5579 | 2024.04.10 17:14:11.840365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5580 | 2024.04.10 17:14:11.840413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5581 | 2024.04.10 17:14:11.840432 [ 3 ] {} <Debug> HTTP-Session: 87d61eb3-656a-4e5e-b748-eaa1d59446e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5582 | 2024.04.10 17:14:11.840450 [ 3 ] {} <Debug> HTTP-Session: 87d61eb3-656a-4e5e-b748-eaa1d59446e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5583 | 2024.04.10 17:14:11.840465 [ 3 ] {} <Debug> HTTP-Session: 87d61eb3-656a-4e5e-b748-eaa1d59446e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5584 | 2024.04.10 17:14:11.840496 [ 3 ] {} <Trace> HTTP-Session: 87d61eb3-656a-4e5e-b748-eaa1d59446e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5585 | 2024.04.10 17:14:11.840608 [ 3 ] {e99aa636-909e-4775-9d64-bb2fa85af582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5586 | 2024.04.10 17:14:11.840652 [ 3 ] {e99aa636-909e-4775-9d64-bb2fa85af582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5587 | 2024.04.10 17:14:11.840811 [ 3 ] {e99aa636-909e-4775-9d64-bb2fa85af582} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5588 | 2024.04.10 17:14:11.841168 [ 3 ] {e99aa636-909e-4775-9d64-bb2fa85af582} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5589 | 2024.04.10 17:14:11.841206 [ 3 ] {e99aa636-909e-4775-9d64-bb2fa85af582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5590 | 2024.04.10 17:14:11.841589 [ 3 ] {e99aa636-909e-4775-9d64-bb2fa85af582} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5591 | 2024.04.10 17:14:11.841935 [ 3 ] {e99aa636-909e-4775-9d64-bb2fa85af582} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5592 | 2024.04.10 17:14:11.842106 [ 3 ] {e99aa636-909e-4775-9d64-bb2fa85af582} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001554 sec., 7078.507078507078 rows/sec., 9.55 MiB/sec. | ||
5593 | 2024.04.10 17:14:11.842224 [ 3 ] {e99aa636-909e-4775-9d64-bb2fa85af582} <Debug> DynamicQueryHandler: Done processing query | ||
5594 | 2024.04.10 17:14:11.842248 [ 3 ] {e99aa636-909e-4775-9d64-bb2fa85af582} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5595 | 2024.04.10 17:14:11.842288 [ 3 ] {} <Debug> HTTP-Session: 87d61eb3-656a-4e5e-b748-eaa1d59446e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5596 | 2024.04.10 17:14:11.842404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5597 | 2024.04.10 17:14:11.842450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5598 | 2024.04.10 17:14:11.842470 [ 3 ] {} <Debug> HTTP-Session: 5c1ce93a-1a12-441f-aff1-bb100be189b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5599 | 2024.04.10 17:14:11.842487 [ 3 ] {} <Debug> HTTP-Session: 5c1ce93a-1a12-441f-aff1-bb100be189b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5600 | 2024.04.10 17:14:11.842502 [ 3 ] {} <Debug> HTTP-Session: 5c1ce93a-1a12-441f-aff1-bb100be189b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5601 | 2024.04.10 17:14:11.842533 [ 3 ] {} <Trace> HTTP-Session: 5c1ce93a-1a12-441f-aff1-bb100be189b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5602 | 2024.04.10 17:14:11.842623 [ 3 ] {b94651d9-9894-44d2-84c9-2010cbe119ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5603 | 2024.04.10 17:14:11.842666 [ 3 ] {b94651d9-9894-44d2-84c9-2010cbe119ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5604 | 2024.04.10 17:14:11.842790 [ 3 ] {b94651d9-9894-44d2-84c9-2010cbe119ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5605 | 2024.04.10 17:14:11.843132 [ 3 ] {b94651d9-9894-44d2-84c9-2010cbe119ff} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5606 | 2024.04.10 17:14:11.843170 [ 3 ] {b94651d9-9894-44d2-84c9-2010cbe119ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5607 | 2024.04.10 17:14:11.843524 [ 3 ] {b94651d9-9894-44d2-84c9-2010cbe119ff} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5608 | 2024.04.10 17:14:11.843844 [ 3 ] {b94651d9-9894-44d2-84c9-2010cbe119ff} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5609 | 2024.04.10 17:14:11.844004 [ 3 ] {b94651d9-9894-44d2-84c9-2010cbe119ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
5610 | 2024.04.10 17:14:11.844163 [ 3 ] {b94651d9-9894-44d2-84c9-2010cbe119ff} <Debug> DynamicQueryHandler: Done processing query | ||
5611 | 2024.04.10 17:14:11.844195 [ 3 ] {b94651d9-9894-44d2-84c9-2010cbe119ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5612 | 2024.04.10 17:14:11.844215 [ 3 ] {} <Debug> HTTP-Session: 5c1ce93a-1a12-441f-aff1-bb100be189b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5613 | 2024.04.10 17:14:14.391116 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5614 | 2024.04.10 17:14:14.391187 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5615 | 2024.04.10 17:14:16.826584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5616 | 2024.04.10 17:14:16.826728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5617 | 2024.04.10 17:14:16.826759 [ 3 ] {} <Debug> HTTP-Session: 6bae87b9-dd01-4731-bbb2-bb8ec82c7d46 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5618 | 2024.04.10 17:14:16.826788 [ 3 ] {} <Debug> HTTP-Session: 6bae87b9-dd01-4731-bbb2-bb8ec82c7d46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5619 | 2024.04.10 17:14:16.826806 [ 3 ] {} <Debug> HTTP-Session: 6bae87b9-dd01-4731-bbb2-bb8ec82c7d46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5620 | 2024.04.10 17:14:16.826863 [ 3 ] {} <Trace> HTTP-Session: 6bae87b9-dd01-4731-bbb2-bb8ec82c7d46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5621 | 2024.04.10 17:14:16.827001 [ 3 ] {36150a80-16e8-49b8-a8ec-dda9df001070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5622 | 2024.04.10 17:14:16.827075 [ 3 ] {36150a80-16e8-49b8-a8ec-dda9df001070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5623 | 2024.04.10 17:14:16.827274 [ 3 ] {36150a80-16e8-49b8-a8ec-dda9df001070} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5624 | 2024.04.10 17:14:16.827729 [ 3 ] {36150a80-16e8-49b8-a8ec-dda9df001070} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5625 | 2024.04.10 17:14:16.827781 [ 3 ] {36150a80-16e8-49b8-a8ec-dda9df001070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5626 | 2024.04.10 17:14:16.828175 [ 3 ] {36150a80-16e8-49b8-a8ec-dda9df001070} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5627 | 2024.04.10 17:14:16.828535 [ 3 ] {36150a80-16e8-49b8-a8ec-dda9df001070} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5628 | 2024.04.10 17:14:16.828720 [ 3 ] {36150a80-16e8-49b8-a8ec-dda9df001070} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001776 sec., 11824.324324324325 rows/sec., 958.42 KiB/sec. | ||
5629 | 2024.04.10 17:14:16.828743 [ 114 ] {} <Debug> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5630 | 2024.04.10 17:14:16.828880 [ 114 ] {} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5631 | 2024.04.10 17:14:16.828930 [ 3 ] {36150a80-16e8-49b8-a8ec-dda9df001070} <Debug> DynamicQueryHandler: Done processing query | ||
5632 | 2024.04.10 17:14:16.828940 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5633 | 2024.04.10 17:14:16.828974 [ 3 ] {36150a80-16e8-49b8-a8ec-dda9df001070} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5634 | 2024.04.10 17:14:16.829034 [ 3 ] {} <Debug> HTTP-Session: 6bae87b9-dd01-4731-bbb2-bb8ec82c7d46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5635 | 2024.04.10 17:14:16.829330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5636 | 2024.04.10 17:14:16.829387 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::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 | ||
5637 | 2024.04.10 17:14:16.829499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5638 | 2024.04.10 17:14:16.829621 [ 3 ] {} <Debug> HTTP-Session: 9ba2e9e9-5e35-4e4f-98bb-a07e743e5156 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5639 | 2024.04.10 17:14:16.829729 [ 3 ] {} <Debug> HTTP-Session: 9ba2e9e9-5e35-4e4f-98bb-a07e743e5156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5640 | 2024.04.10 17:14:16.829815 [ 3 ] {} <Debug> HTTP-Session: 9ba2e9e9-5e35-4e4f-98bb-a07e743e5156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5641 | 2024.04.10 17:14:16.830013 [ 3 ] {} <Trace> HTTP-Session: 9ba2e9e9-5e35-4e4f-98bb-a07e743e5156 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5642 | 2024.04.10 17:14:16.830268 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5643 | 2024.04.10 17:14:16.830338 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 32 rows starting from the beginning of the part | ||
5644 | 2024.04.10 17:14:16.830354 [ 3 ] {51fd6ab0-d795-483a-a299-fd2c02a263b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5645 | 2024.04.10 17:14:16.830525 [ 3 ] {51fd6ab0-d795-483a-a299-fd2c02a263b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5646 | 2024.04.10 17:14:16.830556 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 21 rows starting from the beginning of the part | ||
5647 | 2024.04.10 17:14:16.830962 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 11 rows starting from the beginning of the part | ||
5648 | 2024.04.10 17:14:16.831348 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 21 rows starting from the beginning of the part | ||
5649 | 2024.04.10 17:14:16.831563 [ 3 ] {51fd6ab0-d795-483a-a299-fd2c02a263b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5650 | 2024.04.10 17:14:16.831754 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 11 rows starting from the beginning of the part | ||
5651 | 2024.04.10 17:14:16.831954 [ 196 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 21 rows starting from the beginning of the part | ||
5652 | 2024.04.10 17:14:16.832707 [ 3 ] {51fd6ab0-d795-483a-a299-fd2c02a263b6} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5653 | 2024.04.10 17:14:16.832769 [ 3 ] {51fd6ab0-d795-483a-a299-fd2c02a263b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5654 | 2024.04.10 17:14:16.833638 [ 3 ] {51fd6ab0-d795-483a-a299-fd2c02a263b6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5655 | 2024.04.10 17:14:16.834453 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 117 rows, containing 4 columns (4 merged, 0 gathered) in 0.005321757 sec., 21985.220294725972 rows/sec., 1.74 MiB/sec. | ||
5656 | 2024.04.10 17:14:16.834570 [ 3 ] {51fd6ab0-d795-483a-a299-fd2c02a263b6} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5657 | 2024.04.10 17:14:16.834698 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5658 | 2024.04.10 17:14:16.834869 [ 3 ] {51fd6ab0-d795-483a-a299-fd2c02a263b6} <Debug> executeQuery: Read 119 rows, 10.06 KiB in 0.004619 sec., 25763.152197445335 rows/sec., 2.13 MiB/sec. | ||
5659 | 2024.04.10 17:14:16.835101 [ 3 ] {51fd6ab0-d795-483a-a299-fd2c02a263b6} <Debug> DynamicQueryHandler: Done processing query | ||
5660 | 2024.04.10 17:14:16.835155 [ 3 ] {51fd6ab0-d795-483a-a299-fd2c02a263b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
5661 | 2024.04.10 17:14:16.835210 [ 3 ] {} <Debug> HTTP-Session: 9ba2e9e9-5e35-4e4f-98bb-a07e743e5156 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5662 | 2024.04.10 17:14:16.835402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5663 | 2024.04.10 17:14:16.835485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5664 | 2024.04.10 17:14:16.835482 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_26_5} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5665 | 2024.04.10 17:14:16.835517 [ 3 ] {} <Debug> HTTP-Session: 3929eef0-713f-49a6-a18a-a5841d708b85 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5666 | 2024.04.10 17:14:16.835573 [ 3 ] {} <Debug> HTTP-Session: 3929eef0-713f-49a6-a18a-a5841d708b85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5667 | 2024.04.10 17:14:16.835612 [ 3 ] {} <Debug> HTTP-Session: 3929eef0-713f-49a6-a18a-a5841d708b85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5668 | 2024.04.10 17:14:16.835671 [ 3 ] {} <Trace> HTTP-Session: 3929eef0-713f-49a6-a18a-a5841d708b85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5669 | 2024.04.10 17:14:16.835683 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_26_5} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5670 | 2024.04.10 17:14:16.835834 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5671 | 2024.04.10 17:14:16.835859 [ 3 ] {76dacecc-85be-4557-81d1-bc237fb92426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5672 | 2024.04.10 17:14:16.835919 [ 3 ] {76dacecc-85be-4557-81d1-bc237fb92426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5673 | 2024.04.10 17:14:16.836059 [ 3 ] {76dacecc-85be-4557-81d1-bc237fb92426} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5674 | 2024.04.10 17:14:16.836430 [ 3 ] {76dacecc-85be-4557-81d1-bc237fb92426} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5675 | 2024.04.10 17:14:16.836468 [ 3 ] {76dacecc-85be-4557-81d1-bc237fb92426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5676 | 2024.04.10 17:14:16.836789 [ 3 ] {76dacecc-85be-4557-81d1-bc237fb92426} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5677 | 2024.04.10 17:14:16.837096 [ 3 ] {76dacecc-85be-4557-81d1-bc237fb92426} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5678 | 2024.04.10 17:14:16.837265 [ 3 ] {76dacecc-85be-4557-81d1-bc237fb92426} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001507 sec., 56403.4505640345 rows/sec., 4.40 MiB/sec. | ||
5679 | 2024.04.10 17:14:16.837389 [ 3 ] {76dacecc-85be-4557-81d1-bc237fb92426} <Debug> DynamicQueryHandler: Done processing query | ||
5680 | 2024.04.10 17:14:16.837413 [ 3 ] {76dacecc-85be-4557-81d1-bc237fb92426} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5681 | 2024.04.10 17:14:16.837429 [ 3 ] {} <Debug> HTTP-Session: 3929eef0-713f-49a6-a18a-a5841d708b85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5682 | 2024.04.10 17:14:16.837605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5683 | 2024.04.10 17:14:16.837653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5684 | 2024.04.10 17:14:16.837672 [ 3 ] {} <Debug> HTTP-Session: 11f00c95-2b74-4a22-85dc-651ce1bd1e16 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5685 | 2024.04.10 17:14:16.837689 [ 3 ] {} <Debug> HTTP-Session: 11f00c95-2b74-4a22-85dc-651ce1bd1e16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5686 | 2024.04.10 17:14:16.837703 [ 3 ] {} <Debug> HTTP-Session: 11f00c95-2b74-4a22-85dc-651ce1bd1e16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5687 | 2024.04.10 17:14:16.837734 [ 3 ] {} <Trace> HTTP-Session: 11f00c95-2b74-4a22-85dc-651ce1bd1e16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5688 | 2024.04.10 17:14:16.837850 [ 3 ] {e8a6c79a-2dd2-4521-acbd-191b8237d2ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5689 | 2024.04.10 17:14:16.837894 [ 3 ] {e8a6c79a-2dd2-4521-acbd-191b8237d2ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5690 | 2024.04.10 17:14:16.838041 [ 3 ] {e8a6c79a-2dd2-4521-acbd-191b8237d2ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5691 | 2024.04.10 17:14:16.838420 [ 3 ] {e8a6c79a-2dd2-4521-acbd-191b8237d2ea} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5692 | 2024.04.10 17:14:16.838456 [ 3 ] {e8a6c79a-2dd2-4521-acbd-191b8237d2ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5693 | 2024.04.10 17:14:16.838839 [ 3 ] {e8a6c79a-2dd2-4521-acbd-191b8237d2ea} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5694 | 2024.04.10 17:14:16.839190 [ 3 ] {e8a6c79a-2dd2-4521-acbd-191b8237d2ea} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5695 | 2024.04.10 17:14:16.839355 [ 3 ] {e8a6c79a-2dd2-4521-acbd-191b8237d2ea} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. | ||
5696 | 2024.04.10 17:14:16.839472 [ 3 ] {e8a6c79a-2dd2-4521-acbd-191b8237d2ea} <Debug> DynamicQueryHandler: Done processing query | ||
5697 | 2024.04.10 17:14:16.839495 [ 3 ] {e8a6c79a-2dd2-4521-acbd-191b8237d2ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
5698 | 2024.04.10 17:14:16.839510 [ 3 ] {} <Debug> HTTP-Session: 11f00c95-2b74-4a22-85dc-651ce1bd1e16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5699 | 2024.04.10 17:14:16.839639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5700 | 2024.04.10 17:14:16.839686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5701 | 2024.04.10 17:14:16.839704 [ 3 ] {} <Debug> HTTP-Session: 5650a99b-a3e1-452d-9f51-28b5c04cbac8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5702 | 2024.04.10 17:14:16.839721 [ 3 ] {} <Debug> HTTP-Session: 5650a99b-a3e1-452d-9f51-28b5c04cbac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5703 | 2024.04.10 17:14:16.839735 [ 3 ] {} <Debug> HTTP-Session: 5650a99b-a3e1-452d-9f51-28b5c04cbac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5704 | 2024.04.10 17:14:16.839765 [ 3 ] {} <Trace> HTTP-Session: 5650a99b-a3e1-452d-9f51-28b5c04cbac8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5705 | 2024.04.10 17:14:16.839938 [ 3 ] {b5cda6cc-e14e-4c41-b0fd-62d0667bd834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5706 | 2024.04.10 17:14:16.839984 [ 3 ] {b5cda6cc-e14e-4c41-b0fd-62d0667bd834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5707 | 2024.04.10 17:14:16.840174 [ 3 ] {b5cda6cc-e14e-4c41-b0fd-62d0667bd834} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5708 | 2024.04.10 17:14:16.840592 [ 3 ] {b5cda6cc-e14e-4c41-b0fd-62d0667bd834} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5709 | 2024.04.10 17:14:16.840629 [ 3 ] {b5cda6cc-e14e-4c41-b0fd-62d0667bd834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5710 | 2024.04.10 17:14:16.841032 [ 3 ] {b5cda6cc-e14e-4c41-b0fd-62d0667bd834} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5711 | 2024.04.10 17:14:16.841430 [ 3 ] {b5cda6cc-e14e-4c41-b0fd-62d0667bd834} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5712 | 2024.04.10 17:14:16.841597 [ 114 ] {} <Debug> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5713 | 2024.04.10 17:14:16.841599 [ 3 ] {b5cda6cc-e14e-4c41-b0fd-62d0667bd834} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001783 sec., 11777.902411665731 rows/sec., 15.89 MiB/sec. | ||
5714 | 2024.04.10 17:14:16.841654 [ 114 ] {} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5715 | 2024.04.10 17:14:16.841728 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5716 | 2024.04.10 17:14:16.841902 [ 3 ] {b5cda6cc-e14e-4c41-b0fd-62d0667bd834} <Debug> DynamicQueryHandler: Done processing query | ||
5717 | 2024.04.10 17:14:16.841918 [ 196 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::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 | ||
5718 | 2024.04.10 17:14:16.841939 [ 3 ] {b5cda6cc-e14e-4c41-b0fd-62d0667bd834} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5719 | 2024.04.10 17:14:16.841986 [ 3 ] {} <Debug> HTTP-Session: 5650a99b-a3e1-452d-9f51-28b5c04cbac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5720 | 2024.04.10 17:14:16.842176 [ 196 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5721 | 2024.04.10 17:14:16.842187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5722 | 2024.04.10 17:14:16.842235 [ 196 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 336 rows starting from the beginning of the part | ||
5723 | 2024.04.10 17:14:16.842288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5724 | 2024.04.10 17:14:16.842384 [ 3 ] {} <Debug> HTTP-Session: 02887d7a-1992-4ffc-8894-d1ec5327959a Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5725 | 2024.04.10 17:14:16.842466 [ 3 ] {} <Debug> HTTP-Session: 02887d7a-1992-4ffc-8894-d1ec5327959a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5726 | 2024.04.10 17:14:16.842488 [ 196 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 21 rows starting from the beginning of the part | ||
5727 | 2024.04.10 17:14:16.842529 [ 3 ] {} <Debug> HTTP-Session: 02887d7a-1992-4ffc-8894-d1ec5327959a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5728 | 2024.04.10 17:14:16.842688 [ 3 ] {} <Trace> HTTP-Session: 02887d7a-1992-4ffc-8894-d1ec5327959a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5729 | 2024.04.10 17:14:16.842789 [ 196 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 11 rows starting from the beginning of the part | ||
5730 | 2024.04.10 17:14:16.842998 [ 3 ] {1a4fcccf-8cbb-4273-b999-5e112dc443a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5731 | 2024.04.10 17:14:16.843125 [ 196 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 21 rows starting from the beginning of the part | ||
5732 | 2024.04.10 17:14:16.843161 [ 3 ] {1a4fcccf-8cbb-4273-b999-5e112dc443a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5733 | 2024.04.10 17:14:16.843578 [ 196 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 11 rows starting from the beginning of the part | ||
5734 | 2024.04.10 17:14:16.843994 [ 3 ] {1a4fcccf-8cbb-4273-b999-5e112dc443a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5735 | 2024.04.10 17:14:16.844012 [ 196 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 21 rows starting from the beginning of the part | ||
5736 | 2024.04.10 17:14:16.844789 [ 3 ] {1a4fcccf-8cbb-4273-b999-5e112dc443a2} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5737 | 2024.04.10 17:14:16.844848 [ 3 ] {1a4fcccf-8cbb-4273-b999-5e112dc443a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5738 | 2024.04.10 17:14:16.845588 [ 3 ] {1a4fcccf-8cbb-4273-b999-5e112dc443a2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5739 | 2024.04.10 17:14:16.846572 [ 3 ] {1a4fcccf-8cbb-4273-b999-5e112dc443a2} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5740 | 2024.04.10 17:14:16.846920 [ 3 ] {1a4fcccf-8cbb-4273-b999-5e112dc443a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004068 sec., 14749.262536873159 rows/sec., 1017.85 KiB/sec. | ||
5741 | 2024.04.10 17:14:16.847501 [ 3 ] {1a4fcccf-8cbb-4273-b999-5e112dc443a2} <Debug> DynamicQueryHandler: Done processing query | ||
5742 | 2024.04.10 17:14:16.847576 [ 3 ] {1a4fcccf-8cbb-4273-b999-5e112dc443a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5743 | 2024.04.10 17:14:16.847670 [ 3 ] {} <Debug> HTTP-Session: 02887d7a-1992-4ffc-8894-d1ec5327959a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5744 | 2024.04.10 17:14:16.848213 [ 186 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 421 rows, containing 6 columns (6 merged, 0 gathered) in 0.006367541 sec., 66116.57467144696 rows/sec., 89.22 MiB/sec. | ||
5745 | 2024.04.10 17:14:16.848581 [ 201 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5746 | 2024.04.10 17:14:16.849023 [ 201 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5747 | 2024.04.10 17:14:16.849101 [ 201 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5748 | 2024.04.10 17:14:16.849187 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
5749 | 2024.04.10 17:14:21.825885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5750 | 2024.04.10 17:14:21.826023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5751 | 2024.04.10 17:14:21.826054 [ 3 ] {} <Debug> HTTP-Session: ed4c53c1-195f-43c1-99e5-621bae13e8bc Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5752 | 2024.04.10 17:14:21.826083 [ 3 ] {} <Debug> HTTP-Session: ed4c53c1-195f-43c1-99e5-621bae13e8bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5753 | 2024.04.10 17:14:21.826102 [ 3 ] {} <Debug> HTTP-Session: ed4c53c1-195f-43c1-99e5-621bae13e8bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5754 | 2024.04.10 17:14:21.826161 [ 3 ] {} <Trace> HTTP-Session: ed4c53c1-195f-43c1-99e5-621bae13e8bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5755 | 2024.04.10 17:14:21.826288 [ 3 ] {891b015d-a0cd-43d1-80af-e90d27e4e474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5756 | 2024.04.10 17:14:21.826352 [ 3 ] {891b015d-a0cd-43d1-80af-e90d27e4e474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5757 | 2024.04.10 17:14:21.826542 [ 3 ] {891b015d-a0cd-43d1-80af-e90d27e4e474} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5758 | 2024.04.10 17:14:21.827017 [ 3 ] {891b015d-a0cd-43d1-80af-e90d27e4e474} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5759 | 2024.04.10 17:14:21.827065 [ 3 ] {891b015d-a0cd-43d1-80af-e90d27e4e474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5760 | 2024.04.10 17:14:21.827463 [ 3 ] {891b015d-a0cd-43d1-80af-e90d27e4e474} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5761 | 2024.04.10 17:14:21.827827 [ 3 ] {891b015d-a0cd-43d1-80af-e90d27e4e474} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5762 | 2024.04.10 17:14:21.828011 [ 3 ] {891b015d-a0cd-43d1-80af-e90d27e4e474} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001775 sec., 6197.1830985915485 rows/sec., 502.31 KiB/sec. | ||
5763 | 2024.04.10 17:14:21.828288 [ 3 ] {891b015d-a0cd-43d1-80af-e90d27e4e474} <Debug> DynamicQueryHandler: Done processing query | ||
5764 | 2024.04.10 17:14:21.828348 [ 3 ] {891b015d-a0cd-43d1-80af-e90d27e4e474} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5765 | 2024.04.10 17:14:21.828386 [ 3 ] {} <Debug> HTTP-Session: ed4c53c1-195f-43c1-99e5-621bae13e8bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5766 | 2024.04.10 17:14:21.828600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5767 | 2024.04.10 17:14:21.828656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5768 | 2024.04.10 17:14:21.828676 [ 3 ] {} <Debug> HTTP-Session: 77b2f7b3-6768-4ac9-8f00-a9383a360e3e Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5769 | 2024.04.10 17:14:21.828694 [ 3 ] {} <Debug> HTTP-Session: 77b2f7b3-6768-4ac9-8f00-a9383a360e3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5770 | 2024.04.10 17:14:21.828709 [ 3 ] {} <Debug> HTTP-Session: 77b2f7b3-6768-4ac9-8f00-a9383a360e3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5771 | 2024.04.10 17:14:21.828743 [ 3 ] {} <Trace> HTTP-Session: 77b2f7b3-6768-4ac9-8f00-a9383a360e3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5772 | 2024.04.10 17:14:21.828843 [ 3 ] {dc2f1db3-5271-4861-85e2-16ff64199996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5773 | 2024.04.10 17:14:21.828889 [ 3 ] {dc2f1db3-5271-4861-85e2-16ff64199996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5774 | 2024.04.10 17:14:21.829039 [ 3 ] {dc2f1db3-5271-4861-85e2-16ff64199996} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5775 | 2024.04.10 17:14:21.829422 [ 3 ] {dc2f1db3-5271-4861-85e2-16ff64199996} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5776 | 2024.04.10 17:14:21.829460 [ 3 ] {dc2f1db3-5271-4861-85e2-16ff64199996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5777 | 2024.04.10 17:14:21.829780 [ 3 ] {dc2f1db3-5271-4861-85e2-16ff64199996} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5778 | 2024.04.10 17:14:21.830094 [ 3 ] {dc2f1db3-5271-4861-85e2-16ff64199996} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5779 | 2024.04.10 17:14:21.830240 [ 115 ] {} <Debug> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 | ||
5780 | 2024.04.10 17:14:21.830250 [ 3 ] {dc2f1db3-5271-4861-85e2-16ff64199996} <Debug> executeQuery: Read 89 rows, 7.48 KiB in 0.001448 sec., 61464.08839779005 rows/sec., 5.04 MiB/sec. | ||
5781 | 2024.04.10 17:14:21.830329 [ 115 ] {} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5782 | 2024.04.10 17:14:21.830392 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5783 | 2024.04.10 17:14:21.830489 [ 3 ] {dc2f1db3-5271-4861-85e2-16ff64199996} <Debug> DynamicQueryHandler: Done processing query | ||
5784 | 2024.04.10 17:14:21.830541 [ 3 ] {dc2f1db3-5271-4861-85e2-16ff64199996} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5785 | 2024.04.10 17:14:21.830574 [ 3 ] {} <Debug> HTTP-Session: 77b2f7b3-6768-4ac9-8f00-a9383a360e3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5786 | 2024.04.10 17:14:21.830581 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full | ||
5787 | 2024.04.10 17:14:21.830729 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5788 | 2024.04.10 17:14:21.830791 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 195 rows starting from the beginning of the part | ||
5789 | 2024.04.10 17:14:21.830790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5790 | 2024.04.10 17:14:21.830909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5791 | 2024.04.10 17:14:21.830924 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 89 rows starting from the beginning of the part | ||
5792 | 2024.04.10 17:14:21.830956 [ 3 ] {} <Debug> HTTP-Session: 23e1c21b-ae57-49bc-adef-d03aa36867a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5793 | 2024.04.10 17:14:21.831049 [ 3 ] {} <Debug> HTTP-Session: 23e1c21b-ae57-49bc-adef-d03aa36867a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5794 | 2024.04.10 17:14:21.831148 [ 3 ] {} <Debug> HTTP-Session: 23e1c21b-ae57-49bc-adef-d03aa36867a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5795 | 2024.04.10 17:14:21.831284 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 119 rows starting from the beginning of the part | ||
5796 | 2024.04.10 17:14:21.831342 [ 3 ] {} <Trace> HTTP-Session: 23e1c21b-ae57-49bc-adef-d03aa36867a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5797 | 2024.04.10 17:14:21.831644 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 130 rows starting from the beginning of the part | ||
5798 | 2024.04.10 17:14:21.831810 [ 3 ] {1de54c89-115d-49dd-8fcf-d25ed0b6ecb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5799 | 2024.04.10 17:14:21.832022 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 119 rows starting from the beginning of the part | ||
5800 | 2024.04.10 17:14:21.832043 [ 3 ] {1de54c89-115d-49dd-8fcf-d25ed0b6ecb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5801 | 2024.04.10 17:14:21.832433 [ 197 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 89 rows starting from the beginning of the part | ||
5802 | 2024.04.10 17:14:21.833217 [ 3 ] {1de54c89-115d-49dd-8fcf-d25ed0b6ecb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5803 | 2024.04.10 17:14:21.833986 [ 3 ] {1de54c89-115d-49dd-8fcf-d25ed0b6ecb4} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5804 | 2024.04.10 17:14:21.834055 [ 3 ] {1de54c89-115d-49dd-8fcf-d25ed0b6ecb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5805 | 2024.04.10 17:14:21.834885 [ 3 ] {1de54c89-115d-49dd-8fcf-d25ed0b6ecb4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5806 | 2024.04.10 17:14:21.835582 [ 186 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 4 columns (4 merged, 0 gathered) in 0.005104815 sec., 145157.07229351113 rows/sec., 11.91 MiB/sec. | ||
5807 | 2024.04.10 17:14:21.835713 [ 3 ] {1de54c89-115d-49dd-8fcf-d25ed0b6ecb4} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5808 | 2024.04.10 17:14:21.835926 [ 115 ] {} <Debug> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 | ||
5809 | 2024.04.10 17:14:21.835917 [ 186 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
5810 | 2024.04.10 17:14:21.835984 [ 3 ] {1de54c89-115d-49dd-8fcf-d25ed0b6ecb4} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.00438 sec., 17123.287671232876 rows/sec., 1.34 MiB/sec. | ||
5811 | 2024.04.10 17:14:21.835995 [ 115 ] {} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5812 | 2024.04.10 17:14:21.836067 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5813 | 2024.04.10 17:14:21.836415 [ 190 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full | ||
5814 | 2024.04.10 17:14:21.836488 [ 3 ] {1de54c89-115d-49dd-8fcf-d25ed0b6ecb4} <Debug> DynamicQueryHandler: Done processing query | ||
5815 | 2024.04.10 17:14:21.836596 [ 3 ] {1de54c89-115d-49dd-8fcf-d25ed0b6ecb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5816 | 2024.04.10 17:14:21.836694 [ 3 ] {} <Debug> HTTP-Session: 23e1c21b-ae57-49bc-adef-d03aa36867a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5817 | 2024.04.10 17:14:21.836891 [ 190 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5818 | 2024.04.10 17:14:21.836948 [ 190 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 152 rows starting from the beginning of the part | ||
5819 | 2024.04.10 17:14:21.837043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5820 | 2024.04.10 17:14:21.837284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5821 | 2024.04.10 17:14:21.837287 [ 190 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 75 rows starting from the beginning of the part | ||
5822 | 2024.04.10 17:14:21.837388 [ 3 ] {} <Debug> HTTP-Session: a70c743c-a1ee-4511-b569-94505b534f72 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5823 | 2024.04.10 17:14:21.837472 [ 186 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_39_8} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5824 | 2024.04.10 17:14:21.837518 [ 3 ] {} <Debug> HTTP-Session: a70c743c-a1ee-4511-b569-94505b534f72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5825 | 2024.04.10 17:14:21.837611 [ 3 ] {} <Debug> HTTP-Session: a70c743c-a1ee-4511-b569-94505b534f72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5826 | 2024.04.10 17:14:21.837800 [ 190 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 85 rows starting from the beginning of the part | ||
5827 | 2024.04.10 17:14:21.837823 [ 3 ] {} <Trace> HTTP-Session: a70c743c-a1ee-4511-b569-94505b534f72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5828 | 2024.04.10 17:14:21.838270 [ 190 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 109 rows starting from the beginning of the part | ||
5829 | 2024.04.10 17:14:21.838274 [ 186 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_39_8} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 | ||
5830 | 2024.04.10 17:14:21.838268 [ 3 ] {bfba9270-67d4-4409-8f87-76752735a19f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5831 | 2024.04.10 17:14:21.838540 [ 190 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 85 rows starting from the beginning of the part | ||
5832 | 2024.04.10 17:14:21.838553 [ 3 ] {bfba9270-67d4-4409-8f87-76752735a19f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5833 | 2024.04.10 17:14:21.838596 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
5834 | 2024.04.10 17:14:21.838983 [ 190 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 75 rows starting from the beginning of the part | ||
5835 | 2024.04.10 17:14:21.839765 [ 3 ] {bfba9270-67d4-4409-8f87-76752735a19f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5836 | 2024.04.10 17:14:21.840678 [ 3 ] {bfba9270-67d4-4409-8f87-76752735a19f} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5837 | 2024.04.10 17:14:21.840748 [ 3 ] {bfba9270-67d4-4409-8f87-76752735a19f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5838 | 2024.04.10 17:14:21.841837 [ 3 ] {bfba9270-67d4-4409-8f87-76752735a19f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5839 | 2024.04.10 17:14:21.841905 [ 186 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 581 rows, containing 4 columns (4 merged, 0 gathered) in 0.005684793 sec., 102202.49004669124 rows/sec., 7.98 MiB/sec. | ||
5840 | 2024.04.10 17:14:21.842137 [ 186 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
5841 | 2024.04.10 17:14:21.842649 [ 3 ] {bfba9270-67d4-4409-8f87-76752735a19f} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5842 | 2024.04.10 17:14:21.842944 [ 3 ] {bfba9270-67d4-4409-8f87-76752735a19f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004911 sec., 32579.922622683775 rows/sec., 2.27 MiB/sec. | ||
5843 | 2024.04.10 17:14:21.843008 [ 186 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_39_8} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5844 | 2024.04.10 17:14:21.843204 [ 186 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_39_8} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 | ||
5845 | 2024.04.10 17:14:21.843222 [ 3 ] {bfba9270-67d4-4409-8f87-76752735a19f} <Debug> DynamicQueryHandler: Done processing query | ||
5846 | 2024.04.10 17:14:21.843269 [ 3 ] {bfba9270-67d4-4409-8f87-76752735a19f} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
5847 | 2024.04.10 17:14:21.843333 [ 3 ] {} <Debug> HTTP-Session: a70c743c-a1ee-4511-b569-94505b534f72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5848 | 2024.04.10 17:14:21.843352 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
5849 | 2024.04.10 17:14:21.843478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5850 | 2024.04.10 17:14:21.843533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5851 | 2024.04.10 17:14:21.843553 [ 3 ] {} <Debug> HTTP-Session: a9ad0232-9546-4d21-90d6-6e0857500df9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5852 | 2024.04.10 17:14:21.843574 [ 3 ] {} <Debug> HTTP-Session: a9ad0232-9546-4d21-90d6-6e0857500df9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5853 | 2024.04.10 17:14:21.843589 [ 3 ] {} <Debug> HTTP-Session: a9ad0232-9546-4d21-90d6-6e0857500df9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5854 | 2024.04.10 17:14:21.843621 [ 3 ] {} <Trace> HTTP-Session: a9ad0232-9546-4d21-90d6-6e0857500df9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5855 | 2024.04.10 17:14:21.843759 [ 3 ] {3966fd63-44a6-42aa-a13d-977ac8bb528c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5856 | 2024.04.10 17:14:21.843806 [ 3 ] {3966fd63-44a6-42aa-a13d-977ac8bb528c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5857 | 2024.04.10 17:14:21.843988 [ 3 ] {3966fd63-44a6-42aa-a13d-977ac8bb528c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5858 | 2024.04.10 17:14:21.844366 [ 3 ] {3966fd63-44a6-42aa-a13d-977ac8bb528c} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5859 | 2024.04.10 17:14:21.844404 [ 3 ] {3966fd63-44a6-42aa-a13d-977ac8bb528c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5860 | 2024.04.10 17:14:21.844815 [ 3 ] {3966fd63-44a6-42aa-a13d-977ac8bb528c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5861 | 2024.04.10 17:14:21.845171 [ 3 ] {3966fd63-44a6-42aa-a13d-977ac8bb528c} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5862 | 2024.04.10 17:14:21.845331 [ 3 ] {3966fd63-44a6-42aa-a13d-977ac8bb528c} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001661 sec., 6622.516556291391 rows/sec., 8.94 MiB/sec. | ||
5863 | 2024.04.10 17:14:21.845459 [ 3 ] {3966fd63-44a6-42aa-a13d-977ac8bb528c} <Debug> DynamicQueryHandler: Done processing query | ||
5864 | 2024.04.10 17:14:21.845483 [ 3 ] {3966fd63-44a6-42aa-a13d-977ac8bb528c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5865 | 2024.04.10 17:14:21.845498 [ 3 ] {} <Debug> HTTP-Session: a9ad0232-9546-4d21-90d6-6e0857500df9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5866 | 2024.04.10 17:14:21.845631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5867 | 2024.04.10 17:14:21.845678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5868 | 2024.04.10 17:14:21.845697 [ 3 ] {} <Debug> HTTP-Session: b2b22953-b508-43e0-b872-12ea9bb0f077 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5869 | 2024.04.10 17:14:21.845714 [ 3 ] {} <Debug> HTTP-Session: b2b22953-b508-43e0-b872-12ea9bb0f077 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5870 | 2024.04.10 17:14:21.845728 [ 3 ] {} <Debug> HTTP-Session: b2b22953-b508-43e0-b872-12ea9bb0f077 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5871 | 2024.04.10 17:14:21.845758 [ 3 ] {} <Trace> HTTP-Session: b2b22953-b508-43e0-b872-12ea9bb0f077 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5872 | 2024.04.10 17:14:21.845841 [ 3 ] {4f00b76f-76a9-4ed8-a7c0-9476f24aa8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5873 | 2024.04.10 17:14:21.845883 [ 3 ] {4f00b76f-76a9-4ed8-a7c0-9476f24aa8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5874 | 2024.04.10 17:14:21.846008 [ 3 ] {4f00b76f-76a9-4ed8-a7c0-9476f24aa8b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5875 | 2024.04.10 17:14:21.846303 [ 3 ] {4f00b76f-76a9-4ed8-a7c0-9476f24aa8b6} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5876 | 2024.04.10 17:14:21.846340 [ 3 ] {4f00b76f-76a9-4ed8-a7c0-9476f24aa8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5877 | 2024.04.10 17:14:21.846702 [ 3 ] {4f00b76f-76a9-4ed8-a7c0-9476f24aa8b6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5878 | 2024.04.10 17:14:21.847038 [ 3 ] {4f00b76f-76a9-4ed8-a7c0-9476f24aa8b6} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5879 | 2024.04.10 17:14:21.847186 [ 3 ] {4f00b76f-76a9-4ed8-a7c0-9476f24aa8b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
5880 | 2024.04.10 17:14:21.847417 [ 3 ] {4f00b76f-76a9-4ed8-a7c0-9476f24aa8b6} <Debug> DynamicQueryHandler: Done processing query | ||
5881 | 2024.04.10 17:14:21.847476 [ 3 ] {4f00b76f-76a9-4ed8-a7c0-9476f24aa8b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5882 | 2024.04.10 17:14:21.847535 [ 3 ] {} <Debug> HTTP-Session: b2b22953-b508-43e0-b872-12ea9bb0f077 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5883 | 2024.04.10 17:14:26.826520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5884 | 2024.04.10 17:14:26.826647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5885 | 2024.04.10 17:14:26.826673 [ 3 ] {} <Debug> HTTP-Session: 0b28a4b9-de3e-4c97-982d-d85da4cf586b Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5886 | 2024.04.10 17:14:26.826700 [ 3 ] {} <Debug> HTTP-Session: 0b28a4b9-de3e-4c97-982d-d85da4cf586b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5887 | 2024.04.10 17:14:26.826714 [ 3 ] {} <Debug> HTTP-Session: 0b28a4b9-de3e-4c97-982d-d85da4cf586b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5888 | 2024.04.10 17:14:26.826764 [ 3 ] {} <Trace> HTTP-Session: 0b28a4b9-de3e-4c97-982d-d85da4cf586b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5889 | 2024.04.10 17:14:26.826887 [ 3 ] {8eb1cec1-5be6-49e5-91a3-cbc7f290f5fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5890 | 2024.04.10 17:14:26.826951 [ 3 ] {8eb1cec1-5be6-49e5-91a3-cbc7f290f5fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5891 | 2024.04.10 17:14:26.827141 [ 3 ] {8eb1cec1-5be6-49e5-91a3-cbc7f290f5fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5892 | 2024.04.10 17:14:26.827577 [ 3 ] {8eb1cec1-5be6-49e5-91a3-cbc7f290f5fd} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5893 | 2024.04.10 17:14:26.827631 [ 3 ] {8eb1cec1-5be6-49e5-91a3-cbc7f290f5fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5894 | 2024.04.10 17:14:26.828017 [ 3 ] {8eb1cec1-5be6-49e5-91a3-cbc7f290f5fd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5895 | 2024.04.10 17:14:26.828362 [ 3 ] {8eb1cec1-5be6-49e5-91a3-cbc7f290f5fd} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5896 | 2024.04.10 17:14:26.828545 [ 3 ] {8eb1cec1-5be6-49e5-91a3-cbc7f290f5fd} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001708 sec., 12295.081967213115 rows/sec., 996.57 KiB/sec. | ||
5897 | 2024.04.10 17:14:26.828823 [ 3 ] {8eb1cec1-5be6-49e5-91a3-cbc7f290f5fd} <Debug> DynamicQueryHandler: Done processing query | ||
5898 | 2024.04.10 17:14:26.828857 [ 3 ] {8eb1cec1-5be6-49e5-91a3-cbc7f290f5fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5899 | 2024.04.10 17:14:26.828874 [ 3 ] {} <Debug> HTTP-Session: 0b28a4b9-de3e-4c97-982d-d85da4cf586b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5900 | 2024.04.10 17:14:26.829020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5901 | 2024.04.10 17:14:26.829081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5902 | 2024.04.10 17:14:26.829101 [ 3 ] {} <Debug> HTTP-Session: 5b59a000-d903-4dfe-aee5-17698e331971 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5903 | 2024.04.10 17:14:26.829121 [ 3 ] {} <Debug> HTTP-Session: 5b59a000-d903-4dfe-aee5-17698e331971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5904 | 2024.04.10 17:14:26.829137 [ 3 ] {} <Debug> HTTP-Session: 5b59a000-d903-4dfe-aee5-17698e331971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5905 | 2024.04.10 17:14:26.829173 [ 3 ] {} <Trace> HTTP-Session: 5b59a000-d903-4dfe-aee5-17698e331971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5906 | 2024.04.10 17:14:26.829282 [ 3 ] {7d72757d-3f61-476a-baf1-37193bf22119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5907 | 2024.04.10 17:14:26.829327 [ 3 ] {7d72757d-3f61-476a-baf1-37193bf22119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5908 | 2024.04.10 17:14:26.829481 [ 3 ] {7d72757d-3f61-476a-baf1-37193bf22119} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5909 | 2024.04.10 17:14:26.829851 [ 3 ] {7d72757d-3f61-476a-baf1-37193bf22119} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5910 | 2024.04.10 17:14:26.829891 [ 3 ] {7d72757d-3f61-476a-baf1-37193bf22119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5911 | 2024.04.10 17:14:26.830219 [ 3 ] {7d72757d-3f61-476a-baf1-37193bf22119} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5912 | 2024.04.10 17:14:26.830530 [ 3 ] {7d72757d-3f61-476a-baf1-37193bf22119} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5913 | 2024.04.10 17:14:26.830691 [ 3 ] {7d72757d-3f61-476a-baf1-37193bf22119} <Debug> executeQuery: Read 119 rows, 10.06 KiB in 0.001462 sec., 81395.3488372093 rows/sec., 6.72 MiB/sec. | ||
5914 | 2024.04.10 17:14:26.830819 [ 3 ] {7d72757d-3f61-476a-baf1-37193bf22119} <Debug> DynamicQueryHandler: Done processing query | ||
5915 | 2024.04.10 17:14:26.830845 [ 3 ] {7d72757d-3f61-476a-baf1-37193bf22119} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
5916 | 2024.04.10 17:14:26.830861 [ 3 ] {} <Debug> HTTP-Session: 5b59a000-d903-4dfe-aee5-17698e331971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5917 | 2024.04.10 17:14:26.830981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5918 | 2024.04.10 17:14:26.831032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5919 | 2024.04.10 17:14:26.831051 [ 3 ] {} <Debug> HTTP-Session: fe1bf70f-9915-4bd0-a891-f0c094796fd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5920 | 2024.04.10 17:14:26.831068 [ 3 ] {} <Debug> HTTP-Session: fe1bf70f-9915-4bd0-a891-f0c094796fd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5921 | 2024.04.10 17:14:26.831083 [ 3 ] {} <Debug> HTTP-Session: fe1bf70f-9915-4bd0-a891-f0c094796fd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5922 | 2024.04.10 17:14:26.831115 [ 3 ] {} <Trace> HTTP-Session: fe1bf70f-9915-4bd0-a891-f0c094796fd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5923 | 2024.04.10 17:14:26.831206 [ 3 ] {108b74ac-1096-4eaf-95c4-3c776688ea7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5924 | 2024.04.10 17:14:26.831247 [ 3 ] {108b74ac-1096-4eaf-95c4-3c776688ea7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5925 | 2024.04.10 17:14:26.831375 [ 3 ] {108b74ac-1096-4eaf-95c4-3c776688ea7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5926 | 2024.04.10 17:14:26.831706 [ 3 ] {108b74ac-1096-4eaf-95c4-3c776688ea7f} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5927 | 2024.04.10 17:14:26.831744 [ 3 ] {108b74ac-1096-4eaf-95c4-3c776688ea7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5928 | 2024.04.10 17:14:26.832051 [ 3 ] {108b74ac-1096-4eaf-95c4-3c776688ea7f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5929 | 2024.04.10 17:14:26.832361 [ 3 ] {108b74ac-1096-4eaf-95c4-3c776688ea7f} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5930 | 2024.04.10 17:14:26.832501 [ 3 ] {108b74ac-1096-4eaf-95c4-3c776688ea7f} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001337 sec., 63575.16828721017 rows/sec., 4.96 MiB/sec. | ||
5931 | 2024.04.10 17:14:26.832632 [ 3 ] {108b74ac-1096-4eaf-95c4-3c776688ea7f} <Debug> DynamicQueryHandler: Done processing query | ||
5932 | 2024.04.10 17:14:26.832657 [ 3 ] {108b74ac-1096-4eaf-95c4-3c776688ea7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5933 | 2024.04.10 17:14:26.832673 [ 3 ] {} <Debug> HTTP-Session: fe1bf70f-9915-4bd0-a891-f0c094796fd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5934 | 2024.04.10 17:14:26.832845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5935 | 2024.04.10 17:14:26.832894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5936 | 2024.04.10 17:14:26.832913 [ 3 ] {} <Debug> HTTP-Session: e29728cc-091f-41b0-8c47-cf90404be076 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5937 | 2024.04.10 17:14:26.832931 [ 3 ] {} <Debug> HTTP-Session: e29728cc-091f-41b0-8c47-cf90404be076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5938 | 2024.04.10 17:14:26.832946 [ 3 ] {} <Debug> HTTP-Session: e29728cc-091f-41b0-8c47-cf90404be076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5939 | 2024.04.10 17:14:26.832976 [ 3 ] {} <Trace> HTTP-Session: e29728cc-091f-41b0-8c47-cf90404be076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5940 | 2024.04.10 17:14:26.833090 [ 3 ] {f891a861-9eed-4a5d-9400-c690763fd6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5941 | 2024.04.10 17:14:26.833135 [ 3 ] {f891a861-9eed-4a5d-9400-c690763fd6c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5942 | 2024.04.10 17:14:26.833281 [ 3 ] {f891a861-9eed-4a5d-9400-c690763fd6c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5943 | 2024.04.10 17:14:26.833663 [ 3 ] {f891a861-9eed-4a5d-9400-c690763fd6c3} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5944 | 2024.04.10 17:14:26.833699 [ 3 ] {f891a861-9eed-4a5d-9400-c690763fd6c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5945 | 2024.04.10 17:14:26.834066 [ 3 ] {f891a861-9eed-4a5d-9400-c690763fd6c3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5946 | 2024.04.10 17:14:26.834393 [ 3 ] {f891a861-9eed-4a5d-9400-c690763fd6c3} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5947 | 2024.04.10 17:14:26.834611 [ 3 ] {f891a861-9eed-4a5d-9400-c690763fd6c3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
5948 | 2024.04.10 17:14:26.834743 [ 3 ] {f891a861-9eed-4a5d-9400-c690763fd6c3} <Debug> DynamicQueryHandler: Done processing query | ||
5949 | 2024.04.10 17:14:26.834767 [ 3 ] {f891a861-9eed-4a5d-9400-c690763fd6c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
5950 | 2024.04.10 17:14:26.834783 [ 3 ] {} <Debug> HTTP-Session: e29728cc-091f-41b0-8c47-cf90404be076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5951 | 2024.04.10 17:14:26.834902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5952 | 2024.04.10 17:14:26.834951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5953 | 2024.04.10 17:14:26.834971 [ 3 ] {} <Debug> HTTP-Session: 2bdc3284-b0e6-47a4-9ec4-cd2f471c60e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5954 | 2024.04.10 17:14:26.834988 [ 3 ] {} <Debug> HTTP-Session: 2bdc3284-b0e6-47a4-9ec4-cd2f471c60e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5955 | 2024.04.10 17:14:26.835003 [ 3 ] {} <Debug> HTTP-Session: 2bdc3284-b0e6-47a4-9ec4-cd2f471c60e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5956 | 2024.04.10 17:14:26.835033 [ 3 ] {} <Trace> HTTP-Session: 2bdc3284-b0e6-47a4-9ec4-cd2f471c60e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5957 | 2024.04.10 17:14:26.835206 [ 3 ] {51f35adf-3247-45e9-9dba-bb7dd5746632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5958 | 2024.04.10 17:14:26.835251 [ 3 ] {51f35adf-3247-45e9-9dba-bb7dd5746632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5959 | 2024.04.10 17:14:26.835411 [ 3 ] {51f35adf-3247-45e9-9dba-bb7dd5746632} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5960 | 2024.04.10 17:14:26.835799 [ 3 ] {51f35adf-3247-45e9-9dba-bb7dd5746632} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5961 | 2024.04.10 17:14:26.835837 [ 3 ] {51f35adf-3247-45e9-9dba-bb7dd5746632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5962 | 2024.04.10 17:14:26.836248 [ 3 ] {51f35adf-3247-45e9-9dba-bb7dd5746632} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5963 | 2024.04.10 17:14:26.836597 [ 3 ] {51f35adf-3247-45e9-9dba-bb7dd5746632} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5964 | 2024.04.10 17:14:26.836767 [ 3 ] {51f35adf-3247-45e9-9dba-bb7dd5746632} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001678 sec., 12514.898688915375 rows/sec., 16.89 MiB/sec. | ||
5965 | 2024.04.10 17:14:26.837005 [ 3 ] {51f35adf-3247-45e9-9dba-bb7dd5746632} <Debug> DynamicQueryHandler: Done processing query | ||
5966 | 2024.04.10 17:14:26.837059 [ 3 ] {51f35adf-3247-45e9-9dba-bb7dd5746632} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5967 | 2024.04.10 17:14:26.837099 [ 3 ] {} <Debug> HTTP-Session: 2bdc3284-b0e6-47a4-9ec4-cd2f471c60e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5968 | 2024.04.10 17:14:26.837233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5969 | 2024.04.10 17:14:26.837284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5970 | 2024.04.10 17:14:26.837303 [ 3 ] {} <Debug> HTTP-Session: f22fdeee-d01f-424d-9020-4617d20b398c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5971 | 2024.04.10 17:14:26.837320 [ 3 ] {} <Debug> HTTP-Session: f22fdeee-d01f-424d-9020-4617d20b398c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5972 | 2024.04.10 17:14:26.837334 [ 3 ] {} <Debug> HTTP-Session: f22fdeee-d01f-424d-9020-4617d20b398c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5973 | 2024.04.10 17:14:26.837364 [ 3 ] {} <Trace> HTTP-Session: f22fdeee-d01f-424d-9020-4617d20b398c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5974 | 2024.04.10 17:14:26.837459 [ 3 ] {5179235c-aea6-4c4a-aa82-0b577454d115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5975 | 2024.04.10 17:14:26.837503 [ 3 ] {5179235c-aea6-4c4a-aa82-0b577454d115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5976 | 2024.04.10 17:14:26.837651 [ 3 ] {5179235c-aea6-4c4a-aa82-0b577454d115} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5977 | 2024.04.10 17:14:26.838001 [ 3 ] {5179235c-aea6-4c4a-aa82-0b577454d115} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5978 | 2024.04.10 17:14:26.838039 [ 3 ] {5179235c-aea6-4c4a-aa82-0b577454d115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5979 | 2024.04.10 17:14:26.838396 [ 3 ] {5179235c-aea6-4c4a-aa82-0b577454d115} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5980 | 2024.04.10 17:14:26.838723 [ 3 ] {5179235c-aea6-4c4a-aa82-0b577454d115} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5981 | 2024.04.10 17:14:26.838877 [ 3 ] {5179235c-aea6-4c4a-aa82-0b577454d115} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. | ||
5982 | 2024.04.10 17:14:26.839005 [ 3 ] {5179235c-aea6-4c4a-aa82-0b577454d115} <Debug> DynamicQueryHandler: Done processing query | ||
5983 | 2024.04.10 17:14:26.839029 [ 3 ] {5179235c-aea6-4c4a-aa82-0b577454d115} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5984 | 2024.04.10 17:14:26.839045 [ 3 ] {} <Debug> HTTP-Session: f22fdeee-d01f-424d-9020-4617d20b398c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5985 | 2024.04.10 17:14:29.391443 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5986 | 2024.04.10 17:14:29.391500 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5987 | 2024.04.10 17:14:31.826336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5988 | 2024.04.10 17:14:31.826465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5989 | 2024.04.10 17:14:31.826490 [ 3 ] {} <Debug> HTTP-Session: ed0eecad-5885-488c-a012-7eb31cecaf38 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
5990 | 2024.04.10 17:14:31.826516 [ 3 ] {} <Debug> HTTP-Session: ed0eecad-5885-488c-a012-7eb31cecaf38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5991 | 2024.04.10 17:14:31.826532 [ 3 ] {} <Debug> HTTP-Session: ed0eecad-5885-488c-a012-7eb31cecaf38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5992 | 2024.04.10 17:14:31.826581 [ 3 ] {} <Trace> HTTP-Session: ed0eecad-5885-488c-a012-7eb31cecaf38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5993 | 2024.04.10 17:14:31.826698 [ 3 ] {b316ff53-0262-4471-a742-34dc9d409150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5994 | 2024.04.10 17:14:31.826762 [ 3 ] {b316ff53-0262-4471-a742-34dc9d409150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5995 | 2024.04.10 17:14:31.826952 [ 3 ] {b316ff53-0262-4471-a742-34dc9d409150} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5996 | 2024.04.10 17:14:31.827394 [ 3 ] {b316ff53-0262-4471-a742-34dc9d409150} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5997 | 2024.04.10 17:14:31.827442 [ 3 ] {b316ff53-0262-4471-a742-34dc9d409150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
5998 | 2024.04.10 17:14:31.827834 [ 3 ] {b316ff53-0262-4471-a742-34dc9d409150} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5999 | 2024.04.10 17:14:31.828182 [ 3 ] {b316ff53-0262-4471-a742-34dc9d409150} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6000 | 2024.04.10 17:14:31.828340 [ 3 ] {b316ff53-0262-4471-a742-34dc9d409150} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001688 sec., 6516.587677725119 rows/sec., 528.20 KiB/sec. | ||
6001 | 2024.04.10 17:14:31.828557 [ 3 ] {b316ff53-0262-4471-a742-34dc9d409150} <Debug> DynamicQueryHandler: Done processing query | ||
6002 | 2024.04.10 17:14:31.828590 [ 3 ] {b316ff53-0262-4471-a742-34dc9d409150} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6003 | 2024.04.10 17:14:31.828644 [ 3 ] {} <Debug> HTTP-Session: ed0eecad-5885-488c-a012-7eb31cecaf38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6004 | 2024.04.10 17:14:31.828834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6005 | 2024.04.10 17:14:31.828886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6006 | 2024.04.10 17:14:31.828906 [ 3 ] {} <Debug> HTTP-Session: a4e2402c-c02c-4c9b-9860-b6b89522ba76 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6007 | 2024.04.10 17:14:31.828923 [ 3 ] {} <Debug> HTTP-Session: a4e2402c-c02c-4c9b-9860-b6b89522ba76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6008 | 2024.04.10 17:14:31.828938 [ 3 ] {} <Debug> HTTP-Session: a4e2402c-c02c-4c9b-9860-b6b89522ba76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6009 | 2024.04.10 17:14:31.828969 [ 3 ] {} <Trace> HTTP-Session: a4e2402c-c02c-4c9b-9860-b6b89522ba76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6010 | 2024.04.10 17:14:31.829062 [ 3 ] {1839716d-e46b-4479-ad91-5c2294975e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6011 | 2024.04.10 17:14:31.829103 [ 3 ] {1839716d-e46b-4479-ad91-5c2294975e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6012 | 2024.04.10 17:14:31.829251 [ 3 ] {1839716d-e46b-4479-ad91-5c2294975e11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6013 | 2024.04.10 17:14:31.829618 [ 3 ] {1839716d-e46b-4479-ad91-5c2294975e11} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6014 | 2024.04.10 17:14:31.829656 [ 3 ] {1839716d-e46b-4479-ad91-5c2294975e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6015 | 2024.04.10 17:14:31.829974 [ 3 ] {1839716d-e46b-4479-ad91-5c2294975e11} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6016 | 2024.04.10 17:14:31.830282 [ 3 ] {1839716d-e46b-4479-ad91-5c2294975e11} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6017 | 2024.04.10 17:14:31.830434 [ 3 ] {1839716d-e46b-4479-ad91-5c2294975e11} <Debug> executeQuery: Read 89 rows, 7.48 KiB in 0.001412 sec., 63031.161473087814 rows/sec., 5.17 MiB/sec. | ||
6018 | 2024.04.10 17:14:31.830556 [ 3 ] {1839716d-e46b-4479-ad91-5c2294975e11} <Debug> DynamicQueryHandler: Done processing query | ||
6019 | 2024.04.10 17:14:31.830581 [ 3 ] {1839716d-e46b-4479-ad91-5c2294975e11} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6020 | 2024.04.10 17:14:31.830597 [ 3 ] {} <Debug> HTTP-Session: a4e2402c-c02c-4c9b-9860-b6b89522ba76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6021 | 2024.04.10 17:14:31.830732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6022 | 2024.04.10 17:14:31.830780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6023 | 2024.04.10 17:14:31.830799 [ 3 ] {} <Debug> HTTP-Session: 79d4b0ef-9549-44ba-b5f1-b0190405ef9a Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6024 | 2024.04.10 17:14:31.830816 [ 3 ] {} <Debug> HTTP-Session: 79d4b0ef-9549-44ba-b5f1-b0190405ef9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6025 | 2024.04.10 17:14:31.830829 [ 3 ] {} <Debug> HTTP-Session: 79d4b0ef-9549-44ba-b5f1-b0190405ef9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6026 | 2024.04.10 17:14:31.830859 [ 3 ] {} <Trace> HTTP-Session: 79d4b0ef-9549-44ba-b5f1-b0190405ef9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6027 | 2024.04.10 17:14:31.830949 [ 3 ] {53764d1f-b461-47d5-befa-2945ea66ba36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6028 | 2024.04.10 17:14:31.830989 [ 3 ] {53764d1f-b461-47d5-befa-2945ea66ba36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6029 | 2024.04.10 17:14:31.831116 [ 3 ] {53764d1f-b461-47d5-befa-2945ea66ba36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6030 | 2024.04.10 17:14:31.831444 [ 3 ] {53764d1f-b461-47d5-befa-2945ea66ba36} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6031 | 2024.04.10 17:14:31.831483 [ 3 ] {53764d1f-b461-47d5-befa-2945ea66ba36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6032 | 2024.04.10 17:14:31.831789 [ 3 ] {53764d1f-b461-47d5-befa-2945ea66ba36} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6033 | 2024.04.10 17:14:31.832094 [ 3 ] {53764d1f-b461-47d5-befa-2945ea66ba36} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6034 | 2024.04.10 17:14:31.832249 [ 3 ] {53764d1f-b461-47d5-befa-2945ea66ba36} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001338 sec., 56053.81165919283 rows/sec., 4.38 MiB/sec. | ||
6035 | 2024.04.10 17:14:31.832373 [ 3 ] {53764d1f-b461-47d5-befa-2945ea66ba36} <Debug> DynamicQueryHandler: Done processing query | ||
6036 | 2024.04.10 17:14:31.832397 [ 3 ] {53764d1f-b461-47d5-befa-2945ea66ba36} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6037 | 2024.04.10 17:14:31.832413 [ 3 ] {} <Debug> HTTP-Session: 79d4b0ef-9549-44ba-b5f1-b0190405ef9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6038 | 2024.04.10 17:14:31.832563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6039 | 2024.04.10 17:14:31.832610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6040 | 2024.04.10 17:14:31.832630 [ 3 ] {} <Debug> HTTP-Session: bc50e56d-9f36-4dac-acff-83857a7df07a Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6041 | 2024.04.10 17:14:31.832647 [ 3 ] {} <Debug> HTTP-Session: bc50e56d-9f36-4dac-acff-83857a7df07a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6042 | 2024.04.10 17:14:31.832660 [ 3 ] {} <Debug> HTTP-Session: bc50e56d-9f36-4dac-acff-83857a7df07a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6043 | 2024.04.10 17:14:31.832690 [ 3 ] {} <Trace> HTTP-Session: bc50e56d-9f36-4dac-acff-83857a7df07a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6044 | 2024.04.10 17:14:31.832799 [ 3 ] {9c49d062-b1b1-4e10-9a37-141570d6d9fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6045 | 2024.04.10 17:14:31.832843 [ 3 ] {9c49d062-b1b1-4e10-9a37-141570d6d9fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6046 | 2024.04.10 17:14:31.832987 [ 3 ] {9c49d062-b1b1-4e10-9a37-141570d6d9fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6047 | 2024.04.10 17:14:31.833365 [ 3 ] {9c49d062-b1b1-4e10-9a37-141570d6d9fe} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6048 | 2024.04.10 17:14:31.833403 [ 3 ] {9c49d062-b1b1-4e10-9a37-141570d6d9fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6049 | 2024.04.10 17:14:31.833796 [ 3 ] {9c49d062-b1b1-4e10-9a37-141570d6d9fe} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6050 | 2024.04.10 17:14:31.834142 [ 3 ] {9c49d062-b1b1-4e10-9a37-141570d6d9fe} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6051 | 2024.04.10 17:14:31.834309 [ 3 ] {9c49d062-b1b1-4e10-9a37-141570d6d9fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001568 sec., 102040.81632653062 rows/sec., 7.11 MiB/sec. | ||
6052 | 2024.04.10 17:14:31.834308 [ 152 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6053 | 2024.04.10 17:14:31.834421 [ 152 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6054 | 2024.04.10 17:14:31.834467 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6055 | 2024.04.10 17:14:31.834495 [ 3 ] {9c49d062-b1b1-4e10-9a37-141570d6d9fe} <Debug> DynamicQueryHandler: Done processing query | ||
6056 | 2024.04.10 17:14:31.834539 [ 3 ] {9c49d062-b1b1-4e10-9a37-141570d6d9fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
6057 | 2024.04.10 17:14:31.834590 [ 3 ] {} <Debug> HTTP-Session: bc50e56d-9f36-4dac-acff-83857a7df07a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6058 | 2024.04.10 17:14:31.834703 [ 190 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
6059 | 2024.04.10 17:14:31.834796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6060 | 2024.04.10 17:14:31.834903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6061 | 2024.04.10 17:14:31.834958 [ 3 ] {} <Debug> HTTP-Session: 826a4a36-65bf-4069-b64f-0f3d1aec26e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6062 | 2024.04.10 17:14:31.835001 [ 3 ] {} <Debug> HTTP-Session: 826a4a36-65bf-4069-b64f-0f3d1aec26e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6063 | 2024.04.10 17:14:31.835044 [ 3 ] {} <Debug> HTTP-Session: 826a4a36-65bf-4069-b64f-0f3d1aec26e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6064 | 2024.04.10 17:14:31.835084 [ 190 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6065 | 2024.04.10 17:14:31.835110 [ 3 ] {} <Trace> HTTP-Session: 826a4a36-65bf-4069-b64f-0f3d1aec26e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6066 | 2024.04.10 17:14:31.835147 [ 190 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 6062 rows starting from the beginning of the part | ||
6067 | 2024.04.10 17:14:31.835307 [ 190 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 201 rows starting from the beginning of the part | ||
6068 | 2024.04.10 17:14:31.835398 [ 3 ] {f05d9afb-ce92-439a-ab12-d7e6897450b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6069 | 2024.04.10 17:14:31.835603 [ 3 ] {f05d9afb-ce92-439a-ab12-d7e6897450b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6070 | 2024.04.10 17:14:31.835684 [ 190 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
6071 | 2024.04.10 17:14:31.836185 [ 190 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
6072 | 2024.04.10 17:14:31.836625 [ 190 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
6073 | 2024.04.10 17:14:31.836959 [ 3 ] {f05d9afb-ce92-439a-ab12-d7e6897450b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6074 | 2024.04.10 17:14:31.836975 [ 190 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
6075 | 2024.04.10 17:14:31.837886 [ 3 ] {f05d9afb-ce92-439a-ab12-d7e6897450b1} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6076 | 2024.04.10 17:14:31.837966 [ 3 ] {f05d9afb-ce92-439a-ab12-d7e6897450b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6077 | 2024.04.10 17:14:31.838776 [ 3 ] {f05d9afb-ce92-439a-ab12-d7e6897450b1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6078 | 2024.04.10 17:14:31.839789 [ 3 ] {f05d9afb-ce92-439a-ab12-d7e6897450b1} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6079 | 2024.04.10 17:14:31.840075 [ 3 ] {f05d9afb-ce92-439a-ab12-d7e6897450b1} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.004874 sec., 2256.873204759951 rows/sec., 3.05 MiB/sec. | ||
6080 | 2024.04.10 17:14:31.840330 [ 3 ] {f05d9afb-ce92-439a-ab12-d7e6897450b1} <Debug> DynamicQueryHandler: Done processing query | ||
6081 | 2024.04.10 17:14:31.840355 [ 3 ] {f05d9afb-ce92-439a-ab12-d7e6897450b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6082 | 2024.04.10 17:14:31.840373 [ 3 ] {} <Debug> HTTP-Session: 826a4a36-65bf-4069-b64f-0f3d1aec26e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6083 | 2024.04.10 17:14:31.840553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6084 | 2024.04.10 17:14:31.840633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6085 | 2024.04.10 17:14:31.840656 [ 3 ] {} <Debug> HTTP-Session: 9f364884-71f9-48f4-8625-df836f68a26c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6086 | 2024.04.10 17:14:31.840678 [ 3 ] {} <Debug> HTTP-Session: 9f364884-71f9-48f4-8625-df836f68a26c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6087 | 2024.04.10 17:14:31.840695 [ 3 ] {} <Debug> HTTP-Session: 9f364884-71f9-48f4-8625-df836f68a26c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6088 | 2024.04.10 17:14:31.840734 [ 3 ] {} <Trace> HTTP-Session: 9f364884-71f9-48f4-8625-df836f68a26c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6089 | 2024.04.10 17:14:31.840840 [ 3 ] {60c888a0-84f9-455d-b8a5-47c24da1a14c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6090 | 2024.04.10 17:14:31.840883 [ 3 ] {60c888a0-84f9-455d-b8a5-47c24da1a14c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6091 | 2024.04.10 17:14:31.841379 [ 190 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6903 rows, containing 5 columns (5 merged, 0 gathered) in 0.006815588 sec., 1012825.305754984 rows/sec., 70.60 MiB/sec. | ||
6092 | 2024.04.10 17:14:31.841460 [ 3 ] {60c888a0-84f9-455d-b8a5-47c24da1a14c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6093 | 2024.04.10 17:14:31.841825 [ 3 ] {60c888a0-84f9-455d-b8a5-47c24da1a14c} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6094 | 2024.04.10 17:14:31.841870 [ 3 ] {60c888a0-84f9-455d-b8a5-47c24da1a14c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6095 | 2024.04.10 17:14:31.841896 [ 186 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6096 | 2024.04.10 17:14:31.842852 [ 3 ] {60c888a0-84f9-455d-b8a5-47c24da1a14c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6097 | 2024.04.10 17:14:31.842923 [ 186 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6098 | 2024.04.10 17:14:31.843084 [ 186 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6099 | 2024.04.10 17:14:31.843298 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
6100 | 2024.04.10 17:14:31.843482 [ 3 ] {60c888a0-84f9-455d-b8a5-47c24da1a14c} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6101 | 2024.04.10 17:14:31.843656 [ 151 ] {} <Debug> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6102 | 2024.04.10 17:14:31.843660 [ 3 ] {60c888a0-84f9-455d-b8a5-47c24da1a14c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002872 sec., 20891.364902506964 rows/sec., 1.41 MiB/sec. | ||
6103 | 2024.04.10 17:14:31.843747 [ 151 ] {} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6104 | 2024.04.10 17:14:31.843825 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6105 | 2024.04.10 17:14:31.843971 [ 3 ] {60c888a0-84f9-455d-b8a5-47c24da1a14c} <Debug> DynamicQueryHandler: Done processing query | ||
6106 | 2024.04.10 17:14:31.844055 [ 3 ] {60c888a0-84f9-455d-b8a5-47c24da1a14c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6107 | 2024.04.10 17:14:31.844156 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
6108 | 2024.04.10 17:14:31.844180 [ 3 ] {} <Debug> HTTP-Session: 9f364884-71f9-48f4-8625-df836f68a26c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6109 | 2024.04.10 17:14:31.844470 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6110 | 2024.04.10 17:14:31.844527 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2120 rows starting from the beginning of the part | ||
6111 | 2024.04.10 17:14:31.844610 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
6112 | 2024.04.10 17:14:31.844797 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
6113 | 2024.04.10 17:14:31.844997 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
6114 | 2024.04.10 17:14:31.845121 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
6115 | 2024.04.10 17:14:31.845346 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
6116 | 2024.04.10 17:14:31.846621 [ 192 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 4 columns (4 merged, 0 gathered) in 0.002683414 sec., 901836.2429353056 rows/sec., 60.78 MiB/sec. | ||
6117 | 2024.04.10 17:14:31.846877 [ 193 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6118 | 2024.04.10 17:14:31.847327 [ 193 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_41_8} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6119 | 2024.04.10 17:14:31.847415 [ 193 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_41_8} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6120 | 2024.04.10 17:14:31.847515 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
6121 | 2024.04.10 17:14:36.826219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6122 | 2024.04.10 17:14:36.826362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6123 | 2024.04.10 17:14:36.826394 [ 3 ] {} <Debug> HTTP-Session: 09d2bb3e-4a02-488c-941d-1664ae27721a Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6124 | 2024.04.10 17:14:36.826424 [ 3 ] {} <Debug> HTTP-Session: 09d2bb3e-4a02-488c-941d-1664ae27721a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6125 | 2024.04.10 17:14:36.826444 [ 3 ] {} <Debug> HTTP-Session: 09d2bb3e-4a02-488c-941d-1664ae27721a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6126 | 2024.04.10 17:14:36.826505 [ 3 ] {} <Trace> HTTP-Session: 09d2bb3e-4a02-488c-941d-1664ae27721a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6127 | 2024.04.10 17:14:36.826644 [ 3 ] {07585757-4f7f-4952-963f-12860de699f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6128 | 2024.04.10 17:14:36.826715 [ 3 ] {07585757-4f7f-4952-963f-12860de699f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6129 | 2024.04.10 17:14:36.826912 [ 3 ] {07585757-4f7f-4952-963f-12860de699f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6130 | 2024.04.10 17:14:36.827421 [ 3 ] {07585757-4f7f-4952-963f-12860de699f6} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6131 | 2024.04.10 17:14:36.827475 [ 3 ] {07585757-4f7f-4952-963f-12860de699f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6132 | 2024.04.10 17:14:36.827875 [ 3 ] {07585757-4f7f-4952-963f-12860de699f6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6133 | 2024.04.10 17:14:36.828227 [ 3 ] {07585757-4f7f-4952-963f-12860de699f6} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6134 | 2024.04.10 17:14:36.828406 [ 3 ] {07585757-4f7f-4952-963f-12860de699f6} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.00182 sec., 11538.461538461539 rows/sec., 935.25 KiB/sec. | ||
6135 | 2024.04.10 17:14:36.828572 [ 3 ] {07585757-4f7f-4952-963f-12860de699f6} <Debug> DynamicQueryHandler: Done processing query | ||
6136 | 2024.04.10 17:14:36.828599 [ 3 ] {07585757-4f7f-4952-963f-12860de699f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6137 | 2024.04.10 17:14:36.828616 [ 3 ] {} <Debug> HTTP-Session: 09d2bb3e-4a02-488c-941d-1664ae27721a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6138 | 2024.04.10 17:14:36.828814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6139 | 2024.04.10 17:14:36.828874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6140 | 2024.04.10 17:14:36.828896 [ 3 ] {} <Debug> HTTP-Session: 312d551d-b4f2-4a50-9db8-f0ae6016f089 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6141 | 2024.04.10 17:14:36.828914 [ 3 ] {} <Debug> HTTP-Session: 312d551d-b4f2-4a50-9db8-f0ae6016f089 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6142 | 2024.04.10 17:14:36.828930 [ 3 ] {} <Debug> HTTP-Session: 312d551d-b4f2-4a50-9db8-f0ae6016f089 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6143 | 2024.04.10 17:14:36.828968 [ 3 ] {} <Trace> HTTP-Session: 312d551d-b4f2-4a50-9db8-f0ae6016f089 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6144 | 2024.04.10 17:14:36.829075 [ 3 ] {30f274cd-1502-44ff-bb17-2b575212f18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6145 | 2024.04.10 17:14:36.829120 [ 3 ] {30f274cd-1502-44ff-bb17-2b575212f18c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6146 | 2024.04.10 17:14:36.829254 [ 3 ] {30f274cd-1502-44ff-bb17-2b575212f18c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6147 | 2024.04.10 17:14:36.829736 [ 3 ] {30f274cd-1502-44ff-bb17-2b575212f18c} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6148 | 2024.04.10 17:14:36.829776 [ 3 ] {30f274cd-1502-44ff-bb17-2b575212f18c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6149 | 2024.04.10 17:14:36.830116 [ 3 ] {30f274cd-1502-44ff-bb17-2b575212f18c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6150 | 2024.04.10 17:14:36.830428 [ 3 ] {30f274cd-1502-44ff-bb17-2b575212f18c} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6151 | 2024.04.10 17:14:36.830591 [ 3 ] {30f274cd-1502-44ff-bb17-2b575212f18c} <Debug> executeQuery: Read 119 rows, 10.06 KiB in 0.001563 sec., 76135.63659628919 rows/sec., 6.29 MiB/sec. | ||
6152 | 2024.04.10 17:14:36.830803 [ 3 ] {30f274cd-1502-44ff-bb17-2b575212f18c} <Debug> DynamicQueryHandler: Done processing query | ||
6153 | 2024.04.10 17:14:36.830856 [ 3 ] {30f274cd-1502-44ff-bb17-2b575212f18c} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
6154 | 2024.04.10 17:14:36.830916 [ 3 ] {} <Debug> HTTP-Session: 312d551d-b4f2-4a50-9db8-f0ae6016f089 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6155 | 2024.04.10 17:14:36.831156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6156 | 2024.04.10 17:14:36.831209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6157 | 2024.04.10 17:14:36.831230 [ 3 ] {} <Debug> HTTP-Session: ead5d096-c7a1-4576-b999-99a805b3083c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6158 | 2024.04.10 17:14:36.831249 [ 3 ] {} <Debug> HTTP-Session: ead5d096-c7a1-4576-b999-99a805b3083c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6159 | 2024.04.10 17:14:36.831265 [ 3 ] {} <Debug> HTTP-Session: ead5d096-c7a1-4576-b999-99a805b3083c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6160 | 2024.04.10 17:14:36.831298 [ 3 ] {} <Trace> HTTP-Session: ead5d096-c7a1-4576-b999-99a805b3083c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6161 | 2024.04.10 17:14:36.831394 [ 3 ] {2bd4064b-4910-4734-af4e-18c6dfa985ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6162 | 2024.04.10 17:14:36.831437 [ 3 ] {2bd4064b-4910-4734-af4e-18c6dfa985ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6163 | 2024.04.10 17:14:36.831591 [ 3 ] {2bd4064b-4910-4734-af4e-18c6dfa985ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6164 | 2024.04.10 17:14:36.831944 [ 3 ] {2bd4064b-4910-4734-af4e-18c6dfa985ab} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6165 | 2024.04.10 17:14:36.831984 [ 3 ] {2bd4064b-4910-4734-af4e-18c6dfa985ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6166 | 2024.04.10 17:14:36.832299 [ 3 ] {2bd4064b-4910-4734-af4e-18c6dfa985ab} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6167 | 2024.04.10 17:14:36.832611 [ 3 ] {2bd4064b-4910-4734-af4e-18c6dfa985ab} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6168 | 2024.04.10 17:14:36.832771 [ 3 ] {2bd4064b-4910-4734-af4e-18c6dfa985ab} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001415 sec., 60070.67137809187 rows/sec., 4.69 MiB/sec. | ||
6169 | 2024.04.10 17:14:36.832971 [ 3 ] {2bd4064b-4910-4734-af4e-18c6dfa985ab} <Debug> DynamicQueryHandler: Done processing query | ||
6170 | 2024.04.10 17:14:36.833033 [ 3 ] {2bd4064b-4910-4734-af4e-18c6dfa985ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6171 | 2024.04.10 17:14:36.833095 [ 3 ] {} <Debug> HTTP-Session: ead5d096-c7a1-4576-b999-99a805b3083c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6172 | 2024.04.10 17:14:36.833347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6173 | 2024.04.10 17:14:36.833399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6174 | 2024.04.10 17:14:36.833420 [ 3 ] {} <Debug> HTTP-Session: 3504943c-82c5-4007-90b0-1753666733e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6175 | 2024.04.10 17:14:36.833440 [ 3 ] {} <Debug> HTTP-Session: 3504943c-82c5-4007-90b0-1753666733e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6176 | 2024.04.10 17:14:36.833455 [ 3 ] {} <Debug> HTTP-Session: 3504943c-82c5-4007-90b0-1753666733e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6177 | 2024.04.10 17:14:36.833487 [ 3 ] {} <Trace> HTTP-Session: 3504943c-82c5-4007-90b0-1753666733e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6178 | 2024.04.10 17:14:36.833617 [ 3 ] {dedf4661-0e63-4e49-a7b4-200e40366e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6179 | 2024.04.10 17:14:36.833666 [ 3 ] {dedf4661-0e63-4e49-a7b4-200e40366e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6180 | 2024.04.10 17:14:36.833828 [ 3 ] {dedf4661-0e63-4e49-a7b4-200e40366e7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6181 | 2024.04.10 17:14:36.834225 [ 3 ] {dedf4661-0e63-4e49-a7b4-200e40366e7a} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6182 | 2024.04.10 17:14:36.834262 [ 3 ] {dedf4661-0e63-4e49-a7b4-200e40366e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6183 | 2024.04.10 17:14:36.834663 [ 3 ] {dedf4661-0e63-4e49-a7b4-200e40366e7a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6184 | 2024.04.10 17:14:36.835007 [ 3 ] {dedf4661-0e63-4e49-a7b4-200e40366e7a} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6185 | 2024.04.10 17:14:36.835164 [ 3 ] {dedf4661-0e63-4e49-a7b4-200e40366e7a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec. | ||
6186 | 2024.04.10 17:14:36.835430 [ 3 ] {dedf4661-0e63-4e49-a7b4-200e40366e7a} <Debug> DynamicQueryHandler: Done processing query | ||
6187 | 2024.04.10 17:14:36.835483 [ 3 ] {dedf4661-0e63-4e49-a7b4-200e40366e7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
6188 | 2024.04.10 17:14:36.835528 [ 3 ] {} <Debug> HTTP-Session: 3504943c-82c5-4007-90b0-1753666733e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6189 | 2024.04.10 17:14:36.835676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6190 | 2024.04.10 17:14:36.835727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6191 | 2024.04.10 17:14:36.835747 [ 3 ] {} <Debug> HTTP-Session: a6a70651-ffa8-4620-8c9f-b773b1126291 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6192 | 2024.04.10 17:14:36.835764 [ 3 ] {} <Debug> HTTP-Session: a6a70651-ffa8-4620-8c9f-b773b1126291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6193 | 2024.04.10 17:14:36.835778 [ 3 ] {} <Debug> HTTP-Session: a6a70651-ffa8-4620-8c9f-b773b1126291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6194 | 2024.04.10 17:14:36.835809 [ 3 ] {} <Trace> HTTP-Session: a6a70651-ffa8-4620-8c9f-b773b1126291 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6195 | 2024.04.10 17:14:36.835984 [ 3 ] {414b5e19-02f8-4390-b3c4-98d10ae28db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6196 | 2024.04.10 17:14:36.836033 [ 3 ] {414b5e19-02f8-4390-b3c4-98d10ae28db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6197 | 2024.04.10 17:14:36.836213 [ 3 ] {414b5e19-02f8-4390-b3c4-98d10ae28db0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6198 | 2024.04.10 17:14:36.836643 [ 3 ] {414b5e19-02f8-4390-b3c4-98d10ae28db0} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6199 | 2024.04.10 17:14:36.836681 [ 3 ] {414b5e19-02f8-4390-b3c4-98d10ae28db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6200 | 2024.04.10 17:14:36.837094 [ 3 ] {414b5e19-02f8-4390-b3c4-98d10ae28db0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6201 | 2024.04.10 17:14:36.837437 [ 3 ] {414b5e19-02f8-4390-b3c4-98d10ae28db0} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6202 | 2024.04.10 17:14:36.837605 [ 3 ] {414b5e19-02f8-4390-b3c4-98d10ae28db0} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001738 sec., 12082.853855005755 rows/sec., 16.31 MiB/sec. | ||
6203 | 2024.04.10 17:14:36.837893 [ 3 ] {414b5e19-02f8-4390-b3c4-98d10ae28db0} <Debug> DynamicQueryHandler: Done processing query | ||
6204 | 2024.04.10 17:14:36.837940 [ 3 ] {414b5e19-02f8-4390-b3c4-98d10ae28db0} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6205 | 2024.04.10 17:14:36.837965 [ 3 ] {} <Debug> HTTP-Session: a6a70651-ffa8-4620-8c9f-b773b1126291 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6206 | 2024.04.10 17:14:36.838116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6207 | 2024.04.10 17:14:36.838164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6208 | 2024.04.10 17:14:36.838183 [ 3 ] {} <Debug> HTTP-Session: 78d3d392-1243-4e06-a358-02b99fab39c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6209 | 2024.04.10 17:14:36.838201 [ 3 ] {} <Debug> HTTP-Session: 78d3d392-1243-4e06-a358-02b99fab39c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6210 | 2024.04.10 17:14:36.838215 [ 3 ] {} <Debug> HTTP-Session: 78d3d392-1243-4e06-a358-02b99fab39c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6211 | 2024.04.10 17:14:36.838246 [ 3 ] {} <Trace> HTTP-Session: 78d3d392-1243-4e06-a358-02b99fab39c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6212 | 2024.04.10 17:14:36.838336 [ 3 ] {5cb9277e-a1a4-415d-94f0-7130fa3605d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6213 | 2024.04.10 17:14:36.838379 [ 3 ] {5cb9277e-a1a4-415d-94f0-7130fa3605d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6214 | 2024.04.10 17:14:36.838528 [ 3 ] {5cb9277e-a1a4-415d-94f0-7130fa3605d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6215 | 2024.04.10 17:14:36.838815 [ 3 ] {5cb9277e-a1a4-415d-94f0-7130fa3605d7} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6216 | 2024.04.10 17:14:36.838852 [ 3 ] {5cb9277e-a1a4-415d-94f0-7130fa3605d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6217 | 2024.04.10 17:14:36.839209 [ 3 ] {5cb9277e-a1a4-415d-94f0-7130fa3605d7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6218 | 2024.04.10 17:14:36.839531 [ 3 ] {5cb9277e-a1a4-415d-94f0-7130fa3605d7} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6219 | 2024.04.10 17:14:36.839680 [ 3 ] {5cb9277e-a1a4-415d-94f0-7130fa3605d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
6220 | 2024.04.10 17:14:36.839802 [ 3 ] {5cb9277e-a1a4-415d-94f0-7130fa3605d7} <Debug> DynamicQueryHandler: Done processing query | ||
6221 | 2024.04.10 17:14:36.839824 [ 3 ] {5cb9277e-a1a4-415d-94f0-7130fa3605d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6222 | 2024.04.10 17:14:36.839841 [ 3 ] {} <Debug> HTTP-Session: 78d3d392-1243-4e06-a358-02b99fab39c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6223 | 2024.04.10 17:14:41.827767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6224 | 2024.04.10 17:14:41.827934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6225 | 2024.04.10 17:14:41.827977 [ 3 ] {} <Debug> HTTP-Session: db8a7b01-2501-4aaa-8412-8cb7ce5908b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6226 | 2024.04.10 17:14:41.828018 [ 3 ] {} <Debug> HTTP-Session: db8a7b01-2501-4aaa-8412-8cb7ce5908b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6227 | 2024.04.10 17:14:41.828046 [ 3 ] {} <Debug> HTTP-Session: db8a7b01-2501-4aaa-8412-8cb7ce5908b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6228 | 2024.04.10 17:14:41.828121 [ 3 ] {} <Trace> HTTP-Session: db8a7b01-2501-4aaa-8412-8cb7ce5908b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6229 | 2024.04.10 17:14:41.828295 [ 3 ] {3bfbc55f-be0d-49b6-ae15-1145225798b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6230 | 2024.04.10 17:14:41.828391 [ 3 ] {3bfbc55f-be0d-49b6-ae15-1145225798b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6231 | 2024.04.10 17:14:41.828691 [ 3 ] {3bfbc55f-be0d-49b6-ae15-1145225798b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6232 | 2024.04.10 17:14:41.829221 [ 3 ] {3bfbc55f-be0d-49b6-ae15-1145225798b7} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6233 | 2024.04.10 17:14:41.829265 [ 3 ] {3bfbc55f-be0d-49b6-ae15-1145225798b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6234 | 2024.04.10 17:14:41.829695 [ 3 ] {3bfbc55f-be0d-49b6-ae15-1145225798b7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6235 | 2024.04.10 17:14:41.830033 [ 3 ] {3bfbc55f-be0d-49b6-ae15-1145225798b7} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6236 | 2024.04.10 17:14:41.830195 [ 3 ] {3bfbc55f-be0d-49b6-ae15-1145225798b7} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001979 sec., 5558.3628094997475 rows/sec., 450.53 KiB/sec. | ||
6237 | 2024.04.10 17:14:41.830213 [ 147 ] {} <Debug> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6238 | 2024.04.10 17:14:41.830326 [ 147 ] {} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6239 | 2024.04.10 17:14:41.830357 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6240 | 2024.04.10 17:14:41.830389 [ 3 ] {3bfbc55f-be0d-49b6-ae15-1145225798b7} <Debug> DynamicQueryHandler: Done processing query | ||
6241 | 2024.04.10 17:14:41.830443 [ 3 ] {3bfbc55f-be0d-49b6-ae15-1145225798b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6242 | 2024.04.10 17:14:41.830504 [ 3 ] {} <Debug> HTTP-Session: db8a7b01-2501-4aaa-8412-8cb7ce5908b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6243 | 2024.04.10 17:14:41.830728 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::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 | ||
6244 | 2024.04.10 17:14:41.830766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6245 | 2024.04.10 17:14:41.830923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6246 | 2024.04.10 17:14:41.831001 [ 3 ] {} <Debug> HTTP-Session: 891d334d-36f1-40b1-a8df-161ad3ee2a99 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6247 | 2024.04.10 17:14:41.831083 [ 3 ] {} <Debug> HTTP-Session: 891d334d-36f1-40b1-a8df-161ad3ee2a99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6248 | 2024.04.10 17:14:41.831137 [ 3 ] {} <Debug> HTTP-Session: 891d334d-36f1-40b1-a8df-161ad3ee2a99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6249 | 2024.04.10 17:14:41.831268 [ 3 ] {} <Trace> HTTP-Session: 891d334d-36f1-40b1-a8df-161ad3ee2a99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6250 | 2024.04.10 17:14:41.831401 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6251 | 2024.04.10 17:14:41.831508 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 32 rows starting from the beginning of the part | ||
6252 | 2024.04.10 17:14:41.831538 [ 3 ] {9b2151ec-ca5a-479f-aa72-351aa3d511b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6253 | 2024.04.10 17:14:41.831627 [ 3 ] {9b2151ec-ca5a-479f-aa72-351aa3d511b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6254 | 2024.04.10 17:14:41.831862 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 11 rows starting from the beginning of the part | ||
6255 | 2024.04.10 17:14:41.832183 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 21 rows starting from the beginning of the part | ||
6256 | 2024.04.10 17:14:41.832495 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 11 rows starting from the beginning of the part | ||
6257 | 2024.04.10 17:14:41.832710 [ 3 ] {9b2151ec-ca5a-479f-aa72-351aa3d511b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6258 | 2024.04.10 17:14:41.833019 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 21 rows starting from the beginning of the part | ||
6259 | 2024.04.10 17:14:41.833303 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 11 rows starting from the beginning of the part | ||
6260 | 2024.04.10 17:14:41.834059 [ 3 ] {9b2151ec-ca5a-479f-aa72-351aa3d511b2} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6261 | 2024.04.10 17:14:41.834126 [ 3 ] {9b2151ec-ca5a-479f-aa72-351aa3d511b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6262 | 2024.04.10 17:14:41.834896 [ 3 ] {9b2151ec-ca5a-479f-aa72-351aa3d511b2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6263 | 2024.04.10 17:14:41.835967 [ 3 ] {9b2151ec-ca5a-479f-aa72-351aa3d511b2} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6264 | 2024.04.10 17:14:41.836074 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 107 rows, containing 4 columns (4 merged, 0 gathered) in 0.005605401 sec., 19088.732456429076 rows/sec., 1.51 MiB/sec. | ||
6265 | 2024.04.10 17:14:41.836268 [ 3 ] {9b2151ec-ca5a-479f-aa72-351aa3d511b2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004859 sec., 411.6073266104137 rows/sec., 33.56 KiB/sec. | ||
6266 | 2024.04.10 17:14:41.836337 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6267 | 2024.04.10 17:14:41.836540 [ 3 ] {9b2151ec-ca5a-479f-aa72-351aa3d511b2} <Debug> DynamicQueryHandler: Done processing query | ||
6268 | 2024.04.10 17:14:41.836578 [ 3 ] {9b2151ec-ca5a-479f-aa72-351aa3d511b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6269 | 2024.04.10 17:14:41.836634 [ 3 ] {} <Debug> HTTP-Session: 891d334d-36f1-40b1-a8df-161ad3ee2a99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6270 | 2024.04.10 17:14:41.836880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17994, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6271 | 2024.04.10 17:14:41.836964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6272 | 2024.04.10 17:14:41.836999 [ 3 ] {} <Debug> HTTP-Session: f2e34d9d-58ac-4be5-bfc1-9ef5c586bde6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6273 | 2024.04.10 17:14:41.837041 [ 3 ] {} <Debug> HTTP-Session: f2e34d9d-58ac-4be5-bfc1-9ef5c586bde6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6274 | 2024.04.10 17:14:41.837046 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_31_6} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6275 | 2024.04.10 17:14:41.837065 [ 3 ] {} <Debug> HTTP-Session: f2e34d9d-58ac-4be5-bfc1-9ef5c586bde6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6276 | 2024.04.10 17:14:41.837154 [ 3 ] {} <Trace> HTTP-Session: f2e34d9d-58ac-4be5-bfc1-9ef5c586bde6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6277 | 2024.04.10 17:14:41.837231 [ 186 ] {98de0b37-1ab8-4608-8bca-e1c059301187::all_1_31_6} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6278 | 2024.04.10 17:14:41.837351 [ 3 ] {6dd638bf-0c2f-49e7-9873-84bacf683233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6279 | 2024.04.10 17:14:41.837385 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6280 | 2024.04.10 17:14:41.837437 [ 3 ] {6dd638bf-0c2f-49e7-9873-84bacf683233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6281 | 2024.04.10 17:14:41.837589 [ 3 ] {6dd638bf-0c2f-49e7-9873-84bacf683233} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6282 | 2024.04.10 17:14:41.837975 [ 3 ] {6dd638bf-0c2f-49e7-9873-84bacf683233} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6283 | 2024.04.10 17:14:41.838014 [ 3 ] {6dd638bf-0c2f-49e7-9873-84bacf683233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6284 | 2024.04.10 17:14:41.838333 [ 3 ] {6dd638bf-0c2f-49e7-9873-84bacf683233} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6285 | 2024.04.10 17:14:41.838648 [ 3 ] {6dd638bf-0c2f-49e7-9873-84bacf683233} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6286 | 2024.04.10 17:14:41.838815 [ 3 ] {6dd638bf-0c2f-49e7-9873-84bacf683233} <Debug> executeQuery: Read 126 rows, 10.33 KiB in 0.001583 sec., 79595.70435881238 rows/sec., 6.38 MiB/sec. | ||
6287 | 2024.04.10 17:14:41.838938 [ 3 ] {6dd638bf-0c2f-49e7-9873-84bacf683233} <Debug> DynamicQueryHandler: Done processing query | ||
6288 | 2024.04.10 17:14:41.838962 [ 3 ] {6dd638bf-0c2f-49e7-9873-84bacf683233} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
6289 | 2024.04.10 17:14:41.838978 [ 3 ] {} <Debug> HTTP-Session: f2e34d9d-58ac-4be5-bfc1-9ef5c586bde6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6290 | 2024.04.10 17:14:41.839090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6291 | 2024.04.10 17:14:41.839140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6292 | 2024.04.10 17:14:41.839159 [ 3 ] {} <Debug> HTTP-Session: 901160b4-26c1-44ff-a3d2-4eaa1cf0936f Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6293 | 2024.04.10 17:14:41.839177 [ 3 ] {} <Debug> HTTP-Session: 901160b4-26c1-44ff-a3d2-4eaa1cf0936f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6294 | 2024.04.10 17:14:41.839191 [ 3 ] {} <Debug> HTTP-Session: 901160b4-26c1-44ff-a3d2-4eaa1cf0936f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6295 | 2024.04.10 17:14:41.839222 [ 3 ] {} <Trace> HTTP-Session: 901160b4-26c1-44ff-a3d2-4eaa1cf0936f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6296 | 2024.04.10 17:14:41.839286 [ 3 ] {9c555e4c-7fa1-4f5e-951b-56c534fb353c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6297 | 2024.04.10 17:14:41.839327 [ 3 ] {9c555e4c-7fa1-4f5e-951b-56c534fb353c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6298 | 2024.04.10 17:14:41.839451 [ 3 ] {9c555e4c-7fa1-4f5e-951b-56c534fb353c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6299 | 2024.04.10 17:14:41.839736 [ 3 ] {9c555e4c-7fa1-4f5e-951b-56c534fb353c} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6300 | 2024.04.10 17:14:41.839774 [ 3 ] {9c555e4c-7fa1-4f5e-951b-56c534fb353c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6301 | 2024.04.10 17:14:41.840065 [ 3 ] {9c555e4c-7fa1-4f5e-951b-56c534fb353c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6302 | 2024.04.10 17:14:41.840375 [ 3 ] {9c555e4c-7fa1-4f5e-951b-56c534fb353c} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6303 | 2024.04.10 17:14:41.840523 [ 3 ] {9c555e4c-7fa1-4f5e-951b-56c534fb353c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001257 sec., 1591.0898965791566 rows/sec., 111.10 KiB/sec. | ||
6304 | 2024.04.10 17:14:41.840636 [ 3 ] {9c555e4c-7fa1-4f5e-951b-56c534fb353c} <Debug> DynamicQueryHandler: Done processing query | ||
6305 | 2024.04.10 17:14:41.840660 [ 3 ] {9c555e4c-7fa1-4f5e-951b-56c534fb353c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6306 | 2024.04.10 17:14:41.840676 [ 3 ] {} <Debug> HTTP-Session: 901160b4-26c1-44ff-a3d2-4eaa1cf0936f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6307 | 2024.04.10 17:14:41.840795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6308 | 2024.04.10 17:14:41.840840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6309 | 2024.04.10 17:14:41.840860 [ 3 ] {} <Debug> HTTP-Session: 6f234058-db71-49ff-89f2-e097f05fa98c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6310 | 2024.04.10 17:14:41.840877 [ 3 ] {} <Debug> HTTP-Session: 6f234058-db71-49ff-89f2-e097f05fa98c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6311 | 2024.04.10 17:14:41.840891 [ 3 ] {} <Debug> HTTP-Session: 6f234058-db71-49ff-89f2-e097f05fa98c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6312 | 2024.04.10 17:14:41.840921 [ 3 ] {} <Trace> HTTP-Session: 6f234058-db71-49ff-89f2-e097f05fa98c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6313 | 2024.04.10 17:14:41.841013 [ 3 ] {d010e771-e410-4c9a-859e-621e0bb86be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6314 | 2024.04.10 17:14:41.841053 [ 3 ] {d010e771-e410-4c9a-859e-621e0bb86be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6315 | 2024.04.10 17:14:41.841178 [ 3 ] {d010e771-e410-4c9a-859e-621e0bb86be3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6316 | 2024.04.10 17:14:41.841543 [ 3 ] {d010e771-e410-4c9a-859e-621e0bb86be3} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6317 | 2024.04.10 17:14:41.841581 [ 3 ] {d010e771-e410-4c9a-859e-621e0bb86be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6318 | 2024.04.10 17:14:41.841910 [ 3 ] {d010e771-e410-4c9a-859e-621e0bb86be3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6319 | 2024.04.10 17:14:41.842225 [ 3 ] {d010e771-e410-4c9a-859e-621e0bb86be3} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6320 | 2024.04.10 17:14:41.842382 [ 3 ] {d010e771-e410-4c9a-859e-621e0bb86be3} <Debug> executeQuery: Read 101 rows, 8.06 KiB in 0.001405 sec., 71886.12099644128 rows/sec., 5.60 MiB/sec. | ||
6321 | 2024.04.10 17:14:41.842584 [ 3 ] {d010e771-e410-4c9a-859e-621e0bb86be3} <Debug> DynamicQueryHandler: Done processing query | ||
6322 | 2024.04.10 17:14:41.842642 [ 3 ] {d010e771-e410-4c9a-859e-621e0bb86be3} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
6323 | 2024.04.10 17:14:41.842705 [ 3 ] {} <Debug> HTTP-Session: 6f234058-db71-49ff-89f2-e097f05fa98c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6324 | 2024.04.10 17:14:41.842923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 37772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6325 | 2024.04.10 17:14:41.842973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6326 | 2024.04.10 17:14:41.843019 [ 3 ] {} <Debug> HTTP-Session: d63726f2-c188-4cca-bc9e-0117e1d014e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6327 | 2024.04.10 17:14:41.843038 [ 3 ] {} <Debug> HTTP-Session: d63726f2-c188-4cca-bc9e-0117e1d014e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6328 | 2024.04.10 17:14:41.843052 [ 3 ] {} <Debug> HTTP-Session: d63726f2-c188-4cca-bc9e-0117e1d014e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6329 | 2024.04.10 17:14:41.843085 [ 3 ] {} <Trace> HTTP-Session: d63726f2-c188-4cca-bc9e-0117e1d014e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6330 | 2024.04.10 17:14:41.843220 [ 3 ] {060514f6-33de-4264-948a-4760dee7d03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6331 | 2024.04.10 17:14:41.843267 [ 3 ] {060514f6-33de-4264-948a-4760dee7d03e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6332 | 2024.04.10 17:14:41.843428 [ 3 ] {060514f6-33de-4264-948a-4760dee7d03e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6333 | 2024.04.10 17:14:41.843835 [ 3 ] {060514f6-33de-4264-948a-4760dee7d03e} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6334 | 2024.04.10 17:14:41.843872 [ 3 ] {060514f6-33de-4264-948a-4760dee7d03e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6335 | 2024.04.10 17:14:41.844259 [ 3 ] {060514f6-33de-4264-948a-4760dee7d03e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6336 | 2024.04.10 17:14:41.844600 [ 3 ] {060514f6-33de-4264-948a-4760dee7d03e} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6337 | 2024.04.10 17:14:41.844753 [ 3 ] {060514f6-33de-4264-948a-4760dee7d03e} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001613 sec., 122132.6720396776 rows/sec., 8.53 MiB/sec. | ||
6338 | 2024.04.10 17:14:41.844960 [ 3 ] {060514f6-33de-4264-948a-4760dee7d03e} <Debug> DynamicQueryHandler: Done processing query | ||
6339 | 2024.04.10 17:14:41.845018 [ 3 ] {060514f6-33de-4264-948a-4760dee7d03e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6340 | 2024.04.10 17:14:41.845072 [ 3 ] {} <Debug> HTTP-Session: d63726f2-c188-4cca-bc9e-0117e1d014e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6341 | 2024.04.10 17:14:41.845226 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6342 | 2024.04.10 17:14:41.845275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6343 | 2024.04.10 17:14:41.845295 [ 3 ] {} <Debug> HTTP-Session: 98b6dafb-2913-4ca4-a3bb-602577aa193c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6344 | 2024.04.10 17:14:41.845313 [ 3 ] {} <Debug> HTTP-Session: 98b6dafb-2913-4ca4-a3bb-602577aa193c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6345 | 2024.04.10 17:14:41.845327 [ 3 ] {} <Debug> HTTP-Session: 98b6dafb-2913-4ca4-a3bb-602577aa193c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6346 | 2024.04.10 17:14:41.845358 [ 3 ] {} <Trace> HTTP-Session: 98b6dafb-2913-4ca4-a3bb-602577aa193c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6347 | 2024.04.10 17:14:41.845486 [ 3 ] {c7dac4d2-8fb8-4555-a35c-df5dbc42ec59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6348 | 2024.04.10 17:14:41.845533 [ 3 ] {c7dac4d2-8fb8-4555-a35c-df5dbc42ec59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6349 | 2024.04.10 17:14:41.845711 [ 3 ] {c7dac4d2-8fb8-4555-a35c-df5dbc42ec59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6350 | 2024.04.10 17:14:41.846069 [ 3 ] {c7dac4d2-8fb8-4555-a35c-df5dbc42ec59} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6351 | 2024.04.10 17:14:41.846107 [ 3 ] {c7dac4d2-8fb8-4555-a35c-df5dbc42ec59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6352 | 2024.04.10 17:14:41.846496 [ 3 ] {c7dac4d2-8fb8-4555-a35c-df5dbc42ec59} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6353 | 2024.04.10 17:14:41.846844 [ 3 ] {c7dac4d2-8fb8-4555-a35c-df5dbc42ec59} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6354 | 2024.04.10 17:14:41.847006 [ 147 ] {} <Debug> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6355 | 2024.04.10 17:14:41.847014 [ 3 ] {c7dac4d2-8fb8-4555-a35c-df5dbc42ec59} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001598 sec., 6883.60450563204 rows/sec., 9.29 MiB/sec. | ||
6356 | 2024.04.10 17:14:41.847068 [ 147 ] {} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6357 | 2024.04.10 17:14:41.847134 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6358 | 2024.04.10 17:14:41.847289 [ 3 ] {c7dac4d2-8fb8-4555-a35c-df5dbc42ec59} <Debug> DynamicQueryHandler: Done processing query | ||
6359 | 2024.04.10 17:14:41.847323 [ 192 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::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 | ||
6360 | 2024.04.10 17:14:41.847334 [ 3 ] {c7dac4d2-8fb8-4555-a35c-df5dbc42ec59} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6361 | 2024.04.10 17:14:41.847401 [ 3 ] {} <Debug> HTTP-Session: 98b6dafb-2913-4ca4-a3bb-602577aa193c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6362 | 2024.04.10 17:14:41.847605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6363 | 2024.04.10 17:14:41.847621 [ 192 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6364 | 2024.04.10 17:14:41.847695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6365 | 2024.04.10 17:14:41.847702 [ 192 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 421 rows starting from the beginning of the part | ||
6366 | 2024.04.10 17:14:41.847737 [ 3 ] {} <Debug> HTTP-Session: b343335b-4053-4d51-9520-f647acecb47c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6367 | 2024.04.10 17:14:41.847780 [ 3 ] {} <Debug> HTTP-Session: b343335b-4053-4d51-9520-f647acecb47c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6368 | 2024.04.10 17:14:41.847848 [ 3 ] {} <Debug> HTTP-Session: b343335b-4053-4d51-9520-f647acecb47c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6369 | 2024.04.10 17:14:41.847998 [ 192 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 11 rows starting from the beginning of the part | ||
6370 | 2024.04.10 17:14:41.848020 [ 3 ] {} <Trace> HTTP-Session: b343335b-4053-4d51-9520-f647acecb47c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6371 | 2024.04.10 17:14:41.848311 [ 192 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 21 rows starting from the beginning of the part | ||
6372 | 2024.04.10 17:14:41.848385 [ 3 ] {6753a658-3caa-4c63-aba1-d6bc97855689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6373 | 2024.04.10 17:14:41.848605 [ 192 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 11 rows starting from the beginning of the part | ||
6374 | 2024.04.10 17:14:41.848623 [ 3 ] {6753a658-3caa-4c63-aba1-d6bc97855689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6375 | 2024.04.10 17:14:41.848955 [ 192 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 21 rows starting from the beginning of the part | ||
6376 | 2024.04.10 17:14:41.849320 [ 192 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 11 rows starting from the beginning of the part | ||
6377 | 2024.04.10 17:14:41.849811 [ 3 ] {6753a658-3caa-4c63-aba1-d6bc97855689} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6378 | 2024.04.10 17:14:41.850560 [ 3 ] {6753a658-3caa-4c63-aba1-d6bc97855689} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6379 | 2024.04.10 17:14:41.850619 [ 3 ] {6753a658-3caa-4c63-aba1-d6bc97855689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
6380 | 2024.04.10 17:14:41.851419 [ 3 ] {6753a658-3caa-4c63-aba1-d6bc97855689} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6381 | 2024.04.10 17:14:41.852577 [ 3 ] {6753a658-3caa-4c63-aba1-d6bc97855689} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6382 | 2024.04.10 17:14:41.852898 [ 3 ] {6753a658-3caa-4c63-aba1-d6bc97855689} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004705 sec., 12752.39107332625 rows/sec., 880.05 KiB/sec. | ||
6383 | 2024.04.10 17:14:41.853093 [ 3 ] {6753a658-3caa-4c63-aba1-d6bc97855689} <Debug> DynamicQueryHandler: Done processing query | ||
6384 | 2024.04.10 17:14:41.853134 [ 3 ] {6753a658-3caa-4c63-aba1-d6bc97855689} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6385 | 2024.04.10 17:14:41.853168 [ 3 ] {} <Debug> HTTP-Session: b343335b-4053-4d51-9520-f647acecb47c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6386 | 2024.04.10 17:14:41.853703 [ 194 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 6 columns (6 merged, 0 gathered) in 0.006475783 sec., 76593.05446152226 rows/sec., 103.36 MiB/sec. | ||
6387 | 2024.04.10 17:14:41.854128 [ 189 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6388 | 2024.04.10 17:14:41.854559 [ 189 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6389 | 2024.04.10 17:14:41.854641 [ 189 ] {ea799e90-86f7-42a0-9b4a-40a36e688ac1::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6390 | 2024.04.10 17:14:41.854735 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
6391 | 2024.04.10 17:14:44.391547 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6392 | 2024.04.10 17:14:44.391604 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6393 | 2024.04.10 17:14:46.826181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6394 | 2024.04.10 17:14:46.826304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6395 | 2024.04.10 17:14:46.826329 [ 3 ] {} <Debug> HTTP-Session: b71ecc9f-ea6f-451d-8e94-a4d91e75b445 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6396 | 2024.04.10 17:14:46.826354 [ 3 ] {} <Debug> HTTP-Session: b71ecc9f-ea6f-451d-8e94-a4d91e75b445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6397 | 2024.04.10 17:14:46.826369 [ 3 ] {} <Debug> HTTP-Session: b71ecc9f-ea6f-451d-8e94-a4d91e75b445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6398 | 2024.04.10 17:14:46.826418 [ 3 ] {} <Trace> HTTP-Session: b71ecc9f-ea6f-451d-8e94-a4d91e75b445 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6399 | 2024.04.10 17:14:46.826539 [ 3 ] {de43f806-c0a9-4754-937f-7cb594b66b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6400 | 2024.04.10 17:14:46.826604 [ 3 ] {de43f806-c0a9-4754-937f-7cb594b66b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6401 | 2024.04.10 17:14:46.826795 [ 3 ] {de43f806-c0a9-4754-937f-7cb594b66b1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6402 | 2024.04.10 17:14:46.827219 [ 3 ] {de43f806-c0a9-4754-937f-7cb594b66b1a} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6403 | 2024.04.10 17:14:46.827264 [ 3 ] {de43f806-c0a9-4754-937f-7cb594b66b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6404 | 2024.04.10 17:14:46.827654 [ 3 ] {de43f806-c0a9-4754-937f-7cb594b66b1a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6405 | 2024.04.10 17:14:46.828003 [ 3 ] {de43f806-c0a9-4754-937f-7cb594b66b1a} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6406 | 2024.04.10 17:14:46.828180 [ 3 ] {de43f806-c0a9-4754-937f-7cb594b66b1a} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001691 sec., 12418.687167356593 rows/sec., 1006.59 KiB/sec. | ||
6407 | 2024.04.10 17:14:46.828338 [ 3 ] {de43f806-c0a9-4754-937f-7cb594b66b1a} <Debug> DynamicQueryHandler: Done processing query | ||
6408 | 2024.04.10 17:14:46.828365 [ 3 ] {de43f806-c0a9-4754-937f-7cb594b66b1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6409 | 2024.04.10 17:14:46.828382 [ 3 ] {} <Debug> HTTP-Session: b71ecc9f-ea6f-451d-8e94-a4d91e75b445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6410 | 2024.04.10 17:14:46.828523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6411 | 2024.04.10 17:14:46.828576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6412 | 2024.04.10 17:14:46.828597 [ 3 ] {} <Debug> HTTP-Session: 7069ac93-18ca-4a13-97e5-e3d9fb382d20 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6413 | 2024.04.10 17:14:46.828616 [ 3 ] {} <Debug> HTTP-Session: 7069ac93-18ca-4a13-97e5-e3d9fb382d20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6414 | 2024.04.10 17:14:46.828630 [ 3 ] {} <Debug> HTTP-Session: 7069ac93-18ca-4a13-97e5-e3d9fb382d20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6415 | 2024.04.10 17:14:46.828665 [ 3 ] {} <Trace> HTTP-Session: 7069ac93-18ca-4a13-97e5-e3d9fb382d20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6416 | 2024.04.10 17:14:46.828768 [ 3 ] {25ef3d25-1319-457b-926b-4c311d3ab2f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6417 | 2024.04.10 17:14:46.828812 [ 3 ] {25ef3d25-1319-457b-926b-4c311d3ab2f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6418 | 2024.04.10 17:14:46.828945 [ 3 ] {25ef3d25-1319-457b-926b-4c311d3ab2f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6419 | 2024.04.10 17:14:46.829307 [ 3 ] {25ef3d25-1319-457b-926b-4c311d3ab2f1} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6420 | 2024.04.10 17:14:46.829346 [ 3 ] {25ef3d25-1319-457b-926b-4c311d3ab2f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6421 | 2024.04.10 17:14:46.829668 [ 3 ] {25ef3d25-1319-457b-926b-4c311d3ab2f1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6422 | 2024.04.10 17:14:46.829981 [ 3 ] {25ef3d25-1319-457b-926b-4c311d3ab2f1} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6423 | 2024.04.10 17:14:46.830146 [ 3 ] {25ef3d25-1319-457b-926b-4c311d3ab2f1} <Debug> executeQuery: Read 119 rows, 10.06 KiB in 0.001421 sec., 83743.84236453203 rows/sec., 6.91 MiB/sec. | ||
6424 | 2024.04.10 17:14:46.830146 [ 144 ] {} <Debug> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 | ||
6425 | 2024.04.10 17:14:46.830269 [ 144 ] {} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6426 | 2024.04.10 17:14:46.830305 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6427 | 2024.04.10 17:14:46.830322 [ 3 ] {25ef3d25-1319-457b-926b-4c311d3ab2f1} <Debug> DynamicQueryHandler: Done processing query | ||
6428 | 2024.04.10 17:14:46.830366 [ 3 ] {25ef3d25-1319-457b-926b-4c311d3ab2f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
6429 | 2024.04.10 17:14:46.830406 [ 3 ] {} <Debug> HTTP-Session: 7069ac93-18ca-4a13-97e5-e3d9fb382d20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6430 | 2024.04.10 17:14:46.830532 [ 195 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full | ||
6431 | 2024.04.10 17:14:46.830586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6432 | 2024.04.10 17:14:46.830682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6433 | 2024.04.10 17:14:46.830751 [ 3 ] {} <Debug> HTTP-Session: 2fb7e4ec-ecf3-4ca5-8ddd-2c3110007bbd Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6434 | 2024.04.10 17:14:46.830796 [ 3 ] {} <Debug> HTTP-Session: 2fb7e4ec-ecf3-4ca5-8ddd-2c3110007bbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6435 | 2024.04.10 17:14:46.830835 [ 3 ] {} <Debug> HTTP-Session: 2fb7e4ec-ecf3-4ca5-8ddd-2c3110007bbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6436 | 2024.04.10 17:14:46.830876 [ 195 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6437 | 2024.04.10 17:14:46.830906 [ 3 ] {} <Trace> HTTP-Session: 2fb7e4ec-ecf3-4ca5-8ddd-2c3110007bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6438 | 2024.04.10 17:14:46.830945 [ 195 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 195 rows starting from the beginning of the part | ||
6439 | 2024.04.10 17:14:46.831171 [ 3 ] {ed9064c2-ad0c-44dd-84c2-22bd49ce8ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6440 | 2024.04.10 17:14:46.831188 [ 195 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 119 rows starting from the beginning of the part | ||
6441 | 2024.04.10 17:14:46.831301 [ 3 ] {ed9064c2-ad0c-44dd-84c2-22bd49ce8ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6442 | 2024.04.10 17:14:46.831347 [ 195 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 89 rows starting from the beginning of the part | ||
6443 | 2024.04.10 17:14:46.831712 [ 195 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 119 rows starting from the beginning of the part | ||
6444 | 2024.04.10 17:14:46.832102 [ 195 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 126 rows starting from the beginning of the part | ||
6445 | 2024.04.10 17:14:46.832523 [ 195 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 119 rows starting from the beginning of the part | ||
6446 | 2024.04.10 17:14:46.832718 [ 3 ] {ed9064c2-ad0c-44dd-84c2-22bd49ce8ca6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6447 | 2024.04.10 17:14:46.833772 [ 3 ] {ed9064c2-ad0c-44dd-84c2-22bd49ce8ca6} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6448 | 2024.04.10 17:14:46.833835 [ 3 ] {ed9064c2-ad0c-44dd-84c2-22bd49ce8ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6449 | 2024.04.10 17:14:46.834675 [ 3 ] {ed9064c2-ad0c-44dd-84c2-22bd49ce8ca6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6450 | 2024.04.10 17:14:46.835296 [ 195 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 767 rows, containing 4 columns (4 merged, 0 gathered) in 0.004881523 sec., 157123.09457519714 rows/sec., 12.91 MiB/sec. | ||
6451 | 2024.04.10 17:14:46.835388 [ 3 ] {ed9064c2-ad0c-44dd-84c2-22bd49ce8ca6} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6452 | 2024.04.10 17:14:46.835524 [ 195 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
6453 | 2024.04.10 17:14:46.835744 [ 3 ] {ed9064c2-ad0c-44dd-84c2-22bd49ce8ca6} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.004726 sec., 17985.611510791365 rows/sec., 1.40 MiB/sec. | ||
6454 | 2024.04.10 17:14:46.835733 [ 144 ] {} <Debug> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 | ||
6455 | 2024.04.10 17:14:46.835903 [ 144 ] {} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6456 | 2024.04.10 17:14:46.836013 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6457 | 2024.04.10 17:14:46.836165 [ 3 ] {ed9064c2-ad0c-44dd-84c2-22bd49ce8ca6} <Debug> DynamicQueryHandler: Done processing query | ||
6458 | 2024.04.10 17:14:46.836269 [ 3 ] {ed9064c2-ad0c-44dd-84c2-22bd49ce8ca6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6459 | 2024.04.10 17:14:46.836356 [ 3 ] {} <Debug> HTTP-Session: 2fb7e4ec-ecf3-4ca5-8ddd-2c3110007bbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6460 | 2024.04.10 17:14:46.836562 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full | ||
6461 | 2024.04.10 17:14:46.836678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6462 | 2024.04.10 17:14:46.836802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6463 | 2024.04.10 17:14:46.836872 [ 3 ] {} <Debug> HTTP-Session: e95b8641-1fa2-47d4-9e09-024846ac9fe5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6464 | 2024.04.10 17:14:46.836942 [ 3 ] {} <Debug> HTTP-Session: e95b8641-1fa2-47d4-9e09-024846ac9fe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6465 | 2024.04.10 17:14:46.836958 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6466 | 2024.04.10 17:14:46.837002 [ 3 ] {} <Debug> HTTP-Session: e95b8641-1fa2-47d4-9e09-024846ac9fe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6467 | 2024.04.10 17:14:46.837028 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 152 rows starting from the beginning of the part | ||
6468 | 2024.04.10 17:14:46.837101 [ 3 ] {} <Trace> HTTP-Session: e95b8641-1fa2-47d4-9e09-024846ac9fe5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6469 | 2024.04.10 17:14:46.837160 [ 195 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_44_9} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6470 | 2024.04.10 17:14:46.837344 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 85 rows starting from the beginning of the part | ||
6471 | 2024.04.10 17:14:46.837538 [ 3 ] {38fa7b18-a1aa-4688-902f-da215c3b5a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6472 | 2024.04.10 17:14:46.837679 [ 195 ] {3cfc6308-db71-4fbf-bed9-8b5996659f11::all_1_44_9} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 | ||
6473 | 2024.04.10 17:14:46.837827 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 75 rows starting from the beginning of the part | ||
6474 | 2024.04.10 17:14:46.837856 [ 3 ] {38fa7b18-a1aa-4688-902f-da215c3b5a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6475 | 2024.04.10 17:14:46.838217 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
6476 | 2024.04.10 17:14:46.838303 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 85 rows starting from the beginning of the part | ||
6477 | 2024.04.10 17:14:46.838729 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 101 rows starting from the beginning of the part | ||
6478 | 2024.04.10 17:14:46.839119 [ 194 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 85 rows starting from the beginning of the part | ||
6479 | 2024.04.10 17:14:46.839647 [ 3 ] {38fa7b18-a1aa-4688-902f-da215c3b5a3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6480 | 2024.04.10 17:14:46.840188 [ 3 ] {38fa7b18-a1aa-4688-902f-da215c3b5a3d} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6481 | 2024.04.10 17:14:46.840229 [ 3 ] {38fa7b18-a1aa-4688-902f-da215c3b5a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6482 | 2024.04.10 17:14:46.840867 [ 199 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 583 rows, containing 4 columns (4 merged, 0 gathered) in 0.004628059 sec., 125970.73632812372 rows/sec., 9.84 MiB/sec. | ||
6483 | 2024.04.10 17:14:46.840874 [ 3 ] {38fa7b18-a1aa-4688-902f-da215c3b5a3d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6484 | 2024.04.10 17:14:46.841065 [ 199 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
6485 | 2024.04.10 17:14:46.841702 [ 3 ] {38fa7b18-a1aa-4688-902f-da215c3b5a3d} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6486 | 2024.04.10 17:14:46.841941 [ 198 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_44_9} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6487 | 2024.04.10 17:14:46.842015 [ 3 ] {38fa7b18-a1aa-4688-902f-da215c3b5a3d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004753 sec., 33662.94971596886 rows/sec., 2.34 MiB/sec. | ||
6488 | 2024.04.10 17:14:46.842140 [ 198 ] {d0592848-fafa-4de8-84c8-a2f1bed9d6e1::all_1_44_9} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 | ||
6489 | 2024.04.10 17:14:46.842200 [ 3 ] {38fa7b18-a1aa-4688-902f-da215c3b5a3d} <Debug> DynamicQueryHandler: Done processing query | ||
6490 | 2024.04.10 17:14:46.842240 [ 3 ] {38fa7b18-a1aa-4688-902f-da215c3b5a3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
6491 | 2024.04.10 17:14:46.842247 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
6492 | 2024.04.10 17:14:46.842259 [ 3 ] {} <Debug> HTTP-Session: e95b8641-1fa2-47d4-9e09-024846ac9fe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6493 | 2024.04.10 17:14:46.842406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6494 | 2024.04.10 17:14:46.842452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6495 | 2024.04.10 17:14:46.842472 [ 3 ] {} <Debug> HTTP-Session: a15963eb-86e1-45f7-942b-6af55092b2d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6496 | 2024.04.10 17:14:46.842489 [ 3 ] {} <Debug> HTTP-Session: a15963eb-86e1-45f7-942b-6af55092b2d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6497 | 2024.04.10 17:14:46.842503 [ 3 ] {} <Debug> HTTP-Session: a15963eb-86e1-45f7-942b-6af55092b2d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6498 | 2024.04.10 17:14:46.842534 [ 3 ] {} <Trace> HTTP-Session: a15963eb-86e1-45f7-942b-6af55092b2d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6499 | 2024.04.10 17:14:46.842714 [ 3 ] {73a49917-5135-404e-8ac9-85dfb79b8a6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6500 | 2024.04.10 17:14:46.842760 [ 3 ] {73a49917-5135-404e-8ac9-85dfb79b8a6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6501 | 2024.04.10 17:14:46.842919 [ 3 ] {73a49917-5135-404e-8ac9-85dfb79b8a6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6502 | 2024.04.10 17:14:46.843346 [ 3 ] {73a49917-5135-404e-8ac9-85dfb79b8a6f} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6503 | 2024.04.10 17:14:46.843382 [ 3 ] {73a49917-5135-404e-8ac9-85dfb79b8a6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6504 | 2024.04.10 17:14:46.843795 [ 3 ] {73a49917-5135-404e-8ac9-85dfb79b8a6f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6505 | 2024.04.10 17:14:46.844144 [ 3 ] {73a49917-5135-404e-8ac9-85dfb79b8a6f} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6506 | 2024.04.10 17:14:46.844289 [ 3 ] {73a49917-5135-404e-8ac9-85dfb79b8a6f} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.001706 sec., 12309.4958968347 rows/sec., 16.61 MiB/sec. | ||
6507 | 2024.04.10 17:14:46.844525 [ 3 ] {73a49917-5135-404e-8ac9-85dfb79b8a6f} <Debug> DynamicQueryHandler: Done processing query | ||
6508 | 2024.04.10 17:14:46.844590 [ 3 ] {73a49917-5135-404e-8ac9-85dfb79b8a6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6509 | 2024.04.10 17:14:46.844658 [ 3 ] {} <Debug> HTTP-Session: a15963eb-86e1-45f7-942b-6af55092b2d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6510 | 2024.04.10 17:14:46.844834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6511 | 2024.04.10 17:14:46.844887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6512 | 2024.04.10 17:14:46.844907 [ 3 ] {} <Debug> HTTP-Session: dde746ef-07f6-4299-961f-83ee84dfb4a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6513 | 2024.04.10 17:14:46.844926 [ 3 ] {} <Debug> HTTP-Session: dde746ef-07f6-4299-961f-83ee84dfb4a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6514 | 2024.04.10 17:14:46.844940 [ 3 ] {} <Debug> HTTP-Session: dde746ef-07f6-4299-961f-83ee84dfb4a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6515 | 2024.04.10 17:14:46.844972 [ 3 ] {} <Trace> HTTP-Session: dde746ef-07f6-4299-961f-83ee84dfb4a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6516 | 2024.04.10 17:14:46.845067 [ 3 ] {3271e2b2-c3e0-4a4b-ac06-0b2f204af687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6517 | 2024.04.10 17:14:46.845110 [ 3 ] {3271e2b2-c3e0-4a4b-ac06-0b2f204af687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6518 | 2024.04.10 17:14:46.845257 [ 3 ] {3271e2b2-c3e0-4a4b-ac06-0b2f204af687} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6519 | 2024.04.10 17:14:46.845561 [ 3 ] {3271e2b2-c3e0-4a4b-ac06-0b2f204af687} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6520 | 2024.04.10 17:14:46.845598 [ 3 ] {3271e2b2-c3e0-4a4b-ac06-0b2f204af687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6521 | 2024.04.10 17:14:46.845965 [ 3 ] {3271e2b2-c3e0-4a4b-ac06-0b2f204af687} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6522 | 2024.04.10 17:14:46.846308 [ 3 ] {3271e2b2-c3e0-4a4b-ac06-0b2f204af687} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6523 | 2024.04.10 17:14:46.846472 [ 3 ] {3271e2b2-c3e0-4a4b-ac06-0b2f204af687} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
6524 | 2024.04.10 17:14:46.846616 [ 3 ] {3271e2b2-c3e0-4a4b-ac06-0b2f204af687} <Debug> DynamicQueryHandler: Done processing query | ||
6525 | 2024.04.10 17:14:46.846653 [ 3 ] {3271e2b2-c3e0-4a4b-ac06-0b2f204af687} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6526 | 2024.04.10 17:14:46.846687 [ 3 ] {} <Debug> HTTP-Session: dde746ef-07f6-4299-961f-83ee84dfb4a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6527 | 2024.04.10 17:14:51.825819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6528 | 2024.04.10 17:14:51.825958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6529 | 2024.04.10 17:14:51.825988 [ 3 ] {} <Debug> HTTP-Session: 6b438a91-6583-4667-9348-6748e50507cc Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6530 | 2024.04.10 17:14:51.826018 [ 3 ] {} <Debug> HTTP-Session: 6b438a91-6583-4667-9348-6748e50507cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6531 | 2024.04.10 17:14:51.826037 [ 3 ] {} <Debug> HTTP-Session: 6b438a91-6583-4667-9348-6748e50507cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6532 | 2024.04.10 17:14:51.826094 [ 3 ] {} <Trace> HTTP-Session: 6b438a91-6583-4667-9348-6748e50507cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6533 | 2024.04.10 17:14:51.826230 [ 3 ] {add962e4-8f18-4088-b7bd-27ff03746f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6534 | 2024.04.10 17:14:51.826303 [ 3 ] {add962e4-8f18-4088-b7bd-27ff03746f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6535 | 2024.04.10 17:14:51.826529 [ 3 ] {add962e4-8f18-4088-b7bd-27ff03746f42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6536 | 2024.04.10 17:14:51.826992 [ 3 ] {add962e4-8f18-4088-b7bd-27ff03746f42} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6537 | 2024.04.10 17:14:51.827044 [ 3 ] {add962e4-8f18-4088-b7bd-27ff03746f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6538 | 2024.04.10 17:14:51.827450 [ 3 ] {add962e4-8f18-4088-b7bd-27ff03746f42} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6539 | 2024.04.10 17:14:51.827799 [ 3 ] {add962e4-8f18-4088-b7bd-27ff03746f42} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6540 | 2024.04.10 17:14:51.827948 [ 3 ] {add962e4-8f18-4088-b7bd-27ff03746f42} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001779 sec., 6183.249016301293 rows/sec., 501.18 KiB/sec. | ||
6541 | 2024.04.10 17:14:51.828178 [ 3 ] {add962e4-8f18-4088-b7bd-27ff03746f42} <Debug> DynamicQueryHandler: Done processing query | ||
6542 | 2024.04.10 17:14:51.828239 [ 3 ] {add962e4-8f18-4088-b7bd-27ff03746f42} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6543 | 2024.04.10 17:14:51.828288 [ 3 ] {} <Debug> HTTP-Session: 6b438a91-6583-4667-9348-6748e50507cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6544 | 2024.04.10 17:14:51.828458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12915, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6545 | 2024.04.10 17:14:51.828517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6546 | 2024.04.10 17:14:51.828539 [ 3 ] {} <Debug> HTTP-Session: 75800b60-3089-471d-a235-19661b675da7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6547 | 2024.04.10 17:14:51.828559 [ 3 ] {} <Debug> HTTP-Session: 75800b60-3089-471d-a235-19661b675da7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6548 | 2024.04.10 17:14:51.828573 [ 3 ] {} <Debug> HTTP-Session: 75800b60-3089-471d-a235-19661b675da7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6549 | 2024.04.10 17:14:51.828610 [ 3 ] {} <Trace> HTTP-Session: 75800b60-3089-471d-a235-19661b675da7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6550 | 2024.04.10 17:14:51.828715 [ 3 ] {c283d80a-6209-4ee0-a93c-9d1e9807aea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6551 | 2024.04.10 17:14:51.828766 [ 3 ] {c283d80a-6209-4ee0-a93c-9d1e9807aea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6552 | 2024.04.10 17:14:51.828920 [ 3 ] {c283d80a-6209-4ee0-a93c-9d1e9807aea3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6553 | 2024.04.10 17:14:51.829271 [ 3 ] {c283d80a-6209-4ee0-a93c-9d1e9807aea3} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6554 | 2024.04.10 17:14:51.829310 [ 3 ] {c283d80a-6209-4ee0-a93c-9d1e9807aea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6555 | 2024.04.10 17:14:51.829637 [ 3 ] {c283d80a-6209-4ee0-a93c-9d1e9807aea3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6556 | 2024.04.10 17:14:51.829969 [ 3 ] {c283d80a-6209-4ee0-a93c-9d1e9807aea3} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6557 | 2024.04.10 17:14:51.830096 [ 3 ] {c283d80a-6209-4ee0-a93c-9d1e9807aea3} <Debug> executeQuery: Read 89 rows, 7.48 KiB in 0.001435 sec., 62020.905923344944 rows/sec., 5.09 MiB/sec. | ||
6558 | 2024.04.10 17:14:51.830208 [ 3 ] {c283d80a-6209-4ee0-a93c-9d1e9807aea3} <Debug> DynamicQueryHandler: Done processing query | ||
6559 | 2024.04.10 17:14:51.830233 [ 3 ] {c283d80a-6209-4ee0-a93c-9d1e9807aea3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6560 | 2024.04.10 17:14:51.830249 [ 3 ] {} <Debug> HTTP-Session: 75800b60-3089-471d-a235-19661b675da7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6561 | 2024.04.10 17:14:51.830372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 12747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6562 | 2024.04.10 17:14:51.830419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6563 | 2024.04.10 17:14:51.830438 [ 3 ] {} <Debug> HTTP-Session: 37708116-fdd7-4a3c-a3c9-78729506dcae Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6564 | 2024.04.10 17:14:51.830456 [ 3 ] {} <Debug> HTTP-Session: 37708116-fdd7-4a3c-a3c9-78729506dcae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6565 | 2024.04.10 17:14:51.830470 [ 3 ] {} <Debug> HTTP-Session: 37708116-fdd7-4a3c-a3c9-78729506dcae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6566 | 2024.04.10 17:14:51.830502 [ 3 ] {} <Trace> HTTP-Session: 37708116-fdd7-4a3c-a3c9-78729506dcae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6567 | 2024.04.10 17:14:51.830589 [ 3 ] {60c0b741-2063-42d6-b0e1-f417cfe4bd94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6568 | 2024.04.10 17:14:51.830629 [ 3 ] {60c0b741-2063-42d6-b0e1-f417cfe4bd94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6569 | 2024.04.10 17:14:51.830754 [ 3 ] {60c0b741-2063-42d6-b0e1-f417cfe4bd94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6570 | 2024.04.10 17:14:51.831076 [ 3 ] {60c0b741-2063-42d6-b0e1-f417cfe4bd94} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6571 | 2024.04.10 17:14:51.831112 [ 3 ] {60c0b741-2063-42d6-b0e1-f417cfe4bd94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6572 | 2024.04.10 17:14:51.831422 [ 3 ] {60c0b741-2063-42d6-b0e1-f417cfe4bd94} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6573 | 2024.04.10 17:14:51.831743 [ 3 ] {60c0b741-2063-42d6-b0e1-f417cfe4bd94} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6574 | 2024.04.10 17:14:51.831870 [ 3 ] {60c0b741-2063-42d6-b0e1-f417cfe4bd94} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001322 sec., 56732.223903177 rows/sec., 4.43 MiB/sec. | ||
6575 | 2024.04.10 17:14:51.831990 [ 3 ] {60c0b741-2063-42d6-b0e1-f417cfe4bd94} <Debug> DynamicQueryHandler: Done processing query | ||
6576 | 2024.04.10 17:14:51.832013 [ 3 ] {60c0b741-2063-42d6-b0e1-f417cfe4bd94} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6577 | 2024.04.10 17:14:51.832029 [ 3 ] {} <Debug> HTTP-Session: 37708116-fdd7-4a3c-a3c9-78729506dcae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6578 | 2024.04.10 17:14:51.832187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6579 | 2024.04.10 17:14:51.832235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6580 | 2024.04.10 17:14:51.832255 [ 3 ] {} <Debug> HTTP-Session: 0168a88b-7f78-44fc-95cd-b54962ba9440 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6581 | 2024.04.10 17:14:51.832272 [ 3 ] {} <Debug> HTTP-Session: 0168a88b-7f78-44fc-95cd-b54962ba9440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6582 | 2024.04.10 17:14:51.832287 [ 3 ] {} <Debug> HTTP-Session: 0168a88b-7f78-44fc-95cd-b54962ba9440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6583 | 2024.04.10 17:14:51.832318 [ 3 ] {} <Trace> HTTP-Session: 0168a88b-7f78-44fc-95cd-b54962ba9440 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6584 | 2024.04.10 17:14:51.832429 [ 3 ] {83c94145-5901-431d-9941-3d81a662eb8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6585 | 2024.04.10 17:14:51.832473 [ 3 ] {83c94145-5901-431d-9941-3d81a662eb8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6586 | 2024.04.10 17:14:51.832613 [ 3 ] {83c94145-5901-431d-9941-3d81a662eb8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6587 | 2024.04.10 17:14:51.832961 [ 3 ] {83c94145-5901-431d-9941-3d81a662eb8f} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6588 | 2024.04.10 17:14:51.832996 [ 3 ] {83c94145-5901-431d-9941-3d81a662eb8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6589 | 2024.04.10 17:14:51.833375 [ 3 ] {83c94145-5901-431d-9941-3d81a662eb8f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6590 | 2024.04.10 17:14:51.833727 [ 3 ] {83c94145-5901-431d-9941-3d81a662eb8f} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6591 | 2024.04.10 17:14:51.833858 [ 3 ] {83c94145-5901-431d-9941-3d81a662eb8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001493 sec., 107166.7782987274 rows/sec., 7.46 MiB/sec. | ||
6592 | 2024.04.10 17:14:51.833971 [ 3 ] {83c94145-5901-431d-9941-3d81a662eb8f} <Debug> DynamicQueryHandler: Done processing query | ||
6593 | 2024.04.10 17:14:51.833995 [ 3 ] {83c94145-5901-431d-9941-3d81a662eb8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
6594 | 2024.04.10 17:14:51.834011 [ 3 ] {} <Debug> HTTP-Session: 0168a88b-7f78-44fc-95cd-b54962ba9440 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6595 | 2024.04.10 17:14:51.834126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 11822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6596 | 2024.04.10 17:14:51.834171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6597 | 2024.04.10 17:14:51.834191 [ 3 ] {} <Debug> HTTP-Session: 6d15556f-8b5a-4e1c-a8dc-d709408b375d Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6598 | 2024.04.10 17:14:51.834208 [ 3 ] {} <Debug> HTTP-Session: 6d15556f-8b5a-4e1c-a8dc-d709408b375d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6599 | 2024.04.10 17:14:51.834221 [ 3 ] {} <Debug> HTTP-Session: 6d15556f-8b5a-4e1c-a8dc-d709408b375d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6600 | 2024.04.10 17:14:51.834252 [ 3 ] {} <Trace> HTTP-Session: 6d15556f-8b5a-4e1c-a8dc-d709408b375d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6601 | 2024.04.10 17:14:51.834376 [ 3 ] {23a558dd-4a3d-482d-9e0f-a6b1bb1938a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6602 | 2024.04.10 17:14:51.834421 [ 3 ] {23a558dd-4a3d-482d-9e0f-a6b1bb1938a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6603 | 2024.04.10 17:14:51.834574 [ 3 ] {23a558dd-4a3d-482d-9e0f-a6b1bb1938a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6604 | 2024.04.10 17:14:51.834903 [ 3 ] {23a558dd-4a3d-482d-9e0f-a6b1bb1938a3} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6605 | 2024.04.10 17:14:51.834939 [ 3 ] {23a558dd-4a3d-482d-9e0f-a6b1bb1938a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6606 | 2024.04.10 17:14:51.835330 [ 3 ] {23a558dd-4a3d-482d-9e0f-a6b1bb1938a3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6607 | 2024.04.10 17:14:51.835675 [ 3 ] {23a558dd-4a3d-482d-9e0f-a6b1bb1938a3} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6608 | 2024.04.10 17:14:51.835806 [ 3 ] {23a558dd-4a3d-482d-9e0f-a6b1bb1938a3} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001511 sec., 7279.94705493051 rows/sec., 9.82 MiB/sec. | ||
6609 | 2024.04.10 17:14:51.835930 [ 3 ] {23a558dd-4a3d-482d-9e0f-a6b1bb1938a3} <Debug> DynamicQueryHandler: Done processing query | ||
6610 | 2024.04.10 17:14:51.835954 [ 3 ] {23a558dd-4a3d-482d-9e0f-a6b1bb1938a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6611 | 2024.04.10 17:14:51.835970 [ 3 ] {} <Debug> HTTP-Session: 6d15556f-8b5a-4e1c-a8dc-d709408b375d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6612 | 2024.04.10 17:14:51.836084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6613 | 2024.04.10 17:14:51.836133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6614 | 2024.04.10 17:14:51.836152 [ 3 ] {} <Debug> HTTP-Session: 5b3bbc86-33e3-4c62-a97c-c7abce47df95 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6615 | 2024.04.10 17:14:51.836169 [ 3 ] {} <Debug> HTTP-Session: 5b3bbc86-33e3-4c62-a97c-c7abce47df95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6616 | 2024.04.10 17:14:51.836183 [ 3 ] {} <Debug> HTTP-Session: 5b3bbc86-33e3-4c62-a97c-c7abce47df95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6617 | 2024.04.10 17:14:51.836213 [ 3 ] {} <Trace> HTTP-Session: 5b3bbc86-33e3-4c62-a97c-c7abce47df95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6618 | 2024.04.10 17:14:51.836290 [ 3 ] {4535ea8e-c9ef-460f-8306-8cedf02bb2b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6619 | 2024.04.10 17:14:51.836330 [ 3 ] {4535ea8e-c9ef-460f-8306-8cedf02bb2b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6620 | 2024.04.10 17:14:51.836454 [ 3 ] {4535ea8e-c9ef-460f-8306-8cedf02bb2b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6621 | 2024.04.10 17:14:51.836756 [ 3 ] {4535ea8e-c9ef-460f-8306-8cedf02bb2b5} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6622 | 2024.04.10 17:14:51.836791 [ 3 ] {4535ea8e-c9ef-460f-8306-8cedf02bb2b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6623 | 2024.04.10 17:14:51.837152 [ 3 ] {4535ea8e-c9ef-460f-8306-8cedf02bb2b5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6624 | 2024.04.10 17:14:51.837486 [ 3 ] {4535ea8e-c9ef-460f-8306-8cedf02bb2b5} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6625 | 2024.04.10 17:14:51.837616 [ 3 ] {4535ea8e-c9ef-460f-8306-8cedf02bb2b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
6626 | 2024.04.10 17:14:51.837803 [ 3 ] {4535ea8e-c9ef-460f-8306-8cedf02bb2b5} <Debug> DynamicQueryHandler: Done processing query | ||
6627 | 2024.04.10 17:14:51.837855 [ 3 ] {4535ea8e-c9ef-460f-8306-8cedf02bb2b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6628 | 2024.04.10 17:14:51.837912 [ 3 ] {} <Debug> HTTP-Session: 5b3bbc86-33e3-4c62-a97c-c7abce47df95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6629 | 2024.04.10 17:14:56.826178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 3063, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6630 | 2024.04.10 17:14:56.826334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6631 | 2024.04.10 17:14:56.826360 [ 3 ] {} <Debug> HTTP-Session: 369504bd-db0e-4af5-a12b-f7b634112098 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6632 | 2024.04.10 17:14:56.826385 [ 3 ] {} <Debug> HTTP-Session: 369504bd-db0e-4af5-a12b-f7b634112098 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6633 | 2024.04.10 17:14:56.826400 [ 3 ] {} <Debug> HTTP-Session: 369504bd-db0e-4af5-a12b-f7b634112098 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6634 | 2024.04.10 17:14:56.826450 [ 3 ] {} <Trace> HTTP-Session: 369504bd-db0e-4af5-a12b-f7b634112098 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6635 | 2024.04.10 17:14:56.826572 [ 3 ] {3730b995-c3b1-42ce-9d23-528a9136d2c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6636 | 2024.04.10 17:14:56.826637 [ 3 ] {3730b995-c3b1-42ce-9d23-528a9136d2c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6637 | 2024.04.10 17:14:56.826830 [ 3 ] {3730b995-c3b1-42ce-9d23-528a9136d2c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6638 | 2024.04.10 17:14:56.827271 [ 3 ] {3730b995-c3b1-42ce-9d23-528a9136d2c4} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6639 | 2024.04.10 17:14:56.827321 [ 3 ] {3730b995-c3b1-42ce-9d23-528a9136d2c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6640 | 2024.04.10 17:14:56.827709 [ 3 ] {3730b995-c3b1-42ce-9d23-528a9136d2c4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6641 | 2024.04.10 17:14:56.828051 [ 3 ] {3730b995-c3b1-42ce-9d23-528a9136d2c4} <Trace> oximeter.fields_i64 (98de0b37-1ab8-4608-8bca-e1c059301187): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6642 | 2024.04.10 17:14:56.828223 [ 3 ] {3730b995-c3b1-42ce-9d23-528a9136d2c4} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001704 sec., 12323.94366197183 rows/sec., 998.91 KiB/sec. | ||
6643 | 2024.04.10 17:14:56.828396 [ 3 ] {3730b995-c3b1-42ce-9d23-528a9136d2c4} <Debug> DynamicQueryHandler: Done processing query | ||
6644 | 2024.04.10 17:14:56.828425 [ 3 ] {3730b995-c3b1-42ce-9d23-528a9136d2c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6645 | 2024.04.10 17:14:56.828446 [ 3 ] {} <Debug> HTTP-Session: 369504bd-db0e-4af5-a12b-f7b634112098 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6646 | 2024.04.10 17:14:56.828575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6647 | 2024.04.10 17:14:56.828630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6648 | 2024.04.10 17:14:56.828650 [ 3 ] {} <Debug> HTTP-Session: a1eb67a2-06b7-451b-bc30-ed8bf4dce61c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6649 | 2024.04.10 17:14:56.828670 [ 3 ] {} <Debug> HTTP-Session: a1eb67a2-06b7-451b-bc30-ed8bf4dce61c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6650 | 2024.04.10 17:14:56.828684 [ 3 ] {} <Debug> HTTP-Session: a1eb67a2-06b7-451b-bc30-ed8bf4dce61c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6651 | 2024.04.10 17:14:56.828719 [ 3 ] {} <Trace> HTTP-Session: a1eb67a2-06b7-451b-bc30-ed8bf4dce61c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6652 | 2024.04.10 17:14:56.828790 [ 3 ] {9f005c7d-a00f-4f89-8f94-7d1541b149cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6653 | 2024.04.10 17:14:56.828833 [ 3 ] {9f005c7d-a00f-4f89-8f94-7d1541b149cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6654 | 2024.04.10 17:14:56.828963 [ 3 ] {9f005c7d-a00f-4f89-8f94-7d1541b149cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6655 | 2024.04.10 17:14:56.829231 [ 3 ] {9f005c7d-a00f-4f89-8f94-7d1541b149cf} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6656 | 2024.04.10 17:14:56.829270 [ 3 ] {9f005c7d-a00f-4f89-8f94-7d1541b149cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6657 | 2024.04.10 17:14:56.829569 [ 3 ] {9f005c7d-a00f-4f89-8f94-7d1541b149cf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6658 | 2024.04.10 17:14:56.829879 [ 3 ] {9f005c7d-a00f-4f89-8f94-7d1541b149cf} <Trace> oximeter.fields_ipaddr (d3559384-6a29-4c25-91d0-5645ade89489): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6659 | 2024.04.10 17:14:56.830034 [ 3 ] {9f005c7d-a00f-4f89-8f94-7d1541b149cf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001257 sec., 1591.0898965791566 rows/sec., 129.74 KiB/sec. | ||
6660 | 2024.04.10 17:14:56.830192 [ 3 ] {9f005c7d-a00f-4f89-8f94-7d1541b149cf} <Debug> DynamicQueryHandler: Done processing query | ||
6661 | 2024.04.10 17:14:56.830217 [ 3 ] {9f005c7d-a00f-4f89-8f94-7d1541b149cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6662 | 2024.04.10 17:14:56.830232 [ 3 ] {} <Debug> HTTP-Session: a1eb67a2-06b7-451b-bc30-ed8bf4dce61c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6663 | 2024.04.10 17:14:56.830362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 17454, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6664 | 2024.04.10 17:14:56.830409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6665 | 2024.04.10 17:14:56.830428 [ 3 ] {} <Debug> HTTP-Session: 7e5cddeb-a941-4eea-9223-a72e21200072 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6666 | 2024.04.10 17:14:56.830445 [ 3 ] {} <Debug> HTTP-Session: 7e5cddeb-a941-4eea-9223-a72e21200072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6667 | 2024.04.10 17:14:56.830459 [ 3 ] {} <Debug> HTTP-Session: 7e5cddeb-a941-4eea-9223-a72e21200072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6668 | 2024.04.10 17:14:56.830490 [ 3 ] {} <Trace> HTTP-Session: 7e5cddeb-a941-4eea-9223-a72e21200072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6669 | 2024.04.10 17:14:56.830584 [ 3 ] {9201b9f5-0585-4923-ace9-39d0566409fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6670 | 2024.04.10 17:14:56.830623 [ 3 ] {9201b9f5-0585-4923-ace9-39d0566409fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6671 | 2024.04.10 17:14:56.830746 [ 3 ] {9201b9f5-0585-4923-ace9-39d0566409fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6672 | 2024.04.10 17:14:56.831093 [ 3 ] {9201b9f5-0585-4923-ace9-39d0566409fc} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6673 | 2024.04.10 17:14:56.831130 [ 3 ] {9201b9f5-0585-4923-ace9-39d0566409fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6674 | 2024.04.10 17:14:56.831444 [ 3 ] {9201b9f5-0585-4923-ace9-39d0566409fc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6675 | 2024.04.10 17:14:56.831758 [ 3 ] {9201b9f5-0585-4923-ace9-39d0566409fc} <Trace> oximeter.fields_string (3cfc6308-db71-4fbf-bed9-8b5996659f11): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6676 | 2024.04.10 17:14:56.831914 [ 3 ] {9201b9f5-0585-4923-ace9-39d0566409fc} <Debug> executeQuery: Read 120 rows, 10.15 KiB in 0.001372 sec., 87463.55685131195 rows/sec., 7.22 MiB/sec. | ||
6677 | 2024.04.10 17:14:56.832057 [ 3 ] {9201b9f5-0585-4923-ace9-39d0566409fc} <Debug> DynamicQueryHandler: Done processing query | ||
6678 | 2024.04.10 17:14:56.832090 [ 3 ] {9201b9f5-0585-4923-ace9-39d0566409fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
6679 | 2024.04.10 17:14:56.832112 [ 3 ] {} <Debug> HTTP-Session: 7e5cddeb-a941-4eea-9223-a72e21200072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6680 | 2024.04.10 17:14:56.832216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6681 | 2024.04.10 17:14:56.832262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6682 | 2024.04.10 17:14:56.832282 [ 3 ] {} <Debug> HTTP-Session: 70d79d9b-f39e-4a7a-b2a8-7bfcb0fc6ed4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6683 | 2024.04.10 17:14:56.832299 [ 3 ] {} <Debug> HTTP-Session: 70d79d9b-f39e-4a7a-b2a8-7bfcb0fc6ed4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6684 | 2024.04.10 17:14:56.832312 [ 3 ] {} <Debug> HTTP-Session: 70d79d9b-f39e-4a7a-b2a8-7bfcb0fc6ed4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6685 | 2024.04.10 17:14:56.832342 [ 3 ] {} <Trace> HTTP-Session: 70d79d9b-f39e-4a7a-b2a8-7bfcb0fc6ed4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6686 | 2024.04.10 17:14:56.832404 [ 3 ] {f89d4d80-db6a-421e-ad05-923800d8ddc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6687 | 2024.04.10 17:14:56.832443 [ 3 ] {f89d4d80-db6a-421e-ad05-923800d8ddc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6688 | 2024.04.10 17:14:56.832567 [ 3 ] {f89d4d80-db6a-421e-ad05-923800d8ddc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6689 | 2024.04.10 17:14:56.832814 [ 3 ] {f89d4d80-db6a-421e-ad05-923800d8ddc1} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6690 | 2024.04.10 17:14:56.832851 [ 3 ] {f89d4d80-db6a-421e-ad05-923800d8ddc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6691 | 2024.04.10 17:14:56.833142 [ 3 ] {f89d4d80-db6a-421e-ad05-923800d8ddc1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6692 | 2024.04.10 17:14:56.833442 [ 3 ] {f89d4d80-db6a-421e-ad05-923800d8ddc1} <Trace> oximeter.fields_u16 (149b64c9-c746-4e53-8008-fefe09daf9f9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6693 | 2024.04.10 17:14:56.833566 [ 3 ] {f89d4d80-db6a-421e-ad05-923800d8ddc1} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001183 sec., 1690.61707523246 rows/sec., 118.05 KiB/sec. | ||
6694 | 2024.04.10 17:14:56.833721 [ 3 ] {f89d4d80-db6a-421e-ad05-923800d8ddc1} <Debug> DynamicQueryHandler: Done processing query | ||
6695 | 2024.04.10 17:14:56.833747 [ 3 ] {f89d4d80-db6a-421e-ad05-923800d8ddc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6696 | 2024.04.10 17:14:56.833764 [ 3 ] {} <Debug> HTTP-Session: 70d79d9b-f39e-4a7a-b2a8-7bfcb0fc6ed4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6697 | 2024.04.10 17:14:56.833882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 14781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6698 | 2024.04.10 17:14:56.833929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6699 | 2024.04.10 17:14:56.833948 [ 3 ] {} <Debug> HTTP-Session: 1c64328e-10e1-4b4b-aed1-d898d1a55fa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6700 | 2024.04.10 17:14:56.833965 [ 3 ] {} <Debug> HTTP-Session: 1c64328e-10e1-4b4b-aed1-d898d1a55fa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6701 | 2024.04.10 17:14:56.833979 [ 3 ] {} <Debug> HTTP-Session: 1c64328e-10e1-4b4b-aed1-d898d1a55fa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6702 | 2024.04.10 17:14:56.834009 [ 3 ] {} <Trace> HTTP-Session: 1c64328e-10e1-4b4b-aed1-d898d1a55fa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6703 | 2024.04.10 17:14:56.834103 [ 3 ] {9c6215ce-d8c9-45a2-ba40-ffc22fb7ea0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6704 | 2024.04.10 17:14:56.834142 [ 3 ] {9c6215ce-d8c9-45a2-ba40-ffc22fb7ea0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6705 | 2024.04.10 17:14:56.834264 [ 3 ] {9c6215ce-d8c9-45a2-ba40-ffc22fb7ea0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6706 | 2024.04.10 17:14:56.834589 [ 3 ] {9c6215ce-d8c9-45a2-ba40-ffc22fb7ea0e} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6707 | 2024.04.10 17:14:56.834625 [ 3 ] {9c6215ce-d8c9-45a2-ba40-ffc22fb7ea0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6708 | 2024.04.10 17:14:56.834928 [ 3 ] {9c6215ce-d8c9-45a2-ba40-ffc22fb7ea0e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6709 | 2024.04.10 17:14:56.835230 [ 3 ] {9c6215ce-d8c9-45a2-ba40-ffc22fb7ea0e} <Trace> oximeter.fields_uuid (d0592848-fafa-4de8-84c8-a2f1bed9d6e1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6710 | 2024.04.10 17:14:56.835356 [ 3 ] {9c6215ce-d8c9-45a2-ba40-ffc22fb7ea0e} <Debug> executeQuery: Read 87 rows, 6.96 KiB in 0.001303 sec., 66768.99462778204 rows/sec., 5.22 MiB/sec. | ||
6711 | 2024.04.10 17:14:56.835512 [ 3 ] {9c6215ce-d8c9-45a2-ba40-ffc22fb7ea0e} <Debug> DynamicQueryHandler: Done processing query | ||
6712 | 2024.04.10 17:14:56.835547 [ 3 ] {9c6215ce-d8c9-45a2-ba40-ffc22fb7ea0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6713 | 2024.04.10 17:14:56.835575 [ 3 ] {} <Debug> HTTP-Session: 1c64328e-10e1-4b4b-aed1-d898d1a55fa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6714 | 2024.04.10 17:14:56.835786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6715 | 2024.04.10 17:14:56.835833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6716 | 2024.04.10 17:14:56.835853 [ 3 ] {} <Debug> HTTP-Session: e420d746-d671-48a8-9439-88ebf2a40908 Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6717 | 2024.04.10 17:14:56.835871 [ 3 ] {} <Debug> HTTP-Session: e420d746-d671-48a8-9439-88ebf2a40908 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6718 | 2024.04.10 17:14:56.835885 [ 3 ] {} <Debug> HTTP-Session: e420d746-d671-48a8-9439-88ebf2a40908 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6719 | 2024.04.10 17:14:56.835915 [ 3 ] {} <Trace> HTTP-Session: e420d746-d671-48a8-9439-88ebf2a40908 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6720 | 2024.04.10 17:14:56.836028 [ 3 ] {85cd578f-b27b-42e4-b09e-1633f02985a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6721 | 2024.04.10 17:14:56.836073 [ 3 ] {85cd578f-b27b-42e4-b09e-1633f02985a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6722 | 2024.04.10 17:14:56.836212 [ 3 ] {85cd578f-b27b-42e4-b09e-1633f02985a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6723 | 2024.04.10 17:14:56.836590 [ 3 ] {85cd578f-b27b-42e4-b09e-1633f02985a2} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6724 | 2024.04.10 17:14:56.836625 [ 3 ] {85cd578f-b27b-42e4-b09e-1633f02985a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6725 | 2024.04.10 17:14:56.837006 [ 3 ] {85cd578f-b27b-42e4-b09e-1633f02985a2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6726 | 2024.04.10 17:14:56.837356 [ 3 ] {85cd578f-b27b-42e4-b09e-1633f02985a2} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6727 | 2024.04.10 17:14:56.837481 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6728 | 2024.04.10 17:14:56.837484 [ 3 ] {85cd578f-b27b-42e4-b09e-1633f02985a2} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001522 sec., 105781.86596583444 rows/sec., 7.37 MiB/sec. | ||
6729 | 2024.04.10 17:14:56.837532 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6730 | 2024.04.10 17:14:56.837576 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6731 | 2024.04.10 17:14:56.837655 [ 3 ] {85cd578f-b27b-42e4-b09e-1633f02985a2} <Debug> DynamicQueryHandler: Done processing query | ||
6732 | 2024.04.10 17:14:56.837697 [ 3 ] {85cd578f-b27b-42e4-b09e-1633f02985a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
6733 | 2024.04.10 17:14:56.837763 [ 3 ] {} <Debug> HTTP-Session: e420d746-d671-48a8-9439-88ebf2a40908 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6734 | 2024.04.10 17:14:56.837904 [ 199 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
6735 | 2024.04.10 17:14:56.838037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 22510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6736 | 2024.04.10 17:14:56.838146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6737 | 2024.04.10 17:14:56.838201 [ 3 ] {} <Debug> HTTP-Session: b3829330-7f84-4488-a22f-c58e1256b82c Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6738 | 2024.04.10 17:14:56.838254 [ 3 ] {} <Debug> HTTP-Session: b3829330-7f84-4488-a22f-c58e1256b82c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6739 | 2024.04.10 17:14:56.838304 [ 3 ] {} <Debug> HTTP-Session: b3829330-7f84-4488-a22f-c58e1256b82c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6740 | 2024.04.10 17:14:56.838392 [ 199 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6741 | 2024.04.10 17:14:56.838401 [ 3 ] {} <Trace> HTTP-Session: b3829330-7f84-4488-a22f-c58e1256b82c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6742 | 2024.04.10 17:14:56.838464 [ 199 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6903 rows starting from the beginning of the part | ||
6743 | 2024.04.10 17:14:56.838624 [ 199 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
6744 | 2024.04.10 17:14:56.838736 [ 3 ] {20601de4-595e-4dab-a46f-1f10059f2fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6745 | 2024.04.10 17:14:56.838979 [ 3 ] {20601de4-595e-4dab-a46f-1f10059f2fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6746 | 2024.04.10 17:14:56.839032 [ 199 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 197 rows starting from the beginning of the part | ||
6747 | 2024.04.10 17:14:56.839569 [ 199 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
6748 | 2024.04.10 17:14:56.840122 [ 199 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
6749 | 2024.04.10 17:14:56.840461 [ 199 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 161 rows starting from the beginning of the part | ||
6750 | 2024.04.10 17:14:56.840504 [ 3 ] {20601de4-595e-4dab-a46f-1f10059f2fa5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6751 | 2024.04.10 17:14:56.841648 [ 3 ] {20601de4-595e-4dab-a46f-1f10059f2fa5} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6752 | 2024.04.10 17:14:56.841707 [ 3 ] {20601de4-595e-4dab-a46f-1f10059f2fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6753 | 2024.04.10 17:14:56.842442 [ 3 ] {20601de4-595e-4dab-a46f-1f10059f2fa5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6754 | 2024.04.10 17:14:56.843447 [ 3 ] {20601de4-595e-4dab-a46f-1f10059f2fa5} <Trace> oximeter.measurements_histogramf64 (ea799e90-86f7-42a0-9b4a-40a36e688ac1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6755 | 2024.04.10 17:14:56.843757 [ 3 ] {20601de4-595e-4dab-a46f-1f10059f2fa5} <Debug> executeQuery: Read 21 rows, 29.02 KiB in 0.005255 sec., 3996.194100856327 rows/sec., 5.39 MiB/sec. | ||
6756 | 2024.04.10 17:14:56.844211 [ 3 ] {20601de4-595e-4dab-a46f-1f10059f2fa5} <Debug> DynamicQueryHandler: Done processing query | ||
6757 | 2024.04.10 17:14:56.844240 [ 3 ] {20601de4-595e-4dab-a46f-1f10059f2fa5} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
6758 | 2024.04.10 17:14:56.844258 [ 3 ] {} <Debug> HTTP-Session: b3829330-7f84-4488-a22f-c58e1256b82c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6759 | 2024.04.10 17:14:56.844378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48832, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6760 | 2024.04.10 17:14:56.844428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6761 | 2024.04.10 17:14:56.844448 [ 3 ] {} <Debug> HTTP-Session: fc9691c0-c882-4397-a138-3dc28424047f Authenticating user 'default' from [fd00:1122:3344:101::d]:48832 | ||
6762 | 2024.04.10 17:14:56.844467 [ 3 ] {} <Debug> HTTP-Session: fc9691c0-c882-4397-a138-3dc28424047f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6763 | 2024.04.10 17:14:56.844481 [ 3 ] {} <Debug> HTTP-Session: fc9691c0-c882-4397-a138-3dc28424047f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6764 | 2024.04.10 17:14:56.844551 [ 3 ] {} <Trace> HTTP-Session: fc9691c0-c882-4397-a138-3dc28424047f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6765 | 2024.04.10 17:14:56.844720 [ 3 ] {90a45921-5ea0-4007-9e1b-c788bd6e5e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48832) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6766 | 2024.04.10 17:14:56.844764 [ 3 ] {90a45921-5ea0-4007-9e1b-c788bd6e5e91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6767 | 2024.04.10 17:14:56.844935 [ 3 ] {90a45921-5ea0-4007-9e1b-c788bd6e5e91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6768 | 2024.04.10 17:14:56.845600 [ 199 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7741 rows, containing 5 columns (5 merged, 0 gathered) in 0.007917851 sec., 977664.2677413353 rows/sec., 68.15 MiB/sec. | ||
6769 | 2024.04.10 17:14:56.845633 [ 3 ] {90a45921-5ea0-4007-9e1b-c788bd6e5e91} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6770 | 2024.04.10 17:14:56.845691 [ 3 ] {90a45921-5ea0-4007-9e1b-c788bd6e5e91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6771 | 2024.04.10 17:14:56.846129 [ 3 ] {90a45921-5ea0-4007-9e1b-c788bd6e5e91} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6772 | 2024.04.10 17:14:56.846138 [ 199 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6773 | 2024.04.10 17:14:56.846925 [ 3 ] {90a45921-5ea0-4007-9e1b-c788bd6e5e91} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6774 | 2024.04.10 17:14:56.847099 [ 194 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6775 | 2024.04.10 17:14:56.847159 [ 137 ] {} <Debug> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6776 | 2024.04.10 17:14:56.847205 [ 3 ] {90a45921-5ea0-4007-9e1b-c788bd6e5e91} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002542 sec., 23603.461841070024 rows/sec., 1.59 MiB/sec. | ||
6777 | 2024.04.10 17:14:56.847216 [ 137 ] {} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6778 | 2024.04.10 17:14:56.847271 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
6779 | 2024.04.10 17:14:56.847318 [ 194 ] {0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (0e344d06-2e34-4bdd-a9fe-d1e4b7429ee5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6780 | 2024.04.10 17:14:56.847638 [ 3 ] {90a45921-5ea0-4007-9e1b-c788bd6e5e91} <Debug> DynamicQueryHandler: Done processing query | ||
6781 | 2024.04.10 17:14:56.847698 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
6782 | 2024.04.10 17:14:56.847714 [ 3 ] {90a45921-5ea0-4007-9e1b-c788bd6e5e91} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6783 | 2024.04.10 17:14:56.847747 [ 3 ] {} <Debug> HTTP-Session: fc9691c0-c882-4397-a138-3dc28424047f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6784 | 2024.04.10 17:14:56.847762 [ 199 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
6785 | 2024.04.10 17:14:56.847908 [ 199 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6786 | 2024.04.10 17:14:56.847939 [ 199 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2420 rows starting from the beginning of the part | ||
6787 | 2024.04.10 17:14:56.848005 [ 199 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
6788 | 2024.04.10 17:14:56.848228 [ 199 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
6789 | 2024.04.10 17:14:56.848548 [ 199 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
6790 | 2024.04.10 17:14:56.848617 [ 199 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
6791 | 2024.04.10 17:14:56.848788 [ 199 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
6792 | 2024.04.10 17:14:56.850111 [ 187 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2720 rows, containing 4 columns (4 merged, 0 gathered) in 0.002688205 sec., 1011827.5949936854 rows/sec., 68.19 MiB/sec. | ||
6793 | 2024.04.10 17:14:56.850351 [ 199 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6794 | 2024.04.10 17:14:56.850714 [ 199 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_46_9} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6795 | 2024.04.10 17:14:56.850798 [ 199 ] {9c25243d-96a1-4b96-a161-e2e14be014a9::all_1_46_9} <Trace> oximeter.measurements_u64 (9c25243d-96a1-4b96-a161-e2e14be014a9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6796 | 2024.04.10 17:14:56.850877 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
6797 | 2024.04.10 17:14:59.391853 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6798 | 2024.04.10 17:14:59.391904 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6799 | 2024.04.10 17:15:00.001336 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000963893 sec. |