1 | [ Aug 6 04:00:04 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
2 | + set -o errexit | ||
3 | + set -o pipefail | ||
4 | + . /lib/svc/share/smf_include.sh | ||
5 | ++ SMF_EXIT_OK=0 | ||
6 | ++ SMF_EXIT_NODAEMON=94 | ||
7 | ++ SMF_EXIT_ERR_FATAL=95 | ||
8 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
9 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
10 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
11 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
12 | ++ SMF_EXIT_ERR_PERM=100 | ||
13 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
14 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
15 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
16 | + LISTEN_PORT=8123 | ||
17 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
18 | + DATASTORE=/data | ||
19 | + single_node=true | ||
20 | + command=() | ||
21 | + true | ||
22 | + 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") | ||
23 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
24 | [ Aug 6 04:00:04 Method "start" exited with status 0. ] | ||
25 | Processing configuration file 'config.xml'. | ||
26 | There is no file 'config.xml', will use embedded config. | ||
27 | Logging trace to /var/tmp/clickhouse-server.log | ||
28 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
29 | 2024.08.06 04:00:05.558799 [ 1 ] {} <Information> Application: Will watch for the process with pid 5565 | ||
30 | 2024.08.06 04:00:05.559308 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
31 | 2024.08.06 04:00:05.858374 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 5565 | ||
32 | 2024.08.06 04:00:05.859197 [ 1 ] {} <Information> Application: starting up | ||
33 | 2024.08.06 04:00:05.860022 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
34 | 2024.08.06 04:00:05.958992 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
35 | 2024.08.06 04:00:05.988853 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
36 | 2024.08.06 04:00:05.988901 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
37 | 2024.08.06 04:00:05.988919 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
38 | 2024.08.06 04:00:05.988983 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
39 | 2024.08.06 04:00:05.989576 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
40 | 2024.08.06 04:00:05.991182 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
41 | Processing configuration file 'config.xml'. | ||
42 | There is no file 'config.xml', will use embedded config. | ||
43 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
44 | 2024.08.06 04:00:05.991787 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
45 | 2024.08.06 04:00:05.992696 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
46 | 2024.08.06 04:00:05.992779 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
47 | 2024.08.06 04:00:05.992796 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
48 | 2024.08.06 04:00:05.992977 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2024.08.06 04:00:05.994025 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
50 | 2024.08.06 04:00:05.999593 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
51 | 2024.08.06 04:00:06.000400 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.08.06 04:00:06.001895 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
53 | 2024.08.06 04:00:06.002022 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
54 | 2024.08.06 04:00:06.003672 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
55 | Processing configuration file 'config.xml'. | ||
56 | There is no file 'config.xml', will use embedded config. | ||
57 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
58 | 2024.08.06 04:00:06.004006 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
59 | 2024.08.06 04:00:06.009016 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
60 | 2024.08.06 04:00:06.009668 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
61 | 2024.08.06 04:00:06.011308 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
62 | 2024.08.06 04:00:06.011826 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
63 | 2024.08.06 04:00:06.012421 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
64 | 2024.08.06 04:00:06.013020 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
65 | 2024.08.06 04:00:06.014569 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
66 | 2024.08.06 04:00:06.014630 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
67 | 2024.08.06 04:00:06.014699 [ 175 ] {} <Debug> DNSResolver: Updating DNS cache | ||
68 | 2024.08.06 04:00:06.014804 [ 175 ] {} <Debug> DNSResolver: Updated DNS cache | ||
69 | 2024.08.06 04:00:06.023641 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
70 | 2024.08.06 04:00:06.023668 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000150594 sec | ||
71 | 2024.08.06 04:00:06.023742 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
72 | 2024.08.06 04:00:06.023754 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
73 | 2024.08.06 04:00:06.025033 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
74 | 2024.08.06 04:00:06.026275 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
75 | 2024.08.06 04:00:06.026297 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
76 | 2024.08.06 04:00:06.026366 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
77 | 2024.08.06 04:00:06.026408 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
78 | 2024.08.06 04:00:06.026421 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
79 | 2024.08.06 04:00:06.026449 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
80 | 2024.08.06 04:00:06.026489 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
81 | 2024.08.06 04:00:06.026527 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
82 | 2024.08.06 04:00:06.026557 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
83 | 2024.08.06 04:00:06.026598 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
84 | 2024.08.06 04:00:06.026635 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
85 | 2024.08.06 04:00:06.026648 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
86 | 2024.08.06 04:00:06.026711 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
87 | 2024.08.06 04:00:06.026749 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
88 | 2024.08.06 04:00:06.026762 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
89 | 2024.08.06 04:00:06.026821 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
90 | 2024.08.06 04:00:06.026861 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
91 | 2024.08.06 04:00:06.071163 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
92 | 2024.08.06 04:00:06.072626 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
93 | 2024.08.06 04:00:06.072685 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.1502e-05 sec | ||
94 | 2024.08.06 04:00:06.072702 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
95 | 2024.08.06 04:00:06.072713 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
96 | 2024.08.06 04:00:06.072738 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
97 | 2024.08.06 04:00:06.072978 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
98 | 2024.08.06 04:00:06.073052 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
99 | 2024.08.06 04:00:06.073069 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
100 | 2024.08.06 04:00:06.073081 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
101 | 2024.08.06 04:00:06.073122 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
102 | 2024.08.06 04:00:06.092484 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
103 | 2024.08.06 04:00:06.321152 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
104 | 2024.08.06 04:00:06.321208 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
105 | 2024.08.06 04:00:06.390141 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
106 | 2024.08.06 04:00:06.390382 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.21 MiB | ||
107 | 2024.08.06 04:00:06.391584 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 4.0301e-05 sec. | ||
108 | 2024.08.06 04:00:06.392044 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
109 | 2024.08.06 04:00:06.392152 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
110 | 2024.08.06 04:00:06.392231 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
111 | 2024.08.06 04:00:06.392253 [ 1 ] {} <Information> Application: Ready for connections. | ||
112 | 2024.08.06 04:00:06.883095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
113 | 2024.08.06 04:00:06.883307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
114 | 2024.08.06 04:00:06.883341 [ 3 ] {} <Debug> HTTP-Session: 2f1b073b-8553-4a88-8fb2-2bfa6efe81c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
115 | 2024.08.06 04:00:06.883372 [ 3 ] {} <Debug> HTTP-Session: 2f1b073b-8553-4a88-8fb2-2bfa6efe81c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
116 | 2024.08.06 04:00:06.883390 [ 3 ] {} <Debug> HTTP-Session: 2f1b073b-8553-4a88-8fb2-2bfa6efe81c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
117 | 2024.08.06 04:00:06.883474 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
118 | 2024.08.06 04:00:06.883506 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
119 | 2024.08.06 04:00:06.883529 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
120 | 2024.08.06 04:00:06.883609 [ 3 ] {} <Trace> HTTP-Session: 2f1b073b-8553-4a88-8fb2-2bfa6efe81c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
121 | 2024.08.06 04:00:06.884735 [ 3 ] {9feb8fd6-d368-48b6-9421-f650b48d74c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
122 | 2024.08.06 04:00:06.919389 [ 3 ] {9feb8fd6-d368-48b6-9421-f650b48d74c9} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58215) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
123 | |||
124 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
125 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
126 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
127 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
128 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
129 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
130 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
131 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
132 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
133 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
134 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
135 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
136 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
137 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
138 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
139 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
140 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
141 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
142 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
143 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
144 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
145 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
146 | |||
147 | 2024.08.06 04:00:06.920108 [ 3 ] {9feb8fd6-d368-48b6-9421-f650b48d74c9} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
148 | |||
149 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
150 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
151 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
152 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
153 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
154 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
155 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
156 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
157 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
158 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
159 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
160 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
161 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
162 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
163 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
164 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
165 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
166 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
167 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
168 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
169 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
170 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
171 | (version 23.8.7.1) | ||
172 | 2024.08.06 04:00:06.921487 [ 3 ] {} <Debug> HTTP-Session: 2f1b073b-8553-4a88-8fb2-2bfa6efe81c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
173 | 2024.08.06 04:00:06.922436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
174 | 2024.08.06 04:00:06.922508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
175 | 2024.08.06 04:00:06.922533 [ 3 ] {} <Debug> HTTP-Session: bb3dd67c-336f-4e74-9069-0e40a63f95c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
176 | 2024.08.06 04:00:06.922552 [ 3 ] {} <Debug> HTTP-Session: bb3dd67c-336f-4e74-9069-0e40a63f95c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
177 | 2024.08.06 04:00:06.922569 [ 3 ] {} <Debug> HTTP-Session: bb3dd67c-336f-4e74-9069-0e40a63f95c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
178 | 2024.08.06 04:00:06.922613 [ 3 ] {} <Trace> HTTP-Session: bb3dd67c-336f-4e74-9069-0e40a63f95c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
179 | 2024.08.06 04:00:06.923754 [ 3 ] {f52d11a9-bdd2-4a5b-bf0a-752a7fabf67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
180 | 2024.08.06 04:00:06.923893 [ 3 ] {f52d11a9-bdd2-4a5b-bf0a-752a7fabf67d} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
181 | 2024.08.06 04:00:06.925983 [ 3 ] {f52d11a9-bdd2-4a5b-bf0a-752a7fabf67d} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
182 | 2024.08.06 04:00:06.928929 [ 3 ] {f52d11a9-bdd2-4a5b-bf0a-752a7fabf67d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
183 | 2024.08.06 04:00:06.934956 [ 3 ] {f52d11a9-bdd2-4a5b-bf0a-752a7fabf67d} <Debug> DynamicQueryHandler: Done processing query | ||
184 | 2024.08.06 04:00:06.934992 [ 3 ] {f52d11a9-bdd2-4a5b-bf0a-752a7fabf67d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
185 | 2024.08.06 04:00:06.935009 [ 3 ] {} <Debug> HTTP-Session: bb3dd67c-336f-4e74-9069-0e40a63f95c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
186 | 2024.08.06 04:00:06.936361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
187 | 2024.08.06 04:00:06.936417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
188 | 2024.08.06 04:00:06.936436 [ 3 ] {} <Debug> HTTP-Session: c64842b0-ddf1-4b40-bfeb-d2db19f666ec Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
189 | 2024.08.06 04:00:06.936457 [ 3 ] {} <Debug> HTTP-Session: c64842b0-ddf1-4b40-bfeb-d2db19f666ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
190 | 2024.08.06 04:00:06.936472 [ 3 ] {} <Debug> HTTP-Session: c64842b0-ddf1-4b40-bfeb-d2db19f666ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
191 | 2024.08.06 04:00:06.936505 [ 3 ] {} <Trace> HTTP-Session: c64842b0-ddf1-4b40-bfeb-d2db19f666ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
192 | 2024.08.06 04:00:06.936639 [ 3 ] {0f511c16-e919-4cee-9cd2-1cbcd14cf4cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
193 | 2024.08.06 04:00:06.936892 [ 3 ] {0f511c16-e919-4cee-9cd2-1cbcd14cf4cf} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58215) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
194 | |||
195 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
196 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
197 | 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 | ||
198 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
199 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
200 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
201 | 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 | ||
202 | 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 | ||
203 | 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 | ||
204 | 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 | ||
205 | 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 | ||
206 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
207 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
208 | 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 | ||
209 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
210 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
211 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
212 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
213 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
214 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
215 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
216 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
217 | |||
218 | 2024.08.06 04:00:06.937008 [ 3 ] {0f511c16-e919-4cee-9cd2-1cbcd14cf4cf} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
219 | |||
220 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
221 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
222 | 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 | ||
223 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
224 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
225 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
226 | 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 | ||
227 | 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 | ||
228 | 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 | ||
229 | 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 | ||
230 | 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 | ||
231 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
232 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
233 | 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 | ||
234 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
235 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
236 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
237 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
238 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
239 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
240 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
241 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
242 | (version 23.8.7.1) | ||
243 | 2024.08.06 04:00:06.937166 [ 3 ] {} <Debug> HTTP-Session: c64842b0-ddf1-4b40-bfeb-d2db19f666ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
244 | 2024.08.06 04:00:06.938922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
245 | 2024.08.06 04:00:06.938985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
246 | 2024.08.06 04:00:06.939007 [ 3 ] {} <Debug> HTTP-Session: cf268ef6-3e4e-4401-8a59-47672b084051 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
247 | 2024.08.06 04:00:06.939032 [ 3 ] {} <Debug> HTTP-Session: cf268ef6-3e4e-4401-8a59-47672b084051 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
248 | 2024.08.06 04:00:06.939048 [ 3 ] {} <Debug> HTTP-Session: cf268ef6-3e4e-4401-8a59-47672b084051 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
249 | 2024.08.06 04:00:06.939089 [ 3 ] {} <Trace> HTTP-Session: cf268ef6-3e4e-4401-8a59-47672b084051 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
250 | 2024.08.06 04:00:06.939277 [ 3 ] {bf84b611-5fd7-4b24-98ee-a188686f5606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
251 | 2024.08.06 04:00:06.939469 [ 3 ] {bf84b611-5fd7-4b24-98ee-a188686f5606} <Debug> DynamicQueryHandler: Done processing query | ||
252 | 2024.08.06 04:00:06.939496 [ 3 ] {} <Debug> HTTP-Session: cf268ef6-3e4e-4401-8a59-47672b084051 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
253 | 2024.08.06 04:00:06.939641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
254 | 2024.08.06 04:00:06.939699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
255 | 2024.08.06 04:00:06.939724 [ 3 ] {} <Debug> HTTP-Session: 6cf42840-3edb-4d11-9ca2-cb3634c45d24 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
256 | 2024.08.06 04:00:06.939743 [ 3 ] {} <Debug> HTTP-Session: 6cf42840-3edb-4d11-9ca2-cb3634c45d24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
257 | 2024.08.06 04:00:06.939764 [ 3 ] {} <Debug> HTTP-Session: 6cf42840-3edb-4d11-9ca2-cb3634c45d24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
258 | 2024.08.06 04:00:06.939801 [ 3 ] {} <Trace> HTTP-Session: 6cf42840-3edb-4d11-9ca2-cb3634c45d24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
259 | 2024.08.06 04:00:06.939888 [ 3 ] {c55d7d14-a98a-4ce1-97c2-89845d8af764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
260 | 2024.08.06 04:00:06.939950 [ 3 ] {c55d7d14-a98a-4ce1-97c2-89845d8af764} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
261 | 2024.08.06 04:00:06.941136 [ 3 ] {c55d7d14-a98a-4ce1-97c2-89845d8af764} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
262 | 2024.08.06 04:00:06.941157 [ 3 ] {c55d7d14-a98a-4ce1-97c2-89845d8af764} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.3811e-05 sec | ||
263 | 2024.08.06 04:00:06.941180 [ 3 ] {c55d7d14-a98a-4ce1-97c2-89845d8af764} <Trace> ReferentialDeps: No tables | ||
264 | 2024.08.06 04:00:06.941195 [ 3 ] {c55d7d14-a98a-4ce1-97c2-89845d8af764} <Trace> LoadingDeps: No tables | ||
265 | 2024.08.06 04:00:06.941216 [ 3 ] {c55d7d14-a98a-4ce1-97c2-89845d8af764} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
266 | 2024.08.06 04:00:06.941334 [ 3 ] {c55d7d14-a98a-4ce1-97c2-89845d8af764} <Debug> DynamicQueryHandler: Done processing query | ||
267 | 2024.08.06 04:00:06.941361 [ 3 ] {} <Debug> HTTP-Session: 6cf42840-3edb-4d11-9ca2-cb3634c45d24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
268 | 2024.08.06 04:00:06.941468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
269 | 2024.08.06 04:00:06.941514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
270 | 2024.08.06 04:00:06.941538 [ 3 ] {} <Debug> HTTP-Session: eecadad5-01ba-440a-ba43-49eb5e4c160b Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
271 | 2024.08.06 04:00:06.941556 [ 3 ] {} <Debug> HTTP-Session: eecadad5-01ba-440a-ba43-49eb5e4c160b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
272 | 2024.08.06 04:00:06.941569 [ 3 ] {} <Debug> HTTP-Session: eecadad5-01ba-440a-ba43-49eb5e4c160b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
273 | 2024.08.06 04:00:06.941605 [ 3 ] {} <Trace> HTTP-Session: eecadad5-01ba-440a-ba43-49eb5e4c160b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
274 | 2024.08.06 04:00:06.941745 [ 3 ] {fbd2090e-d274-4522-8f9f-0d216181718b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) /* The version table contains metadata about the `oximeter` database */ | ||
275 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
276 | 2024.08.06 04:00:06.941794 [ 3 ] {fbd2090e-d274-4522-8f9f-0d216181718b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
277 | 2024.08.06 04:00:06.946111 [ 3 ] {fbd2090e-d274-4522-8f9f-0d216181718b} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
278 | 2024.08.06 04:00:06.947528 [ 3 ] {fbd2090e-d274-4522-8f9f-0d216181718b} <Debug> oximeter.version (f918de56-7285-4566-b936-5fdd98176749): Loading data parts | ||
279 | 2024.08.06 04:00:06.947940 [ 3 ] {fbd2090e-d274-4522-8f9f-0d216181718b} <Debug> oximeter.version (f918de56-7285-4566-b936-5fdd98176749): There are no data parts | ||
280 | 2024.08.06 04:00:06.950407 [ 3 ] {fbd2090e-d274-4522-8f9f-0d216181718b} <Debug> DynamicQueryHandler: Done processing query | ||
281 | 2024.08.06 04:00:06.950433 [ 3 ] {} <Debug> HTTP-Session: eecadad5-01ba-440a-ba43-49eb5e4c160b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
282 | 2024.08.06 04:00:06.950563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
283 | 2024.08.06 04:00:06.950615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
284 | 2024.08.06 04:00:06.950633 [ 3 ] {} <Debug> HTTP-Session: 1d566129-91d1-4e11-a310-60a813744c93 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
285 | 2024.08.06 04:00:06.950655 [ 3 ] {} <Debug> HTTP-Session: 1d566129-91d1-4e11-a310-60a813744c93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
286 | 2024.08.06 04:00:06.950673 [ 3 ] {} <Debug> HTTP-Session: 1d566129-91d1-4e11-a310-60a813744c93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
287 | 2024.08.06 04:00:06.950704 [ 3 ] {} <Trace> HTTP-Session: 1d566129-91d1-4e11-a310-60a813744c93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
288 | 2024.08.06 04:00:06.950903 [ 3 ] {04be901a-4a57-4898-ac7c-b57e3d4fdd99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) /* The measurement tables contain all individual samples from each timeseries. | ||
289 | * | ||
290 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
291 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
292 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
293 | * by all samples from the same timeseries. | ||
294 | * | ||
295 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
296 | * and then uses that to index quickly into the measurements tables. | ||
297 | */ | ||
298 | 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) | ||
299 | 2024.08.06 04:00:06.950959 [ 3 ] {04be901a-4a57-4898-ac7c-b57e3d4fdd99} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
300 | 2024.08.06 04:00:06.957757 [ 3 ] {04be901a-4a57-4898-ac7c-b57e3d4fdd99} <Debug> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Loading data parts | ||
301 | 2024.08.06 04:00:06.957925 [ 3 ] {04be901a-4a57-4898-ac7c-b57e3d4fdd99} <Debug> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): There are no data parts | ||
302 | 2024.08.06 04:00:06.959240 [ 3 ] {04be901a-4a57-4898-ac7c-b57e3d4fdd99} <Debug> DynamicQueryHandler: Done processing query | ||
303 | 2024.08.06 04:00:06.959267 [ 3 ] {} <Debug> HTTP-Session: 1d566129-91d1-4e11-a310-60a813744c93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
304 | 2024.08.06 04:00:06.959434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
305 | 2024.08.06 04:00:06.959488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
306 | 2024.08.06 04:00:06.959511 [ 3 ] {} <Debug> HTTP-Session: ac523cc7-36cd-4857-9031-9fd5420731cb Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
307 | 2024.08.06 04:00:06.959527 [ 3 ] {} <Debug> HTTP-Session: ac523cc7-36cd-4857-9031-9fd5420731cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
308 | 2024.08.06 04:00:06.959545 [ 3 ] {} <Debug> HTTP-Session: ac523cc7-36cd-4857-9031-9fd5420731cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
309 | 2024.08.06 04:00:06.959575 [ 3 ] {} <Trace> HTTP-Session: ac523cc7-36cd-4857-9031-9fd5420731cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
310 | 2024.08.06 04:00:06.959752 [ 3 ] {bbd42fb1-aa35-4ec6-890d-89525a373606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
311 | 2024.08.06 04:00:06.959806 [ 3 ] {bbd42fb1-aa35-4ec6-890d-89525a373606} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
312 | 2024.08.06 04:00:06.961892 [ 3 ] {bbd42fb1-aa35-4ec6-890d-89525a373606} <Debug> oximeter.measurements_i8 (8b9cfaaf-ff6f-4a65-b261-1e8a81b9bf82): Loading data parts | ||
313 | 2024.08.06 04:00:06.962061 [ 3 ] {bbd42fb1-aa35-4ec6-890d-89525a373606} <Debug> oximeter.measurements_i8 (8b9cfaaf-ff6f-4a65-b261-1e8a81b9bf82): There are no data parts | ||
314 | 2024.08.06 04:00:06.963333 [ 3 ] {bbd42fb1-aa35-4ec6-890d-89525a373606} <Debug> DynamicQueryHandler: Done processing query | ||
315 | 2024.08.06 04:00:06.963358 [ 3 ] {} <Debug> HTTP-Session: ac523cc7-36cd-4857-9031-9fd5420731cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
316 | 2024.08.06 04:00:06.963507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
317 | 2024.08.06 04:00:06.963560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
318 | 2024.08.06 04:00:06.963578 [ 3 ] {} <Debug> HTTP-Session: bce9a2a0-0bd0-4274-b08c-bb91af9fd242 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
319 | 2024.08.06 04:00:06.963598 [ 3 ] {} <Debug> HTTP-Session: bce9a2a0-0bd0-4274-b08c-bb91af9fd242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
320 | 2024.08.06 04:00:06.963616 [ 3 ] {} <Debug> HTTP-Session: bce9a2a0-0bd0-4274-b08c-bb91af9fd242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
321 | 2024.08.06 04:00:06.963646 [ 3 ] {} <Trace> HTTP-Session: bce9a2a0-0bd0-4274-b08c-bb91af9fd242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
322 | 2024.08.06 04:00:06.963827 [ 3 ] {7b311a54-8f09-4d7f-b2c4-5e8db5e25dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
323 | 2024.08.06 04:00:06.963880 [ 3 ] {7b311a54-8f09-4d7f-b2c4-5e8db5e25dd4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
324 | 2024.08.06 04:00:06.965874 [ 3 ] {7b311a54-8f09-4d7f-b2c4-5e8db5e25dd4} <Debug> oximeter.measurements_u8 (89a06414-e0a6-4ae2-b827-41163ecf3638): Loading data parts | ||
325 | 2024.08.06 04:00:06.966030 [ 3 ] {7b311a54-8f09-4d7f-b2c4-5e8db5e25dd4} <Debug> oximeter.measurements_u8 (89a06414-e0a6-4ae2-b827-41163ecf3638): There are no data parts | ||
326 | 2024.08.06 04:00:06.967268 [ 3 ] {7b311a54-8f09-4d7f-b2c4-5e8db5e25dd4} <Debug> DynamicQueryHandler: Done processing query | ||
327 | 2024.08.06 04:00:06.967292 [ 3 ] {} <Debug> HTTP-Session: bce9a2a0-0bd0-4274-b08c-bb91af9fd242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
328 | 2024.08.06 04:00:06.967441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
329 | 2024.08.06 04:00:06.967494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
330 | 2024.08.06 04:00:06.967517 [ 3 ] {} <Debug> HTTP-Session: 8d0e15a7-5584-479d-bfa3-7b5964544c77 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
331 | 2024.08.06 04:00:06.967533 [ 3 ] {} <Debug> HTTP-Session: 8d0e15a7-5584-479d-bfa3-7b5964544c77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
332 | 2024.08.06 04:00:06.967551 [ 3 ] {} <Debug> HTTP-Session: 8d0e15a7-5584-479d-bfa3-7b5964544c77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
333 | 2024.08.06 04:00:06.967584 [ 3 ] {} <Trace> HTTP-Session: 8d0e15a7-5584-479d-bfa3-7b5964544c77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
334 | 2024.08.06 04:00:06.967754 [ 3 ] {9a493584-2044-4b55-9e6c-d2eabd6575f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
335 | 2024.08.06 04:00:06.967808 [ 3 ] {9a493584-2044-4b55-9e6c-d2eabd6575f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
336 | 2024.08.06 04:00:06.969821 [ 3 ] {9a493584-2044-4b55-9e6c-d2eabd6575f1} <Debug> oximeter.measurements_i16 (06a55ab6-7b60-462e-8630-826cc8deb01f): Loading data parts | ||
337 | 2024.08.06 04:00:06.969987 [ 3 ] {9a493584-2044-4b55-9e6c-d2eabd6575f1} <Debug> oximeter.measurements_i16 (06a55ab6-7b60-462e-8630-826cc8deb01f): There are no data parts | ||
338 | 2024.08.06 04:00:06.971281 [ 3 ] {9a493584-2044-4b55-9e6c-d2eabd6575f1} <Debug> DynamicQueryHandler: Done processing query | ||
339 | 2024.08.06 04:00:06.971305 [ 3 ] {} <Debug> HTTP-Session: 8d0e15a7-5584-479d-bfa3-7b5964544c77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
340 | 2024.08.06 04:00:06.971452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
341 | 2024.08.06 04:00:06.971504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
342 | 2024.08.06 04:00:06.971523 [ 3 ] {} <Debug> HTTP-Session: 64191835-ef48-4397-9f2e-dea27e8baf04 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
343 | 2024.08.06 04:00:06.971544 [ 3 ] {} <Debug> HTTP-Session: 64191835-ef48-4397-9f2e-dea27e8baf04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
344 | 2024.08.06 04:00:06.971560 [ 3 ] {} <Debug> HTTP-Session: 64191835-ef48-4397-9f2e-dea27e8baf04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
345 | 2024.08.06 04:00:06.971589 [ 3 ] {} <Trace> HTTP-Session: 64191835-ef48-4397-9f2e-dea27e8baf04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
346 | 2024.08.06 04:00:06.971765 [ 3 ] {d2670ac9-45c6-445d-b218-04478f66c07e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
347 | 2024.08.06 04:00:06.971818 [ 3 ] {d2670ac9-45c6-445d-b218-04478f66c07e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
348 | 2024.08.06 04:00:06.973769 [ 3 ] {d2670ac9-45c6-445d-b218-04478f66c07e} <Debug> oximeter.measurements_u16 (bfcea96a-e057-4611-b6c9-3a4257d2a923): Loading data parts | ||
349 | 2024.08.06 04:00:06.973927 [ 3 ] {d2670ac9-45c6-445d-b218-04478f66c07e} <Debug> oximeter.measurements_u16 (bfcea96a-e057-4611-b6c9-3a4257d2a923): There are no data parts | ||
350 | 2024.08.06 04:00:06.975163 [ 3 ] {d2670ac9-45c6-445d-b218-04478f66c07e} <Debug> DynamicQueryHandler: Done processing query | ||
351 | 2024.08.06 04:00:06.975194 [ 3 ] {} <Debug> HTTP-Session: 64191835-ef48-4397-9f2e-dea27e8baf04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
352 | 2024.08.06 04:00:06.975319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
353 | 2024.08.06 04:00:06.975373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
354 | 2024.08.06 04:00:06.975397 [ 3 ] {} <Debug> HTTP-Session: 1debcb74-766e-4696-8500-3cb6da28c878 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
355 | 2024.08.06 04:00:06.975413 [ 3 ] {} <Debug> HTTP-Session: 1debcb74-766e-4696-8500-3cb6da28c878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
356 | 2024.08.06 04:00:06.975435 [ 3 ] {} <Debug> HTTP-Session: 1debcb74-766e-4696-8500-3cb6da28c878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
357 | 2024.08.06 04:00:06.975469 [ 3 ] {} <Trace> HTTP-Session: 1debcb74-766e-4696-8500-3cb6da28c878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
358 | 2024.08.06 04:00:06.975638 [ 3 ] {0d4c58d1-f160-4196-b05f-084dc36cfb15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
359 | 2024.08.06 04:00:06.975696 [ 3 ] {0d4c58d1-f160-4196-b05f-084dc36cfb15} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
360 | 2024.08.06 04:00:06.977649 [ 3 ] {0d4c58d1-f160-4196-b05f-084dc36cfb15} <Debug> oximeter.measurements_i32 (07747083-7d0f-403d-9532-7001904c06f0): Loading data parts | ||
361 | 2024.08.06 04:00:06.977802 [ 3 ] {0d4c58d1-f160-4196-b05f-084dc36cfb15} <Debug> oximeter.measurements_i32 (07747083-7d0f-403d-9532-7001904c06f0): There are no data parts | ||
362 | 2024.08.06 04:00:06.979087 [ 3 ] {0d4c58d1-f160-4196-b05f-084dc36cfb15} <Debug> DynamicQueryHandler: Done processing query | ||
363 | 2024.08.06 04:00:06.979112 [ 3 ] {} <Debug> HTTP-Session: 1debcb74-766e-4696-8500-3cb6da28c878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
364 | 2024.08.06 04:00:06.979241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
365 | 2024.08.06 04:00:06.979293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
366 | 2024.08.06 04:00:06.979320 [ 3 ] {} <Debug> HTTP-Session: 4b4ccb8f-2b7a-4076-b93a-23d81fd9743c Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
367 | 2024.08.06 04:00:06.979335 [ 3 ] {} <Debug> HTTP-Session: 4b4ccb8f-2b7a-4076-b93a-23d81fd9743c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
368 | 2024.08.06 04:00:06.979353 [ 3 ] {} <Debug> HTTP-Session: 4b4ccb8f-2b7a-4076-b93a-23d81fd9743c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
369 | 2024.08.06 04:00:06.979386 [ 3 ] {} <Trace> HTTP-Session: 4b4ccb8f-2b7a-4076-b93a-23d81fd9743c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
370 | 2024.08.06 04:00:06.979558 [ 3 ] {3213f5ad-2bed-4877-a08a-0da11cf24df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
371 | 2024.08.06 04:00:06.979607 [ 3 ] {3213f5ad-2bed-4877-a08a-0da11cf24df4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
372 | 2024.08.06 04:00:06.981569 [ 3 ] {3213f5ad-2bed-4877-a08a-0da11cf24df4} <Debug> oximeter.measurements_u32 (28c873df-f305-4050-a6ad-9e6c315f497c): Loading data parts | ||
373 | 2024.08.06 04:00:06.981720 [ 3 ] {3213f5ad-2bed-4877-a08a-0da11cf24df4} <Debug> oximeter.measurements_u32 (28c873df-f305-4050-a6ad-9e6c315f497c): There are no data parts | ||
374 | 2024.08.06 04:00:06.982935 [ 3 ] {3213f5ad-2bed-4877-a08a-0da11cf24df4} <Debug> DynamicQueryHandler: Done processing query | ||
375 | 2024.08.06 04:00:06.982966 [ 3 ] {} <Debug> HTTP-Session: 4b4ccb8f-2b7a-4076-b93a-23d81fd9743c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
376 | 2024.08.06 04:00:06.983094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
377 | 2024.08.06 04:00:06.983148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
378 | 2024.08.06 04:00:06.983171 [ 3 ] {} <Debug> HTTP-Session: 0b9dd066-07e1-4075-ac65-7eba377357fa Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
379 | 2024.08.06 04:00:06.983187 [ 3 ] {} <Debug> HTTP-Session: 0b9dd066-07e1-4075-ac65-7eba377357fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
380 | 2024.08.06 04:00:06.983205 [ 3 ] {} <Debug> HTTP-Session: 0b9dd066-07e1-4075-ac65-7eba377357fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
381 | 2024.08.06 04:00:06.983239 [ 3 ] {} <Trace> HTTP-Session: 0b9dd066-07e1-4075-ac65-7eba377357fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
382 | 2024.08.06 04:00:06.983414 [ 3 ] {b33b5790-c6b5-408e-9358-91c2bb1537ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
383 | 2024.08.06 04:00:06.983469 [ 3 ] {b33b5790-c6b5-408e-9358-91c2bb1537ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
384 | 2024.08.06 04:00:06.985405 [ 3 ] {b33b5790-c6b5-408e-9358-91c2bb1537ab} <Debug> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Loading data parts | ||
385 | 2024.08.06 04:00:06.985571 [ 3 ] {b33b5790-c6b5-408e-9358-91c2bb1537ab} <Debug> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): There are no data parts | ||
386 | 2024.08.06 04:00:06.986781 [ 3 ] {b33b5790-c6b5-408e-9358-91c2bb1537ab} <Debug> DynamicQueryHandler: Done processing query | ||
387 | 2024.08.06 04:00:06.986812 [ 3 ] {} <Debug> HTTP-Session: 0b9dd066-07e1-4075-ac65-7eba377357fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
388 | 2024.08.06 04:00:06.986930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
389 | 2024.08.06 04:00:06.986983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
390 | 2024.08.06 04:00:06.987006 [ 3 ] {} <Debug> HTTP-Session: 7659a737-e55e-4d20-ba2a-19991d7cb9ff Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
391 | 2024.08.06 04:00:06.987026 [ 3 ] {} <Debug> HTTP-Session: 7659a737-e55e-4d20-ba2a-19991d7cb9ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
392 | 2024.08.06 04:00:06.987040 [ 3 ] {} <Debug> HTTP-Session: 7659a737-e55e-4d20-ba2a-19991d7cb9ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
393 | 2024.08.06 04:00:06.987074 [ 3 ] {} <Trace> HTTP-Session: 7659a737-e55e-4d20-ba2a-19991d7cb9ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
394 | 2024.08.06 04:00:06.987253 [ 3 ] {a01103a5-01a4-40ae-9ec8-8b810e448ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
395 | 2024.08.06 04:00:06.987303 [ 3 ] {a01103a5-01a4-40ae-9ec8-8b810e448ec3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
396 | 2024.08.06 04:00:06.989190 [ 3 ] {a01103a5-01a4-40ae-9ec8-8b810e448ec3} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Loading data parts | ||
397 | 2024.08.06 04:00:06.989350 [ 3 ] {a01103a5-01a4-40ae-9ec8-8b810e448ec3} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): There are no data parts | ||
398 | 2024.08.06 04:00:06.990704 [ 3 ] {a01103a5-01a4-40ae-9ec8-8b810e448ec3} <Debug> DynamicQueryHandler: Done processing query | ||
399 | 2024.08.06 04:00:06.990737 [ 3 ] {} <Debug> HTTP-Session: 7659a737-e55e-4d20-ba2a-19991d7cb9ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
400 | 2024.08.06 04:00:06.990882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
401 | 2024.08.06 04:00:06.990939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
402 | 2024.08.06 04:00:06.990962 [ 3 ] {} <Debug> HTTP-Session: bf9abed7-d49c-43fa-b819-2a519bc4d1a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
403 | 2024.08.06 04:00:06.990978 [ 3 ] {} <Debug> HTTP-Session: bf9abed7-d49c-43fa-b819-2a519bc4d1a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
404 | 2024.08.06 04:00:06.990995 [ 3 ] {} <Debug> HTTP-Session: bf9abed7-d49c-43fa-b819-2a519bc4d1a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
405 | 2024.08.06 04:00:06.991029 [ 3 ] {} <Trace> HTTP-Session: bf9abed7-d49c-43fa-b819-2a519bc4d1a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
406 | 2024.08.06 04:00:06.991202 [ 3 ] {d308a319-6845-4afc-9234-8274e2279779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
407 | 2024.08.06 04:00:06.991252 [ 3 ] {d308a319-6845-4afc-9234-8274e2279779} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
408 | 2024.08.06 04:00:06.992872 [ 3 ] {d308a319-6845-4afc-9234-8274e2279779} <Debug> oximeter.measurements_f32 (650d1692-479c-42d8-8a5b-9e0429eb1838): Loading data parts | ||
409 | 2024.08.06 04:00:06.993023 [ 3 ] {d308a319-6845-4afc-9234-8274e2279779} <Debug> oximeter.measurements_f32 (650d1692-479c-42d8-8a5b-9e0429eb1838): There are no data parts | ||
410 | 2024.08.06 04:00:06.994294 [ 3 ] {d308a319-6845-4afc-9234-8274e2279779} <Debug> DynamicQueryHandler: Done processing query | ||
411 | 2024.08.06 04:00:06.994325 [ 3 ] {} <Debug> HTTP-Session: bf9abed7-d49c-43fa-b819-2a519bc4d1a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
412 | 2024.08.06 04:00:06.994456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
413 | 2024.08.06 04:00:06.994510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
414 | 2024.08.06 04:00:06.994534 [ 3 ] {} <Debug> HTTP-Session: 8fa41b45-3cd7-4bc4-a142-4d0a3300ccf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
415 | 2024.08.06 04:00:06.994554 [ 3 ] {} <Debug> HTTP-Session: 8fa41b45-3cd7-4bc4-a142-4d0a3300ccf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
416 | 2024.08.06 04:00:06.994568 [ 3 ] {} <Debug> HTTP-Session: 8fa41b45-3cd7-4bc4-a142-4d0a3300ccf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
417 | 2024.08.06 04:00:06.994601 [ 3 ] {} <Trace> HTTP-Session: 8fa41b45-3cd7-4bc4-a142-4d0a3300ccf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
418 | 2024.08.06 04:00:06.994774 [ 3 ] {17f04133-5d2a-4ebb-b612-4e00b7c3ded4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
419 | 2024.08.06 04:00:06.994828 [ 3 ] {17f04133-5d2a-4ebb-b612-4e00b7c3ded4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
420 | 2024.08.06 04:00:06.996450 [ 3 ] {17f04133-5d2a-4ebb-b612-4e00b7c3ded4} <Debug> oximeter.measurements_f64 (ab45e844-933c-4aef-9fe9-47d27ea2e1d1): Loading data parts | ||
421 | 2024.08.06 04:00:06.996615 [ 3 ] {17f04133-5d2a-4ebb-b612-4e00b7c3ded4} <Debug> oximeter.measurements_f64 (ab45e844-933c-4aef-9fe9-47d27ea2e1d1): There are no data parts | ||
422 | 2024.08.06 04:00:06.997795 [ 3 ] {17f04133-5d2a-4ebb-b612-4e00b7c3ded4} <Debug> DynamicQueryHandler: Done processing query | ||
423 | 2024.08.06 04:00:06.997826 [ 3 ] {} <Debug> HTTP-Session: 8fa41b45-3cd7-4bc4-a142-4d0a3300ccf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
424 | 2024.08.06 04:00:06.997951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
425 | 2024.08.06 04:00:06.998009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
426 | 2024.08.06 04:00:06.998027 [ 3 ] {} <Debug> HTTP-Session: 14dfd19d-b358-4bdd-9e52-8c959abe65ae Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
427 | 2024.08.06 04:00:06.998043 [ 3 ] {} <Debug> HTTP-Session: 14dfd19d-b358-4bdd-9e52-8c959abe65ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
428 | 2024.08.06 04:00:06.998061 [ 3 ] {} <Debug> HTTP-Session: 14dfd19d-b358-4bdd-9e52-8c959abe65ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
429 | 2024.08.06 04:00:06.998095 [ 3 ] {} <Trace> HTTP-Session: 14dfd19d-b358-4bdd-9e52-8c959abe65ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
430 | 2024.08.06 04:00:06.998268 [ 3 ] {4d63ca99-3afe-4d57-9e2f-b043ba8b6d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
431 | 2024.08.06 04:00:06.998317 [ 3 ] {4d63ca99-3afe-4d57-9e2f-b043ba8b6d54} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
432 | 2024.08.06 04:00:06.999908 [ 3 ] {4d63ca99-3afe-4d57-9e2f-b043ba8b6d54} <Debug> oximeter.measurements_string (6a07e389-06cd-4806-adb3-d09ab5399da0): Loading data parts | ||
433 | 2024.08.06 04:00:07.000158 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.27 MiB, peak 161.15 MiB, free memory in arenas 0.00 B, will set to 170.91 MiB (RSS), difference: 11.65 MiB | ||
434 | 2024.08.06 04:00:07.000191 [ 3 ] {4d63ca99-3afe-4d57-9e2f-b043ba8b6d54} <Debug> oximeter.measurements_string (6a07e389-06cd-4806-adb3-d09ab5399da0): There are no data parts | ||
435 | 2024.08.06 04:00:07.001564 [ 3 ] {4d63ca99-3afe-4d57-9e2f-b043ba8b6d54} <Debug> DynamicQueryHandler: Done processing query | ||
436 | 2024.08.06 04:00:07.001596 [ 3 ] {} <Debug> HTTP-Session: 14dfd19d-b358-4bdd-9e52-8c959abe65ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
437 | 2024.08.06 04:00:07.001733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
438 | 2024.08.06 04:00:07.001788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
439 | 2024.08.06 04:00:07.001812 [ 3 ] {} <Debug> HTTP-Session: 09921e84-bd87-4ffa-a191-be82d6f337eb Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
440 | 2024.08.06 04:00:07.001829 [ 3 ] {} <Debug> HTTP-Session: 09921e84-bd87-4ffa-a191-be82d6f337eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
441 | 2024.08.06 04:00:07.001848 [ 3 ] {} <Debug> HTTP-Session: 09921e84-bd87-4ffa-a191-be82d6f337eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
442 | 2024.08.06 04:00:07.001881 [ 3 ] {} <Trace> HTTP-Session: 09921e84-bd87-4ffa-a191-be82d6f337eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
443 | 2024.08.06 04:00:07.002060 [ 3 ] {c1d06e88-2bbc-4eb5-bbfb-8c9417b44830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
444 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
445 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
446 | * a string isn't palatable for a few reasons. | ||
447 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
448 | * details. | ||
449 | */ | ||
450 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
451 | 2024.08.06 04:00:07.002115 [ 3 ] {c1d06e88-2bbc-4eb5-bbfb-8c9417b44830} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
452 | 2024.08.06 04:00:07.003705 [ 3 ] {c1d06e88-2bbc-4eb5-bbfb-8c9417b44830} <Debug> oximeter.measurements_bytes (1e1eb7bd-d12c-4e7c-84a3-f9c81c3c4138): Loading data parts | ||
453 | 2024.08.06 04:00:07.003870 [ 3 ] {c1d06e88-2bbc-4eb5-bbfb-8c9417b44830} <Debug> oximeter.measurements_bytes (1e1eb7bd-d12c-4e7c-84a3-f9c81c3c4138): There are no data parts | ||
454 | 2024.08.06 04:00:07.005116 [ 3 ] {c1d06e88-2bbc-4eb5-bbfb-8c9417b44830} <Debug> DynamicQueryHandler: Done processing query | ||
455 | 2024.08.06 04:00:07.005140 [ 3 ] {} <Debug> HTTP-Session: 09921e84-bd87-4ffa-a191-be82d6f337eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
456 | 2024.08.06 04:00:07.005274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
457 | 2024.08.06 04:00:07.005334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
458 | 2024.08.06 04:00:07.005352 [ 3 ] {} <Debug> HTTP-Session: 1ecf63e6-69ed-43eb-a507-6f0341e19bc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
459 | 2024.08.06 04:00:07.005375 [ 3 ] {} <Debug> HTTP-Session: 1ecf63e6-69ed-43eb-a507-6f0341e19bc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
460 | 2024.08.06 04:00:07.005392 [ 3 ] {} <Debug> HTTP-Session: 1ecf63e6-69ed-43eb-a507-6f0341e19bc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
461 | 2024.08.06 04:00:07.005422 [ 3 ] {} <Trace> HTTP-Session: 1ecf63e6-69ed-43eb-a507-6f0341e19bc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
462 | 2024.08.06 04:00:07.005606 [ 3 ] {115c9a59-801f-4886-83ee-b3e477b408ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
463 | 2024.08.06 04:00:07.005661 [ 3 ] {115c9a59-801f-4886-83ee-b3e477b408ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
464 | 2024.08.06 04:00:07.007278 [ 3 ] {115c9a59-801f-4886-83ee-b3e477b408ce} <Debug> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Loading data parts | ||
465 | 2024.08.06 04:00:07.007445 [ 3 ] {115c9a59-801f-4886-83ee-b3e477b408ce} <Debug> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): There are no data parts | ||
466 | 2024.08.06 04:00:07.008684 [ 3 ] {115c9a59-801f-4886-83ee-b3e477b408ce} <Debug> DynamicQueryHandler: Done processing query | ||
467 | 2024.08.06 04:00:07.008716 [ 3 ] {} <Debug> HTTP-Session: 1ecf63e6-69ed-43eb-a507-6f0341e19bc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
468 | 2024.08.06 04:00:07.008850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
469 | 2024.08.06 04:00:07.008904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
470 | 2024.08.06 04:00:07.008928 [ 3 ] {} <Debug> HTTP-Session: 8a35b409-51ae-4cc3-9c69-7cbdf1a5e4c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
471 | 2024.08.06 04:00:07.008944 [ 3 ] {} <Debug> HTTP-Session: 8a35b409-51ae-4cc3-9c69-7cbdf1a5e4c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
472 | 2024.08.06 04:00:07.008962 [ 3 ] {} <Debug> HTTP-Session: 8a35b409-51ae-4cc3-9c69-7cbdf1a5e4c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
473 | 2024.08.06 04:00:07.008995 [ 3 ] {} <Trace> HTTP-Session: 8a35b409-51ae-4cc3-9c69-7cbdf1a5e4c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
474 | 2024.08.06 04:00:07.009173 [ 3 ] {89f567a8-7010-4118-b063-89a75bc752f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
475 | 2024.08.06 04:00:07.009229 [ 3 ] {89f567a8-7010-4118-b063-89a75bc752f9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
476 | 2024.08.06 04:00:07.010850 [ 3 ] {89f567a8-7010-4118-b063-89a75bc752f9} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Loading data parts | ||
477 | 2024.08.06 04:00:07.011003 [ 3 ] {89f567a8-7010-4118-b063-89a75bc752f9} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): There are no data parts | ||
478 | 2024.08.06 04:00:07.012253 [ 3 ] {89f567a8-7010-4118-b063-89a75bc752f9} <Debug> DynamicQueryHandler: Done processing query | ||
479 | 2024.08.06 04:00:07.012285 [ 3 ] {} <Debug> HTTP-Session: 8a35b409-51ae-4cc3-9c69-7cbdf1a5e4c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
480 | 2024.08.06 04:00:07.012396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
481 | 2024.08.06 04:00:07.012450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
482 | 2024.08.06 04:00:07.012474 [ 3 ] {} <Debug> HTTP-Session: 4e8718da-ad8b-4e45-bc7a-0a8c81fac557 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
483 | 2024.08.06 04:00:07.012494 [ 3 ] {} <Debug> HTTP-Session: 4e8718da-ad8b-4e45-bc7a-0a8c81fac557 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
484 | 2024.08.06 04:00:07.012507 [ 3 ] {} <Debug> HTTP-Session: 4e8718da-ad8b-4e45-bc7a-0a8c81fac557 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
485 | 2024.08.06 04:00:07.012542 [ 3 ] {} <Trace> HTTP-Session: 4e8718da-ad8b-4e45-bc7a-0a8c81fac557 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
486 | 2024.08.06 04:00:07.012723 [ 3 ] {583c31e1-cead-498f-b946-8aa050b9d32e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
487 | 2024.08.06 04:00:07.012787 [ 3 ] {583c31e1-cead-498f-b946-8aa050b9d32e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
488 | 2024.08.06 04:00:07.014335 [ 3 ] {583c31e1-cead-498f-b946-8aa050b9d32e} <Debug> oximeter.measurements_cumulativef32 (1c57525b-a754-45a4-8fdb-852ab4bf01c0): Loading data parts | ||
489 | 2024.08.06 04:00:07.014505 [ 3 ] {583c31e1-cead-498f-b946-8aa050b9d32e} <Debug> oximeter.measurements_cumulativef32 (1c57525b-a754-45a4-8fdb-852ab4bf01c0): There are no data parts | ||
490 | 2024.08.06 04:00:07.015805 [ 3 ] {583c31e1-cead-498f-b946-8aa050b9d32e} <Debug> DynamicQueryHandler: Done processing query | ||
491 | 2024.08.06 04:00:07.015831 [ 3 ] {} <Debug> HTTP-Session: 4e8718da-ad8b-4e45-bc7a-0a8c81fac557 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
492 | 2024.08.06 04:00:07.015977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
493 | 2024.08.06 04:00:07.016031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
494 | 2024.08.06 04:00:07.016051 [ 3 ] {} <Debug> HTTP-Session: 6bd9f112-a2bd-43d7-af7b-a3ca1559efe3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
495 | 2024.08.06 04:00:07.016075 [ 3 ] {} <Debug> HTTP-Session: 6bd9f112-a2bd-43d7-af7b-a3ca1559efe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
496 | 2024.08.06 04:00:07.016094 [ 3 ] {} <Debug> HTTP-Session: 6bd9f112-a2bd-43d7-af7b-a3ca1559efe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
497 | 2024.08.06 04:00:07.016124 [ 3 ] {} <Trace> HTTP-Session: 6bd9f112-a2bd-43d7-af7b-a3ca1559efe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
498 | 2024.08.06 04:00:07.016320 [ 3 ] {4c001811-c632-48a4-b789-26796466d7d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
499 | 2024.08.06 04:00:07.016378 [ 3 ] {4c001811-c632-48a4-b789-26796466d7d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
500 | 2024.08.06 04:00:07.018008 [ 3 ] {4c001811-c632-48a4-b789-26796466d7d7} <Debug> oximeter.measurements_cumulativef64 (d2b7de4b-e06f-432c-9785-6a74f89b9999): Loading data parts | ||
501 | 2024.08.06 04:00:07.018171 [ 3 ] {4c001811-c632-48a4-b789-26796466d7d7} <Debug> oximeter.measurements_cumulativef64 (d2b7de4b-e06f-432c-9785-6a74f89b9999): There are no data parts | ||
502 | 2024.08.06 04:00:07.019397 [ 3 ] {4c001811-c632-48a4-b789-26796466d7d7} <Debug> DynamicQueryHandler: Done processing query | ||
503 | 2024.08.06 04:00:07.019431 [ 3 ] {} <Debug> HTTP-Session: 6bd9f112-a2bd-43d7-af7b-a3ca1559efe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
504 | 2024.08.06 04:00:07.019554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
505 | 2024.08.06 04:00:07.019607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
506 | 2024.08.06 04:00:07.019632 [ 3 ] {} <Debug> HTTP-Session: fd3bfeb1-7c83-46f5-9767-da0d3936a9c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
507 | 2024.08.06 04:00:07.019648 [ 3 ] {} <Debug> HTTP-Session: fd3bfeb1-7c83-46f5-9767-da0d3936a9c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
508 | 2024.08.06 04:00:07.019667 [ 3 ] {} <Debug> HTTP-Session: fd3bfeb1-7c83-46f5-9767-da0d3936a9c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
509 | 2024.08.06 04:00:07.019700 [ 3 ] {} <Trace> HTTP-Session: fd3bfeb1-7c83-46f5-9767-da0d3936a9c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
510 | 2024.08.06 04:00:07.019943 [ 3 ] {40f488d7-d339-4ae8-8a71-2aea01c3901b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
511 | * NOTE: Array types cannot be Nullable, see | ||
512 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
513 | * for more details. | ||
514 | * | ||
515 | * This means we need to use empty arrays to indicate a missing value. This | ||
516 | * is unfortunate, and at this point relies on the fact that an | ||
517 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
518 | * to figure out another way to represent missing samples here. | ||
519 | */ | ||
520 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
521 | 2024.08.06 04:00:07.020010 [ 3 ] {40f488d7-d339-4ae8-8a71-2aea01c3901b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
522 | 2024.08.06 04:00:07.021802 [ 3 ] {40f488d7-d339-4ae8-8a71-2aea01c3901b} <Debug> oximeter.measurements_histogrami8 (f4df769d-0516-4ba3-96e9-5921810197ca): Loading data parts | ||
523 | 2024.08.06 04:00:07.021976 [ 3 ] {40f488d7-d339-4ae8-8a71-2aea01c3901b} <Debug> oximeter.measurements_histogrami8 (f4df769d-0516-4ba3-96e9-5921810197ca): There are no data parts | ||
524 | 2024.08.06 04:00:07.023281 [ 3 ] {40f488d7-d339-4ae8-8a71-2aea01c3901b} <Debug> DynamicQueryHandler: Done processing query | ||
525 | 2024.08.06 04:00:07.023306 [ 3 ] {} <Debug> HTTP-Session: fd3bfeb1-7c83-46f5-9767-da0d3936a9c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
526 | 2024.08.06 04:00:07.023454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
527 | 2024.08.06 04:00:07.023507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
528 | 2024.08.06 04:00:07.023525 [ 3 ] {} <Debug> HTTP-Session: 8285939b-999c-4799-a736-57346c7981da Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
529 | 2024.08.06 04:00:07.023548 [ 3 ] {} <Debug> HTTP-Session: 8285939b-999c-4799-a736-57346c7981da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
530 | 2024.08.06 04:00:07.023567 [ 3 ] {} <Debug> HTTP-Session: 8285939b-999c-4799-a736-57346c7981da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
531 | 2024.08.06 04:00:07.023597 [ 3 ] {} <Trace> HTTP-Session: 8285939b-999c-4799-a736-57346c7981da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
532 | 2024.08.06 04:00:07.023849 [ 3 ] {6efa1ae7-1c2f-4686-9197-881b7b105151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
533 | 2024.08.06 04:00:07.023914 [ 3 ] {6efa1ae7-1c2f-4686-9197-881b7b105151} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
534 | 2024.08.06 04:00:07.025725 [ 3 ] {6efa1ae7-1c2f-4686-9197-881b7b105151} <Debug> oximeter.measurements_histogramu8 (4e17829a-8e56-40bf-a6de-804c149027bf): Loading data parts | ||
535 | 2024.08.06 04:00:07.025885 [ 3 ] {6efa1ae7-1c2f-4686-9197-881b7b105151} <Debug> oximeter.measurements_histogramu8 (4e17829a-8e56-40bf-a6de-804c149027bf): There are no data parts | ||
536 | 2024.08.06 04:00:07.027241 [ 3 ] {6efa1ae7-1c2f-4686-9197-881b7b105151} <Debug> DynamicQueryHandler: Done processing query | ||
537 | 2024.08.06 04:00:07.027275 [ 3 ] {} <Debug> HTTP-Session: 8285939b-999c-4799-a736-57346c7981da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
538 | 2024.08.06 04:00:07.027407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
539 | 2024.08.06 04:00:07.027462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
540 | 2024.08.06 04:00:07.027487 [ 3 ] {} <Debug> HTTP-Session: 3176c5fe-e41c-4f65-864e-a4841d778494 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
541 | 2024.08.06 04:00:07.027503 [ 3 ] {} <Debug> HTTP-Session: 3176c5fe-e41c-4f65-864e-a4841d778494 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
542 | 2024.08.06 04:00:07.027522 [ 3 ] {} <Debug> HTTP-Session: 3176c5fe-e41c-4f65-864e-a4841d778494 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
543 | 2024.08.06 04:00:07.027558 [ 3 ] {} <Trace> HTTP-Session: 3176c5fe-e41c-4f65-864e-a4841d778494 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
544 | 2024.08.06 04:00:07.027801 [ 3 ] {c4397e02-591a-42f0-8950-fe73192133c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
545 | 2024.08.06 04:00:07.027867 [ 3 ] {c4397e02-591a-42f0-8950-fe73192133c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
546 | 2024.08.06 04:00:07.029705 [ 3 ] {c4397e02-591a-42f0-8950-fe73192133c9} <Debug> oximeter.measurements_histogrami16 (5d3f100f-0ba3-4171-acd4-31e61feec708): Loading data parts | ||
547 | 2024.08.06 04:00:07.029881 [ 3 ] {c4397e02-591a-42f0-8950-fe73192133c9} <Debug> oximeter.measurements_histogrami16 (5d3f100f-0ba3-4171-acd4-31e61feec708): There are no data parts | ||
548 | 2024.08.06 04:00:07.031231 [ 3 ] {c4397e02-591a-42f0-8950-fe73192133c9} <Debug> DynamicQueryHandler: Done processing query | ||
549 | 2024.08.06 04:00:07.031256 [ 3 ] {} <Debug> HTTP-Session: 3176c5fe-e41c-4f65-864e-a4841d778494 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
550 | 2024.08.06 04:00:07.031394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
551 | 2024.08.06 04:00:07.031449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
552 | 2024.08.06 04:00:07.031475 [ 3 ] {} <Debug> HTTP-Session: a9d18688-0155-47a4-ac1a-8e797a74e865 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
553 | 2024.08.06 04:00:07.031491 [ 3 ] {} <Debug> HTTP-Session: a9d18688-0155-47a4-ac1a-8e797a74e865 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
554 | 2024.08.06 04:00:07.031510 [ 3 ] {} <Debug> HTTP-Session: a9d18688-0155-47a4-ac1a-8e797a74e865 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
555 | 2024.08.06 04:00:07.031545 [ 3 ] {} <Trace> HTTP-Session: a9d18688-0155-47a4-ac1a-8e797a74e865 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
556 | 2024.08.06 04:00:07.031791 [ 3 ] {9e477d68-54da-41d4-9820-2830ac8808d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
557 | 2024.08.06 04:00:07.031857 [ 3 ] {9e477d68-54da-41d4-9820-2830ac8808d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
558 | 2024.08.06 04:00:07.033767 [ 3 ] {9e477d68-54da-41d4-9820-2830ac8808d6} <Debug> oximeter.measurements_histogramu16 (50118f36-a34e-4ca0-bf39-470905403a25): Loading data parts | ||
559 | 2024.08.06 04:00:07.033932 [ 3 ] {9e477d68-54da-41d4-9820-2830ac8808d6} <Debug> oximeter.measurements_histogramu16 (50118f36-a34e-4ca0-bf39-470905403a25): There are no data parts | ||
560 | 2024.08.06 04:00:07.035298 [ 3 ] {9e477d68-54da-41d4-9820-2830ac8808d6} <Debug> DynamicQueryHandler: Done processing query | ||
561 | 2024.08.06 04:00:07.035333 [ 3 ] {} <Debug> HTTP-Session: a9d18688-0155-47a4-ac1a-8e797a74e865 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
562 | 2024.08.06 04:00:07.035467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
563 | 2024.08.06 04:00:07.035522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
564 | 2024.08.06 04:00:07.035548 [ 3 ] {} <Debug> HTTP-Session: 80bded14-6c9f-4f71-b1c3-b452c830371a Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
565 | 2024.08.06 04:00:07.035564 [ 3 ] {} <Debug> HTTP-Session: 80bded14-6c9f-4f71-b1c3-b452c830371a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
566 | 2024.08.06 04:00:07.035584 [ 3 ] {} <Debug> HTTP-Session: 80bded14-6c9f-4f71-b1c3-b452c830371a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
567 | 2024.08.06 04:00:07.035620 [ 3 ] {} <Trace> HTTP-Session: 80bded14-6c9f-4f71-b1c3-b452c830371a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
568 | 2024.08.06 04:00:07.035864 [ 3 ] {cad85c9b-64ba-4a59-a273-f94cf532ef8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
569 | 2024.08.06 04:00:07.035935 [ 3 ] {cad85c9b-64ba-4a59-a273-f94cf532ef8c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
570 | 2024.08.06 04:00:07.037743 [ 3 ] {cad85c9b-64ba-4a59-a273-f94cf532ef8c} <Debug> oximeter.measurements_histogrami32 (116a7110-80fd-44e4-8f89-9ad29963bded): Loading data parts | ||
571 | 2024.08.06 04:00:07.037939 [ 3 ] {cad85c9b-64ba-4a59-a273-f94cf532ef8c} <Debug> oximeter.measurements_histogrami32 (116a7110-80fd-44e4-8f89-9ad29963bded): There are no data parts | ||
572 | 2024.08.06 04:00:07.039267 [ 3 ] {cad85c9b-64ba-4a59-a273-f94cf532ef8c} <Debug> DynamicQueryHandler: Done processing query | ||
573 | 2024.08.06 04:00:07.039301 [ 3 ] {} <Debug> HTTP-Session: 80bded14-6c9f-4f71-b1c3-b452c830371a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
574 | 2024.08.06 04:00:07.039430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
575 | 2024.08.06 04:00:07.039485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
576 | 2024.08.06 04:00:07.039516 [ 3 ] {} <Debug> HTTP-Session: 62aed56b-3cb5-4431-be3e-f5e706099a5b Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
577 | 2024.08.06 04:00:07.039538 [ 3 ] {} <Debug> HTTP-Session: 62aed56b-3cb5-4431-be3e-f5e706099a5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
578 | 2024.08.06 04:00:07.039551 [ 3 ] {} <Debug> HTTP-Session: 62aed56b-3cb5-4431-be3e-f5e706099a5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
579 | 2024.08.06 04:00:07.039587 [ 3 ] {} <Trace> HTTP-Session: 62aed56b-3cb5-4431-be3e-f5e706099a5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
580 | 2024.08.06 04:00:07.039836 [ 3 ] {fc1a5ad1-75b1-4e1d-b910-85f383e86ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
581 | 2024.08.06 04:00:07.039903 [ 3 ] {fc1a5ad1-75b1-4e1d-b910-85f383e86ad8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
582 | 2024.08.06 04:00:07.041784 [ 3 ] {fc1a5ad1-75b1-4e1d-b910-85f383e86ad8} <Debug> oximeter.measurements_histogramu32 (09abb0f4-41be-4ce6-9b14-9d0db9d0384b): Loading data parts | ||
583 | 2024.08.06 04:00:07.041944 [ 3 ] {fc1a5ad1-75b1-4e1d-b910-85f383e86ad8} <Debug> oximeter.measurements_histogramu32 (09abb0f4-41be-4ce6-9b14-9d0db9d0384b): There are no data parts | ||
584 | 2024.08.06 04:00:07.043295 [ 3 ] {fc1a5ad1-75b1-4e1d-b910-85f383e86ad8} <Debug> DynamicQueryHandler: Done processing query | ||
585 | 2024.08.06 04:00:07.043327 [ 3 ] {} <Debug> HTTP-Session: 62aed56b-3cb5-4431-be3e-f5e706099a5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
586 | 2024.08.06 04:00:07.043470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
587 | 2024.08.06 04:00:07.043525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
588 | 2024.08.06 04:00:07.043551 [ 3 ] {} <Debug> HTTP-Session: 5469bace-0aaa-4f61-b2fd-6e12a5064f84 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
589 | 2024.08.06 04:00:07.043567 [ 3 ] {} <Debug> HTTP-Session: 5469bace-0aaa-4f61-b2fd-6e12a5064f84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
590 | 2024.08.06 04:00:07.043587 [ 3 ] {} <Debug> HTTP-Session: 5469bace-0aaa-4f61-b2fd-6e12a5064f84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
591 | 2024.08.06 04:00:07.043623 [ 3 ] {} <Trace> HTTP-Session: 5469bace-0aaa-4f61-b2fd-6e12a5064f84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
592 | 2024.08.06 04:00:07.043872 [ 3 ] {3c5dabb3-3a6f-4237-8f63-8557796f6fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
593 | 2024.08.06 04:00:07.043939 [ 3 ] {3c5dabb3-3a6f-4237-8f63-8557796f6fd7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
594 | 2024.08.06 04:00:07.045757 [ 3 ] {3c5dabb3-3a6f-4237-8f63-8557796f6fd7} <Debug> oximeter.measurements_histogrami64 (ee505976-f906-462c-a15d-a2ea71c28c55): Loading data parts | ||
595 | 2024.08.06 04:00:07.045924 [ 3 ] {3c5dabb3-3a6f-4237-8f63-8557796f6fd7} <Debug> oximeter.measurements_histogrami64 (ee505976-f906-462c-a15d-a2ea71c28c55): There are no data parts | ||
596 | 2024.08.06 04:00:07.047161 [ 3 ] {3c5dabb3-3a6f-4237-8f63-8557796f6fd7} <Debug> DynamicQueryHandler: Done processing query | ||
597 | 2024.08.06 04:00:07.047195 [ 3 ] {} <Debug> HTTP-Session: 5469bace-0aaa-4f61-b2fd-6e12a5064f84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
598 | 2024.08.06 04:00:07.047325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
599 | 2024.08.06 04:00:07.047372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
600 | 2024.08.06 04:00:07.047398 [ 3 ] {} <Debug> HTTP-Session: 52f33d1d-f025-4ba0-9a20-ecef39762a39 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
601 | 2024.08.06 04:00:07.047421 [ 3 ] {} <Debug> HTTP-Session: 52f33d1d-f025-4ba0-9a20-ecef39762a39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
602 | 2024.08.06 04:00:07.047434 [ 3 ] {} <Debug> HTTP-Session: 52f33d1d-f025-4ba0-9a20-ecef39762a39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
603 | 2024.08.06 04:00:07.047471 [ 3 ] {} <Trace> HTTP-Session: 52f33d1d-f025-4ba0-9a20-ecef39762a39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
604 | 2024.08.06 04:00:07.047721 [ 3 ] {91b05a6c-c7d0-4573-9c4b-2b7cef61c41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
605 | 2024.08.06 04:00:07.047789 [ 3 ] {91b05a6c-c7d0-4573-9c4b-2b7cef61c41e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
606 | 2024.08.06 04:00:07.049834 [ 3 ] {91b05a6c-c7d0-4573-9c4b-2b7cef61c41e} <Debug> oximeter.measurements_histogramu64 (e030ab87-7fe7-48b8-af1a-558f3b8ebdfc): Loading data parts | ||
607 | 2024.08.06 04:00:07.050010 [ 3 ] {91b05a6c-c7d0-4573-9c4b-2b7cef61c41e} <Debug> oximeter.measurements_histogramu64 (e030ab87-7fe7-48b8-af1a-558f3b8ebdfc): There are no data parts | ||
608 | 2024.08.06 04:00:07.051498 [ 3 ] {91b05a6c-c7d0-4573-9c4b-2b7cef61c41e} <Debug> DynamicQueryHandler: Done processing query | ||
609 | 2024.08.06 04:00:07.051523 [ 3 ] {} <Debug> HTTP-Session: 52f33d1d-f025-4ba0-9a20-ecef39762a39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
610 | 2024.08.06 04:00:07.051655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
611 | 2024.08.06 04:00:07.051720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
612 | 2024.08.06 04:00:07.051738 [ 3 ] {} <Debug> HTTP-Session: 40cfe5ae-e5f0-45a5-bd6b-b1e19facd7d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
613 | 2024.08.06 04:00:07.051763 [ 3 ] {} <Debug> HTTP-Session: 40cfe5ae-e5f0-45a5-bd6b-b1e19facd7d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
614 | 2024.08.06 04:00:07.051777 [ 3 ] {} <Debug> HTTP-Session: 40cfe5ae-e5f0-45a5-bd6b-b1e19facd7d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
615 | 2024.08.06 04:00:07.051814 [ 3 ] {} <Trace> HTTP-Session: 40cfe5ae-e5f0-45a5-bd6b-b1e19facd7d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
616 | 2024.08.06 04:00:07.052061 [ 3 ] {959388b6-83ec-48ec-aa85-59bf73295a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
617 | 2024.08.06 04:00:07.052129 [ 3 ] {959388b6-83ec-48ec-aa85-59bf73295a7e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
618 | 2024.08.06 04:00:07.054082 [ 3 ] {959388b6-83ec-48ec-aa85-59bf73295a7e} <Debug> oximeter.measurements_histogramf32 (4bd36a30-26f1-4af9-8772-788d47a0370c): Loading data parts | ||
619 | 2024.08.06 04:00:07.054252 [ 3 ] {959388b6-83ec-48ec-aa85-59bf73295a7e} <Debug> oximeter.measurements_histogramf32 (4bd36a30-26f1-4af9-8772-788d47a0370c): There are no data parts | ||
620 | 2024.08.06 04:00:07.055582 [ 3 ] {959388b6-83ec-48ec-aa85-59bf73295a7e} <Debug> DynamicQueryHandler: Done processing query | ||
621 | 2024.08.06 04:00:07.055615 [ 3 ] {} <Debug> HTTP-Session: 40cfe5ae-e5f0-45a5-bd6b-b1e19facd7d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
622 | 2024.08.06 04:00:07.055753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
623 | 2024.08.06 04:00:07.055802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
624 | 2024.08.06 04:00:07.055830 [ 3 ] {} <Debug> HTTP-Session: 79148ee9-7e59-482b-ad36-ff46b113b28d Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
625 | 2024.08.06 04:00:07.055852 [ 3 ] {} <Debug> HTTP-Session: 79148ee9-7e59-482b-ad36-ff46b113b28d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
626 | 2024.08.06 04:00:07.055866 [ 3 ] {} <Debug> HTTP-Session: 79148ee9-7e59-482b-ad36-ff46b113b28d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
627 | 2024.08.06 04:00:07.055902 [ 3 ] {} <Trace> HTTP-Session: 79148ee9-7e59-482b-ad36-ff46b113b28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
628 | 2024.08.06 04:00:07.056148 [ 3 ] {05f3aa1f-8834-4bb9-ac5e-9f61665f39ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
629 | 2024.08.06 04:00:07.056216 [ 3 ] {05f3aa1f-8834-4bb9-ac5e-9f61665f39ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
630 | 2024.08.06 04:00:07.058025 [ 3 ] {05f3aa1f-8834-4bb9-ac5e-9f61665f39ea} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Loading data parts | ||
631 | 2024.08.06 04:00:07.058176 [ 3 ] {05f3aa1f-8834-4bb9-ac5e-9f61665f39ea} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): There are no data parts | ||
632 | 2024.08.06 04:00:07.059502 [ 3 ] {05f3aa1f-8834-4bb9-ac5e-9f61665f39ea} <Debug> DynamicQueryHandler: Done processing query | ||
633 | 2024.08.06 04:00:07.059527 [ 3 ] {} <Debug> HTTP-Session: 79148ee9-7e59-482b-ad36-ff46b113b28d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
634 | 2024.08.06 04:00:07.059663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
635 | 2024.08.06 04:00:07.059717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
636 | 2024.08.06 04:00:07.059737 [ 3 ] {} <Debug> HTTP-Session: caede9ff-f890-4406-9f55-85bec39d7e70 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
637 | 2024.08.06 04:00:07.059767 [ 3 ] {} <Debug> HTTP-Session: caede9ff-f890-4406-9f55-85bec39d7e70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
638 | 2024.08.06 04:00:07.059787 [ 3 ] {} <Debug> HTTP-Session: caede9ff-f890-4406-9f55-85bec39d7e70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
639 | 2024.08.06 04:00:07.059817 [ 3 ] {} <Trace> HTTP-Session: caede9ff-f890-4406-9f55-85bec39d7e70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
640 | 2024.08.06 04:00:07.059974 [ 3 ] {14b06771-f2af-4504-8ec1-ec9a739e8a84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) /* The field tables store named dimensions of each timeseries. | ||
641 | * | ||
642 | * As with the measurement tables, there is one field table for each field data | ||
643 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
644 | * this behavior **must not** be relied upon for query correctness. | ||
645 | * | ||
646 | * The index for the fields differs from the measurements, however. Rows are | ||
647 | * sorted by timeseries name, then field name, field value, and finally | ||
648 | * timeseries key. This reflects the most common pattern for looking them up: | ||
649 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
650 | * usually then used to look up measurements. | ||
651 | * | ||
652 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
653 | * timeseries name and then key, since it would improve lookups where one | ||
654 | * already has the key. Realistically though, these tables are quite small and | ||
655 | * so performance benefits will be low in absolute terms. | ||
656 | */ | ||
657 | 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) | ||
658 | 2024.08.06 04:00:07.060033 [ 3 ] {14b06771-f2af-4504-8ec1-ec9a739e8a84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
659 | 2024.08.06 04:00:07.061493 [ 3 ] {14b06771-f2af-4504-8ec1-ec9a739e8a84} <Debug> oximeter.fields_bool (e7c648ab-0b1a-4a7e-81ff-42a47a721663): Loading data parts | ||
660 | 2024.08.06 04:00:07.061669 [ 3 ] {14b06771-f2af-4504-8ec1-ec9a739e8a84} <Debug> oximeter.fields_bool (e7c648ab-0b1a-4a7e-81ff-42a47a721663): There are no data parts | ||
661 | 2024.08.06 04:00:07.062882 [ 3 ] {14b06771-f2af-4504-8ec1-ec9a739e8a84} <Debug> DynamicQueryHandler: Done processing query | ||
662 | 2024.08.06 04:00:07.062907 [ 3 ] {} <Debug> HTTP-Session: caede9ff-f890-4406-9f55-85bec39d7e70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
663 | 2024.08.06 04:00:07.063036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
664 | 2024.08.06 04:00:07.063091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
665 | 2024.08.06 04:00:07.063119 [ 3 ] {} <Debug> HTTP-Session: 4878cf61-0d49-49ff-85d8-17622bbcc94b Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
666 | 2024.08.06 04:00:07.063134 [ 3 ] {} <Debug> HTTP-Session: 4878cf61-0d49-49ff-85d8-17622bbcc94b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
667 | 2024.08.06 04:00:07.063154 [ 3 ] {} <Debug> HTTP-Session: 4878cf61-0d49-49ff-85d8-17622bbcc94b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
668 | 2024.08.06 04:00:07.063190 [ 3 ] {} <Trace> HTTP-Session: 4878cf61-0d49-49ff-85d8-17622bbcc94b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
669 | 2024.08.06 04:00:07.063335 [ 3 ] {fe91f722-3f3b-414b-ae74-cbc149e8d240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
670 | 2024.08.06 04:00:07.063382 [ 3 ] {fe91f722-3f3b-414b-ae74-cbc149e8d240} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
671 | 2024.08.06 04:00:07.064865 [ 3 ] {fe91f722-3f3b-414b-ae74-cbc149e8d240} <Debug> oximeter.fields_i8 (5e751733-c29e-40a8-9a3b-0e34db04a032): Loading data parts | ||
672 | 2024.08.06 04:00:07.065009 [ 3 ] {fe91f722-3f3b-414b-ae74-cbc149e8d240} <Debug> oximeter.fields_i8 (5e751733-c29e-40a8-9a3b-0e34db04a032): There are no data parts | ||
673 | 2024.08.06 04:00:07.066254 [ 3 ] {fe91f722-3f3b-414b-ae74-cbc149e8d240} <Debug> DynamicQueryHandler: Done processing query | ||
674 | 2024.08.06 04:00:07.066288 [ 3 ] {} <Debug> HTTP-Session: 4878cf61-0d49-49ff-85d8-17622bbcc94b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
675 | 2024.08.06 04:00:07.066409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
676 | 2024.08.06 04:00:07.066467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
677 | 2024.08.06 04:00:07.066492 [ 3 ] {} <Debug> HTTP-Session: d24df96f-c931-4420-aaaa-08eeb8a653fb Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
678 | 2024.08.06 04:00:07.066508 [ 3 ] {} <Debug> HTTP-Session: d24df96f-c931-4420-aaaa-08eeb8a653fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
679 | 2024.08.06 04:00:07.066528 [ 3 ] {} <Debug> HTTP-Session: d24df96f-c931-4420-aaaa-08eeb8a653fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
680 | 2024.08.06 04:00:07.066563 [ 3 ] {} <Trace> HTTP-Session: d24df96f-c931-4420-aaaa-08eeb8a653fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
681 | 2024.08.06 04:00:07.066701 [ 3 ] {10e1a130-d64b-4820-bb0e-52b815c54454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
682 | 2024.08.06 04:00:07.066755 [ 3 ] {10e1a130-d64b-4820-bb0e-52b815c54454} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
683 | 2024.08.06 04:00:07.068154 [ 3 ] {10e1a130-d64b-4820-bb0e-52b815c54454} <Debug> oximeter.fields_u8 (b06eab44-d799-461e-b0dc-449ae8f6fd80): Loading data parts | ||
684 | 2024.08.06 04:00:07.068305 [ 3 ] {10e1a130-d64b-4820-bb0e-52b815c54454} <Debug> oximeter.fields_u8 (b06eab44-d799-461e-b0dc-449ae8f6fd80): There are no data parts | ||
685 | 2024.08.06 04:00:07.069576 [ 3 ] {10e1a130-d64b-4820-bb0e-52b815c54454} <Debug> DynamicQueryHandler: Done processing query | ||
686 | 2024.08.06 04:00:07.069599 [ 3 ] {} <Debug> HTTP-Session: d24df96f-c931-4420-aaaa-08eeb8a653fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
687 | 2024.08.06 04:00:07.069733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
688 | 2024.08.06 04:00:07.069788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
689 | 2024.08.06 04:00:07.069807 [ 3 ] {} <Debug> HTTP-Session: cad96c5d-d56f-494a-9ec8-79695dc83a66 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
690 | 2024.08.06 04:00:07.069830 [ 3 ] {} <Debug> HTTP-Session: cad96c5d-d56f-494a-9ec8-79695dc83a66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
691 | 2024.08.06 04:00:07.069850 [ 3 ] {} <Debug> HTTP-Session: cad96c5d-d56f-494a-9ec8-79695dc83a66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
692 | 2024.08.06 04:00:07.069879 [ 3 ] {} <Trace> HTTP-Session: cad96c5d-d56f-494a-9ec8-79695dc83a66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
693 | 2024.08.06 04:00:07.070022 [ 3 ] {bb6c355d-a00f-44c1-b56e-4d2b262c281b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
694 | 2024.08.06 04:00:07.070075 [ 3 ] {bb6c355d-a00f-44c1-b56e-4d2b262c281b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
695 | 2024.08.06 04:00:07.071605 [ 3 ] {bb6c355d-a00f-44c1-b56e-4d2b262c281b} <Debug> oximeter.fields_i16 (0e3b4c8a-bbe1-4684-88dd-0b7a85b7d3a7): Loading data parts | ||
696 | 2024.08.06 04:00:07.071778 [ 3 ] {bb6c355d-a00f-44c1-b56e-4d2b262c281b} <Debug> oximeter.fields_i16 (0e3b4c8a-bbe1-4684-88dd-0b7a85b7d3a7): There are no data parts | ||
697 | 2024.08.06 04:00:07.073256 [ 3 ] {bb6c355d-a00f-44c1-b56e-4d2b262c281b} <Debug> DynamicQueryHandler: Done processing query | ||
698 | 2024.08.06 04:00:07.073289 [ 3 ] {} <Debug> HTTP-Session: cad96c5d-d56f-494a-9ec8-79695dc83a66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
699 | 2024.08.06 04:00:07.073436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
700 | 2024.08.06 04:00:07.073484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
701 | 2024.08.06 04:00:07.073511 [ 3 ] {} <Debug> HTTP-Session: ecf67b36-43be-4aff-b6b9-32369b393e1a Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
702 | 2024.08.06 04:00:07.073534 [ 3 ] {} <Debug> HTTP-Session: ecf67b36-43be-4aff-b6b9-32369b393e1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
703 | 2024.08.06 04:00:07.073548 [ 3 ] {} <Debug> HTTP-Session: ecf67b36-43be-4aff-b6b9-32369b393e1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
704 | 2024.08.06 04:00:07.073585 [ 3 ] {} <Trace> HTTP-Session: ecf67b36-43be-4aff-b6b9-32369b393e1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
705 | 2024.08.06 04:00:07.073730 [ 3 ] {2eee2112-42b7-4dd9-8813-b10c276ea53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
706 | 2024.08.06 04:00:07.073785 [ 3 ] {2eee2112-42b7-4dd9-8813-b10c276ea53a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
707 | 2024.08.06 04:00:07.075282 [ 3 ] {2eee2112-42b7-4dd9-8813-b10c276ea53a} <Debug> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Loading data parts | ||
708 | 2024.08.06 04:00:07.075456 [ 3 ] {2eee2112-42b7-4dd9-8813-b10c276ea53a} <Debug> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): There are no data parts | ||
709 | 2024.08.06 04:00:07.076590 [ 3 ] {2eee2112-42b7-4dd9-8813-b10c276ea53a} <Debug> DynamicQueryHandler: Done processing query | ||
710 | 2024.08.06 04:00:07.076625 [ 3 ] {} <Debug> HTTP-Session: ecf67b36-43be-4aff-b6b9-32369b393e1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
711 | 2024.08.06 04:00:07.076751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
712 | 2024.08.06 04:00:07.076814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
713 | 2024.08.06 04:00:07.076833 [ 3 ] {} <Debug> HTTP-Session: 141eea9d-43fb-49c4-a45f-5b7779e80a6c Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
714 | 2024.08.06 04:00:07.076849 [ 3 ] {} <Debug> HTTP-Session: 141eea9d-43fb-49c4-a45f-5b7779e80a6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
715 | 2024.08.06 04:00:07.076870 [ 3 ] {} <Debug> HTTP-Session: 141eea9d-43fb-49c4-a45f-5b7779e80a6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
716 | 2024.08.06 04:00:07.076905 [ 3 ] {} <Trace> HTTP-Session: 141eea9d-43fb-49c4-a45f-5b7779e80a6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
717 | 2024.08.06 04:00:07.077051 [ 3 ] {cbbce7d9-ddd0-4843-b971-e6b956e4413d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
718 | 2024.08.06 04:00:07.077099 [ 3 ] {cbbce7d9-ddd0-4843-b971-e6b956e4413d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
719 | 2024.08.06 04:00:07.078588 [ 3 ] {cbbce7d9-ddd0-4843-b971-e6b956e4413d} <Debug> oximeter.fields_i32 (130ab608-bdd2-43b7-a21a-07454cb98788): Loading data parts | ||
720 | 2024.08.06 04:00:07.078754 [ 3 ] {cbbce7d9-ddd0-4843-b971-e6b956e4413d} <Debug> oximeter.fields_i32 (130ab608-bdd2-43b7-a21a-07454cb98788): There are no data parts | ||
721 | 2024.08.06 04:00:07.079906 [ 3 ] {cbbce7d9-ddd0-4843-b971-e6b956e4413d} <Debug> DynamicQueryHandler: Done processing query | ||
722 | 2024.08.06 04:00:07.079940 [ 3 ] {} <Debug> HTTP-Session: 141eea9d-43fb-49c4-a45f-5b7779e80a6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
723 | 2024.08.06 04:00:07.080066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
724 | 2024.08.06 04:00:07.080122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
725 | 2024.08.06 04:00:07.080148 [ 3 ] {} <Debug> HTTP-Session: 89896fa5-3100-4216-a4b8-d5fcef16b5ae Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
726 | 2024.08.06 04:00:07.080172 [ 3 ] {} <Debug> HTTP-Session: 89896fa5-3100-4216-a4b8-d5fcef16b5ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
727 | 2024.08.06 04:00:07.080185 [ 3 ] {} <Debug> HTTP-Session: 89896fa5-3100-4216-a4b8-d5fcef16b5ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
728 | 2024.08.06 04:00:07.080222 [ 3 ] {} <Trace> HTTP-Session: 89896fa5-3100-4216-a4b8-d5fcef16b5ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
729 | 2024.08.06 04:00:07.080369 [ 3 ] {a081ec5e-f8c3-482f-a8d7-d3864e44e071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
730 | 2024.08.06 04:00:07.080420 [ 3 ] {a081ec5e-f8c3-482f-a8d7-d3864e44e071} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
731 | 2024.08.06 04:00:07.081824 [ 3 ] {a081ec5e-f8c3-482f-a8d7-d3864e44e071} <Debug> oximeter.fields_u32 (21ce8e9a-6f1a-4ab8-95e3-96f94b691206): Loading data parts | ||
732 | 2024.08.06 04:00:07.081971 [ 3 ] {a081ec5e-f8c3-482f-a8d7-d3864e44e071} <Debug> oximeter.fields_u32 (21ce8e9a-6f1a-4ab8-95e3-96f94b691206): There are no data parts | ||
733 | 2024.08.06 04:00:07.083115 [ 3 ] {a081ec5e-f8c3-482f-a8d7-d3864e44e071} <Debug> DynamicQueryHandler: Done processing query | ||
734 | 2024.08.06 04:00:07.083149 [ 3 ] {} <Debug> HTTP-Session: 89896fa5-3100-4216-a4b8-d5fcef16b5ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
735 | 2024.08.06 04:00:07.083287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
736 | 2024.08.06 04:00:07.083345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
737 | 2024.08.06 04:00:07.083381 [ 3 ] {} <Debug> HTTP-Session: d90e6915-4d97-4c66-9b65-14152e312491 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
738 | 2024.08.06 04:00:07.083398 [ 3 ] {} <Debug> HTTP-Session: d90e6915-4d97-4c66-9b65-14152e312491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
739 | 2024.08.06 04:00:07.083411 [ 3 ] {} <Debug> HTTP-Session: d90e6915-4d97-4c66-9b65-14152e312491 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
740 | 2024.08.06 04:00:07.083448 [ 3 ] {} <Trace> HTTP-Session: d90e6915-4d97-4c66-9b65-14152e312491 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
741 | 2024.08.06 04:00:07.083587 [ 3 ] {b256c999-4b3b-4a57-b37b-e19a6aafc7a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
742 | 2024.08.06 04:00:07.083635 [ 3 ] {b256c999-4b3b-4a57-b37b-e19a6aafc7a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
743 | 2024.08.06 04:00:07.085111 [ 3 ] {b256c999-4b3b-4a57-b37b-e19a6aafc7a0} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Loading data parts | ||
744 | 2024.08.06 04:00:07.085269 [ 3 ] {b256c999-4b3b-4a57-b37b-e19a6aafc7a0} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): There are no data parts | ||
745 | 2024.08.06 04:00:07.086623 [ 3 ] {b256c999-4b3b-4a57-b37b-e19a6aafc7a0} <Debug> DynamicQueryHandler: Done processing query | ||
746 | 2024.08.06 04:00:07.086648 [ 3 ] {} <Debug> HTTP-Session: d90e6915-4d97-4c66-9b65-14152e312491 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
747 | 2024.08.06 04:00:07.086777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
748 | 2024.08.06 04:00:07.086825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
749 | 2024.08.06 04:00:07.086844 [ 3 ] {} <Debug> HTTP-Session: fbb9f483-ed31-4353-8cf5-312fad970e8d Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
750 | 2024.08.06 04:00:07.086861 [ 3 ] {} <Debug> HTTP-Session: fbb9f483-ed31-4353-8cf5-312fad970e8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
751 | 2024.08.06 04:00:07.086874 [ 3 ] {} <Debug> HTTP-Session: fbb9f483-ed31-4353-8cf5-312fad970e8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
752 | 2024.08.06 04:00:07.086903 [ 3 ] {} <Trace> HTTP-Session: fbb9f483-ed31-4353-8cf5-312fad970e8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
753 | 2024.08.06 04:00:07.087044 [ 3 ] {786072ac-0404-4472-b897-6c3ac62de8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
754 | 2024.08.06 04:00:07.087084 [ 3 ] {786072ac-0404-4472-b897-6c3ac62de8bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
755 | 2024.08.06 04:00:07.088646 [ 3 ] {786072ac-0404-4472-b897-6c3ac62de8bf} <Debug> oximeter.fields_u64 (9c55701b-6bef-4295-83e3-fd116d9203b9): Loading data parts | ||
756 | 2024.08.06 04:00:07.088814 [ 3 ] {786072ac-0404-4472-b897-6c3ac62de8bf} <Debug> oximeter.fields_u64 (9c55701b-6bef-4295-83e3-fd116d9203b9): There are no data parts | ||
757 | 2024.08.06 04:00:07.090114 [ 3 ] {786072ac-0404-4472-b897-6c3ac62de8bf} <Debug> DynamicQueryHandler: Done processing query | ||
758 | 2024.08.06 04:00:07.090140 [ 3 ] {} <Debug> HTTP-Session: fbb9f483-ed31-4353-8cf5-312fad970e8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
759 | 2024.08.06 04:00:07.090243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
760 | 2024.08.06 04:00:07.090291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
761 | 2024.08.06 04:00:07.090310 [ 3 ] {} <Debug> HTTP-Session: 2e12e838-408d-479a-b53f-49a547549f95 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
762 | 2024.08.06 04:00:07.090327 [ 3 ] {} <Debug> HTTP-Session: 2e12e838-408d-479a-b53f-49a547549f95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
763 | 2024.08.06 04:00:07.090341 [ 3 ] {} <Debug> HTTP-Session: 2e12e838-408d-479a-b53f-49a547549f95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
764 | 2024.08.06 04:00:07.090371 [ 3 ] {} <Trace> HTTP-Session: 2e12e838-408d-479a-b53f-49a547549f95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
765 | 2024.08.06 04:00:07.090509 [ 3 ] {a101788c-ac2e-46b5-ad97-ae4c31d0752c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
766 | 2024.08.06 04:00:07.090549 [ 3 ] {a101788c-ac2e-46b5-ad97-ae4c31d0752c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
767 | 2024.08.06 04:00:07.092117 [ 3 ] {a101788c-ac2e-46b5-ad97-ae4c31d0752c} <Debug> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Loading data parts | ||
768 | 2024.08.06 04:00:07.092288 [ 3 ] {a101788c-ac2e-46b5-ad97-ae4c31d0752c} <Debug> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): There are no data parts | ||
769 | 2024.08.06 04:00:07.093485 [ 3 ] {a101788c-ac2e-46b5-ad97-ae4c31d0752c} <Debug> DynamicQueryHandler: Done processing query | ||
770 | 2024.08.06 04:00:07.093511 [ 3 ] {} <Debug> HTTP-Session: 2e12e838-408d-479a-b53f-49a547549f95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
771 | 2024.08.06 04:00:07.093633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
772 | 2024.08.06 04:00:07.093682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
773 | 2024.08.06 04:00:07.093701 [ 3 ] {} <Debug> HTTP-Session: 91980eb8-3c0f-410f-9971-063ef7a463ab Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
774 | 2024.08.06 04:00:07.093718 [ 3 ] {} <Debug> HTTP-Session: 91980eb8-3c0f-410f-9971-063ef7a463ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
775 | 2024.08.06 04:00:07.093732 [ 3 ] {} <Debug> HTTP-Session: 91980eb8-3c0f-410f-9971-063ef7a463ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
776 | 2024.08.06 04:00:07.093762 [ 3 ] {} <Trace> HTTP-Session: 91980eb8-3c0f-410f-9971-063ef7a463ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
777 | 2024.08.06 04:00:07.093905 [ 3 ] {f0de3cab-99fd-4e35-a68a-8dff4837526c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
778 | 2024.08.06 04:00:07.093947 [ 3 ] {f0de3cab-99fd-4e35-a68a-8dff4837526c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
779 | 2024.08.06 04:00:07.095447 [ 3 ] {f0de3cab-99fd-4e35-a68a-8dff4837526c} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Loading data parts | ||
780 | 2024.08.06 04:00:07.095608 [ 3 ] {f0de3cab-99fd-4e35-a68a-8dff4837526c} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): There are no data parts | ||
781 | 2024.08.06 04:00:07.096737 [ 3 ] {f0de3cab-99fd-4e35-a68a-8dff4837526c} <Debug> DynamicQueryHandler: Done processing query | ||
782 | 2024.08.06 04:00:07.096762 [ 3 ] {} <Debug> HTTP-Session: 91980eb8-3c0f-410f-9971-063ef7a463ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
783 | 2024.08.06 04:00:07.096880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
784 | 2024.08.06 04:00:07.096927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
785 | 2024.08.06 04:00:07.096946 [ 3 ] {} <Debug> HTTP-Session: 746187e1-fed5-42d2-8816-e3d963ac6876 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
786 | 2024.08.06 04:00:07.096962 [ 3 ] {} <Debug> HTTP-Session: 746187e1-fed5-42d2-8816-e3d963ac6876 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
787 | 2024.08.06 04:00:07.096976 [ 3 ] {} <Debug> HTTP-Session: 746187e1-fed5-42d2-8816-e3d963ac6876 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
788 | 2024.08.06 04:00:07.097006 [ 3 ] {} <Trace> HTTP-Session: 746187e1-fed5-42d2-8816-e3d963ac6876 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
789 | 2024.08.06 04:00:07.097145 [ 3 ] {00f3d800-1c54-412b-b7fd-b257fb15d284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) 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) | ||
790 | 2024.08.06 04:00:07.097185 [ 3 ] {00f3d800-1c54-412b-b7fd-b257fb15d284} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
791 | 2024.08.06 04:00:07.098675 [ 3 ] {00f3d800-1c54-412b-b7fd-b257fb15d284} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Loading data parts | ||
792 | 2024.08.06 04:00:07.098842 [ 3 ] {00f3d800-1c54-412b-b7fd-b257fb15d284} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): There are no data parts | ||
793 | 2024.08.06 04:00:07.099985 [ 3 ] {00f3d800-1c54-412b-b7fd-b257fb15d284} <Debug> DynamicQueryHandler: Done processing query | ||
794 | 2024.08.06 04:00:07.100010 [ 3 ] {} <Debug> HTTP-Session: 746187e1-fed5-42d2-8816-e3d963ac6876 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
795 | 2024.08.06 04:00:07.100137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
796 | 2024.08.06 04:00:07.100184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
797 | 2024.08.06 04:00:07.100203 [ 3 ] {} <Debug> HTTP-Session: 3dd35e8a-5b26-4cd4-aaad-9bb76d6fd01c Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
798 | 2024.08.06 04:00:07.100220 [ 3 ] {} <Debug> HTTP-Session: 3dd35e8a-5b26-4cd4-aaad-9bb76d6fd01c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
799 | 2024.08.06 04:00:07.100233 [ 3 ] {} <Debug> HTTP-Session: 3dd35e8a-5b26-4cd4-aaad-9bb76d6fd01c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
800 | 2024.08.06 04:00:07.100263 [ 3 ] {} <Trace> HTTP-Session: 3dd35e8a-5b26-4cd4-aaad-9bb76d6fd01c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
801 | 2024.08.06 04:00:07.100469 [ 3 ] {4df39b24-fa10-4ba4-ba3e-2c803aea7883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) /* The timeseries schema table stores the extracted schema for the samples | ||
802 | * oximeter collects. | ||
803 | */ | ||
804 | 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) | ||
805 | 2024.08.06 04:00:07.100529 [ 3 ] {4df39b24-fa10-4ba4-ba3e-2c803aea7883} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
806 | 2024.08.06 04:00:07.102147 [ 3 ] {4df39b24-fa10-4ba4-ba3e-2c803aea7883} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): Loading data parts | ||
807 | 2024.08.06 04:00:07.102364 [ 3 ] {4df39b24-fa10-4ba4-ba3e-2c803aea7883} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): There are no data parts | ||
808 | 2024.08.06 04:00:07.103642 [ 3 ] {4df39b24-fa10-4ba4-ba3e-2c803aea7883} <Debug> DynamicQueryHandler: Done processing query | ||
809 | 2024.08.06 04:00:07.103668 [ 3 ] {} <Debug> HTTP-Session: 3dd35e8a-5b26-4cd4-aaad-9bb76d6fd01c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
810 | 2024.08.06 04:00:07.103824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58215, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
811 | 2024.08.06 04:00:07.103872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
812 | 2024.08.06 04:00:07.103891 [ 3 ] {} <Debug> HTTP-Session: 57471b99-9d90-4d02-a5b3-c9d63bc2be29 Authenticating user 'default' from [fd00:1122:3344:101::d]:58215 | ||
813 | 2024.08.06 04:00:07.103907 [ 3 ] {} <Debug> HTTP-Session: 57471b99-9d90-4d02-a5b3-c9d63bc2be29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
814 | 2024.08.06 04:00:07.103921 [ 3 ] {} <Debug> HTTP-Session: 57471b99-9d90-4d02-a5b3-c9d63bc2be29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
815 | 2024.08.06 04:00:07.103950 [ 3 ] {} <Trace> HTTP-Session: 57471b99-9d90-4d02-a5b3-c9d63bc2be29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
816 | 2024.08.06 04:00:07.104114 [ 3 ] {78ecddb8-b849-4c1b-91df-27df524340c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58215) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
817 | 2024.08.06 04:00:07.105844 [ 3 ] {78ecddb8-b849-4c1b-91df-27df524340c7} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
818 | 2024.08.06 04:00:07.109795 [ 3 ] {78ecddb8-b849-4c1b-91df-27df524340c7} <Trace> oximeter.version (f918de56-7285-4566-b936-5fdd98176749): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
819 | 2024.08.06 04:00:07.109832 [ 3 ] {78ecddb8-b849-4c1b-91df-27df524340c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
820 | 2024.08.06 04:00:07.114383 [ 3 ] {78ecddb8-b849-4c1b-91df-27df524340c7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
821 | 2024.08.06 04:00:07.115445 [ 3 ] {78ecddb8-b849-4c1b-91df-27df524340c7} <Trace> oximeter.version (f918de56-7285-4566-b936-5fdd98176749): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
822 | 2024.08.06 04:00:07.115731 [ 3 ] {78ecddb8-b849-4c1b-91df-27df524340c7} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011691 sec., 85.53588230262595 rows/sec., 1.34 KiB/sec. | ||
823 | 2024.08.06 04:00:07.115897 [ 3 ] {78ecddb8-b849-4c1b-91df-27df524340c7} <Debug> DynamicQueryHandler: Done processing query | ||
824 | 2024.08.06 04:00:07.115920 [ 3 ] {78ecddb8-b849-4c1b-91df-27df524340c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
825 | 2024.08.06 04:00:07.115936 [ 3 ] {} <Debug> HTTP-Session: 57471b99-9d90-4d02-a5b3-c9d63bc2be29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
826 | 2024.08.06 04:00:08.000149 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.33 MiB, peak 177.47 MiB, free memory in arenas 0.00 B, will set to 173.67 MiB (RSS), difference: 1.34 MiB | ||
827 | 2024.08.06 04:00:17.118013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
828 | 2024.08.06 04:00:17.118138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
829 | 2024.08.06 04:00:17.118168 [ 3 ] {} <Debug> HTTP-Session: 1616ac30-09a9-42f5-913a-f90a7551f69e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
830 | 2024.08.06 04:00:17.118196 [ 3 ] {} <Debug> HTTP-Session: 1616ac30-09a9-42f5-913a-f90a7551f69e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
831 | 2024.08.06 04:00:17.118214 [ 3 ] {} <Debug> HTTP-Session: 1616ac30-09a9-42f5-913a-f90a7551f69e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
832 | 2024.08.06 04:00:17.118268 [ 3 ] {} <Trace> HTTP-Session: 1616ac30-09a9-42f5-913a-f90a7551f69e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
833 | 2024.08.06 04:00:17.118466 [ 3 ] {cb09d824-8308-4127-a8c4-1d61e980e068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
834 | 2024.08.06 04:00:17.118848 [ 3 ] {cb09d824-8308-4127-a8c4-1d61e980e068} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
835 | 2024.08.06 04:00:17.119000 [ 3 ] {cb09d824-8308-4127-a8c4-1d61e980e068} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
836 | 2024.08.06 04:00:17.120084 [ 3 ] {cb09d824-8308-4127-a8c4-1d61e980e068} <Debug> DynamicQueryHandler: Done processing query | ||
837 | 2024.08.06 04:00:17.120116 [ 3 ] {cb09d824-8308-4127-a8c4-1d61e980e068} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
838 | 2024.08.06 04:00:17.120133 [ 3 ] {} <Debug> HTTP-Session: 1616ac30-09a9-42f5-913a-f90a7551f69e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
839 | 2024.08.06 04:00:17.122687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
840 | 2024.08.06 04:00:17.122767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
841 | 2024.08.06 04:00:17.122793 [ 3 ] {} <Debug> HTTP-Session: 43f7db38-f998-4c7f-9365-7f993a34cccd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
842 | 2024.08.06 04:00:17.122815 [ 3 ] {} <Debug> HTTP-Session: 43f7db38-f998-4c7f-9365-7f993a34cccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
843 | 2024.08.06 04:00:17.122833 [ 3 ] {} <Debug> HTTP-Session: 43f7db38-f998-4c7f-9365-7f993a34cccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
844 | 2024.08.06 04:00:17.122875 [ 3 ] {} <Trace> HTTP-Session: 43f7db38-f998-4c7f-9365-7f993a34cccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
845 | 2024.08.06 04:00:17.123109 [ 3 ] {52910ca0-de0c-4cf5-b66f-26f45199450d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
846 | 2024.08.06 04:00:17.125405 [ 3 ] {52910ca0-de0c-4cf5-b66f-26f45199450d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
847 | 2024.08.06 04:00:17.125464 [ 3 ] {52910ca0-de0c-4cf5-b66f-26f45199450d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
848 | 2024.08.06 04:00:17.126469 [ 3 ] {52910ca0-de0c-4cf5-b66f-26f45199450d} <Debug> DynamicQueryHandler: Done processing query | ||
849 | 2024.08.06 04:00:17.126500 [ 3 ] {52910ca0-de0c-4cf5-b66f-26f45199450d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
850 | 2024.08.06 04:00:17.126518 [ 3 ] {} <Debug> HTTP-Session: 43f7db38-f998-4c7f-9365-7f993a34cccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
851 | 2024.08.06 04:00:17.126796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
852 | 2024.08.06 04:00:17.126850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
853 | 2024.08.06 04:00:17.126871 [ 3 ] {} <Debug> HTTP-Session: 8b7d960a-ba2b-4913-aa76-baa09f2720dd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
854 | 2024.08.06 04:00:17.126887 [ 3 ] {} <Debug> HTTP-Session: 8b7d960a-ba2b-4913-aa76-baa09f2720dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
855 | 2024.08.06 04:00:17.126901 [ 3 ] {} <Debug> HTTP-Session: 8b7d960a-ba2b-4913-aa76-baa09f2720dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
856 | 2024.08.06 04:00:17.126934 [ 3 ] {} <Trace> HTTP-Session: 8b7d960a-ba2b-4913-aa76-baa09f2720dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
857 | 2024.08.06 04:00:17.127064 [ 3 ] {ae92a816-a021-406b-9a00-0f655ed5da7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
858 | 2024.08.06 04:00:17.127429 [ 3 ] {ae92a816-a021-406b-9a00-0f655ed5da7d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
859 | 2024.08.06 04:00:17.127481 [ 3 ] {ae92a816-a021-406b-9a00-0f655ed5da7d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
860 | 2024.08.06 04:00:17.128349 [ 3 ] {ae92a816-a021-406b-9a00-0f655ed5da7d} <Debug> DynamicQueryHandler: Done processing query | ||
861 | 2024.08.06 04:00:17.128376 [ 3 ] {ae92a816-a021-406b-9a00-0f655ed5da7d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
862 | 2024.08.06 04:00:17.128393 [ 3 ] {} <Debug> HTTP-Session: 8b7d960a-ba2b-4913-aa76-baa09f2720dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
863 | 2024.08.06 04:00:17.128777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
864 | 2024.08.06 04:00:17.128831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
865 | 2024.08.06 04:00:17.128852 [ 3 ] {} <Debug> HTTP-Session: 53785038-5572-408a-93cb-8da59892436b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
866 | 2024.08.06 04:00:17.128869 [ 3 ] {} <Debug> HTTP-Session: 53785038-5572-408a-93cb-8da59892436b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
867 | 2024.08.06 04:00:17.128884 [ 3 ] {} <Debug> HTTP-Session: 53785038-5572-408a-93cb-8da59892436b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
868 | 2024.08.06 04:00:17.128915 [ 3 ] {} <Trace> HTTP-Session: 53785038-5572-408a-93cb-8da59892436b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
869 | 2024.08.06 04:00:17.129045 [ 3 ] {e3a1b100-7e99-44d3-abb5-61246643edd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
870 | 2024.08.06 04:00:17.129366 [ 3 ] {e3a1b100-7e99-44d3-abb5-61246643edd7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
871 | 2024.08.06 04:00:17.129421 [ 3 ] {e3a1b100-7e99-44d3-abb5-61246643edd7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
872 | 2024.08.06 04:00:17.130309 [ 3 ] {e3a1b100-7e99-44d3-abb5-61246643edd7} <Debug> DynamicQueryHandler: Done processing query | ||
873 | 2024.08.06 04:00:17.130337 [ 3 ] {e3a1b100-7e99-44d3-abb5-61246643edd7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
874 | 2024.08.06 04:00:17.130354 [ 3 ] {} <Debug> HTTP-Session: 53785038-5572-408a-93cb-8da59892436b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
875 | 2024.08.06 04:00:17.130649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
876 | 2024.08.06 04:00:17.130699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
877 | 2024.08.06 04:00:17.130722 [ 3 ] {} <Debug> HTTP-Session: 9ecb95ce-e6f4-4140-88d8-2dde915c7f95 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
878 | 2024.08.06 04:00:17.130740 [ 3 ] {} <Debug> HTTP-Session: 9ecb95ce-e6f4-4140-88d8-2dde915c7f95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
879 | 2024.08.06 04:00:17.130753 [ 3 ] {} <Debug> HTTP-Session: 9ecb95ce-e6f4-4140-88d8-2dde915c7f95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
880 | 2024.08.06 04:00:17.130784 [ 3 ] {} <Trace> HTTP-Session: 9ecb95ce-e6f4-4140-88d8-2dde915c7f95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
881 | 2024.08.06 04:00:17.130907 [ 3 ] {be900778-ba16-444e-9010-9f36e49af3a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
882 | 2024.08.06 04:00:17.131226 [ 3 ] {be900778-ba16-444e-9010-9f36e49af3a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
883 | 2024.08.06 04:00:17.131281 [ 3 ] {be900778-ba16-444e-9010-9f36e49af3a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
884 | 2024.08.06 04:00:17.132184 [ 3 ] {be900778-ba16-444e-9010-9f36e49af3a9} <Debug> DynamicQueryHandler: Done processing query | ||
885 | 2024.08.06 04:00:17.132211 [ 3 ] {be900778-ba16-444e-9010-9f36e49af3a9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
886 | 2024.08.06 04:00:17.132227 [ 3 ] {} <Debug> HTTP-Session: 9ecb95ce-e6f4-4140-88d8-2dde915c7f95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
887 | 2024.08.06 04:00:17.132455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
888 | 2024.08.06 04:00:17.132504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
889 | 2024.08.06 04:00:17.132525 [ 3 ] {} <Debug> HTTP-Session: 92d68844-d6eb-45f4-8aa5-9fbc42c3fef9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
890 | 2024.08.06 04:00:17.132542 [ 3 ] {} <Debug> HTTP-Session: 92d68844-d6eb-45f4-8aa5-9fbc42c3fef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
891 | 2024.08.06 04:00:17.132555 [ 3 ] {} <Debug> HTTP-Session: 92d68844-d6eb-45f4-8aa5-9fbc42c3fef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
892 | 2024.08.06 04:00:17.132586 [ 3 ] {} <Trace> HTTP-Session: 92d68844-d6eb-45f4-8aa5-9fbc42c3fef9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
893 | 2024.08.06 04:00:17.132710 [ 3 ] {79f5f8e3-537f-461d-aa87-6afce852b28c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
894 | 2024.08.06 04:00:17.133031 [ 3 ] {79f5f8e3-537f-461d-aa87-6afce852b28c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
895 | 2024.08.06 04:00:17.133084 [ 3 ] {79f5f8e3-537f-461d-aa87-6afce852b28c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
896 | 2024.08.06 04:00:17.133951 [ 3 ] {79f5f8e3-537f-461d-aa87-6afce852b28c} <Debug> DynamicQueryHandler: Done processing query | ||
897 | 2024.08.06 04:00:17.133980 [ 3 ] {79f5f8e3-537f-461d-aa87-6afce852b28c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
898 | 2024.08.06 04:00:17.133998 [ 3 ] {} <Debug> HTTP-Session: 92d68844-d6eb-45f4-8aa5-9fbc42c3fef9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
899 | 2024.08.06 04:00:17.134203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
900 | 2024.08.06 04:00:17.134254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
901 | 2024.08.06 04:00:17.134274 [ 3 ] {} <Debug> HTTP-Session: 1b5c9223-9fd5-49de-812b-92383175af50 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
902 | 2024.08.06 04:00:17.134298 [ 3 ] {} <Debug> HTTP-Session: 1b5c9223-9fd5-49de-812b-92383175af50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
903 | 2024.08.06 04:00:17.134313 [ 3 ] {} <Debug> HTTP-Session: 1b5c9223-9fd5-49de-812b-92383175af50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
904 | 2024.08.06 04:00:17.134344 [ 3 ] {} <Trace> HTTP-Session: 1b5c9223-9fd5-49de-812b-92383175af50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
905 | 2024.08.06 04:00:17.134473 [ 3 ] {0375ef90-40e0-4b33-ac89-6a902a3a8196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
906 | 2024.08.06 04:00:17.134794 [ 3 ] {0375ef90-40e0-4b33-ac89-6a902a3a8196} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
907 | 2024.08.06 04:00:17.134849 [ 3 ] {0375ef90-40e0-4b33-ac89-6a902a3a8196} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
908 | 2024.08.06 04:00:17.135723 [ 3 ] {0375ef90-40e0-4b33-ac89-6a902a3a8196} <Debug> DynamicQueryHandler: Done processing query | ||
909 | 2024.08.06 04:00:17.135749 [ 3 ] {0375ef90-40e0-4b33-ac89-6a902a3a8196} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
910 | 2024.08.06 04:00:17.135765 [ 3 ] {} <Debug> HTTP-Session: 1b5c9223-9fd5-49de-812b-92383175af50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
911 | 2024.08.06 04:00:17.135981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
912 | 2024.08.06 04:00:17.136030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
913 | 2024.08.06 04:00:17.136050 [ 3 ] {} <Debug> HTTP-Session: 1e35a3bc-e1e6-44e5-a6d1-b5c1cedf6eab Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
914 | 2024.08.06 04:00:17.136066 [ 3 ] {} <Debug> HTTP-Session: 1e35a3bc-e1e6-44e5-a6d1-b5c1cedf6eab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
915 | 2024.08.06 04:00:17.136080 [ 3 ] {} <Debug> HTTP-Session: 1e35a3bc-e1e6-44e5-a6d1-b5c1cedf6eab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
916 | 2024.08.06 04:00:17.136110 [ 3 ] {} <Trace> HTTP-Session: 1e35a3bc-e1e6-44e5-a6d1-b5c1cedf6eab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
917 | 2024.08.06 04:00:17.136236 [ 3 ] {d6270859-994a-4dc2-9175-8a8ec24d467e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
918 | 2024.08.06 04:00:17.136566 [ 3 ] {d6270859-994a-4dc2-9175-8a8ec24d467e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
919 | 2024.08.06 04:00:17.136617 [ 3 ] {d6270859-994a-4dc2-9175-8a8ec24d467e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
920 | 2024.08.06 04:00:17.137508 [ 3 ] {d6270859-994a-4dc2-9175-8a8ec24d467e} <Debug> DynamicQueryHandler: Done processing query | ||
921 | 2024.08.06 04:00:17.137535 [ 3 ] {d6270859-994a-4dc2-9175-8a8ec24d467e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
922 | 2024.08.06 04:00:17.137553 [ 3 ] {} <Debug> HTTP-Session: 1e35a3bc-e1e6-44e5-a6d1-b5c1cedf6eab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
923 | 2024.08.06 04:00:17.137771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
924 | 2024.08.06 04:00:17.137820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
925 | 2024.08.06 04:00:17.137839 [ 3 ] {} <Debug> HTTP-Session: a7729048-393b-4f8f-acd8-f82ce6be9ed8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
926 | 2024.08.06 04:00:17.137857 [ 3 ] {} <Debug> HTTP-Session: a7729048-393b-4f8f-acd8-f82ce6be9ed8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
927 | 2024.08.06 04:00:17.137872 [ 3 ] {} <Debug> HTTP-Session: a7729048-393b-4f8f-acd8-f82ce6be9ed8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
928 | 2024.08.06 04:00:17.137903 [ 3 ] {} <Trace> HTTP-Session: a7729048-393b-4f8f-acd8-f82ce6be9ed8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
929 | 2024.08.06 04:00:17.138029 [ 3 ] {e4cc1a59-a150-4e97-8582-8e281806d9b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
930 | 2024.08.06 04:00:17.138360 [ 3 ] {e4cc1a59-a150-4e97-8582-8e281806d9b1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
931 | 2024.08.06 04:00:17.138413 [ 3 ] {e4cc1a59-a150-4e97-8582-8e281806d9b1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
932 | 2024.08.06 04:00:17.139237 [ 3 ] {e4cc1a59-a150-4e97-8582-8e281806d9b1} <Debug> DynamicQueryHandler: Done processing query | ||
933 | 2024.08.06 04:00:17.139263 [ 3 ] {e4cc1a59-a150-4e97-8582-8e281806d9b1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
934 | 2024.08.06 04:00:17.139281 [ 3 ] {} <Debug> HTTP-Session: a7729048-393b-4f8f-acd8-f82ce6be9ed8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
935 | 2024.08.06 04:00:17.139514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
936 | 2024.08.06 04:00:17.139562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
937 | 2024.08.06 04:00:17.139582 [ 3 ] {} <Debug> HTTP-Session: 080c2e3e-bbd8-4804-8068-535af3d6c619 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
938 | 2024.08.06 04:00:17.139598 [ 3 ] {} <Debug> HTTP-Session: 080c2e3e-bbd8-4804-8068-535af3d6c619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
939 | 2024.08.06 04:00:17.139611 [ 3 ] {} <Debug> HTTP-Session: 080c2e3e-bbd8-4804-8068-535af3d6c619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
940 | 2024.08.06 04:00:17.139642 [ 3 ] {} <Trace> HTTP-Session: 080c2e3e-bbd8-4804-8068-535af3d6c619 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
941 | 2024.08.06 04:00:17.139769 [ 3 ] {27491019-02fc-48c1-94b6-5a3a19b3d75a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
942 | 2024.08.06 04:00:17.140100 [ 3 ] {27491019-02fc-48c1-94b6-5a3a19b3d75a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
943 | 2024.08.06 04:00:17.140152 [ 3 ] {27491019-02fc-48c1-94b6-5a3a19b3d75a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
944 | 2024.08.06 04:00:17.141042 [ 3 ] {27491019-02fc-48c1-94b6-5a3a19b3d75a} <Debug> DynamicQueryHandler: Done processing query | ||
945 | 2024.08.06 04:00:17.141068 [ 3 ] {27491019-02fc-48c1-94b6-5a3a19b3d75a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
946 | 2024.08.06 04:00:17.141083 [ 3 ] {} <Debug> HTTP-Session: 080c2e3e-bbd8-4804-8068-535af3d6c619 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
947 | 2024.08.06 04:00:17.141330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
948 | 2024.08.06 04:00:17.141379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
949 | 2024.08.06 04:00:17.141399 [ 3 ] {} <Debug> HTTP-Session: c7eca644-71cb-4cf1-a92b-c2f5a7056860 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
950 | 2024.08.06 04:00:17.141415 [ 3 ] {} <Debug> HTTP-Session: c7eca644-71cb-4cf1-a92b-c2f5a7056860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
951 | 2024.08.06 04:00:17.141429 [ 3 ] {} <Debug> HTTP-Session: c7eca644-71cb-4cf1-a92b-c2f5a7056860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
952 | 2024.08.06 04:00:17.141459 [ 3 ] {} <Trace> HTTP-Session: c7eca644-71cb-4cf1-a92b-c2f5a7056860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
953 | 2024.08.06 04:00:17.141590 [ 3 ] {bea88b23-c27e-4e85-9ed9-4fab4610b5b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
954 | 2024.08.06 04:00:17.141927 [ 3 ] {bea88b23-c27e-4e85-9ed9-4fab4610b5b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
955 | 2024.08.06 04:00:17.141980 [ 3 ] {bea88b23-c27e-4e85-9ed9-4fab4610b5b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
956 | 2024.08.06 04:00:17.142848 [ 3 ] {bea88b23-c27e-4e85-9ed9-4fab4610b5b4} <Debug> DynamicQueryHandler: Done processing query | ||
957 | 2024.08.06 04:00:17.142874 [ 3 ] {bea88b23-c27e-4e85-9ed9-4fab4610b5b4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
958 | 2024.08.06 04:00:17.142892 [ 3 ] {} <Debug> HTTP-Session: c7eca644-71cb-4cf1-a92b-c2f5a7056860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
959 | 2024.08.06 04:00:17.143109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
960 | 2024.08.06 04:00:17.143158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
961 | 2024.08.06 04:00:17.143176 [ 3 ] {} <Debug> HTTP-Session: f73a2eb2-f596-4cde-8dea-4ca3f12ceaaf Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
962 | 2024.08.06 04:00:17.143192 [ 3 ] {} <Debug> HTTP-Session: f73a2eb2-f596-4cde-8dea-4ca3f12ceaaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
963 | 2024.08.06 04:00:17.143205 [ 3 ] {} <Debug> HTTP-Session: f73a2eb2-f596-4cde-8dea-4ca3f12ceaaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
964 | 2024.08.06 04:00:17.143235 [ 3 ] {} <Trace> HTTP-Session: f73a2eb2-f596-4cde-8dea-4ca3f12ceaaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
965 | 2024.08.06 04:00:17.143364 [ 3 ] {881f6e6f-f24a-4249-9548-fea3f8a2f15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
966 | 2024.08.06 04:00:17.143701 [ 3 ] {881f6e6f-f24a-4249-9548-fea3f8a2f15d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
967 | 2024.08.06 04:00:17.143754 [ 3 ] {881f6e6f-f24a-4249-9548-fea3f8a2f15d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
968 | 2024.08.06 04:00:17.144591 [ 3 ] {881f6e6f-f24a-4249-9548-fea3f8a2f15d} <Debug> DynamicQueryHandler: Done processing query | ||
969 | 2024.08.06 04:00:17.144621 [ 3 ] {881f6e6f-f24a-4249-9548-fea3f8a2f15d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
970 | 2024.08.06 04:00:17.144638 [ 3 ] {} <Debug> HTTP-Session: f73a2eb2-f596-4cde-8dea-4ca3f12ceaaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
971 | 2024.08.06 04:00:17.144868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
972 | 2024.08.06 04:00:17.144917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
973 | 2024.08.06 04:00:17.144937 [ 3 ] {} <Debug> HTTP-Session: b4d32501-99f1-4363-a06e-3a35d244f83d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
974 | 2024.08.06 04:00:17.144953 [ 3 ] {} <Debug> HTTP-Session: b4d32501-99f1-4363-a06e-3a35d244f83d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
975 | 2024.08.06 04:00:17.144969 [ 3 ] {} <Debug> HTTP-Session: b4d32501-99f1-4363-a06e-3a35d244f83d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
976 | 2024.08.06 04:00:17.145000 [ 3 ] {} <Trace> HTTP-Session: b4d32501-99f1-4363-a06e-3a35d244f83d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
977 | 2024.08.06 04:00:17.145129 [ 3 ] {5402c824-6b91-4ac7-8125-09e3c1139feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
978 | 2024.08.06 04:00:17.145473 [ 3 ] {5402c824-6b91-4ac7-8125-09e3c1139feb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
979 | 2024.08.06 04:00:17.145526 [ 3 ] {5402c824-6b91-4ac7-8125-09e3c1139feb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
980 | 2024.08.06 04:00:17.146399 [ 3 ] {5402c824-6b91-4ac7-8125-09e3c1139feb} <Debug> DynamicQueryHandler: Done processing query | ||
981 | 2024.08.06 04:00:17.146424 [ 3 ] {5402c824-6b91-4ac7-8125-09e3c1139feb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
982 | 2024.08.06 04:00:17.146439 [ 3 ] {} <Debug> HTTP-Session: b4d32501-99f1-4363-a06e-3a35d244f83d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
983 | 2024.08.06 04:00:17.146649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
984 | 2024.08.06 04:00:17.146700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
985 | 2024.08.06 04:00:17.146721 [ 3 ] {} <Debug> HTTP-Session: 83cf797b-804d-4c8b-a74d-8e3ff1be6c43 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
986 | 2024.08.06 04:00:17.146738 [ 3 ] {} <Debug> HTTP-Session: 83cf797b-804d-4c8b-a74d-8e3ff1be6c43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.08.06 04:00:17.146755 [ 3 ] {} <Debug> HTTP-Session: 83cf797b-804d-4c8b-a74d-8e3ff1be6c43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
988 | 2024.08.06 04:00:17.146785 [ 3 ] {} <Trace> HTTP-Session: 83cf797b-804d-4c8b-a74d-8e3ff1be6c43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
989 | 2024.08.06 04:00:17.146918 [ 3 ] {04a4d508-8225-4901-8181-5efe63f15682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
990 | 2024.08.06 04:00:17.147264 [ 3 ] {04a4d508-8225-4901-8181-5efe63f15682} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
991 | 2024.08.06 04:00:17.147317 [ 3 ] {04a4d508-8225-4901-8181-5efe63f15682} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
992 | 2024.08.06 04:00:17.148164 [ 3 ] {04a4d508-8225-4901-8181-5efe63f15682} <Debug> DynamicQueryHandler: Done processing query | ||
993 | 2024.08.06 04:00:17.148190 [ 3 ] {04a4d508-8225-4901-8181-5efe63f15682} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
994 | 2024.08.06 04:00:17.148207 [ 3 ] {} <Debug> HTTP-Session: 83cf797b-804d-4c8b-a74d-8e3ff1be6c43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
995 | 2024.08.06 04:00:17.154807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
996 | 2024.08.06 04:00:17.154865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
997 | 2024.08.06 04:00:17.154885 [ 3 ] {} <Debug> HTTP-Session: 422d3369-ebd5-4b3c-98ea-b8434158e6a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
998 | 2024.08.06 04:00:17.154903 [ 3 ] {} <Debug> HTTP-Session: 422d3369-ebd5-4b3c-98ea-b8434158e6a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
999 | 2024.08.06 04:00:17.154918 [ 3 ] {} <Debug> HTTP-Session: 422d3369-ebd5-4b3c-98ea-b8434158e6a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1000 | 2024.08.06 04:00:17.154950 [ 3 ] {} <Trace> HTTP-Session: 422d3369-ebd5-4b3c-98ea-b8434158e6a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1001 | 2024.08.06 04:00:17.155074 [ 3 ] {ad96785c-32f6-4a09-a149-30be98348803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1002 | 2024.08.06 04:00:17.155123 [ 3 ] {ad96785c-32f6-4a09-a149-30be98348803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1003 | 2024.08.06 04:00:17.155332 [ 3 ] {ad96785c-32f6-4a09-a149-30be98348803} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1004 | 2024.08.06 04:00:17.155857 [ 3 ] {ad96785c-32f6-4a09-a149-30be98348803} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1005 | 2024.08.06 04:00:17.155895 [ 3 ] {ad96785c-32f6-4a09-a149-30be98348803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1006 | 2024.08.06 04:00:17.156572 [ 3 ] {ad96785c-32f6-4a09-a149-30be98348803} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1007 | 2024.08.06 04:00:17.157130 [ 3 ] {ad96785c-32f6-4a09-a149-30be98348803} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1008 | 2024.08.06 04:00:17.157275 [ 3 ] {ad96785c-32f6-4a09-a149-30be98348803} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002248 sec., 6227.758007117438 rows/sec., 893.59 KiB/sec. | ||
1009 | 2024.08.06 04:00:17.157453 [ 3 ] {ad96785c-32f6-4a09-a149-30be98348803} <Debug> DynamicQueryHandler: Done processing query | ||
1010 | 2024.08.06 04:00:17.157480 [ 3 ] {ad96785c-32f6-4a09-a149-30be98348803} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1011 | 2024.08.06 04:00:17.157497 [ 3 ] {} <Debug> HTTP-Session: 422d3369-ebd5-4b3c-98ea-b8434158e6a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1012 | 2024.08.06 04:00:17.157620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 7224, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1013 | 2024.08.06 04:00:17.157672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1014 | 2024.08.06 04:00:17.157692 [ 3 ] {} <Debug> HTTP-Session: 687cce90-fa71-45be-9fcf-3a4b365c36a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1015 | 2024.08.06 04:00:17.157712 [ 3 ] {} <Debug> HTTP-Session: 687cce90-fa71-45be-9fcf-3a4b365c36a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1016 | 2024.08.06 04:00:17.157727 [ 3 ] {} <Debug> HTTP-Session: 687cce90-fa71-45be-9fcf-3a4b365c36a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1017 | 2024.08.06 04:00:17.157758 [ 3 ] {} <Trace> HTTP-Session: 687cce90-fa71-45be-9fcf-3a4b365c36a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1018 | 2024.08.06 04:00:17.157873 [ 3 ] {8761f714-df57-4bcf-aa4e-c62ca8458337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1019 | 2024.08.06 04:00:17.157920 [ 3 ] {8761f714-df57-4bcf-aa4e-c62ca8458337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1020 | 2024.08.06 04:00:17.158048 [ 3 ] {8761f714-df57-4bcf-aa4e-c62ca8458337} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1021 | 2024.08.06 04:00:17.159640 [ 3 ] {8761f714-df57-4bcf-aa4e-c62ca8458337} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1022 | 2024.08.06 04:00:17.159675 [ 3 ] {8761f714-df57-4bcf-aa4e-c62ca8458337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1023 | 2024.08.06 04:00:17.160172 [ 3 ] {8761f714-df57-4bcf-aa4e-c62ca8458337} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1024 | 2024.08.06 04:00:17.160730 [ 3 ] {8761f714-df57-4bcf-aa4e-c62ca8458337} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1025 | 2024.08.06 04:00:17.160860 [ 3 ] {8761f714-df57-4bcf-aa4e-c62ca8458337} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.003022 sec., 17207.147584381204 rows/sec., 1.31 MiB/sec. | ||
1026 | 2024.08.06 04:00:17.161114 [ 3 ] {8761f714-df57-4bcf-aa4e-c62ca8458337} <Debug> DynamicQueryHandler: Done processing query | ||
1027 | 2024.08.06 04:00:17.161139 [ 3 ] {8761f714-df57-4bcf-aa4e-c62ca8458337} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1028 | 2024.08.06 04:00:17.161155 [ 3 ] {} <Debug> HTTP-Session: 687cce90-fa71-45be-9fcf-3a4b365c36a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1029 | 2024.08.06 04:00:17.161332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1030 | 2024.08.06 04:00:17.161389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1031 | 2024.08.06 04:00:17.161408 [ 3 ] {} <Debug> HTTP-Session: b6957d42-ee79-4cdd-aeab-c1398035fb9b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1032 | 2024.08.06 04:00:17.161425 [ 3 ] {} <Debug> HTTP-Session: b6957d42-ee79-4cdd-aeab-c1398035fb9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1033 | 2024.08.06 04:00:17.161439 [ 3 ] {} <Debug> HTTP-Session: b6957d42-ee79-4cdd-aeab-c1398035fb9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1034 | 2024.08.06 04:00:17.161470 [ 3 ] {} <Trace> HTTP-Session: b6957d42-ee79-4cdd-aeab-c1398035fb9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1035 | 2024.08.06 04:00:17.161591 [ 3 ] {bac1a8b9-807d-427e-bd9e-1c60b3fb27c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1036 | 2024.08.06 04:00:17.161636 [ 3 ] {bac1a8b9-807d-427e-bd9e-1c60b3fb27c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1037 | 2024.08.06 04:00:17.162385 [ 3 ] {bac1a8b9-807d-427e-bd9e-1c60b3fb27c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1038 | 2024.08.06 04:00:17.163343 [ 3 ] {bac1a8b9-807d-427e-bd9e-1c60b3fb27c5} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1039 | 2024.08.06 04:00:17.163380 [ 3 ] {bac1a8b9-807d-427e-bd9e-1c60b3fb27c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1040 | 2024.08.06 04:00:17.163860 [ 3 ] {bac1a8b9-807d-427e-bd9e-1c60b3fb27c5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1041 | 2024.08.06 04:00:17.164425 [ 3 ] {bac1a8b9-807d-427e-bd9e-1c60b3fb27c5} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1042 | 2024.08.06 04:00:17.164578 [ 3 ] {bac1a8b9-807d-427e-bd9e-1c60b3fb27c5} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.003024 sec., 18518.51851851852 rows/sec., 1.44 MiB/sec. | ||
1043 | 2024.08.06 04:00:17.164759 [ 3 ] {bac1a8b9-807d-427e-bd9e-1c60b3fb27c5} <Debug> DynamicQueryHandler: Done processing query | ||
1044 | 2024.08.06 04:00:17.164783 [ 3 ] {bac1a8b9-807d-427e-bd9e-1c60b3fb27c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1045 | 2024.08.06 04:00:17.164799 [ 3 ] {} <Debug> HTTP-Session: b6957d42-ee79-4cdd-aeab-c1398035fb9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1046 | 2024.08.06 04:00:17.165037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 24801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1047 | 2024.08.06 04:00:17.165086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1048 | 2024.08.06 04:00:17.165105 [ 3 ] {} <Debug> HTTP-Session: 06d0c72a-8138-470b-938a-0286055c3843 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1049 | 2024.08.06 04:00:17.165122 [ 3 ] {} <Debug> HTTP-Session: 06d0c72a-8138-470b-938a-0286055c3843 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1050 | 2024.08.06 04:00:17.165136 [ 3 ] {} <Debug> HTTP-Session: 06d0c72a-8138-470b-938a-0286055c3843 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1051 | 2024.08.06 04:00:17.165166 [ 3 ] {} <Trace> HTTP-Session: 06d0c72a-8138-470b-938a-0286055c3843 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1052 | 2024.08.06 04:00:17.165311 [ 3 ] {ee68549d-0577-43a1-a903-daecf93681b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1053 | 2024.08.06 04:00:17.165359 [ 3 ] {ee68549d-0577-43a1-a903-daecf93681b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1054 | 2024.08.06 04:00:17.165509 [ 3 ] {ee68549d-0577-43a1-a903-daecf93681b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1055 | 2024.08.06 04:00:17.165891 [ 3 ] {ee68549d-0577-43a1-a903-daecf93681b3} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1056 | 2024.08.06 04:00:17.165927 [ 3 ] {ee68549d-0577-43a1-a903-daecf93681b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1057 | 2024.08.06 04:00:17.166684 [ 3 ] {ee68549d-0577-43a1-a903-daecf93681b3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1058 | 2024.08.06 04:00:17.167291 [ 3 ] {ee68549d-0577-43a1-a903-daecf93681b3} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1059 | 2024.08.06 04:00:17.167446 [ 3 ] {ee68549d-0577-43a1-a903-daecf93681b3} <Debug> executeQuery: Read 130 rows, 9.23 KiB in 0.002196 sec., 59198.54280510018 rows/sec., 4.10 MiB/sec. | ||
1060 | 2024.08.06 04:00:17.167611 [ 3 ] {ee68549d-0577-43a1-a903-daecf93681b3} <Debug> DynamicQueryHandler: Done processing query | ||
1061 | 2024.08.06 04:00:17.167637 [ 3 ] {ee68549d-0577-43a1-a903-daecf93681b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1062 | 2024.08.06 04:00:17.167653 [ 3 ] {} <Debug> HTTP-Session: 06d0c72a-8138-470b-938a-0286055c3843 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1063 | 2024.08.06 04:00:17.167797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 6464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1064 | 2024.08.06 04:00:17.167846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1065 | 2024.08.06 04:00:17.167867 [ 3 ] {} <Debug> HTTP-Session: 87dec86f-11b4-4b61-8e5b-0cb26c48da1c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1066 | 2024.08.06 04:00:17.167883 [ 3 ] {} <Debug> HTTP-Session: 87dec86f-11b4-4b61-8e5b-0cb26c48da1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1067 | 2024.08.06 04:00:17.167899 [ 3 ] {} <Debug> HTTP-Session: 87dec86f-11b4-4b61-8e5b-0cb26c48da1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1068 | 2024.08.06 04:00:17.167931 [ 3 ] {} <Trace> HTTP-Session: 87dec86f-11b4-4b61-8e5b-0cb26c48da1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1069 | 2024.08.06 04:00:17.168042 [ 3 ] {7014e279-2401-4a3d-b5a4-51a41d14fb3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1070 | 2024.08.06 04:00:17.168087 [ 3 ] {7014e279-2401-4a3d-b5a4-51a41d14fb3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1071 | 2024.08.06 04:00:17.168217 [ 3 ] {7014e279-2401-4a3d-b5a4-51a41d14fb3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1072 | 2024.08.06 04:00:17.168514 [ 3 ] {7014e279-2401-4a3d-b5a4-51a41d14fb3c} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1073 | 2024.08.06 04:00:17.168552 [ 3 ] {7014e279-2401-4a3d-b5a4-51a41d14fb3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1074 | 2024.08.06 04:00:17.169010 [ 3 ] {7014e279-2401-4a3d-b5a4-51a41d14fb3c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1075 | 2024.08.06 04:00:17.169577 [ 3 ] {7014e279-2401-4a3d-b5a4-51a41d14fb3c} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1076 | 2024.08.06 04:00:17.169735 [ 3 ] {7014e279-2401-4a3d-b5a4-51a41d14fb3c} <Debug> executeQuery: Read 42 rows, 2.95 KiB in 0.001728 sec., 24305.555555555555 rows/sec., 1.67 MiB/sec. | ||
1077 | 2024.08.06 04:00:17.169906 [ 3 ] {7014e279-2401-4a3d-b5a4-51a41d14fb3c} <Debug> DynamicQueryHandler: Done processing query | ||
1078 | 2024.08.06 04:00:17.169930 [ 3 ] {7014e279-2401-4a3d-b5a4-51a41d14fb3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1079 | 2024.08.06 04:00:17.169946 [ 3 ] {} <Debug> HTTP-Session: 87dec86f-11b4-4b61-8e5b-0cb26c48da1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1080 | 2024.08.06 04:00:21.014888 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1081 | 2024.08.06 04:00:21.014951 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1082 | 2024.08.06 04:00:22.121624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1083 | 2024.08.06 04:00:22.121746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1084 | 2024.08.06 04:00:22.121771 [ 3 ] {} <Debug> HTTP-Session: 2b4d88e8-0939-47e0-beac-cd5c6dc9563f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1085 | 2024.08.06 04:00:22.121794 [ 3 ] {} <Debug> HTTP-Session: 2b4d88e8-0939-47e0-beac-cd5c6dc9563f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1086 | 2024.08.06 04:00:22.121808 [ 3 ] {} <Debug> HTTP-Session: 2b4d88e8-0939-47e0-beac-cd5c6dc9563f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1087 | 2024.08.06 04:00:22.121859 [ 3 ] {} <Trace> HTTP-Session: 2b4d88e8-0939-47e0-beac-cd5c6dc9563f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1088 | 2024.08.06 04:00:22.122092 [ 3 ] {ae8aa902-13c5-420e-99c6-ec14c8d6da10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
1089 | 2024.08.06 04:00:22.122536 [ 3 ] {ae8aa902-13c5-420e-99c6-ec14c8d6da10} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1090 | 2024.08.06 04:00:22.122615 [ 3 ] {ae8aa902-13c5-420e-99c6-ec14c8d6da10} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
1091 | 2024.08.06 04:00:22.122911 [ 3 ] {ae8aa902-13c5-420e-99c6-ec14c8d6da10} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1092 | 2024.08.06 04:00:22.123087 [ 3 ] {ae8aa902-13c5-420e-99c6-ec14c8d6da10} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1093 | 2024.08.06 04:00:22.123423 [ 3 ] {ae8aa902-13c5-420e-99c6-ec14c8d6da10} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1094 | 2024.08.06 04:00:22.124595 [ 3 ] {ae8aa902-13c5-420e-99c6-ec14c8d6da10} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1095 | 2024.08.06 04:00:22.124648 [ 3 ] {ae8aa902-13c5-420e-99c6-ec14c8d6da10} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1096 | 2024.08.06 04:00:22.124671 [ 3 ] {ae8aa902-13c5-420e-99c6-ec14c8d6da10} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1097 | 2024.08.06 04:00:22.124787 [ 3 ] {ae8aa902-13c5-420e-99c6-ec14c8d6da10} <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'))" | ||
1098 | 2024.08.06 04:00:22.124814 [ 3 ] {ae8aa902-13c5-420e-99c6-ec14c8d6da10} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1099 | 2024.08.06 04:00:22.126827 [ 3 ] {ae8aa902-13c5-420e-99c6-ec14c8d6da10} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.004827 sec., 2900.35218562254 rows/sec., 118.35 KiB/sec. | ||
1100 | 2024.08.06 04:00:22.127125 [ 3 ] {ae8aa902-13c5-420e-99c6-ec14c8d6da10} <Debug> DynamicQueryHandler: Done processing query | ||
1101 | 2024.08.06 04:00:22.127151 [ 3 ] {ae8aa902-13c5-420e-99c6-ec14c8d6da10} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1102 | 2024.08.06 04:00:22.127168 [ 3 ] {} <Debug> HTTP-Session: 2b4d88e8-0939-47e0-beac-cd5c6dc9563f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1103 | 2024.08.06 04:00:22.127425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1104 | 2024.08.06 04:00:22.127477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1105 | 2024.08.06 04:00:22.127496 [ 3 ] {} <Debug> HTTP-Session: e358ce25-0415-4fd1-9a09-2bc8c84b95a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1106 | 2024.08.06 04:00:22.127514 [ 3 ] {} <Debug> HTTP-Session: e358ce25-0415-4fd1-9a09-2bc8c84b95a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1107 | 2024.08.06 04:00:22.127528 [ 3 ] {} <Debug> HTTP-Session: e358ce25-0415-4fd1-9a09-2bc8c84b95a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1108 | 2024.08.06 04:00:22.127564 [ 3 ] {} <Trace> HTTP-Session: e358ce25-0415-4fd1-9a09-2bc8c84b95a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1109 | 2024.08.06 04:00:22.127719 [ 3 ] {9beaaf73-d11b-484a-8d01-a299b865204d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
1110 | 2024.08.06 04:00:22.127981 [ 3 ] {9beaaf73-d11b-484a-8d01-a299b865204d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1111 | 2024.08.06 04:00:22.128021 [ 3 ] {9beaaf73-d11b-484a-8d01-a299b865204d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1112 | 2024.08.06 04:00:22.128262 [ 3 ] {9beaaf73-d11b-484a-8d01-a299b865204d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1113 | 2024.08.06 04:00:22.128327 [ 3 ] {9beaaf73-d11b-484a-8d01-a299b865204d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1114 | 2024.08.06 04:00:22.128469 [ 3 ] {9beaaf73-d11b-484a-8d01-a299b865204d} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1115 | 2024.08.06 04:00:22.128502 [ 3 ] {9beaaf73-d11b-484a-8d01-a299b865204d} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1116 | 2024.08.06 04:00:22.128525 [ 3 ] {9beaaf73-d11b-484a-8d01-a299b865204d} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1117 | 2024.08.06 04:00:22.128542 [ 3 ] {9beaaf73-d11b-484a-8d01-a299b865204d} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1118 | 2024.08.06 04:00:22.128582 [ 3 ] {9beaaf73-d11b-484a-8d01-a299b865204d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes'))" | ||
1119 | 2024.08.06 04:00:22.128602 [ 3 ] {9beaaf73-d11b-484a-8d01-a299b865204d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1120 | 2024.08.06 04:00:22.129412 [ 3 ] {9beaaf73-d11b-484a-8d01-a299b865204d} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001765 sec., 7932.011331444759 rows/sec., 323.68 KiB/sec. | ||
1121 | 2024.08.06 04:00:22.129652 [ 3 ] {9beaaf73-d11b-484a-8d01-a299b865204d} <Debug> DynamicQueryHandler: Done processing query | ||
1122 | 2024.08.06 04:00:22.129684 [ 3 ] {9beaaf73-d11b-484a-8d01-a299b865204d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1123 | 2024.08.06 04:00:22.129701 [ 3 ] {} <Debug> HTTP-Session: e358ce25-0415-4fd1-9a09-2bc8c84b95a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1124 | 2024.08.06 04:00:22.129926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1125 | 2024.08.06 04:00:22.129975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1126 | 2024.08.06 04:00:22.129997 [ 3 ] {} <Debug> HTTP-Session: b41555fc-dcd1-462c-b28c-4238d8f09f41 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1127 | 2024.08.06 04:00:22.130013 [ 3 ] {} <Debug> HTTP-Session: b41555fc-dcd1-462c-b28c-4238d8f09f41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1128 | 2024.08.06 04:00:22.130027 [ 3 ] {} <Debug> HTTP-Session: b41555fc-dcd1-462c-b28c-4238d8f09f41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1129 | 2024.08.06 04:00:22.130060 [ 3 ] {} <Trace> HTTP-Session: b41555fc-dcd1-462c-b28c-4238d8f09f41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1130 | 2024.08.06 04:00:22.130196 [ 3 ] {9b937e4c-4e5f-477f-b36b-9b5a9be47252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
1131 | 2024.08.06 04:00:22.130451 [ 3 ] {9b937e4c-4e5f-477f-b36b-9b5a9be47252} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1132 | 2024.08.06 04:00:22.130492 [ 3 ] {9b937e4c-4e5f-477f-b36b-9b5a9be47252} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1133 | 2024.08.06 04:00:22.130736 [ 3 ] {9b937e4c-4e5f-477f-b36b-9b5a9be47252} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1134 | 2024.08.06 04:00:22.130802 [ 3 ] {9b937e4c-4e5f-477f-b36b-9b5a9be47252} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1135 | 2024.08.06 04:00:22.130937 [ 3 ] {9b937e4c-4e5f-477f-b36b-9b5a9be47252} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1136 | 2024.08.06 04:00:22.130970 [ 3 ] {9b937e4c-4e5f-477f-b36b-9b5a9be47252} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1137 | 2024.08.06 04:00:22.130994 [ 3 ] {9b937e4c-4e5f-477f-b36b-9b5a9be47252} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1138 | 2024.08.06 04:00:22.131012 [ 3 ] {9b937e4c-4e5f-477f-b36b-9b5a9be47252} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1139 | 2024.08.06 04:00:22.131055 [ 3 ] {9b937e4c-4e5f-477f-b36b-9b5a9be47252} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1140 | 2024.08.06 04:00:22.131077 [ 3 ] {9b937e4c-4e5f-477f-b36b-9b5a9be47252} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1141 | 2024.08.06 04:00:22.131886 [ 3 ] {9b937e4c-4e5f-477f-b36b-9b5a9be47252} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001751 sec., 7995.431182181611 rows/sec., 326.26 KiB/sec. | ||
1142 | 2024.08.06 04:00:22.132124 [ 3 ] {9b937e4c-4e5f-477f-b36b-9b5a9be47252} <Debug> DynamicQueryHandler: Done processing query | ||
1143 | 2024.08.06 04:00:22.132153 [ 3 ] {9b937e4c-4e5f-477f-b36b-9b5a9be47252} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1144 | 2024.08.06 04:00:22.132171 [ 3 ] {} <Debug> HTTP-Session: b41555fc-dcd1-462c-b28c-4238d8f09f41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1145 | 2024.08.06 04:00:22.132433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1146 | 2024.08.06 04:00:22.132481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1147 | 2024.08.06 04:00:22.132501 [ 3 ] {} <Debug> HTTP-Session: af5ac522-42e5-4394-a1da-1b0e026b995c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1148 | 2024.08.06 04:00:22.132518 [ 3 ] {} <Debug> HTTP-Session: af5ac522-42e5-4394-a1da-1b0e026b995c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1149 | 2024.08.06 04:00:22.132534 [ 3 ] {} <Debug> HTTP-Session: af5ac522-42e5-4394-a1da-1b0e026b995c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1150 | 2024.08.06 04:00:22.132566 [ 3 ] {} <Trace> HTTP-Session: af5ac522-42e5-4394-a1da-1b0e026b995c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1151 | 2024.08.06 04:00:22.132705 [ 3 ] {c3c4944c-0d54-4fa1-8db4-0ab636d497a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
1152 | 2024.08.06 04:00:22.132960 [ 3 ] {c3c4944c-0d54-4fa1-8db4-0ab636d497a5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1153 | 2024.08.06 04:00:22.133003 [ 3 ] {c3c4944c-0d54-4fa1-8db4-0ab636d497a5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1154 | 2024.08.06 04:00:22.133245 [ 3 ] {c3c4944c-0d54-4fa1-8db4-0ab636d497a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1155 | 2024.08.06 04:00:22.133314 [ 3 ] {c3c4944c-0d54-4fa1-8db4-0ab636d497a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1156 | 2024.08.06 04:00:22.133449 [ 3 ] {c3c4944c-0d54-4fa1-8db4-0ab636d497a5} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1157 | 2024.08.06 04:00:22.133482 [ 3 ] {c3c4944c-0d54-4fa1-8db4-0ab636d497a5} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1158 | 2024.08.06 04:00:22.133505 [ 3 ] {c3c4944c-0d54-4fa1-8db4-0ab636d497a5} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1159 | 2024.08.06 04:00:22.133524 [ 3 ] {c3c4944c-0d54-4fa1-8db4-0ab636d497a5} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1160 | 2024.08.06 04:00:22.133563 [ 3 ] {c3c4944c-0d54-4fa1-8db4-0ab636d497a5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1161 | 2024.08.06 04:00:22.133586 [ 3 ] {c3c4944c-0d54-4fa1-8db4-0ab636d497a5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1162 | 2024.08.06 04:00:22.134333 [ 3 ] {c3c4944c-0d54-4fa1-8db4-0ab636d497a5} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00169 sec., 8284.023668639053 rows/sec., 338.04 KiB/sec. | ||
1163 | 2024.08.06 04:00:22.134572 [ 3 ] {c3c4944c-0d54-4fa1-8db4-0ab636d497a5} <Debug> DynamicQueryHandler: Done processing query | ||
1164 | 2024.08.06 04:00:22.134599 [ 3 ] {c3c4944c-0d54-4fa1-8db4-0ab636d497a5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1165 | 2024.08.06 04:00:22.134616 [ 3 ] {} <Debug> HTTP-Session: af5ac522-42e5-4394-a1da-1b0e026b995c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1166 | 2024.08.06 04:00:22.138047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1167 | 2024.08.06 04:00:22.138105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1168 | 2024.08.06 04:00:22.138128 [ 3 ] {} <Debug> HTTP-Session: 601ac9ea-3d57-4ad7-8616-d3de680006ac Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1169 | 2024.08.06 04:00:22.138148 [ 3 ] {} <Debug> HTTP-Session: 601ac9ea-3d57-4ad7-8616-d3de680006ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1170 | 2024.08.06 04:00:22.138165 [ 3 ] {} <Debug> HTTP-Session: 601ac9ea-3d57-4ad7-8616-d3de680006ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1171 | 2024.08.06 04:00:22.138203 [ 3 ] {} <Trace> HTTP-Session: 601ac9ea-3d57-4ad7-8616-d3de680006ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1172 | 2024.08.06 04:00:22.138324 [ 3 ] {fbec9e87-468a-41c6-9e55-698b61ec0ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1173 | 2024.08.06 04:00:22.138371 [ 3 ] {fbec9e87-468a-41c6-9e55-698b61ec0ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1174 | 2024.08.06 04:00:22.138538 [ 3 ] {fbec9e87-468a-41c6-9e55-698b61ec0ead} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1175 | 2024.08.06 04:00:22.138886 [ 3 ] {fbec9e87-468a-41c6-9e55-698b61ec0ead} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1176 | 2024.08.06 04:00:22.138925 [ 3 ] {fbec9e87-468a-41c6-9e55-698b61ec0ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1177 | 2024.08.06 04:00:22.139516 [ 3 ] {fbec9e87-468a-41c6-9e55-698b61ec0ead} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1178 | 2024.08.06 04:00:22.140066 [ 3 ] {fbec9e87-468a-41c6-9e55-698b61ec0ead} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): 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.08.06 04:00:22.140263 [ 3 ] {fbec9e87-468a-41c6-9e55-698b61ec0ead} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001977 sec., 2023.2675771370764 rows/sec., 257.35 KiB/sec. | ||
1180 | 2024.08.06 04:00:22.140439 [ 3 ] {fbec9e87-468a-41c6-9e55-698b61ec0ead} <Debug> DynamicQueryHandler: Done processing query | ||
1181 | 2024.08.06 04:00:22.140464 [ 3 ] {fbec9e87-468a-41c6-9e55-698b61ec0ead} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1182 | 2024.08.06 04:00:22.140481 [ 3 ] {} <Debug> HTTP-Session: 601ac9ea-3d57-4ad7-8616-d3de680006ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1183 | 2024.08.06 04:00:22.140601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 7801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1184 | 2024.08.06 04:00:22.140650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1185 | 2024.08.06 04:00:22.140670 [ 3 ] {} <Debug> HTTP-Session: ca44f95f-07b7-4a97-87e0-cfbcd93bf1a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1186 | 2024.08.06 04:00:22.140687 [ 3 ] {} <Debug> HTTP-Session: ca44f95f-07b7-4a97-87e0-cfbcd93bf1a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1187 | 2024.08.06 04:00:22.140700 [ 3 ] {} <Debug> HTTP-Session: ca44f95f-07b7-4a97-87e0-cfbcd93bf1a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1188 | 2024.08.06 04:00:22.140731 [ 3 ] {} <Trace> HTTP-Session: ca44f95f-07b7-4a97-87e0-cfbcd93bf1a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1189 | 2024.08.06 04:00:22.140842 [ 3 ] {d921bb12-4981-44a8-81c5-dd02cf013377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1190 | 2024.08.06 04:00:22.140886 [ 3 ] {d921bb12-4981-44a8-81c5-dd02cf013377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1191 | 2024.08.06 04:00:22.141011 [ 3 ] {d921bb12-4981-44a8-81c5-dd02cf013377} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1192 | 2024.08.06 04:00:22.141359 [ 3 ] {d921bb12-4981-44a8-81c5-dd02cf013377} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1193 | 2024.08.06 04:00:22.141396 [ 3 ] {d921bb12-4981-44a8-81c5-dd02cf013377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1194 | 2024.08.06 04:00:22.141792 [ 3 ] {d921bb12-4981-44a8-81c5-dd02cf013377} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1195 | 2024.08.06 04:00:22.142299 [ 3 ] {d921bb12-4981-44a8-81c5-dd02cf013377} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): 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.08.06 04:00:22.142456 [ 3 ] {d921bb12-4981-44a8-81c5-dd02cf013377} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00165 sec., 33939.393939393936 rows/sec., 2.59 MiB/sec. | ||
1197 | 2024.08.06 04:00:22.142745 [ 3 ] {d921bb12-4981-44a8-81c5-dd02cf013377} <Debug> DynamicQueryHandler: Done processing query | ||
1198 | 2024.08.06 04:00:22.142771 [ 3 ] {d921bb12-4981-44a8-81c5-dd02cf013377} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1199 | 2024.08.06 04:00:22.142787 [ 3 ] {} <Debug> HTTP-Session: ca44f95f-07b7-4a97-87e0-cfbcd93bf1a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1200 | 2024.08.06 04:00:22.142959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1201 | 2024.08.06 04:00:22.143007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1202 | 2024.08.06 04:00:22.143027 [ 3 ] {} <Debug> HTTP-Session: f4e397f9-8984-434c-8b6d-71fbe6526642 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1203 | 2024.08.06 04:00:22.143049 [ 3 ] {} <Debug> HTTP-Session: f4e397f9-8984-434c-8b6d-71fbe6526642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1204 | 2024.08.06 04:00:22.143064 [ 3 ] {} <Debug> HTTP-Session: f4e397f9-8984-434c-8b6d-71fbe6526642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1205 | 2024.08.06 04:00:22.143095 [ 3 ] {} <Trace> HTTP-Session: f4e397f9-8984-434c-8b6d-71fbe6526642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1206 | 2024.08.06 04:00:22.143215 [ 3 ] {f0be24cd-6267-4b53-bd5c-75327aebc543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1207 | 2024.08.06 04:00:22.143257 [ 3 ] {f0be24cd-6267-4b53-bd5c-75327aebc543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1208 | 2024.08.06 04:00:22.143402 [ 3 ] {f0be24cd-6267-4b53-bd5c-75327aebc543} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1209 | 2024.08.06 04:00:22.143747 [ 3 ] {f0be24cd-6267-4b53-bd5c-75327aebc543} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1210 | 2024.08.06 04:00:22.143784 [ 3 ] {f0be24cd-6267-4b53-bd5c-75327aebc543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1211 | 2024.08.06 04:00:22.144194 [ 3 ] {f0be24cd-6267-4b53-bd5c-75327aebc543} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1212 | 2024.08.06 04:00:22.144871 [ 3 ] {f0be24cd-6267-4b53-bd5c-75327aebc543} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1213 | 2024.08.06 04:00:22.145034 [ 3 ] {f0be24cd-6267-4b53-bd5c-75327aebc543} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001859 sec., 34427.11135018827 rows/sec., 2.69 MiB/sec. | ||
1214 | 2024.08.06 04:00:22.145202 [ 3 ] {f0be24cd-6267-4b53-bd5c-75327aebc543} <Debug> DynamicQueryHandler: Done processing query | ||
1215 | 2024.08.06 04:00:22.145229 [ 3 ] {f0be24cd-6267-4b53-bd5c-75327aebc543} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1216 | 2024.08.06 04:00:22.145245 [ 3 ] {} <Debug> HTTP-Session: f4e397f9-8984-434c-8b6d-71fbe6526642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1217 | 2024.08.06 04:00:22.145545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 29774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1218 | 2024.08.06 04:00:22.145599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1219 | 2024.08.06 04:00:22.145621 [ 3 ] {} <Debug> HTTP-Session: 4ffeeb13-9901-42ee-88c5-6f0824e37828 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1220 | 2024.08.06 04:00:22.145639 [ 3 ] {} <Debug> HTTP-Session: 4ffeeb13-9901-42ee-88c5-6f0824e37828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1221 | 2024.08.06 04:00:22.145652 [ 3 ] {} <Debug> HTTP-Session: 4ffeeb13-9901-42ee-88c5-6f0824e37828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1222 | 2024.08.06 04:00:22.145685 [ 3 ] {} <Trace> HTTP-Session: 4ffeeb13-9901-42ee-88c5-6f0824e37828 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1223 | 2024.08.06 04:00:22.145830 [ 3 ] {6c7ac51d-af22-474d-a46c-93ce2af14dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1224 | 2024.08.06 04:00:22.145878 [ 3 ] {6c7ac51d-af22-474d-a46c-93ce2af14dab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1225 | 2024.08.06 04:00:22.146024 [ 3 ] {6c7ac51d-af22-474d-a46c-93ce2af14dab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1226 | 2024.08.06 04:00:22.146434 [ 3 ] {6c7ac51d-af22-474d-a46c-93ce2af14dab} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1227 | 2024.08.06 04:00:22.146471 [ 3 ] {6c7ac51d-af22-474d-a46c-93ce2af14dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1228 | 2024.08.06 04:00:22.146991 [ 3 ] {6c7ac51d-af22-474d-a46c-93ce2af14dab} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1229 | 2024.08.06 04:00:22.147770 [ 3 ] {6c7ac51d-af22-474d-a46c-93ce2af14dab} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1230 | 2024.08.06 04:00:22.147938 [ 3 ] {6c7ac51d-af22-474d-a46c-93ce2af14dab} <Debug> executeQuery: Read 156 rows, 11.11 KiB in 0.002168 sec., 71955.71955719558 rows/sec., 5.00 MiB/sec. | ||
1231 | 2024.08.06 04:00:22.148109 [ 3 ] {6c7ac51d-af22-474d-a46c-93ce2af14dab} <Debug> DynamicQueryHandler: Done processing query | ||
1232 | 2024.08.06 04:00:22.148136 [ 3 ] {6c7ac51d-af22-474d-a46c-93ce2af14dab} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1233 | 2024.08.06 04:00:22.148153 [ 3 ] {} <Debug> HTTP-Session: 4ffeeb13-9901-42ee-88c5-6f0824e37828 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1234 | 2024.08.06 04:00:22.148285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 8552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1235 | 2024.08.06 04:00:22.148336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1236 | 2024.08.06 04:00:22.148356 [ 3 ] {} <Debug> HTTP-Session: 3f0f0845-566c-4bd9-b60a-16bee8a33fd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1237 | 2024.08.06 04:00:22.148375 [ 3 ] {} <Debug> HTTP-Session: 3f0f0845-566c-4bd9-b60a-16bee8a33fd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1238 | 2024.08.06 04:00:22.148390 [ 3 ] {} <Debug> HTTP-Session: 3f0f0845-566c-4bd9-b60a-16bee8a33fd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1239 | 2024.08.06 04:00:22.148423 [ 3 ] {} <Trace> HTTP-Session: 3f0f0845-566c-4bd9-b60a-16bee8a33fd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1240 | 2024.08.06 04:00:22.148558 [ 3 ] {8951b8d2-bac2-4e68-bd2a-9e807de102bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1241 | 2024.08.06 04:00:22.148606 [ 3 ] {8951b8d2-bac2-4e68-bd2a-9e807de102bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1242 | 2024.08.06 04:00:22.148744 [ 3 ] {8951b8d2-bac2-4e68-bd2a-9e807de102bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1243 | 2024.08.06 04:00:22.149051 [ 3 ] {8951b8d2-bac2-4e68-bd2a-9e807de102bb} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1244 | 2024.08.06 04:00:22.149087 [ 3 ] {8951b8d2-bac2-4e68-bd2a-9e807de102bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1245 | 2024.08.06 04:00:22.149616 [ 3 ] {8951b8d2-bac2-4e68-bd2a-9e807de102bb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1246 | 2024.08.06 04:00:22.150369 [ 3 ] {8951b8d2-bac2-4e68-bd2a-9e807de102bb} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1247 | 2024.08.06 04:00:22.150543 [ 3 ] {8951b8d2-bac2-4e68-bd2a-9e807de102bb} <Debug> executeQuery: Read 56 rows, 3.89 KiB in 0.00203 sec., 27586.20689655172 rows/sec., 1.87 MiB/sec. | ||
1248 | 2024.08.06 04:00:22.150714 [ 3 ] {8951b8d2-bac2-4e68-bd2a-9e807de102bb} <Debug> DynamicQueryHandler: Done processing query | ||
1249 | 2024.08.06 04:00:22.150739 [ 3 ] {8951b8d2-bac2-4e68-bd2a-9e807de102bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1250 | 2024.08.06 04:00:22.150756 [ 3 ] {} <Debug> HTTP-Session: 3f0f0845-566c-4bd9-b60a-16bee8a33fd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1251 | 2024.08.06 04:00:27.125780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 7801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1252 | 2024.08.06 04:00:27.125926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1253 | 2024.08.06 04:00:27.125956 [ 3 ] {} <Debug> HTTP-Session: 4f2402c9-01a1-4288-a2fe-0f9863cb578f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1254 | 2024.08.06 04:00:27.125985 [ 3 ] {} <Debug> HTTP-Session: 4f2402c9-01a1-4288-a2fe-0f9863cb578f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1255 | 2024.08.06 04:00:27.126003 [ 3 ] {} <Debug> HTTP-Session: 4f2402c9-01a1-4288-a2fe-0f9863cb578f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1256 | 2024.08.06 04:00:27.126061 [ 3 ] {} <Trace> HTTP-Session: 4f2402c9-01a1-4288-a2fe-0f9863cb578f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1257 | 2024.08.06 04:00:27.126333 [ 3 ] {4e5312ad-3ab1-401a-b783-17f27396923e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1258 | 2024.08.06 04:00:27.126423 [ 3 ] {4e5312ad-3ab1-401a-b783-17f27396923e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1259 | 2024.08.06 04:00:27.126638 [ 3 ] {4e5312ad-3ab1-401a-b783-17f27396923e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1260 | 2024.08.06 04:00:27.127192 [ 3 ] {4e5312ad-3ab1-401a-b783-17f27396923e} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1261 | 2024.08.06 04:00:27.127239 [ 3 ] {4e5312ad-3ab1-401a-b783-17f27396923e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1262 | 2024.08.06 04:00:27.127796 [ 3 ] {4e5312ad-3ab1-401a-b783-17f27396923e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1263 | 2024.08.06 04:00:27.128408 [ 3 ] {4e5312ad-3ab1-401a-b783-17f27396923e} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): 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.08.06 04:00:27.128583 [ 3 ] {4e5312ad-3ab1-401a-b783-17f27396923e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002322 sec., 24117.140396210165 rows/sec., 1.84 MiB/sec. | ||
1265 | 2024.08.06 04:00:27.128955 [ 3 ] {4e5312ad-3ab1-401a-b783-17f27396923e} <Debug> DynamicQueryHandler: Done processing query | ||
1266 | 2024.08.06 04:00:27.128983 [ 3 ] {4e5312ad-3ab1-401a-b783-17f27396923e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1267 | 2024.08.06 04:00:27.129000 [ 3 ] {} <Debug> HTTP-Session: 4f2402c9-01a1-4288-a2fe-0f9863cb578f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1268 | 2024.08.06 04:00:27.129218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1269 | 2024.08.06 04:00:27.129278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1270 | 2024.08.06 04:00:27.129298 [ 3 ] {} <Debug> HTTP-Session: 3aaf50eb-f213-49d8-a57e-491a59858ec3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1271 | 2024.08.06 04:00:27.129314 [ 3 ] {} <Debug> HTTP-Session: 3aaf50eb-f213-49d8-a57e-491a59858ec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1272 | 2024.08.06 04:00:27.129329 [ 3 ] {} <Debug> HTTP-Session: 3aaf50eb-f213-49d8-a57e-491a59858ec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1273 | 2024.08.06 04:00:27.129364 [ 3 ] {} <Trace> HTTP-Session: 3aaf50eb-f213-49d8-a57e-491a59858ec3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1274 | 2024.08.06 04:00:27.129496 [ 3 ] {fcacd99c-8e39-431c-b8ce-e0d627ff9326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1275 | 2024.08.06 04:00:27.129543 [ 3 ] {fcacd99c-8e39-431c-b8ce-e0d627ff9326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1276 | 2024.08.06 04:00:27.129695 [ 3 ] {fcacd99c-8e39-431c-b8ce-e0d627ff9326} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1277 | 2024.08.06 04:00:27.130045 [ 3 ] {fcacd99c-8e39-431c-b8ce-e0d627ff9326} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1278 | 2024.08.06 04:00:27.130084 [ 3 ] {fcacd99c-8e39-431c-b8ce-e0d627ff9326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1279 | 2024.08.06 04:00:27.130534 [ 3 ] {fcacd99c-8e39-431c-b8ce-e0d627ff9326} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1280 | 2024.08.06 04:00:27.131123 [ 3 ] {fcacd99c-8e39-431c-b8ce-e0d627ff9326} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1281 | 2024.08.06 04:00:27.131281 [ 3 ] {fcacd99c-8e39-431c-b8ce-e0d627ff9326} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001827 sec., 35030.10399562123 rows/sec., 2.73 MiB/sec. | ||
1282 | 2024.08.06 04:00:27.131455 [ 3 ] {fcacd99c-8e39-431c-b8ce-e0d627ff9326} <Debug> DynamicQueryHandler: Done processing query | ||
1283 | 2024.08.06 04:00:27.131480 [ 3 ] {fcacd99c-8e39-431c-b8ce-e0d627ff9326} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1284 | 2024.08.06 04:00:27.131496 [ 3 ] {} <Debug> HTTP-Session: 3aaf50eb-f213-49d8-a57e-491a59858ec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1285 | 2024.08.06 04:00:27.131679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1286 | 2024.08.06 04:00:27.131734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1287 | 2024.08.06 04:00:27.131753 [ 3 ] {} <Debug> HTTP-Session: 044d0d3d-eee5-4864-8b23-d118dfdb00d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1288 | 2024.08.06 04:00:27.131770 [ 3 ] {} <Debug> HTTP-Session: 044d0d3d-eee5-4864-8b23-d118dfdb00d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1289 | 2024.08.06 04:00:27.131784 [ 3 ] {} <Debug> HTTP-Session: 044d0d3d-eee5-4864-8b23-d118dfdb00d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1290 | 2024.08.06 04:00:27.131817 [ 3 ] {} <Trace> HTTP-Session: 044d0d3d-eee5-4864-8b23-d118dfdb00d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1291 | 2024.08.06 04:00:27.131975 [ 3 ] {25c3304a-7eb0-4f57-b89a-2b1930b1c034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1292 | 2024.08.06 04:00:27.132025 [ 3 ] {25c3304a-7eb0-4f57-b89a-2b1930b1c034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1293 | 2024.08.06 04:00:27.132173 [ 3 ] {25c3304a-7eb0-4f57-b89a-2b1930b1c034} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1294 | 2024.08.06 04:00:27.132570 [ 3 ] {25c3304a-7eb0-4f57-b89a-2b1930b1c034} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1295 | 2024.08.06 04:00:27.132607 [ 3 ] {25c3304a-7eb0-4f57-b89a-2b1930b1c034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1296 | 2024.08.06 04:00:27.133155 [ 3 ] {25c3304a-7eb0-4f57-b89a-2b1930b1c034} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1297 | 2024.08.06 04:00:27.133880 [ 3 ] {25c3304a-7eb0-4f57-b89a-2b1930b1c034} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1298 | 2024.08.06 04:00:27.134030 [ 3 ] {25c3304a-7eb0-4f57-b89a-2b1930b1c034} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002123 sec., 75365.0494583137 rows/sec., 5.25 MiB/sec. | ||
1299 | 2024.08.06 04:00:27.134207 [ 3 ] {25c3304a-7eb0-4f57-b89a-2b1930b1c034} <Debug> DynamicQueryHandler: Done processing query | ||
1300 | 2024.08.06 04:00:27.134233 [ 3 ] {25c3304a-7eb0-4f57-b89a-2b1930b1c034} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1301 | 2024.08.06 04:00:27.134249 [ 3 ] {} <Debug> HTTP-Session: 044d0d3d-eee5-4864-8b23-d118dfdb00d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1302 | 2024.08.06 04:00:27.134402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1303 | 2024.08.06 04:00:27.134453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1304 | 2024.08.06 04:00:27.134472 [ 3 ] {} <Debug> HTTP-Session: dd2bea47-4dcb-474b-ab36-de7c858db9ca Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1305 | 2024.08.06 04:00:27.134488 [ 3 ] {} <Debug> HTTP-Session: dd2bea47-4dcb-474b-ab36-de7c858db9ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1306 | 2024.08.06 04:00:27.134501 [ 3 ] {} <Debug> HTTP-Session: dd2bea47-4dcb-474b-ab36-de7c858db9ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1307 | 2024.08.06 04:00:27.134533 [ 3 ] {} <Trace> HTTP-Session: dd2bea47-4dcb-474b-ab36-de7c858db9ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1308 | 2024.08.06 04:00:27.134666 [ 3 ] {5108ddd4-5948-4492-9999-3713cfb543ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1309 | 2024.08.06 04:00:27.134712 [ 3 ] {5108ddd4-5948-4492-9999-3713cfb543ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1310 | 2024.08.06 04:00:27.134837 [ 3 ] {5108ddd4-5948-4492-9999-3713cfb543ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1311 | 2024.08.06 04:00:27.135119 [ 3 ] {5108ddd4-5948-4492-9999-3713cfb543ce} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1312 | 2024.08.06 04:00:27.135155 [ 3 ] {5108ddd4-5948-4492-9999-3713cfb543ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1313 | 2024.08.06 04:00:27.135684 [ 3 ] {5108ddd4-5948-4492-9999-3713cfb543ce} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1314 | 2024.08.06 04:00:27.136360 [ 3 ] {5108ddd4-5948-4492-9999-3713cfb543ce} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1315 | 2024.08.06 04:00:27.136523 [ 3 ] {5108ddd4-5948-4492-9999-3713cfb543ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00191 sec., 31413.612565445026 rows/sec., 2.12 MiB/sec. | ||
1316 | 2024.08.06 04:00:27.136791 [ 3 ] {5108ddd4-5948-4492-9999-3713cfb543ce} <Debug> DynamicQueryHandler: Done processing query | ||
1317 | 2024.08.06 04:00:27.136816 [ 3 ] {5108ddd4-5948-4492-9999-3713cfb543ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1318 | 2024.08.06 04:00:27.136832 [ 3 ] {} <Debug> HTTP-Session: dd2bea47-4dcb-474b-ab36-de7c858db9ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1319 | 2024.08.06 04:00:32.124085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1320 | 2024.08.06 04:00:32.124213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1321 | 2024.08.06 04:00:32.124238 [ 3 ] {} <Debug> HTTP-Session: 9f651a58-f41a-498d-b652-54a7a354dfdf Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1322 | 2024.08.06 04:00:32.124262 [ 3 ] {} <Debug> HTTP-Session: 9f651a58-f41a-498d-b652-54a7a354dfdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1323 | 2024.08.06 04:00:32.124277 [ 3 ] {} <Debug> HTTP-Session: 9f651a58-f41a-498d-b652-54a7a354dfdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1324 | 2024.08.06 04:00:32.124327 [ 3 ] {} <Trace> HTTP-Session: 9f651a58-f41a-498d-b652-54a7a354dfdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1325 | 2024.08.06 04:00:32.124551 [ 3 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) 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) | ||
1326 | 2024.08.06 04:00:32.124923 [ 3 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1327 | 2024.08.06 04:00:32.124966 [ 3 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <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 | ||
1328 | 2024.08.06 04:00:32.125266 [ 3 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1329 | 2024.08.06 04:00:32.125395 [ 3 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1330 | 2024.08.06 04:00:32.125664 [ 3 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1331 | 2024.08.06 04:00:32.125791 [ 254 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1332 | 2024.08.06 04:00:32.125791 [ 253 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1333 | 2024.08.06 04:00:32.125915 [ 3 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1334 | 2024.08.06 04:00:32.125946 [ 3 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1335 | 2024.08.06 04:00:32.126091 [ 3 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1336 | 2024.08.06 04:00:32.126132 [ 3 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1337 | 2024.08.06 04:00:32.126189 [ 3 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <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'))" | ||
1338 | 2024.08.06 04:00:32.126235 [ 3 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <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'))" | ||
1339 | 2024.08.06 04:00:32.127870 [ 3 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003418 sec., 5266.23756582797 rows/sec., 215.43 KiB/sec. | ||
1340 | 2024.08.06 04:00:32.128223 [ 3 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <Debug> DynamicQueryHandler: Done processing query | ||
1341 | 2024.08.06 04:00:32.128251 [ 3 ] {79de62e2-4177-4da2-8a53-bc5b45b38cd8} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1342 | 2024.08.06 04:00:32.128268 [ 3 ] {} <Debug> HTTP-Session: 9f651a58-f41a-498d-b652-54a7a354dfdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1343 | 2024.08.06 04:00:32.128573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1344 | 2024.08.06 04:00:32.128631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1345 | 2024.08.06 04:00:32.128651 [ 3 ] {} <Debug> HTTP-Session: b5b3f5f3-a674-472b-8944-6c2d3632b6e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1346 | 2024.08.06 04:00:32.128670 [ 3 ] {} <Debug> HTTP-Session: b5b3f5f3-a674-472b-8944-6c2d3632b6e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1347 | 2024.08.06 04:00:32.128683 [ 3 ] {} <Debug> HTTP-Session: b5b3f5f3-a674-472b-8944-6c2d3632b6e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1348 | 2024.08.06 04:00:32.128720 [ 3 ] {} <Trace> HTTP-Session: b5b3f5f3-a674-472b-8944-6c2d3632b6e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1349 | 2024.08.06 04:00:32.128879 [ 3 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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) | ||
1350 | 2024.08.06 04:00:32.129159 [ 3 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1351 | 2024.08.06 04:00:32.129201 [ 3 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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 | ||
1352 | 2024.08.06 04:00:32.129466 [ 3 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1353 | 2024.08.06 04:00:32.129535 [ 3 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1354 | 2024.08.06 04:00:32.129676 [ 3 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1355 | 2024.08.06 04:00:32.129777 [ 255 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1356 | 2024.08.06 04:00:32.129788 [ 256 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1357 | 2024.08.06 04:00:32.129927 [ 3 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1358 | 2024.08.06 04:00:32.129966 [ 3 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1359 | 2024.08.06 04:00:32.130068 [ 3 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1360 | 2024.08.06 04:00:32.130101 [ 3 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1361 | 2024.08.06 04:00:32.130143 [ 3 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
1362 | 2024.08.06 04:00:32.130185 [ 3 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
1363 | 2024.08.06 04:00:32.131383 [ 3 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002577 sec., 6984.866123399302 rows/sec., 285.73 KiB/sec. | ||
1364 | 2024.08.06 04:00:32.131668 [ 3 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Debug> DynamicQueryHandler: Done processing query | ||
1365 | 2024.08.06 04:00:32.131693 [ 3 ] {44844e72-4667-4e1b-a474-bc02e9312761} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1366 | 2024.08.06 04:00:32.131710 [ 3 ] {} <Debug> HTTP-Session: b5b3f5f3-a674-472b-8944-6c2d3632b6e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1367 | 2024.08.06 04:00:32.132180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1368 | 2024.08.06 04:00:32.132318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1369 | 2024.08.06 04:00:32.132340 [ 3 ] {} <Debug> HTTP-Session: 746bb156-ae18-44c3-82b2-b9fe05739453 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1370 | 2024.08.06 04:00:32.132358 [ 3 ] {} <Debug> HTTP-Session: 746bb156-ae18-44c3-82b2-b9fe05739453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1371 | 2024.08.06 04:00:32.132372 [ 3 ] {} <Debug> HTTP-Session: 746bb156-ae18-44c3-82b2-b9fe05739453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1372 | 2024.08.06 04:00:32.132407 [ 3 ] {} <Trace> HTTP-Session: 746bb156-ae18-44c3-82b2-b9fe05739453 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1373 | 2024.08.06 04:00:32.132553 [ 3 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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) | ||
1374 | 2024.08.06 04:00:32.132913 [ 3 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1375 | 2024.08.06 04:00:32.132956 [ 3 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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 | ||
1376 | 2024.08.06 04:00:32.133215 [ 3 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1377 | 2024.08.06 04:00:32.133282 [ 3 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1378 | 2024.08.06 04:00:32.133421 [ 3 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1379 | 2024.08.06 04:00:32.133506 [ 254 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1380 | 2024.08.06 04:00:32.133507 [ 253 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1381 | 2024.08.06 04:00:32.133607 [ 3 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1382 | 2024.08.06 04:00:32.133639 [ 3 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1383 | 2024.08.06 04:00:32.133719 [ 3 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1384 | 2024.08.06 04:00:32.133742 [ 3 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1385 | 2024.08.06 04:00:32.133783 [ 3 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
1386 | 2024.08.06 04:00:32.133825 [ 3 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
1387 | 2024.08.06 04:00:32.134932 [ 3 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002445 sec., 7361.9631901840485 rows/sec., 301.16 KiB/sec. | ||
1388 | 2024.08.06 04:00:32.135246 [ 3 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Debug> DynamicQueryHandler: Done processing query | ||
1389 | 2024.08.06 04:00:32.135274 [ 3 ] {3ebec1a4-6e07-4561-b990-526adbe9bcec} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1390 | 2024.08.06 04:00:32.135292 [ 3 ] {} <Debug> HTTP-Session: 746bb156-ae18-44c3-82b2-b9fe05739453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1391 | 2024.08.06 04:00:32.135548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1392 | 2024.08.06 04:00:32.135596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1393 | 2024.08.06 04:00:32.135617 [ 3 ] {} <Debug> HTTP-Session: bc2d1082-cde5-42e0-999d-7311865391b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1394 | 2024.08.06 04:00:32.135639 [ 3 ] {} <Debug> HTTP-Session: bc2d1082-cde5-42e0-999d-7311865391b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1395 | 2024.08.06 04:00:32.135654 [ 3 ] {} <Debug> HTTP-Session: bc2d1082-cde5-42e0-999d-7311865391b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1396 | 2024.08.06 04:00:32.135686 [ 3 ] {} <Trace> HTTP-Session: bc2d1082-cde5-42e0-999d-7311865391b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1397 | 2024.08.06 04:00:32.135835 [ 3 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
1398 | 2024.08.06 04:00:32.136103 [ 3 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1399 | 2024.08.06 04:00:32.136145 [ 3 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity')" moved to PREWHERE | ||
1400 | 2024.08.06 04:00:32.136404 [ 3 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1401 | 2024.08.06 04:00:32.136472 [ 3 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1402 | 2024.08.06 04:00:32.136612 [ 3 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1403 | 2024.08.06 04:00:32.136722 [ 255 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1404 | 2024.08.06 04:00:32.136727 [ 251 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1405 | 2024.08.06 04:00:32.136858 [ 3 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1406 | 2024.08.06 04:00:32.136888 [ 3 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1407 | 2024.08.06 04:00:32.136973 [ 3 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1408 | 2024.08.06 04:00:32.136994 [ 3 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1409 | 2024.08.06 04:00:32.137034 [ 3 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity'))" | ||
1410 | 2024.08.06 04:00:32.137077 [ 3 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity'))" | ||
1411 | 2024.08.06 04:00:32.138255 [ 3 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002487 sec., 7237.6357056694815 rows/sec., 296.07 KiB/sec. | ||
1412 | 2024.08.06 04:00:32.138557 [ 3 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Debug> DynamicQueryHandler: Done processing query | ||
1413 | 2024.08.06 04:00:32.138582 [ 3 ] {cd0ab4c1-77a5-4e08-ab35-616b72b9ff1c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1414 | 2024.08.06 04:00:32.138598 [ 3 ] {} <Debug> HTTP-Session: bc2d1082-cde5-42e0-999d-7311865391b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1415 | 2024.08.06 04:00:32.138826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1416 | 2024.08.06 04:00:32.138878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1417 | 2024.08.06 04:00:32.138897 [ 3 ] {} <Debug> HTTP-Session: 9c5ee216-f269-416e-a59a-5e7fb00a8882 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1418 | 2024.08.06 04:00:32.138917 [ 3 ] {} <Debug> HTTP-Session: 9c5ee216-f269-416e-a59a-5e7fb00a8882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1419 | 2024.08.06 04:00:32.138936 [ 3 ] {} <Debug> HTTP-Session: 9c5ee216-f269-416e-a59a-5e7fb00a8882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1420 | 2024.08.06 04:00:32.138969 [ 3 ] {} <Trace> HTTP-Session: 9c5ee216-f269-416e-a59a-5e7fb00a8882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1421 | 2024.08.06 04:00:32.139121 [ 3 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1422 | 2024.08.06 04:00:32.139392 [ 3 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1423 | 2024.08.06 04:00:32.139435 [ 3 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1424 | 2024.08.06 04:00:32.139694 [ 3 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1425 | 2024.08.06 04:00:32.139760 [ 3 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1426 | 2024.08.06 04:00:32.139897 [ 3 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1427 | 2024.08.06 04:00:32.140004 [ 254 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1428 | 2024.08.06 04:00:32.140010 [ 251 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1429 | 2024.08.06 04:00:32.140121 [ 3 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1430 | 2024.08.06 04:00:32.140149 [ 3 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1431 | 2024.08.06 04:00:32.140234 [ 3 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1432 | 2024.08.06 04:00:32.140255 [ 3 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1433 | 2024.08.06 04:00:32.140294 [ 3 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1434 | 2024.08.06 04:00:32.140335 [ 3 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1435 | 2024.08.06 04:00:32.141395 [ 3 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002344 sec., 7679.180887372013 rows/sec., 314.13 KiB/sec. | ||
1436 | 2024.08.06 04:00:32.141699 [ 3 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Debug> DynamicQueryHandler: Done processing query | ||
1437 | 2024.08.06 04:00:32.141726 [ 3 ] {8cea463f-d6b3-4498-ae91-8ad088428356} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1438 | 2024.08.06 04:00:32.141745 [ 3 ] {} <Debug> HTTP-Session: 9c5ee216-f269-416e-a59a-5e7fb00a8882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1439 | 2024.08.06 04:00:32.141970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1440 | 2024.08.06 04:00:32.142019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1441 | 2024.08.06 04:00:32.142038 [ 3 ] {} <Debug> HTTP-Session: 05532173-b526-4bb4-b704-e22a699a90e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1442 | 2024.08.06 04:00:32.142055 [ 3 ] {} <Debug> HTTP-Session: 05532173-b526-4bb4-b704-e22a699a90e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1443 | 2024.08.06 04:00:32.142069 [ 3 ] {} <Debug> HTTP-Session: 05532173-b526-4bb4-b704-e22a699a90e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1444 | 2024.08.06 04:00:32.142101 [ 3 ] {} <Trace> HTTP-Session: 05532173-b526-4bb4-b704-e22a699a90e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1445 | 2024.08.06 04:00:32.142249 [ 3 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1446 | 2024.08.06 04:00:32.142518 [ 3 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1447 | 2024.08.06 04:00:32.142560 [ 3 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1448 | 2024.08.06 04:00:32.142821 [ 3 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1449 | 2024.08.06 04:00:32.142887 [ 3 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1450 | 2024.08.06 04:00:32.143023 [ 3 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1451 | 2024.08.06 04:00:32.143117 [ 253 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1452 | 2024.08.06 04:00:32.143128 [ 251 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1453 | 2024.08.06 04:00:32.143235 [ 3 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1454 | 2024.08.06 04:00:32.143265 [ 3 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1455 | 2024.08.06 04:00:32.143343 [ 3 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1456 | 2024.08.06 04:00:32.143363 [ 3 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1457 | 2024.08.06 04:00:32.143400 [ 3 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1458 | 2024.08.06 04:00:32.143438 [ 3 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1459 | 2024.08.06 04:00:32.144739 [ 3 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002558 sec., 7036.747458952306 rows/sec., 287.85 KiB/sec. | ||
1460 | 2024.08.06 04:00:32.145026 [ 3 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Debug> DynamicQueryHandler: Done processing query | ||
1461 | 2024.08.06 04:00:32.145052 [ 3 ] {acf501c8-1b8b-4cb1-8098-9991a1206c71} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1462 | 2024.08.06 04:00:32.145068 [ 3 ] {} <Debug> HTTP-Session: 05532173-b526-4bb4-b704-e22a699a90e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1463 | 2024.08.06 04:00:32.145297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1464 | 2024.08.06 04:00:32.145346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1465 | 2024.08.06 04:00:32.145364 [ 3 ] {} <Debug> HTTP-Session: 6cb57101-7e7b-4440-91e3-e37cd6ff32f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1466 | 2024.08.06 04:00:32.145380 [ 3 ] {} <Debug> HTTP-Session: 6cb57101-7e7b-4440-91e3-e37cd6ff32f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1467 | 2024.08.06 04:00:32.145394 [ 3 ] {} <Debug> HTTP-Session: 6cb57101-7e7b-4440-91e3-e37cd6ff32f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1468 | 2024.08.06 04:00:32.145426 [ 3 ] {} <Trace> HTTP-Session: 6cb57101-7e7b-4440-91e3-e37cd6ff32f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1469 | 2024.08.06 04:00:32.145568 [ 3 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1470 | 2024.08.06 04:00:32.145837 [ 3 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1471 | 2024.08.06 04:00:32.145880 [ 3 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1472 | 2024.08.06 04:00:32.146239 [ 3 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1473 | 2024.08.06 04:00:32.146305 [ 3 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1474 | 2024.08.06 04:00:32.146442 [ 3 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1475 | 2024.08.06 04:00:32.146542 [ 251 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1476 | 2024.08.06 04:00:32.146545 [ 253 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1477 | 2024.08.06 04:00:32.146649 [ 3 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1478 | 2024.08.06 04:00:32.146677 [ 3 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1479 | 2024.08.06 04:00:32.146755 [ 3 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1480 | 2024.08.06 04:00:32.146775 [ 3 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1481 | 2024.08.06 04:00:32.146813 [ 3 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1482 | 2024.08.06 04:00:32.146852 [ 3 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1483 | 2024.08.06 04:00:32.148129 [ 3 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002623 sec., 6862.371330537552 rows/sec., 280.72 KiB/sec. | ||
1484 | 2024.08.06 04:00:32.148482 [ 3 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Debug> DynamicQueryHandler: Done processing query | ||
1485 | 2024.08.06 04:00:32.148513 [ 3 ] {0559ce8f-4d8e-42ed-92c5-eece755993ad} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1486 | 2024.08.06 04:00:32.148535 [ 3 ] {} <Debug> HTTP-Session: 6cb57101-7e7b-4440-91e3-e37cd6ff32f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1487 | 2024.08.06 04:00:32.148745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1488 | 2024.08.06 04:00:32.148793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1489 | 2024.08.06 04:00:32.148811 [ 3 ] {} <Debug> HTTP-Session: 2e405caf-f8ed-472c-9831-ca8fe603a91d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1490 | 2024.08.06 04:00:32.148828 [ 3 ] {} <Debug> HTTP-Session: 2e405caf-f8ed-472c-9831-ca8fe603a91d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1491 | 2024.08.06 04:00:32.148841 [ 3 ] {} <Debug> HTTP-Session: 2e405caf-f8ed-472c-9831-ca8fe603a91d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1492 | 2024.08.06 04:00:32.148873 [ 3 ] {} <Trace> HTTP-Session: 2e405caf-f8ed-472c-9831-ca8fe603a91d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1493 | 2024.08.06 04:00:32.149022 [ 3 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1494 | 2024.08.06 04:00:32.149294 [ 3 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1495 | 2024.08.06 04:00:32.149337 [ 3 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1496 | 2024.08.06 04:00:32.149604 [ 3 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1497 | 2024.08.06 04:00:32.149672 [ 3 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1498 | 2024.08.06 04:00:32.149812 [ 3 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1499 | 2024.08.06 04:00:32.149910 [ 251 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1500 | 2024.08.06 04:00:32.149921 [ 253 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1501 | 2024.08.06 04:00:32.150025 [ 3 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1502 | 2024.08.06 04:00:32.150055 [ 3 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1503 | 2024.08.06 04:00:32.150137 [ 3 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1504 | 2024.08.06 04:00:32.150158 [ 3 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1505 | 2024.08.06 04:00:32.150199 [ 3 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1506 | 2024.08.06 04:00:32.150240 [ 3 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1507 | 2024.08.06 04:00:32.151495 [ 3 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002541 sec., 7083.825265643448 rows/sec., 289.78 KiB/sec. | ||
1508 | 2024.08.06 04:00:32.151803 [ 3 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Debug> DynamicQueryHandler: Done processing query | ||
1509 | 2024.08.06 04:00:32.151843 [ 3 ] {1e707484-17cc-4672-9117-ca5bf510579d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1510 | 2024.08.06 04:00:32.151871 [ 3 ] {} <Debug> HTTP-Session: 2e405caf-f8ed-472c-9831-ca8fe603a91d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1511 | 2024.08.06 04:00:32.152145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1512 | 2024.08.06 04:00:32.152194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1513 | 2024.08.06 04:00:32.152214 [ 3 ] {} <Debug> HTTP-Session: e77a0f59-3262-4807-8d62-5b0502c9db8e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1514 | 2024.08.06 04:00:32.152231 [ 3 ] {} <Debug> HTTP-Session: e77a0f59-3262-4807-8d62-5b0502c9db8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1515 | 2024.08.06 04:00:32.152245 [ 3 ] {} <Debug> HTTP-Session: e77a0f59-3262-4807-8d62-5b0502c9db8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1516 | 2024.08.06 04:00:32.152275 [ 3 ] {} <Trace> HTTP-Session: e77a0f59-3262-4807-8d62-5b0502c9db8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1517 | 2024.08.06 04:00:32.152470 [ 3 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1518 | 2024.08.06 04:00:32.152747 [ 3 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1519 | 2024.08.06 04:00:32.152792 [ 3 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1520 | 2024.08.06 04:00:32.153063 [ 3 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1521 | 2024.08.06 04:00:32.153128 [ 3 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1522 | 2024.08.06 04:00:32.153261 [ 3 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1523 | 2024.08.06 04:00:32.153361 [ 253 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1524 | 2024.08.06 04:00:32.153373 [ 251 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1525 | 2024.08.06 04:00:32.153471 [ 3 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1526 | 2024.08.06 04:00:32.153500 [ 3 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1527 | 2024.08.06 04:00:32.153578 [ 3 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1528 | 2024.08.06 04:00:32.153597 [ 3 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1529 | 2024.08.06 04:00:32.153636 [ 3 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1530 | 2024.08.06 04:00:32.153682 [ 3 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1531 | 2024.08.06 04:00:32.155003 [ 3 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002601 sec., 6920.415224913495 rows/sec., 283.09 KiB/sec. | ||
1532 | 2024.08.06 04:00:32.155307 [ 3 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Debug> DynamicQueryHandler: Done processing query | ||
1533 | 2024.08.06 04:00:32.155332 [ 3 ] {bceeac61-fb15-45c9-8600-3bf9d91a05b0} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1534 | 2024.08.06 04:00:32.155349 [ 3 ] {} <Debug> HTTP-Session: e77a0f59-3262-4807-8d62-5b0502c9db8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1535 | 2024.08.06 04:00:32.155560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1536 | 2024.08.06 04:00:32.155609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1537 | 2024.08.06 04:00:32.155630 [ 3 ] {} <Debug> HTTP-Session: 9e32ef6b-1ed3-47bb-bebb-db4416053a55 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1538 | 2024.08.06 04:00:32.155647 [ 3 ] {} <Debug> HTTP-Session: 9e32ef6b-1ed3-47bb-bebb-db4416053a55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1539 | 2024.08.06 04:00:32.155663 [ 3 ] {} <Debug> HTTP-Session: 9e32ef6b-1ed3-47bb-bebb-db4416053a55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1540 | 2024.08.06 04:00:32.155693 [ 3 ] {} <Trace> HTTP-Session: 9e32ef6b-1ed3-47bb-bebb-db4416053a55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1541 | 2024.08.06 04:00:32.155837 [ 3 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1542 | 2024.08.06 04:00:32.156107 [ 3 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1543 | 2024.08.06 04:00:32.156150 [ 3 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1544 | 2024.08.06 04:00:32.156420 [ 3 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1545 | 2024.08.06 04:00:32.156484 [ 3 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1546 | 2024.08.06 04:00:32.156628 [ 3 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1547 | 2024.08.06 04:00:32.156719 [ 253 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1548 | 2024.08.06 04:00:32.156733 [ 251 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1549 | 2024.08.06 04:00:32.156830 [ 3 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1550 | 2024.08.06 04:00:32.156860 [ 3 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1551 | 2024.08.06 04:00:32.156938 [ 3 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1552 | 2024.08.06 04:00:32.156957 [ 3 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1553 | 2024.08.06 04:00:32.156994 [ 3 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1554 | 2024.08.06 04:00:32.157034 [ 3 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1555 | 2024.08.06 04:00:32.158350 [ 3 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002581 sec., 6974.041069352964 rows/sec., 285.29 KiB/sec. | ||
1556 | 2024.08.06 04:00:32.158644 [ 3 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Debug> DynamicQueryHandler: Done processing query | ||
1557 | 2024.08.06 04:00:32.158669 [ 3 ] {efc0d976-d2e9-49e7-baaa-f1948ec1ff71} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1558 | 2024.08.06 04:00:32.158685 [ 3 ] {} <Debug> HTTP-Session: 9e32ef6b-1ed3-47bb-bebb-db4416053a55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1559 | 2024.08.06 04:00:32.158900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1560 | 2024.08.06 04:00:32.158946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1561 | 2024.08.06 04:00:32.158965 [ 3 ] {} <Debug> HTTP-Session: 7a862641-b20d-4f34-bfe5-8735195bb3e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1562 | 2024.08.06 04:00:32.158981 [ 3 ] {} <Debug> HTTP-Session: 7a862641-b20d-4f34-bfe5-8735195bb3e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1563 | 2024.08.06 04:00:32.158995 [ 3 ] {} <Debug> HTTP-Session: 7a862641-b20d-4f34-bfe5-8735195bb3e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1564 | 2024.08.06 04:00:32.159026 [ 3 ] {} <Trace> HTTP-Session: 7a862641-b20d-4f34-bfe5-8735195bb3e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1565 | 2024.08.06 04:00:32.159171 [ 3 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1566 | 2024.08.06 04:00:32.159447 [ 3 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1567 | 2024.08.06 04:00:32.159494 [ 3 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1568 | 2024.08.06 04:00:32.159766 [ 3 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1569 | 2024.08.06 04:00:32.159829 [ 3 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1570 | 2024.08.06 04:00:32.159964 [ 3 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1571 | 2024.08.06 04:00:32.160068 [ 251 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1572 | 2024.08.06 04:00:32.160068 [ 253 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1573 | 2024.08.06 04:00:32.160178 [ 3 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1574 | 2024.08.06 04:00:32.160206 [ 3 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1575 | 2024.08.06 04:00:32.160283 [ 3 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1576 | 2024.08.06 04:00:32.160303 [ 3 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1577 | 2024.08.06 04:00:32.160341 [ 3 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1578 | 2024.08.06 04:00:32.160380 [ 3 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1579 | 2024.08.06 04:00:32.161592 [ 3 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002493 sec., 7220.216606498195 rows/sec., 295.36 KiB/sec. | ||
1580 | 2024.08.06 04:00:32.161886 [ 3 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Debug> DynamicQueryHandler: Done processing query | ||
1581 | 2024.08.06 04:00:32.161912 [ 3 ] {6c251c11-8595-472b-ae51-31766c22ce2c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1582 | 2024.08.06 04:00:32.161929 [ 3 ] {} <Debug> HTTP-Session: 7a862641-b20d-4f34-bfe5-8735195bb3e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1583 | 2024.08.06 04:00:32.166176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1584 | 2024.08.06 04:00:32.166227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1585 | 2024.08.06 04:00:32.166246 [ 3 ] {} <Debug> HTTP-Session: 42b5ad9a-7fd8-468e-9492-ce86154398e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1586 | 2024.08.06 04:00:32.166262 [ 3 ] {} <Debug> HTTP-Session: 42b5ad9a-7fd8-468e-9492-ce86154398e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1587 | 2024.08.06 04:00:32.166276 [ 3 ] {} <Debug> HTTP-Session: 42b5ad9a-7fd8-468e-9492-ce86154398e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1588 | 2024.08.06 04:00:32.166305 [ 3 ] {} <Trace> HTTP-Session: 42b5ad9a-7fd8-468e-9492-ce86154398e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1589 | 2024.08.06 04:00:32.166450 [ 3 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1590 | 2024.08.06 04:00:32.166723 [ 3 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1591 | 2024.08.06 04:00:32.166767 [ 3 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1592 | 2024.08.06 04:00:32.167052 [ 3 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1593 | 2024.08.06 04:00:32.167162 [ 3 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1594 | 2024.08.06 04:00:32.167447 [ 3 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1595 | 2024.08.06 04:00:32.167560 [ 251 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1596 | 2024.08.06 04:00:32.167565 [ 253 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1597 | 2024.08.06 04:00:32.167682 [ 3 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (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 | ||
1598 | 2024.08.06 04:00:32.167712 [ 3 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1599 | 2024.08.06 04:00:32.167791 [ 3 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1600 | 2024.08.06 04:00:32.167811 [ 3 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1601 | 2024.08.06 04:00:32.167850 [ 3 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1602 | 2024.08.06 04:00:32.167890 [ 3 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1603 | 2024.08.06 04:00:32.168950 [ 3 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00257 sec., 7003.891050583658 rows/sec., 286.51 KiB/sec. | ||
1604 | 2024.08.06 04:00:32.169253 [ 3 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Debug> DynamicQueryHandler: Done processing query | ||
1605 | 2024.08.06 04:00:32.169277 [ 3 ] {19d55365-a3a9-41f4-899b-9a082fc7b7f8} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1606 | 2024.08.06 04:00:32.169294 [ 3 ] {} <Debug> HTTP-Session: 42b5ad9a-7fd8-468e-9492-ce86154398e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1607 | 2024.08.06 04:00:32.171177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1608 | 2024.08.06 04:00:32.171226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1609 | 2024.08.06 04:00:32.171245 [ 3 ] {} <Debug> HTTP-Session: d60c0af9-a516-49a9-8b90-0828e627436d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1610 | 2024.08.06 04:00:32.171262 [ 3 ] {} <Debug> HTTP-Session: d60c0af9-a516-49a9-8b90-0828e627436d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1611 | 2024.08.06 04:00:32.171277 [ 3 ] {} <Debug> HTTP-Session: d60c0af9-a516-49a9-8b90-0828e627436d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1612 | 2024.08.06 04:00:32.171308 [ 3 ] {} <Trace> HTTP-Session: d60c0af9-a516-49a9-8b90-0828e627436d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1613 | 2024.08.06 04:00:32.171427 [ 3 ] {76633dad-a2f4-445e-89a8-7f2ec513a120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1614 | 2024.08.06 04:00:32.171474 [ 3 ] {76633dad-a2f4-445e-89a8-7f2ec513a120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1615 | 2024.08.06 04:00:32.171639 [ 3 ] {76633dad-a2f4-445e-89a8-7f2ec513a120} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1616 | 2024.08.06 04:00:32.172001 [ 3 ] {76633dad-a2f4-445e-89a8-7f2ec513a120} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1617 | 2024.08.06 04:00:32.172037 [ 3 ] {76633dad-a2f4-445e-89a8-7f2ec513a120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1618 | 2024.08.06 04:00:32.172678 [ 3 ] {76633dad-a2f4-445e-89a8-7f2ec513a120} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1619 | 2024.08.06 04:00:32.173278 [ 3 ] {76633dad-a2f4-445e-89a8-7f2ec513a120} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1620 | 2024.08.06 04:00:32.173420 [ 3 ] {76633dad-a2f4-445e-89a8-7f2ec513a120} <Debug> executeQuery: Read 12 rows, 1.62 KiB in 0.002038 sec., 5888.1256133464185 rows/sec., 794.48 KiB/sec. | ||
1621 | 2024.08.06 04:00:32.173634 [ 3 ] {76633dad-a2f4-445e-89a8-7f2ec513a120} <Debug> DynamicQueryHandler: Done processing query | ||
1622 | 2024.08.06 04:00:32.173659 [ 3 ] {76633dad-a2f4-445e-89a8-7f2ec513a120} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1623 | 2024.08.06 04:00:32.173675 [ 3 ] {} <Debug> HTTP-Session: d60c0af9-a516-49a9-8b90-0828e627436d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1624 | 2024.08.06 04:00:32.173786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1625 | 2024.08.06 04:00:32.173834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1626 | 2024.08.06 04:00:32.173853 [ 3 ] {} <Debug> HTTP-Session: c0c9a4ce-4ac0-4f62-abfb-384ec18da6f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1627 | 2024.08.06 04:00:32.173869 [ 3 ] {} <Debug> HTTP-Session: c0c9a4ce-4ac0-4f62-abfb-384ec18da6f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1628 | 2024.08.06 04:00:32.173883 [ 3 ] {} <Debug> HTTP-Session: c0c9a4ce-4ac0-4f62-abfb-384ec18da6f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1629 | 2024.08.06 04:00:32.173914 [ 3 ] {} <Trace> HTTP-Session: c0c9a4ce-4ac0-4f62-abfb-384ec18da6f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1630 | 2024.08.06 04:00:32.174010 [ 3 ] {55166e33-0ef0-4fe5-ae51-6864c916e02c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1631 | 2024.08.06 04:00:32.174053 [ 3 ] {55166e33-0ef0-4fe5-ae51-6864c916e02c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1632 | 2024.08.06 04:00:32.174180 [ 3 ] {55166e33-0ef0-4fe5-ae51-6864c916e02c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1633 | 2024.08.06 04:00:32.175097 [ 3 ] {55166e33-0ef0-4fe5-ae51-6864c916e02c} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1634 | 2024.08.06 04:00:32.175135 [ 3 ] {55166e33-0ef0-4fe5-ae51-6864c916e02c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1635 | 2024.08.06 04:00:32.175624 [ 3 ] {55166e33-0ef0-4fe5-ae51-6864c916e02c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1636 | 2024.08.06 04:00:32.176199 [ 3 ] {55166e33-0ef0-4fe5-ae51-6864c916e02c} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1637 | 2024.08.06 04:00:32.176317 [ 3 ] {55166e33-0ef0-4fe5-ae51-6864c916e02c} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.002332 sec., 2572.898799313894 rows/sec., 145.73 KiB/sec. | ||
1638 | 2024.08.06 04:00:32.176475 [ 3 ] {55166e33-0ef0-4fe5-ae51-6864c916e02c} <Debug> DynamicQueryHandler: Done processing query | ||
1639 | 2024.08.06 04:00:32.176500 [ 3 ] {55166e33-0ef0-4fe5-ae51-6864c916e02c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1640 | 2024.08.06 04:00:32.176516 [ 3 ] {} <Debug> HTTP-Session: c0c9a4ce-4ac0-4f62-abfb-384ec18da6f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1641 | 2024.08.06 04:00:32.176736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 24330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1642 | 2024.08.06 04:00:32.176784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1643 | 2024.08.06 04:00:32.176806 [ 3 ] {} <Debug> HTTP-Session: cffecda7-5047-4e7b-838e-81ce44089098 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1644 | 2024.08.06 04:00:32.176822 [ 3 ] {} <Debug> HTTP-Session: cffecda7-5047-4e7b-838e-81ce44089098 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1645 | 2024.08.06 04:00:32.176836 [ 3 ] {} <Debug> HTTP-Session: cffecda7-5047-4e7b-838e-81ce44089098 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1646 | 2024.08.06 04:00:32.176866 [ 3 ] {} <Trace> HTTP-Session: cffecda7-5047-4e7b-838e-81ce44089098 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1647 | 2024.08.06 04:00:32.177130 [ 3 ] {4d118654-66d7-4abf-a666-246f7d6c4bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1648 | 2024.08.06 04:00:32.177175 [ 3 ] {4d118654-66d7-4abf-a666-246f7d6c4bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1649 | 2024.08.06 04:00:32.177299 [ 3 ] {4d118654-66d7-4abf-a666-246f7d6c4bf7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1650 | 2024.08.06 04:00:32.177708 [ 3 ] {4d118654-66d7-4abf-a666-246f7d6c4bf7} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1651 | 2024.08.06 04:00:32.177744 [ 3 ] {4d118654-66d7-4abf-a666-246f7d6c4bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1652 | 2024.08.06 04:00:32.178258 [ 3 ] {4d118654-66d7-4abf-a666-246f7d6c4bf7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1653 | 2024.08.06 04:00:32.179072 [ 3 ] {4d118654-66d7-4abf-a666-246f7d6c4bf7} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1654 | 2024.08.06 04:00:32.179232 [ 3 ] {4d118654-66d7-4abf-a666-246f7d6c4bf7} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.002265 sec., 71081.67770419426 rows/sec., 6.26 MiB/sec. | ||
1655 | 2024.08.06 04:00:32.179421 [ 3 ] {4d118654-66d7-4abf-a666-246f7d6c4bf7} <Debug> DynamicQueryHandler: Done processing query | ||
1656 | 2024.08.06 04:00:32.179453 [ 3 ] {4d118654-66d7-4abf-a666-246f7d6c4bf7} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1657 | 2024.08.06 04:00:32.179474 [ 3 ] {} <Debug> HTTP-Session: cffecda7-5047-4e7b-838e-81ce44089098 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1658 | 2024.08.06 04:00:32.179836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 61567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1659 | 2024.08.06 04:00:32.179888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1660 | 2024.08.06 04:00:32.179910 [ 3 ] {} <Debug> HTTP-Session: 564dcaf5-dddb-4349-8ee8-a0cc408c047f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1661 | 2024.08.06 04:00:32.179927 [ 3 ] {} <Debug> HTTP-Session: 564dcaf5-dddb-4349-8ee8-a0cc408c047f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1662 | 2024.08.06 04:00:32.179942 [ 3 ] {} <Debug> HTTP-Session: 564dcaf5-dddb-4349-8ee8-a0cc408c047f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1663 | 2024.08.06 04:00:32.179976 [ 3 ] {} <Trace> HTTP-Session: 564dcaf5-dddb-4349-8ee8-a0cc408c047f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1664 | 2024.08.06 04:00:32.180329 [ 3 ] {a3e8c632-bdaf-4654-8fd4-d2e9540d5390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1665 | 2024.08.06 04:00:32.180373 [ 3 ] {a3e8c632-bdaf-4654-8fd4-d2e9540d5390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1666 | 2024.08.06 04:00:32.180514 [ 3 ] {a3e8c632-bdaf-4654-8fd4-d2e9540d5390} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1667 | 2024.08.06 04:00:32.181073 [ 3 ] {a3e8c632-bdaf-4654-8fd4-d2e9540d5390} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1668 | 2024.08.06 04:00:32.181114 [ 3 ] {a3e8c632-bdaf-4654-8fd4-d2e9540d5390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1669 | 2024.08.06 04:00:32.181587 [ 3 ] {a3e8c632-bdaf-4654-8fd4-d2e9540d5390} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1670 | 2024.08.06 04:00:32.182208 [ 3 ] {a3e8c632-bdaf-4654-8fd4-d2e9540d5390} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1671 | 2024.08.06 04:00:32.182339 [ 3 ] {a3e8c632-bdaf-4654-8fd4-d2e9540d5390} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.002265 sec., 168653.42163355407 rows/sec., 11.85 MiB/sec. | ||
1672 | 2024.08.06 04:00:32.182558 [ 3 ] {a3e8c632-bdaf-4654-8fd4-d2e9540d5390} <Debug> DynamicQueryHandler: Done processing query | ||
1673 | 2024.08.06 04:00:32.182582 [ 3 ] {a3e8c632-bdaf-4654-8fd4-d2e9540d5390} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
1674 | 2024.08.06 04:00:32.182598 [ 3 ] {} <Debug> HTTP-Session: 564dcaf5-dddb-4349-8ee8-a0cc408c047f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1675 | 2024.08.06 04:00:32.182769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1676 | 2024.08.06 04:00:32.182820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1677 | 2024.08.06 04:00:32.182839 [ 3 ] {} <Debug> HTTP-Session: 5c143cb8-dca2-4949-a18b-3becc8e8538a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1678 | 2024.08.06 04:00:32.182855 [ 3 ] {} <Debug> HTTP-Session: 5c143cb8-dca2-4949-a18b-3becc8e8538a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1679 | 2024.08.06 04:00:32.182869 [ 3 ] {} <Debug> HTTP-Session: 5c143cb8-dca2-4949-a18b-3becc8e8538a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1680 | 2024.08.06 04:00:32.182899 [ 3 ] {} <Trace> HTTP-Session: 5c143cb8-dca2-4949-a18b-3becc8e8538a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1681 | 2024.08.06 04:00:32.182996 [ 3 ] {7fc624ae-ce45-42c4-b04f-dd0aea5b7c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1682 | 2024.08.06 04:00:32.183042 [ 3 ] {7fc624ae-ce45-42c4-b04f-dd0aea5b7c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1683 | 2024.08.06 04:00:32.183179 [ 3 ] {7fc624ae-ce45-42c4-b04f-dd0aea5b7c71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1684 | 2024.08.06 04:00:32.183458 [ 3 ] {7fc624ae-ce45-42c4-b04f-dd0aea5b7c71} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1685 | 2024.08.06 04:00:32.183495 [ 3 ] {7fc624ae-ce45-42c4-b04f-dd0aea5b7c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1686 | 2024.08.06 04:00:32.183957 [ 3 ] {7fc624ae-ce45-42c4-b04f-dd0aea5b7c71} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1687 | 2024.08.06 04:00:32.184537 [ 3 ] {7fc624ae-ce45-42c4-b04f-dd0aea5b7c71} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1688 | 2024.08.06 04:00:32.184679 [ 3 ] {7fc624ae-ce45-42c4-b04f-dd0aea5b7c71} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001707 sec., 3514.93848857645 rows/sec., 151.03 KiB/sec. | ||
1689 | 2024.08.06 04:00:32.184887 [ 3 ] {7fc624ae-ce45-42c4-b04f-dd0aea5b7c71} <Debug> DynamicQueryHandler: Done processing query | ||
1690 | 2024.08.06 04:00:32.184912 [ 3 ] {7fc624ae-ce45-42c4-b04f-dd0aea5b7c71} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1691 | 2024.08.06 04:00:32.184928 [ 3 ] {} <Debug> HTTP-Session: 5c143cb8-dca2-4949-a18b-3becc8e8538a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1692 | 2024.08.06 04:00:32.185089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1693 | 2024.08.06 04:00:32.185137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1694 | 2024.08.06 04:00:32.185156 [ 3 ] {} <Debug> HTTP-Session: 438261e9-f523-4eeb-9567-32282997dc20 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1695 | 2024.08.06 04:00:32.185172 [ 3 ] {} <Debug> HTTP-Session: 438261e9-f523-4eeb-9567-32282997dc20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1696 | 2024.08.06 04:00:32.185186 [ 3 ] {} <Debug> HTTP-Session: 438261e9-f523-4eeb-9567-32282997dc20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1697 | 2024.08.06 04:00:32.185217 [ 3 ] {} <Trace> HTTP-Session: 438261e9-f523-4eeb-9567-32282997dc20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1698 | 2024.08.06 04:00:32.185369 [ 3 ] {a36f7a89-bdcf-458d-bf25-fdb6dd9a8d15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
1699 | 2024.08.06 04:00:32.185415 [ 3 ] {a36f7a89-bdcf-458d-bf25-fdb6dd9a8d15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
1700 | 2024.08.06 04:00:32.185556 [ 3 ] {a36f7a89-bdcf-458d-bf25-fdb6dd9a8d15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1701 | 2024.08.06 04:00:32.185877 [ 3 ] {a36f7a89-bdcf-458d-bf25-fdb6dd9a8d15} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1702 | 2024.08.06 04:00:32.185913 [ 3 ] {a36f7a89-bdcf-458d-bf25-fdb6dd9a8d15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1703 | 2024.08.06 04:00:32.186388 [ 3 ] {a36f7a89-bdcf-458d-bf25-fdb6dd9a8d15} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1704 | 2024.08.06 04:00:32.187009 [ 3 ] {a36f7a89-bdcf-458d-bf25-fdb6dd9a8d15} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1705 | 2024.08.06 04:00:32.187176 [ 3 ] {a36f7a89-bdcf-458d-bf25-fdb6dd9a8d15} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001874 sec., 41088.580576307366 rows/sec., 2.53 MiB/sec. | ||
1706 | 2024.08.06 04:00:32.187453 [ 3 ] {a36f7a89-bdcf-458d-bf25-fdb6dd9a8d15} <Debug> DynamicQueryHandler: Done processing query | ||
1707 | 2024.08.06 04:00:32.187477 [ 3 ] {a36f7a89-bdcf-458d-bf25-fdb6dd9a8d15} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1708 | 2024.08.06 04:00:32.187494 [ 3 ] {} <Debug> HTTP-Session: 438261e9-f523-4eeb-9567-32282997dc20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1709 | 2024.08.06 04:00:32.187722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1710 | 2024.08.06 04:00:32.187772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1711 | 2024.08.06 04:00:32.187791 [ 3 ] {} <Debug> HTTP-Session: cf7b71d6-25fe-4aab-b5a7-fb69e5c2ec21 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1712 | 2024.08.06 04:00:32.187807 [ 3 ] {} <Debug> HTTP-Session: cf7b71d6-25fe-4aab-b5a7-fb69e5c2ec21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1713 | 2024.08.06 04:00:32.187821 [ 3 ] {} <Debug> HTTP-Session: cf7b71d6-25fe-4aab-b5a7-fb69e5c2ec21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1714 | 2024.08.06 04:00:32.187852 [ 3 ] {} <Trace> HTTP-Session: cf7b71d6-25fe-4aab-b5a7-fb69e5c2ec21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1715 | 2024.08.06 04:00:32.188011 [ 3 ] {299b0142-eea0-4f8f-b012-571d1da801e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1716 | 2024.08.06 04:00:32.188059 [ 3 ] {299b0142-eea0-4f8f-b012-571d1da801e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1717 | 2024.08.06 04:00:32.188221 [ 3 ] {299b0142-eea0-4f8f-b012-571d1da801e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1718 | 2024.08.06 04:00:32.188631 [ 3 ] {299b0142-eea0-4f8f-b012-571d1da801e5} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1719 | 2024.08.06 04:00:32.188669 [ 3 ] {299b0142-eea0-4f8f-b012-571d1da801e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1720 | 2024.08.06 04:00:32.189146 [ 3 ] {299b0142-eea0-4f8f-b012-571d1da801e5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1721 | 2024.08.06 04:00:32.189724 [ 3 ] {299b0142-eea0-4f8f-b012-571d1da801e5} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1722 | 2024.08.06 04:00:32.189888 [ 3 ] {299b0142-eea0-4f8f-b012-571d1da801e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001948 sec., 82135.52361396303 rows/sec., 5.72 MiB/sec. | ||
1723 | 2024.08.06 04:00:32.190106 [ 3 ] {299b0142-eea0-4f8f-b012-571d1da801e5} <Debug> DynamicQueryHandler: Done processing query | ||
1724 | 2024.08.06 04:00:32.190132 [ 3 ] {299b0142-eea0-4f8f-b012-571d1da801e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1725 | 2024.08.06 04:00:32.190148 [ 3 ] {} <Debug> HTTP-Session: cf7b71d6-25fe-4aab-b5a7-fb69e5c2ec21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1726 | 2024.08.06 04:00:32.190270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1727 | 2024.08.06 04:00:32.190318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1728 | 2024.08.06 04:00:32.190337 [ 3 ] {} <Debug> HTTP-Session: e6f45eaf-b82c-467a-bb36-bd8907d73d42 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1729 | 2024.08.06 04:00:32.190354 [ 3 ] {} <Debug> HTTP-Session: e6f45eaf-b82c-467a-bb36-bd8907d73d42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1730 | 2024.08.06 04:00:32.190368 [ 3 ] {} <Debug> HTTP-Session: e6f45eaf-b82c-467a-bb36-bd8907d73d42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1731 | 2024.08.06 04:00:32.190399 [ 3 ] {} <Trace> HTTP-Session: e6f45eaf-b82c-467a-bb36-bd8907d73d42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1732 | 2024.08.06 04:00:32.190501 [ 3 ] {f0953645-b3de-4e31-859d-8c076c9f0d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1733 | 2024.08.06 04:00:32.190546 [ 3 ] {f0953645-b3de-4e31-859d-8c076c9f0d89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1734 | 2024.08.06 04:00:32.190672 [ 3 ] {f0953645-b3de-4e31-859d-8c076c9f0d89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1735 | 2024.08.06 04:00:32.190938 [ 3 ] {f0953645-b3de-4e31-859d-8c076c9f0d89} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1736 | 2024.08.06 04:00:32.190976 [ 3 ] {f0953645-b3de-4e31-859d-8c076c9f0d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1737 | 2024.08.06 04:00:32.191433 [ 3 ] {f0953645-b3de-4e31-859d-8c076c9f0d89} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1738 | 2024.08.06 04:00:32.192012 [ 3 ] {f0953645-b3de-4e31-859d-8c076c9f0d89} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1739 | 2024.08.06 04:00:32.192181 [ 3 ] {f0953645-b3de-4e31-859d-8c076c9f0d89} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001698 sec., 13545.347467608952 rows/sec., 732.71 KiB/sec. | ||
1740 | 2024.08.06 04:00:32.192447 [ 3 ] {f0953645-b3de-4e31-859d-8c076c9f0d89} <Debug> DynamicQueryHandler: Done processing query | ||
1741 | 2024.08.06 04:00:32.192472 [ 3 ] {f0953645-b3de-4e31-859d-8c076c9f0d89} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1742 | 2024.08.06 04:00:32.192487 [ 3 ] {} <Debug> HTTP-Session: e6f45eaf-b82c-467a-bb36-bd8907d73d42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1743 | 2024.08.06 04:00:32.192622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1744 | 2024.08.06 04:00:32.192671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1745 | 2024.08.06 04:00:32.192690 [ 3 ] {} <Debug> HTTP-Session: bd4b599e-822e-417c-91d8-c9d8ecdefda4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1746 | 2024.08.06 04:00:32.192710 [ 3 ] {} <Debug> HTTP-Session: bd4b599e-822e-417c-91d8-c9d8ecdefda4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1747 | 2024.08.06 04:00:32.192726 [ 3 ] {} <Debug> HTTP-Session: bd4b599e-822e-417c-91d8-c9d8ecdefda4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1748 | 2024.08.06 04:00:32.192757 [ 3 ] {} <Trace> HTTP-Session: bd4b599e-822e-417c-91d8-c9d8ecdefda4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1749 | 2024.08.06 04:00:32.192885 [ 3 ] {0b09b1a9-b91a-44d4-b90a-928d7cd4853e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1750 | 2024.08.06 04:00:32.192932 [ 3 ] {0b09b1a9-b91a-44d4-b90a-928d7cd4853e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1751 | 2024.08.06 04:00:32.193080 [ 3 ] {0b09b1a9-b91a-44d4-b90a-928d7cd4853e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1752 | 2024.08.06 04:00:32.193373 [ 3 ] {0b09b1a9-b91a-44d4-b90a-928d7cd4853e} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1753 | 2024.08.06 04:00:32.193410 [ 3 ] {0b09b1a9-b91a-44d4-b90a-928d7cd4853e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1754 | 2024.08.06 04:00:32.193901 [ 3 ] {0b09b1a9-b91a-44d4-b90a-928d7cd4853e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1755 | 2024.08.06 04:00:32.194473 [ 3 ] {0b09b1a9-b91a-44d4-b90a-928d7cd4853e} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1756 | 2024.08.06 04:00:32.194636 [ 3 ] {0b09b1a9-b91a-44d4-b90a-928d7cd4853e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0018 sec., 33333.333333333336 rows/sec., 2.25 MiB/sec. | ||
1757 | 2024.08.06 04:00:32.194803 [ 3 ] {0b09b1a9-b91a-44d4-b90a-928d7cd4853e} <Debug> DynamicQueryHandler: Done processing query | ||
1758 | 2024.08.06 04:00:32.194827 [ 3 ] {0b09b1a9-b91a-44d4-b90a-928d7cd4853e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1759 | 2024.08.06 04:00:32.194843 [ 3 ] {} <Debug> HTTP-Session: bd4b599e-822e-417c-91d8-c9d8ecdefda4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1760 | 2024.08.06 04:00:36.015200 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1761 | 2024.08.06 04:00:36.015262 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1762 | 2024.08.06 04:00:37.125021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 7801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1763 | 2024.08.06 04:00:37.125136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1764 | 2024.08.06 04:00:37.125162 [ 3 ] {} <Debug> HTTP-Session: 44765ee8-2763-448a-b0e5-8fc05aa27878 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1765 | 2024.08.06 04:00:37.125188 [ 3 ] {} <Debug> HTTP-Session: 44765ee8-2763-448a-b0e5-8fc05aa27878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1766 | 2024.08.06 04:00:37.125203 [ 3 ] {} <Debug> HTTP-Session: 44765ee8-2763-448a-b0e5-8fc05aa27878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1767 | 2024.08.06 04:00:37.125253 [ 3 ] {} <Trace> HTTP-Session: 44765ee8-2763-448a-b0e5-8fc05aa27878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1768 | 2024.08.06 04:00:37.125449 [ 3 ] {6659b95f-4274-4f2b-9fee-8eb93f8cf3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1769 | 2024.08.06 04:00:37.125517 [ 3 ] {6659b95f-4274-4f2b-9fee-8eb93f8cf3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1770 | 2024.08.06 04:00:37.125712 [ 3 ] {6659b95f-4274-4f2b-9fee-8eb93f8cf3d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1771 | 2024.08.06 04:00:37.126174 [ 3 ] {6659b95f-4274-4f2b-9fee-8eb93f8cf3d0} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1772 | 2024.08.06 04:00:37.126218 [ 3 ] {6659b95f-4274-4f2b-9fee-8eb93f8cf3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1773 | 2024.08.06 04:00:37.126690 [ 3 ] {6659b95f-4274-4f2b-9fee-8eb93f8cf3d0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1774 | 2024.08.06 04:00:37.127257 [ 3 ] {6659b95f-4274-4f2b-9fee-8eb93f8cf3d0} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1775 | 2024.08.06 04:00:37.127464 [ 3 ] {6659b95f-4274-4f2b-9fee-8eb93f8cf3d0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002072 sec., 27027.027027027027 rows/sec., 2.06 MiB/sec. | ||
1776 | 2024.08.06 04:00:37.127683 [ 3 ] {6659b95f-4274-4f2b-9fee-8eb93f8cf3d0} <Debug> DynamicQueryHandler: Done processing query | ||
1777 | 2024.08.06 04:00:37.127710 [ 3 ] {6659b95f-4274-4f2b-9fee-8eb93f8cf3d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1778 | 2024.08.06 04:00:37.127727 [ 3 ] {} <Debug> HTTP-Session: 44765ee8-2763-448a-b0e5-8fc05aa27878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1779 | 2024.08.06 04:00:37.127894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1780 | 2024.08.06 04:00:37.127955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1781 | 2024.08.06 04:00:37.127976 [ 3 ] {} <Debug> HTTP-Session: f84a6b49-ac2a-4d4b-853e-49bb57093397 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1782 | 2024.08.06 04:00:37.127994 [ 3 ] {} <Debug> HTTP-Session: f84a6b49-ac2a-4d4b-853e-49bb57093397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1783 | 2024.08.06 04:00:37.128008 [ 3 ] {} <Debug> HTTP-Session: f84a6b49-ac2a-4d4b-853e-49bb57093397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1784 | 2024.08.06 04:00:37.128044 [ 3 ] {} <Trace> HTTP-Session: f84a6b49-ac2a-4d4b-853e-49bb57093397 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1785 | 2024.08.06 04:00:37.128175 [ 3 ] {94dcf0b0-c140-409a-be82-3df74fb38f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1786 | 2024.08.06 04:00:37.128223 [ 3 ] {94dcf0b0-c140-409a-be82-3df74fb38f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1787 | 2024.08.06 04:00:37.128360 [ 3 ] {94dcf0b0-c140-409a-be82-3df74fb38f62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1788 | 2024.08.06 04:00:37.128762 [ 3 ] {94dcf0b0-c140-409a-be82-3df74fb38f62} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1789 | 2024.08.06 04:00:37.128800 [ 3 ] {94dcf0b0-c140-409a-be82-3df74fb38f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1790 | 2024.08.06 04:00:37.129221 [ 3 ] {94dcf0b0-c140-409a-be82-3df74fb38f62} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1791 | 2024.08.06 04:00:37.129850 [ 3 ] {94dcf0b0-c140-409a-be82-3df74fb38f62} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1792 | 2024.08.06 04:00:37.130041 [ 3 ] {94dcf0b0-c140-409a-be82-3df74fb38f62} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001908 sec., 33542.976939203356 rows/sec., 2.62 MiB/sec. | ||
1793 | 2024.08.06 04:00:37.130218 [ 3 ] {94dcf0b0-c140-409a-be82-3df74fb38f62} <Debug> DynamicQueryHandler: Done processing query | ||
1794 | 2024.08.06 04:00:37.130245 [ 3 ] {94dcf0b0-c140-409a-be82-3df74fb38f62} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1795 | 2024.08.06 04:00:37.130262 [ 3 ] {} <Debug> HTTP-Session: f84a6b49-ac2a-4d4b-853e-49bb57093397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1796 | 2024.08.06 04:00:37.130453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1797 | 2024.08.06 04:00:37.130516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1798 | 2024.08.06 04:00:37.130536 [ 3 ] {} <Debug> HTTP-Session: 5b9f3286-944a-4e07-8323-a2500c0a2c38 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1799 | 2024.08.06 04:00:37.130553 [ 3 ] {} <Debug> HTTP-Session: 5b9f3286-944a-4e07-8323-a2500c0a2c38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1800 | 2024.08.06 04:00:37.130567 [ 3 ] {} <Debug> HTTP-Session: 5b9f3286-944a-4e07-8323-a2500c0a2c38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1801 | 2024.08.06 04:00:37.130601 [ 3 ] {} <Trace> HTTP-Session: 5b9f3286-944a-4e07-8323-a2500c0a2c38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1802 | 2024.08.06 04:00:37.130772 [ 3 ] {6947325c-af61-4a0a-b9b1-6a6a33a9e3fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1803 | 2024.08.06 04:00:37.130824 [ 3 ] {6947325c-af61-4a0a-b9b1-6a6a33a9e3fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1804 | 2024.08.06 04:00:37.130976 [ 3 ] {6947325c-af61-4a0a-b9b1-6a6a33a9e3fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1805 | 2024.08.06 04:00:37.131395 [ 3 ] {6947325c-af61-4a0a-b9b1-6a6a33a9e3fb} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1806 | 2024.08.06 04:00:37.131432 [ 3 ] {6947325c-af61-4a0a-b9b1-6a6a33a9e3fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1807 | 2024.08.06 04:00:37.131948 [ 3 ] {6947325c-af61-4a0a-b9b1-6a6a33a9e3fb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1808 | 2024.08.06 04:00:37.132700 [ 3 ] {6947325c-af61-4a0a-b9b1-6a6a33a9e3fb} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1809 | 2024.08.06 04:00:37.132906 [ 3 ] {6947325c-af61-4a0a-b9b1-6a6a33a9e3fb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002207 sec., 72496.60172179429 rows/sec., 5.05 MiB/sec. | ||
1810 | 2024.08.06 04:00:37.133088 [ 3 ] {6947325c-af61-4a0a-b9b1-6a6a33a9e3fb} <Debug> DynamicQueryHandler: Done processing query | ||
1811 | 2024.08.06 04:00:37.133114 [ 3 ] {6947325c-af61-4a0a-b9b1-6a6a33a9e3fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1812 | 2024.08.06 04:00:37.133130 [ 3 ] {} <Debug> HTTP-Session: 5b9f3286-944a-4e07-8323-a2500c0a2c38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1813 | 2024.08.06 04:00:37.133265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1814 | 2024.08.06 04:00:37.133325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1815 | 2024.08.06 04:00:37.133346 [ 3 ] {} <Debug> HTTP-Session: ae06b972-f1ec-4e89-8cee-8a760afe0906 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1816 | 2024.08.06 04:00:37.133364 [ 3 ] {} <Debug> HTTP-Session: ae06b972-f1ec-4e89-8cee-8a760afe0906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1817 | 2024.08.06 04:00:37.133377 [ 3 ] {} <Debug> HTTP-Session: ae06b972-f1ec-4e89-8cee-8a760afe0906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1818 | 2024.08.06 04:00:37.133409 [ 3 ] {} <Trace> HTTP-Session: ae06b972-f1ec-4e89-8cee-8a760afe0906 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1819 | 2024.08.06 04:00:37.133527 [ 3 ] {7acbb85c-8246-4430-8eda-635e2536b091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1820 | 2024.08.06 04:00:37.133574 [ 3 ] {7acbb85c-8246-4430-8eda-635e2536b091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1821 | 2024.08.06 04:00:37.133709 [ 3 ] {7acbb85c-8246-4430-8eda-635e2536b091} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1822 | 2024.08.06 04:00:37.134012 [ 3 ] {7acbb85c-8246-4430-8eda-635e2536b091} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1823 | 2024.08.06 04:00:37.134051 [ 3 ] {7acbb85c-8246-4430-8eda-635e2536b091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1824 | 2024.08.06 04:00:37.134549 [ 3 ] {7acbb85c-8246-4430-8eda-635e2536b091} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1825 | 2024.08.06 04:00:37.135190 [ 3 ] {7acbb85c-8246-4430-8eda-635e2536b091} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1826 | 2024.08.06 04:00:37.135388 [ 3 ] {7acbb85c-8246-4430-8eda-635e2536b091} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001893 sec., 31695.721077654518 rows/sec., 2.14 MiB/sec. | ||
1827 | 2024.08.06 04:00:37.135547 [ 3 ] {7acbb85c-8246-4430-8eda-635e2536b091} <Debug> DynamicQueryHandler: Done processing query | ||
1828 | 2024.08.06 04:00:37.135572 [ 3 ] {7acbb85c-8246-4430-8eda-635e2536b091} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1829 | 2024.08.06 04:00:37.135588 [ 3 ] {} <Debug> HTTP-Session: ae06b972-f1ec-4e89-8cee-8a760afe0906 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1830 | 2024.08.06 04:00:42.129638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1831 | 2024.08.06 04:00:42.129765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1832 | 2024.08.06 04:00:42.129792 [ 3 ] {} <Debug> HTTP-Session: 6dbf7eec-c822-44df-a276-b09b464ec1fc Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1833 | 2024.08.06 04:00:42.129818 [ 3 ] {} <Debug> HTTP-Session: 6dbf7eec-c822-44df-a276-b09b464ec1fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1834 | 2024.08.06 04:00:42.129833 [ 3 ] {} <Debug> HTTP-Session: 6dbf7eec-c822-44df-a276-b09b464ec1fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1835 | 2024.08.06 04:00:42.129884 [ 3 ] {} <Trace> HTTP-Session: 6dbf7eec-c822-44df-a276-b09b464ec1fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1836 | 2024.08.06 04:00:42.130067 [ 3 ] {6d9a749e-6711-4366-a4f1-dac7fbf748a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1837 | 2024.08.06 04:00:42.130134 [ 3 ] {6d9a749e-6711-4366-a4f1-dac7fbf748a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1838 | 2024.08.06 04:00:42.130329 [ 3 ] {6d9a749e-6711-4366-a4f1-dac7fbf748a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1839 | 2024.08.06 04:00:42.130742 [ 3 ] {6d9a749e-6711-4366-a4f1-dac7fbf748a5} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1840 | 2024.08.06 04:00:42.130788 [ 3 ] {6d9a749e-6711-4366-a4f1-dac7fbf748a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1841 | 2024.08.06 04:00:42.131260 [ 3 ] {6d9a749e-6711-4366-a4f1-dac7fbf748a5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1842 | 2024.08.06 04:00:42.131869 [ 3 ] {6d9a749e-6711-4366-a4f1-dac7fbf748a5} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1843 | 2024.08.06 04:00:42.132032 [ 3 ] {6d9a749e-6711-4366-a4f1-dac7fbf748a5} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.002011 sec., 2983.5902536051713 rows/sec., 168.99 KiB/sec. | ||
1844 | 2024.08.06 04:00:42.132269 [ 3 ] {6d9a749e-6711-4366-a4f1-dac7fbf748a5} <Debug> DynamicQueryHandler: Done processing query | ||
1845 | 2024.08.06 04:00:42.132296 [ 3 ] {6d9a749e-6711-4366-a4f1-dac7fbf748a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1846 | 2024.08.06 04:00:42.132313 [ 3 ] {} <Debug> HTTP-Session: 6dbf7eec-c822-44df-a276-b09b464ec1fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1847 | 2024.08.06 04:00:42.132475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 24330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1848 | 2024.08.06 04:00:42.132530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1849 | 2024.08.06 04:00:42.132552 [ 3 ] {} <Debug> HTTP-Session: 286c990c-a9eb-4cde-9cec-3560c16e1d51 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1850 | 2024.08.06 04:00:42.132571 [ 3 ] {} <Debug> HTTP-Session: 286c990c-a9eb-4cde-9cec-3560c16e1d51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1851 | 2024.08.06 04:00:42.132585 [ 3 ] {} <Debug> HTTP-Session: 286c990c-a9eb-4cde-9cec-3560c16e1d51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1852 | 2024.08.06 04:00:42.132620 [ 3 ] {} <Trace> HTTP-Session: 286c990c-a9eb-4cde-9cec-3560c16e1d51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1853 | 2024.08.06 04:00:42.132780 [ 3 ] {adba7d96-62d3-4218-b097-dfeb95a74f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1854 | 2024.08.06 04:00:42.132827 [ 3 ] {adba7d96-62d3-4218-b097-dfeb95a74f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1855 | 2024.08.06 04:00:42.132956 [ 3 ] {adba7d96-62d3-4218-b097-dfeb95a74f4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1856 | 2024.08.06 04:00:42.133341 [ 3 ] {adba7d96-62d3-4218-b097-dfeb95a74f4b} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1857 | 2024.08.06 04:00:42.133380 [ 3 ] {adba7d96-62d3-4218-b097-dfeb95a74f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1858 | 2024.08.06 04:00:42.133868 [ 3 ] {adba7d96-62d3-4218-b097-dfeb95a74f4b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1859 | 2024.08.06 04:00:42.134399 [ 3 ] {adba7d96-62d3-4218-b097-dfeb95a74f4b} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1860 | 2024.08.06 04:00:42.134552 [ 3 ] {adba7d96-62d3-4218-b097-dfeb95a74f4b} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001841 sec., 87452.47148288974 rows/sec., 7.71 MiB/sec. | ||
1861 | 2024.08.06 04:00:42.134560 [ 89 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1862 | 2024.08.06 04:00:42.134669 [ 89 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1863 | 2024.08.06 04:00:42.134706 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1864 | 2024.08.06 04:00:42.134791 [ 3 ] {adba7d96-62d3-4218-b097-dfeb95a74f4b} <Debug> DynamicQueryHandler: Done processing query | ||
1865 | 2024.08.06 04:00:42.134859 [ 3 ] {adba7d96-62d3-4218-b097-dfeb95a74f4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1866 | 2024.08.06 04:00:42.134938 [ 3 ] {} <Debug> HTTP-Session: 286c990c-a9eb-4cde-9cec-3560c16e1d51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1867 | 2024.08.06 04:00:42.135191 [ 203 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::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 | ||
1868 | 2024.08.06 04:00:42.135280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 61567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1869 | 2024.08.06 04:00:42.135396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1870 | 2024.08.06 04:00:42.135457 [ 3 ] {} <Debug> HTTP-Session: 1648b34b-bf41-400b-9946-9c5c6b318054 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1871 | 2024.08.06 04:00:42.135513 [ 3 ] {} <Debug> HTTP-Session: 1648b34b-bf41-400b-9946-9c5c6b318054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1872 | 2024.08.06 04:00:42.135546 [ 3 ] {} <Debug> HTTP-Session: 1648b34b-bf41-400b-9946-9c5c6b318054 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1873 | 2024.08.06 04:00:42.135548 [ 203 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1874 | 2024.08.06 04:00:42.135602 [ 3 ] {} <Trace> HTTP-Session: 1648b34b-bf41-400b-9946-9c5c6b318054 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1875 | 2024.08.06 04:00:42.135658 [ 203 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 52 rows starting from the beginning of the part | ||
1876 | 2024.08.06 04:00:42.135863 [ 203 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
1877 | 2024.08.06 04:00:42.136019 [ 203 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
1878 | 2024.08.06 04:00:42.136119 [ 3 ] {014f1a0d-6479-4680-97b0-9232cd56455c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1879 | 2024.08.06 04:00:42.136334 [ 3 ] {014f1a0d-6479-4680-97b0-9232cd56455c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1880 | 2024.08.06 04:00:42.136434 [ 203 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 161 rows starting from the beginning of the part | ||
1881 | 2024.08.06 04:00:42.136762 [ 203 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
1882 | 2024.08.06 04:00:42.137041 [ 203 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 161 rows starting from the beginning of the part | ||
1883 | 2024.08.06 04:00:42.137619 [ 3 ] {014f1a0d-6479-4680-97b0-9232cd56455c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1884 | 2024.08.06 04:00:42.138708 [ 3 ] {014f1a0d-6479-4680-97b0-9232cd56455c} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1885 | 2024.08.06 04:00:42.138802 [ 3 ] {014f1a0d-6479-4680-97b0-9232cd56455c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1886 | 2024.08.06 04:00:42.139905 [ 193 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 542 rows, containing 4 columns (4 merged, 0 gathered) in 0.00508048 sec., 106682.83311813057 rows/sec., 8.89 MiB/sec. | ||
1887 | 2024.08.06 04:00:42.139985 [ 3 ] {014f1a0d-6479-4680-97b0-9232cd56455c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1888 | 2024.08.06 04:00:42.140209 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1889 | 2024.08.06 04:00:42.140690 [ 3 ] {014f1a0d-6479-4680-97b0-9232cd56455c} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1890 | 2024.08.06 04:00:42.140895 [ 89 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1891 | 2024.08.06 04:00:42.140908 [ 3 ] {014f1a0d-6479-4680-97b0-9232cd56455c} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.005164 sec., 73973.66382649109 rows/sec., 5.20 MiB/sec. | ||
1892 | 2024.08.06 04:00:42.140985 [ 89 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1893 | 2024.08.06 04:00:42.141017 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_6_1} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1894 | 2024.08.06 04:00:42.141077 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1895 | 2024.08.06 04:00:42.141451 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_6_1} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1896 | 2024.08.06 04:00:42.141589 [ 3 ] {014f1a0d-6479-4680-97b0-9232cd56455c} <Debug> DynamicQueryHandler: Done processing query | ||
1897 | 2024.08.06 04:00:42.141787 [ 3 ] {014f1a0d-6479-4680-97b0-9232cd56455c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
1898 | 2024.08.06 04:00:42.141844 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::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 | ||
1899 | 2024.08.06 04:00:42.141901 [ 3 ] {} <Debug> HTTP-Session: 1648b34b-bf41-400b-9946-9c5c6b318054 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1900 | 2024.08.06 04:00:42.141937 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
1901 | 2024.08.06 04:00:42.142141 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1902 | 2024.08.06 04:00:42.142188 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
1903 | 2024.08.06 04:00:42.142212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1904 | 2024.08.06 04:00:42.142370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1905 | 2024.08.06 04:00:42.142385 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
1906 | 2024.08.06 04:00:42.142429 [ 3 ] {} <Debug> HTTP-Session: c6f7342c-03e4-4542-b7f2-600fc3abfb5a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1907 | 2024.08.06 04:00:42.142489 [ 3 ] {} <Debug> HTTP-Session: c6f7342c-03e4-4542-b7f2-600fc3abfb5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1908 | 2024.08.06 04:00:42.142585 [ 3 ] {} <Debug> HTTP-Session: c6f7342c-03e4-4542-b7f2-600fc3abfb5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1909 | 2024.08.06 04:00:42.142706 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
1910 | 2024.08.06 04:00:42.142723 [ 3 ] {} <Trace> HTTP-Session: c6f7342c-03e4-4542-b7f2-600fc3abfb5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1911 | 2024.08.06 04:00:42.143051 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 382 rows starting from the beginning of the part | ||
1912 | 2024.08.06 04:00:42.143117 [ 3 ] {f75aa9ea-94ee-4c4a-a7b3-1de9c4e0c494} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1913 | 2024.08.06 04:00:42.143319 [ 3 ] {f75aa9ea-94ee-4c4a-a7b3-1de9c4e0c494} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1914 | 2024.08.06 04:00:42.143341 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
1915 | 2024.08.06 04:00:42.143723 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 382 rows starting from the beginning of the part | ||
1916 | 2024.08.06 04:00:42.144307 [ 3 ] {f75aa9ea-94ee-4c4a-a7b3-1de9c4e0c494} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1917 | 2024.08.06 04:00:42.145027 [ 3 ] {f75aa9ea-94ee-4c4a-a7b3-1de9c4e0c494} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1918 | 2024.08.06 04:00:42.145115 [ 3 ] {f75aa9ea-94ee-4c4a-a7b3-1de9c4e0c494} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1919 | 2024.08.06 04:00:42.146299 [ 3 ] {f75aa9ea-94ee-4c4a-a7b3-1de9c4e0c494} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1920 | 2024.08.06 04:00:42.146389 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1012 rows, containing 4 columns (4 merged, 0 gathered) in 0.005093729 sec., 198675.665705812 rows/sec., 14.33 MiB/sec. | ||
1921 | 2024.08.06 04:00:42.146727 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1922 | 2024.08.06 04:00:42.147422 [ 3 ] {f75aa9ea-94ee-4c4a-a7b3-1de9c4e0c494} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1923 | 2024.08.06 04:00:42.147655 [ 3 ] {f75aa9ea-94ee-4c4a-a7b3-1de9c4e0c494} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004657 sec., 1288.3830792355595 rows/sec., 55.36 KiB/sec. | ||
1924 | 2024.08.06 04:00:42.147792 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_6_1} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1925 | 2024.08.06 04:00:42.147956 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_6_1} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1926 | 2024.08.06 04:00:42.147976 [ 3 ] {f75aa9ea-94ee-4c4a-a7b3-1de9c4e0c494} <Debug> DynamicQueryHandler: Done processing query | ||
1927 | 2024.08.06 04:00:42.148022 [ 3 ] {f75aa9ea-94ee-4c4a-a7b3-1de9c4e0c494} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1928 | 2024.08.06 04:00:42.148083 [ 3 ] {} <Debug> HTTP-Session: c6f7342c-03e4-4542-b7f2-600fc3abfb5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1929 | 2024.08.06 04:00:42.148112 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
1930 | 2024.08.06 04:00:42.148244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1931 | 2024.08.06 04:00:42.148301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1932 | 2024.08.06 04:00:42.148322 [ 3 ] {} <Debug> HTTP-Session: ba5fa2e0-cb64-4bb8-b1d3-b2dc0b895191 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1933 | 2024.08.06 04:00:42.148339 [ 3 ] {} <Debug> HTTP-Session: ba5fa2e0-cb64-4bb8-b1d3-b2dc0b895191 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1934 | 2024.08.06 04:00:42.148353 [ 3 ] {} <Debug> HTTP-Session: ba5fa2e0-cb64-4bb8-b1d3-b2dc0b895191 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1935 | 2024.08.06 04:00:42.148391 [ 3 ] {} <Trace> HTTP-Session: ba5fa2e0-cb64-4bb8-b1d3-b2dc0b895191 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1936 | 2024.08.06 04:00:42.148538 [ 3 ] {51a5cb88-c45a-4a38-afe3-5dc4c7d5867a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
1937 | 2024.08.06 04:00:42.148591 [ 3 ] {51a5cb88-c45a-4a38-afe3-5dc4c7d5867a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
1938 | 2024.08.06 04:00:42.148759 [ 3 ] {51a5cb88-c45a-4a38-afe3-5dc4c7d5867a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1939 | 2024.08.06 04:00:42.149112 [ 3 ] {51a5cb88-c45a-4a38-afe3-5dc4c7d5867a} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1940 | 2024.08.06 04:00:42.149149 [ 3 ] {51a5cb88-c45a-4a38-afe3-5dc4c7d5867a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1941 | 2024.08.06 04:00:42.149670 [ 3 ] {51a5cb88-c45a-4a38-afe3-5dc4c7d5867a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1942 | 2024.08.06 04:00:42.150290 [ 3 ] {51a5cb88-c45a-4a38-afe3-5dc4c7d5867a} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1943 | 2024.08.06 04:00:42.150453 [ 3 ] {51a5cb88-c45a-4a38-afe3-5dc4c7d5867a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001977 sec., 38947.90085988872 rows/sec., 2.40 MiB/sec. | ||
1944 | 2024.08.06 04:00:42.150627 [ 3 ] {51a5cb88-c45a-4a38-afe3-5dc4c7d5867a} <Debug> DynamicQueryHandler: Done processing query | ||
1945 | 2024.08.06 04:00:42.150653 [ 3 ] {51a5cb88-c45a-4a38-afe3-5dc4c7d5867a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1946 | 2024.08.06 04:00:42.150669 [ 3 ] {} <Debug> HTTP-Session: ba5fa2e0-cb64-4bb8-b1d3-b2dc0b895191 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1947 | 2024.08.06 04:00:42.150890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1948 | 2024.08.06 04:00:42.150938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1949 | 2024.08.06 04:00:42.150958 [ 3 ] {} <Debug> HTTP-Session: 87e002b9-495b-4eaa-aae9-8a9d4dd4a24c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1950 | 2024.08.06 04:00:42.150975 [ 3 ] {} <Debug> HTTP-Session: 87e002b9-495b-4eaa-aae9-8a9d4dd4a24c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1951 | 2024.08.06 04:00:42.150989 [ 3 ] {} <Debug> HTTP-Session: 87e002b9-495b-4eaa-aae9-8a9d4dd4a24c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1952 | 2024.08.06 04:00:42.151020 [ 3 ] {} <Trace> HTTP-Session: 87e002b9-495b-4eaa-aae9-8a9d4dd4a24c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1953 | 2024.08.06 04:00:42.151218 [ 3 ] {a15e2506-3591-4f49-b3c4-d2d54b0ea564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1954 | 2024.08.06 04:00:42.151265 [ 3 ] {a15e2506-3591-4f49-b3c4-d2d54b0ea564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1955 | 2024.08.06 04:00:42.151410 [ 3 ] {a15e2506-3591-4f49-b3c4-d2d54b0ea564} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1956 | 2024.08.06 04:00:42.151822 [ 3 ] {a15e2506-3591-4f49-b3c4-d2d54b0ea564} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1957 | 2024.08.06 04:00:42.151862 [ 3 ] {a15e2506-3591-4f49-b3c4-d2d54b0ea564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1958 | 2024.08.06 04:00:42.152369 [ 3 ] {a15e2506-3591-4f49-b3c4-d2d54b0ea564} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1959 | 2024.08.06 04:00:42.152995 [ 3 ] {a15e2506-3591-4f49-b3c4-d2d54b0ea564} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1960 | 2024.08.06 04:00:42.153156 [ 3 ] {a15e2506-3591-4f49-b3c4-d2d54b0ea564} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002047 sec., 78163.16560820713 rows/sec., 5.44 MiB/sec. | ||
1961 | 2024.08.06 04:00:42.153164 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1962 | 2024.08.06 04:00:42.153256 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1963 | 2024.08.06 04:00:42.153308 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1964 | 2024.08.06 04:00:42.153489 [ 3 ] {a15e2506-3591-4f49-b3c4-d2d54b0ea564} <Debug> DynamicQueryHandler: Done processing query | ||
1965 | 2024.08.06 04:00:42.153619 [ 3 ] {a15e2506-3591-4f49-b3c4-d2d54b0ea564} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1966 | 2024.08.06 04:00:42.153645 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
1967 | 2024.08.06 04:00:42.153679 [ 3 ] {} <Debug> HTTP-Session: 87e002b9-495b-4eaa-aae9-8a9d4dd4a24c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1968 | 2024.08.06 04:00:42.153898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1969 | 2024.08.06 04:00:42.153915 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1970 | 2024.08.06 04:00:42.153987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1971 | 2024.08.06 04:00:42.154005 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 130 rows starting from the beginning of the part | ||
1972 | 2024.08.06 04:00:42.154036 [ 3 ] {} <Debug> HTTP-Session: a887c22c-7b31-4a03-b17e-0865a0392868 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1973 | 2024.08.06 04:00:42.154077 [ 3 ] {} <Debug> HTTP-Session: a887c22c-7b31-4a03-b17e-0865a0392868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1974 | 2024.08.06 04:00:42.154120 [ 3 ] {} <Debug> HTTP-Session: a887c22c-7b31-4a03-b17e-0865a0392868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1975 | 2024.08.06 04:00:42.154275 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 156 rows starting from the beginning of the part | ||
1976 | 2024.08.06 04:00:42.154290 [ 3 ] {} <Trace> HTTP-Session: a887c22c-7b31-4a03-b17e-0865a0392868 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1977 | 2024.08.06 04:00:42.154522 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
1978 | 2024.08.06 04:00:42.154690 [ 3 ] {a6ed7bbb-ee64-4e97-a7b1-d00060e9d9fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1979 | 2024.08.06 04:00:42.154766 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
1980 | 2024.08.06 04:00:42.154909 [ 3 ] {a6ed7bbb-ee64-4e97-a7b1-d00060e9d9fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1981 | 2024.08.06 04:00:42.155023 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
1982 | 2024.08.06 04:00:42.155344 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
1983 | 2024.08.06 04:00:42.156010 [ 3 ] {a6ed7bbb-ee64-4e97-a7b1-d00060e9d9fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1984 | 2024.08.06 04:00:42.156726 [ 3 ] {a6ed7bbb-ee64-4e97-a7b1-d00060e9d9fb} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1985 | 2024.08.06 04:00:42.156798 [ 3 ] {a6ed7bbb-ee64-4e97-a7b1-d00060e9d9fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
1986 | 2024.08.06 04:00:42.158092 [ 3 ] {a6ed7bbb-ee64-4e97-a7b1-d00060e9d9fb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1987 | 2024.08.06 04:00:42.158470 [ 193 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 926 rows, containing 5 columns (5 merged, 0 gathered) in 0.005041489 sec., 183675.8941653944 rows/sec., 12.78 MiB/sec. | ||
1988 | 2024.08.06 04:00:42.158838 [ 193 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1989 | 2024.08.06 04:00:42.159064 [ 3 ] {a6ed7bbb-ee64-4e97-a7b1-d00060e9d9fb} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1990 | 2024.08.06 04:00:42.159499 [ 3 ] {a6ed7bbb-ee64-4e97-a7b1-d00060e9d9fb} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004966 sec., 4631.494160289972 rows/sec., 250.53 KiB/sec. | ||
1991 | 2024.08.06 04:00:42.160070 [ 3 ] {a6ed7bbb-ee64-4e97-a7b1-d00060e9d9fb} <Debug> DynamicQueryHandler: Done processing query | ||
1992 | 2024.08.06 04:00:42.160099 [ 3 ] {a6ed7bbb-ee64-4e97-a7b1-d00060e9d9fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1993 | 2024.08.06 04:00:42.160118 [ 3 ] {} <Debug> HTTP-Session: a887c22c-7b31-4a03-b17e-0865a0392868 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1994 | 2024.08.06 04:00:42.160296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1995 | 2024.08.06 04:00:42.160360 [ 193 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1996 | 2024.08.06 04:00:42.160380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1997 | 2024.08.06 04:00:42.160440 [ 3 ] {} <Debug> HTTP-Session: ae864c5b-de0c-414a-996c-ddca22c60be4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
1998 | 2024.08.06 04:00:42.160484 [ 3 ] {} <Debug> HTTP-Session: ae864c5b-de0c-414a-996c-ddca22c60be4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1999 | 2024.08.06 04:00:42.160510 [ 3 ] {} <Debug> HTTP-Session: ae864c5b-de0c-414a-996c-ddca22c60be4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2000 | 2024.08.06 04:00:42.160545 [ 193 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2001 | 2024.08.06 04:00:42.160576 [ 3 ] {} <Trace> HTTP-Session: ae864c5b-de0c-414a-996c-ddca22c60be4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2002 | 2024.08.06 04:00:42.160692 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
2003 | 2024.08.06 04:00:42.160781 [ 3 ] {9b335e9a-6c1c-4677-b34a-440a97294b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2004 | 2024.08.06 04:00:42.160831 [ 3 ] {9b335e9a-6c1c-4677-b34a-440a97294b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2005 | 2024.08.06 04:00:42.160984 [ 3 ] {9b335e9a-6c1c-4677-b34a-440a97294b1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2006 | 2024.08.06 04:00:42.161312 [ 3 ] {9b335e9a-6c1c-4677-b34a-440a97294b1c} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2007 | 2024.08.06 04:00:42.161348 [ 3 ] {9b335e9a-6c1c-4677-b34a-440a97294b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2008 | 2024.08.06 04:00:42.161864 [ 3 ] {9b335e9a-6c1c-4677-b34a-440a97294b1c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2009 | 2024.08.06 04:00:42.162584 [ 3 ] {9b335e9a-6c1c-4677-b34a-440a97294b1c} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2010 | 2024.08.06 04:00:42.162720 [ 88 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2011 | 2024.08.06 04:00:42.162720 [ 3 ] {9b335e9a-6c1c-4677-b34a-440a97294b1c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001998 sec., 30030.030030030026 rows/sec., 2.02 MiB/sec. | ||
2012 | 2024.08.06 04:00:42.162757 [ 88 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2013 | 2024.08.06 04:00:42.162794 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2014 | 2024.08.06 04:00:42.163032 [ 3 ] {9b335e9a-6c1c-4677-b34a-440a97294b1c} <Debug> DynamicQueryHandler: Done processing query | ||
2015 | 2024.08.06 04:00:42.163110 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
2016 | 2024.08.06 04:00:42.163119 [ 3 ] {9b335e9a-6c1c-4677-b34a-440a97294b1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2017 | 2024.08.06 04:00:42.163197 [ 3 ] {} <Debug> HTTP-Session: ae864c5b-de0c-414a-996c-ddca22c60be4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2018 | 2024.08.06 04:00:42.163320 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2019 | 2024.08.06 04:00:42.163355 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 42 rows starting from the beginning of the part | ||
2020 | 2024.08.06 04:00:42.163420 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
2021 | 2024.08.06 04:00:42.163530 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
2022 | 2024.08.06 04:00:42.163731 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
2023 | 2024.08.06 04:00:42.163809 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
2024 | 2024.08.06 04:00:42.163910 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
2025 | 2024.08.06 04:00:42.164948 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 338 rows, containing 4 columns (4 merged, 0 gathered) in 0.002073299 sec., 163025.20765215246 rows/sec., 11.02 MiB/sec. | ||
2026 | 2024.08.06 04:00:42.165238 [ 195 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2027 | 2024.08.06 04:00:42.165926 [ 195 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_6_1} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2028 | 2024.08.06 04:00:42.166012 [ 195 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_6_1} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2029 | 2024.08.06 04:00:42.166101 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2030 | 2024.08.06 04:00:47.122780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2031 | 2024.08.06 04:00:47.122948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2032 | 2024.08.06 04:00:47.122985 [ 3 ] {} <Debug> HTTP-Session: bfa48ea7-169a-43ad-9c88-6115e37d2e7c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2033 | 2024.08.06 04:00:47.123019 [ 3 ] {} <Debug> HTTP-Session: bfa48ea7-169a-43ad-9c88-6115e37d2e7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2034 | 2024.08.06 04:00:47.123041 [ 3 ] {} <Debug> HTTP-Session: bfa48ea7-169a-43ad-9c88-6115e37d2e7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2035 | 2024.08.06 04:00:47.123106 [ 3 ] {} <Trace> HTTP-Session: bfa48ea7-169a-43ad-9c88-6115e37d2e7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2036 | 2024.08.06 04:00:47.123474 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2037 | 2024.08.06 04:00:47.123936 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2038 | 2024.08.06 04:00:47.124000 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2039 | 2024.08.06 04:00:47.124428 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2040 | 2024.08.06 04:00:47.124525 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2041 | 2024.08.06 04:00:47.124752 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2042 | 2024.08.06 04:00:47.124935 [ 253 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2043 | 2024.08.06 04:00:47.124972 [ 256 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2044 | 2024.08.06 04:00:47.124969 [ 251 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2045 | 2024.08.06 04:00:47.125162 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2046 | 2024.08.06 04:00:47.125202 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2047 | 2024.08.06 04:00:47.125356 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2048 | 2024.08.06 04:00:47.125386 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2049 | 2024.08.06 04:00:47.125444 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2050 | 2024.08.06 04:00:47.125504 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2051 | 2024.08.06 04:00:47.125559 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2052 | 2024.08.06 04:00:47.127814 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.004491 sec., 6680.02672010688 rows/sec., 242.67 KiB/sec. | ||
2053 | 2024.08.06 04:00:47.128209 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Debug> DynamicQueryHandler: Done processing query | ||
2054 | 2024.08.06 04:00:47.128236 [ 3 ] {c65ea402-cd30-41f1-98c5-baae8e5327d9} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2055 | 2024.08.06 04:00:47.128253 [ 3 ] {} <Debug> HTTP-Session: bfa48ea7-169a-43ad-9c88-6115e37d2e7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2056 | 2024.08.06 04:00:47.128605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2057 | 2024.08.06 04:00:47.128663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2058 | 2024.08.06 04:00:47.128683 [ 3 ] {} <Debug> HTTP-Session: 1342b903-add8-453c-9fdf-c8055dfcab20 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2059 | 2024.08.06 04:00:47.128701 [ 3 ] {} <Debug> HTTP-Session: 1342b903-add8-453c-9fdf-c8055dfcab20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2060 | 2024.08.06 04:00:47.128715 [ 3 ] {} <Debug> HTTP-Session: 1342b903-add8-453c-9fdf-c8055dfcab20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2061 | 2024.08.06 04:00:47.128750 [ 3 ] {} <Trace> HTTP-Session: 1342b903-add8-453c-9fdf-c8055dfcab20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2062 | 2024.08.06 04:00:47.128906 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2063 | 2024.08.06 04:00:47.129198 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2064 | 2024.08.06 04:00:47.129245 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2065 | 2024.08.06 04:00:47.129538 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2066 | 2024.08.06 04:00:47.129604 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2067 | 2024.08.06 04:00:47.129747 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2068 | 2024.08.06 04:00:47.129910 [ 258 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2069 | 2024.08.06 04:00:47.129929 [ 260 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2070 | 2024.08.06 04:00:47.129920 [ 259 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2071 | 2024.08.06 04:00:47.130112 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2072 | 2024.08.06 04:00:47.130144 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2073 | 2024.08.06 04:00:47.130255 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2074 | 2024.08.06 04:00:47.130282 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2075 | 2024.08.06 04:00:47.130324 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2076 | 2024.08.06 04:00:47.130369 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2077 | 2024.08.06 04:00:47.130405 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:errors_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2078 | 2024.08.06 04:00:47.132126 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003295 sec., 9104.704097116843 rows/sec., 330.76 KiB/sec. | ||
2079 | 2024.08.06 04:00:47.132488 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Debug> DynamicQueryHandler: Done processing query | ||
2080 | 2024.08.06 04:00:47.132520 [ 3 ] {fb7ab213-52d4-47fb-b62a-220abc427480} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2081 | 2024.08.06 04:00:47.132544 [ 3 ] {} <Debug> HTTP-Session: 1342b903-add8-453c-9fdf-c8055dfcab20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2082 | 2024.08.06 04:00:47.132873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2083 | 2024.08.06 04:00:47.132926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2084 | 2024.08.06 04:00:47.132953 [ 3 ] {} <Debug> HTTP-Session: a0f2af65-6f17-4af4-bbc4-015ad34acb58 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2085 | 2024.08.06 04:00:47.132973 [ 3 ] {} <Debug> HTTP-Session: a0f2af65-6f17-4af4-bbc4-015ad34acb58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2086 | 2024.08.06 04:00:47.132989 [ 3 ] {} <Debug> HTTP-Session: a0f2af65-6f17-4af4-bbc4-015ad34acb58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2087 | 2024.08.06 04:00:47.133023 [ 3 ] {} <Trace> HTTP-Session: a0f2af65-6f17-4af4-bbc4-015ad34acb58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2088 | 2024.08.06 04:00:47.133177 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2089 | 2024.08.06 04:00:47.133465 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2090 | 2024.08.06 04:00:47.133510 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2091 | 2024.08.06 04:00:47.133806 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2092 | 2024.08.06 04:00:47.133872 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2093 | 2024.08.06 04:00:47.134009 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2094 | 2024.08.06 04:00:47.134153 [ 253 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2095 | 2024.08.06 04:00:47.134172 [ 261 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2096 | 2024.08.06 04:00:47.134197 [ 259 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2097 | 2024.08.06 04:00:47.134342 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2098 | 2024.08.06 04:00:47.134377 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2099 | 2024.08.06 04:00:47.134483 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2100 | 2024.08.06 04:00:47.134505 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2101 | 2024.08.06 04:00:47.134545 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2102 | 2024.08.06 04:00:47.134589 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2103 | 2024.08.06 04:00:47.134629 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2104 | 2024.08.06 04:00:47.136358 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003257 sec., 9210.9303039607 rows/sec., 334.62 KiB/sec. | ||
2105 | 2024.08.06 04:00:47.136720 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Debug> DynamicQueryHandler: Done processing query | ||
2106 | 2024.08.06 04:00:47.136747 [ 3 ] {327c40ff-1cee-4345-a3e6-b36a6a46808c} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2107 | 2024.08.06 04:00:47.136764 [ 3 ] {} <Debug> HTTP-Session: a0f2af65-6f17-4af4-bbc4-015ad34acb58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2108 | 2024.08.06 04:00:47.137100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2109 | 2024.08.06 04:00:47.137148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2110 | 2024.08.06 04:00:47.137168 [ 3 ] {} <Debug> HTTP-Session: f000c120-6d40-4690-b417-e17acf2e74cb Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2111 | 2024.08.06 04:00:47.137184 [ 3 ] {} <Debug> HTTP-Session: f000c120-6d40-4690-b417-e17acf2e74cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2112 | 2024.08.06 04:00:47.137198 [ 3 ] {} <Debug> HTTP-Session: f000c120-6d40-4690-b417-e17acf2e74cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2113 | 2024.08.06 04:00:47.137230 [ 3 ] {} <Trace> HTTP-Session: f000c120-6d40-4690-b417-e17acf2e74cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2114 | 2024.08.06 04:00:47.137378 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2115 | 2024.08.06 04:00:47.137667 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2116 | 2024.08.06 04:00:47.137715 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2117 | 2024.08.06 04:00:47.138011 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2118 | 2024.08.06 04:00:47.138075 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2119 | 2024.08.06 04:00:47.138218 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2120 | 2024.08.06 04:00:47.138368 [ 254 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2121 | 2024.08.06 04:00:47.138368 [ 258 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2122 | 2024.08.06 04:00:47.138389 [ 256 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2123 | 2024.08.06 04:00:47.138528 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2124 | 2024.08.06 04:00:47.138562 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2125 | 2024.08.06 04:00:47.138679 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2126 | 2024.08.06 04:00:47.138701 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2127 | 2024.08.06 04:00:47.138740 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2128 | 2024.08.06 04:00:47.138785 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2129 | 2024.08.06 04:00:47.138824 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2130 | 2024.08.06 04:00:47.140588 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003282 sec., 9140.767824497258 rows/sec., 332.07 KiB/sec. | ||
2131 | 2024.08.06 04:00:47.140946 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Debug> DynamicQueryHandler: Done processing query | ||
2132 | 2024.08.06 04:00:47.140973 [ 3 ] {6eea55e5-d769-452b-8e77-9d8011d109b0} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2133 | 2024.08.06 04:00:47.140991 [ 3 ] {} <Debug> HTTP-Session: f000c120-6d40-4690-b417-e17acf2e74cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2134 | 2024.08.06 04:00:47.141278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2135 | 2024.08.06 04:00:47.141330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2136 | 2024.08.06 04:00:47.141354 [ 3 ] {} <Debug> HTTP-Session: af1b8bb5-3314-4a52-bc5f-f27c37b178ef Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2137 | 2024.08.06 04:00:47.141371 [ 3 ] {} <Debug> HTTP-Session: af1b8bb5-3314-4a52-bc5f-f27c37b178ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2138 | 2024.08.06 04:00:47.141385 [ 3 ] {} <Debug> HTTP-Session: af1b8bb5-3314-4a52-bc5f-f27c37b178ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2139 | 2024.08.06 04:00:47.141418 [ 3 ] {} <Trace> HTTP-Session: af1b8bb5-3314-4a52-bc5f-f27c37b178ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2140 | 2024.08.06 04:00:47.141580 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2141 | 2024.08.06 04:00:47.141875 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2142 | 2024.08.06 04:00:47.141925 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2143 | 2024.08.06 04:00:47.142327 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2144 | 2024.08.06 04:00:47.142410 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2145 | 2024.08.06 04:00:47.142571 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2146 | 2024.08.06 04:00:47.142671 [ 260 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2147 | 2024.08.06 04:00:47.142748 [ 256 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2148 | 2024.08.06 04:00:47.142745 [ 253 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2149 | 2024.08.06 04:00:47.142891 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2150 | 2024.08.06 04:00:47.142933 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2151 | 2024.08.06 04:00:47.143044 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2152 | 2024.08.06 04:00:47.143067 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2153 | 2024.08.06 04:00:47.143108 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2154 | 2024.08.06 04:00:47.143152 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2155 | 2024.08.06 04:00:47.143191 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2156 | 2024.08.06 04:00:47.144832 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003324 sec., 9025.270758122744 rows/sec., 327.87 KiB/sec. | ||
2157 | 2024.08.06 04:00:47.145193 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Debug> DynamicQueryHandler: Done processing query | ||
2158 | 2024.08.06 04:00:47.145219 [ 3 ] {fb64c2c7-b090-473f-8f70-8c6690f4b008} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2159 | 2024.08.06 04:00:47.145237 [ 3 ] {} <Debug> HTTP-Session: af1b8bb5-3314-4a52-bc5f-f27c37b178ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2160 | 2024.08.06 04:00:47.145494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2161 | 2024.08.06 04:00:47.145570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2162 | 2024.08.06 04:00:47.145604 [ 3 ] {} <Debug> HTTP-Session: 1348607d-3cf2-44dc-8892-9d7d2a4800eb Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2163 | 2024.08.06 04:00:47.145630 [ 3 ] {} <Debug> HTTP-Session: 1348607d-3cf2-44dc-8892-9d7d2a4800eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2164 | 2024.08.06 04:00:47.145654 [ 3 ] {} <Debug> HTTP-Session: 1348607d-3cf2-44dc-8892-9d7d2a4800eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2165 | 2024.08.06 04:00:47.145699 [ 3 ] {} <Trace> HTTP-Session: 1348607d-3cf2-44dc-8892-9d7d2a4800eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2166 | 2024.08.06 04:00:47.145880 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2167 | 2024.08.06 04:00:47.146172 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2168 | 2024.08.06 04:00:47.146221 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2169 | 2024.08.06 04:00:47.146538 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2170 | 2024.08.06 04:00:47.146607 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2171 | 2024.08.06 04:00:47.146773 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2172 | 2024.08.06 04:00:47.146895 [ 253 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2173 | 2024.08.06 04:00:47.146920 [ 254 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2174 | 2024.08.06 04:00:47.146948 [ 256 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2175 | 2024.08.06 04:00:47.147066 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2176 | 2024.08.06 04:00:47.147097 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2177 | 2024.08.06 04:00:47.147206 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2178 | 2024.08.06 04:00:47.147229 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2179 | 2024.08.06 04:00:47.147270 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2180 | 2024.08.06 04:00:47.147312 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2181 | 2024.08.06 04:00:47.147350 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', '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', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2182 | 2024.08.06 04:00:47.148967 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003167 sec., 9472.68708556994 rows/sec., 344.12 KiB/sec. | ||
2183 | 2024.08.06 04:00:47.149337 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Debug> DynamicQueryHandler: Done processing query | ||
2184 | 2024.08.06 04:00:47.149370 [ 3 ] {f1b2614e-db1b-4e63-b84d-d8492e868cae} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2185 | 2024.08.06 04:00:47.149398 [ 3 ] {} <Debug> HTTP-Session: 1348607d-3cf2-44dc-8892-9d7d2a4800eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2186 | 2024.08.06 04:00:47.160161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2187 | 2024.08.06 04:00:47.160229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2188 | 2024.08.06 04:00:47.160252 [ 3 ] {} <Debug> HTTP-Session: 0f089f0a-e9aa-4ea9-a421-1f011a2a1f6d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2189 | 2024.08.06 04:00:47.160272 [ 3 ] {} <Debug> HTTP-Session: 0f089f0a-e9aa-4ea9-a421-1f011a2a1f6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2190 | 2024.08.06 04:00:47.160286 [ 3 ] {} <Debug> HTTP-Session: 0f089f0a-e9aa-4ea9-a421-1f011a2a1f6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2191 | 2024.08.06 04:00:47.160328 [ 3 ] {} <Trace> HTTP-Session: 0f089f0a-e9aa-4ea9-a421-1f011a2a1f6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2192 | 2024.08.06 04:00:47.160471 [ 3 ] {7254e02e-8f61-4b22-9f5e-17fca5388ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2193 | 2024.08.06 04:00:47.160526 [ 3 ] {7254e02e-8f61-4b22-9f5e-17fca5388ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2194 | 2024.08.06 04:00:47.160720 [ 3 ] {7254e02e-8f61-4b22-9f5e-17fca5388ed6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2195 | 2024.08.06 04:00:47.161125 [ 3 ] {7254e02e-8f61-4b22-9f5e-17fca5388ed6} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2196 | 2024.08.06 04:00:47.161167 [ 3 ] {7254e02e-8f61-4b22-9f5e-17fca5388ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2197 | 2024.08.06 04:00:47.161920 [ 3 ] {7254e02e-8f61-4b22-9f5e-17fca5388ed6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2198 | 2024.08.06 04:00:47.162599 [ 3 ] {7254e02e-8f61-4b22-9f5e-17fca5388ed6} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2199 | 2024.08.06 04:00:47.162756 [ 3 ] {7254e02e-8f61-4b22-9f5e-17fca5388ed6} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.002332 sec., 2572.898799313894 rows/sec., 417.09 KiB/sec. | ||
2200 | 2024.08.06 04:00:47.162945 [ 3 ] {7254e02e-8f61-4b22-9f5e-17fca5388ed6} <Debug> DynamicQueryHandler: Done processing query | ||
2201 | 2024.08.06 04:00:47.162970 [ 3 ] {7254e02e-8f61-4b22-9f5e-17fca5388ed6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2202 | 2024.08.06 04:00:47.162985 [ 3 ] {} <Debug> HTTP-Session: 0f089f0a-e9aa-4ea9-a421-1f011a2a1f6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2203 | 2024.08.06 04:00:47.163129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2204 | 2024.08.06 04:00:47.163178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2205 | 2024.08.06 04:00:47.163197 [ 3 ] {} <Debug> HTTP-Session: 7f43e135-ee1c-4de3-ad06-7b04e8b4ff06 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2206 | 2024.08.06 04:00:47.163214 [ 3 ] {} <Debug> HTTP-Session: 7f43e135-ee1c-4de3-ad06-7b04e8b4ff06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2207 | 2024.08.06 04:00:47.163229 [ 3 ] {} <Debug> HTTP-Session: 7f43e135-ee1c-4de3-ad06-7b04e8b4ff06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2208 | 2024.08.06 04:00:47.163263 [ 3 ] {} <Trace> HTTP-Session: 7f43e135-ee1c-4de3-ad06-7b04e8b4ff06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2209 | 2024.08.06 04:00:47.163384 [ 3 ] {40180c2b-7ce6-45c0-8605-65dfcc2cab0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2210 | 2024.08.06 04:00:47.163428 [ 3 ] {40180c2b-7ce6-45c0-8605-65dfcc2cab0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2211 | 2024.08.06 04:00:47.163560 [ 3 ] {40180c2b-7ce6-45c0-8605-65dfcc2cab0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2212 | 2024.08.06 04:00:47.163945 [ 3 ] {40180c2b-7ce6-45c0-8605-65dfcc2cab0c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2213 | 2024.08.06 04:00:47.163986 [ 3 ] {40180c2b-7ce6-45c0-8605-65dfcc2cab0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2214 | 2024.08.06 04:00:47.164455 [ 3 ] {40180c2b-7ce6-45c0-8605-65dfcc2cab0c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2215 | 2024.08.06 04:00:47.165089 [ 3 ] {40180c2b-7ce6-45c0-8605-65dfcc2cab0c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2216 | 2024.08.06 04:00:47.165257 [ 3 ] {40180c2b-7ce6-45c0-8605-65dfcc2cab0c} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001918 sec., 47966.631908237745 rows/sec., 3.64 MiB/sec. | ||
2217 | 2024.08.06 04:00:47.165428 [ 3 ] {40180c2b-7ce6-45c0-8605-65dfcc2cab0c} <Debug> DynamicQueryHandler: Done processing query | ||
2218 | 2024.08.06 04:00:47.165457 [ 3 ] {40180c2b-7ce6-45c0-8605-65dfcc2cab0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2219 | 2024.08.06 04:00:47.165473 [ 3 ] {} <Debug> HTTP-Session: 7f43e135-ee1c-4de3-ad06-7b04e8b4ff06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2220 | 2024.08.06 04:00:47.165621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2221 | 2024.08.06 04:00:47.165671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2222 | 2024.08.06 04:00:47.165691 [ 3 ] {} <Debug> HTTP-Session: 6d5bb06c-3db4-438d-8f1b-407c7cf723e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2223 | 2024.08.06 04:00:47.165709 [ 3 ] {} <Debug> HTTP-Session: 6d5bb06c-3db4-438d-8f1b-407c7cf723e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2224 | 2024.08.06 04:00:47.165724 [ 3 ] {} <Debug> HTTP-Session: 6d5bb06c-3db4-438d-8f1b-407c7cf723e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2225 | 2024.08.06 04:00:47.165754 [ 3 ] {} <Trace> HTTP-Session: 6d5bb06c-3db4-438d-8f1b-407c7cf723e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2226 | 2024.08.06 04:00:47.165878 [ 3 ] {ab9daa24-ab66-443e-87c0-c511d966dbc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2227 | 2024.08.06 04:00:47.165919 [ 3 ] {ab9daa24-ab66-443e-87c0-c511d966dbc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2228 | 2024.08.06 04:00:47.166047 [ 3 ] {ab9daa24-ab66-443e-87c0-c511d966dbc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2229 | 2024.08.06 04:00:47.166415 [ 3 ] {ab9daa24-ab66-443e-87c0-c511d966dbc7} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2230 | 2024.08.06 04:00:47.166453 [ 3 ] {ab9daa24-ab66-443e-87c0-c511d966dbc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2231 | 2024.08.06 04:00:47.166938 [ 3 ] {ab9daa24-ab66-443e-87c0-c511d966dbc7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2232 | 2024.08.06 04:00:47.167738 [ 3 ] {ab9daa24-ab66-443e-87c0-c511d966dbc7} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2233 | 2024.08.06 04:00:47.167885 [ 3 ] {ab9daa24-ab66-443e-87c0-c511d966dbc7} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.002048 sec., 42968.75 rows/sec., 3.34 MiB/sec. | ||
2234 | 2024.08.06 04:00:47.168093 [ 3 ] {ab9daa24-ab66-443e-87c0-c511d966dbc7} <Debug> DynamicQueryHandler: Done processing query | ||
2235 | 2024.08.06 04:00:47.168119 [ 3 ] {ab9daa24-ab66-443e-87c0-c511d966dbc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2236 | 2024.08.06 04:00:47.168135 [ 3 ] {} <Debug> HTTP-Session: 6d5bb06c-3db4-438d-8f1b-407c7cf723e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2237 | 2024.08.06 04:00:47.168404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2238 | 2024.08.06 04:00:47.168456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2239 | 2024.08.06 04:00:47.168475 [ 3 ] {} <Debug> HTTP-Session: a9d68b7c-ae6e-45e6-b9f5-bf70fc70c50a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2240 | 2024.08.06 04:00:47.168491 [ 3 ] {} <Debug> HTTP-Session: a9d68b7c-ae6e-45e6-b9f5-bf70fc70c50a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2241 | 2024.08.06 04:00:47.168506 [ 3 ] {} <Debug> HTTP-Session: a9d68b7c-ae6e-45e6-b9f5-bf70fc70c50a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2242 | 2024.08.06 04:00:47.168535 [ 3 ] {} <Trace> HTTP-Session: a9d68b7c-ae6e-45e6-b9f5-bf70fc70c50a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2243 | 2024.08.06 04:00:47.168824 [ 3 ] {3427e09e-8474-4ef2-ba1f-3a049e0675f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2244 | 2024.08.06 04:00:47.168878 [ 3 ] {3427e09e-8474-4ef2-ba1f-3a049e0675f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2245 | 2024.08.06 04:00:47.169046 [ 3 ] {3427e09e-8474-4ef2-ba1f-3a049e0675f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2246 | 2024.08.06 04:00:47.169574 [ 3 ] {3427e09e-8474-4ef2-ba1f-3a049e0675f9} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2247 | 2024.08.06 04:00:47.169610 [ 3 ] {3427e09e-8474-4ef2-ba1f-3a049e0675f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2248 | 2024.08.06 04:00:47.170269 [ 3 ] {3427e09e-8474-4ef2-ba1f-3a049e0675f9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2249 | 2024.08.06 04:00:47.171184 [ 3 ] {3427e09e-8474-4ef2-ba1f-3a049e0675f9} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2250 | 2024.08.06 04:00:47.171318 [ 3 ] {3427e09e-8474-4ef2-ba1f-3a049e0675f9} <Debug> executeQuery: Read 340 rows, 24.42 KiB in 0.002663 sec., 127675.55388659406 rows/sec., 8.95 MiB/sec. | ||
2251 | 2024.08.06 04:00:47.171602 [ 3 ] {3427e09e-8474-4ef2-ba1f-3a049e0675f9} <Debug> DynamicQueryHandler: Done processing query | ||
2252 | 2024.08.06 04:00:47.171629 [ 3 ] {3427e09e-8474-4ef2-ba1f-3a049e0675f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
2253 | 2024.08.06 04:00:47.171646 [ 3 ] {} <Debug> HTTP-Session: a9d68b7c-ae6e-45e6-b9f5-bf70fc70c50a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2254 | 2024.08.06 04:00:47.171843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2255 | 2024.08.06 04:00:47.171899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2256 | 2024.08.06 04:00:47.171923 [ 3 ] {} <Debug> HTTP-Session: 418ab89b-8dfb-4c2a-9754-b52ddc886db6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2257 | 2024.08.06 04:00:47.171944 [ 3 ] {} <Debug> HTTP-Session: 418ab89b-8dfb-4c2a-9754-b52ddc886db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2258 | 2024.08.06 04:00:47.171958 [ 3 ] {} <Debug> HTTP-Session: 418ab89b-8dfb-4c2a-9754-b52ddc886db6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2259 | 2024.08.06 04:00:47.171990 [ 3 ] {} <Trace> HTTP-Session: 418ab89b-8dfb-4c2a-9754-b52ddc886db6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2260 | 2024.08.06 04:00:47.172110 [ 3 ] {428cde12-ef05-4c22-8f8c-a8b105fb2a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2261 | 2024.08.06 04:00:47.172162 [ 3 ] {428cde12-ef05-4c22-8f8c-a8b105fb2a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2262 | 2024.08.06 04:00:47.172315 [ 3 ] {428cde12-ef05-4c22-8f8c-a8b105fb2a18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2263 | 2024.08.06 04:00:47.172629 [ 3 ] {428cde12-ef05-4c22-8f8c-a8b105fb2a18} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2264 | 2024.08.06 04:00:47.172666 [ 3 ] {428cde12-ef05-4c22-8f8c-a8b105fb2a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2265 | 2024.08.06 04:00:47.173168 [ 3 ] {428cde12-ef05-4c22-8f8c-a8b105fb2a18} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2266 | 2024.08.06 04:00:47.173910 [ 3 ] {428cde12-ef05-4c22-8f8c-a8b105fb2a18} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2267 | 2024.08.06 04:00:47.174061 [ 3 ] {428cde12-ef05-4c22-8f8c-a8b105fb2a18} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001986 sec., 30211.480362537764 rows/sec., 2.04 MiB/sec. | ||
2268 | 2024.08.06 04:00:47.174267 [ 3 ] {428cde12-ef05-4c22-8f8c-a8b105fb2a18} <Debug> DynamicQueryHandler: Done processing query | ||
2269 | 2024.08.06 04:00:47.174292 [ 3 ] {428cde12-ef05-4c22-8f8c-a8b105fb2a18} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2270 | 2024.08.06 04:00:47.174307 [ 3 ] {} <Debug> HTTP-Session: 418ab89b-8dfb-4c2a-9754-b52ddc886db6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2271 | 2024.08.06 04:00:51.015309 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2272 | 2024.08.06 04:00:51.015368 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2273 | 2024.08.06 04:00:52.130748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2274 | 2024.08.06 04:00:52.130875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2275 | 2024.08.06 04:00:52.130899 [ 3 ] {} <Debug> HTTP-Session: 03001dfb-de6c-4b05-aef8-216f89b12139 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2276 | 2024.08.06 04:00:52.130923 [ 3 ] {} <Debug> HTTP-Session: 03001dfb-de6c-4b05-aef8-216f89b12139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2277 | 2024.08.06 04:00:52.130938 [ 3 ] {} <Debug> HTTP-Session: 03001dfb-de6c-4b05-aef8-216f89b12139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2278 | 2024.08.06 04:00:52.130986 [ 3 ] {} <Trace> HTTP-Session: 03001dfb-de6c-4b05-aef8-216f89b12139 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2279 | 2024.08.06 04:00:52.131163 [ 3 ] {2ca03380-7dab-4e27-8337-021042028d05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2280 | 2024.08.06 04:00:52.131227 [ 3 ] {2ca03380-7dab-4e27-8337-021042028d05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2281 | 2024.08.06 04:00:52.131418 [ 3 ] {2ca03380-7dab-4e27-8337-021042028d05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2282 | 2024.08.06 04:00:52.131804 [ 3 ] {2ca03380-7dab-4e27-8337-021042028d05} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2283 | 2024.08.06 04:00:52.131845 [ 3 ] {2ca03380-7dab-4e27-8337-021042028d05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2284 | 2024.08.06 04:00:52.132214 [ 3 ] {2ca03380-7dab-4e27-8337-021042028d05} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2285 | 2024.08.06 04:00:52.132560 [ 3 ] {2ca03380-7dab-4e27-8337-021042028d05} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2286 | 2024.08.06 04:00:52.132711 [ 3 ] {2ca03380-7dab-4e27-8337-021042028d05} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.0016 sec., 3750 rows/sec., 212.40 KiB/sec. | ||
2287 | 2024.08.06 04:00:52.132942 [ 3 ] {2ca03380-7dab-4e27-8337-021042028d05} <Debug> DynamicQueryHandler: Done processing query | ||
2288 | 2024.08.06 04:00:52.132971 [ 3 ] {2ca03380-7dab-4e27-8337-021042028d05} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2289 | 2024.08.06 04:00:52.132989 [ 3 ] {} <Debug> HTTP-Session: 03001dfb-de6c-4b05-aef8-216f89b12139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2290 | 2024.08.06 04:00:52.133210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 24330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2291 | 2024.08.06 04:00:52.133259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2292 | 2024.08.06 04:00:52.133278 [ 3 ] {} <Debug> HTTP-Session: 48eb7396-380e-4310-9ded-f769c0937697 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2293 | 2024.08.06 04:00:52.133296 [ 3 ] {} <Debug> HTTP-Session: 48eb7396-380e-4310-9ded-f769c0937697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2294 | 2024.08.06 04:00:52.133311 [ 3 ] {} <Debug> HTTP-Session: 48eb7396-380e-4310-9ded-f769c0937697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2295 | 2024.08.06 04:00:52.133342 [ 3 ] {} <Trace> HTTP-Session: 48eb7396-380e-4310-9ded-f769c0937697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2296 | 2024.08.06 04:00:52.133481 [ 3 ] {c10a14e9-1dd9-496f-b11a-a608d2301360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2297 | 2024.08.06 04:00:52.133524 [ 3 ] {c10a14e9-1dd9-496f-b11a-a608d2301360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2298 | 2024.08.06 04:00:52.133649 [ 3 ] {c10a14e9-1dd9-496f-b11a-a608d2301360} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2299 | 2024.08.06 04:00:52.134070 [ 3 ] {c10a14e9-1dd9-496f-b11a-a608d2301360} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2300 | 2024.08.06 04:00:52.134107 [ 3 ] {c10a14e9-1dd9-496f-b11a-a608d2301360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2301 | 2024.08.06 04:00:52.134462 [ 3 ] {c10a14e9-1dd9-496f-b11a-a608d2301360} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2302 | 2024.08.06 04:00:52.134779 [ 3 ] {c10a14e9-1dd9-496f-b11a-a608d2301360} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2303 | 2024.08.06 04:00:52.134926 [ 3 ] {c10a14e9-1dd9-496f-b11a-a608d2301360} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.0015 sec., 107333.33333333333 rows/sec., 9.46 MiB/sec. | ||
2304 | 2024.08.06 04:00:52.135093 [ 3 ] {c10a14e9-1dd9-496f-b11a-a608d2301360} <Debug> DynamicQueryHandler: Done processing query | ||
2305 | 2024.08.06 04:00:52.135118 [ 3 ] {c10a14e9-1dd9-496f-b11a-a608d2301360} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2306 | 2024.08.06 04:00:52.135134 [ 3 ] {} <Debug> HTTP-Session: 48eb7396-380e-4310-9ded-f769c0937697 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2307 | 2024.08.06 04:00:52.135359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 61567, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2308 | 2024.08.06 04:00:52.135407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2309 | 2024.08.06 04:00:52.135428 [ 3 ] {} <Debug> HTTP-Session: be63132e-6201-40c5-8564-323ba958e2a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2310 | 2024.08.06 04:00:52.135447 [ 3 ] {} <Debug> HTTP-Session: be63132e-6201-40c5-8564-323ba958e2a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2311 | 2024.08.06 04:00:52.135460 [ 3 ] {} <Debug> HTTP-Session: be63132e-6201-40c5-8564-323ba958e2a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2312 | 2024.08.06 04:00:52.135491 [ 3 ] {} <Trace> HTTP-Session: be63132e-6201-40c5-8564-323ba958e2a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2313 | 2024.08.06 04:00:52.135813 [ 3 ] {27af9a7e-d03f-4e80-a921-2ec270667b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2314 | 2024.08.06 04:00:52.135859 [ 3 ] {27af9a7e-d03f-4e80-a921-2ec270667b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2315 | 2024.08.06 04:00:52.135983 [ 3 ] {27af9a7e-d03f-4e80-a921-2ec270667b7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2316 | 2024.08.06 04:00:52.136502 [ 3 ] {27af9a7e-d03f-4e80-a921-2ec270667b7a} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2317 | 2024.08.06 04:00:52.136541 [ 3 ] {27af9a7e-d03f-4e80-a921-2ec270667b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2318 | 2024.08.06 04:00:52.136885 [ 3 ] {27af9a7e-d03f-4e80-a921-2ec270667b7a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2319 | 2024.08.06 04:00:52.137193 [ 3 ] {27af9a7e-d03f-4e80-a921-2ec270667b7a} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2320 | 2024.08.06 04:00:52.137310 [ 3 ] {27af9a7e-d03f-4e80-a921-2ec270667b7a} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.00173 sec., 220809.2485549133 rows/sec., 15.51 MiB/sec. | ||
2321 | 2024.08.06 04:00:52.137593 [ 3 ] {27af9a7e-d03f-4e80-a921-2ec270667b7a} <Debug> DynamicQueryHandler: Done processing query | ||
2322 | 2024.08.06 04:00:52.137618 [ 3 ] {27af9a7e-d03f-4e80-a921-2ec270667b7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
2323 | 2024.08.06 04:00:52.137635 [ 3 ] {} <Debug> HTTP-Session: be63132e-6201-40c5-8564-323ba958e2a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2324 | 2024.08.06 04:00:52.137763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2325 | 2024.08.06 04:00:52.137812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2326 | 2024.08.06 04:00:52.137832 [ 3 ] {} <Debug> HTTP-Session: 9b996672-bc31-4a3a-934e-a9c59c7abfe7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2327 | 2024.08.06 04:00:52.137849 [ 3 ] {} <Debug> HTTP-Session: 9b996672-bc31-4a3a-934e-a9c59c7abfe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2328 | 2024.08.06 04:00:52.137865 [ 3 ] {} <Debug> HTTP-Session: 9b996672-bc31-4a3a-934e-a9c59c7abfe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2329 | 2024.08.06 04:00:52.137896 [ 3 ] {} <Trace> HTTP-Session: 9b996672-bc31-4a3a-934e-a9c59c7abfe7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2330 | 2024.08.06 04:00:52.137994 [ 3 ] {a0ab051a-75c0-4e53-a6d9-5d3b159d6775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2331 | 2024.08.06 04:00:52.138040 [ 3 ] {a0ab051a-75c0-4e53-a6d9-5d3b159d6775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2332 | 2024.08.06 04:00:52.138187 [ 3 ] {a0ab051a-75c0-4e53-a6d9-5d3b159d6775} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2333 | 2024.08.06 04:00:52.138471 [ 3 ] {a0ab051a-75c0-4e53-a6d9-5d3b159d6775} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2334 | 2024.08.06 04:00:52.138505 [ 3 ] {a0ab051a-75c0-4e53-a6d9-5d3b159d6775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2335 | 2024.08.06 04:00:52.138878 [ 3 ] {a0ab051a-75c0-4e53-a6d9-5d3b159d6775} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2336 | 2024.08.06 04:00:52.139225 [ 3 ] {a0ab051a-75c0-4e53-a6d9-5d3b159d6775} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2337 | 2024.08.06 04:00:52.139344 [ 3 ] {a0ab051a-75c0-4e53-a6d9-5d3b159d6775} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001375 sec., 4363.636363636364 rows/sec., 187.50 KiB/sec. | ||
2338 | 2024.08.06 04:00:52.139507 [ 3 ] {a0ab051a-75c0-4e53-a6d9-5d3b159d6775} <Debug> DynamicQueryHandler: Done processing query | ||
2339 | 2024.08.06 04:00:52.139537 [ 3 ] {a0ab051a-75c0-4e53-a6d9-5d3b159d6775} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2340 | 2024.08.06 04:00:52.139556 [ 3 ] {} <Debug> HTTP-Session: 9b996672-bc31-4a3a-934e-a9c59c7abfe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2341 | 2024.08.06 04:00:52.139680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2342 | 2024.08.06 04:00:52.139729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2343 | 2024.08.06 04:00:52.139749 [ 3 ] {} <Debug> HTTP-Session: ba94de52-d976-4dab-bd42-f675817288f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2344 | 2024.08.06 04:00:52.139767 [ 3 ] {} <Debug> HTTP-Session: ba94de52-d976-4dab-bd42-f675817288f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2345 | 2024.08.06 04:00:52.139782 [ 3 ] {} <Debug> HTTP-Session: ba94de52-d976-4dab-bd42-f675817288f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2346 | 2024.08.06 04:00:52.139814 [ 3 ] {} <Trace> HTTP-Session: ba94de52-d976-4dab-bd42-f675817288f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2347 | 2024.08.06 04:00:52.139945 [ 3 ] {b1c8f095-2200-4c2b-8374-f7b005bb717a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2348 | 2024.08.06 04:00:52.139991 [ 3 ] {b1c8f095-2200-4c2b-8374-f7b005bb717a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2349 | 2024.08.06 04:00:52.140129 [ 3 ] {b1c8f095-2200-4c2b-8374-f7b005bb717a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2350 | 2024.08.06 04:00:52.140441 [ 3 ] {b1c8f095-2200-4c2b-8374-f7b005bb717a} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2351 | 2024.08.06 04:00:52.140477 [ 3 ] {b1c8f095-2200-4c2b-8374-f7b005bb717a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2352 | 2024.08.06 04:00:52.140850 [ 3 ] {b1c8f095-2200-4c2b-8374-f7b005bb717a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2353 | 2024.08.06 04:00:52.141189 [ 3 ] {b1c8f095-2200-4c2b-8374-f7b005bb717a} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2354 | 2024.08.06 04:00:52.141316 [ 3 ] {b1c8f095-2200-4c2b-8374-f7b005bb717a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00143 sec., 53846.153846153844 rows/sec., 3.32 MiB/sec. | ||
2355 | 2024.08.06 04:00:52.141464 [ 3 ] {b1c8f095-2200-4c2b-8374-f7b005bb717a} <Debug> DynamicQueryHandler: Done processing query | ||
2356 | 2024.08.06 04:00:52.141490 [ 3 ] {b1c8f095-2200-4c2b-8374-f7b005bb717a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2357 | 2024.08.06 04:00:52.141507 [ 3 ] {} <Debug> HTTP-Session: ba94de52-d976-4dab-bd42-f675817288f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2358 | 2024.08.06 04:00:52.141680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2359 | 2024.08.06 04:00:52.141728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2360 | 2024.08.06 04:00:52.141747 [ 3 ] {} <Debug> HTTP-Session: 7e8d8169-cfaf-4c2f-9fbb-05797be83f3b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2361 | 2024.08.06 04:00:52.141763 [ 3 ] {} <Debug> HTTP-Session: 7e8d8169-cfaf-4c2f-9fbb-05797be83f3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2362 | 2024.08.06 04:00:52.141776 [ 3 ] {} <Debug> HTTP-Session: 7e8d8169-cfaf-4c2f-9fbb-05797be83f3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2363 | 2024.08.06 04:00:52.141806 [ 3 ] {} <Trace> HTTP-Session: 7e8d8169-cfaf-4c2f-9fbb-05797be83f3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2364 | 2024.08.06 04:00:52.141940 [ 3 ] {f9a8c2bb-236a-4bc9-9337-47f38553ce23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2365 | 2024.08.06 04:00:52.141985 [ 3 ] {f9a8c2bb-236a-4bc9-9337-47f38553ce23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2366 | 2024.08.06 04:00:52.142121 [ 3 ] {f9a8c2bb-236a-4bc9-9337-47f38553ce23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2367 | 2024.08.06 04:00:52.142511 [ 3 ] {f9a8c2bb-236a-4bc9-9337-47f38553ce23} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2368 | 2024.08.06 04:00:52.142547 [ 3 ] {f9a8c2bb-236a-4bc9-9337-47f38553ce23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2369 | 2024.08.06 04:00:52.142924 [ 3 ] {f9a8c2bb-236a-4bc9-9337-47f38553ce23} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2370 | 2024.08.06 04:00:52.143251 [ 3 ] {f9a8c2bb-236a-4bc9-9337-47f38553ce23} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2371 | 2024.08.06 04:00:52.143369 [ 3 ] {f9a8c2bb-236a-4bc9-9337-47f38553ce23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001491 sec., 107310.52984574111 rows/sec., 7.47 MiB/sec. | ||
2372 | 2024.08.06 04:00:52.143535 [ 3 ] {f9a8c2bb-236a-4bc9-9337-47f38553ce23} <Debug> DynamicQueryHandler: Done processing query | ||
2373 | 2024.08.06 04:00:52.143559 [ 3 ] {f9a8c2bb-236a-4bc9-9337-47f38553ce23} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2374 | 2024.08.06 04:00:52.143574 [ 3 ] {} <Debug> HTTP-Session: 7e8d8169-cfaf-4c2f-9fbb-05797be83f3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2375 | 2024.08.06 04:00:52.143701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2376 | 2024.08.06 04:00:52.143748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2377 | 2024.08.06 04:00:52.143767 [ 3 ] {} <Debug> HTTP-Session: 2798f4b3-040e-449b-ba58-251c707d1347 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2378 | 2024.08.06 04:00:52.143783 [ 3 ] {} <Debug> HTTP-Session: 2798f4b3-040e-449b-ba58-251c707d1347 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2379 | 2024.08.06 04:00:52.143797 [ 3 ] {} <Debug> HTTP-Session: 2798f4b3-040e-449b-ba58-251c707d1347 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2380 | 2024.08.06 04:00:52.143827 [ 3 ] {} <Trace> HTTP-Session: 2798f4b3-040e-449b-ba58-251c707d1347 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2381 | 2024.08.06 04:00:52.143925 [ 3 ] {1d16f4f1-28c2-4aff-9b1c-269527c80477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2382 | 2024.08.06 04:00:52.143970 [ 3 ] {1d16f4f1-28c2-4aff-9b1c-269527c80477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2383 | 2024.08.06 04:00:52.144096 [ 3 ] {1d16f4f1-28c2-4aff-9b1c-269527c80477} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2384 | 2024.08.06 04:00:52.144430 [ 3 ] {1d16f4f1-28c2-4aff-9b1c-269527c80477} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2385 | 2024.08.06 04:00:52.144465 [ 3 ] {1d16f4f1-28c2-4aff-9b1c-269527c80477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2386 | 2024.08.06 04:00:52.144809 [ 3 ] {1d16f4f1-28c2-4aff-9b1c-269527c80477} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2387 | 2024.08.06 04:00:52.145131 [ 3 ] {1d16f4f1-28c2-4aff-9b1c-269527c80477} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2388 | 2024.08.06 04:00:52.145251 [ 3 ] {1d16f4f1-28c2-4aff-9b1c-269527c80477} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001355 sec., 16974.169741697417 rows/sec., 918.18 KiB/sec. | ||
2389 | 2024.08.06 04:00:52.145411 [ 3 ] {1d16f4f1-28c2-4aff-9b1c-269527c80477} <Debug> DynamicQueryHandler: Done processing query | ||
2390 | 2024.08.06 04:00:52.145435 [ 3 ] {1d16f4f1-28c2-4aff-9b1c-269527c80477} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2391 | 2024.08.06 04:00:52.145450 [ 3 ] {} <Debug> HTTP-Session: 2798f4b3-040e-449b-ba58-251c707d1347 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2392 | 2024.08.06 04:00:52.145563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2393 | 2024.08.06 04:00:52.145611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2394 | 2024.08.06 04:00:52.145631 [ 3 ] {} <Debug> HTTP-Session: 856c0437-4674-4832-8a58-694ac4ac7e7a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2395 | 2024.08.06 04:00:52.145647 [ 3 ] {} <Debug> HTTP-Session: 856c0437-4674-4832-8a58-694ac4ac7e7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2396 | 2024.08.06 04:00:52.145660 [ 3 ] {} <Debug> HTTP-Session: 856c0437-4674-4832-8a58-694ac4ac7e7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2397 | 2024.08.06 04:00:52.145690 [ 3 ] {} <Trace> HTTP-Session: 856c0437-4674-4832-8a58-694ac4ac7e7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2398 | 2024.08.06 04:00:52.145820 [ 3 ] {215bf19f-67d9-4cd9-91eb-1ff118510bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2399 | 2024.08.06 04:00:52.145864 [ 3 ] {215bf19f-67d9-4cd9-91eb-1ff118510bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2400 | 2024.08.06 04:00:52.145989 [ 3 ] {215bf19f-67d9-4cd9-91eb-1ff118510bb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2401 | 2024.08.06 04:00:52.146299 [ 3 ] {215bf19f-67d9-4cd9-91eb-1ff118510bb6} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2402 | 2024.08.06 04:00:52.146334 [ 3 ] {215bf19f-67d9-4cd9-91eb-1ff118510bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2403 | 2024.08.06 04:00:52.146678 [ 3 ] {215bf19f-67d9-4cd9-91eb-1ff118510bb6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2404 | 2024.08.06 04:00:52.146988 [ 3 ] {215bf19f-67d9-4cd9-91eb-1ff118510bb6} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2405 | 2024.08.06 04:00:52.147111 [ 3 ] {215bf19f-67d9-4cd9-91eb-1ff118510bb6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
2406 | 2024.08.06 04:00:52.147267 [ 3 ] {215bf19f-67d9-4cd9-91eb-1ff118510bb6} <Debug> DynamicQueryHandler: Done processing query | ||
2407 | 2024.08.06 04:00:52.147290 [ 3 ] {215bf19f-67d9-4cd9-91eb-1ff118510bb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2408 | 2024.08.06 04:00:52.147306 [ 3 ] {} <Debug> HTTP-Session: 856c0437-4674-4832-8a58-694ac4ac7e7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2409 | 2024.08.06 04:00:57.124993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 7801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2410 | 2024.08.06 04:00:57.125111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2411 | 2024.08.06 04:00:57.125136 [ 3 ] {} <Debug> HTTP-Session: 96b214c4-323a-4c97-be24-b2c1b1ea1ce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2412 | 2024.08.06 04:00:57.125160 [ 3 ] {} <Debug> HTTP-Session: 96b214c4-323a-4c97-be24-b2c1b1ea1ce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2413 | 2024.08.06 04:00:57.125174 [ 3 ] {} <Debug> HTTP-Session: 96b214c4-323a-4c97-be24-b2c1b1ea1ce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2414 | 2024.08.06 04:00:57.125220 [ 3 ] {} <Trace> HTTP-Session: 96b214c4-323a-4c97-be24-b2c1b1ea1ce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2415 | 2024.08.06 04:00:57.125401 [ 3 ] {d5ba6669-b9ef-468f-85de-4910126d0c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2416 | 2024.08.06 04:00:57.125465 [ 3 ] {d5ba6669-b9ef-468f-85de-4910126d0c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2417 | 2024.08.06 04:00:57.125656 [ 3 ] {d5ba6669-b9ef-468f-85de-4910126d0c4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2418 | 2024.08.06 04:00:57.126109 [ 3 ] {d5ba6669-b9ef-468f-85de-4910126d0c4a} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2419 | 2024.08.06 04:00:57.126146 [ 3 ] {d5ba6669-b9ef-468f-85de-4910126d0c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2420 | 2024.08.06 04:00:57.126508 [ 3 ] {d5ba6669-b9ef-468f-85de-4910126d0c4a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2421 | 2024.08.06 04:00:57.126844 [ 3 ] {d5ba6669-b9ef-468f-85de-4910126d0c4a} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2422 | 2024.08.06 04:00:57.126982 [ 3 ] {d5ba6669-b9ef-468f-85de-4910126d0c4a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001646 sec., 34021.87120291616 rows/sec., 2.60 MiB/sec. | ||
2423 | 2024.08.06 04:00:57.127172 [ 3 ] {d5ba6669-b9ef-468f-85de-4910126d0c4a} <Debug> DynamicQueryHandler: Done processing query | ||
2424 | 2024.08.06 04:00:57.127197 [ 3 ] {d5ba6669-b9ef-468f-85de-4910126d0c4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2425 | 2024.08.06 04:00:57.127212 [ 3 ] {} <Debug> HTTP-Session: 96b214c4-323a-4c97-be24-b2c1b1ea1ce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2426 | 2024.08.06 04:00:57.127372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2427 | 2024.08.06 04:00:57.127420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2428 | 2024.08.06 04:00:57.127439 [ 3 ] {} <Debug> HTTP-Session: 7cc1ffb0-bf08-4683-b40b-1be279f3cc2b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2429 | 2024.08.06 04:00:57.127455 [ 3 ] {} <Debug> HTTP-Session: 7cc1ffb0-bf08-4683-b40b-1be279f3cc2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2430 | 2024.08.06 04:00:57.127468 [ 3 ] {} <Debug> HTTP-Session: 7cc1ffb0-bf08-4683-b40b-1be279f3cc2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2431 | 2024.08.06 04:00:57.127498 [ 3 ] {} <Trace> HTTP-Session: 7cc1ffb0-bf08-4683-b40b-1be279f3cc2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2432 | 2024.08.06 04:00:57.127615 [ 3 ] {5fae8bd5-2244-4399-8fb5-84dc4ee08d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2433 | 2024.08.06 04:00:57.127659 [ 3 ] {5fae8bd5-2244-4399-8fb5-84dc4ee08d7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2434 | 2024.08.06 04:00:57.127782 [ 3 ] {5fae8bd5-2244-4399-8fb5-84dc4ee08d7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2435 | 2024.08.06 04:00:57.128151 [ 3 ] {5fae8bd5-2244-4399-8fb5-84dc4ee08d7d} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2436 | 2024.08.06 04:00:57.128187 [ 3 ] {5fae8bd5-2244-4399-8fb5-84dc4ee08d7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2437 | 2024.08.06 04:00:57.128492 [ 3 ] {5fae8bd5-2244-4399-8fb5-84dc4ee08d7d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2438 | 2024.08.06 04:00:57.128883 [ 3 ] {5fae8bd5-2244-4399-8fb5-84dc4ee08d7d} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2439 | 2024.08.06 04:00:57.129022 [ 3 ] {5fae8bd5-2244-4399-8fb5-84dc4ee08d7d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001446 sec., 44260.02766251729 rows/sec., 3.45 MiB/sec. | ||
2440 | 2024.08.06 04:00:57.129311 [ 3 ] {5fae8bd5-2244-4399-8fb5-84dc4ee08d7d} <Debug> DynamicQueryHandler: Done processing query | ||
2441 | 2024.08.06 04:00:57.129335 [ 3 ] {5fae8bd5-2244-4399-8fb5-84dc4ee08d7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2442 | 2024.08.06 04:00:57.129350 [ 3 ] {} <Debug> HTTP-Session: 7cc1ffb0-bf08-4683-b40b-1be279f3cc2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2443 | 2024.08.06 04:00:57.129532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2444 | 2024.08.06 04:00:57.129581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2445 | 2024.08.06 04:00:57.129599 [ 3 ] {} <Debug> HTTP-Session: 025aaa14-9348-4ac3-b28d-5ff669a3544d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2446 | 2024.08.06 04:00:57.129615 [ 3 ] {} <Debug> HTTP-Session: 025aaa14-9348-4ac3-b28d-5ff669a3544d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2447 | 2024.08.06 04:00:57.129628 [ 3 ] {} <Debug> HTTP-Session: 025aaa14-9348-4ac3-b28d-5ff669a3544d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2448 | 2024.08.06 04:00:57.129684 [ 3 ] {} <Trace> HTTP-Session: 025aaa14-9348-4ac3-b28d-5ff669a3544d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2449 | 2024.08.06 04:00:57.129967 [ 3 ] {cc377501-4ac8-4b38-96a1-ffc5ae83702e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2450 | 2024.08.06 04:00:57.130017 [ 3 ] {cc377501-4ac8-4b38-96a1-ffc5ae83702e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2451 | 2024.08.06 04:00:57.130176 [ 3 ] {cc377501-4ac8-4b38-96a1-ffc5ae83702e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2452 | 2024.08.06 04:00:57.130596 [ 3 ] {cc377501-4ac8-4b38-96a1-ffc5ae83702e} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2453 | 2024.08.06 04:00:57.130632 [ 3 ] {cc377501-4ac8-4b38-96a1-ffc5ae83702e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2454 | 2024.08.06 04:00:57.131043 [ 3 ] {cc377501-4ac8-4b38-96a1-ffc5ae83702e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2455 | 2024.08.06 04:00:57.131378 [ 3 ] {cc377501-4ac8-4b38-96a1-ffc5ae83702e} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2456 | 2024.08.06 04:00:57.131499 [ 3 ] {cc377501-4ac8-4b38-96a1-ffc5ae83702e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001707 sec., 93731.69302870533 rows/sec., 6.53 MiB/sec. | ||
2457 | 2024.08.06 04:00:57.131664 [ 3 ] {cc377501-4ac8-4b38-96a1-ffc5ae83702e} <Debug> DynamicQueryHandler: Done processing query | ||
2458 | 2024.08.06 04:00:57.131687 [ 3 ] {cc377501-4ac8-4b38-96a1-ffc5ae83702e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2459 | 2024.08.06 04:00:57.131702 [ 3 ] {} <Debug> HTTP-Session: 025aaa14-9348-4ac3-b28d-5ff669a3544d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2460 | 2024.08.06 04:00:57.131838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2461 | 2024.08.06 04:00:57.131885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2462 | 2024.08.06 04:00:57.131904 [ 3 ] {} <Debug> HTTP-Session: 3932b4f5-9fe7-4e54-92ae-b69346977df4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2463 | 2024.08.06 04:00:57.131921 [ 3 ] {} <Debug> HTTP-Session: 3932b4f5-9fe7-4e54-92ae-b69346977df4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2464 | 2024.08.06 04:00:57.131934 [ 3 ] {} <Debug> HTTP-Session: 3932b4f5-9fe7-4e54-92ae-b69346977df4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2465 | 2024.08.06 04:00:57.131963 [ 3 ] {} <Trace> HTTP-Session: 3932b4f5-9fe7-4e54-92ae-b69346977df4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2466 | 2024.08.06 04:00:57.132088 [ 3 ] {98d01b48-eaf6-47bc-94ec-2bb646c33301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2467 | 2024.08.06 04:00:57.132132 [ 3 ] {98d01b48-eaf6-47bc-94ec-2bb646c33301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2468 | 2024.08.06 04:00:57.132254 [ 3 ] {98d01b48-eaf6-47bc-94ec-2bb646c33301} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2469 | 2024.08.06 04:00:57.132568 [ 3 ] {98d01b48-eaf6-47bc-94ec-2bb646c33301} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2470 | 2024.08.06 04:00:57.132603 [ 3 ] {98d01b48-eaf6-47bc-94ec-2bb646c33301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2471 | 2024.08.06 04:00:57.132958 [ 3 ] {98d01b48-eaf6-47bc-94ec-2bb646c33301} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2472 | 2024.08.06 04:00:57.133284 [ 3 ] {98d01b48-eaf6-47bc-94ec-2bb646c33301} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2473 | 2024.08.06 04:00:57.133410 [ 3 ] {98d01b48-eaf6-47bc-94ec-2bb646c33301} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
2474 | 2024.08.06 04:00:57.133568 [ 3 ] {98d01b48-eaf6-47bc-94ec-2bb646c33301} <Debug> DynamicQueryHandler: Done processing query | ||
2475 | 2024.08.06 04:00:57.133592 [ 3 ] {98d01b48-eaf6-47bc-94ec-2bb646c33301} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2476 | 2024.08.06 04:00:57.133611 [ 3 ] {} <Debug> HTTP-Session: 3932b4f5-9fe7-4e54-92ae-b69346977df4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2477 | 2024.08.06 04:01:02.117359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2478 | 2024.08.06 04:01:02.117509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2479 | 2024.08.06 04:01:02.117542 [ 3 ] {} <Debug> HTTP-Session: 4e55ef18-e3bd-45ff-844e-707de8cdab53 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2480 | 2024.08.06 04:01:02.117574 [ 3 ] {} <Debug> HTTP-Session: 4e55ef18-e3bd-45ff-844e-707de8cdab53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2481 | 2024.08.06 04:01:02.117595 [ 3 ] {} <Debug> HTTP-Session: 4e55ef18-e3bd-45ff-844e-707de8cdab53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2482 | 2024.08.06 04:01:02.117645 [ 3 ] {} <Trace> HTTP-Session: 4e55ef18-e3bd-45ff-844e-707de8cdab53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2483 | 2024.08.06 04:01:02.117894 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2484 | 2024.08.06 04:01:02.118286 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2485 | 2024.08.06 04:01:02.118336 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2486 | 2024.08.06 04:01:02.118686 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2487 | 2024.08.06 04:01:02.118763 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2488 | 2024.08.06 04:01:02.118934 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2489 | 2024.08.06 04:01:02.119167 [ 254 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2490 | 2024.08.06 04:01:02.119189 [ 256 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2491 | 2024.08.06 04:01:02.119171 [ 253 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2492 | 2024.08.06 04:01:02.119165 [ 258 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2493 | 2024.08.06 04:01:02.119384 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2494 | 2024.08.06 04:01:02.119414 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2495 | 2024.08.06 04:01:02.119548 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2496 | 2024.08.06 04:01:02.119574 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2497 | 2024.08.06 04:01:02.119615 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2498 | 2024.08.06 04:01:02.119660 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2499 | 2024.08.06 04:01:02.119697 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2500 | 2024.08.06 04:01:02.119732 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2501 | 2024.08.06 04:01:02.122107 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.004326 sec., 8321.775312066575 rows/sec., 307.46 KiB/sec. | ||
2502 | 2024.08.06 04:01:02.122513 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Debug> DynamicQueryHandler: Done processing query | ||
2503 | 2024.08.06 04:01:02.122540 [ 3 ] {d2e29c3c-a7e6-438f-b247-babc84380302} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2504 | 2024.08.06 04:01:02.122557 [ 3 ] {} <Debug> HTTP-Session: 4e55ef18-e3bd-45ff-844e-707de8cdab53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2505 | 2024.08.06 04:01:02.126384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1314, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2506 | 2024.08.06 04:01:02.126437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2507 | 2024.08.06 04:01:02.126459 [ 3 ] {} <Debug> HTTP-Session: 5f8a38bf-0914-484d-9077-0828d6327e4c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2508 | 2024.08.06 04:01:02.126479 [ 3 ] {} <Debug> HTTP-Session: 5f8a38bf-0914-484d-9077-0828d6327e4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2509 | 2024.08.06 04:01:02.126495 [ 3 ] {} <Debug> HTTP-Session: 5f8a38bf-0914-484d-9077-0828d6327e4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2510 | 2024.08.06 04:01:02.126528 [ 3 ] {} <Trace> HTTP-Session: 5f8a38bf-0914-484d-9077-0828d6327e4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2511 | 2024.08.06 04:01:02.126681 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2512 | 2024.08.06 04:01:02.126974 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2513 | 2024.08.06 04:01:02.127022 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2514 | 2024.08.06 04:01:02.127378 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2515 | 2024.08.06 04:01:02.127448 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2516 | 2024.08.06 04:01:02.127585 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2517 | 2024.08.06 04:01:02.127709 [ 260 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2518 | 2024.08.06 04:01:02.127786 [ 259 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2519 | 2024.08.06 04:01:02.127796 [ 256 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2520 | 2024.08.06 04:01:02.127784 [ 262 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2521 | 2024.08.06 04:01:02.127972 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2522 | 2024.08.06 04:01:02.128003 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2523 | 2024.08.06 04:01:02.128132 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2524 | 2024.08.06 04:01:02.128156 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2525 | 2024.08.06 04:01:02.128195 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2526 | 2024.08.06 04:01:02.128238 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2527 | 2024.08.06 04:01:02.128276 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2528 | 2024.08.06 04:01:02.128320 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2529 | 2024.08.06 04:01:02.130482 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.003871 sec., 9299.92250064583 rows/sec., 343.60 KiB/sec. | ||
2530 | 2024.08.06 04:01:02.130865 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Debug> DynamicQueryHandler: Done processing query | ||
2531 | 2024.08.06 04:01:02.130891 [ 3 ] {a4dfd051-4ef7-45ba-b17d-6d5f21a94629} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2532 | 2024.08.06 04:01:02.130913 [ 3 ] {} <Debug> HTTP-Session: 5f8a38bf-0914-484d-9077-0828d6327e4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2533 | 2024.08.06 04:01:02.131214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2534 | 2024.08.06 04:01:02.131264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2535 | 2024.08.06 04:01:02.131284 [ 3 ] {} <Debug> HTTP-Session: 96406d39-3d86-40aa-b4d2-733897ae0909 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2536 | 2024.08.06 04:01:02.131300 [ 3 ] {} <Debug> HTTP-Session: 96406d39-3d86-40aa-b4d2-733897ae0909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2537 | 2024.08.06 04:01:02.131314 [ 3 ] {} <Debug> HTTP-Session: 96406d39-3d86-40aa-b4d2-733897ae0909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2538 | 2024.08.06 04:01:02.131344 [ 3 ] {} <Trace> HTTP-Session: 96406d39-3d86-40aa-b4d2-733897ae0909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2539 | 2024.08.06 04:01:02.131496 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2540 | 2024.08.06 04:01:02.131788 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2541 | 2024.08.06 04:01:02.131836 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2542 | 2024.08.06 04:01:02.132144 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2543 | 2024.08.06 04:01:02.132210 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2544 | 2024.08.06 04:01:02.132348 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2545 | 2024.08.06 04:01:02.132560 [ 258 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2546 | 2024.08.06 04:01:02.132564 [ 254 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2547 | 2024.08.06 04:01:02.132571 [ 253 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2548 | 2024.08.06 04:01:02.132543 [ 261 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2549 | 2024.08.06 04:01:02.132749 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2550 | 2024.08.06 04:01:02.132778 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2551 | 2024.08.06 04:01:02.132902 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2552 | 2024.08.06 04:01:02.132924 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2553 | 2024.08.06 04:01:02.132966 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2554 | 2024.08.06 04:01:02.133013 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2555 | 2024.08.06 04:01:02.133053 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2556 | 2024.08.06 04:01:02.133089 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2557 | 2024.08.06 04:01:02.135135 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.003713 sec., 9695.663883652032 rows/sec., 358.22 KiB/sec. | ||
2558 | 2024.08.06 04:01:02.135514 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Debug> DynamicQueryHandler: Done processing query | ||
2559 | 2024.08.06 04:01:02.135538 [ 3 ] {0f0cef79-d5f5-4299-a027-24f8fc7b785f} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2560 | 2024.08.06 04:01:02.135555 [ 3 ] {} <Debug> HTTP-Session: 96406d39-3d86-40aa-b4d2-733897ae0909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2561 | 2024.08.06 04:01:02.135801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2562 | 2024.08.06 04:01:02.135851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2563 | 2024.08.06 04:01:02.135870 [ 3 ] {} <Debug> HTTP-Session: 59472bf8-486c-45f1-8e35-d108328a1a37 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2564 | 2024.08.06 04:01:02.135887 [ 3 ] {} <Debug> HTTP-Session: 59472bf8-486c-45f1-8e35-d108328a1a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2565 | 2024.08.06 04:01:02.135900 [ 3 ] {} <Debug> HTTP-Session: 59472bf8-486c-45f1-8e35-d108328a1a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2566 | 2024.08.06 04:01:02.135932 [ 3 ] {} <Trace> HTTP-Session: 59472bf8-486c-45f1-8e35-d108328a1a37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2567 | 2024.08.06 04:01:02.136107 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2568 | 2024.08.06 04:01:02.136500 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2569 | 2024.08.06 04:01:02.136552 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2570 | 2024.08.06 04:01:02.136868 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2571 | 2024.08.06 04:01:02.136934 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2572 | 2024.08.06 04:01:02.137077 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2573 | 2024.08.06 04:01:02.137228 [ 256 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2574 | 2024.08.06 04:01:02.137263 [ 254 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2575 | 2024.08.06 04:01:02.137276 [ 258 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2576 | 2024.08.06 04:01:02.137340 [ 259 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2577 | 2024.08.06 04:01:02.137452 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2578 | 2024.08.06 04:01:02.137481 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2579 | 2024.08.06 04:01:02.137601 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2580 | 2024.08.06 04:01:02.137622 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2581 | 2024.08.06 04:01:02.137662 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2582 | 2024.08.06 04:01:02.137704 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2583 | 2024.08.06 04:01:02.137742 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2584 | 2024.08.06 04:01:02.137778 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2585 | 2024.08.06 04:01:02.139876 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Debug> executeQuery: Read 36 rows, 1.33 KiB in 0.003869 sec., 9304.729904368054 rows/sec., 343.78 KiB/sec. | ||
2586 | 2024.08.06 04:01:02.140258 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Debug> DynamicQueryHandler: Done processing query | ||
2587 | 2024.08.06 04:01:02.140283 [ 3 ] {177d941a-a2b1-4045-824e-18afe60c6eea} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2588 | 2024.08.06 04:01:02.140299 [ 3 ] {} <Debug> HTTP-Session: 59472bf8-486c-45f1-8e35-d108328a1a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2589 | 2024.08.06 04:01:02.154260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2590 | 2024.08.06 04:01:02.154316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2591 | 2024.08.06 04:01:02.154336 [ 3 ] {} <Debug> HTTP-Session: 2a40522d-d91e-4923-bd9a-8f5d46b5af34 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2592 | 2024.08.06 04:01:02.154353 [ 3 ] {} <Debug> HTTP-Session: 2a40522d-d91e-4923-bd9a-8f5d46b5af34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2593 | 2024.08.06 04:01:02.154367 [ 3 ] {} <Debug> HTTP-Session: 2a40522d-d91e-4923-bd9a-8f5d46b5af34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2594 | 2024.08.06 04:01:02.154400 [ 3 ] {} <Trace> HTTP-Session: 2a40522d-d91e-4923-bd9a-8f5d46b5af34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2595 | 2024.08.06 04:01:02.154515 [ 3 ] {f5e63757-4aa0-42a8-9419-dad0e5b3fa45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2596 | 2024.08.06 04:01:02.154562 [ 3 ] {f5e63757-4aa0-42a8-9419-dad0e5b3fa45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2597 | 2024.08.06 04:01:02.154730 [ 3 ] {f5e63757-4aa0-42a8-9419-dad0e5b3fa45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2598 | 2024.08.06 04:01:02.155091 [ 3 ] {f5e63757-4aa0-42a8-9419-dad0e5b3fa45} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2599 | 2024.08.06 04:01:02.155131 [ 3 ] {f5e63757-4aa0-42a8-9419-dad0e5b3fa45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2600 | 2024.08.06 04:01:02.155616 [ 3 ] {f5e63757-4aa0-42a8-9419-dad0e5b3fa45} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2601 | 2024.08.06 04:01:02.155942 [ 3 ] {f5e63757-4aa0-42a8-9419-dad0e5b3fa45} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2602 | 2024.08.06 04:01:02.156101 [ 3 ] {f5e63757-4aa0-42a8-9419-dad0e5b3fa45} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001618 sec., 2472.187886279357 rows/sec., 267.38 KiB/sec. | ||
2603 | 2024.08.06 04:01:02.156318 [ 3 ] {f5e63757-4aa0-42a8-9419-dad0e5b3fa45} <Debug> DynamicQueryHandler: Done processing query | ||
2604 | 2024.08.06 04:01:02.156342 [ 3 ] {f5e63757-4aa0-42a8-9419-dad0e5b3fa45} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2605 | 2024.08.06 04:01:02.156358 [ 3 ] {} <Debug> HTTP-Session: 2a40522d-d91e-4923-bd9a-8f5d46b5af34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2606 | 2024.08.06 04:01:02.156473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2607 | 2024.08.06 04:01:02.156522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2608 | 2024.08.06 04:01:02.156542 [ 3 ] {} <Debug> HTTP-Session: cef89bdc-c44f-43c0-961e-ba627d76e960 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2609 | 2024.08.06 04:01:02.156559 [ 3 ] {} <Debug> HTTP-Session: cef89bdc-c44f-43c0-961e-ba627d76e960 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2610 | 2024.08.06 04:01:02.156573 [ 3 ] {} <Debug> HTTP-Session: cef89bdc-c44f-43c0-961e-ba627d76e960 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2611 | 2024.08.06 04:01:02.156602 [ 3 ] {} <Trace> HTTP-Session: cef89bdc-c44f-43c0-961e-ba627d76e960 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2612 | 2024.08.06 04:01:02.156704 [ 3 ] {baf0bc5b-618c-426a-9ac2-816837ac8743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2613 | 2024.08.06 04:01:02.156749 [ 3 ] {baf0bc5b-618c-426a-9ac2-816837ac8743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2614 | 2024.08.06 04:01:02.156874 [ 3 ] {baf0bc5b-618c-426a-9ac2-816837ac8743} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2615 | 2024.08.06 04:01:02.157193 [ 3 ] {baf0bc5b-618c-426a-9ac2-816837ac8743} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2616 | 2024.08.06 04:01:02.157230 [ 3 ] {baf0bc5b-618c-426a-9ac2-816837ac8743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2617 | 2024.08.06 04:01:02.157530 [ 3 ] {baf0bc5b-618c-426a-9ac2-816837ac8743} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2618 | 2024.08.06 04:01:02.157843 [ 3 ] {baf0bc5b-618c-426a-9ac2-816837ac8743} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2619 | 2024.08.06 04:01:02.157991 [ 3 ] {baf0bc5b-618c-426a-9ac2-816837ac8743} <Debug> executeQuery: Read 27 rows, 2.04 KiB in 0.001311 sec., 20594.965675057207 rows/sec., 1.52 MiB/sec. | ||
2620 | 2024.08.06 04:01:02.158260 [ 3 ] {baf0bc5b-618c-426a-9ac2-816837ac8743} <Debug> DynamicQueryHandler: Done processing query | ||
2621 | 2024.08.06 04:01:02.158285 [ 3 ] {baf0bc5b-618c-426a-9ac2-816837ac8743} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2622 | 2024.08.06 04:01:02.158302 [ 3 ] {} <Debug> HTTP-Session: cef89bdc-c44f-43c0-961e-ba627d76e960 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2623 | 2024.08.06 04:01:02.158528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 33824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2624 | 2024.08.06 04:01:02.158579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2625 | 2024.08.06 04:01:02.158597 [ 3 ] {} <Debug> HTTP-Session: be337281-0db9-4889-9b49-99657c53cd71 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2626 | 2024.08.06 04:01:02.158616 [ 3 ] {} <Debug> HTTP-Session: be337281-0db9-4889-9b49-99657c53cd71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2627 | 2024.08.06 04:01:02.158630 [ 3 ] {} <Debug> HTTP-Session: be337281-0db9-4889-9b49-99657c53cd71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2628 | 2024.08.06 04:01:02.158660 [ 3 ] {} <Trace> HTTP-Session: be337281-0db9-4889-9b49-99657c53cd71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2629 | 2024.08.06 04:01:02.158918 [ 3 ] {8b7a9a2a-a333-4aa0-8709-6774b9699604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2630 | 2024.08.06 04:01:02.158964 [ 3 ] {8b7a9a2a-a333-4aa0-8709-6774b9699604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2631 | 2024.08.06 04:01:02.159106 [ 3 ] {8b7a9a2a-a333-4aa0-8709-6774b9699604} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2632 | 2024.08.06 04:01:02.159544 [ 3 ] {8b7a9a2a-a333-4aa0-8709-6774b9699604} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2633 | 2024.08.06 04:01:02.159582 [ 3 ] {8b7a9a2a-a333-4aa0-8709-6774b9699604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2634 | 2024.08.06 04:01:02.159911 [ 3 ] {8b7a9a2a-a333-4aa0-8709-6774b9699604} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2635 | 2024.08.06 04:01:02.160227 [ 3 ] {8b7a9a2a-a333-4aa0-8709-6774b9699604} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2636 | 2024.08.06 04:01:02.160383 [ 3 ] {8b7a9a2a-a333-4aa0-8709-6774b9699604} <Debug> executeQuery: Read 224 rows, 20.20 KiB in 0.001637 sec., 136835.67501527185 rows/sec., 12.05 MiB/sec. | ||
2637 | 2024.08.06 04:01:02.160552 [ 3 ] {8b7a9a2a-a333-4aa0-8709-6774b9699604} <Debug> DynamicQueryHandler: Done processing query | ||
2638 | 2024.08.06 04:01:02.160577 [ 3 ] {8b7a9a2a-a333-4aa0-8709-6774b9699604} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
2639 | 2024.08.06 04:01:02.160595 [ 3 ] {} <Debug> HTTP-Session: be337281-0db9-4889-9b49-99657c53cd71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2640 | 2024.08.06 04:01:02.160977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 66326, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2641 | 2024.08.06 04:01:02.161027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2642 | 2024.08.06 04:01:02.161047 [ 3 ] {} <Debug> HTTP-Session: 9853c48f-2566-4b22-97a1-52f97a3506fb Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2643 | 2024.08.06 04:01:02.161063 [ 3 ] {} <Debug> HTTP-Session: 9853c48f-2566-4b22-97a1-52f97a3506fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2644 | 2024.08.06 04:01:02.161077 [ 3 ] {} <Debug> HTTP-Session: 9853c48f-2566-4b22-97a1-52f97a3506fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2645 | 2024.08.06 04:01:02.161108 [ 3 ] {} <Trace> HTTP-Session: 9853c48f-2566-4b22-97a1-52f97a3506fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2646 | 2024.08.06 04:01:02.161492 [ 3 ] {1edc8623-53a7-4a74-86e0-a8f759370cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2647 | 2024.08.06 04:01:02.161537 [ 3 ] {1edc8623-53a7-4a74-86e0-a8f759370cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2648 | 2024.08.06 04:01:02.161664 [ 3 ] {1edc8623-53a7-4a74-86e0-a8f759370cf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2649 | 2024.08.06 04:01:02.162202 [ 3 ] {1edc8623-53a7-4a74-86e0-a8f759370cf9} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2650 | 2024.08.06 04:01:02.162239 [ 3 ] {1edc8623-53a7-4a74-86e0-a8f759370cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2651 | 2024.08.06 04:01:02.162560 [ 3 ] {1edc8623-53a7-4a74-86e0-a8f759370cf9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2652 | 2024.08.06 04:01:02.162859 [ 3 ] {1edc8623-53a7-4a74-86e0-a8f759370cf9} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2653 | 2024.08.06 04:01:02.163009 [ 3 ] {1edc8623-53a7-4a74-86e0-a8f759370cf9} <Debug> executeQuery: Read 410 rows, 29.73 KiB in 0.00179 sec., 229050.27932960895 rows/sec., 16.22 MiB/sec. | ||
2654 | 2024.08.06 04:01:02.163225 [ 3 ] {1edc8623-53a7-4a74-86e0-a8f759370cf9} <Debug> DynamicQueryHandler: Done processing query | ||
2655 | 2024.08.06 04:01:02.163249 [ 3 ] {1edc8623-53a7-4a74-86e0-a8f759370cf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
2656 | 2024.08.06 04:01:02.163265 [ 3 ] {} <Debug> HTTP-Session: 9853c48f-2566-4b22-97a1-52f97a3506fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2657 | 2024.08.06 04:01:02.163398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2658 | 2024.08.06 04:01:02.163447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2659 | 2024.08.06 04:01:02.163465 [ 3 ] {} <Debug> HTTP-Session: 65ecc42a-c351-487b-8e7e-444c25174ca9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2660 | 2024.08.06 04:01:02.163482 [ 3 ] {} <Debug> HTTP-Session: 65ecc42a-c351-487b-8e7e-444c25174ca9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2661 | 2024.08.06 04:01:02.163496 [ 3 ] {} <Debug> HTTP-Session: 65ecc42a-c351-487b-8e7e-444c25174ca9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2662 | 2024.08.06 04:01:02.163527 [ 3 ] {} <Trace> HTTP-Session: 65ecc42a-c351-487b-8e7e-444c25174ca9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2663 | 2024.08.06 04:01:02.163622 [ 3 ] {76b4573f-8f2a-492d-8788-8f202ce7e571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2664 | 2024.08.06 04:01:02.163668 [ 3 ] {76b4573f-8f2a-492d-8788-8f202ce7e571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2665 | 2024.08.06 04:01:02.163794 [ 3 ] {76b4573f-8f2a-492d-8788-8f202ce7e571} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2666 | 2024.08.06 04:01:02.164055 [ 3 ] {76b4573f-8f2a-492d-8788-8f202ce7e571} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2667 | 2024.08.06 04:01:02.164091 [ 3 ] {76b4573f-8f2a-492d-8788-8f202ce7e571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2668 | 2024.08.06 04:01:02.164437 [ 3 ] {76b4573f-8f2a-492d-8788-8f202ce7e571} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2669 | 2024.08.06 04:01:02.164754 [ 3 ] {76b4573f-8f2a-492d-8788-8f202ce7e571} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2670 | 2024.08.06 04:01:02.164905 [ 3 ] {76b4573f-8f2a-492d-8788-8f202ce7e571} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001306 sec., 4594.180704441041 rows/sec., 197.41 KiB/sec. | ||
2671 | 2024.08.06 04:01:02.165071 [ 3 ] {76b4573f-8f2a-492d-8788-8f202ce7e571} <Debug> DynamicQueryHandler: Done processing query | ||
2672 | 2024.08.06 04:01:02.165095 [ 3 ] {76b4573f-8f2a-492d-8788-8f202ce7e571} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2673 | 2024.08.06 04:01:02.165112 [ 3 ] {} <Debug> HTTP-Session: 65ecc42a-c351-487b-8e7e-444c25174ca9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2674 | 2024.08.06 04:01:02.165245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2675 | 2024.08.06 04:01:02.165293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2676 | 2024.08.06 04:01:02.165312 [ 3 ] {} <Debug> HTTP-Session: bcd81d4f-d3ed-4f8a-931f-b11a8a344491 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2677 | 2024.08.06 04:01:02.165328 [ 3 ] {} <Debug> HTTP-Session: bcd81d4f-d3ed-4f8a-931f-b11a8a344491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2678 | 2024.08.06 04:01:02.165341 [ 3 ] {} <Debug> HTTP-Session: bcd81d4f-d3ed-4f8a-931f-b11a8a344491 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2679 | 2024.08.06 04:01:02.165372 [ 3 ] {} <Trace> HTTP-Session: bcd81d4f-d3ed-4f8a-931f-b11a8a344491 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2680 | 2024.08.06 04:01:02.165494 [ 3 ] {68128428-a983-47b4-9045-4ddbf5a8a892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2681 | 2024.08.06 04:01:02.165542 [ 3 ] {68128428-a983-47b4-9045-4ddbf5a8a892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2682 | 2024.08.06 04:01:02.165682 [ 3 ] {68128428-a983-47b4-9045-4ddbf5a8a892} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2683 | 2024.08.06 04:01:02.166008 [ 3 ] {68128428-a983-47b4-9045-4ddbf5a8a892} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2684 | 2024.08.06 04:01:02.166044 [ 3 ] {68128428-a983-47b4-9045-4ddbf5a8a892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2685 | 2024.08.06 04:01:02.166395 [ 3 ] {68128428-a983-47b4-9045-4ddbf5a8a892} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2686 | 2024.08.06 04:01:02.166730 [ 3 ] {68128428-a983-47b4-9045-4ddbf5a8a892} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2687 | 2024.08.06 04:01:02.166885 [ 3 ] {68128428-a983-47b4-9045-4ddbf5a8a892} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001434 sec., 53695.95536959554 rows/sec., 3.31 MiB/sec. | ||
2688 | 2024.08.06 04:01:02.167054 [ 3 ] {68128428-a983-47b4-9045-4ddbf5a8a892} <Debug> DynamicQueryHandler: Done processing query | ||
2689 | 2024.08.06 04:01:02.167079 [ 3 ] {68128428-a983-47b4-9045-4ddbf5a8a892} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2690 | 2024.08.06 04:01:02.167095 [ 3 ] {} <Debug> HTTP-Session: bcd81d4f-d3ed-4f8a-931f-b11a8a344491 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2691 | 2024.08.06 04:01:02.167270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2692 | 2024.08.06 04:01:02.167320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2693 | 2024.08.06 04:01:02.167339 [ 3 ] {} <Debug> HTTP-Session: d6e8d98f-9d7f-4027-acac-2d11c2df2149 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2694 | 2024.08.06 04:01:02.167355 [ 3 ] {} <Debug> HTTP-Session: d6e8d98f-9d7f-4027-acac-2d11c2df2149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2695 | 2024.08.06 04:01:02.167370 [ 3 ] {} <Debug> HTTP-Session: d6e8d98f-9d7f-4027-acac-2d11c2df2149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2696 | 2024.08.06 04:01:02.167401 [ 3 ] {} <Trace> HTTP-Session: d6e8d98f-9d7f-4027-acac-2d11c2df2149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2697 | 2024.08.06 04:01:02.167582 [ 3 ] {d8b68dfc-1f0b-4786-b142-ded3e64827c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2698 | 2024.08.06 04:01:02.167629 [ 3 ] {d8b68dfc-1f0b-4786-b142-ded3e64827c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2699 | 2024.08.06 04:01:02.167769 [ 3 ] {d8b68dfc-1f0b-4786-b142-ded3e64827c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2700 | 2024.08.06 04:01:02.168168 [ 3 ] {d8b68dfc-1f0b-4786-b142-ded3e64827c5} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2701 | 2024.08.06 04:01:02.168205 [ 3 ] {d8b68dfc-1f0b-4786-b142-ded3e64827c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2702 | 2024.08.06 04:01:02.168575 [ 3 ] {d8b68dfc-1f0b-4786-b142-ded3e64827c5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2703 | 2024.08.06 04:01:02.168907 [ 3 ] {d8b68dfc-1f0b-4786-b142-ded3e64827c5} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2704 | 2024.08.06 04:01:02.169068 [ 3 ] {d8b68dfc-1f0b-4786-b142-ded3e64827c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
2705 | 2024.08.06 04:01:02.169239 [ 3 ] {d8b68dfc-1f0b-4786-b142-ded3e64827c5} <Debug> DynamicQueryHandler: Done processing query | ||
2706 | 2024.08.06 04:01:02.169266 [ 3 ] {d8b68dfc-1f0b-4786-b142-ded3e64827c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2707 | 2024.08.06 04:01:02.169281 [ 3 ] {} <Debug> HTTP-Session: d6e8d98f-9d7f-4027-acac-2d11c2df2149 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2708 | 2024.08.06 04:01:02.169459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 33605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2709 | 2024.08.06 04:01:02.169512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2710 | 2024.08.06 04:01:02.169532 [ 3 ] {} <Debug> HTTP-Session: 4cfd07b2-c86e-4828-bddd-1313db6fb3de Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2711 | 2024.08.06 04:01:02.169550 [ 3 ] {} <Debug> HTTP-Session: 4cfd07b2-c86e-4828-bddd-1313db6fb3de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2712 | 2024.08.06 04:01:02.169564 [ 3 ] {} <Debug> HTTP-Session: 4cfd07b2-c86e-4828-bddd-1313db6fb3de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2713 | 2024.08.06 04:01:02.169595 [ 3 ] {} <Trace> HTTP-Session: 4cfd07b2-c86e-4828-bddd-1313db6fb3de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2714 | 2024.08.06 04:01:02.169884 [ 3 ] {d41b7cd9-a681-4fc4-936f-a80782cb9cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2715 | 2024.08.06 04:01:02.169948 [ 3 ] {d41b7cd9-a681-4fc4-936f-a80782cb9cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2716 | 2024.08.06 04:01:02.170357 [ 3 ] {d41b7cd9-a681-4fc4-936f-a80782cb9cc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2717 | 2024.08.06 04:01:02.171095 [ 3 ] {d41b7cd9-a681-4fc4-936f-a80782cb9cc4} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2718 | 2024.08.06 04:01:02.171132 [ 3 ] {d41b7cd9-a681-4fc4-936f-a80782cb9cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2719 | 2024.08.06 04:01:02.176897 [ 3 ] {d41b7cd9-a681-4fc4-936f-a80782cb9cc4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2720 | 2024.08.06 04:01:02.177351 [ 3 ] {d41b7cd9-a681-4fc4-936f-a80782cb9cc4} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2721 | 2024.08.06 04:01:02.177530 [ 3 ] {d41b7cd9-a681-4fc4-936f-a80782cb9cc4} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.007857 sec., 2672.7758686521574 rows/sec., 4.79 MiB/sec. | ||
2722 | 2024.08.06 04:01:02.177753 [ 3 ] {d41b7cd9-a681-4fc4-936f-a80782cb9cc4} <Debug> DynamicQueryHandler: Done processing query | ||
2723 | 2024.08.06 04:01:02.177778 [ 3 ] {d41b7cd9-a681-4fc4-936f-a80782cb9cc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2724 | 2024.08.06 04:01:02.177793 [ 3 ] {} <Debug> HTTP-Session: 4cfd07b2-c86e-4828-bddd-1313db6fb3de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2725 | 2024.08.06 04:01:02.177924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 5130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2726 | 2024.08.06 04:01:02.177973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2727 | 2024.08.06 04:01:02.177991 [ 3 ] {} <Debug> HTTP-Session: 8ad6a116-4bc5-45af-9b08-f67f3549c166 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2728 | 2024.08.06 04:01:02.178007 [ 3 ] {} <Debug> HTTP-Session: 8ad6a116-4bc5-45af-9b08-f67f3549c166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2729 | 2024.08.06 04:01:02.178021 [ 3 ] {} <Debug> HTTP-Session: 8ad6a116-4bc5-45af-9b08-f67f3549c166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2730 | 2024.08.06 04:01:02.178051 [ 3 ] {} <Trace> HTTP-Session: 8ad6a116-4bc5-45af-9b08-f67f3549c166 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2731 | 2024.08.06 04:01:02.178162 [ 3 ] {e1eddf15-d1cf-4327-8ca4-c111d5580c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2732 | 2024.08.06 04:01:02.178206 [ 3 ] {e1eddf15-d1cf-4327-8ca4-c111d5580c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2733 | 2024.08.06 04:01:02.178333 [ 3 ] {e1eddf15-d1cf-4327-8ca4-c111d5580c85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2734 | 2024.08.06 04:01:02.178654 [ 3 ] {e1eddf15-d1cf-4327-8ca4-c111d5580c85} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2735 | 2024.08.06 04:01:02.178703 [ 3 ] {e1eddf15-d1cf-4327-8ca4-c111d5580c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2736 | 2024.08.06 04:01:02.179070 [ 3 ] {e1eddf15-d1cf-4327-8ca4-c111d5580c85} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2737 | 2024.08.06 04:01:02.179390 [ 3 ] {e1eddf15-d1cf-4327-8ca4-c111d5580c85} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2738 | 2024.08.06 04:01:02.179549 [ 3 ] {e1eddf15-d1cf-4327-8ca4-c111d5580c85} <Debug> executeQuery: Read 35 rows, 2.15 KiB in 0.00141 sec., 24822.695035460994 rows/sec., 1.49 MiB/sec. | ||
2739 | 2024.08.06 04:01:02.179806 [ 3 ] {e1eddf15-d1cf-4327-8ca4-c111d5580c85} <Debug> DynamicQueryHandler: Done processing query | ||
2740 | 2024.08.06 04:01:02.179832 [ 3 ] {e1eddf15-d1cf-4327-8ca4-c111d5580c85} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2741 | 2024.08.06 04:01:02.179847 [ 3 ] {} <Debug> HTTP-Session: 8ad6a116-4bc5-45af-9b08-f67f3549c166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2742 | 2024.08.06 04:01:02.179984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2743 | 2024.08.06 04:01:02.180034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2744 | 2024.08.06 04:01:02.180052 [ 3 ] {} <Debug> HTTP-Session: 037eabc3-c85e-418d-b081-9c8886294da1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2745 | 2024.08.06 04:01:02.180069 [ 3 ] {} <Debug> HTTP-Session: 037eabc3-c85e-418d-b081-9c8886294da1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2746 | 2024.08.06 04:01:02.180083 [ 3 ] {} <Debug> HTTP-Session: 037eabc3-c85e-418d-b081-9c8886294da1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2747 | 2024.08.06 04:01:02.180113 [ 3 ] {} <Trace> HTTP-Session: 037eabc3-c85e-418d-b081-9c8886294da1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2748 | 2024.08.06 04:01:02.180231 [ 3 ] {6fdd155e-a5ba-48be-99ce-08b6ee882002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2749 | 2024.08.06 04:01:02.180277 [ 3 ] {6fdd155e-a5ba-48be-99ce-08b6ee882002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2750 | 2024.08.06 04:01:02.180421 [ 3 ] {6fdd155e-a5ba-48be-99ce-08b6ee882002} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2751 | 2024.08.06 04:01:02.180738 [ 3 ] {6fdd155e-a5ba-48be-99ce-08b6ee882002} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2752 | 2024.08.06 04:01:02.180774 [ 3 ] {6fdd155e-a5ba-48be-99ce-08b6ee882002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2753 | 2024.08.06 04:01:02.181129 [ 3 ] {6fdd155e-a5ba-48be-99ce-08b6ee882002} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2754 | 2024.08.06 04:01:02.181443 [ 3 ] {6fdd155e-a5ba-48be-99ce-08b6ee882002} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2755 | 2024.08.06 04:01:02.181602 [ 3 ] {6fdd155e-a5ba-48be-99ce-08b6ee882002} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
2756 | 2024.08.06 04:01:02.181799 [ 3 ] {6fdd155e-a5ba-48be-99ce-08b6ee882002} <Debug> DynamicQueryHandler: Done processing query | ||
2757 | 2024.08.06 04:01:02.181823 [ 3 ] {6fdd155e-a5ba-48be-99ce-08b6ee882002} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2758 | 2024.08.06 04:01:02.181838 [ 3 ] {} <Debug> HTTP-Session: 037eabc3-c85e-418d-b081-9c8886294da1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2759 | 2024.08.06 04:01:06.015412 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2760 | 2024.08.06 04:01:06.015473 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2761 | 2024.08.06 04:01:07.125676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 7801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2762 | 2024.08.06 04:01:07.125801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2763 | 2024.08.06 04:01:07.125827 [ 3 ] {} <Debug> HTTP-Session: dc66c932-9082-4dcb-a4c8-77f935ae44c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2764 | 2024.08.06 04:01:07.125851 [ 3 ] {} <Debug> HTTP-Session: dc66c932-9082-4dcb-a4c8-77f935ae44c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2765 | 2024.08.06 04:01:07.125865 [ 3 ] {} <Debug> HTTP-Session: dc66c932-9082-4dcb-a4c8-77f935ae44c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2766 | 2024.08.06 04:01:07.125913 [ 3 ] {} <Trace> HTTP-Session: dc66c932-9082-4dcb-a4c8-77f935ae44c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2767 | 2024.08.06 04:01:07.126106 [ 3 ] {41565b6d-b2e3-4208-9ea7-10fe79f392e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2768 | 2024.08.06 04:01:07.126173 [ 3 ] {41565b6d-b2e3-4208-9ea7-10fe79f392e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2769 | 2024.08.06 04:01:07.126358 [ 3 ] {41565b6d-b2e3-4208-9ea7-10fe79f392e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2770 | 2024.08.06 04:01:07.126827 [ 3 ] {41565b6d-b2e3-4208-9ea7-10fe79f392e7} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2771 | 2024.08.06 04:01:07.126873 [ 3 ] {41565b6d-b2e3-4208-9ea7-10fe79f392e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2772 | 2024.08.06 04:01:07.127255 [ 3 ] {41565b6d-b2e3-4208-9ea7-10fe79f392e7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2773 | 2024.08.06 04:01:07.127593 [ 3 ] {41565b6d-b2e3-4208-9ea7-10fe79f392e7} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2774 | 2024.08.06 04:01:07.127736 [ 3 ] {41565b6d-b2e3-4208-9ea7-10fe79f392e7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001695 sec., 33038.348082595876 rows/sec., 2.52 MiB/sec. | ||
2775 | 2024.08.06 04:01:07.127738 [ 60 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2776 | 2024.08.06 04:01:07.127795 [ 60 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2777 | 2024.08.06 04:01:07.127825 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2778 | 2024.08.06 04:01:07.128054 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::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 | ||
2779 | 2024.08.06 04:01:07.128057 [ 3 ] {41565b6d-b2e3-4208-9ea7-10fe79f392e7} <Debug> DynamicQueryHandler: Done processing query | ||
2780 | 2024.08.06 04:01:07.128156 [ 3 ] {41565b6d-b2e3-4208-9ea7-10fe79f392e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2781 | 2024.08.06 04:01:07.128213 [ 3 ] {} <Debug> HTTP-Session: dc66c932-9082-4dcb-a4c8-77f935ae44c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2782 | 2024.08.06 04:01:07.128316 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2783 | 2024.08.06 04:01:07.128354 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 161 rows starting from the beginning of the part | ||
2784 | 2024.08.06 04:01:07.128520 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 92 rows starting from the beginning of the part | ||
2785 | 2024.08.06 04:01:07.128534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2786 | 2024.08.06 04:01:07.128709 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 161 rows starting from the beginning of the part | ||
2787 | 2024.08.06 04:01:07.128739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2788 | 2024.08.06 04:01:07.128830 [ 3 ] {} <Debug> HTTP-Session: 77cdf43f-a595-432c-ab6e-ef5f2580d71d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2789 | 2024.08.06 04:01:07.128960 [ 3 ] {} <Debug> HTTP-Session: 77cdf43f-a595-432c-ab6e-ef5f2580d71d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2790 | 2024.08.06 04:01:07.129008 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
2791 | 2024.08.06 04:01:07.129046 [ 3 ] {} <Debug> HTTP-Session: 77cdf43f-a595-432c-ab6e-ef5f2580d71d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2792 | 2024.08.06 04:01:07.129214 [ 3 ] {} <Trace> HTTP-Session: 77cdf43f-a595-432c-ab6e-ef5f2580d71d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2793 | 2024.08.06 04:01:07.129305 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 224 rows starting from the beginning of the part | ||
2794 | 2024.08.06 04:01:07.129502 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
2795 | 2024.08.06 04:01:07.129635 [ 3 ] {42d64a60-2316-4e12-8264-300243a3e092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2796 | 2024.08.06 04:01:07.129856 [ 3 ] {42d64a60-2316-4e12-8264-300243a3e092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2797 | 2024.08.06 04:01:07.130323 [ 3 ] {42d64a60-2316-4e12-8264-300243a3e092} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2798 | 2024.08.06 04:01:07.131310 [ 3 ] {42d64a60-2316-4e12-8264-300243a3e092} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2799 | 2024.08.06 04:01:07.131383 [ 3 ] {42d64a60-2316-4e12-8264-300243a3e092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2800 | 2024.08.06 04:01:07.132277 [ 3 ] {42d64a60-2316-4e12-8264-300243a3e092} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2801 | 2024.08.06 04:01:07.132367 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 750 rows, containing 4 columns (4 merged, 0 gathered) in 0.004459644 sec., 168174.85880038855 rows/sec., 14.27 MiB/sec. | ||
2802 | 2024.08.06 04:01:07.132668 [ 193 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2803 | 2024.08.06 04:01:07.132863 [ 3 ] {42d64a60-2316-4e12-8264-300243a3e092} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2804 | 2024.08.06 04:01:07.133142 [ 60 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2805 | 2024.08.06 04:01:07.133242 [ 60 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2806 | 2024.08.06 04:01:07.133261 [ 3 ] {42d64a60-2316-4e12-8264-300243a3e092} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003812 sec., 16789.0870933893 rows/sec., 1.31 MiB/sec. | ||
2807 | 2024.08.06 04:01:07.133300 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2808 | 2024.08.06 04:01:07.134284 [ 3 ] {42d64a60-2316-4e12-8264-300243a3e092} <Debug> DynamicQueryHandler: Done processing query | ||
2809 | 2024.08.06 04:01:07.134272 [ 190 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::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 | ||
2810 | 2024.08.06 04:01:07.134407 [ 3 ] {42d64a60-2316-4e12-8264-300243a3e092} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2811 | 2024.08.06 04:01:07.134454 [ 186 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_11_2} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2812 | 2024.08.06 04:01:07.134531 [ 3 ] {} <Debug> HTTP-Session: 77cdf43f-a595-432c-ab6e-ef5f2580d71d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2813 | 2024.08.06 04:01:07.134742 [ 190 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2814 | 2024.08.06 04:01:07.134767 [ 186 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_11_2} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2815 | 2024.08.06 04:01:07.134778 [ 190 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 382 rows starting from the beginning of the part | ||
2816 | 2024.08.06 04:01:07.134983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30552, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2817 | 2024.08.06 04:01:07.135076 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
2818 | 2024.08.06 04:01:07.135100 [ 190 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 88 rows starting from the beginning of the part | ||
2819 | 2024.08.06 04:01:07.135218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2820 | 2024.08.06 04:01:07.135333 [ 3 ] {} <Debug> HTTP-Session: 4f9b3058-60d5-4e6d-b96c-ae0895018350 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2821 | 2024.08.06 04:01:07.135397 [ 190 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 382 rows starting from the beginning of the part | ||
2822 | 2024.08.06 04:01:07.135413 [ 3 ] {} <Debug> HTTP-Session: 4f9b3058-60d5-4e6d-b96c-ae0895018350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2823 | 2024.08.06 04:01:07.135488 [ 3 ] {} <Debug> HTTP-Session: 4f9b3058-60d5-4e6d-b96c-ae0895018350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2824 | 2024.08.06 04:01:07.135645 [ 3 ] {} <Trace> HTTP-Session: 4f9b3058-60d5-4e6d-b96c-ae0895018350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2825 | 2024.08.06 04:01:07.135702 [ 190 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
2826 | 2024.08.06 04:01:07.135936 [ 190 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 410 rows starting from the beginning of the part | ||
2827 | 2024.08.06 04:01:07.136091 [ 3 ] {9a763012-8e73-45a5-9481-cafd7c948aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2828 | 2024.08.06 04:01:07.136191 [ 190 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
2829 | 2024.08.06 04:01:07.136266 [ 3 ] {9a763012-8e73-45a5-9481-cafd7c948aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2830 | 2024.08.06 04:01:07.137045 [ 3 ] {9a763012-8e73-45a5-9481-cafd7c948aa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2831 | 2024.08.06 04:01:07.138070 [ 3 ] {9a763012-8e73-45a5-9481-cafd7c948aa9} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2832 | 2024.08.06 04:01:07.138135 [ 3 ] {9a763012-8e73-45a5-9481-cafd7c948aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2833 | 2024.08.06 04:01:07.139091 [ 190 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1390 rows, containing 4 columns (4 merged, 0 gathered) in 0.005538961 sec., 250949.59144864892 rows/sec., 17.97 MiB/sec. | ||
2834 | 2024.08.06 04:01:07.139188 [ 3 ] {9a763012-8e73-45a5-9481-cafd7c948aa9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2835 | 2024.08.06 04:01:07.139272 [ 190 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2836 | 2024.08.06 04:01:07.140040 [ 3 ] {9a763012-8e73-45a5-9481-cafd7c948aa9} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2837 | 2024.08.06 04:01:07.140095 [ 190 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_11_2} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2838 | 2024.08.06 04:01:07.140308 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2839 | 2024.08.06 04:01:07.140313 [ 190 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_11_2} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2840 | 2024.08.06 04:01:07.140363 [ 3 ] {9a763012-8e73-45a5-9481-cafd7c948aa9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004527 sec., 35343.494588027395 rows/sec., 2.46 MiB/sec. | ||
2841 | 2024.08.06 04:01:07.140385 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2842 | 2024.08.06 04:01:07.140463 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2843 | 2024.08.06 04:01:07.140999 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
2844 | 2024.08.06 04:01:07.141105 [ 3 ] {9a763012-8e73-45a5-9481-cafd7c948aa9} <Debug> DynamicQueryHandler: Done processing query | ||
2845 | 2024.08.06 04:01:07.141115 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
2846 | 2024.08.06 04:01:07.141151 [ 3 ] {9a763012-8e73-45a5-9481-cafd7c948aa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2847 | 2024.08.06 04:01:07.141191 [ 3 ] {} <Debug> HTTP-Session: 4f9b3058-60d5-4e6d-b96c-ae0895018350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2848 | 2024.08.06 04:01:07.141314 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2849 | 2024.08.06 04:01:07.141349 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 926 rows starting from the beginning of the part | ||
2850 | 2024.08.06 04:01:07.141473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2851 | 2024.08.06 04:01:07.141553 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 340 rows starting from the beginning of the part | ||
2852 | 2024.08.06 04:01:07.141626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2853 | 2024.08.06 04:01:07.141724 [ 3 ] {} <Debug> HTTP-Session: a1e82315-84aa-4ec4-844b-f3ad2131b8f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2854 | 2024.08.06 04:01:07.141815 [ 3 ] {} <Debug> HTTP-Session: a1e82315-84aa-4ec4-844b-f3ad2131b8f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2855 | 2024.08.06 04:01:07.141855 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
2856 | 2024.08.06 04:01:07.141875 [ 3 ] {} <Debug> HTTP-Session: a1e82315-84aa-4ec4-844b-f3ad2131b8f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2857 | 2024.08.06 04:01:07.142048 [ 3 ] {} <Trace> HTTP-Session: a1e82315-84aa-4ec4-844b-f3ad2131b8f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2858 | 2024.08.06 04:01:07.142115 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
2859 | 2024.08.06 04:01:07.142359 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
2860 | 2024.08.06 04:01:07.142496 [ 3 ] {2a65e7c3-b404-4233-9499-3a11be687123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2861 | 2024.08.06 04:01:07.142604 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
2862 | 2024.08.06 04:01:07.142686 [ 3 ] {2a65e7c3-b404-4233-9499-3a11be687123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2863 | 2024.08.06 04:01:07.143407 [ 3 ] {2a65e7c3-b404-4233-9499-3a11be687123} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2864 | 2024.08.06 04:01:07.144228 [ 3 ] {2a65e7c3-b404-4233-9499-3a11be687123} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2865 | 2024.08.06 04:01:07.144287 [ 3 ] {2a65e7c3-b404-4233-9499-3a11be687123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2866 | 2024.08.06 04:01:07.145432 [ 3 ] {2a65e7c3-b404-4233-9499-3a11be687123} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2867 | 2024.08.06 04:01:07.145940 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1906 rows, containing 5 columns (5 merged, 0 gathered) in 0.005284254 sec., 360694.243690784 rows/sec., 25.14 MiB/sec. | ||
2868 | 2024.08.06 04:01:07.146165 [ 3 ] {2a65e7c3-b404-4233-9499-3a11be687123} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2869 | 2024.08.06 04:01:07.146220 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2870 | 2024.08.06 04:01:07.146422 [ 60 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2871 | 2024.08.06 04:01:07.146514 [ 3 ] {2a65e7c3-b404-4233-9499-3a11be687123} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004194 sec., 14306.15164520744 rows/sec., 987.27 KiB/sec. | ||
2872 | 2024.08.06 04:01:07.146524 [ 60 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2873 | 2024.08.06 04:01:07.146617 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
2874 | 2024.08.06 04:01:07.147333 [ 3 ] {2a65e7c3-b404-4233-9499-3a11be687123} <Debug> DynamicQueryHandler: Done processing query | ||
2875 | 2024.08.06 04:01:07.147514 [ 3 ] {2a65e7c3-b404-4233-9499-3a11be687123} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2876 | 2024.08.06 04:01:07.147695 [ 3 ] {} <Debug> HTTP-Session: a1e82315-84aa-4ec4-844b-f3ad2131b8f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2877 | 2024.08.06 04:01:07.147795 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
2878 | 2024.08.06 04:01:07.148210 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2879 | 2024.08.06 04:01:07.148285 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 338 rows starting from the beginning of the part | ||
2880 | 2024.08.06 04:01:07.148486 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2881 | 2024.08.06 04:01:07.148533 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
2882 | 2024.08.06 04:01:07.148749 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2883 | 2024.08.06 04:01:07.148888 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
2884 | 2024.08.06 04:01:07.148973 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
2885 | 2024.08.06 04:01:07.149103 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
2886 | 2024.08.06 04:01:07.149262 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
2887 | 2024.08.06 04:01:07.149348 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
2888 | 2024.08.06 04:01:07.150494 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003680766 sec., 173333.48547557765 rows/sec., 11.70 MiB/sec. | ||
2889 | 2024.08.06 04:01:07.150693 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2890 | 2024.08.06 04:01:07.151177 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_11_2} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2891 | 2024.08.06 04:01:07.151273 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_11_2} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2892 | 2024.08.06 04:01:07.151382 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
2893 | 2024.08.06 04:01:12.131696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2894 | 2024.08.06 04:01:12.131839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2895 | 2024.08.06 04:01:12.131868 [ 3 ] {} <Debug> HTTP-Session: fa148387-4cd2-49ad-8a93-02315ae11497 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2896 | 2024.08.06 04:01:12.131896 [ 3 ] {} <Debug> HTTP-Session: fa148387-4cd2-49ad-8a93-02315ae11497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2897 | 2024.08.06 04:01:12.131914 [ 3 ] {} <Debug> HTTP-Session: fa148387-4cd2-49ad-8a93-02315ae11497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2898 | 2024.08.06 04:01:12.131971 [ 3 ] {} <Trace> HTTP-Session: fa148387-4cd2-49ad-8a93-02315ae11497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2899 | 2024.08.06 04:01:12.132248 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2900 | 2024.08.06 04:01:12.132710 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2901 | 2024.08.06 04:01:12.132762 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2902 | 2024.08.06 04:01:12.133123 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2903 | 2024.08.06 04:01:12.133199 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2904 | 2024.08.06 04:01:12.133367 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
2905 | 2024.08.06 04:01:12.133487 [ 260 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2906 | 2024.08.06 04:01:12.133648 [ 262 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
2907 | 2024.08.06 04:01:12.133730 [ 256 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2908 | 2024.08.06 04:01:12.133759 [ 253 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2909 | 2024.08.06 04:01:12.133731 [ 261 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2910 | 2024.08.06 04:01:12.133964 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges | ||
2911 | 2024.08.06 04:01:12.133995 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2912 | 2024.08.06 04:01:12.134152 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2913 | 2024.08.06 04:01:12.134177 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (SelectExecutor): Reading approx. 40 rows with 5 streams | ||
2914 | 2024.08.06 04:01:12.134220 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <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', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2915 | 2024.08.06 04:01:12.134267 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <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', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2916 | 2024.08.06 04:01:12.134310 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <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', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2917 | 2024.08.06 04:01:12.134351 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <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', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2918 | 2024.08.06 04:01:12.134390 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <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', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2919 | 2024.08.06 04:01:12.137118 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Debug> executeQuery: Read 40 rows, 1.51 KiB in 0.005009 sec., 7985.625873427829 rows/sec., 302.39 KiB/sec. | ||
2920 | 2024.08.06 04:01:12.137637 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Debug> DynamicQueryHandler: Done processing query | ||
2921 | 2024.08.06 04:01:12.137668 [ 3 ] {74dd5151-7f54-4c8b-8e6e-4405f9b2a236} <Debug> MemoryTracker: Peak memory usage (for query): 3.17 MiB. | ||
2922 | 2024.08.06 04:01:12.137688 [ 3 ] {} <Debug> HTTP-Session: fa148387-4cd2-49ad-8a93-02315ae11497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2923 | 2024.08.06 04:01:12.138140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2924 | 2024.08.06 04:01:12.138190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2925 | 2024.08.06 04:01:12.138210 [ 3 ] {} <Debug> HTTP-Session: 0662321a-34f2-403c-8ea1-0685ecbd9d9e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2926 | 2024.08.06 04:01:12.138227 [ 3 ] {} <Debug> HTTP-Session: 0662321a-34f2-403c-8ea1-0685ecbd9d9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2927 | 2024.08.06 04:01:12.138240 [ 3 ] {} <Debug> HTTP-Session: 0662321a-34f2-403c-8ea1-0685ecbd9d9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2928 | 2024.08.06 04:01:12.138272 [ 3 ] {} <Trace> HTTP-Session: 0662321a-34f2-403c-8ea1-0685ecbd9d9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2929 | 2024.08.06 04:01:12.138379 [ 3 ] {d22ca19b-3ea6-4eab-8fc1-009df5eac49b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2930 | 2024.08.06 04:01:12.138452 [ 3 ] {d22ca19b-3ea6-4eab-8fc1-009df5eac49b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2931 | 2024.08.06 04:01:12.138618 [ 3 ] {d22ca19b-3ea6-4eab-8fc1-009df5eac49b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2932 | 2024.08.06 04:01:12.138958 [ 3 ] {d22ca19b-3ea6-4eab-8fc1-009df5eac49b} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2933 | 2024.08.06 04:01:12.138995 [ 3 ] {d22ca19b-3ea6-4eab-8fc1-009df5eac49b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
2934 | 2024.08.06 04:01:12.139471 [ 3 ] {d22ca19b-3ea6-4eab-8fc1-009df5eac49b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2935 | 2024.08.06 04:01:12.139783 [ 3 ] {d22ca19b-3ea6-4eab-8fc1-009df5eac49b} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2936 | 2024.08.06 04:01:12.139917 [ 3 ] {d22ca19b-3ea6-4eab-8fc1-009df5eac49b} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001573 sec., 635.7279084551813 rows/sec., 144.03 KiB/sec. | ||
2937 | 2024.08.06 04:01:12.139922 [ 52 ] {} <Debug> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2938 | 2024.08.06 04:01:12.139988 [ 52 ] {} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2939 | 2024.08.06 04:01:12.140049 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
2940 | 2024.08.06 04:01:12.140127 [ 3 ] {d22ca19b-3ea6-4eab-8fc1-009df5eac49b} <Debug> DynamicQueryHandler: Done processing query | ||
2941 | 2024.08.06 04:01:12.140184 [ 3 ] {d22ca19b-3ea6-4eab-8fc1-009df5eac49b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2942 | 2024.08.06 04:01:12.140235 [ 3 ] {} <Debug> HTTP-Session: 0662321a-34f2-403c-8ea1-0685ecbd9d9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2943 | 2024.08.06 04:01:12.140277 [ 190 ] {3a440592-1459-4509-85ed-7fd77079294e::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 | ||
2944 | 2024.08.06 04:01:12.140410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2945 | 2024.08.06 04:01:12.140532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2946 | 2024.08.06 04:01:12.140590 [ 3 ] {} <Debug> HTTP-Session: 3f0200b2-9387-40bd-9639-3136e66274cd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2947 | 2024.08.06 04:01:12.140652 [ 3 ] {} <Debug> HTTP-Session: 3f0200b2-9387-40bd-9639-3136e66274cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2948 | 2024.08.06 04:01:12.140695 [ 3 ] {} <Debug> HTTP-Session: 3f0200b2-9387-40bd-9639-3136e66274cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2949 | 2024.08.06 04:01:12.140784 [ 3 ] {} <Trace> HTTP-Session: 3f0200b2-9387-40bd-9639-3136e66274cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2950 | 2024.08.06 04:01:12.140976 [ 190 ] {3a440592-1459-4509-85ed-7fd77079294e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2951 | 2024.08.06 04:01:12.141025 [ 3 ] {3ba1ad05-013e-4b60-9f01-fc9a81607302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2952 | 2024.08.06 04:01:12.141048 [ 190 ] {3a440592-1459-4509-85ed-7fd77079294e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
2953 | 2024.08.06 04:01:12.141134 [ 3 ] {3ba1ad05-013e-4b60-9f01-fc9a81607302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2954 | 2024.08.06 04:01:12.141337 [ 190 ] {3a440592-1459-4509-85ed-7fd77079294e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
2955 | 2024.08.06 04:01:12.141651 [ 190 ] {3a440592-1459-4509-85ed-7fd77079294e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
2956 | 2024.08.06 04:01:12.141913 [ 3 ] {3ba1ad05-013e-4b60-9f01-fc9a81607302} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2957 | 2024.08.06 04:01:12.141929 [ 190 ] {3a440592-1459-4509-85ed-7fd77079294e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
2958 | 2024.08.06 04:01:12.142199 [ 190 ] {3a440592-1459-4509-85ed-7fd77079294e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
2959 | 2024.08.06 04:01:12.142329 [ 190 ] {3a440592-1459-4509-85ed-7fd77079294e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
2960 | 2024.08.06 04:01:12.143025 [ 3 ] {3ba1ad05-013e-4b60-9f01-fc9a81607302} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2961 | 2024.08.06 04:01:12.143087 [ 3 ] {3ba1ad05-013e-4b60-9f01-fc9a81607302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
2962 | 2024.08.06 04:01:12.143936 [ 3 ] {3ba1ad05-013e-4b60-9f01-fc9a81607302} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2963 | 2024.08.06 04:01:12.145135 [ 3 ] {3ba1ad05-013e-4b60-9f01-fc9a81607302} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2964 | 2024.08.06 04:01:12.145597 [ 3 ] {3ba1ad05-013e-4b60-9f01-fc9a81607302} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.004618 sec., 6063.23083585968 rows/sec., 459.73 KiB/sec. | ||
2965 | 2024.08.06 04:01:12.146094 [ 3 ] {3ba1ad05-013e-4b60-9f01-fc9a81607302} <Debug> DynamicQueryHandler: Done processing query | ||
2966 | 2024.08.06 04:01:12.146145 [ 3 ] {3ba1ad05-013e-4b60-9f01-fc9a81607302} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2967 | 2024.08.06 04:01:12.146192 [ 3 ] {} <Debug> HTTP-Session: 3f0200b2-9387-40bd-9639-3136e66274cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2968 | 2024.08.06 04:01:12.146449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2969 | 2024.08.06 04:01:12.146582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2970 | 2024.08.06 04:01:12.146644 [ 3 ] {} <Debug> HTTP-Session: 92436e50-ed3f-464c-b969-b627c9860b55 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2971 | 2024.08.06 04:01:12.146695 [ 3 ] {} <Debug> HTTP-Session: 92436e50-ed3f-464c-b969-b627c9860b55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2972 | 2024.08.06 04:01:12.146735 [ 3 ] {} <Debug> HTTP-Session: 92436e50-ed3f-464c-b969-b627c9860b55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2973 | 2024.08.06 04:01:12.146818 [ 3 ] {} <Trace> HTTP-Session: 92436e50-ed3f-464c-b969-b627c9860b55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2974 | 2024.08.06 04:01:12.147087 [ 3 ] {aa2534e2-8b8c-4a77-bbdd-96e0edbba990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2975 | 2024.08.06 04:01:12.147202 [ 3 ] {aa2534e2-8b8c-4a77-bbdd-96e0edbba990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2976 | 2024.08.06 04:01:12.148053 [ 3 ] {aa2534e2-8b8c-4a77-bbdd-96e0edbba990} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2977 | 2024.08.06 04:01:12.149197 [ 3 ] {aa2534e2-8b8c-4a77-bbdd-96e0edbba990} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2978 | 2024.08.06 04:01:12.149277 [ 3 ] {aa2534e2-8b8c-4a77-bbdd-96e0edbba990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
2979 | 2024.08.06 04:01:12.150401 [ 3 ] {aa2534e2-8b8c-4a77-bbdd-96e0edbba990} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2980 | 2024.08.06 04:01:12.151046 [ 190 ] {3a440592-1459-4509-85ed-7fd77079294e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.010906226 sec., 3759.32059357655 rows/sec., 528.92 KiB/sec. | ||
2981 | 2024.08.06 04:01:12.151280 [ 190 ] {3a440592-1459-4509-85ed-7fd77079294e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2982 | 2024.08.06 04:01:12.151438 [ 3 ] {aa2534e2-8b8c-4a77-bbdd-96e0edbba990} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2983 | 2024.08.06 04:01:12.151948 [ 3 ] {aa2534e2-8b8c-4a77-bbdd-96e0edbba990} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004929 sec., 405.7618178129438 rows/sec., 33.09 KiB/sec. | ||
2984 | 2024.08.06 04:01:12.152461 [ 3 ] {aa2534e2-8b8c-4a77-bbdd-96e0edbba990} <Debug> DynamicQueryHandler: Done processing query | ||
2985 | 2024.08.06 04:01:12.152508 [ 3 ] {aa2534e2-8b8c-4a77-bbdd-96e0edbba990} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2986 | 2024.08.06 04:01:12.152549 [ 3 ] {} <Debug> HTTP-Session: 92436e50-ed3f-464c-b969-b627c9860b55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2987 | 2024.08.06 04:01:12.152683 [ 190 ] {3a440592-1459-4509-85ed-7fd77079294e::all_1_6_1} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e): 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.08.06 04:01:12.152782 [ 190 ] {3a440592-1459-4509-85ed-7fd77079294e::all_1_6_1} <Trace> oximeter.timeseries_schema (3a440592-1459-4509-85ed-7fd77079294e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2989 | 2024.08.06 04:01:12.152814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2990 | 2024.08.06 04:01:12.152970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2991 | 2024.08.06 04:01:12.153003 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
2992 | 2024.08.06 04:01:12.153019 [ 3 ] {} <Debug> HTTP-Session: b9ef1cd2-84ad-468d-9f75-2385a7f9d3d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
2993 | 2024.08.06 04:01:12.153099 [ 3 ] {} <Debug> HTTP-Session: b9ef1cd2-84ad-468d-9f75-2385a7f9d3d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2994 | 2024.08.06 04:01:12.153157 [ 3 ] {} <Debug> HTTP-Session: b9ef1cd2-84ad-468d-9f75-2385a7f9d3d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2995 | 2024.08.06 04:01:12.153248 [ 3 ] {} <Trace> HTTP-Session: b9ef1cd2-84ad-468d-9f75-2385a7f9d3d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2996 | 2024.08.06 04:01:12.153460 [ 3 ] {01cf118b-1427-43f6-a68d-5a0528e13c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2997 | 2024.08.06 04:01:12.153504 [ 3 ] {01cf118b-1427-43f6-a68d-5a0528e13c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2998 | 2024.08.06 04:01:12.153650 [ 3 ] {01cf118b-1427-43f6-a68d-5a0528e13c3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2999 | 2024.08.06 04:01:12.154117 [ 3 ] {01cf118b-1427-43f6-a68d-5a0528e13c3c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3000 | 2024.08.06 04:01:12.154152 [ 3 ] {01cf118b-1427-43f6-a68d-5a0528e13c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3001 | 2024.08.06 04:01:12.154484 [ 3 ] {01cf118b-1427-43f6-a68d-5a0528e13c3c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3002 | 2024.08.06 04:01:12.154797 [ 3 ] {01cf118b-1427-43f6-a68d-5a0528e13c3c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3003 | 2024.08.06 04:01:12.154923 [ 3 ] {01cf118b-1427-43f6-a68d-5a0528e13c3c} <Debug> executeQuery: Read 228 rows, 20.54 KiB in 0.001544 sec., 147668.3937823834 rows/sec., 12.99 MiB/sec. | ||
3004 | 2024.08.06 04:01:12.155156 [ 3 ] {01cf118b-1427-43f6-a68d-5a0528e13c3c} <Debug> DynamicQueryHandler: Done processing query | ||
3005 | 2024.08.06 04:01:12.155180 [ 3 ] {01cf118b-1427-43f6-a68d-5a0528e13c3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
3006 | 2024.08.06 04:01:12.155196 [ 3 ] {} <Debug> HTTP-Session: b9ef1cd2-84ad-468d-9f75-2385a7f9d3d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3007 | 2024.08.06 04:01:12.155321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3008 | 2024.08.06 04:01:12.155370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3009 | 2024.08.06 04:01:12.155388 [ 3 ] {} <Debug> HTTP-Session: f0afe8ce-8c6b-498d-8194-89e865305a47 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3010 | 2024.08.06 04:01:12.155405 [ 3 ] {} <Debug> HTTP-Session: f0afe8ce-8c6b-498d-8194-89e865305a47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3011 | 2024.08.06 04:01:12.155419 [ 3 ] {} <Debug> HTTP-Session: f0afe8ce-8c6b-498d-8194-89e865305a47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3012 | 2024.08.06 04:01:12.155450 [ 3 ] {} <Trace> HTTP-Session: f0afe8ce-8c6b-498d-8194-89e865305a47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3013 | 2024.08.06 04:01:12.155543 [ 3 ] {d91c3591-e244-48f7-9c91-5827d85055c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3014 | 2024.08.06 04:01:12.155585 [ 3 ] {d91c3591-e244-48f7-9c91-5827d85055c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3015 | 2024.08.06 04:01:12.155732 [ 3 ] {d91c3591-e244-48f7-9c91-5827d85055c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3016 | 2024.08.06 04:01:12.156074 [ 3 ] {d91c3591-e244-48f7-9c91-5827d85055c8} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3017 | 2024.08.06 04:01:12.156111 [ 3 ] {d91c3591-e244-48f7-9c91-5827d85055c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3018 | 2024.08.06 04:01:12.156403 [ 3 ] {d91c3591-e244-48f7-9c91-5827d85055c8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3019 | 2024.08.06 04:01:12.156716 [ 3 ] {d91c3591-e244-48f7-9c91-5827d85055c8} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3020 | 2024.08.06 04:01:12.156869 [ 3 ] {d91c3591-e244-48f7-9c91-5827d85055c8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001338 sec., 1494.7683109118086 rows/sec., 104.37 KiB/sec. | ||
3021 | 2024.08.06 04:01:12.157182 [ 3 ] {d91c3591-e244-48f7-9c91-5827d85055c8} <Debug> DynamicQueryHandler: Done processing query | ||
3022 | 2024.08.06 04:01:12.157208 [ 3 ] {d91c3591-e244-48f7-9c91-5827d85055c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3023 | 2024.08.06 04:01:12.157224 [ 3 ] {} <Debug> HTTP-Session: f0afe8ce-8c6b-498d-8194-89e865305a47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3024 | 2024.08.06 04:01:12.157626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3025 | 2024.08.06 04:01:12.157678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3026 | 2024.08.06 04:01:12.157696 [ 3 ] {} <Debug> HTTP-Session: 9e4460b5-480b-41c9-a49e-38be7909da3e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3027 | 2024.08.06 04:01:12.157712 [ 3 ] {} <Debug> HTTP-Session: 9e4460b5-480b-41c9-a49e-38be7909da3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3028 | 2024.08.06 04:01:12.157726 [ 3 ] {} <Debug> HTTP-Session: 9e4460b5-480b-41c9-a49e-38be7909da3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3029 | 2024.08.06 04:01:12.157755 [ 3 ] {} <Trace> HTTP-Session: 9e4460b5-480b-41c9-a49e-38be7909da3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3030 | 2024.08.06 04:01:12.158001 [ 3 ] {b0742af9-7968-4402-a170-e5ecda7b3979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3031 | 2024.08.06 04:01:12.158045 [ 3 ] {b0742af9-7968-4402-a170-e5ecda7b3979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3032 | 2024.08.06 04:01:12.158188 [ 3 ] {b0742af9-7968-4402-a170-e5ecda7b3979} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3033 | 2024.08.06 04:01:12.158769 [ 3 ] {b0742af9-7968-4402-a170-e5ecda7b3979} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3034 | 2024.08.06 04:01:12.158806 [ 3 ] {b0742af9-7968-4402-a170-e5ecda7b3979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3035 | 2024.08.06 04:01:12.159131 [ 3 ] {b0742af9-7968-4402-a170-e5ecda7b3979} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3036 | 2024.08.06 04:01:12.159431 [ 3 ] {b0742af9-7968-4402-a170-e5ecda7b3979} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3037 | 2024.08.06 04:01:12.159590 [ 3 ] {b0742af9-7968-4402-a170-e5ecda7b3979} <Debug> executeQuery: Read 406 rows, 29.40 KiB in 0.001695 sec., 239528.0235988201 rows/sec., 16.94 MiB/sec. | ||
3038 | 2024.08.06 04:01:12.159874 [ 3 ] {b0742af9-7968-4402-a170-e5ecda7b3979} <Debug> DynamicQueryHandler: Done processing query | ||
3039 | 2024.08.06 04:01:12.159898 [ 3 ] {b0742af9-7968-4402-a170-e5ecda7b3979} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
3040 | 2024.08.06 04:01:12.159914 [ 3 ] {} <Debug> HTTP-Session: 9e4460b5-480b-41c9-a49e-38be7909da3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3041 | 2024.08.06 04:01:12.160053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3042 | 2024.08.06 04:01:12.160107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3043 | 2024.08.06 04:01:12.160126 [ 3 ] {} <Debug> HTTP-Session: 527b548f-f712-4b2f-9d54-666e7e707638 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3044 | 2024.08.06 04:01:12.160141 [ 3 ] {} <Debug> HTTP-Session: 527b548f-f712-4b2f-9d54-666e7e707638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3045 | 2024.08.06 04:01:12.160155 [ 3 ] {} <Debug> HTTP-Session: 527b548f-f712-4b2f-9d54-666e7e707638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3046 | 2024.08.06 04:01:12.160187 [ 3 ] {} <Trace> HTTP-Session: 527b548f-f712-4b2f-9d54-666e7e707638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3047 | 2024.08.06 04:01:12.160294 [ 3 ] {34cdd0ac-7561-48b9-9877-f6fa80a26769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3048 | 2024.08.06 04:01:12.160339 [ 3 ] {34cdd0ac-7561-48b9-9877-f6fa80a26769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3049 | 2024.08.06 04:01:12.160487 [ 3 ] {34cdd0ac-7561-48b9-9877-f6fa80a26769} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3050 | 2024.08.06 04:01:12.160766 [ 3 ] {34cdd0ac-7561-48b9-9877-f6fa80a26769} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3051 | 2024.08.06 04:01:12.160802 [ 3 ] {34cdd0ac-7561-48b9-9877-f6fa80a26769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3052 | 2024.08.06 04:01:12.161156 [ 3 ] {34cdd0ac-7561-48b9-9877-f6fa80a26769} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3053 | 2024.08.06 04:01:12.161495 [ 3 ] {34cdd0ac-7561-48b9-9877-f6fa80a26769} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3054 | 2024.08.06 04:01:12.161672 [ 3 ] {34cdd0ac-7561-48b9-9877-f6fa80a26769} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001392 sec., 4310.3448275862065 rows/sec., 185.21 KiB/sec. | ||
3055 | 2024.08.06 04:01:12.161963 [ 3 ] {34cdd0ac-7561-48b9-9877-f6fa80a26769} <Debug> DynamicQueryHandler: Done processing query | ||
3056 | 2024.08.06 04:01:12.161988 [ 3 ] {34cdd0ac-7561-48b9-9877-f6fa80a26769} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3057 | 2024.08.06 04:01:12.162004 [ 3 ] {} <Debug> HTTP-Session: 527b548f-f712-4b2f-9d54-666e7e707638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3058 | 2024.08.06 04:01:12.162147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3059 | 2024.08.06 04:01:12.162196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3060 | 2024.08.06 04:01:12.162216 [ 3 ] {} <Debug> HTTP-Session: 216381c1-ca2e-481f-aa20-a72574f63680 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3061 | 2024.08.06 04:01:12.162232 [ 3 ] {} <Debug> HTTP-Session: 216381c1-ca2e-481f-aa20-a72574f63680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3062 | 2024.08.06 04:01:12.162246 [ 3 ] {} <Debug> HTTP-Session: 216381c1-ca2e-481f-aa20-a72574f63680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3063 | 2024.08.06 04:01:12.162277 [ 3 ] {} <Trace> HTTP-Session: 216381c1-ca2e-481f-aa20-a72574f63680 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3064 | 2024.08.06 04:01:12.162395 [ 3 ] {948bbb79-56aa-4eed-9dbb-c361cf61ab08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3065 | 2024.08.06 04:01:12.162443 [ 3 ] {948bbb79-56aa-4eed-9dbb-c361cf61ab08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3066 | 2024.08.06 04:01:12.162608 [ 3 ] {948bbb79-56aa-4eed-9dbb-c361cf61ab08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3067 | 2024.08.06 04:01:12.162947 [ 3 ] {948bbb79-56aa-4eed-9dbb-c361cf61ab08} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3068 | 2024.08.06 04:01:12.162984 [ 3 ] {948bbb79-56aa-4eed-9dbb-c361cf61ab08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3069 | 2024.08.06 04:01:12.163348 [ 3 ] {948bbb79-56aa-4eed-9dbb-c361cf61ab08} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3070 | 2024.08.06 04:01:12.163690 [ 3 ] {948bbb79-56aa-4eed-9dbb-c361cf61ab08} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3071 | 2024.08.06 04:01:12.163853 [ 3 ] {948bbb79-56aa-4eed-9dbb-c361cf61ab08} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001495 sec., 51505.01672240803 rows/sec., 3.17 MiB/sec. | ||
3072 | 2024.08.06 04:01:12.164135 [ 3 ] {948bbb79-56aa-4eed-9dbb-c361cf61ab08} <Debug> DynamicQueryHandler: Done processing query | ||
3073 | 2024.08.06 04:01:12.164160 [ 3 ] {948bbb79-56aa-4eed-9dbb-c361cf61ab08} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3074 | 2024.08.06 04:01:12.164177 [ 3 ] {} <Debug> HTTP-Session: 216381c1-ca2e-481f-aa20-a72574f63680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3075 | 2024.08.06 04:01:12.164389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30743, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3076 | 2024.08.06 04:01:12.164439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3077 | 2024.08.06 04:01:12.164459 [ 3 ] {} <Debug> HTTP-Session: 397c5687-1965-431f-b127-f3538d428e84 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3078 | 2024.08.06 04:01:12.164475 [ 3 ] {} <Debug> HTTP-Session: 397c5687-1965-431f-b127-f3538d428e84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3079 | 2024.08.06 04:01:12.164489 [ 3 ] {} <Debug> HTTP-Session: 397c5687-1965-431f-b127-f3538d428e84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3080 | 2024.08.06 04:01:12.164520 [ 3 ] {} <Trace> HTTP-Session: 397c5687-1965-431f-b127-f3538d428e84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3081 | 2024.08.06 04:01:12.164707 [ 3 ] {a733a3c9-91df-4fb5-99ff-2fe5e80e4dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3082 | 2024.08.06 04:01:12.164754 [ 3 ] {a733a3c9-91df-4fb5-99ff-2fe5e80e4dab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3083 | 2024.08.06 04:01:12.164920 [ 3 ] {a733a3c9-91df-4fb5-99ff-2fe5e80e4dab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3084 | 2024.08.06 04:01:12.165322 [ 3 ] {a733a3c9-91df-4fb5-99ff-2fe5e80e4dab} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3085 | 2024.08.06 04:01:12.165357 [ 3 ] {a733a3c9-91df-4fb5-99ff-2fe5e80e4dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3086 | 2024.08.06 04:01:12.165729 [ 3 ] {a733a3c9-91df-4fb5-99ff-2fe5e80e4dab} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3087 | 2024.08.06 04:01:12.166071 [ 3 ] {a733a3c9-91df-4fb5-99ff-2fe5e80e4dab} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3088 | 2024.08.06 04:01:12.166239 [ 3 ] {a733a3c9-91df-4fb5-99ff-2fe5e80e4dab} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001631 sec., 98712.44635193133 rows/sec., 6.87 MiB/sec. | ||
3089 | 2024.08.06 04:01:12.166545 [ 3 ] {a733a3c9-91df-4fb5-99ff-2fe5e80e4dab} <Debug> DynamicQueryHandler: Done processing query | ||
3090 | 2024.08.06 04:01:12.166570 [ 3 ] {a733a3c9-91df-4fb5-99ff-2fe5e80e4dab} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3091 | 2024.08.06 04:01:12.166586 [ 3 ] {} <Debug> HTTP-Session: 397c5687-1965-431f-b127-f3538d428e84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3092 | 2024.08.06 04:01:12.166787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3093 | 2024.08.06 04:01:12.166836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3094 | 2024.08.06 04:01:12.166854 [ 3 ] {} <Debug> HTTP-Session: 65af7034-b330-4c30-b95b-fcf998cb20dd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3095 | 2024.08.06 04:01:12.166870 [ 3 ] {} <Debug> HTTP-Session: 65af7034-b330-4c30-b95b-fcf998cb20dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3096 | 2024.08.06 04:01:12.166883 [ 3 ] {} <Debug> HTTP-Session: 65af7034-b330-4c30-b95b-fcf998cb20dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3097 | 2024.08.06 04:01:12.166914 [ 3 ] {} <Trace> HTTP-Session: 65af7034-b330-4c30-b95b-fcf998cb20dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3098 | 2024.08.06 04:01:12.167174 [ 3 ] {947bfc65-752f-48d6-a39f-72c936d89738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3099 | 2024.08.06 04:01:12.167244 [ 3 ] {947bfc65-752f-48d6-a39f-72c936d89738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3100 | 2024.08.06 04:01:12.167669 [ 3 ] {947bfc65-752f-48d6-a39f-72c936d89738} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3101 | 2024.08.06 04:01:12.168341 [ 3 ] {947bfc65-752f-48d6-a39f-72c936d89738} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3102 | 2024.08.06 04:01:12.168378 [ 3 ] {947bfc65-752f-48d6-a39f-72c936d89738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3103 | 2024.08.06 04:01:12.168992 [ 3 ] {947bfc65-752f-48d6-a39f-72c936d89738} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3104 | 2024.08.06 04:01:12.169403 [ 3 ] {947bfc65-752f-48d6-a39f-72c936d89738} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3105 | 2024.08.06 04:01:12.169603 [ 3 ] {947bfc65-752f-48d6-a39f-72c936d89738} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002587 sec., 8504.058755315036 rows/sec., 15.24 MiB/sec. | ||
3106 | 2024.08.06 04:01:12.169984 [ 3 ] {947bfc65-752f-48d6-a39f-72c936d89738} <Debug> DynamicQueryHandler: Done processing query | ||
3107 | 2024.08.06 04:01:12.170008 [ 3 ] {947bfc65-752f-48d6-a39f-72c936d89738} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3108 | 2024.08.06 04:01:12.170025 [ 3 ] {} <Debug> HTTP-Session: 65af7034-b330-4c30-b95b-fcf998cb20dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3109 | 2024.08.06 04:01:12.170149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3110 | 2024.08.06 04:01:12.170198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3111 | 2024.08.06 04:01:12.170217 [ 3 ] {} <Debug> HTTP-Session: db3cbdc5-dec8-4210-b88d-f6f4974dda78 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3112 | 2024.08.06 04:01:12.170234 [ 3 ] {} <Debug> HTTP-Session: db3cbdc5-dec8-4210-b88d-f6f4974dda78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3113 | 2024.08.06 04:01:12.170248 [ 3 ] {} <Debug> HTTP-Session: db3cbdc5-dec8-4210-b88d-f6f4974dda78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3114 | 2024.08.06 04:01:12.170279 [ 3 ] {} <Trace> HTTP-Session: db3cbdc5-dec8-4210-b88d-f6f4974dda78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3115 | 2024.08.06 04:01:12.170380 [ 3 ] {e9d5dd57-2fdf-40d9-b30c-7feef2904c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3116 | 2024.08.06 04:01:12.170425 [ 3 ] {e9d5dd57-2fdf-40d9-b30c-7feef2904c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3117 | 2024.08.06 04:01:12.170555 [ 3 ] {e9d5dd57-2fdf-40d9-b30c-7feef2904c9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3118 | 2024.08.06 04:01:12.170833 [ 3 ] {e9d5dd57-2fdf-40d9-b30c-7feef2904c9d} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3119 | 2024.08.06 04:01:12.170869 [ 3 ] {e9d5dd57-2fdf-40d9-b30c-7feef2904c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3120 | 2024.08.06 04:01:12.171226 [ 3 ] {e9d5dd57-2fdf-40d9-b30c-7feef2904c9d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3121 | 2024.08.06 04:01:12.171549 [ 3 ] {e9d5dd57-2fdf-40d9-b30c-7feef2904c9d} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3122 | 2024.08.06 04:01:12.171710 [ 3 ] {e9d5dd57-2fdf-40d9-b30c-7feef2904c9d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00135 sec., 17037.037037037036 rows/sec., 921.59 KiB/sec. | ||
3123 | 2024.08.06 04:01:12.171997 [ 3 ] {e9d5dd57-2fdf-40d9-b30c-7feef2904c9d} <Debug> DynamicQueryHandler: Done processing query | ||
3124 | 2024.08.06 04:01:12.172022 [ 3 ] {e9d5dd57-2fdf-40d9-b30c-7feef2904c9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3125 | 2024.08.06 04:01:12.172037 [ 3 ] {} <Debug> HTTP-Session: db3cbdc5-dec8-4210-b88d-f6f4974dda78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3126 | 2024.08.06 04:01:12.172154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3127 | 2024.08.06 04:01:12.172204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3128 | 2024.08.06 04:01:12.172223 [ 3 ] {} <Debug> HTTP-Session: f12d43bd-2f54-4958-85b8-839f564178c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3129 | 2024.08.06 04:01:12.172239 [ 3 ] {} <Debug> HTTP-Session: f12d43bd-2f54-4958-85b8-839f564178c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3130 | 2024.08.06 04:01:12.172252 [ 3 ] {} <Debug> HTTP-Session: f12d43bd-2f54-4958-85b8-839f564178c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3131 | 2024.08.06 04:01:12.172283 [ 3 ] {} <Trace> HTTP-Session: f12d43bd-2f54-4958-85b8-839f564178c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3132 | 2024.08.06 04:01:12.172403 [ 3 ] {d25b253d-e581-4cd4-8a2b-6315d87526c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3133 | 2024.08.06 04:01:12.172449 [ 3 ] {d25b253d-e581-4cd4-8a2b-6315d87526c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3134 | 2024.08.06 04:01:12.172598 [ 3 ] {d25b253d-e581-4cd4-8a2b-6315d87526c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3135 | 2024.08.06 04:01:12.172891 [ 3 ] {d25b253d-e581-4cd4-8a2b-6315d87526c9} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3136 | 2024.08.06 04:01:12.172927 [ 3 ] {d25b253d-e581-4cd4-8a2b-6315d87526c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3137 | 2024.08.06 04:01:12.173280 [ 3 ] {d25b253d-e581-4cd4-8a2b-6315d87526c9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3138 | 2024.08.06 04:01:12.173606 [ 3 ] {d25b253d-e581-4cd4-8a2b-6315d87526c9} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3139 | 2024.08.06 04:01:12.173760 [ 3 ] {d25b253d-e581-4cd4-8a2b-6315d87526c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
3140 | 2024.08.06 04:01:12.174053 [ 3 ] {d25b253d-e581-4cd4-8a2b-6315d87526c9} <Debug> DynamicQueryHandler: Done processing query | ||
3141 | 2024.08.06 04:01:12.174078 [ 3 ] {d25b253d-e581-4cd4-8a2b-6315d87526c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3142 | 2024.08.06 04:01:12.174094 [ 3 ] {} <Debug> HTTP-Session: f12d43bd-2f54-4958-85b8-839f564178c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3143 | 2024.08.06 04:01:17.128412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3144 | 2024.08.06 04:01:17.128545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3145 | 2024.08.06 04:01:17.128573 [ 3 ] {} <Debug> HTTP-Session: f7461223-71a9-4154-b3d1-b56be7109c5e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3146 | 2024.08.06 04:01:17.128598 [ 3 ] {} <Debug> HTTP-Session: f7461223-71a9-4154-b3d1-b56be7109c5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3147 | 2024.08.06 04:01:17.128613 [ 3 ] {} <Debug> HTTP-Session: f7461223-71a9-4154-b3d1-b56be7109c5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3148 | 2024.08.06 04:01:17.128666 [ 3 ] {} <Trace> HTTP-Session: f7461223-71a9-4154-b3d1-b56be7109c5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3149 | 2024.08.06 04:01:17.128855 [ 3 ] {58530976-7eb7-4dfe-ab3a-52b556b0794f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3150 | 2024.08.06 04:01:17.128921 [ 3 ] {58530976-7eb7-4dfe-ab3a-52b556b0794f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3151 | 2024.08.06 04:01:17.129128 [ 3 ] {58530976-7eb7-4dfe-ab3a-52b556b0794f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3152 | 2024.08.06 04:01:17.129556 [ 3 ] {58530976-7eb7-4dfe-ab3a-52b556b0794f} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3153 | 2024.08.06 04:01:17.129600 [ 3 ] {58530976-7eb7-4dfe-ab3a-52b556b0794f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3154 | 2024.08.06 04:01:17.129990 [ 3 ] {58530976-7eb7-4dfe-ab3a-52b556b0794f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3155 | 2024.08.06 04:01:17.130328 [ 3 ] {58530976-7eb7-4dfe-ab3a-52b556b0794f} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3156 | 2024.08.06 04:01:17.130495 [ 3 ] {58530976-7eb7-4dfe-ab3a-52b556b0794f} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001688 sec., 6516.587677725119 rows/sec., 528.20 KiB/sec. | ||
3157 | 2024.08.06 04:01:17.130507 [ 46 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3158 | 2024.08.06 04:01:17.130611 [ 46 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3159 | 2024.08.06 04:01:17.130658 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3160 | 2024.08.06 04:01:17.130764 [ 3 ] {58530976-7eb7-4dfe-ab3a-52b556b0794f} <Debug> DynamicQueryHandler: Done processing query | ||
3161 | 2024.08.06 04:01:17.130786 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::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 | ||
3162 | 2024.08.06 04:01:17.130798 [ 3 ] {58530976-7eb7-4dfe-ab3a-52b556b0794f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3163 | 2024.08.06 04:01:17.130831 [ 3 ] {} <Debug> HTTP-Session: f7461223-71a9-4154-b3d1-b56be7109c5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3164 | 2024.08.06 04:01:17.130918 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3165 | 2024.08.06 04:01:17.130947 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
3166 | 2024.08.06 04:01:17.130985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3167 | 2024.08.06 04:01:17.131027 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
3168 | 2024.08.06 04:01:17.131120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3169 | 2024.08.06 04:01:17.131256 [ 3 ] {} <Debug> HTTP-Session: 495a76a5-3f29-4284-8f0e-8aa3bbb4abd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3170 | 2024.08.06 04:01:17.131368 [ 3 ] {} <Debug> HTTP-Session: 495a76a5-3f29-4284-8f0e-8aa3bbb4abd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3171 | 2024.08.06 04:01:17.131404 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
3172 | 2024.08.06 04:01:17.131464 [ 3 ] {} <Debug> HTTP-Session: 495a76a5-3f29-4284-8f0e-8aa3bbb4abd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3173 | 2024.08.06 04:01:17.131600 [ 3 ] {} <Trace> HTTP-Session: 495a76a5-3f29-4284-8f0e-8aa3bbb4abd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3174 | 2024.08.06 04:01:17.131695 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 27 rows starting from the beginning of the part | ||
3175 | 2024.08.06 04:01:17.131913 [ 3 ] {b84d2546-4fda-431e-9fc8-e2bb9d253c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3176 | 2024.08.06 04:01:17.131920 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part | ||
3177 | 2024.08.06 04:01:17.131982 [ 3 ] {b84d2546-4fda-431e-9fc8-e2bb9d253c5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3178 | 2024.08.06 04:01:17.132088 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part | ||
3179 | 2024.08.06 04:01:17.132677 [ 3 ] {b84d2546-4fda-431e-9fc8-e2bb9d253c5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3180 | 2024.08.06 04:01:17.133110 [ 3 ] {b84d2546-4fda-431e-9fc8-e2bb9d253c5c} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3181 | 2024.08.06 04:01:17.133148 [ 3 ] {b84d2546-4fda-431e-9fc8-e2bb9d253c5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3182 | 2024.08.06 04:01:17.133452 [ 3 ] {b84d2546-4fda-431e-9fc8-e2bb9d253c5c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3183 | 2024.08.06 04:01:17.133762 [ 3 ] {b84d2546-4fda-431e-9fc8-e2bb9d253c5c} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3184 | 2024.08.06 04:01:17.133913 [ 3 ] {b84d2546-4fda-431e-9fc8-e2bb9d253c5c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002086 sec., 1917.5455417066153 rows/sec., 156.36 KiB/sec. | ||
3185 | 2024.08.06 04:01:17.134108 [ 3 ] {b84d2546-4fda-431e-9fc8-e2bb9d253c5c} <Debug> DynamicQueryHandler: Done processing query | ||
3186 | 2024.08.06 04:01:17.134135 [ 3 ] {b84d2546-4fda-431e-9fc8-e2bb9d253c5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3187 | 2024.08.06 04:01:17.134151 [ 3 ] {} <Debug> HTTP-Session: 495a76a5-3f29-4284-8f0e-8aa3bbb4abd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3188 | 2024.08.06 04:01:17.134318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3189 | 2024.08.06 04:01:17.134368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3190 | 2024.08.06 04:01:17.134389 [ 3 ] {} <Debug> HTTP-Session: d7c75657-b34c-45f4-acd3-2c97e9c522b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3191 | 2024.08.06 04:01:17.134409 [ 3 ] {} <Debug> HTTP-Session: d7c75657-b34c-45f4-acd3-2c97e9c522b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3192 | 2024.08.06 04:01:17.134425 [ 3 ] {} <Debug> HTTP-Session: d7c75657-b34c-45f4-acd3-2c97e9c522b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3193 | 2024.08.06 04:01:17.134458 [ 3 ] {} <Trace> HTTP-Session: d7c75657-b34c-45f4-acd3-2c97e9c522b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3194 | 2024.08.06 04:01:17.134595 [ 3 ] {91de5754-37a7-4180-bde9-a66eb792adb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3195 | 2024.08.06 04:01:17.134637 [ 3 ] {91de5754-37a7-4180-bde9-a66eb792adb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3196 | 2024.08.06 04:01:17.134765 [ 3 ] {91de5754-37a7-4180-bde9-a66eb792adb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3197 | 2024.08.06 04:01:17.135163 [ 3 ] {91de5754-37a7-4180-bde9-a66eb792adb7} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3198 | 2024.08.06 04:01:17.135200 [ 3 ] {91de5754-37a7-4180-bde9-a66eb792adb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3199 | 2024.08.06 04:01:17.135532 [ 3 ] {91de5754-37a7-4180-bde9-a66eb792adb7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3200 | 2024.08.06 04:01:17.135839 [ 3 ] {91de5754-37a7-4180-bde9-a66eb792adb7} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3201 | 2024.08.06 04:01:17.135987 [ 3 ] {91de5754-37a7-4180-bde9-a66eb792adb7} <Debug> executeQuery: Read 127 rows, 10.28 KiB in 0.001438 sec., 88317.10709318498 rows/sec., 6.98 MiB/sec. | ||
3202 | 2024.08.06 04:01:17.136163 [ 3 ] {91de5754-37a7-4180-bde9-a66eb792adb7} <Debug> DynamicQueryHandler: Done processing query | ||
3203 | 2024.08.06 04:01:17.136188 [ 3 ] {91de5754-37a7-4180-bde9-a66eb792adb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3204 | 2024.08.06 04:01:17.136204 [ 3 ] {} <Debug> HTTP-Session: d7c75657-b34c-45f4-acd3-2c97e9c522b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3205 | 2024.08.06 04:01:17.136331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3206 | 2024.08.06 04:01:17.136380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3207 | 2024.08.06 04:01:17.136400 [ 3 ] {} <Debug> HTTP-Session: 35451db4-63fa-4be2-ae44-adcddda7e1c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3208 | 2024.08.06 04:01:17.136416 [ 3 ] {} <Debug> HTTP-Session: 35451db4-63fa-4be2-ae44-adcddda7e1c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3209 | 2024.08.06 04:01:17.136429 [ 3 ] {} <Debug> HTTP-Session: 35451db4-63fa-4be2-ae44-adcddda7e1c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3210 | 2024.08.06 04:01:17.136460 [ 3 ] {} <Trace> HTTP-Session: 35451db4-63fa-4be2-ae44-adcddda7e1c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3211 | 2024.08.06 04:01:17.136563 [ 3 ] {d7f53a44-4a99-44e5-9629-e7fd668ebaf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3212 | 2024.08.06 04:01:17.136606 [ 3 ] {d7f53a44-4a99-44e5-9629-e7fd668ebaf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3213 | 2024.08.06 04:01:17.136738 [ 3 ] {d7f53a44-4a99-44e5-9629-e7fd668ebaf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3214 | 2024.08.06 04:01:17.137556 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 4 columns (4 merged, 0 gathered) in 0.006831571 sec., 12295.854057580607 rows/sec., 875.70 KiB/sec. | ||
3215 | 2024.08.06 04:01:17.137761 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3216 | 2024.08.06 04:01:17.138205 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_6_1} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3217 | 2024.08.06 04:01:17.138295 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_6_1} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3218 | 2024.08.06 04:01:17.138393 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3219 | 2024.08.06 04:01:17.138994 [ 3 ] {d7f53a44-4a99-44e5-9629-e7fd668ebaf5} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3220 | 2024.08.06 04:01:17.139035 [ 3 ] {d7f53a44-4a99-44e5-9629-e7fd668ebaf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3221 | 2024.08.06 04:01:17.139352 [ 3 ] {d7f53a44-4a99-44e5-9629-e7fd668ebaf5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3222 | 2024.08.06 04:01:17.139670 [ 3 ] {d7f53a44-4a99-44e5-9629-e7fd668ebaf5} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3223 | 2024.08.06 04:01:17.139820 [ 3 ] {d7f53a44-4a99-44e5-9629-e7fd668ebaf5} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003275 sec., 1221.3740458015266 rows/sec., 85.28 KiB/sec. | ||
3224 | 2024.08.06 04:01:17.140003 [ 3 ] {d7f53a44-4a99-44e5-9629-e7fd668ebaf5} <Debug> DynamicQueryHandler: Done processing query | ||
3225 | 2024.08.06 04:01:17.140028 [ 3 ] {d7f53a44-4a99-44e5-9629-e7fd668ebaf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3226 | 2024.08.06 04:01:17.140045 [ 3 ] {} <Debug> HTTP-Session: 35451db4-63fa-4be2-ae44-adcddda7e1c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3227 | 2024.08.06 04:01:17.140190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 19672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3228 | 2024.08.06 04:01:17.140238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3229 | 2024.08.06 04:01:17.140257 [ 3 ] {} <Debug> HTTP-Session: eeae1203-1736-4358-a16d-19d99d3ae9df Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3230 | 2024.08.06 04:01:17.140273 [ 3 ] {} <Debug> HTTP-Session: eeae1203-1736-4358-a16d-19d99d3ae9df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3231 | 2024.08.06 04:01:17.140287 [ 3 ] {} <Debug> HTTP-Session: eeae1203-1736-4358-a16d-19d99d3ae9df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3232 | 2024.08.06 04:01:17.140318 [ 3 ] {} <Trace> HTTP-Session: eeae1203-1736-4358-a16d-19d99d3ae9df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3233 | 2024.08.06 04:01:17.140447 [ 3 ] {1d54cd99-8617-4c76-a0b7-dccd9dfa1f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3234 | 2024.08.06 04:01:17.140488 [ 3 ] {1d54cd99-8617-4c76-a0b7-dccd9dfa1f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3235 | 2024.08.06 04:01:17.140618 [ 3 ] {1d54cd99-8617-4c76-a0b7-dccd9dfa1f11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3236 | 2024.08.06 04:01:17.141016 [ 3 ] {1d54cd99-8617-4c76-a0b7-dccd9dfa1f11} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3237 | 2024.08.06 04:01:17.141053 [ 3 ] {1d54cd99-8617-4c76-a0b7-dccd9dfa1f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3238 | 2024.08.06 04:01:17.141371 [ 3 ] {1d54cd99-8617-4c76-a0b7-dccd9dfa1f11} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3239 | 2024.08.06 04:01:17.141690 [ 3 ] {1d54cd99-8617-4c76-a0b7-dccd9dfa1f11} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3240 | 2024.08.06 04:01:17.141844 [ 3 ] {1d54cd99-8617-4c76-a0b7-dccd9dfa1f11} <Debug> executeQuery: Read 116 rows, 9.28 KiB in 0.001447 sec., 80165.8604008293 rows/sec., 6.26 MiB/sec. | ||
3241 | 2024.08.06 04:01:17.142012 [ 3 ] {1d54cd99-8617-4c76-a0b7-dccd9dfa1f11} <Debug> DynamicQueryHandler: Done processing query | ||
3242 | 2024.08.06 04:01:17.142037 [ 3 ] {1d54cd99-8617-4c76-a0b7-dccd9dfa1f11} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3243 | 2024.08.06 04:01:17.142053 [ 3 ] {} <Debug> HTTP-Session: eeae1203-1736-4358-a16d-19d99d3ae9df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3244 | 2024.08.06 04:01:17.142214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37844, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3245 | 2024.08.06 04:01:17.142262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3246 | 2024.08.06 04:01:17.142280 [ 3 ] {} <Debug> HTTP-Session: 0b6ac338-e62b-4ede-a8c6-d77bd327eaa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3247 | 2024.08.06 04:01:17.142296 [ 3 ] {} <Debug> HTTP-Session: 0b6ac338-e62b-4ede-a8c6-d77bd327eaa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3248 | 2024.08.06 04:01:17.142310 [ 3 ] {} <Debug> HTTP-Session: 0b6ac338-e62b-4ede-a8c6-d77bd327eaa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3249 | 2024.08.06 04:01:17.142341 [ 3 ] {} <Trace> HTTP-Session: 0b6ac338-e62b-4ede-a8c6-d77bd327eaa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3250 | 2024.08.06 04:01:17.142503 [ 3 ] {dc01e189-7bfb-490b-8708-b874bdf006da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3251 | 2024.08.06 04:01:17.142551 [ 3 ] {dc01e189-7bfb-490b-8708-b874bdf006da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3252 | 2024.08.06 04:01:17.142700 [ 3 ] {dc01e189-7bfb-490b-8708-b874bdf006da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3253 | 2024.08.06 04:01:17.143129 [ 3 ] {dc01e189-7bfb-490b-8708-b874bdf006da} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3254 | 2024.08.06 04:01:17.143164 [ 3 ] {dc01e189-7bfb-490b-8708-b874bdf006da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3255 | 2024.08.06 04:01:17.143566 [ 3 ] {dc01e189-7bfb-490b-8708-b874bdf006da} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3256 | 2024.08.06 04:01:17.143915 [ 3 ] {dc01e189-7bfb-490b-8708-b874bdf006da} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3257 | 2024.08.06 04:01:17.144069 [ 3 ] {dc01e189-7bfb-490b-8708-b874bdf006da} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001641 sec., 120658.1352833638 rows/sec., 8.42 MiB/sec. | ||
3258 | 2024.08.06 04:01:17.144412 [ 3 ] {dc01e189-7bfb-490b-8708-b874bdf006da} <Debug> DynamicQueryHandler: Done processing query | ||
3259 | 2024.08.06 04:01:17.144438 [ 3 ] {dc01e189-7bfb-490b-8708-b874bdf006da} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3260 | 2024.08.06 04:01:17.144454 [ 3 ] {} <Debug> HTTP-Session: 0b6ac338-e62b-4ede-a8c6-d77bd327eaa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3261 | 2024.08.06 04:01:17.144588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17544, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3262 | 2024.08.06 04:01:17.144637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3263 | 2024.08.06 04:01:17.144656 [ 3 ] {} <Debug> HTTP-Session: b236037e-15f8-4913-8631-4ae0f1f14baa Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3264 | 2024.08.06 04:01:17.144672 [ 3 ] {} <Debug> HTTP-Session: b236037e-15f8-4913-8631-4ae0f1f14baa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3265 | 2024.08.06 04:01:17.144686 [ 3 ] {} <Debug> HTTP-Session: b236037e-15f8-4913-8631-4ae0f1f14baa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3266 | 2024.08.06 04:01:17.144717 [ 3 ] {} <Trace> HTTP-Session: b236037e-15f8-4913-8631-4ae0f1f14baa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3267 | 2024.08.06 04:01:17.144902 [ 3 ] {fc6c83aa-8f59-486e-b36d-49537f29c832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3268 | 2024.08.06 04:01:17.144974 [ 3 ] {fc6c83aa-8f59-486e-b36d-49537f29c832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3269 | 2024.08.06 04:01:17.145391 [ 3 ] {fc6c83aa-8f59-486e-b36d-49537f29c832} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3270 | 2024.08.06 04:01:17.145938 [ 3 ] {fc6c83aa-8f59-486e-b36d-49537f29c832} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3271 | 2024.08.06 04:01:17.145975 [ 3 ] {fc6c83aa-8f59-486e-b36d-49537f29c832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3272 | 2024.08.06 04:01:17.146549 [ 3 ] {fc6c83aa-8f59-486e-b36d-49537f29c832} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3273 | 2024.08.06 04:01:17.146954 [ 3 ] {fc6c83aa-8f59-486e-b36d-49537f29c832} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3274 | 2024.08.06 04:01:17.147153 [ 3 ] {fc6c83aa-8f59-486e-b36d-49537f29c832} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002358 sec., 4664.970313825276 rows/sec., 8.36 MiB/sec. | ||
3275 | 2024.08.06 04:01:17.147444 [ 3 ] {fc6c83aa-8f59-486e-b36d-49537f29c832} <Debug> DynamicQueryHandler: Done processing query | ||
3276 | 2024.08.06 04:01:17.147470 [ 3 ] {fc6c83aa-8f59-486e-b36d-49537f29c832} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
3277 | 2024.08.06 04:01:17.147485 [ 3 ] {} <Debug> HTTP-Session: b236037e-15f8-4913-8631-4ae0f1f14baa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3278 | 2024.08.06 04:01:17.147606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 2405, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3279 | 2024.08.06 04:01:17.147656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3280 | 2024.08.06 04:01:17.147676 [ 3 ] {} <Debug> HTTP-Session: 6de9a1ae-0cc2-4f8c-aceb-a68abd3d04e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3281 | 2024.08.06 04:01:17.147693 [ 3 ] {} <Debug> HTTP-Session: 6de9a1ae-0cc2-4f8c-aceb-a68abd3d04e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3282 | 2024.08.06 04:01:17.147707 [ 3 ] {} <Debug> HTTP-Session: 6de9a1ae-0cc2-4f8c-aceb-a68abd3d04e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3283 | 2024.08.06 04:01:17.147738 [ 3 ] {} <Trace> HTTP-Session: 6de9a1ae-0cc2-4f8c-aceb-a68abd3d04e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3284 | 2024.08.06 04:01:17.147839 [ 3 ] {01a6cb18-9d92-403c-b8a8-64ca20c54715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3285 | 2024.08.06 04:01:17.147884 [ 3 ] {01a6cb18-9d92-403c-b8a8-64ca20c54715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3286 | 2024.08.06 04:01:17.148013 [ 3 ] {01a6cb18-9d92-403c-b8a8-64ca20c54715} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3287 | 2024.08.06 04:01:17.148307 [ 3 ] {01a6cb18-9d92-403c-b8a8-64ca20c54715} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3288 | 2024.08.06 04:01:17.148344 [ 3 ] {01a6cb18-9d92-403c-b8a8-64ca20c54715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3289 | 2024.08.06 04:01:17.148703 [ 3 ] {01a6cb18-9d92-403c-b8a8-64ca20c54715} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3290 | 2024.08.06 04:01:17.149026 [ 3 ] {01a6cb18-9d92-403c-b8a8-64ca20c54715} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3291 | 2024.08.06 04:01:17.149173 [ 3 ] {01a6cb18-9d92-403c-b8a8-64ca20c54715} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001351 sec., 11102.886750555144 rows/sec., 805.25 KiB/sec. | ||
3292 | 2024.08.06 04:01:17.149182 [ 46 ] {} <Debug> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3293 | 2024.08.06 04:01:17.149267 [ 46 ] {} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3294 | 2024.08.06 04:01:17.149312 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3295 | 2024.08.06 04:01:17.149436 [ 3 ] {01a6cb18-9d92-403c-b8a8-64ca20c54715} <Debug> DynamicQueryHandler: Done processing query | ||
3296 | 2024.08.06 04:01:17.149467 [ 200 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::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 | ||
3297 | 2024.08.06 04:01:17.149471 [ 3 ] {01a6cb18-9d92-403c-b8a8-64ca20c54715} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3298 | 2024.08.06 04:01:17.149512 [ 3 ] {} <Debug> HTTP-Session: 6de9a1ae-0cc2-4f8c-aceb-a68abd3d04e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3299 | 2024.08.06 04:01:17.149604 [ 200 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3300 | 2024.08.06 04:01:17.149645 [ 200 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part | ||
3301 | 2024.08.06 04:01:17.149659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3302 | 2024.08.06 04:01:17.149728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3303 | 2024.08.06 04:01:17.149788 [ 3 ] {} <Debug> HTTP-Session: 4ac2c2f5-8678-44fc-bd37-27e9400c52d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3304 | 2024.08.06 04:01:17.149805 [ 200 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
3305 | 2024.08.06 04:01:17.149820 [ 3 ] {} <Debug> HTTP-Session: 4ac2c2f5-8678-44fc-bd37-27e9400c52d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3306 | 2024.08.06 04:01:17.149851 [ 3 ] {} <Debug> HTTP-Session: 4ac2c2f5-8678-44fc-bd37-27e9400c52d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3307 | 2024.08.06 04:01:17.149951 [ 3 ] {} <Trace> HTTP-Session: 4ac2c2f5-8678-44fc-bd37-27e9400c52d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3308 | 2024.08.06 04:01:17.149957 [ 200 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part | ||
3309 | 2024.08.06 04:01:17.150330 [ 200 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part | ||
3310 | 2024.08.06 04:01:17.150337 [ 3 ] {73eddc77-c01f-47f8-9022-02da2d00fbad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3311 | 2024.08.06 04:01:17.150420 [ 200 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 23 rows starting from the beginning of the part | ||
3312 | 2024.08.06 04:01:17.150433 [ 3 ] {73eddc77-c01f-47f8-9022-02da2d00fbad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3313 | 2024.08.06 04:01:17.150855 [ 200 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 15 rows starting from the beginning of the part | ||
3314 | 2024.08.06 04:01:17.151264 [ 3 ] {73eddc77-c01f-47f8-9022-02da2d00fbad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3315 | 2024.08.06 04:01:17.151736 [ 3 ] {73eddc77-c01f-47f8-9022-02da2d00fbad} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3316 | 2024.08.06 04:01:17.151782 [ 3 ] {73eddc77-c01f-47f8-9022-02da2d00fbad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3317 | 2024.08.06 04:01:17.152346 [ 3 ] {73eddc77-c01f-47f8-9022-02da2d00fbad} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3318 | 2024.08.06 04:01:17.152425 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 4 columns (4 merged, 0 gathered) in 0.003012991 sec., 47129.247979831336 rows/sec., 2.66 MiB/sec. | ||
3319 | 2024.08.06 04:01:17.152583 [ 200 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3320 | 2024.08.06 04:01:17.152796 [ 3 ] {73eddc77-c01f-47f8-9022-02da2d00fbad} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3321 | 2024.08.06 04:01:17.153073 [ 3 ] {73eddc77-c01f-47f8-9022-02da2d00fbad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0029 sec., 20689.655172413793 rows/sec., 1.39 MiB/sec. | ||
3322 | 2024.08.06 04:01:17.153470 [ 200 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_6_1} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3323 | 2024.08.06 04:01:17.153706 [ 3 ] {73eddc77-c01f-47f8-9022-02da2d00fbad} <Debug> DynamicQueryHandler: Done processing query | ||
3324 | 2024.08.06 04:01:17.153732 [ 200 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_6_1} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3325 | 2024.08.06 04:01:17.153741 [ 3 ] {73eddc77-c01f-47f8-9022-02da2d00fbad} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3326 | 2024.08.06 04:01:17.153762 [ 3 ] {} <Debug> HTTP-Session: 4ac2c2f5-8678-44fc-bd37-27e9400c52d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3327 | 2024.08.06 04:01:17.153823 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3328 | 2024.08.06 04:01:21.015535 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3329 | 2024.08.06 04:01:21.015611 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3330 | 2024.08.06 04:01:22.131241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3331 | 2024.08.06 04:01:22.131352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3332 | 2024.08.06 04:01:22.131376 [ 3 ] {} <Debug> HTTP-Session: 5541d4e3-8479-4f47-93d5-5d8c9c145e44 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3333 | 2024.08.06 04:01:22.131401 [ 3 ] {} <Debug> HTTP-Session: 5541d4e3-8479-4f47-93d5-5d8c9c145e44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3334 | 2024.08.06 04:01:22.131415 [ 3 ] {} <Debug> HTTP-Session: 5541d4e3-8479-4f47-93d5-5d8c9c145e44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3335 | 2024.08.06 04:01:22.131466 [ 3 ] {} <Trace> HTTP-Session: 5541d4e3-8479-4f47-93d5-5d8c9c145e44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3336 | 2024.08.06 04:01:22.131647 [ 3 ] {9f3b090e-b525-4bb7-8a72-32fe3bf35ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3337 | 2024.08.06 04:01:22.131710 [ 3 ] {9f3b090e-b525-4bb7-8a72-32fe3bf35ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3338 | 2024.08.06 04:01:22.131903 [ 3 ] {9f3b090e-b525-4bb7-8a72-32fe3bf35ffd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3339 | 2024.08.06 04:01:22.132354 [ 3 ] {9f3b090e-b525-4bb7-8a72-32fe3bf35ffd} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3340 | 2024.08.06 04:01:22.132395 [ 3 ] {9f3b090e-b525-4bb7-8a72-32fe3bf35ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3341 | 2024.08.06 04:01:22.132765 [ 3 ] {9f3b090e-b525-4bb7-8a72-32fe3bf35ffd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3342 | 2024.08.06 04:01:22.133107 [ 3 ] {9f3b090e-b525-4bb7-8a72-32fe3bf35ffd} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3343 | 2024.08.06 04:01:22.133244 [ 3 ] {9f3b090e-b525-4bb7-8a72-32fe3bf35ffd} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001659 sec., 16877.637130801686 rows/sec., 1.25 MiB/sec. | ||
3344 | 2024.08.06 04:01:22.133570 [ 3 ] {9f3b090e-b525-4bb7-8a72-32fe3bf35ffd} <Debug> DynamicQueryHandler: Done processing query | ||
3345 | 2024.08.06 04:01:22.133597 [ 3 ] {9f3b090e-b525-4bb7-8a72-32fe3bf35ffd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3346 | 2024.08.06 04:01:22.133613 [ 3 ] {} <Debug> HTTP-Session: 5541d4e3-8479-4f47-93d5-5d8c9c145e44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3347 | 2024.08.06 04:01:22.133775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3348 | 2024.08.06 04:01:22.133824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3349 | 2024.08.06 04:01:22.133843 [ 3 ] {} <Debug> HTTP-Session: 990d0e70-fc66-4441-81a3-2cbbddbab087 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3350 | 2024.08.06 04:01:22.133859 [ 3 ] {} <Debug> HTTP-Session: 990d0e70-fc66-4441-81a3-2cbbddbab087 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3351 | 2024.08.06 04:01:22.133873 [ 3 ] {} <Debug> HTTP-Session: 990d0e70-fc66-4441-81a3-2cbbddbab087 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3352 | 2024.08.06 04:01:22.133905 [ 3 ] {} <Trace> HTTP-Session: 990d0e70-fc66-4441-81a3-2cbbddbab087 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3353 | 2024.08.06 04:01:22.134002 [ 3 ] {3ffa399e-e8ae-4c1d-88fd-3482babc3e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3354 | 2024.08.06 04:01:22.134047 [ 3 ] {3ffa399e-e8ae-4c1d-88fd-3482babc3e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3355 | 2024.08.06 04:01:22.134195 [ 3 ] {3ffa399e-e8ae-4c1d-88fd-3482babc3e3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3356 | 2024.08.06 04:01:22.134511 [ 3 ] {3ffa399e-e8ae-4c1d-88fd-3482babc3e3b} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3357 | 2024.08.06 04:01:22.134546 [ 3 ] {3ffa399e-e8ae-4c1d-88fd-3482babc3e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3358 | 2024.08.06 04:01:22.134846 [ 3 ] {3ffa399e-e8ae-4c1d-88fd-3482babc3e3b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3359 | 2024.08.06 04:01:22.135156 [ 3 ] {3ffa399e-e8ae-4c1d-88fd-3482babc3e3b} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3360 | 2024.08.06 04:01:22.135281 [ 3 ] {3ffa399e-e8ae-4c1d-88fd-3482babc3e3b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001304 sec., 3067.4846625766872 rows/sec., 250.13 KiB/sec. | ||
3361 | 2024.08.06 04:01:22.135440 [ 3 ] {3ffa399e-e8ae-4c1d-88fd-3482babc3e3b} <Debug> DynamicQueryHandler: Done processing query | ||
3362 | 2024.08.06 04:01:22.135465 [ 3 ] {3ffa399e-e8ae-4c1d-88fd-3482babc3e3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3363 | 2024.08.06 04:01:22.135481 [ 3 ] {} <Debug> HTTP-Session: 990d0e70-fc66-4441-81a3-2cbbddbab087 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3364 | 2024.08.06 04:01:22.135650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34537, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3365 | 2024.08.06 04:01:22.135698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3366 | 2024.08.06 04:01:22.135718 [ 3 ] {} <Debug> HTTP-Session: ca19d2e4-a297-46f0-98ba-68a639ffb995 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3367 | 2024.08.06 04:01:22.135734 [ 3 ] {} <Debug> HTTP-Session: ca19d2e4-a297-46f0-98ba-68a639ffb995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3368 | 2024.08.06 04:01:22.135748 [ 3 ] {} <Debug> HTTP-Session: ca19d2e4-a297-46f0-98ba-68a639ffb995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3369 | 2024.08.06 04:01:22.135779 [ 3 ] {} <Trace> HTTP-Session: ca19d2e4-a297-46f0-98ba-68a639ffb995 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3370 | 2024.08.06 04:01:22.135929 [ 3 ] {1cb3f276-f4b0-4c05-8cab-aa235013b86c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3371 | 2024.08.06 04:01:22.135973 [ 3 ] {1cb3f276-f4b0-4c05-8cab-aa235013b86c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3372 | 2024.08.06 04:01:22.136097 [ 3 ] {1cb3f276-f4b0-4c05-8cab-aa235013b86c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3373 | 2024.08.06 04:01:22.136548 [ 3 ] {1cb3f276-f4b0-4c05-8cab-aa235013b86c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3374 | 2024.08.06 04:01:22.136584 [ 3 ] {1cb3f276-f4b0-4c05-8cab-aa235013b86c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3375 | 2024.08.06 04:01:22.136923 [ 3 ] {1cb3f276-f4b0-4c05-8cab-aa235013b86c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3376 | 2024.08.06 04:01:22.137233 [ 3 ] {1cb3f276-f4b0-4c05-8cab-aa235013b86c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3377 | 2024.08.06 04:01:22.137361 [ 3 ] {1cb3f276-f4b0-4c05-8cab-aa235013b86c} <Debug> executeQuery: Read 229 rows, 20.61 KiB in 0.001503 sec., 152361.94278110444 rows/sec., 13.39 MiB/sec. | ||
3378 | 2024.08.06 04:01:22.137524 [ 3 ] {1cb3f276-f4b0-4c05-8cab-aa235013b86c} <Debug> DynamicQueryHandler: Done processing query | ||
3379 | 2024.08.06 04:01:22.137548 [ 3 ] {1cb3f276-f4b0-4c05-8cab-aa235013b86c} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
3380 | 2024.08.06 04:01:22.137565 [ 3 ] {} <Debug> HTTP-Session: ca19d2e4-a297-46f0-98ba-68a639ffb995 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3381 | 2024.08.06 04:01:22.137706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3382 | 2024.08.06 04:01:22.137754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3383 | 2024.08.06 04:01:22.137773 [ 3 ] {} <Debug> HTTP-Session: cb01a9d3-bcf0-4f90-b2ef-5fff1a88cce2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3384 | 2024.08.06 04:01:22.137790 [ 3 ] {} <Debug> HTTP-Session: cb01a9d3-bcf0-4f90-b2ef-5fff1a88cce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3385 | 2024.08.06 04:01:22.137805 [ 3 ] {} <Debug> HTTP-Session: cb01a9d3-bcf0-4f90-b2ef-5fff1a88cce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3386 | 2024.08.06 04:01:22.137837 [ 3 ] {} <Trace> HTTP-Session: cb01a9d3-bcf0-4f90-b2ef-5fff1a88cce2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3387 | 2024.08.06 04:01:22.137933 [ 3 ] {7e6fcc64-92e3-49ed-b388-6b354982f2d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3388 | 2024.08.06 04:01:22.137977 [ 3 ] {7e6fcc64-92e3-49ed-b388-6b354982f2d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3389 | 2024.08.06 04:01:22.138102 [ 3 ] {7e6fcc64-92e3-49ed-b388-6b354982f2d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3390 | 2024.08.06 04:01:22.138366 [ 3 ] {7e6fcc64-92e3-49ed-b388-6b354982f2d6} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3391 | 2024.08.06 04:01:22.138405 [ 3 ] {7e6fcc64-92e3-49ed-b388-6b354982f2d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3392 | 2024.08.06 04:01:22.138702 [ 3 ] {7e6fcc64-92e3-49ed-b388-6b354982f2d6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3393 | 2024.08.06 04:01:22.139006 [ 3 ] {7e6fcc64-92e3-49ed-b388-6b354982f2d6} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3394 | 2024.08.06 04:01:22.139127 [ 3 ] {7e6fcc64-92e3-49ed-b388-6b354982f2d6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001216 sec., 3289.4736842105262 rows/sec., 229.68 KiB/sec. | ||
3395 | 2024.08.06 04:01:22.139314 [ 3 ] {7e6fcc64-92e3-49ed-b388-6b354982f2d6} <Debug> DynamicQueryHandler: Done processing query | ||
3396 | 2024.08.06 04:01:22.139338 [ 3 ] {7e6fcc64-92e3-49ed-b388-6b354982f2d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3397 | 2024.08.06 04:01:22.139354 [ 3 ] {} <Debug> HTTP-Session: cb01a9d3-bcf0-4f90-b2ef-5fff1a88cce2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3398 | 2024.08.06 04:01:22.139520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3399 | 2024.08.06 04:01:22.139569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3400 | 2024.08.06 04:01:22.139588 [ 3 ] {} <Debug> HTTP-Session: 545b838e-eb7d-417b-bdb9-aa932285cb2a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3401 | 2024.08.06 04:01:22.139604 [ 3 ] {} <Debug> HTTP-Session: 545b838e-eb7d-417b-bdb9-aa932285cb2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3402 | 2024.08.06 04:01:22.139618 [ 3 ] {} <Debug> HTTP-Session: 545b838e-eb7d-417b-bdb9-aa932285cb2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3403 | 2024.08.06 04:01:22.139651 [ 3 ] {} <Trace> HTTP-Session: 545b838e-eb7d-417b-bdb9-aa932285cb2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3404 | 2024.08.06 04:01:22.139849 [ 3 ] {86fc00c4-896c-4789-b895-3f7e8f55d196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3405 | 2024.08.06 04:01:22.139892 [ 3 ] {86fc00c4-896c-4789-b895-3f7e8f55d196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3406 | 2024.08.06 04:01:22.140015 [ 3 ] {86fc00c4-896c-4789-b895-3f7e8f55d196} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3407 | 2024.08.06 04:01:22.140560 [ 3 ] {86fc00c4-896c-4789-b895-3f7e8f55d196} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3408 | 2024.08.06 04:01:22.140597 [ 3 ] {86fc00c4-896c-4789-b895-3f7e8f55d196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3409 | 2024.08.06 04:01:22.140924 [ 3 ] {86fc00c4-896c-4789-b895-3f7e8f55d196} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3410 | 2024.08.06 04:01:22.141241 [ 3 ] {86fc00c4-896c-4789-b895-3f7e8f55d196} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3411 | 2024.08.06 04:01:22.141377 [ 3 ] {86fc00c4-896c-4789-b895-3f7e8f55d196} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001637 sec., 249236.40806353083 rows/sec., 17.64 MiB/sec. | ||
3412 | 2024.08.06 04:01:22.141540 [ 3 ] {86fc00c4-896c-4789-b895-3f7e8f55d196} <Debug> DynamicQueryHandler: Done processing query | ||
3413 | 2024.08.06 04:01:22.141564 [ 3 ] {86fc00c4-896c-4789-b895-3f7e8f55d196} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
3414 | 2024.08.06 04:01:22.141581 [ 3 ] {} <Debug> HTTP-Session: 545b838e-eb7d-417b-bdb9-aa932285cb2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3415 | 2024.08.06 04:01:22.141722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3416 | 2024.08.06 04:01:22.141770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3417 | 2024.08.06 04:01:22.141789 [ 3 ] {} <Debug> HTTP-Session: 3c9658dd-90f7-446c-91d4-6bc08505401a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3418 | 2024.08.06 04:01:22.141806 [ 3 ] {} <Debug> HTTP-Session: 3c9658dd-90f7-446c-91d4-6bc08505401a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3419 | 2024.08.06 04:01:22.141820 [ 3 ] {} <Debug> HTTP-Session: 3c9658dd-90f7-446c-91d4-6bc08505401a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3420 | 2024.08.06 04:01:22.141850 [ 3 ] {} <Trace> HTTP-Session: 3c9658dd-90f7-446c-91d4-6bc08505401a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3421 | 2024.08.06 04:01:22.141947 [ 3 ] {d234dc52-bfd2-49f2-ad5f-5209b0f029e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3422 | 2024.08.06 04:01:22.141992 [ 3 ] {d234dc52-bfd2-49f2-ad5f-5209b0f029e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3423 | 2024.08.06 04:01:22.142120 [ 3 ] {d234dc52-bfd2-49f2-ad5f-5209b0f029e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3424 | 2024.08.06 04:01:22.142386 [ 3 ] {d234dc52-bfd2-49f2-ad5f-5209b0f029e5} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3425 | 2024.08.06 04:01:22.142421 [ 3 ] {d234dc52-bfd2-49f2-ad5f-5209b0f029e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3426 | 2024.08.06 04:01:22.142783 [ 3 ] {d234dc52-bfd2-49f2-ad5f-5209b0f029e5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3427 | 2024.08.06 04:01:22.143104 [ 3 ] {d234dc52-bfd2-49f2-ad5f-5209b0f029e5} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3428 | 2024.08.06 04:01:22.143219 [ 40 ] {} <Debug> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3429 | 2024.08.06 04:01:22.143226 [ 3 ] {d234dc52-bfd2-49f2-ad5f-5209b0f029e5} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001303 sec., 4604.758250191865 rows/sec., 197.86 KiB/sec. | ||
3430 | 2024.08.06 04:01:22.143262 [ 40 ] {} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3431 | 2024.08.06 04:01:22.143294 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3432 | 2024.08.06 04:01:22.143541 [ 3 ] {d234dc52-bfd2-49f2-ad5f-5209b0f029e5} <Debug> DynamicQueryHandler: Done processing query | ||
3433 | 2024.08.06 04:01:22.143603 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::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 | ||
3434 | 2024.08.06 04:01:22.143607 [ 3 ] {d234dc52-bfd2-49f2-ad5f-5209b0f029e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3435 | 2024.08.06 04:01:22.143713 [ 3 ] {} <Debug> HTTP-Session: 3c9658dd-90f7-446c-91d4-6bc08505401a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3436 | 2024.08.06 04:01:22.143840 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3437 | 2024.08.06 04:01:22.143888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3438 | 2024.08.06 04:01:22.143910 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
3439 | 2024.08.06 04:01:22.143978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3440 | 2024.08.06 04:01:22.144013 [ 3 ] {} <Debug> HTTP-Session: fa93e721-6a16-4fe2-9be7-93b1563d9468 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3441 | 2024.08.06 04:01:22.144095 [ 3 ] {} <Debug> HTTP-Session: fa93e721-6a16-4fe2-9be7-93b1563d9468 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3442 | 2024.08.06 04:01:22.144175 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
3443 | 2024.08.06 04:01:22.144178 [ 3 ] {} <Debug> HTTP-Session: fa93e721-6a16-4fe2-9be7-93b1563d9468 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3444 | 2024.08.06 04:01:22.144320 [ 3 ] {} <Trace> HTTP-Session: fa93e721-6a16-4fe2-9be7-93b1563d9468 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3445 | 2024.08.06 04:01:22.144441 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
3446 | 2024.08.06 04:01:22.144739 [ 3 ] {5cb8855a-5b38-404e-94be-49cdae818593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3447 | 2024.08.06 04:01:22.144758 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
3448 | 2024.08.06 04:01:22.144889 [ 3 ] {5cb8855a-5b38-404e-94be-49cdae818593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3449 | 2024.08.06 04:01:22.145035 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
3450 | 2024.08.06 04:01:22.145413 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
3451 | 2024.08.06 04:01:22.146166 [ 3 ] {5cb8855a-5b38-404e-94be-49cdae818593} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3452 | 2024.08.06 04:01:22.146936 [ 3 ] {5cb8855a-5b38-404e-94be-49cdae818593} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3453 | 2024.08.06 04:01:22.146995 [ 3 ] {5cb8855a-5b38-404e-94be-49cdae818593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3454 | 2024.08.06 04:01:22.148175 [ 3 ] {5cb8855a-5b38-404e-94be-49cdae818593} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3455 | 2024.08.06 04:01:22.148348 [ 200 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004946826 sec., 7277.393625730923 rows/sec., 312.70 KiB/sec. | ||
3456 | 2024.08.06 04:01:22.148533 [ 200 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3457 | 2024.08.06 04:01:22.148713 [ 3 ] {5cb8855a-5b38-404e-94be-49cdae818593} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3458 | 2024.08.06 04:01:22.148970 [ 39 ] {} <Debug> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3459 | 2024.08.06 04:01:22.149017 [ 3 ] {5cb8855a-5b38-404e-94be-49cdae818593} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00447 sec., 17225.950782997763 rows/sec., 1.06 MiB/sec. | ||
3460 | 2024.08.06 04:01:22.149119 [ 39 ] {} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3461 | 2024.08.06 04:01:22.149246 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3462 | 2024.08.06 04:01:22.149601 [ 3 ] {5cb8855a-5b38-404e-94be-49cdae818593} <Debug> DynamicQueryHandler: Done processing query | ||
3463 | 2024.08.06 04:01:22.149614 [ 199 ] {2084a85a-13a2-498d-bff1-abd4a385858f::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 | ||
3464 | 2024.08.06 04:01:22.149665 [ 3 ] {5cb8855a-5b38-404e-94be-49cdae818593} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3465 | 2024.08.06 04:01:22.149724 [ 200 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_6_1} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3466 | 2024.08.06 04:01:22.149754 [ 3 ] {} <Debug> HTTP-Session: fa93e721-6a16-4fe2-9be7-93b1563d9468 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3467 | 2024.08.06 04:01:22.150069 [ 200 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_6_1} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3468 | 2024.08.06 04:01:22.150082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3469 | 2024.08.06 04:01:22.150154 [ 199 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3470 | 2024.08.06 04:01:22.150221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3471 | 2024.08.06 04:01:22.150313 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3472 | 2024.08.06 04:01:22.150331 [ 3 ] {} <Debug> HTTP-Session: f8d47591-493e-49f1-917f-06406268452f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3473 | 2024.08.06 04:01:22.150316 [ 199 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part | ||
3474 | 2024.08.06 04:01:22.150374 [ 3 ] {} <Debug> HTTP-Session: f8d47591-493e-49f1-917f-06406268452f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3475 | 2024.08.06 04:01:22.150410 [ 3 ] {} <Debug> HTTP-Session: f8d47591-493e-49f1-917f-06406268452f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3476 | 2024.08.06 04:01:22.150538 [ 3 ] {} <Trace> HTTP-Session: f8d47591-493e-49f1-917f-06406268452f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3477 | 2024.08.06 04:01:22.150632 [ 199 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 77 rows starting from the beginning of the part | ||
3478 | 2024.08.06 04:01:22.150951 [ 199 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 77 rows starting from the beginning of the part | ||
3479 | 2024.08.06 04:01:22.151000 [ 3 ] {f79eabdc-9af5-4866-90a5-f604db9968f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3480 | 2024.08.06 04:01:22.151182 [ 3 ] {f79eabdc-9af5-4866-90a5-f604db9968f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3481 | 2024.08.06 04:01:22.151389 [ 199 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 77 rows starting from the beginning of the part | ||
3482 | 2024.08.06 04:01:22.151819 [ 199 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 77 rows starting from the beginning of the part | ||
3483 | 2024.08.06 04:01:22.152192 [ 199 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 77 rows starting from the beginning of the part | ||
3484 | 2024.08.06 04:01:22.152427 [ 3 ] {f79eabdc-9af5-4866-90a5-f604db9968f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3485 | 2024.08.06 04:01:22.153565 [ 3 ] {f79eabdc-9af5-4866-90a5-f604db9968f0} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3486 | 2024.08.06 04:01:22.153637 [ 3 ] {f79eabdc-9af5-4866-90a5-f604db9968f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3487 | 2024.08.06 04:01:22.154721 [ 3 ] {f79eabdc-9af5-4866-90a5-f604db9968f0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3488 | 2024.08.06 04:01:22.155050 [ 198 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 5 columns (5 merged, 0 gathered) in 0.005607742 sec., 82386.10121507017 rows/sec., 5.07 MiB/sec. | ||
3489 | 2024.08.06 04:01:22.155345 [ 198 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3490 | 2024.08.06 04:01:22.155381 [ 3 ] {f79eabdc-9af5-4866-90a5-f604db9968f0} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3491 | 2024.08.06 04:01:22.155741 [ 3 ] {f79eabdc-9af5-4866-90a5-f604db9968f0} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004964 sec., 32634.971796937956 rows/sec., 2.27 MiB/sec. | ||
3492 | 2024.08.06 04:01:22.156201 [ 3 ] {f79eabdc-9af5-4866-90a5-f604db9968f0} <Debug> DynamicQueryHandler: Done processing query | ||
3493 | 2024.08.06 04:01:22.156231 [ 3 ] {f79eabdc-9af5-4866-90a5-f604db9968f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3494 | 2024.08.06 04:01:22.156274 [ 3 ] {} <Debug> HTTP-Session: f8d47591-493e-49f1-917f-06406268452f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3495 | 2024.08.06 04:01:22.156402 [ 198 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3496 | 2024.08.06 04:01:22.156478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3497 | 2024.08.06 04:01:22.156539 [ 198 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3498 | 2024.08.06 04:01:22.156559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3499 | 2024.08.06 04:01:22.156590 [ 3 ] {} <Debug> HTTP-Session: 587d1953-4843-44d5-a5e5-bc07f5a33df7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3500 | 2024.08.06 04:01:22.156635 [ 3 ] {} <Debug> HTTP-Session: 587d1953-4843-44d5-a5e5-bc07f5a33df7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3501 | 2024.08.06 04:01:22.156684 [ 3 ] {} <Debug> HTTP-Session: 587d1953-4843-44d5-a5e5-bc07f5a33df7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3502 | 2024.08.06 04:01:22.156706 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3503 | 2024.08.06 04:01:22.156740 [ 3 ] {} <Trace> HTTP-Session: 587d1953-4843-44d5-a5e5-bc07f5a33df7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3504 | 2024.08.06 04:01:22.157044 [ 3 ] {11bd5474-ae4f-4caa-81b5-dd2c772fcd41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3505 | 2024.08.06 04:01:22.157113 [ 3 ] {11bd5474-ae4f-4caa-81b5-dd2c772fcd41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3506 | 2024.08.06 04:01:22.157560 [ 3 ] {11bd5474-ae4f-4caa-81b5-dd2c772fcd41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3507 | 2024.08.06 04:01:22.158238 [ 3 ] {11bd5474-ae4f-4caa-81b5-dd2c772fcd41} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3508 | 2024.08.06 04:01:22.158272 [ 3 ] {11bd5474-ae4f-4caa-81b5-dd2c772fcd41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3509 | 2024.08.06 04:01:22.158880 [ 3 ] {11bd5474-ae4f-4caa-81b5-dd2c772fcd41} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3510 | 2024.08.06 04:01:22.159284 [ 3 ] {11bd5474-ae4f-4caa-81b5-dd2c772fcd41} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3511 | 2024.08.06 04:01:22.159493 [ 3 ] {11bd5474-ae4f-4caa-81b5-dd2c772fcd41} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002651 sec., 8298.755186721992 rows/sec., 14.87 MiB/sec. | ||
3512 | 2024.08.06 04:01:22.159712 [ 3 ] {11bd5474-ae4f-4caa-81b5-dd2c772fcd41} <Debug> DynamicQueryHandler: Done processing query | ||
3513 | 2024.08.06 04:01:22.159736 [ 3 ] {11bd5474-ae4f-4caa-81b5-dd2c772fcd41} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3514 | 2024.08.06 04:01:22.159752 [ 3 ] {} <Debug> HTTP-Session: 587d1953-4843-44d5-a5e5-bc07f5a33df7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3515 | 2024.08.06 04:01:22.159886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3516 | 2024.08.06 04:01:22.159936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3517 | 2024.08.06 04:01:22.159954 [ 3 ] {} <Debug> HTTP-Session: 19ec523a-4d6b-4cef-b2c9-ddca38092e1a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3518 | 2024.08.06 04:01:22.159970 [ 3 ] {} <Debug> HTTP-Session: 19ec523a-4d6b-4cef-b2c9-ddca38092e1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3519 | 2024.08.06 04:01:22.159984 [ 3 ] {} <Debug> HTTP-Session: 19ec523a-4d6b-4cef-b2c9-ddca38092e1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3520 | 2024.08.06 04:01:22.160014 [ 3 ] {} <Trace> HTTP-Session: 19ec523a-4d6b-4cef-b2c9-ddca38092e1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3521 | 2024.08.06 04:01:22.160113 [ 3 ] {096169d3-ed26-4e2d-bd61-56919285c56a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3522 | 2024.08.06 04:01:22.160157 [ 3 ] {096169d3-ed26-4e2d-bd61-56919285c56a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3523 | 2024.08.06 04:01:22.160285 [ 3 ] {096169d3-ed26-4e2d-bd61-56919285c56a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3524 | 2024.08.06 04:01:22.160548 [ 3 ] {096169d3-ed26-4e2d-bd61-56919285c56a} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3525 | 2024.08.06 04:01:22.160583 [ 3 ] {096169d3-ed26-4e2d-bd61-56919285c56a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3526 | 2024.08.06 04:01:22.160932 [ 3 ] {096169d3-ed26-4e2d-bd61-56919285c56a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3527 | 2024.08.06 04:01:22.161257 [ 3 ] {096169d3-ed26-4e2d-bd61-56919285c56a} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3528 | 2024.08.06 04:01:22.161409 [ 3 ] {096169d3-ed26-4e2d-bd61-56919285c56a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001324 sec., 17371.601208459215 rows/sec., 939.68 KiB/sec. | ||
3529 | 2024.08.06 04:01:22.161561 [ 3 ] {096169d3-ed26-4e2d-bd61-56919285c56a} <Debug> DynamicQueryHandler: Done processing query | ||
3530 | 2024.08.06 04:01:22.161585 [ 3 ] {096169d3-ed26-4e2d-bd61-56919285c56a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3531 | 2024.08.06 04:01:22.161601 [ 3 ] {} <Debug> HTTP-Session: 19ec523a-4d6b-4cef-b2c9-ddca38092e1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3532 | 2024.08.06 04:01:22.161720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3533 | 2024.08.06 04:01:22.161767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3534 | 2024.08.06 04:01:22.161785 [ 3 ] {} <Debug> HTTP-Session: bcb86cf0-22dc-4dc3-a958-fcb1e03f324c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3535 | 2024.08.06 04:01:22.161801 [ 3 ] {} <Debug> HTTP-Session: bcb86cf0-22dc-4dc3-a958-fcb1e03f324c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3536 | 2024.08.06 04:01:22.161815 [ 3 ] {} <Debug> HTTP-Session: bcb86cf0-22dc-4dc3-a958-fcb1e03f324c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3537 | 2024.08.06 04:01:22.161845 [ 3 ] {} <Trace> HTTP-Session: bcb86cf0-22dc-4dc3-a958-fcb1e03f324c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3538 | 2024.08.06 04:01:22.161955 [ 3 ] {3b8d07c7-cbee-4f22-ad47-f048a4f622ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3539 | 2024.08.06 04:01:22.161998 [ 3 ] {3b8d07c7-cbee-4f22-ad47-f048a4f622ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3540 | 2024.08.06 04:01:22.162125 [ 3 ] {3b8d07c7-cbee-4f22-ad47-f048a4f622ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3541 | 2024.08.06 04:01:22.162461 [ 3 ] {3b8d07c7-cbee-4f22-ad47-f048a4f622ce} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3542 | 2024.08.06 04:01:22.162496 [ 3 ] {3b8d07c7-cbee-4f22-ad47-f048a4f622ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
3543 | 2024.08.06 04:01:22.162843 [ 3 ] {3b8d07c7-cbee-4f22-ad47-f048a4f622ce} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3544 | 2024.08.06 04:01:22.163173 [ 3 ] {3b8d07c7-cbee-4f22-ad47-f048a4f622ce} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3545 | 2024.08.06 04:01:22.163328 [ 3 ] {3b8d07c7-cbee-4f22-ad47-f048a4f622ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
3546 | 2024.08.06 04:01:22.163630 [ 3 ] {3b8d07c7-cbee-4f22-ad47-f048a4f622ce} <Debug> DynamicQueryHandler: Done processing query | ||
3547 | 2024.08.06 04:01:22.163655 [ 3 ] {3b8d07c7-cbee-4f22-ad47-f048a4f622ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3548 | 2024.08.06 04:01:22.163671 [ 3 ] {} <Debug> HTTP-Session: bcb86cf0-22dc-4dc3-a958-fcb1e03f324c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3549 | 2024.08.06 04:01:27.126515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3550 | 2024.08.06 04:01:27.126645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3551 | 2024.08.06 04:01:27.126671 [ 3 ] {} <Debug> HTTP-Session: 49295745-5da4-49ea-9ebd-f518893bb1b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3552 | 2024.08.06 04:01:27.126695 [ 3 ] {} <Debug> HTTP-Session: 49295745-5da4-49ea-9ebd-f518893bb1b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3553 | 2024.08.06 04:01:27.126709 [ 3 ] {} <Debug> HTTP-Session: 49295745-5da4-49ea-9ebd-f518893bb1b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3554 | 2024.08.06 04:01:27.126759 [ 3 ] {} <Trace> HTTP-Session: 49295745-5da4-49ea-9ebd-f518893bb1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3555 | 2024.08.06 04:01:27.126939 [ 3 ] {1ffe270e-a490-49d6-87da-96ea50fffa2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3556 | 2024.08.06 04:01:27.127006 [ 3 ] {1ffe270e-a490-49d6-87da-96ea50fffa2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3557 | 2024.08.06 04:01:27.127201 [ 3 ] {1ffe270e-a490-49d6-87da-96ea50fffa2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3558 | 2024.08.06 04:01:27.127675 [ 3 ] {1ffe270e-a490-49d6-87da-96ea50fffa2c} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3559 | 2024.08.06 04:01:27.127725 [ 3 ] {1ffe270e-a490-49d6-87da-96ea50fffa2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3560 | 2024.08.06 04:01:27.128114 [ 3 ] {1ffe270e-a490-49d6-87da-96ea50fffa2c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3561 | 2024.08.06 04:01:27.128472 [ 3 ] {1ffe270e-a490-49d6-87da-96ea50fffa2c} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3562 | 2024.08.06 04:01:27.128645 [ 3 ] {1ffe270e-a490-49d6-87da-96ea50fffa2c} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001755 sec., 6267.806267806268 rows/sec., 508.04 KiB/sec. | ||
3563 | 2024.08.06 04:01:27.128985 [ 3 ] {1ffe270e-a490-49d6-87da-96ea50fffa2c} <Debug> DynamicQueryHandler: Done processing query | ||
3564 | 2024.08.06 04:01:27.129013 [ 3 ] {1ffe270e-a490-49d6-87da-96ea50fffa2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3565 | 2024.08.06 04:01:27.129031 [ 3 ] {} <Debug> HTTP-Session: 49295745-5da4-49ea-9ebd-f518893bb1b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3566 | 2024.08.06 04:01:27.129195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3567 | 2024.08.06 04:01:27.129265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3568 | 2024.08.06 04:01:27.129292 [ 3 ] {} <Debug> HTTP-Session: 8fde8d00-a00f-4310-9510-ff1d6fd41366 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3569 | 2024.08.06 04:01:27.129312 [ 3 ] {} <Debug> HTTP-Session: 8fde8d00-a00f-4310-9510-ff1d6fd41366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3570 | 2024.08.06 04:01:27.129326 [ 3 ] {} <Debug> HTTP-Session: 8fde8d00-a00f-4310-9510-ff1d6fd41366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3571 | 2024.08.06 04:01:27.129362 [ 3 ] {} <Trace> HTTP-Session: 8fde8d00-a00f-4310-9510-ff1d6fd41366 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3572 | 2024.08.06 04:01:27.129509 [ 3 ] {f2dd9eb1-ea5c-480d-a3ec-d5364e9ec9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3573 | 2024.08.06 04:01:27.129561 [ 3 ] {f2dd9eb1-ea5c-480d-a3ec-d5364e9ec9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3574 | 2024.08.06 04:01:27.129721 [ 3 ] {f2dd9eb1-ea5c-480d-a3ec-d5364e9ec9d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3575 | 2024.08.06 04:01:27.130095 [ 3 ] {f2dd9eb1-ea5c-480d-a3ec-d5364e9ec9d2} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3576 | 2024.08.06 04:01:27.130133 [ 3 ] {f2dd9eb1-ea5c-480d-a3ec-d5364e9ec9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3577 | 2024.08.06 04:01:27.130478 [ 3 ] {f2dd9eb1-ea5c-480d-a3ec-d5364e9ec9d2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3578 | 2024.08.06 04:01:27.130824 [ 3 ] {f2dd9eb1-ea5c-480d-a3ec-d5364e9ec9d2} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3579 | 2024.08.06 04:01:27.130982 [ 3 ] {f2dd9eb1-ea5c-480d-a3ec-d5364e9ec9d2} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001515 sec., 58745.87458745874 rows/sec., 4.75 MiB/sec. | ||
3580 | 2024.08.06 04:01:27.131159 [ 3 ] {f2dd9eb1-ea5c-480d-a3ec-d5364e9ec9d2} <Debug> DynamicQueryHandler: Done processing query | ||
3581 | 2024.08.06 04:01:27.131186 [ 3 ] {f2dd9eb1-ea5c-480d-a3ec-d5364e9ec9d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3582 | 2024.08.06 04:01:27.131202 [ 3 ] {} <Debug> HTTP-Session: 8fde8d00-a00f-4310-9510-ff1d6fd41366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3583 | 2024.08.06 04:01:27.131340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3584 | 2024.08.06 04:01:27.131393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3585 | 2024.08.06 04:01:27.131414 [ 3 ] {} <Debug> HTTP-Session: 22f5fc1e-ca7f-4ef5-800c-8692e0146f73 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3586 | 2024.08.06 04:01:27.131430 [ 3 ] {} <Debug> HTTP-Session: 22f5fc1e-ca7f-4ef5-800c-8692e0146f73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3587 | 2024.08.06 04:01:27.131444 [ 3 ] {} <Debug> HTTP-Session: 22f5fc1e-ca7f-4ef5-800c-8692e0146f73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3588 | 2024.08.06 04:01:27.131477 [ 3 ] {} <Trace> HTTP-Session: 22f5fc1e-ca7f-4ef5-800c-8692e0146f73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3589 | 2024.08.06 04:01:27.131608 [ 3 ] {6865fd4d-ea6e-4887-9c08-8bfad7581743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3590 | 2024.08.06 04:01:27.131653 [ 3 ] {6865fd4d-ea6e-4887-9c08-8bfad7581743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3591 | 2024.08.06 04:01:27.131785 [ 3 ] {6865fd4d-ea6e-4887-9c08-8bfad7581743} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3592 | 2024.08.06 04:01:27.132123 [ 3 ] {6865fd4d-ea6e-4887-9c08-8bfad7581743} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3593 | 2024.08.06 04:01:27.132161 [ 3 ] {6865fd4d-ea6e-4887-9c08-8bfad7581743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3594 | 2024.08.06 04:01:27.132496 [ 3 ] {6865fd4d-ea6e-4887-9c08-8bfad7581743} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3595 | 2024.08.06 04:01:27.132838 [ 3 ] {6865fd4d-ea6e-4887-9c08-8bfad7581743} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3596 | 2024.08.06 04:01:27.133003 [ 3 ] {6865fd4d-ea6e-4887-9c08-8bfad7581743} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001437 sec., 52192.06680584551 rows/sec., 4.07 MiB/sec. | ||
3597 | 2024.08.06 04:01:27.133176 [ 3 ] {6865fd4d-ea6e-4887-9c08-8bfad7581743} <Debug> DynamicQueryHandler: Done processing query | ||
3598 | 2024.08.06 04:01:27.133201 [ 3 ] {6865fd4d-ea6e-4887-9c08-8bfad7581743} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3599 | 2024.08.06 04:01:27.133218 [ 3 ] {} <Debug> HTTP-Session: 22f5fc1e-ca7f-4ef5-800c-8692e0146f73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3600 | 2024.08.06 04:01:27.133373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3601 | 2024.08.06 04:01:27.133425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3602 | 2024.08.06 04:01:27.133449 [ 3 ] {} <Debug> HTTP-Session: 4b6e8e05-d163-4b26-8f0c-29cc4cc96b65 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3603 | 2024.08.06 04:01:27.133467 [ 3 ] {} <Debug> HTTP-Session: 4b6e8e05-d163-4b26-8f0c-29cc4cc96b65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3604 | 2024.08.06 04:01:27.133481 [ 3 ] {} <Debug> HTTP-Session: 4b6e8e05-d163-4b26-8f0c-29cc4cc96b65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3605 | 2024.08.06 04:01:27.133512 [ 3 ] {} <Trace> HTTP-Session: 4b6e8e05-d163-4b26-8f0c-29cc4cc96b65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3606 | 2024.08.06 04:01:27.133669 [ 3 ] {f385c0d4-cea3-4251-a9e7-1f28c98b4695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3607 | 2024.08.06 04:01:27.133719 [ 3 ] {f385c0d4-cea3-4251-a9e7-1f28c98b4695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3608 | 2024.08.06 04:01:27.133869 [ 3 ] {f385c0d4-cea3-4251-a9e7-1f28c98b4695} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3609 | 2024.08.06 04:01:27.134253 [ 3 ] {f385c0d4-cea3-4251-a9e7-1f28c98b4695} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3610 | 2024.08.06 04:01:27.134290 [ 3 ] {f385c0d4-cea3-4251-a9e7-1f28c98b4695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3611 | 2024.08.06 04:01:27.134696 [ 3 ] {f385c0d4-cea3-4251-a9e7-1f28c98b4695} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3612 | 2024.08.06 04:01:27.135065 [ 3 ] {f385c0d4-cea3-4251-a9e7-1f28c98b4695} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3613 | 2024.08.06 04:01:27.135194 [ 3 ] {f385c0d4-cea3-4251-a9e7-1f28c98b4695} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
3614 | 2024.08.06 04:01:27.135400 [ 3 ] {f385c0d4-cea3-4251-a9e7-1f28c98b4695} <Debug> DynamicQueryHandler: Done processing query | ||
3615 | 2024.08.06 04:01:27.135425 [ 3 ] {f385c0d4-cea3-4251-a9e7-1f28c98b4695} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3616 | 2024.08.06 04:01:27.135441 [ 3 ] {} <Debug> HTTP-Session: 4b6e8e05-d163-4b26-8f0c-29cc4cc96b65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3617 | 2024.08.06 04:01:27.135586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3618 | 2024.08.06 04:01:27.135635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3619 | 2024.08.06 04:01:27.135656 [ 3 ] {} <Debug> HTTP-Session: 12792934-dd90-4a02-8cab-d5a3d8e94b00 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3620 | 2024.08.06 04:01:27.135672 [ 3 ] {} <Debug> HTTP-Session: 12792934-dd90-4a02-8cab-d5a3d8e94b00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3621 | 2024.08.06 04:01:27.135686 [ 3 ] {} <Debug> HTTP-Session: 12792934-dd90-4a02-8cab-d5a3d8e94b00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3622 | 2024.08.06 04:01:27.135717 [ 3 ] {} <Trace> HTTP-Session: 12792934-dd90-4a02-8cab-d5a3d8e94b00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3623 | 2024.08.06 04:01:27.135909 [ 3 ] {ed03fe06-94ef-4f2d-b5f8-50d7d216dab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3624 | 2024.08.06 04:01:27.135976 [ 3 ] {ed03fe06-94ef-4f2d-b5f8-50d7d216dab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3625 | 2024.08.06 04:01:27.136387 [ 3 ] {ed03fe06-94ef-4f2d-b5f8-50d7d216dab2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3626 | 2024.08.06 04:01:27.136909 [ 3 ] {ed03fe06-94ef-4f2d-b5f8-50d7d216dab2} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3627 | 2024.08.06 04:01:27.136946 [ 3 ] {ed03fe06-94ef-4f2d-b5f8-50d7d216dab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3628 | 2024.08.06 04:01:27.137564 [ 3 ] {ed03fe06-94ef-4f2d-b5f8-50d7d216dab2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3629 | 2024.08.06 04:01:27.137992 [ 3 ] {ed03fe06-94ef-4f2d-b5f8-50d7d216dab2} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3630 | 2024.08.06 04:01:27.138189 [ 3 ] {ed03fe06-94ef-4f2d-b5f8-50d7d216dab2} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00239 sec., 4602.5104602510455 rows/sec., 8.25 MiB/sec. | ||
3631 | 2024.08.06 04:01:27.138645 [ 3 ] {ed03fe06-94ef-4f2d-b5f8-50d7d216dab2} <Debug> DynamicQueryHandler: Done processing query | ||
3632 | 2024.08.06 04:01:27.138671 [ 3 ] {ed03fe06-94ef-4f2d-b5f8-50d7d216dab2} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
3633 | 2024.08.06 04:01:27.138686 [ 3 ] {} <Debug> HTTP-Session: 12792934-dd90-4a02-8cab-d5a3d8e94b00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3634 | 2024.08.06 04:01:27.138825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3635 | 2024.08.06 04:01:27.138875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3636 | 2024.08.06 04:01:27.138895 [ 3 ] {} <Debug> HTTP-Session: 847c5238-3ddf-489c-9721-686ad4bc193f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3637 | 2024.08.06 04:01:27.138912 [ 3 ] {} <Debug> HTTP-Session: 847c5238-3ddf-489c-9721-686ad4bc193f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3638 | 2024.08.06 04:01:27.138926 [ 3 ] {} <Debug> HTTP-Session: 847c5238-3ddf-489c-9721-686ad4bc193f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3639 | 2024.08.06 04:01:27.138956 [ 3 ] {} <Trace> HTTP-Session: 847c5238-3ddf-489c-9721-686ad4bc193f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3640 | 2024.08.06 04:01:27.139087 [ 3 ] {ac3e34dd-b3e0-4e3a-a087-deb4e6b8f891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3641 | 2024.08.06 04:01:27.139132 [ 3 ] {ac3e34dd-b3e0-4e3a-a087-deb4e6b8f891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3642 | 2024.08.06 04:01:27.139272 [ 3 ] {ac3e34dd-b3e0-4e3a-a087-deb4e6b8f891} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3643 | 2024.08.06 04:01:27.139568 [ 3 ] {ac3e34dd-b3e0-4e3a-a087-deb4e6b8f891} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3644 | 2024.08.06 04:01:27.139604 [ 3 ] {ac3e34dd-b3e0-4e3a-a087-deb4e6b8f891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3645 | 2024.08.06 04:01:27.139998 [ 3 ] {ac3e34dd-b3e0-4e3a-a087-deb4e6b8f891} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3646 | 2024.08.06 04:01:27.140357 [ 3 ] {ac3e34dd-b3e0-4e3a-a087-deb4e6b8f891} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3647 | 2024.08.06 04:01:27.140517 [ 3 ] {ac3e34dd-b3e0-4e3a-a087-deb4e6b8f891} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. | ||
3648 | 2024.08.06 04:01:27.140690 [ 3 ] {ac3e34dd-b3e0-4e3a-a087-deb4e6b8f891} <Debug> DynamicQueryHandler: Done processing query | ||
3649 | 2024.08.06 04:01:27.140716 [ 3 ] {ac3e34dd-b3e0-4e3a-a087-deb4e6b8f891} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3650 | 2024.08.06 04:01:27.140731 [ 3 ] {} <Debug> HTTP-Session: 847c5238-3ddf-489c-9721-686ad4bc193f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3651 | 2024.08.06 04:01:32.129994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3652 | 2024.08.06 04:01:32.130138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3653 | 2024.08.06 04:01:32.130168 [ 3 ] {} <Debug> HTTP-Session: f6d74734-604c-4ddb-8d23-103a6fcd27b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3654 | 2024.08.06 04:01:32.130196 [ 3 ] {} <Debug> HTTP-Session: f6d74734-604c-4ddb-8d23-103a6fcd27b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3655 | 2024.08.06 04:01:32.130255 [ 3 ] {} <Debug> HTTP-Session: f6d74734-604c-4ddb-8d23-103a6fcd27b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3656 | 2024.08.06 04:01:32.130311 [ 3 ] {} <Trace> HTTP-Session: f6d74734-604c-4ddb-8d23-103a6fcd27b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3657 | 2024.08.06 04:01:32.130497 [ 3 ] {f793c5fe-066b-4c25-af0d-c1357f68c8e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3658 | 2024.08.06 04:01:32.130566 [ 3 ] {f793c5fe-066b-4c25-af0d-c1357f68c8e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3659 | 2024.08.06 04:01:32.130759 [ 3 ] {f793c5fe-066b-4c25-af0d-c1357f68c8e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3660 | 2024.08.06 04:01:32.131189 [ 3 ] {f793c5fe-066b-4c25-af0d-c1357f68c8e7} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3661 | 2024.08.06 04:01:32.131229 [ 3 ] {f793c5fe-066b-4c25-af0d-c1357f68c8e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3662 | 2024.08.06 04:01:32.131601 [ 3 ] {f793c5fe-066b-4c25-af0d-c1357f68c8e7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3663 | 2024.08.06 04:01:32.131976 [ 3 ] {f793c5fe-066b-4c25-af0d-c1357f68c8e7} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3664 | 2024.08.06 04:01:32.132126 [ 3 ] {f793c5fe-066b-4c25-af0d-c1357f68c8e7} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001689 sec., 16577.856719952633 rows/sec., 1.23 MiB/sec. | ||
3665 | 2024.08.06 04:01:32.132340 [ 3 ] {f793c5fe-066b-4c25-af0d-c1357f68c8e7} <Debug> DynamicQueryHandler: Done processing query | ||
3666 | 2024.08.06 04:01:32.132367 [ 3 ] {f793c5fe-066b-4c25-af0d-c1357f68c8e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3667 | 2024.08.06 04:01:32.132383 [ 3 ] {} <Debug> HTTP-Session: f6d74734-604c-4ddb-8d23-103a6fcd27b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3668 | 2024.08.06 04:01:32.132561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3669 | 2024.08.06 04:01:32.132612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3670 | 2024.08.06 04:01:32.132633 [ 3 ] {} <Debug> HTTP-Session: 5d40e75e-f562-4dea-bce7-735900804691 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3671 | 2024.08.06 04:01:32.132649 [ 3 ] {} <Debug> HTTP-Session: 5d40e75e-f562-4dea-bce7-735900804691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3672 | 2024.08.06 04:01:32.132663 [ 3 ] {} <Debug> HTTP-Session: 5d40e75e-f562-4dea-bce7-735900804691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3673 | 2024.08.06 04:01:32.132695 [ 3 ] {} <Trace> HTTP-Session: 5d40e75e-f562-4dea-bce7-735900804691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3674 | 2024.08.06 04:01:32.132852 [ 3 ] {3250d0c7-8785-476a-ab71-dc2af361a0b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3675 | 2024.08.06 04:01:32.132898 [ 3 ] {3250d0c7-8785-476a-ab71-dc2af361a0b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3676 | 2024.08.06 04:01:32.133023 [ 3 ] {3250d0c7-8785-476a-ab71-dc2af361a0b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3677 | 2024.08.06 04:01:32.133518 [ 3 ] {3250d0c7-8785-476a-ab71-dc2af361a0b4} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3678 | 2024.08.06 04:01:32.133555 [ 3 ] {3250d0c7-8785-476a-ab71-dc2af361a0b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3679 | 2024.08.06 04:01:32.133915 [ 3 ] {3250d0c7-8785-476a-ab71-dc2af361a0b4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3680 | 2024.08.06 04:01:32.134241 [ 3 ] {3250d0c7-8785-476a-ab71-dc2af361a0b4} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3681 | 2024.08.06 04:01:32.134403 [ 3 ] {3250d0c7-8785-476a-ab71-dc2af361a0b4} <Debug> executeQuery: Read 227 rows, 20.47 KiB in 0.001616 sec., 140470.29702970295 rows/sec., 12.37 MiB/sec. | ||
3682 | 2024.08.06 04:01:32.134411 [ 30 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3683 | 2024.08.06 04:01:32.134512 [ 30 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3684 | 2024.08.06 04:01:32.134559 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3685 | 2024.08.06 04:01:32.134658 [ 3 ] {3250d0c7-8785-476a-ab71-dc2af361a0b4} <Debug> DynamicQueryHandler: Done processing query | ||
3686 | 2024.08.06 04:01:32.134693 [ 3 ] {3250d0c7-8785-476a-ab71-dc2af361a0b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
3687 | 2024.08.06 04:01:32.134698 [ 200 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::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 | ||
3688 | 2024.08.06 04:01:32.134710 [ 3 ] {} <Debug> HTTP-Session: 5d40e75e-f562-4dea-bce7-735900804691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3689 | 2024.08.06 04:01:32.134824 [ 200 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3690 | 2024.08.06 04:01:32.134853 [ 200 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 260 rows starting from the beginning of the part | ||
3691 | 2024.08.06 04:01:32.134915 [ 200 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part | ||
3692 | 2024.08.06 04:01:32.135018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3693 | 2024.08.06 04:01:32.135175 [ 200 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 127 rows starting from the beginning of the part | ||
3694 | 2024.08.06 04:01:32.135181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3695 | 2024.08.06 04:01:32.135274 [ 3 ] {} <Debug> HTTP-Session: 8bf8e02b-18a6-4489-b27a-d88d44c4a8fa Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3696 | 2024.08.06 04:01:32.135400 [ 3 ] {} <Debug> HTTP-Session: 8bf8e02b-18a6-4489-b27a-d88d44c4a8fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3697 | 2024.08.06 04:01:32.135448 [ 200 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 229 rows starting from the beginning of the part | ||
3698 | 2024.08.06 04:01:32.135458 [ 3 ] {} <Debug> HTTP-Session: 8bf8e02b-18a6-4489-b27a-d88d44c4a8fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3699 | 2024.08.06 04:01:32.135545 [ 3 ] {} <Trace> HTTP-Session: 8bf8e02b-18a6-4489-b27a-d88d44c4a8fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3700 | 2024.08.06 04:01:32.135636 [ 200 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 89 rows starting from the beginning of the part | ||
3701 | 2024.08.06 04:01:32.135928 [ 200 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 227 rows starting from the beginning of the part | ||
3702 | 2024.08.06 04:01:32.136205 [ 3 ] {a8538470-7b51-4ae8-a6eb-c04777ad2230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3703 | 2024.08.06 04:01:32.136312 [ 3 ] {a8538470-7b51-4ae8-a6eb-c04777ad2230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3704 | 2024.08.06 04:01:32.136537 [ 3 ] {a8538470-7b51-4ae8-a6eb-c04777ad2230} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3705 | 2024.08.06 04:01:32.137506 [ 3 ] {a8538470-7b51-4ae8-a6eb-c04777ad2230} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3706 | 2024.08.06 04:01:32.137545 [ 3 ] {a8538470-7b51-4ae8-a6eb-c04777ad2230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3707 | 2024.08.06 04:01:32.137935 [ 194 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 4 columns (4 merged, 0 gathered) in 0.003291388 sec., 352434.8998051886 rows/sec., 30.33 MiB/sec. | ||
3708 | 2024.08.06 04:01:32.138138 [ 3 ] {a8538470-7b51-4ae8-a6eb-c04777ad2230} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3709 | 2024.08.06 04:01:32.138231 [ 194 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3710 | 2024.08.06 04:01:32.138903 [ 3 ] {a8538470-7b51-4ae8-a6eb-c04777ad2230} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3711 | 2024.08.06 04:01:32.139160 [ 30 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3712 | 2024.08.06 04:01:32.139232 [ 3 ] {a8538470-7b51-4ae8-a6eb-c04777ad2230} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.003415 sec., 118301.61054172767 rows/sec., 8.36 MiB/sec. | ||
3713 | 2024.08.06 04:01:32.139244 [ 30 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3714 | 2024.08.06 04:01:32.139252 [ 194 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_16_3} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3715 | 2024.08.06 04:01:32.139320 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3716 | 2024.08.06 04:01:32.139607 [ 194 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_16_3} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3717 | 2024.08.06 04:01:32.139779 [ 200 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::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 | ||
3718 | 2024.08.06 04:01:32.139786 [ 3 ] {a8538470-7b51-4ae8-a6eb-c04777ad2230} <Debug> DynamicQueryHandler: Done processing query | ||
3719 | 2024.08.06 04:01:32.139832 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3720 | 2024.08.06 04:01:32.139859 [ 3 ] {a8538470-7b51-4ae8-a6eb-c04777ad2230} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3721 | 2024.08.06 04:01:32.139945 [ 3 ] {} <Debug> HTTP-Session: 8bf8e02b-18a6-4489-b27a-d88d44c4a8fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3722 | 2024.08.06 04:01:32.140016 [ 200 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3723 | 2024.08.06 04:01:32.140044 [ 200 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 434 rows starting from the beginning of the part | ||
3724 | 2024.08.06 04:01:32.140132 [ 200 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 406 rows starting from the beginning of the part | ||
3725 | 2024.08.06 04:01:32.140193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3726 | 2024.08.06 04:01:32.140400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3727 | 2024.08.06 04:01:32.140447 [ 200 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 116 rows starting from the beginning of the part | ||
3728 | 2024.08.06 04:01:32.140459 [ 3 ] {} <Debug> HTTP-Session: 0097a83e-514e-4787-9a98-379d4d9c48af Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3729 | 2024.08.06 04:01:32.140499 [ 3 ] {} <Debug> HTTP-Session: 0097a83e-514e-4787-9a98-379d4d9c48af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3730 | 2024.08.06 04:01:32.140547 [ 3 ] {} <Debug> HTTP-Session: 0097a83e-514e-4787-9a98-379d4d9c48af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3731 | 2024.08.06 04:01:32.140590 [ 200 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 408 rows starting from the beginning of the part | ||
3732 | 2024.08.06 04:01:32.140628 [ 3 ] {} <Trace> HTTP-Session: 0097a83e-514e-4787-9a98-379d4d9c48af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3733 | 2024.08.06 04:01:32.140734 [ 200 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 75 rows starting from the beginning of the part | ||
3734 | 2024.08.06 04:01:32.140857 [ 3 ] {13a690a0-80de-499d-9192-60c4dcd748c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3735 | 2024.08.06 04:01:32.140894 [ 200 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 404 rows starting from the beginning of the part | ||
3736 | 2024.08.06 04:01:32.140953 [ 3 ] {13a690a0-80de-499d-9192-60c4dcd748c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3737 | 2024.08.06 04:01:32.141470 [ 3 ] {13a690a0-80de-499d-9192-60c4dcd748c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3738 | 2024.08.06 04:01:32.141948 [ 3 ] {13a690a0-80de-499d-9192-60c4dcd748c4} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3739 | 2024.08.06 04:01:32.141999 [ 3 ] {13a690a0-80de-499d-9192-60c4dcd748c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3740 | 2024.08.06 04:01:32.142589 [ 3 ] {13a690a0-80de-499d-9192-60c4dcd748c4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3741 | 2024.08.06 04:01:32.142837 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1843 rows, containing 4 columns (4 merged, 0 gathered) in 0.003337028 sec., 552287.8441535402 rows/sec., 39.54 MiB/sec. | ||
3742 | 2024.08.06 04:01:32.143055 [ 200 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3743 | 2024.08.06 04:01:32.143110 [ 3 ] {13a690a0-80de-499d-9192-60c4dcd748c4} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3744 | 2024.08.06 04:01:32.143375 [ 3 ] {13a690a0-80de-499d-9192-60c4dcd748c4} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.002587 sec., 2319.2887514495555 rows/sec., 99.66 KiB/sec. | ||
3745 | 2024.08.06 04:01:32.144022 [ 3 ] {13a690a0-80de-499d-9192-60c4dcd748c4} <Debug> DynamicQueryHandler: Done processing query | ||
3746 | 2024.08.06 04:01:32.144052 [ 3 ] {13a690a0-80de-499d-9192-60c4dcd748c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3747 | 2024.08.06 04:01:32.144070 [ 3 ] {} <Debug> HTTP-Session: 0097a83e-514e-4787-9a98-379d4d9c48af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3748 | 2024.08.06 04:01:32.144138 [ 200 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_16_3} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3749 | 2024.08.06 04:01:32.144213 [ 200 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_16_3} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3750 | 2024.08.06 04:01:32.144231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3751 | 2024.08.06 04:01:32.144295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3752 | 2024.08.06 04:01:32.144298 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
3753 | 2024.08.06 04:01:32.144321 [ 3 ] {} <Debug> HTTP-Session: 3e69113e-a76d-488b-8a5f-9a89674e0a54 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3754 | 2024.08.06 04:01:32.144343 [ 3 ] {} <Debug> HTTP-Session: 3e69113e-a76d-488b-8a5f-9a89674e0a54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3755 | 2024.08.06 04:01:32.144357 [ 3 ] {} <Debug> HTTP-Session: 3e69113e-a76d-488b-8a5f-9a89674e0a54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3756 | 2024.08.06 04:01:32.144389 [ 3 ] {} <Trace> HTTP-Session: 3e69113e-a76d-488b-8a5f-9a89674e0a54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3757 | 2024.08.06 04:01:32.144512 [ 3 ] {794af8cd-a429-45aa-95b9-7563ce234fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3758 | 2024.08.06 04:01:32.144562 [ 3 ] {794af8cd-a429-45aa-95b9-7563ce234fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3759 | 2024.08.06 04:01:32.144712 [ 3 ] {794af8cd-a429-45aa-95b9-7563ce234fb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3760 | 2024.08.06 04:01:32.145064 [ 3 ] {794af8cd-a429-45aa-95b9-7563ce234fb5} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3761 | 2024.08.06 04:01:32.145100 [ 3 ] {794af8cd-a429-45aa-95b9-7563ce234fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3762 | 2024.08.06 04:01:32.145473 [ 3 ] {794af8cd-a429-45aa-95b9-7563ce234fb5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3763 | 2024.08.06 04:01:32.145824 [ 3 ] {794af8cd-a429-45aa-95b9-7563ce234fb5} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3764 | 2024.08.06 04:01:32.145952 [ 3 ] {794af8cd-a429-45aa-95b9-7563ce234fb5} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001488 sec., 51747.31182795699 rows/sec., 3.19 MiB/sec. | ||
3765 | 2024.08.06 04:01:32.146118 [ 3 ] {794af8cd-a429-45aa-95b9-7563ce234fb5} <Debug> DynamicQueryHandler: Done processing query | ||
3766 | 2024.08.06 04:01:32.146143 [ 3 ] {794af8cd-a429-45aa-95b9-7563ce234fb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3767 | 2024.08.06 04:01:32.146159 [ 3 ] {} <Debug> HTTP-Session: 3e69113e-a76d-488b-8a5f-9a89674e0a54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3768 | 2024.08.06 04:01:32.146332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3769 | 2024.08.06 04:01:32.146382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3770 | 2024.08.06 04:01:32.146402 [ 3 ] {} <Debug> HTTP-Session: 3524c7e8-afb2-4926-87e5-264fca83a6ea Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3771 | 2024.08.06 04:01:32.146418 [ 3 ] {} <Debug> HTTP-Session: 3524c7e8-afb2-4926-87e5-264fca83a6ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3772 | 2024.08.06 04:01:32.146432 [ 3 ] {} <Debug> HTTP-Session: 3524c7e8-afb2-4926-87e5-264fca83a6ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3773 | 2024.08.06 04:01:32.146463 [ 3 ] {} <Trace> HTTP-Session: 3524c7e8-afb2-4926-87e5-264fca83a6ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3774 | 2024.08.06 04:01:32.146646 [ 3 ] {088ea125-cd0d-4f77-ba3b-a5caad4a4262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3775 | 2024.08.06 04:01:32.146696 [ 3 ] {088ea125-cd0d-4f77-ba3b-a5caad4a4262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3776 | 2024.08.06 04:01:32.146837 [ 3 ] {088ea125-cd0d-4f77-ba3b-a5caad4a4262} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3777 | 2024.08.06 04:01:32.147225 [ 3 ] {088ea125-cd0d-4f77-ba3b-a5caad4a4262} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3778 | 2024.08.06 04:01:32.147261 [ 3 ] {088ea125-cd0d-4f77-ba3b-a5caad4a4262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3779 | 2024.08.06 04:01:32.147651 [ 3 ] {088ea125-cd0d-4f77-ba3b-a5caad4a4262} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3780 | 2024.08.06 04:01:32.148000 [ 3 ] {088ea125-cd0d-4f77-ba3b-a5caad4a4262} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3781 | 2024.08.06 04:01:32.148119 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3782 | 2024.08.06 04:01:32.148128 [ 3 ] {088ea125-cd0d-4f77-ba3b-a5caad4a4262} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
3783 | 2024.08.06 04:01:32.148158 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3784 | 2024.08.06 04:01:32.148194 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3785 | 2024.08.06 04:01:32.148396 [ 3 ] {088ea125-cd0d-4f77-ba3b-a5caad4a4262} <Debug> DynamicQueryHandler: Done processing query | ||
3786 | 2024.08.06 04:01:32.148405 [ 187 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
3787 | 2024.08.06 04:01:32.148429 [ 3 ] {088ea125-cd0d-4f77-ba3b-a5caad4a4262} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3788 | 2024.08.06 04:01:32.148479 [ 3 ] {} <Debug> HTTP-Session: 3524c7e8-afb2-4926-87e5-264fca83a6ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3789 | 2024.08.06 04:01:32.148669 [ 187 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3790 | 2024.08.06 04:01:32.148686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3791 | 2024.08.06 04:01:32.148746 [ 187 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1906 rows starting from the beginning of the part | ||
3792 | 2024.08.06 04:01:32.148773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3793 | 2024.08.06 04:01:32.148816 [ 3 ] {} <Debug> HTTP-Session: 62dbdbb5-4b8c-4a7e-b743-83ab31f45642 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3794 | 2024.08.06 04:01:32.148845 [ 3 ] {} <Debug> HTTP-Session: 62dbdbb5-4b8c-4a7e-b743-83ab31f45642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3795 | 2024.08.06 04:01:32.148902 [ 3 ] {} <Debug> HTTP-Session: 62dbdbb5-4b8c-4a7e-b743-83ab31f45642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3796 | 2024.08.06 04:01:32.149045 [ 3 ] {} <Trace> HTTP-Session: 62dbdbb5-4b8c-4a7e-b743-83ab31f45642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3797 | 2024.08.06 04:01:32.149132 [ 187 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 161 rows starting from the beginning of the part | ||
3798 | 2024.08.06 04:01:32.149420 [ 187 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 198 rows starting from the beginning of the part | ||
3799 | 2024.08.06 04:01:32.149573 [ 187 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 162 rows starting from the beginning of the part | ||
3800 | 2024.08.06 04:01:32.149741 [ 3 ] {86362d63-dfdd-4fb4-b203-ebb62e77ac2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3801 | 2024.08.06 04:01:32.149870 [ 187 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
3802 | 2024.08.06 04:01:32.150026 [ 3 ] {86362d63-dfdd-4fb4-b203-ebb62e77ac2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3803 | 2024.08.06 04:01:32.150290 [ 187 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
3804 | 2024.08.06 04:01:32.151961 [ 3 ] {86362d63-dfdd-4fb4-b203-ebb62e77ac2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3805 | 2024.08.06 04:01:32.153322 [ 3 ] {86362d63-dfdd-4fb4-b203-ebb62e77ac2c} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3806 | 2024.08.06 04:01:32.153363 [ 3 ] {86362d63-dfdd-4fb4-b203-ebb62e77ac2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3807 | 2024.08.06 04:01:32.153960 [ 187 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2747 rows, containing 5 columns (5 merged, 0 gathered) in 0.005655343 sec., 485735.3479709365 rows/sec., 33.85 MiB/sec. | ||
3808 | 2024.08.06 04:01:32.154311 [ 200 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3809 | 2024.08.06 04:01:32.154477 [ 3 ] {86362d63-dfdd-4fb4-b203-ebb62e77ac2c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3810 | 2024.08.06 04:01:32.154963 [ 200 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3811 | 2024.08.06 04:01:32.155061 [ 200 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3812 | 2024.08.06 04:01:32.155130 [ 3 ] {86362d63-dfdd-4fb4-b203-ebb62e77ac2c} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3813 | 2024.08.06 04:01:32.155173 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
3814 | 2024.08.06 04:01:32.155295 [ 28 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3815 | 2024.08.06 04:01:32.155314 [ 3 ] {86362d63-dfdd-4fb4-b203-ebb62e77ac2c} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.006048 sec., 3637.5661375661375 rows/sec., 6.52 MiB/sec. | ||
3816 | 2024.08.06 04:01:32.155340 [ 28 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3817 | 2024.08.06 04:01:32.155389 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3818 | 2024.08.06 04:01:32.155649 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
3819 | 2024.08.06 04:01:32.155840 [ 3 ] {86362d63-dfdd-4fb4-b203-ebb62e77ac2c} <Debug> DynamicQueryHandler: Done processing query | ||
3820 | 2024.08.06 04:01:32.155904 [ 3 ] {86362d63-dfdd-4fb4-b203-ebb62e77ac2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3821 | 2024.08.06 04:01:32.155952 [ 3 ] {} <Debug> HTTP-Session: 62dbdbb5-4b8c-4a7e-b743-83ab31f45642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3822 | 2024.08.06 04:01:32.156191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3823 | 2024.08.06 04:01:32.156278 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3824 | 2024.08.06 04:01:32.156295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3825 | 2024.08.06 04:01:32.156355 [ 3 ] {} <Debug> HTTP-Session: 165ef949-c864-44f9-b6f4-098945a5c41a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3826 | 2024.08.06 04:01:32.156404 [ 3 ] {} <Debug> HTTP-Session: 165ef949-c864-44f9-b6f4-098945a5c41a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3827 | 2024.08.06 04:01:32.156432 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
3828 | 2024.08.06 04:01:32.156443 [ 3 ] {} <Debug> HTTP-Session: 165ef949-c864-44f9-b6f4-098945a5c41a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3829 | 2024.08.06 04:01:32.156542 [ 3 ] {} <Trace> HTTP-Session: 165ef949-c864-44f9-b6f4-098945a5c41a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3830 | 2024.08.06 04:01:32.156902 [ 3 ] {b8f46c2b-643d-4ec9-8513-b454906af29a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3831 | 2024.08.06 04:01:32.157084 [ 3 ] {b8f46c2b-643d-4ec9-8513-b454906af29a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3832 | 2024.08.06 04:01:32.157097 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
3833 | 2024.08.06 04:01:32.157950 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 11 rows starting from the beginning of the part | ||
3834 | 2024.08.06 04:01:32.157981 [ 3 ] {b8f46c2b-643d-4ec9-8513-b454906af29a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3835 | 2024.08.06 04:01:32.158593 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
3836 | 2024.08.06 04:01:32.159094 [ 3 ] {b8f46c2b-643d-4ec9-8513-b454906af29a} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3837 | 2024.08.06 04:01:32.159206 [ 3 ] {b8f46c2b-643d-4ec9-8513-b454906af29a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3838 | 2024.08.06 04:01:32.159355 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
3839 | 2024.08.06 04:01:32.159974 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
3840 | 2024.08.06 04:01:32.160604 [ 3 ] {b8f46c2b-643d-4ec9-8513-b454906af29a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3841 | 2024.08.06 04:01:32.161404 [ 3 ] {b8f46c2b-643d-4ec9-8513-b454906af29a} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3842 | 2024.08.06 04:01:32.161832 [ 3 ] {b8f46c2b-643d-4ec9-8513-b454906af29a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005105 sec., 4505.386875612145 rows/sec., 243.71 KiB/sec. | ||
3843 | 2024.08.06 04:01:32.162230 [ 3 ] {b8f46c2b-643d-4ec9-8513-b454906af29a} <Debug> DynamicQueryHandler: Done processing query | ||
3844 | 2024.08.06 04:01:32.162308 [ 3 ] {b8f46c2b-643d-4ec9-8513-b454906af29a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3845 | 2024.08.06 04:01:32.162344 [ 3 ] {} <Debug> HTTP-Session: 165ef949-c864-44f9-b6f4-098945a5c41a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3846 | 2024.08.06 04:01:32.162574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3847 | 2024.08.06 04:01:32.162688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3848 | 2024.08.06 04:01:32.162773 [ 3 ] {} <Debug> HTTP-Session: d70dba93-3519-4d35-881a-dfe334e5693e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3849 | 2024.08.06 04:01:32.162812 [ 3 ] {} <Debug> HTTP-Session: d70dba93-3519-4d35-881a-dfe334e5693e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3850 | 2024.08.06 04:01:32.162861 [ 3 ] {} <Debug> HTTP-Session: d70dba93-3519-4d35-881a-dfe334e5693e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3851 | 2024.08.06 04:01:32.162938 [ 3 ] {} <Trace> HTTP-Session: d70dba93-3519-4d35-881a-dfe334e5693e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3852 | 2024.08.06 04:01:32.163269 [ 3 ] {f528d0b2-2091-4497-9deb-199e8cefa122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3853 | 2024.08.06 04:01:32.163397 [ 3 ] {f528d0b2-2091-4497-9deb-199e8cefa122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3854 | 2024.08.06 04:01:32.164179 [ 3 ] {f528d0b2-2091-4497-9deb-199e8cefa122} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3855 | 2024.08.06 04:01:32.165109 [ 3 ] {f528d0b2-2091-4497-9deb-199e8cefa122} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3856 | 2024.08.06 04:01:32.165182 [ 3 ] {f528d0b2-2091-4497-9deb-199e8cefa122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3857 | 2024.08.06 04:01:32.166252 [ 3 ] {f528d0b2-2091-4497-9deb-199e8cefa122} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3858 | 2024.08.06 04:01:32.166940 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 19 columns (19 merged, 0 gathered) in 0.011439249 sec., 9528.597550416116 rows/sec., 17.07 MiB/sec. | ||
3859 | 2024.08.06 04:01:32.167286 [ 3 ] {f528d0b2-2091-4497-9deb-199e8cefa122} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3860 | 2024.08.06 04:01:32.167466 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3861 | 2024.08.06 04:01:32.167522 [ 28 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3862 | 2024.08.06 04:01:32.167637 [ 3 ] {f528d0b2-2091-4497-9deb-199e8cefa122} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004494 sec., 13351.13484646195 rows/sec., 921.37 KiB/sec. | ||
3863 | 2024.08.06 04:01:32.167652 [ 28 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3864 | 2024.08.06 04:01:32.167737 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3865 | 2024.08.06 04:01:32.168405 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
3866 | 2024.08.06 04:01:32.168579 [ 3 ] {f528d0b2-2091-4497-9deb-199e8cefa122} <Debug> DynamicQueryHandler: Done processing query | ||
3867 | 2024.08.06 04:01:32.168706 [ 3 ] {f528d0b2-2091-4497-9deb-199e8cefa122} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3868 | 2024.08.06 04:01:32.168854 [ 3 ] {} <Debug> HTTP-Session: d70dba93-3519-4d35-881a-dfe334e5693e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3869 | 2024.08.06 04:01:32.169246 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3870 | 2024.08.06 04:01:32.169314 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 638 rows starting from the beginning of the part | ||
3871 | 2024.08.06 04:01:32.169521 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
3872 | 2024.08.06 04:01:32.169895 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
3873 | 2024.08.06 04:01:32.170296 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
3874 | 2024.08.06 04:01:32.170615 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
3875 | 2024.08.06 04:01:32.170963 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
3876 | 2024.08.06 04:01:32.171500 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3877 | 2024.08.06 04:01:32.171598 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3878 | 2024.08.06 04:01:32.171761 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
3879 | 2024.08.06 04:01:32.172395 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 938 rows, containing 4 columns (4 merged, 0 gathered) in 0.004454915 sec., 210553.9611866893 rows/sec., 14.21 MiB/sec. | ||
3880 | 2024.08.06 04:01:32.172574 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3881 | 2024.08.06 04:01:32.172966 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_16_3} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3882 | 2024.08.06 04:01:32.173042 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_16_3} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3883 | 2024.08.06 04:01:32.173124 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
3884 | 2024.08.06 04:01:36.015667 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3885 | 2024.08.06 04:01:36.015739 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3886 | 2024.08.06 04:01:37.125650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3887 | 2024.08.06 04:01:37.125776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3888 | 2024.08.06 04:01:37.125806 [ 3 ] {} <Debug> HTTP-Session: 10398e38-75b3-4fe6-bb4a-838ef786ef57 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3889 | 2024.08.06 04:01:37.125834 [ 3 ] {} <Debug> HTTP-Session: 10398e38-75b3-4fe6-bb4a-838ef786ef57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3890 | 2024.08.06 04:01:37.125851 [ 3 ] {} <Debug> HTTP-Session: 10398e38-75b3-4fe6-bb4a-838ef786ef57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3891 | 2024.08.06 04:01:37.125909 [ 3 ] {} <Trace> HTTP-Session: 10398e38-75b3-4fe6-bb4a-838ef786ef57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3892 | 2024.08.06 04:01:37.126123 [ 3 ] {a38c48af-b64d-4b7d-b371-f422b45e3de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3893 | 2024.08.06 04:01:37.126200 [ 3 ] {a38c48af-b64d-4b7d-b371-f422b45e3de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3894 | 2024.08.06 04:01:37.126442 [ 3 ] {a38c48af-b64d-4b7d-b371-f422b45e3de5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3895 | 2024.08.06 04:01:37.126914 [ 3 ] {a38c48af-b64d-4b7d-b371-f422b45e3de5} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3896 | 2024.08.06 04:01:37.126957 [ 3 ] {a38c48af-b64d-4b7d-b371-f422b45e3de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3897 | 2024.08.06 04:01:37.127341 [ 3 ] {a38c48af-b64d-4b7d-b371-f422b45e3de5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3898 | 2024.08.06 04:01:37.127691 [ 3 ] {a38c48af-b64d-4b7d-b371-f422b45e3de5} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3899 | 2024.08.06 04:01:37.127876 [ 3 ] {a38c48af-b64d-4b7d-b371-f422b45e3de5} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001807 sec., 6087.437742114001 rows/sec., 493.42 KiB/sec. | ||
3900 | 2024.08.06 04:01:37.128112 [ 3 ] {a38c48af-b64d-4b7d-b371-f422b45e3de5} <Debug> DynamicQueryHandler: Done processing query | ||
3901 | 2024.08.06 04:01:37.128140 [ 3 ] {a38c48af-b64d-4b7d-b371-f422b45e3de5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3902 | 2024.08.06 04:01:37.128156 [ 3 ] {} <Debug> HTTP-Session: 10398e38-75b3-4fe6-bb4a-838ef786ef57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3903 | 2024.08.06 04:01:37.128307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3904 | 2024.08.06 04:01:37.128357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3905 | 2024.08.06 04:01:37.128377 [ 3 ] {} <Debug> HTTP-Session: 794c1db7-5a06-4780-bdb2-f57b7cb09046 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3906 | 2024.08.06 04:01:37.128394 [ 3 ] {} <Debug> HTTP-Session: 794c1db7-5a06-4780-bdb2-f57b7cb09046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3907 | 2024.08.06 04:01:37.128407 [ 3 ] {} <Debug> HTTP-Session: 794c1db7-5a06-4780-bdb2-f57b7cb09046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3908 | 2024.08.06 04:01:37.128439 [ 3 ] {} <Trace> HTTP-Session: 794c1db7-5a06-4780-bdb2-f57b7cb09046 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3909 | 2024.08.06 04:01:37.128562 [ 3 ] {6f94fbf8-81e4-46f7-aea0-7d1b18783103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3910 | 2024.08.06 04:01:37.128606 [ 3 ] {6f94fbf8-81e4-46f7-aea0-7d1b18783103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3911 | 2024.08.06 04:01:37.128734 [ 3 ] {6f94fbf8-81e4-46f7-aea0-7d1b18783103} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3912 | 2024.08.06 04:01:37.129135 [ 3 ] {6f94fbf8-81e4-46f7-aea0-7d1b18783103} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3913 | 2024.08.06 04:01:37.129172 [ 3 ] {6f94fbf8-81e4-46f7-aea0-7d1b18783103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3914 | 2024.08.06 04:01:37.129502 [ 3 ] {6f94fbf8-81e4-46f7-aea0-7d1b18783103} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3915 | 2024.08.06 04:01:37.129827 [ 3 ] {6f94fbf8-81e4-46f7-aea0-7d1b18783103} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3916 | 2024.08.06 04:01:37.129992 [ 3 ] {6f94fbf8-81e4-46f7-aea0-7d1b18783103} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001474 sec., 60379.918588873814 rows/sec., 4.88 MiB/sec. | ||
3917 | 2024.08.06 04:01:37.130163 [ 3 ] {6f94fbf8-81e4-46f7-aea0-7d1b18783103} <Debug> DynamicQueryHandler: Done processing query | ||
3918 | 2024.08.06 04:01:37.130187 [ 3 ] {6f94fbf8-81e4-46f7-aea0-7d1b18783103} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3919 | 2024.08.06 04:01:37.130203 [ 3 ] {} <Debug> HTTP-Session: 794c1db7-5a06-4780-bdb2-f57b7cb09046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3920 | 2024.08.06 04:01:37.130335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3921 | 2024.08.06 04:01:37.130384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3922 | 2024.08.06 04:01:37.130404 [ 3 ] {} <Debug> HTTP-Session: 1a6e7ad8-ece7-4a2a-9a7e-49bf3e82eaa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3923 | 2024.08.06 04:01:37.130420 [ 3 ] {} <Debug> HTTP-Session: 1a6e7ad8-ece7-4a2a-9a7e-49bf3e82eaa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3924 | 2024.08.06 04:01:37.130433 [ 3 ] {} <Debug> HTTP-Session: 1a6e7ad8-ece7-4a2a-9a7e-49bf3e82eaa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3925 | 2024.08.06 04:01:37.130464 [ 3 ] {} <Trace> HTTP-Session: 1a6e7ad8-ece7-4a2a-9a7e-49bf3e82eaa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3926 | 2024.08.06 04:01:37.130587 [ 3 ] {45d04afa-af9c-4bf6-b0f4-34deb4d683b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3927 | 2024.08.06 04:01:37.130631 [ 3 ] {45d04afa-af9c-4bf6-b0f4-34deb4d683b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3928 | 2024.08.06 04:01:37.130760 [ 3 ] {45d04afa-af9c-4bf6-b0f4-34deb4d683b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3929 | 2024.08.06 04:01:37.131106 [ 3 ] {45d04afa-af9c-4bf6-b0f4-34deb4d683b9} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3930 | 2024.08.06 04:01:37.131142 [ 3 ] {45d04afa-af9c-4bf6-b0f4-34deb4d683b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3931 | 2024.08.06 04:01:37.131482 [ 3 ] {45d04afa-af9c-4bf6-b0f4-34deb4d683b9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3932 | 2024.08.06 04:01:37.131828 [ 3 ] {45d04afa-af9c-4bf6-b0f4-34deb4d683b9} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3933 | 2024.08.06 04:01:37.131982 [ 3 ] {45d04afa-af9c-4bf6-b0f4-34deb4d683b9} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001437 sec., 52192.06680584551 rows/sec., 4.07 MiB/sec. | ||
3934 | 2024.08.06 04:01:37.132287 [ 3 ] {45d04afa-af9c-4bf6-b0f4-34deb4d683b9} <Debug> DynamicQueryHandler: Done processing query | ||
3935 | 2024.08.06 04:01:37.132327 [ 3 ] {45d04afa-af9c-4bf6-b0f4-34deb4d683b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3936 | 2024.08.06 04:01:37.132362 [ 3 ] {} <Debug> HTTP-Session: 1a6e7ad8-ece7-4a2a-9a7e-49bf3e82eaa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3937 | 2024.08.06 04:01:37.132548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3938 | 2024.08.06 04:01:37.132597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3939 | 2024.08.06 04:01:37.132617 [ 3 ] {} <Debug> HTTP-Session: 8ed753d1-b83d-4beb-8fbb-3852c36d7ca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3940 | 2024.08.06 04:01:37.132634 [ 3 ] {} <Debug> HTTP-Session: 8ed753d1-b83d-4beb-8fbb-3852c36d7ca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3941 | 2024.08.06 04:01:37.132648 [ 3 ] {} <Debug> HTTP-Session: 8ed753d1-b83d-4beb-8fbb-3852c36d7ca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3942 | 2024.08.06 04:01:37.132679 [ 3 ] {} <Trace> HTTP-Session: 8ed753d1-b83d-4beb-8fbb-3852c36d7ca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3943 | 2024.08.06 04:01:37.132837 [ 3 ] {3fecd11c-7ff8-4a67-a486-f11c9208eda0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3944 | 2024.08.06 04:01:37.132888 [ 3 ] {3fecd11c-7ff8-4a67-a486-f11c9208eda0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3945 | 2024.08.06 04:01:37.133053 [ 3 ] {3fecd11c-7ff8-4a67-a486-f11c9208eda0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3946 | 2024.08.06 04:01:37.133485 [ 3 ] {3fecd11c-7ff8-4a67-a486-f11c9208eda0} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3947 | 2024.08.06 04:01:37.133522 [ 3 ] {3fecd11c-7ff8-4a67-a486-f11c9208eda0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3948 | 2024.08.06 04:01:37.133934 [ 3 ] {3fecd11c-7ff8-4a67-a486-f11c9208eda0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3949 | 2024.08.06 04:01:37.134298 [ 3 ] {3fecd11c-7ff8-4a67-a486-f11c9208eda0} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3950 | 2024.08.06 04:01:37.134483 [ 3 ] {3fecd11c-7ff8-4a67-a486-f11c9208eda0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00172 sec., 93023.2558139535 rows/sec., 6.48 MiB/sec. | ||
3951 | 2024.08.06 04:01:37.134658 [ 3 ] {3fecd11c-7ff8-4a67-a486-f11c9208eda0} <Debug> DynamicQueryHandler: Done processing query | ||
3952 | 2024.08.06 04:01:37.134682 [ 3 ] {3fecd11c-7ff8-4a67-a486-f11c9208eda0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3953 | 2024.08.06 04:01:37.134698 [ 3 ] {} <Debug> HTTP-Session: 8ed753d1-b83d-4beb-8fbb-3852c36d7ca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3954 | 2024.08.06 04:01:37.134827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3955 | 2024.08.06 04:01:37.134876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3956 | 2024.08.06 04:01:37.134896 [ 3 ] {} <Debug> HTTP-Session: 852c9987-6f83-4676-83f1-22da995a8185 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3957 | 2024.08.06 04:01:37.134913 [ 3 ] {} <Debug> HTTP-Session: 852c9987-6f83-4676-83f1-22da995a8185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3958 | 2024.08.06 04:01:37.134926 [ 3 ] {} <Debug> HTTP-Session: 852c9987-6f83-4676-83f1-22da995a8185 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3959 | 2024.08.06 04:01:37.134958 [ 3 ] {} <Trace> HTTP-Session: 852c9987-6f83-4676-83f1-22da995a8185 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3960 | 2024.08.06 04:01:37.135142 [ 3 ] {6b65f279-aff4-46b3-a7a7-7e391e7aa51f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3961 | 2024.08.06 04:01:37.135208 [ 3 ] {6b65f279-aff4-46b3-a7a7-7e391e7aa51f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3962 | 2024.08.06 04:01:37.135630 [ 3 ] {6b65f279-aff4-46b3-a7a7-7e391e7aa51f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3963 | 2024.08.06 04:01:37.136187 [ 3 ] {6b65f279-aff4-46b3-a7a7-7e391e7aa51f} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3964 | 2024.08.06 04:01:37.136223 [ 3 ] {6b65f279-aff4-46b3-a7a7-7e391e7aa51f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3965 | 2024.08.06 04:01:37.136837 [ 3 ] {6b65f279-aff4-46b3-a7a7-7e391e7aa51f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3966 | 2024.08.06 04:01:37.137265 [ 3 ] {6b65f279-aff4-46b3-a7a7-7e391e7aa51f} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3967 | 2024.08.06 04:01:37.137467 [ 3 ] {6b65f279-aff4-46b3-a7a7-7e391e7aa51f} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002426 sec., 4534.212695795548 rows/sec., 8.13 MiB/sec. | ||
3968 | 2024.08.06 04:01:37.137939 [ 3 ] {6b65f279-aff4-46b3-a7a7-7e391e7aa51f} <Debug> DynamicQueryHandler: Done processing query | ||
3969 | 2024.08.06 04:01:37.137965 [ 3 ] {6b65f279-aff4-46b3-a7a7-7e391e7aa51f} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
3970 | 2024.08.06 04:01:37.137981 [ 3 ] {} <Debug> HTTP-Session: 852c9987-6f83-4676-83f1-22da995a8185 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3971 | 2024.08.06 04:01:37.138120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3972 | 2024.08.06 04:01:37.138170 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3973 | 2024.08.06 04:01:37.138190 [ 3 ] {} <Debug> HTTP-Session: e79fd9ab-2c59-4632-9537-adbef4bea2ce Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3974 | 2024.08.06 04:01:37.138206 [ 3 ] {} <Debug> HTTP-Session: e79fd9ab-2c59-4632-9537-adbef4bea2ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3975 | 2024.08.06 04:01:37.138220 [ 3 ] {} <Debug> HTTP-Session: e79fd9ab-2c59-4632-9537-adbef4bea2ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3976 | 2024.08.06 04:01:37.138251 [ 3 ] {} <Trace> HTTP-Session: e79fd9ab-2c59-4632-9537-adbef4bea2ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3977 | 2024.08.06 04:01:37.138372 [ 3 ] {8f4d3b98-8bd8-4bad-a049-d9b13649f58a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3978 | 2024.08.06 04:01:37.138418 [ 3 ] {8f4d3b98-8bd8-4bad-a049-d9b13649f58a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3979 | 2024.08.06 04:01:37.138556 [ 3 ] {8f4d3b98-8bd8-4bad-a049-d9b13649f58a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3980 | 2024.08.06 04:01:37.138868 [ 3 ] {8f4d3b98-8bd8-4bad-a049-d9b13649f58a} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3981 | 2024.08.06 04:01:37.138905 [ 3 ] {8f4d3b98-8bd8-4bad-a049-d9b13649f58a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3982 | 2024.08.06 04:01:37.139271 [ 3 ] {8f4d3b98-8bd8-4bad-a049-d9b13649f58a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3983 | 2024.08.06 04:01:37.139624 [ 3 ] {8f4d3b98-8bd8-4bad-a049-d9b13649f58a} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3984 | 2024.08.06 04:01:37.139781 [ 3 ] {8f4d3b98-8bd8-4bad-a049-d9b13649f58a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec. | ||
3985 | 2024.08.06 04:01:37.139945 [ 3 ] {8f4d3b98-8bd8-4bad-a049-d9b13649f58a} <Debug> DynamicQueryHandler: Done processing query | ||
3986 | 2024.08.06 04:01:37.139970 [ 3 ] {8f4d3b98-8bd8-4bad-a049-d9b13649f58a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3987 | 2024.08.06 04:01:37.139985 [ 3 ] {} <Debug> HTTP-Session: e79fd9ab-2c59-4632-9537-adbef4bea2ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3988 | 2024.08.06 04:01:42.130750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3989 | 2024.08.06 04:01:42.130892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3990 | 2024.08.06 04:01:42.130923 [ 3 ] {} <Debug> HTTP-Session: dc641f85-8fa3-44bf-98f8-321173335ff7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
3991 | 2024.08.06 04:01:42.130952 [ 3 ] {} <Debug> HTTP-Session: dc641f85-8fa3-44bf-98f8-321173335ff7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3992 | 2024.08.06 04:01:42.130970 [ 3 ] {} <Debug> HTTP-Session: dc641f85-8fa3-44bf-98f8-321173335ff7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3993 | 2024.08.06 04:01:42.131028 [ 3 ] {} <Trace> HTTP-Session: dc641f85-8fa3-44bf-98f8-321173335ff7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3994 | 2024.08.06 04:01:42.131243 [ 3 ] {a72d4c03-bcb0-4dae-a50a-213bad9fc77d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3995 | 2024.08.06 04:01:42.131320 [ 3 ] {a72d4c03-bcb0-4dae-a50a-213bad9fc77d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3996 | 2024.08.06 04:01:42.131550 [ 3 ] {a72d4c03-bcb0-4dae-a50a-213bad9fc77d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3997 | 2024.08.06 04:01:42.132054 [ 3 ] {a72d4c03-bcb0-4dae-a50a-213bad9fc77d} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3998 | 2024.08.06 04:01:42.132098 [ 3 ] {a72d4c03-bcb0-4dae-a50a-213bad9fc77d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
3999 | 2024.08.06 04:01:42.132472 [ 3 ] {a72d4c03-bcb0-4dae-a50a-213bad9fc77d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4000 | 2024.08.06 04:01:42.132822 [ 3 ] {a72d4c03-bcb0-4dae-a50a-213bad9fc77d} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4001 | 2024.08.06 04:01:42.132991 [ 3 ] {a72d4c03-bcb0-4dae-a50a-213bad9fc77d} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001809 sec., 15478.164731896075 rows/sec., 1.15 MiB/sec. | ||
4002 | 2024.08.06 04:01:42.133012 [ 65 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4003 | 2024.08.06 04:01:42.133142 [ 65 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4004 | 2024.08.06 04:01:42.133205 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4005 | 2024.08.06 04:01:42.133250 [ 3 ] {a72d4c03-bcb0-4dae-a50a-213bad9fc77d} <Debug> DynamicQueryHandler: Done processing query | ||
4006 | 2024.08.06 04:01:42.133318 [ 3 ] {a72d4c03-bcb0-4dae-a50a-213bad9fc77d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4007 | 2024.08.06 04:01:42.133371 [ 3 ] {} <Debug> HTTP-Session: dc641f85-8fa3-44bf-98f8-321173335ff7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4008 | 2024.08.06 04:01:42.133492 [ 199 ] {86c391f3-74f4-453d-bceb-82aaba27caee::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 | ||
4009 | 2024.08.06 04:01:42.133678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4010 | 2024.08.06 04:01:42.133757 [ 199 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4011 | 2024.08.06 04:01:42.133776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4012 | 2024.08.06 04:01:42.133835 [ 3 ] {} <Debug> HTTP-Session: 4950ae79-475d-411c-ae24-2b7d2cfd448e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4013 | 2024.08.06 04:01:42.133835 [ 199 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 39 rows starting from the beginning of the part | ||
4014 | 2024.08.06 04:01:42.133859 [ 3 ] {} <Debug> HTTP-Session: 4950ae79-475d-411c-ae24-2b7d2cfd448e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4015 | 2024.08.06 04:01:42.133909 [ 3 ] {} <Debug> HTTP-Session: 4950ae79-475d-411c-ae24-2b7d2cfd448e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4016 | 2024.08.06 04:01:42.134020 [ 3 ] {} <Trace> HTTP-Session: 4950ae79-475d-411c-ae24-2b7d2cfd448e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4017 | 2024.08.06 04:01:42.134124 [ 199 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
4018 | 2024.08.06 04:01:42.134448 [ 3 ] {8c0e7290-af96-4899-bc9f-c02d5b3a44d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4019 | 2024.08.06 04:01:42.134470 [ 199 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part | ||
4020 | 2024.08.06 04:01:42.134593 [ 3 ] {8c0e7290-af96-4899-bc9f-c02d5b3a44d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4021 | 2024.08.06 04:01:42.134783 [ 199 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part | ||
4022 | 2024.08.06 04:01:42.135188 [ 199 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part | ||
4023 | 2024.08.06 04:01:42.135536 [ 199 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part | ||
4024 | 2024.08.06 04:01:42.135575 [ 3 ] {8c0e7290-af96-4899-bc9f-c02d5b3a44d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4025 | 2024.08.06 04:01:42.136897 [ 3 ] {8c0e7290-af96-4899-bc9f-c02d5b3a44d3} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4026 | 2024.08.06 04:01:42.136971 [ 3 ] {8c0e7290-af96-4899-bc9f-c02d5b3a44d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4027 | 2024.08.06 04:01:42.137929 [ 3 ] {8c0e7290-af96-4899-bc9f-c02d5b3a44d3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4028 | 2024.08.06 04:01:42.137996 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 4 columns (4 merged, 0 gathered) in 0.00466319 sec., 31094.594043991343 rows/sec., 2.34 MiB/sec. | ||
4029 | 2024.08.06 04:01:42.138286 [ 203 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4030 | 2024.08.06 04:01:42.138606 [ 3 ] {8c0e7290-af96-4899-bc9f-c02d5b3a44d3} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4031 | 2024.08.06 04:01:42.139120 [ 3 ] {8c0e7290-af96-4899-bc9f-c02d5b3a44d3} <Debug> executeQuery: Read 227 rows, 20.47 KiB in 0.004876 sec., 46554.55291222313 rows/sec., 4.10 MiB/sec. | ||
4032 | 2024.08.06 04:01:42.139324 [ 203 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_11_2} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4033 | 2024.08.06 04:01:42.139479 [ 3 ] {8c0e7290-af96-4899-bc9f-c02d5b3a44d3} <Debug> DynamicQueryHandler: Done processing query | ||
4034 | 2024.08.06 04:01:42.139484 [ 203 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_11_2} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4035 | 2024.08.06 04:01:42.139525 [ 3 ] {8c0e7290-af96-4899-bc9f-c02d5b3a44d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
4036 | 2024.08.06 04:01:42.139562 [ 3 ] {} <Debug> HTTP-Session: 4950ae79-475d-411c-ae24-2b7d2cfd448e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4037 | 2024.08.06 04:01:42.139681 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4038 | 2024.08.06 04:01:42.139842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4039 | 2024.08.06 04:01:42.139902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4040 | 2024.08.06 04:01:42.139922 [ 3 ] {} <Debug> HTTP-Session: 7e5d63cf-5b9e-47a8-832d-0234adb74c11 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4041 | 2024.08.06 04:01:42.139939 [ 3 ] {} <Debug> HTTP-Session: 7e5d63cf-5b9e-47a8-832d-0234adb74c11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4042 | 2024.08.06 04:01:42.139953 [ 3 ] {} <Debug> HTTP-Session: 7e5d63cf-5b9e-47a8-832d-0234adb74c11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4043 | 2024.08.06 04:01:42.139988 [ 3 ] {} <Trace> HTTP-Session: 7e5d63cf-5b9e-47a8-832d-0234adb74c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4044 | 2024.08.06 04:01:42.140221 [ 3 ] {a420a6b5-d283-4c32-bc8c-1a471e8478c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4045 | 2024.08.06 04:01:42.140267 [ 3 ] {a420a6b5-d283-4c32-bc8c-1a471e8478c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4046 | 2024.08.06 04:01:42.140435 [ 3 ] {a420a6b5-d283-4c32-bc8c-1a471e8478c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4047 | 2024.08.06 04:01:42.141085 [ 3 ] {a420a6b5-d283-4c32-bc8c-1a471e8478c3} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4048 | 2024.08.06 04:01:42.141122 [ 3 ] {a420a6b5-d283-4c32-bc8c-1a471e8478c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4049 | 2024.08.06 04:01:42.141488 [ 3 ] {a420a6b5-d283-4c32-bc8c-1a471e8478c3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4050 | 2024.08.06 04:01:42.141816 [ 3 ] {a420a6b5-d283-4c32-bc8c-1a471e8478c3} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4051 | 2024.08.06 04:01:42.141941 [ 3 ] {a420a6b5-d283-4c32-bc8c-1a471e8478c3} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.001857 sec., 217555.19655358105 rows/sec., 15.37 MiB/sec. | ||
4052 | 2024.08.06 04:01:42.142188 [ 3 ] {a420a6b5-d283-4c32-bc8c-1a471e8478c3} <Debug> DynamicQueryHandler: Done processing query | ||
4053 | 2024.08.06 04:01:42.142222 [ 3 ] {a420a6b5-d283-4c32-bc8c-1a471e8478c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4054 | 2024.08.06 04:01:42.142239 [ 3 ] {} <Debug> HTTP-Session: 7e5d63cf-5b9e-47a8-832d-0234adb74c11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4055 | 2024.08.06 04:01:42.142377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4056 | 2024.08.06 04:01:42.142426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4057 | 2024.08.06 04:01:42.142447 [ 3 ] {} <Debug> HTTP-Session: 77d8276b-6a8c-4b5e-a778-e1fc3549a04e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4058 | 2024.08.06 04:01:42.142464 [ 3 ] {} <Debug> HTTP-Session: 77d8276b-6a8c-4b5e-a778-e1fc3549a04e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4059 | 2024.08.06 04:01:42.142477 [ 3 ] {} <Debug> HTTP-Session: 77d8276b-6a8c-4b5e-a778-e1fc3549a04e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4060 | 2024.08.06 04:01:42.142509 [ 3 ] {} <Trace> HTTP-Session: 77d8276b-6a8c-4b5e-a778-e1fc3549a04e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4061 | 2024.08.06 04:01:42.142608 [ 3 ] {2fed3abb-df4d-4e96-aec9-1c81fd19e8e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4062 | 2024.08.06 04:01:42.142656 [ 3 ] {2fed3abb-df4d-4e96-aec9-1c81fd19e8e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4063 | 2024.08.06 04:01:42.142805 [ 3 ] {2fed3abb-df4d-4e96-aec9-1c81fd19e8e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4064 | 2024.08.06 04:01:42.143105 [ 3 ] {2fed3abb-df4d-4e96-aec9-1c81fd19e8e2} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4065 | 2024.08.06 04:01:42.143142 [ 3 ] {2fed3abb-df4d-4e96-aec9-1c81fd19e8e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4066 | 2024.08.06 04:01:42.143515 [ 3 ] {2fed3abb-df4d-4e96-aec9-1c81fd19e8e2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4067 | 2024.08.06 04:01:42.143850 [ 3 ] {2fed3abb-df4d-4e96-aec9-1c81fd19e8e2} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4068 | 2024.08.06 04:01:42.143977 [ 3 ] {2fed3abb-df4d-4e96-aec9-1c81fd19e8e2} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001394 sec., 4304.16068866571 rows/sec., 184.94 KiB/sec. | ||
4069 | 2024.08.06 04:01:42.144268 [ 3 ] {2fed3abb-df4d-4e96-aec9-1c81fd19e8e2} <Debug> DynamicQueryHandler: Done processing query | ||
4070 | 2024.08.06 04:01:42.144294 [ 3 ] {2fed3abb-df4d-4e96-aec9-1c81fd19e8e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4071 | 2024.08.06 04:01:42.144310 [ 3 ] {} <Debug> HTTP-Session: 77d8276b-6a8c-4b5e-a778-e1fc3549a04e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4072 | 2024.08.06 04:01:42.144432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4073 | 2024.08.06 04:01:42.144483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4074 | 2024.08.06 04:01:42.144502 [ 3 ] {} <Debug> HTTP-Session: 0d74a642-6e40-4fcb-8df7-c6fa94f79783 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4075 | 2024.08.06 04:01:42.144520 [ 3 ] {} <Debug> HTTP-Session: 0d74a642-6e40-4fcb-8df7-c6fa94f79783 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4076 | 2024.08.06 04:01:42.144534 [ 3 ] {} <Debug> HTTP-Session: 0d74a642-6e40-4fcb-8df7-c6fa94f79783 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4077 | 2024.08.06 04:01:42.144564 [ 3 ] {} <Trace> HTTP-Session: 0d74a642-6e40-4fcb-8df7-c6fa94f79783 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4078 | 2024.08.06 04:01:42.144702 [ 3 ] {950c03eb-0c84-4691-b414-0d6bf43dd410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4079 | 2024.08.06 04:01:42.144751 [ 3 ] {950c03eb-0c84-4691-b414-0d6bf43dd410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4080 | 2024.08.06 04:01:42.144913 [ 3 ] {950c03eb-0c84-4691-b414-0d6bf43dd410} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4081 | 2024.08.06 04:01:42.145255 [ 3 ] {950c03eb-0c84-4691-b414-0d6bf43dd410} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4082 | 2024.08.06 04:01:42.145292 [ 3 ] {950c03eb-0c84-4691-b414-0d6bf43dd410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4083 | 2024.08.06 04:01:42.145656 [ 3 ] {950c03eb-0c84-4691-b414-0d6bf43dd410} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4084 | 2024.08.06 04:01:42.145998 [ 3 ] {950c03eb-0c84-4691-b414-0d6bf43dd410} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4085 | 2024.08.06 04:01:42.146130 [ 3 ] {950c03eb-0c84-4691-b414-0d6bf43dd410} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001489 sec., 51712.55876427132 rows/sec., 3.18 MiB/sec. | ||
4086 | 2024.08.06 04:01:42.146296 [ 3 ] {950c03eb-0c84-4691-b414-0d6bf43dd410} <Debug> DynamicQueryHandler: Done processing query | ||
4087 | 2024.08.06 04:01:42.146321 [ 3 ] {950c03eb-0c84-4691-b414-0d6bf43dd410} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4088 | 2024.08.06 04:01:42.146337 [ 3 ] {} <Debug> HTTP-Session: 0d74a642-6e40-4fcb-8df7-c6fa94f79783 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4089 | 2024.08.06 04:01:42.146487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4090 | 2024.08.06 04:01:42.146536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4091 | 2024.08.06 04:01:42.146556 [ 3 ] {} <Debug> HTTP-Session: ec7075a9-6356-464b-b801-249a0580737f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4092 | 2024.08.06 04:01:42.146573 [ 3 ] {} <Debug> HTTP-Session: ec7075a9-6356-464b-b801-249a0580737f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4093 | 2024.08.06 04:01:42.146587 [ 3 ] {} <Debug> HTTP-Session: ec7075a9-6356-464b-b801-249a0580737f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4094 | 2024.08.06 04:01:42.146618 [ 3 ] {} <Trace> HTTP-Session: ec7075a9-6356-464b-b801-249a0580737f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4095 | 2024.08.06 04:01:42.146787 [ 3 ] {882394ff-37e4-4c5c-99c6-1a1606ffa501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4096 | 2024.08.06 04:01:42.146834 [ 3 ] {882394ff-37e4-4c5c-99c6-1a1606ffa501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4097 | 2024.08.06 04:01:42.146974 [ 3 ] {882394ff-37e4-4c5c-99c6-1a1606ffa501} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4098 | 2024.08.06 04:01:42.147375 [ 3 ] {882394ff-37e4-4c5c-99c6-1a1606ffa501} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4099 | 2024.08.06 04:01:42.147411 [ 3 ] {882394ff-37e4-4c5c-99c6-1a1606ffa501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4100 | 2024.08.06 04:01:42.147787 [ 3 ] {882394ff-37e4-4c5c-99c6-1a1606ffa501} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4101 | 2024.08.06 04:01:42.148127 [ 3 ] {882394ff-37e4-4c5c-99c6-1a1606ffa501} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4102 | 2024.08.06 04:01:42.148263 [ 3 ] {882394ff-37e4-4c5c-99c6-1a1606ffa501} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. | ||
4103 | 2024.08.06 04:01:42.148560 [ 3 ] {882394ff-37e4-4c5c-99c6-1a1606ffa501} <Debug> DynamicQueryHandler: Done processing query | ||
4104 | 2024.08.06 04:01:42.148586 [ 3 ] {882394ff-37e4-4c5c-99c6-1a1606ffa501} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4105 | 2024.08.06 04:01:42.148602 [ 3 ] {} <Debug> HTTP-Session: ec7075a9-6356-464b-b801-249a0580737f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4106 | 2024.08.06 04:01:42.148775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4107 | 2024.08.06 04:01:42.148826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4108 | 2024.08.06 04:01:42.148846 [ 3 ] {} <Debug> HTTP-Session: 3937b032-e661-4b75-9841-fac56bab4ac0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4109 | 2024.08.06 04:01:42.148862 [ 3 ] {} <Debug> HTTP-Session: 3937b032-e661-4b75-9841-fac56bab4ac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4110 | 2024.08.06 04:01:42.148876 [ 3 ] {} <Debug> HTTP-Session: 3937b032-e661-4b75-9841-fac56bab4ac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4111 | 2024.08.06 04:01:42.148907 [ 3 ] {} <Trace> HTTP-Session: 3937b032-e661-4b75-9841-fac56bab4ac0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4112 | 2024.08.06 04:01:42.149401 [ 3 ] {2473ce14-28b2-4dff-8ee4-f42d9fb3e54e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4113 | 2024.08.06 04:01:42.149478 [ 3 ] {2473ce14-28b2-4dff-8ee4-f42d9fb3e54e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4114 | 2024.08.06 04:01:42.149910 [ 3 ] {2473ce14-28b2-4dff-8ee4-f42d9fb3e54e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4115 | 2024.08.06 04:01:42.150538 [ 3 ] {2473ce14-28b2-4dff-8ee4-f42d9fb3e54e} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4116 | 2024.08.06 04:01:42.150574 [ 3 ] {2473ce14-28b2-4dff-8ee4-f42d9fb3e54e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4117 | 2024.08.06 04:01:42.151189 [ 3 ] {2473ce14-28b2-4dff-8ee4-f42d9fb3e54e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4118 | 2024.08.06 04:01:42.151611 [ 3 ] {2473ce14-28b2-4dff-8ee4-f42d9fb3e54e} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4119 | 2024.08.06 04:01:42.151755 [ 3 ] {2473ce14-28b2-4dff-8ee4-f42d9fb3e54e} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002759 sec., 7973.903588256614 rows/sec., 14.29 MiB/sec. | ||
4120 | 2024.08.06 04:01:42.151970 [ 3 ] {2473ce14-28b2-4dff-8ee4-f42d9fb3e54e} <Debug> DynamicQueryHandler: Done processing query | ||
4121 | 2024.08.06 04:01:42.151996 [ 3 ] {2473ce14-28b2-4dff-8ee4-f42d9fb3e54e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4122 | 2024.08.06 04:01:42.152011 [ 3 ] {} <Debug> HTTP-Session: 3937b032-e661-4b75-9841-fac56bab4ac0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4123 | 2024.08.06 04:01:42.152135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4124 | 2024.08.06 04:01:42.152185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4125 | 2024.08.06 04:01:42.152205 [ 3 ] {} <Debug> HTTP-Session: 32ab9a33-1887-46b6-81a0-3c0e857e5744 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4126 | 2024.08.06 04:01:42.152221 [ 3 ] {} <Debug> HTTP-Session: 32ab9a33-1887-46b6-81a0-3c0e857e5744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4127 | 2024.08.06 04:01:42.152234 [ 3 ] {} <Debug> HTTP-Session: 32ab9a33-1887-46b6-81a0-3c0e857e5744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4128 | 2024.08.06 04:01:42.152266 [ 3 ] {} <Trace> HTTP-Session: 32ab9a33-1887-46b6-81a0-3c0e857e5744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4129 | 2024.08.06 04:01:42.152371 [ 3 ] {0b6ea0ce-cf24-42cb-88fb-ce0f04c1d679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4130 | 2024.08.06 04:01:42.152415 [ 3 ] {0b6ea0ce-cf24-42cb-88fb-ce0f04c1d679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4131 | 2024.08.06 04:01:42.152541 [ 3 ] {0b6ea0ce-cf24-42cb-88fb-ce0f04c1d679} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4132 | 2024.08.06 04:01:42.152818 [ 3 ] {0b6ea0ce-cf24-42cb-88fb-ce0f04c1d679} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4133 | 2024.08.06 04:01:42.152854 [ 3 ] {0b6ea0ce-cf24-42cb-88fb-ce0f04c1d679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4134 | 2024.08.06 04:01:42.153203 [ 3 ] {0b6ea0ce-cf24-42cb-88fb-ce0f04c1d679} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4135 | 2024.08.06 04:01:42.153540 [ 3 ] {0b6ea0ce-cf24-42cb-88fb-ce0f04c1d679} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4136 | 2024.08.06 04:01:42.153669 [ 3 ] {0b6ea0ce-cf24-42cb-88fb-ce0f04c1d679} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001329 sec., 17306.24529721595 rows/sec., 936.15 KiB/sec. | ||
4137 | 2024.08.06 04:01:42.153831 [ 3 ] {0b6ea0ce-cf24-42cb-88fb-ce0f04c1d679} <Debug> DynamicQueryHandler: Done processing query | ||
4138 | 2024.08.06 04:01:42.153856 [ 3 ] {0b6ea0ce-cf24-42cb-88fb-ce0f04c1d679} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4139 | 2024.08.06 04:01:42.153872 [ 3 ] {} <Debug> HTTP-Session: 32ab9a33-1887-46b6-81a0-3c0e857e5744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4140 | 2024.08.06 04:01:42.153994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4141 | 2024.08.06 04:01:42.154044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4142 | 2024.08.06 04:01:42.154064 [ 3 ] {} <Debug> HTTP-Session: 533f0ae8-c50c-4a81-8ae7-f1536e35b9fd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4143 | 2024.08.06 04:01:42.154081 [ 3 ] {} <Debug> HTTP-Session: 533f0ae8-c50c-4a81-8ae7-f1536e35b9fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4144 | 2024.08.06 04:01:42.154095 [ 3 ] {} <Debug> HTTP-Session: 533f0ae8-c50c-4a81-8ae7-f1536e35b9fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4145 | 2024.08.06 04:01:42.154127 [ 3 ] {} <Trace> HTTP-Session: 533f0ae8-c50c-4a81-8ae7-f1536e35b9fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4146 | 2024.08.06 04:01:42.154245 [ 3 ] {b10f5434-f896-4cbe-9a25-af3ede3e1534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4147 | 2024.08.06 04:01:42.154290 [ 3 ] {b10f5434-f896-4cbe-9a25-af3ede3e1534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4148 | 2024.08.06 04:01:42.154416 [ 3 ] {b10f5434-f896-4cbe-9a25-af3ede3e1534} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4149 | 2024.08.06 04:01:42.154708 [ 3 ] {b10f5434-f896-4cbe-9a25-af3ede3e1534} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4150 | 2024.08.06 04:01:42.154744 [ 3 ] {b10f5434-f896-4cbe-9a25-af3ede3e1534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4151 | 2024.08.06 04:01:42.155101 [ 3 ] {b10f5434-f896-4cbe-9a25-af3ede3e1534} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4152 | 2024.08.06 04:01:42.155435 [ 3 ] {b10f5434-f896-4cbe-9a25-af3ede3e1534} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4153 | 2024.08.06 04:01:42.155568 [ 3 ] {b10f5434-f896-4cbe-9a25-af3ede3e1534} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
4154 | 2024.08.06 04:01:42.155729 [ 3 ] {b10f5434-f896-4cbe-9a25-af3ede3e1534} <Debug> DynamicQueryHandler: Done processing query | ||
4155 | 2024.08.06 04:01:42.155753 [ 3 ] {b10f5434-f896-4cbe-9a25-af3ede3e1534} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4156 | 2024.08.06 04:01:42.155769 [ 3 ] {} <Debug> HTTP-Session: 533f0ae8-c50c-4a81-8ae7-f1536e35b9fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4157 | 2024.08.06 04:01:47.126657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4158 | 2024.08.06 04:01:47.126807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4159 | 2024.08.06 04:01:47.126850 [ 3 ] {} <Debug> HTTP-Session: a2b05cd0-2b44-439b-9d0f-97f4ec2443e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4160 | 2024.08.06 04:01:47.126883 [ 3 ] {} <Debug> HTTP-Session: a2b05cd0-2b44-439b-9d0f-97f4ec2443e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4161 | 2024.08.06 04:01:47.126898 [ 3 ] {} <Debug> HTTP-Session: a2b05cd0-2b44-439b-9d0f-97f4ec2443e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4162 | 2024.08.06 04:01:47.126948 [ 3 ] {} <Trace> HTTP-Session: a2b05cd0-2b44-439b-9d0f-97f4ec2443e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4163 | 2024.08.06 04:01:47.127136 [ 3 ] {0c54e802-a610-45ac-bc0a-677ed17deb06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4164 | 2024.08.06 04:01:47.127203 [ 3 ] {0c54e802-a610-45ac-bc0a-677ed17deb06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4165 | 2024.08.06 04:01:47.127398 [ 3 ] {0c54e802-a610-45ac-bc0a-677ed17deb06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4166 | 2024.08.06 04:01:47.127826 [ 3 ] {0c54e802-a610-45ac-bc0a-677ed17deb06} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4167 | 2024.08.06 04:01:47.127869 [ 3 ] {0c54e802-a610-45ac-bc0a-677ed17deb06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4168 | 2024.08.06 04:01:47.128253 [ 3 ] {0c54e802-a610-45ac-bc0a-677ed17deb06} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4169 | 2024.08.06 04:01:47.128612 [ 3 ] {0c54e802-a610-45ac-bc0a-677ed17deb06} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4170 | 2024.08.06 04:01:47.128775 [ 3 ] {0c54e802-a610-45ac-bc0a-677ed17deb06} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001694 sec., 6493.506493506494 rows/sec., 526.33 KiB/sec. | ||
4171 | 2024.08.06 04:01:47.129069 [ 3 ] {0c54e802-a610-45ac-bc0a-677ed17deb06} <Debug> DynamicQueryHandler: Done processing query | ||
4172 | 2024.08.06 04:01:47.129097 [ 3 ] {0c54e802-a610-45ac-bc0a-677ed17deb06} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4173 | 2024.08.06 04:01:47.129115 [ 3 ] {} <Debug> HTTP-Session: a2b05cd0-2b44-439b-9d0f-97f4ec2443e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4174 | 2024.08.06 04:01:47.129286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4175 | 2024.08.06 04:01:47.129346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4176 | 2024.08.06 04:01:47.129372 [ 3 ] {} <Debug> HTTP-Session: 1f9f7d90-c74e-4cde-9c40-bbf5a20de4ee Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4177 | 2024.08.06 04:01:47.129391 [ 3 ] {} <Debug> HTTP-Session: 1f9f7d90-c74e-4cde-9c40-bbf5a20de4ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4178 | 2024.08.06 04:01:47.129408 [ 3 ] {} <Debug> HTTP-Session: 1f9f7d90-c74e-4cde-9c40-bbf5a20de4ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4179 | 2024.08.06 04:01:47.129445 [ 3 ] {} <Trace> HTTP-Session: 1f9f7d90-c74e-4cde-9c40-bbf5a20de4ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4180 | 2024.08.06 04:01:47.129615 [ 3 ] {5da14ea2-acad-430f-b2a9-7cbd4555164f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4181 | 2024.08.06 04:01:47.129670 [ 3 ] {5da14ea2-acad-430f-b2a9-7cbd4555164f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4182 | 2024.08.06 04:01:47.129850 [ 3 ] {5da14ea2-acad-430f-b2a9-7cbd4555164f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4183 | 2024.08.06 04:01:47.130257 [ 3 ] {5da14ea2-acad-430f-b2a9-7cbd4555164f} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4184 | 2024.08.06 04:01:47.130296 [ 3 ] {5da14ea2-acad-430f-b2a9-7cbd4555164f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4185 | 2024.08.06 04:01:47.130643 [ 3 ] {5da14ea2-acad-430f-b2a9-7cbd4555164f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4186 | 2024.08.06 04:01:47.130991 [ 3 ] {5da14ea2-acad-430f-b2a9-7cbd4555164f} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4187 | 2024.08.06 04:01:47.131136 [ 3 ] {5da14ea2-acad-430f-b2a9-7cbd4555164f} <Debug> executeQuery: Read 125 rows, 10.13 KiB in 0.00159 sec., 78616.35220125786 rows/sec., 6.22 MiB/sec. | ||
4188 | 2024.08.06 04:01:47.131293 [ 3 ] {5da14ea2-acad-430f-b2a9-7cbd4555164f} <Debug> DynamicQueryHandler: Done processing query | ||
4189 | 2024.08.06 04:01:47.131318 [ 3 ] {5da14ea2-acad-430f-b2a9-7cbd4555164f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4190 | 2024.08.06 04:01:47.131334 [ 3 ] {} <Debug> HTTP-Session: 1f9f7d90-c74e-4cde-9c40-bbf5a20de4ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4191 | 2024.08.06 04:01:47.131504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 16771, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4192 | 2024.08.06 04:01:47.131554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4193 | 2024.08.06 04:01:47.131574 [ 3 ] {} <Debug> HTTP-Session: 4b4b2c56-2f08-45be-8f31-e2b3c82e2e7d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4194 | 2024.08.06 04:01:47.131591 [ 3 ] {} <Debug> HTTP-Session: 4b4b2c56-2f08-45be-8f31-e2b3c82e2e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4195 | 2024.08.06 04:01:47.131605 [ 3 ] {} <Debug> HTTP-Session: 4b4b2c56-2f08-45be-8f31-e2b3c82e2e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4196 | 2024.08.06 04:01:47.131636 [ 3 ] {} <Trace> HTTP-Session: 4b4b2c56-2f08-45be-8f31-e2b3c82e2e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4197 | 2024.08.06 04:01:47.131759 [ 3 ] {89531833-f541-470f-9747-037bd106885c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4198 | 2024.08.06 04:01:47.131802 [ 3 ] {89531833-f541-470f-9747-037bd106885c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4199 | 2024.08.06 04:01:47.131927 [ 3 ] {89531833-f541-470f-9747-037bd106885c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4200 | 2024.08.06 04:01:47.132308 [ 3 ] {89531833-f541-470f-9747-037bd106885c} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4201 | 2024.08.06 04:01:47.132345 [ 3 ] {89531833-f541-470f-9747-037bd106885c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4202 | 2024.08.06 04:01:47.132664 [ 3 ] {89531833-f541-470f-9747-037bd106885c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4203 | 2024.08.06 04:01:47.132988 [ 3 ] {89531833-f541-470f-9747-037bd106885c} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4204 | 2024.08.06 04:01:47.133150 [ 3 ] {89531833-f541-470f-9747-037bd106885c} <Debug> executeQuery: Read 99 rows, 7.89 KiB in 0.001431 sec., 69182.38993710691 rows/sec., 5.39 MiB/sec. | ||
4205 | 2024.08.06 04:01:47.133426 [ 3 ] {89531833-f541-470f-9747-037bd106885c} <Debug> DynamicQueryHandler: Done processing query | ||
4206 | 2024.08.06 04:01:47.133452 [ 3 ] {89531833-f541-470f-9747-037bd106885c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4207 | 2024.08.06 04:01:47.133469 [ 3 ] {} <Debug> HTTP-Session: 4b4b2c56-2f08-45be-8f31-e2b3c82e2e7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4208 | 2024.08.06 04:01:47.133655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37530, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4209 | 2024.08.06 04:01:47.133705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4210 | 2024.08.06 04:01:47.133725 [ 3 ] {} <Debug> HTTP-Session: f5510df8-00ed-430f-9a11-3d497159ebb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4211 | 2024.08.06 04:01:47.133741 [ 3 ] {} <Debug> HTTP-Session: f5510df8-00ed-430f-9a11-3d497159ebb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4212 | 2024.08.06 04:01:47.133755 [ 3 ] {} <Debug> HTTP-Session: f5510df8-00ed-430f-9a11-3d497159ebb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4213 | 2024.08.06 04:01:47.133786 [ 3 ] {} <Trace> HTTP-Session: f5510df8-00ed-430f-9a11-3d497159ebb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4214 | 2024.08.06 04:01:47.133953 [ 3 ] {e63a9419-86cc-4987-adf4-70eeb2060ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4215 | 2024.08.06 04:01:47.134002 [ 3 ] {e63a9419-86cc-4987-adf4-70eeb2060ff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4216 | 2024.08.06 04:01:47.134171 [ 3 ] {e63a9419-86cc-4987-adf4-70eeb2060ff7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4217 | 2024.08.06 04:01:47.134565 [ 3 ] {e63a9419-86cc-4987-adf4-70eeb2060ff7} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4218 | 2024.08.06 04:01:47.134602 [ 3 ] {e63a9419-86cc-4987-adf4-70eeb2060ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4219 | 2024.08.06 04:01:47.134996 [ 3 ] {e63a9419-86cc-4987-adf4-70eeb2060ff7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4220 | 2024.08.06 04:01:47.135366 [ 3 ] {e63a9419-86cc-4987-adf4-70eeb2060ff7} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4221 | 2024.08.06 04:01:47.135529 [ 3 ] {e63a9419-86cc-4987-adf4-70eeb2060ff7} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.00165 sec., 118787.87878787878 rows/sec., 8.29 MiB/sec. | ||
4222 | 2024.08.06 04:01:47.135850 [ 3 ] {e63a9419-86cc-4987-adf4-70eeb2060ff7} <Debug> DynamicQueryHandler: Done processing query | ||
4223 | 2024.08.06 04:01:47.135876 [ 3 ] {e63a9419-86cc-4987-adf4-70eeb2060ff7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4224 | 2024.08.06 04:01:47.135892 [ 3 ] {} <Debug> HTTP-Session: f5510df8-00ed-430f-9a11-3d497159ebb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4225 | 2024.08.06 04:01:47.136072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4226 | 2024.08.06 04:01:47.136121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4227 | 2024.08.06 04:01:47.136141 [ 3 ] {} <Debug> HTTP-Session: beded7d1-fd7c-44ca-addc-1456ddd40e50 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4228 | 2024.08.06 04:01:47.136157 [ 3 ] {} <Debug> HTTP-Session: beded7d1-fd7c-44ca-addc-1456ddd40e50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4229 | 2024.08.06 04:01:47.136170 [ 3 ] {} <Debug> HTTP-Session: beded7d1-fd7c-44ca-addc-1456ddd40e50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4230 | 2024.08.06 04:01:47.136201 [ 3 ] {} <Trace> HTTP-Session: beded7d1-fd7c-44ca-addc-1456ddd40e50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4231 | 2024.08.06 04:01:47.136404 [ 3 ] {28d7351b-4719-4182-ae74-96888fab33d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4232 | 2024.08.06 04:01:47.136477 [ 3 ] {28d7351b-4719-4182-ae74-96888fab33d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4233 | 2024.08.06 04:01:47.136906 [ 3 ] {28d7351b-4719-4182-ae74-96888fab33d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4234 | 2024.08.06 04:01:47.137485 [ 3 ] {28d7351b-4719-4182-ae74-96888fab33d8} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4235 | 2024.08.06 04:01:47.137521 [ 3 ] {28d7351b-4719-4182-ae74-96888fab33d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4236 | 2024.08.06 04:01:47.138127 [ 3 ] {28d7351b-4719-4182-ae74-96888fab33d8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4237 | 2024.08.06 04:01:47.138554 [ 3 ] {28d7351b-4719-4182-ae74-96888fab33d8} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4238 | 2024.08.06 04:01:47.138765 [ 3 ] {28d7351b-4719-4182-ae74-96888fab33d8} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002471 sec., 4451.639012545528 rows/sec., 7.98 MiB/sec. | ||
4239 | 2024.08.06 04:01:47.139253 [ 3 ] {28d7351b-4719-4182-ae74-96888fab33d8} <Debug> DynamicQueryHandler: Done processing query | ||
4240 | 2024.08.06 04:01:47.139279 [ 3 ] {28d7351b-4719-4182-ae74-96888fab33d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
4241 | 2024.08.06 04:01:47.139296 [ 3 ] {} <Debug> HTTP-Session: beded7d1-fd7c-44ca-addc-1456ddd40e50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4242 | 2024.08.06 04:01:47.139434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4243 | 2024.08.06 04:01:47.139483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4244 | 2024.08.06 04:01:47.139503 [ 3 ] {} <Debug> HTTP-Session: f1033549-8344-4ba2-91c3-dac427810bab Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4245 | 2024.08.06 04:01:47.139521 [ 3 ] {} <Debug> HTTP-Session: f1033549-8344-4ba2-91c3-dac427810bab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4246 | 2024.08.06 04:01:47.139535 [ 3 ] {} <Debug> HTTP-Session: f1033549-8344-4ba2-91c3-dac427810bab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4247 | 2024.08.06 04:01:47.139566 [ 3 ] {} <Trace> HTTP-Session: f1033549-8344-4ba2-91c3-dac427810bab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4248 | 2024.08.06 04:01:47.139682 [ 3 ] {abf091c0-b021-4bc1-a3d6-e3bff6772c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4249 | 2024.08.06 04:01:47.139729 [ 3 ] {abf091c0-b021-4bc1-a3d6-e3bff6772c5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4250 | 2024.08.06 04:01:47.139865 [ 3 ] {abf091c0-b021-4bc1-a3d6-e3bff6772c5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4251 | 2024.08.06 04:01:47.140152 [ 3 ] {abf091c0-b021-4bc1-a3d6-e3bff6772c5c} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4252 | 2024.08.06 04:01:47.140189 [ 3 ] {abf091c0-b021-4bc1-a3d6-e3bff6772c5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4253 | 2024.08.06 04:01:47.140554 [ 3 ] {abf091c0-b021-4bc1-a3d6-e3bff6772c5c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4254 | 2024.08.06 04:01:47.140898 [ 3 ] {abf091c0-b021-4bc1-a3d6-e3bff6772c5c} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4255 | 2024.08.06 04:01:47.141061 [ 3 ] {abf091c0-b021-4bc1-a3d6-e3bff6772c5c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001415 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. | ||
4256 | 2024.08.06 04:01:47.141383 [ 3 ] {abf091c0-b021-4bc1-a3d6-e3bff6772c5c} <Debug> DynamicQueryHandler: Done processing query | ||
4257 | 2024.08.06 04:01:47.141414 [ 3 ] {abf091c0-b021-4bc1-a3d6-e3bff6772c5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4258 | 2024.08.06 04:01:47.141431 [ 3 ] {} <Debug> HTTP-Session: f1033549-8344-4ba2-91c3-dac427810bab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4259 | 2024.08.06 04:01:51.015796 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4260 | 2024.08.06 04:01:51.015874 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4261 | 2024.08.06 04:01:52.131433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4262 | 2024.08.06 04:01:52.131551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4263 | 2024.08.06 04:01:52.131578 [ 3 ] {} <Debug> HTTP-Session: 88fc04f9-dc43-4491-af6b-a3fb2c45e933 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4264 | 2024.08.06 04:01:52.131603 [ 3 ] {} <Debug> HTTP-Session: 88fc04f9-dc43-4491-af6b-a3fb2c45e933 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4265 | 2024.08.06 04:01:52.131618 [ 3 ] {} <Debug> HTTP-Session: 88fc04f9-dc43-4491-af6b-a3fb2c45e933 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4266 | 2024.08.06 04:01:52.131668 [ 3 ] {} <Trace> HTTP-Session: 88fc04f9-dc43-4491-af6b-a3fb2c45e933 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4267 | 2024.08.06 04:01:52.131858 [ 3 ] {864671de-76c3-4171-a10c-f89edd5ad7e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4268 | 2024.08.06 04:01:52.131929 [ 3 ] {864671de-76c3-4171-a10c-f89edd5ad7e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4269 | 2024.08.06 04:01:52.132122 [ 3 ] {864671de-76c3-4171-a10c-f89edd5ad7e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4270 | 2024.08.06 04:01:52.132546 [ 3 ] {864671de-76c3-4171-a10c-f89edd5ad7e7} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4271 | 2024.08.06 04:01:52.132589 [ 3 ] {864671de-76c3-4171-a10c-f89edd5ad7e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4272 | 2024.08.06 04:01:52.132968 [ 3 ] {864671de-76c3-4171-a10c-f89edd5ad7e7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4273 | 2024.08.06 04:01:52.133323 [ 3 ] {864671de-76c3-4171-a10c-f89edd5ad7e7} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4274 | 2024.08.06 04:01:52.133489 [ 3 ] {864671de-76c3-4171-a10c-f89edd5ad7e7} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001687 sec., 16597.510373443984 rows/sec., 1.23 MiB/sec. | ||
4275 | 2024.08.06 04:01:52.133703 [ 3 ] {864671de-76c3-4171-a10c-f89edd5ad7e7} <Debug> DynamicQueryHandler: Done processing query | ||
4276 | 2024.08.06 04:01:52.133731 [ 3 ] {864671de-76c3-4171-a10c-f89edd5ad7e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4277 | 2024.08.06 04:01:52.133747 [ 3 ] {} <Debug> HTTP-Session: 88fc04f9-dc43-4491-af6b-a3fb2c45e933 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4278 | 2024.08.06 04:01:52.133889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4279 | 2024.08.06 04:01:52.133938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4280 | 2024.08.06 04:01:52.133959 [ 3 ] {} <Debug> HTTP-Session: 80f4dfaf-e0f2-4dc0-b3df-939d3836d56a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4281 | 2024.08.06 04:01:52.133976 [ 3 ] {} <Debug> HTTP-Session: 80f4dfaf-e0f2-4dc0-b3df-939d3836d56a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4282 | 2024.08.06 04:01:52.133990 [ 3 ] {} <Debug> HTTP-Session: 80f4dfaf-e0f2-4dc0-b3df-939d3836d56a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4283 | 2024.08.06 04:01:52.134022 [ 3 ] {} <Trace> HTTP-Session: 80f4dfaf-e0f2-4dc0-b3df-939d3836d56a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4284 | 2024.08.06 04:01:52.134127 [ 3 ] {f2b362b8-f9c9-477e-a77d-9c138ec7cc13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4285 | 2024.08.06 04:01:52.134173 [ 3 ] {f2b362b8-f9c9-477e-a77d-9c138ec7cc13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4286 | 2024.08.06 04:01:52.134303 [ 3 ] {f2b362b8-f9c9-477e-a77d-9c138ec7cc13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4287 | 2024.08.06 04:01:52.134582 [ 3 ] {f2b362b8-f9c9-477e-a77d-9c138ec7cc13} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4288 | 2024.08.06 04:01:52.134619 [ 3 ] {f2b362b8-f9c9-477e-a77d-9c138ec7cc13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4289 | 2024.08.06 04:01:52.134921 [ 3 ] {f2b362b8-f9c9-477e-a77d-9c138ec7cc13} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4290 | 2024.08.06 04:01:52.135238 [ 3 ] {f2b362b8-f9c9-477e-a77d-9c138ec7cc13} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4291 | 2024.08.06 04:01:52.135388 [ 3 ] {f2b362b8-f9c9-477e-a77d-9c138ec7cc13} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001278 sec., 1564.9452269170579 rows/sec., 127.61 KiB/sec. | ||
4292 | 2024.08.06 04:01:52.135544 [ 3 ] {f2b362b8-f9c9-477e-a77d-9c138ec7cc13} <Debug> DynamicQueryHandler: Done processing query | ||
4293 | 2024.08.06 04:01:52.135569 [ 3 ] {f2b362b8-f9c9-477e-a77d-9c138ec7cc13} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4294 | 2024.08.06 04:01:52.135585 [ 3 ] {} <Debug> HTTP-Session: 80f4dfaf-e0f2-4dc0-b3df-939d3836d56a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4295 | 2024.08.06 04:01:52.135773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4296 | 2024.08.06 04:01:52.135822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4297 | 2024.08.06 04:01:52.135845 [ 3 ] {} <Debug> HTTP-Session: 7124c3bf-f756-4b8c-8939-a245f0434f4b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4298 | 2024.08.06 04:01:52.135862 [ 3 ] {} <Debug> HTTP-Session: 7124c3bf-f756-4b8c-8939-a245f0434f4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4299 | 2024.08.06 04:01:52.135875 [ 3 ] {} <Debug> HTTP-Session: 7124c3bf-f756-4b8c-8939-a245f0434f4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4300 | 2024.08.06 04:01:52.135909 [ 3 ] {} <Trace> HTTP-Session: 7124c3bf-f756-4b8c-8939-a245f0434f4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4301 | 2024.08.06 04:01:52.136064 [ 3 ] {96aed65a-0b06-4fa3-ae64-af6429f9be7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4302 | 2024.08.06 04:01:52.136108 [ 3 ] {96aed65a-0b06-4fa3-ae64-af6429f9be7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4303 | 2024.08.06 04:01:52.136234 [ 3 ] {96aed65a-0b06-4fa3-ae64-af6429f9be7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4304 | 2024.08.06 04:01:52.136651 [ 3 ] {96aed65a-0b06-4fa3-ae64-af6429f9be7c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4305 | 2024.08.06 04:01:52.136688 [ 3 ] {96aed65a-0b06-4fa3-ae64-af6429f9be7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4306 | 2024.08.06 04:01:52.137021 [ 3 ] {96aed65a-0b06-4fa3-ae64-af6429f9be7c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4307 | 2024.08.06 04:01:52.137339 [ 3 ] {96aed65a-0b06-4fa3-ae64-af6429f9be7c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4308 | 2024.08.06 04:01:52.137502 [ 3 ] {96aed65a-0b06-4fa3-ae64-af6429f9be7c} <Debug> executeQuery: Read 228 rows, 20.54 KiB in 0.001501 sec., 151898.7341772152 rows/sec., 13.36 MiB/sec. | ||
4309 | 2024.08.06 04:01:52.137668 [ 3 ] {96aed65a-0b06-4fa3-ae64-af6429f9be7c} <Debug> DynamicQueryHandler: Done processing query | ||
4310 | 2024.08.06 04:01:52.137693 [ 3 ] {96aed65a-0b06-4fa3-ae64-af6429f9be7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
4311 | 2024.08.06 04:01:52.137709 [ 3 ] {} <Debug> HTTP-Session: 7124c3bf-f756-4b8c-8939-a245f0434f4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4312 | 2024.08.06 04:01:52.137842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4313 | 2024.08.06 04:01:52.137889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4314 | 2024.08.06 04:01:52.137910 [ 3 ] {} <Debug> HTTP-Session: 0fabfe59-1cc0-4a93-94ed-76ccf0fc51cd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4315 | 2024.08.06 04:01:52.137927 [ 3 ] {} <Debug> HTTP-Session: 0fabfe59-1cc0-4a93-94ed-76ccf0fc51cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4316 | 2024.08.06 04:01:52.137941 [ 3 ] {} <Debug> HTTP-Session: 0fabfe59-1cc0-4a93-94ed-76ccf0fc51cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4317 | 2024.08.06 04:01:52.137973 [ 3 ] {} <Trace> HTTP-Session: 0fabfe59-1cc0-4a93-94ed-76ccf0fc51cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4318 | 2024.08.06 04:01:52.138068 [ 3 ] {5621228f-2122-49f3-95a7-082ae3ed348e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4319 | 2024.08.06 04:01:52.138113 [ 3 ] {5621228f-2122-49f3-95a7-082ae3ed348e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4320 | 2024.08.06 04:01:52.138246 [ 3 ] {5621228f-2122-49f3-95a7-082ae3ed348e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4321 | 2024.08.06 04:01:52.138567 [ 3 ] {5621228f-2122-49f3-95a7-082ae3ed348e} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4322 | 2024.08.06 04:01:52.138604 [ 3 ] {5621228f-2122-49f3-95a7-082ae3ed348e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4323 | 2024.08.06 04:01:52.138905 [ 3 ] {5621228f-2122-49f3-95a7-082ae3ed348e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4324 | 2024.08.06 04:01:52.139224 [ 3 ] {5621228f-2122-49f3-95a7-082ae3ed348e} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4325 | 2024.08.06 04:01:52.139386 [ 3 ] {5621228f-2122-49f3-95a7-082ae3ed348e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001341 sec., 1491.4243102162566 rows/sec., 104.14 KiB/sec. | ||
4326 | 2024.08.06 04:01:52.139548 [ 3 ] {5621228f-2122-49f3-95a7-082ae3ed348e} <Debug> DynamicQueryHandler: Done processing query | ||
4327 | 2024.08.06 04:01:52.139573 [ 3 ] {5621228f-2122-49f3-95a7-082ae3ed348e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4328 | 2024.08.06 04:01:52.139590 [ 3 ] {} <Debug> HTTP-Session: 0fabfe59-1cc0-4a93-94ed-76ccf0fc51cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4329 | 2024.08.06 04:01:52.139806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4330 | 2024.08.06 04:01:52.139855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4331 | 2024.08.06 04:01:52.139876 [ 3 ] {} <Debug> HTTP-Session: dbd566c7-3cbc-4236-ba88-22ed1a42a160 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4332 | 2024.08.06 04:01:52.139892 [ 3 ] {} <Debug> HTTP-Session: dbd566c7-3cbc-4236-ba88-22ed1a42a160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4333 | 2024.08.06 04:01:52.139906 [ 3 ] {} <Debug> HTTP-Session: dbd566c7-3cbc-4236-ba88-22ed1a42a160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4334 | 2024.08.06 04:01:52.139939 [ 3 ] {} <Trace> HTTP-Session: dbd566c7-3cbc-4236-ba88-22ed1a42a160 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4335 | 2024.08.06 04:01:52.140147 [ 3 ] {0164c5f8-0cb1-48d2-9d3f-d6c1d4f3013f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4336 | 2024.08.06 04:01:52.140190 [ 3 ] {0164c5f8-0cb1-48d2-9d3f-d6c1d4f3013f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4337 | 2024.08.06 04:01:52.140317 [ 3 ] {0164c5f8-0cb1-48d2-9d3f-d6c1d4f3013f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4338 | 2024.08.06 04:01:52.140838 [ 3 ] {0164c5f8-0cb1-48d2-9d3f-d6c1d4f3013f} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4339 | 2024.08.06 04:01:52.140876 [ 3 ] {0164c5f8-0cb1-48d2-9d3f-d6c1d4f3013f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4340 | 2024.08.06 04:01:52.141202 [ 3 ] {0164c5f8-0cb1-48d2-9d3f-d6c1d4f3013f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4341 | 2024.08.06 04:01:52.141522 [ 3 ] {0164c5f8-0cb1-48d2-9d3f-d6c1d4f3013f} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4342 | 2024.08.06 04:01:52.141681 [ 3 ] {0164c5f8-0cb1-48d2-9d3f-d6c1d4f3013f} <Debug> executeQuery: Read 406 rows, 29.40 KiB in 0.001637 sec., 248014.6609651802 rows/sec., 17.54 MiB/sec. | ||
4343 | 2024.08.06 04:01:52.141839 [ 3 ] {0164c5f8-0cb1-48d2-9d3f-d6c1d4f3013f} <Debug> DynamicQueryHandler: Done processing query | ||
4344 | 2024.08.06 04:01:52.141865 [ 3 ] {0164c5f8-0cb1-48d2-9d3f-d6c1d4f3013f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
4345 | 2024.08.06 04:01:52.141882 [ 3 ] {} <Debug> HTTP-Session: dbd566c7-3cbc-4236-ba88-22ed1a42a160 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4346 | 2024.08.06 04:01:52.142021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4347 | 2024.08.06 04:01:52.142070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4348 | 2024.08.06 04:01:52.142091 [ 3 ] {} <Debug> HTTP-Session: 81933715-f5d4-46c3-b6f1-dcc5db330408 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4349 | 2024.08.06 04:01:52.142108 [ 3 ] {} <Debug> HTTP-Session: 81933715-f5d4-46c3-b6f1-dcc5db330408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4350 | 2024.08.06 04:01:52.142123 [ 3 ] {} <Debug> HTTP-Session: 81933715-f5d4-46c3-b6f1-dcc5db330408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4351 | 2024.08.06 04:01:52.142155 [ 3 ] {} <Trace> HTTP-Session: 81933715-f5d4-46c3-b6f1-dcc5db330408 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4352 | 2024.08.06 04:01:52.142249 [ 3 ] {2423b0fd-4e10-4404-86d2-78aac5b3f408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4353 | 2024.08.06 04:01:52.142296 [ 3 ] {2423b0fd-4e10-4404-86d2-78aac5b3f408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4354 | 2024.08.06 04:01:52.142424 [ 3 ] {2423b0fd-4e10-4404-86d2-78aac5b3f408} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4355 | 2024.08.06 04:01:52.142695 [ 3 ] {2423b0fd-4e10-4404-86d2-78aac5b3f408} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4356 | 2024.08.06 04:01:52.142731 [ 3 ] {2423b0fd-4e10-4404-86d2-78aac5b3f408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4357 | 2024.08.06 04:01:52.143097 [ 3 ] {2423b0fd-4e10-4404-86d2-78aac5b3f408} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4358 | 2024.08.06 04:01:52.143442 [ 3 ] {2423b0fd-4e10-4404-86d2-78aac5b3f408} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4359 | 2024.08.06 04:01:52.143617 [ 3 ] {2423b0fd-4e10-4404-86d2-78aac5b3f408} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001386 sec., 4329.004329004329 rows/sec., 186.01 KiB/sec. | ||
4360 | 2024.08.06 04:01:52.143818 [ 3 ] {2423b0fd-4e10-4404-86d2-78aac5b3f408} <Debug> DynamicQueryHandler: Done processing query | ||
4361 | 2024.08.06 04:01:52.143843 [ 3 ] {2423b0fd-4e10-4404-86d2-78aac5b3f408} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4362 | 2024.08.06 04:01:52.143859 [ 3 ] {} <Debug> HTTP-Session: 81933715-f5d4-46c3-b6f1-dcc5db330408 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4363 | 2024.08.06 04:01:52.143993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4364 | 2024.08.06 04:01:52.144042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4365 | 2024.08.06 04:01:52.144062 [ 3 ] {} <Debug> HTTP-Session: 23c6f9fa-dbf5-497d-b569-fd54336b9086 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4366 | 2024.08.06 04:01:52.144079 [ 3 ] {} <Debug> HTTP-Session: 23c6f9fa-dbf5-497d-b569-fd54336b9086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4367 | 2024.08.06 04:01:52.144092 [ 3 ] {} <Debug> HTTP-Session: 23c6f9fa-dbf5-497d-b569-fd54336b9086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4368 | 2024.08.06 04:01:52.144123 [ 3 ] {} <Trace> HTTP-Session: 23c6f9fa-dbf5-497d-b569-fd54336b9086 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4369 | 2024.08.06 04:01:52.144267 [ 3 ] {2ba53bfd-dc63-44eb-af66-0335c73919e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4370 | 2024.08.06 04:01:52.144315 [ 3 ] {2ba53bfd-dc63-44eb-af66-0335c73919e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4371 | 2024.08.06 04:01:52.144456 [ 3 ] {2ba53bfd-dc63-44eb-af66-0335c73919e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4372 | 2024.08.06 04:01:52.144764 [ 3 ] {2ba53bfd-dc63-44eb-af66-0335c73919e3} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4373 | 2024.08.06 04:01:52.144798 [ 3 ] {2ba53bfd-dc63-44eb-af66-0335c73919e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4374 | 2024.08.06 04:01:52.145168 [ 3 ] {2ba53bfd-dc63-44eb-af66-0335c73919e3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4375 | 2024.08.06 04:01:52.145546 [ 3 ] {2ba53bfd-dc63-44eb-af66-0335c73919e3} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4376 | 2024.08.06 04:01:52.145668 [ 3 ] {2ba53bfd-dc63-44eb-af66-0335c73919e3} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001444 sec., 53324.09972299169 rows/sec., 3.28 MiB/sec. | ||
4377 | 2024.08.06 04:01:52.145820 [ 3 ] {2ba53bfd-dc63-44eb-af66-0335c73919e3} <Debug> DynamicQueryHandler: Done processing query | ||
4378 | 2024.08.06 04:01:52.145844 [ 3 ] {2ba53bfd-dc63-44eb-af66-0335c73919e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4379 | 2024.08.06 04:01:52.145859 [ 3 ] {} <Debug> HTTP-Session: 23c6f9fa-dbf5-497d-b569-fd54336b9086 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4380 | 2024.08.06 04:01:52.146028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4381 | 2024.08.06 04:01:52.146075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4382 | 2024.08.06 04:01:52.146095 [ 3 ] {} <Debug> HTTP-Session: 6424bfcd-26d1-4e3f-98b4-50f20e7d05db Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4383 | 2024.08.06 04:01:52.146112 [ 3 ] {} <Debug> HTTP-Session: 6424bfcd-26d1-4e3f-98b4-50f20e7d05db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4384 | 2024.08.06 04:01:52.146126 [ 3 ] {} <Debug> HTTP-Session: 6424bfcd-26d1-4e3f-98b4-50f20e7d05db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4385 | 2024.08.06 04:01:52.146156 [ 3 ] {} <Trace> HTTP-Session: 6424bfcd-26d1-4e3f-98b4-50f20e7d05db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4386 | 2024.08.06 04:01:52.146300 [ 3 ] {d39b6ef3-a72a-4db9-8bbd-2b35f8d95fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4387 | 2024.08.06 04:01:52.146345 [ 3 ] {d39b6ef3-a72a-4db9-8bbd-2b35f8d95fc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4388 | 2024.08.06 04:01:52.146482 [ 3 ] {d39b6ef3-a72a-4db9-8bbd-2b35f8d95fc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4389 | 2024.08.06 04:01:52.146850 [ 3 ] {d39b6ef3-a72a-4db9-8bbd-2b35f8d95fc5} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4390 | 2024.08.06 04:01:52.146885 [ 3 ] {d39b6ef3-a72a-4db9-8bbd-2b35f8d95fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4391 | 2024.08.06 04:01:52.147258 [ 3 ] {d39b6ef3-a72a-4db9-8bbd-2b35f8d95fc5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4392 | 2024.08.06 04:01:52.147604 [ 3 ] {d39b6ef3-a72a-4db9-8bbd-2b35f8d95fc5} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4393 | 2024.08.06 04:01:52.147730 [ 3 ] {d39b6ef3-a72a-4db9-8bbd-2b35f8d95fc5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001498 sec., 107476.6355140187 rows/sec., 7.48 MiB/sec. | ||
4394 | 2024.08.06 04:01:52.147898 [ 3 ] {d39b6ef3-a72a-4db9-8bbd-2b35f8d95fc5} <Debug> DynamicQueryHandler: Done processing query | ||
4395 | 2024.08.06 04:01:52.147923 [ 3 ] {d39b6ef3-a72a-4db9-8bbd-2b35f8d95fc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4396 | 2024.08.06 04:01:52.147938 [ 3 ] {} <Debug> HTTP-Session: 6424bfcd-26d1-4e3f-98b4-50f20e7d05db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4397 | 2024.08.06 04:01:52.148109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35307, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4398 | 2024.08.06 04:01:52.148157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4399 | 2024.08.06 04:01:52.148178 [ 3 ] {} <Debug> HTTP-Session: 2db2585b-346c-4618-86b9-5e9b4634de2e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4400 | 2024.08.06 04:01:52.148194 [ 3 ] {} <Debug> HTTP-Session: 2db2585b-346c-4618-86b9-5e9b4634de2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4401 | 2024.08.06 04:01:52.148208 [ 3 ] {} <Debug> HTTP-Session: 2db2585b-346c-4618-86b9-5e9b4634de2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4402 | 2024.08.06 04:01:52.148241 [ 3 ] {} <Trace> HTTP-Session: 2db2585b-346c-4618-86b9-5e9b4634de2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4403 | 2024.08.06 04:01:52.148526 [ 3 ] {0a7a236e-1b02-4c8b-84b9-3558cc25d84a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4404 | 2024.08.06 04:01:52.148590 [ 3 ] {0a7a236e-1b02-4c8b-84b9-3558cc25d84a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4405 | 2024.08.06 04:01:52.148983 [ 3 ] {0a7a236e-1b02-4c8b-84b9-3558cc25d84a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4406 | 2024.08.06 04:01:52.149531 [ 3 ] {0a7a236e-1b02-4c8b-84b9-3558cc25d84a} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4407 | 2024.08.06 04:01:52.149568 [ 3 ] {0a7a236e-1b02-4c8b-84b9-3558cc25d84a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4408 | 2024.08.06 04:01:52.150167 [ 3 ] {0a7a236e-1b02-4c8b-84b9-3558cc25d84a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4409 | 2024.08.06 04:01:52.150574 [ 3 ] {0a7a236e-1b02-4c8b-84b9-3558cc25d84a} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4410 | 2024.08.06 04:01:52.150722 [ 3 ] {0a7a236e-1b02-4c8b-84b9-3558cc25d84a} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002405 sec., 9147.609147609148 rows/sec., 16.39 MiB/sec. | ||
4411 | 2024.08.06 04:01:52.150921 [ 3 ] {0a7a236e-1b02-4c8b-84b9-3558cc25d84a} <Debug> DynamicQueryHandler: Done processing query | ||
4412 | 2024.08.06 04:01:52.150945 [ 3 ] {0a7a236e-1b02-4c8b-84b9-3558cc25d84a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4413 | 2024.08.06 04:01:52.150961 [ 3 ] {} <Debug> HTTP-Session: 2db2585b-346c-4618-86b9-5e9b4634de2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4414 | 2024.08.06 04:01:52.151089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4415 | 2024.08.06 04:01:52.151137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4416 | 2024.08.06 04:01:52.151157 [ 3 ] {} <Debug> HTTP-Session: 104bd7bb-6df0-412b-aaf3-9a137ad5fcd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4417 | 2024.08.06 04:01:52.151174 [ 3 ] {} <Debug> HTTP-Session: 104bd7bb-6df0-412b-aaf3-9a137ad5fcd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4418 | 2024.08.06 04:01:52.151187 [ 3 ] {} <Debug> HTTP-Session: 104bd7bb-6df0-412b-aaf3-9a137ad5fcd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4419 | 2024.08.06 04:01:52.151219 [ 3 ] {} <Trace> HTTP-Session: 104bd7bb-6df0-412b-aaf3-9a137ad5fcd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4420 | 2024.08.06 04:01:52.151326 [ 3 ] {982ae0e7-b0af-409b-9d20-e3164226a872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4421 | 2024.08.06 04:01:52.151372 [ 3 ] {982ae0e7-b0af-409b-9d20-e3164226a872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4422 | 2024.08.06 04:01:52.151495 [ 3 ] {982ae0e7-b0af-409b-9d20-e3164226a872} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4423 | 2024.08.06 04:01:52.151755 [ 3 ] {982ae0e7-b0af-409b-9d20-e3164226a872} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4424 | 2024.08.06 04:01:52.151789 [ 3 ] {982ae0e7-b0af-409b-9d20-e3164226a872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4425 | 2024.08.06 04:01:52.152156 [ 3 ] {982ae0e7-b0af-409b-9d20-e3164226a872} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4426 | 2024.08.06 04:01:52.152497 [ 3 ] {982ae0e7-b0af-409b-9d20-e3164226a872} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4427 | 2024.08.06 04:01:52.152623 [ 3 ] {982ae0e7-b0af-409b-9d20-e3164226a872} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001325 sec., 17358.490566037737 rows/sec., 938.97 KiB/sec. | ||
4428 | 2024.08.06 04:01:52.152786 [ 3 ] {982ae0e7-b0af-409b-9d20-e3164226a872} <Debug> DynamicQueryHandler: Done processing query | ||
4429 | 2024.08.06 04:01:52.152813 [ 3 ] {982ae0e7-b0af-409b-9d20-e3164226a872} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4430 | 2024.08.06 04:01:52.152830 [ 3 ] {} <Debug> HTTP-Session: 104bd7bb-6df0-412b-aaf3-9a137ad5fcd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4431 | 2024.08.06 04:01:52.152965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4432 | 2024.08.06 04:01:52.153016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4433 | 2024.08.06 04:01:52.153037 [ 3 ] {} <Debug> HTTP-Session: dca3052d-b296-4c46-9fde-96a7137374e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4434 | 2024.08.06 04:01:52.153054 [ 3 ] {} <Debug> HTTP-Session: dca3052d-b296-4c46-9fde-96a7137374e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4435 | 2024.08.06 04:01:52.153068 [ 3 ] {} <Debug> HTTP-Session: dca3052d-b296-4c46-9fde-96a7137374e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4436 | 2024.08.06 04:01:52.153104 [ 3 ] {} <Trace> HTTP-Session: dca3052d-b296-4c46-9fde-96a7137374e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4437 | 2024.08.06 04:01:52.153236 [ 3 ] {ef92008d-e694-4e05-8941-0a16b5ea0e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4438 | 2024.08.06 04:01:52.153280 [ 3 ] {ef92008d-e694-4e05-8941-0a16b5ea0e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4439 | 2024.08.06 04:01:52.153404 [ 3 ] {ef92008d-e694-4e05-8941-0a16b5ea0e65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4440 | 2024.08.06 04:01:52.153680 [ 3 ] {ef92008d-e694-4e05-8941-0a16b5ea0e65} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4441 | 2024.08.06 04:01:52.153715 [ 3 ] {ef92008d-e694-4e05-8941-0a16b5ea0e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4442 | 2024.08.06 04:01:52.154101 [ 3 ] {ef92008d-e694-4e05-8941-0a16b5ea0e65} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4443 | 2024.08.06 04:01:52.154447 [ 3 ] {ef92008d-e694-4e05-8941-0a16b5ea0e65} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4444 | 2024.08.06 04:01:52.154570 [ 3 ] {ef92008d-e694-4e05-8941-0a16b5ea0e65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
4445 | 2024.08.06 04:01:52.154822 [ 3 ] {ef92008d-e694-4e05-8941-0a16b5ea0e65} <Debug> DynamicQueryHandler: Done processing query | ||
4446 | 2024.08.06 04:01:52.154856 [ 3 ] {ef92008d-e694-4e05-8941-0a16b5ea0e65} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4447 | 2024.08.06 04:01:52.154875 [ 3 ] {} <Debug> HTTP-Session: dca3052d-b296-4c46-9fde-96a7137374e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4448 | 2024.08.06 04:01:57.125633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4449 | 2024.08.06 04:01:57.125775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4450 | 2024.08.06 04:01:57.125806 [ 3 ] {} <Debug> HTTP-Session: 59a8b107-30d9-4596-88c4-e1965cc19b68 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4451 | 2024.08.06 04:01:57.125834 [ 3 ] {} <Debug> HTTP-Session: 59a8b107-30d9-4596-88c4-e1965cc19b68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4452 | 2024.08.06 04:01:57.125851 [ 3 ] {} <Debug> HTTP-Session: 59a8b107-30d9-4596-88c4-e1965cc19b68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4453 | 2024.08.06 04:01:57.125910 [ 3 ] {} <Trace> HTTP-Session: 59a8b107-30d9-4596-88c4-e1965cc19b68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4454 | 2024.08.06 04:01:57.126101 [ 3 ] {81d0ea41-786e-411b-8b19-6ee684427591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4455 | 2024.08.06 04:01:57.126171 [ 3 ] {81d0ea41-786e-411b-8b19-6ee684427591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4456 | 2024.08.06 04:01:57.126376 [ 3 ] {81d0ea41-786e-411b-8b19-6ee684427591} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4457 | 2024.08.06 04:01:57.126789 [ 3 ] {81d0ea41-786e-411b-8b19-6ee684427591} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4458 | 2024.08.06 04:01:57.126834 [ 3 ] {81d0ea41-786e-411b-8b19-6ee684427591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4459 | 2024.08.06 04:01:57.127207 [ 3 ] {81d0ea41-786e-411b-8b19-6ee684427591} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4460 | 2024.08.06 04:01:57.127555 [ 3 ] {81d0ea41-786e-411b-8b19-6ee684427591} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4461 | 2024.08.06 04:01:57.127728 [ 3 ] {81d0ea41-786e-411b-8b19-6ee684427591} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001674 sec., 6571.087216248507 rows/sec., 532.62 KiB/sec. | ||
4462 | 2024.08.06 04:01:57.127925 [ 3 ] {81d0ea41-786e-411b-8b19-6ee684427591} <Debug> DynamicQueryHandler: Done processing query | ||
4463 | 2024.08.06 04:01:57.127951 [ 3 ] {81d0ea41-786e-411b-8b19-6ee684427591} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4464 | 2024.08.06 04:01:57.127967 [ 3 ] {} <Debug> HTTP-Session: 59a8b107-30d9-4596-88c4-e1965cc19b68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4465 | 2024.08.06 04:01:57.128122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4466 | 2024.08.06 04:01:57.128174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4467 | 2024.08.06 04:01:57.128195 [ 3 ] {} <Debug> HTTP-Session: c8d6085b-ac7c-4a9d-b8ed-b1e1708cb82c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4468 | 2024.08.06 04:01:57.128218 [ 3 ] {} <Debug> HTTP-Session: c8d6085b-ac7c-4a9d-b8ed-b1e1708cb82c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4469 | 2024.08.06 04:01:57.128233 [ 3 ] {} <Debug> HTTP-Session: c8d6085b-ac7c-4a9d-b8ed-b1e1708cb82c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4470 | 2024.08.06 04:01:57.128267 [ 3 ] {} <Trace> HTTP-Session: c8d6085b-ac7c-4a9d-b8ed-b1e1708cb82c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4471 | 2024.08.06 04:01:57.128389 [ 3 ] {97e73e3d-767e-4237-8a3c-78922fe62900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4472 | 2024.08.06 04:01:57.128434 [ 3 ] {97e73e3d-767e-4237-8a3c-78922fe62900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4473 | 2024.08.06 04:01:57.128561 [ 3 ] {97e73e3d-767e-4237-8a3c-78922fe62900} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4474 | 2024.08.06 04:01:57.128921 [ 3 ] {97e73e3d-767e-4237-8a3c-78922fe62900} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4475 | 2024.08.06 04:01:57.128959 [ 3 ] {97e73e3d-767e-4237-8a3c-78922fe62900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4476 | 2024.08.06 04:01:57.129288 [ 3 ] {97e73e3d-767e-4237-8a3c-78922fe62900} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4477 | 2024.08.06 04:01:57.129600 [ 3 ] {97e73e3d-767e-4237-8a3c-78922fe62900} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4478 | 2024.08.06 04:01:57.129752 [ 3 ] {97e73e3d-767e-4237-8a3c-78922fe62900} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001398 sec., 63662.37482117311 rows/sec., 5.14 MiB/sec. | ||
4479 | 2024.08.06 04:01:57.129762 [ 61 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4480 | 2024.08.06 04:01:57.129856 [ 61 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4481 | 2024.08.06 04:01:57.129904 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4482 | 2024.08.06 04:01:57.130018 [ 3 ] {97e73e3d-767e-4237-8a3c-78922fe62900} <Debug> DynamicQueryHandler: Done processing query | ||
4483 | 2024.08.06 04:01:57.130082 [ 3 ] {97e73e3d-767e-4237-8a3c-78922fe62900} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4484 | 2024.08.06 04:01:57.130110 [ 3 ] {} <Debug> HTTP-Session: c8d6085b-ac7c-4a9d-b8ed-b1e1708cb82c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4485 | 2024.08.06 04:01:57.130125 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::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 | ||
4486 | 2024.08.06 04:01:57.130295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4487 | 2024.08.06 04:01:57.130369 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4488 | 2024.08.06 04:01:57.130394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4489 | 2024.08.06 04:01:57.130432 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 301 rows starting from the beginning of the part | ||
4490 | 2024.08.06 04:01:57.130442 [ 3 ] {} <Debug> HTTP-Session: 06b749dc-39b2-44b3-9819-fc0118f95288 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4491 | 2024.08.06 04:01:57.130477 [ 3 ] {} <Debug> HTTP-Session: 06b749dc-39b2-44b3-9819-fc0118f95288 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4492 | 2024.08.06 04:01:57.130508 [ 3 ] {} <Debug> HTTP-Session: 06b749dc-39b2-44b3-9819-fc0118f95288 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4493 | 2024.08.06 04:01:57.130644 [ 3 ] {} <Trace> HTTP-Session: 06b749dc-39b2-44b3-9819-fc0118f95288 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4494 | 2024.08.06 04:01:57.130701 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 89 rows starting from the beginning of the part | ||
4495 | 2024.08.06 04:01:57.130989 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 227 rows starting from the beginning of the part | ||
4496 | 2024.08.06 04:01:57.131052 [ 3 ] {da9d3ca8-a224-4578-b5d0-30f765ce0166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4497 | 2024.08.06 04:01:57.131245 [ 3 ] {da9d3ca8-a224-4578-b5d0-30f765ce0166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4498 | 2024.08.06 04:01:57.131380 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 125 rows starting from the beginning of the part | ||
4499 | 2024.08.06 04:01:57.131709 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part | ||
4500 | 2024.08.06 04:01:57.132002 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 89 rows starting from the beginning of the part | ||
4501 | 2024.08.06 04:01:57.132530 [ 3 ] {da9d3ca8-a224-4578-b5d0-30f765ce0166} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4502 | 2024.08.06 04:01:57.133385 [ 3 ] {da9d3ca8-a224-4578-b5d0-30f765ce0166} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4503 | 2024.08.06 04:01:57.133442 [ 3 ] {da9d3ca8-a224-4578-b5d0-30f765ce0166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4504 | 2024.08.06 04:01:57.134302 [ 3 ] {da9d3ca8-a224-4578-b5d0-30f765ce0166} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4505 | 2024.08.06 04:01:57.135011 [ 3 ] {da9d3ca8-a224-4578-b5d0-30f765ce0166} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4506 | 2024.08.06 04:01:57.135020 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1059 rows, containing 4 columns (4 merged, 0 gathered) in 0.005024758 sec., 210756.41851806594 rows/sec., 17.97 MiB/sec. | ||
4507 | 2024.08.06 04:01:57.135274 [ 61 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4508 | 2024.08.06 04:01:57.135297 [ 3 ] {da9d3ca8-a224-4578-b5d0-30f765ce0166} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.004412 sec., 16999.09338168631 rows/sec., 1.33 MiB/sec. | ||
4509 | 2024.08.06 04:01:57.135281 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4510 | 2024.08.06 04:01:57.135339 [ 61 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4511 | 2024.08.06 04:01:57.135442 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4512 | 2024.08.06 04:01:57.135830 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::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 | ||
4513 | 2024.08.06 04:01:57.135963 [ 3 ] {da9d3ca8-a224-4578-b5d0-30f765ce0166} <Debug> DynamicQueryHandler: Done processing query | ||
4514 | 2024.08.06 04:01:57.136075 [ 3 ] {da9d3ca8-a224-4578-b5d0-30f765ce0166} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4515 | 2024.08.06 04:01:57.136161 [ 3 ] {} <Debug> HTTP-Session: 06b749dc-39b2-44b3-9819-fc0118f95288 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4516 | 2024.08.06 04:01:57.136359 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4517 | 2024.08.06 04:01:57.136406 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 467 rows starting from the beginning of the part | ||
4518 | 2024.08.06 04:01:57.136545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4519 | 2024.08.06 04:01:57.136727 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_21_4} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4520 | 2024.08.06 04:01:57.136802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4521 | 2024.08.06 04:01:57.136789 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 75 rows starting from the beginning of the part | ||
4522 | 2024.08.06 04:01:57.136933 [ 3 ] {} <Debug> HTTP-Session: 5e91a68f-3ba4-4897-972b-eae6d1de2603 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4523 | 2024.08.06 04:01:57.137051 [ 3 ] {} <Debug> HTTP-Session: 5e91a68f-3ba4-4897-972b-eae6d1de2603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4524 | 2024.08.06 04:01:57.137181 [ 3 ] {} <Debug> HTTP-Session: 5e91a68f-3ba4-4897-972b-eae6d1de2603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4525 | 2024.08.06 04:01:57.137257 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_21_4} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4526 | 2024.08.06 04:01:57.137318 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 404 rows starting from the beginning of the part | ||
4527 | 2024.08.06 04:01:57.137346 [ 3 ] {} <Trace> HTTP-Session: 5e91a68f-3ba4-4897-972b-eae6d1de2603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4528 | 2024.08.06 04:01:57.137585 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
4529 | 2024.08.06 04:01:57.137780 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 99 rows starting from the beginning of the part | ||
4530 | 2024.08.06 04:01:57.137961 [ 3 ] {aded86d4-09e9-4547-8962-3bcf0ea1ee9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4531 | 2024.08.06 04:01:57.138062 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 406 rows starting from the beginning of the part | ||
4532 | 2024.08.06 04:01:57.138121 [ 3 ] {aded86d4-09e9-4547-8962-3bcf0ea1ee9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4533 | 2024.08.06 04:01:57.138336 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 75 rows starting from the beginning of the part | ||
4534 | 2024.08.06 04:01:57.139137 [ 3 ] {aded86d4-09e9-4547-8962-3bcf0ea1ee9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4535 | 2024.08.06 04:01:57.140165 [ 3 ] {aded86d4-09e9-4547-8962-3bcf0ea1ee9f} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4536 | 2024.08.06 04:01:57.140240 [ 3 ] {aded86d4-09e9-4547-8962-3bcf0ea1ee9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4537 | 2024.08.06 04:01:57.141170 [ 3 ] {aded86d4-09e9-4547-8962-3bcf0ea1ee9f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4538 | 2024.08.06 04:01:57.141354 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 4 columns (4 merged, 0 gathered) in 0.005753505 sec., 265229.62959100585 rows/sec., 19.15 MiB/sec. | ||
4539 | 2024.08.06 04:01:57.141632 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4540 | 2024.08.06 04:01:57.141866 [ 3 ] {aded86d4-09e9-4547-8962-3bcf0ea1ee9f} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4541 | 2024.08.06 04:01:57.142258 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4542 | 2024.08.06 04:01:57.142349 [ 3 ] {aded86d4-09e9-4547-8962-3bcf0ea1ee9f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004634 sec., 34527.40612861459 rows/sec., 2.40 MiB/sec. | ||
4543 | 2024.08.06 04:01:57.142363 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4544 | 2024.08.06 04:01:57.142486 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4545 | 2024.08.06 04:01:57.142778 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_21_4} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4546 | 2024.08.06 04:01:57.142892 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
4547 | 2024.08.06 04:01:57.142972 [ 3 ] {aded86d4-09e9-4547-8962-3bcf0ea1ee9f} <Debug> DynamicQueryHandler: Done processing query | ||
4548 | 2024.08.06 04:01:57.143002 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_21_4} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4549 | 2024.08.06 04:01:57.143066 [ 3 ] {aded86d4-09e9-4547-8962-3bcf0ea1ee9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4550 | 2024.08.06 04:01:57.143194 [ 3 ] {} <Debug> HTTP-Session: 5e91a68f-3ba4-4897-972b-eae6d1de2603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4551 | 2024.08.06 04:01:57.143295 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
4552 | 2024.08.06 04:01:57.143356 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4553 | 2024.08.06 04:01:57.143387 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2747 rows starting from the beginning of the part | ||
4554 | 2024.08.06 04:01:57.143529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4555 | 2024.08.06 04:01:57.143615 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
4556 | 2024.08.06 04:01:57.143669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4557 | 2024.08.06 04:01:57.143741 [ 3 ] {} <Debug> HTTP-Session: 4bcbb5fd-3472-41e7-87d1-56b590cb323f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4558 | 2024.08.06 04:01:57.143805 [ 3 ] {} <Debug> HTTP-Session: 4bcbb5fd-3472-41e7-87d1-56b590cb323f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4559 | 2024.08.06 04:01:57.143860 [ 3 ] {} <Debug> HTTP-Session: 4bcbb5fd-3472-41e7-87d1-56b590cb323f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4560 | 2024.08.06 04:01:57.144006 [ 3 ] {} <Trace> HTTP-Session: 4bcbb5fd-3472-41e7-87d1-56b590cb323f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4561 | 2024.08.06 04:01:57.144019 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
4562 | 2024.08.06 04:01:57.144250 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 196 rows starting from the beginning of the part | ||
4563 | 2024.08.06 04:01:57.144503 [ 3 ] {ea538bdd-d902-4669-a097-0def1a7c4fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4564 | 2024.08.06 04:01:57.144534 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 161 rows starting from the beginning of the part | ||
4565 | 2024.08.06 04:01:57.144789 [ 3 ] {ea538bdd-d902-4669-a097-0def1a7c4fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4566 | 2024.08.06 04:01:57.144918 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
4567 | 2024.08.06 04:01:57.146766 [ 3 ] {ea538bdd-d902-4669-a097-0def1a7c4fb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4568 | 2024.08.06 04:01:57.148211 [ 3 ] {ea538bdd-d902-4669-a097-0def1a7c4fb9} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4569 | 2024.08.06 04:01:57.148329 [ 3 ] {ea538bdd-d902-4669-a097-0def1a7c4fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4570 | 2024.08.06 04:01:57.149282 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3584 rows, containing 5 columns (5 merged, 0 gathered) in 0.006623526 sec., 541101.5220593986 rows/sec., 37.71 MiB/sec. | ||
4571 | 2024.08.06 04:01:57.149596 [ 3 ] {ea538bdd-d902-4669-a097-0def1a7c4fb9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4572 | 2024.08.06 04:01:57.149654 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4573 | 2024.08.06 04:01:57.150773 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4574 | 2024.08.06 04:01:57.150959 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4575 | 2024.08.06 04:01:57.151005 [ 3 ] {ea538bdd-d902-4669-a097-0def1a7c4fb9} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4576 | 2024.08.06 04:01:57.151121 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
4577 | 2024.08.06 04:01:57.151291 [ 61 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4578 | 2024.08.06 04:01:57.151320 [ 3 ] {ea538bdd-d902-4669-a097-0def1a7c4fb9} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.007136 sec., 1541.4798206278026 rows/sec., 2.76 MiB/sec. | ||
4579 | 2024.08.06 04:01:57.151356 [ 61 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4580 | 2024.08.06 04:01:57.151428 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4581 | 2024.08.06 04:01:57.151759 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
4582 | 2024.08.06 04:01:57.151967 [ 3 ] {ea538bdd-d902-4669-a097-0def1a7c4fb9} <Debug> DynamicQueryHandler: Done processing query | ||
4583 | 2024.08.06 04:01:57.152027 [ 3 ] {ea538bdd-d902-4669-a097-0def1a7c4fb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
4584 | 2024.08.06 04:01:57.152090 [ 3 ] {} <Debug> HTTP-Session: 4bcbb5fd-3472-41e7-87d1-56b590cb323f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4585 | 2024.08.06 04:01:57.152342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4586 | 2024.08.06 04:01:57.152382 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4587 | 2024.08.06 04:01:57.152471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4588 | 2024.08.06 04:01:57.152529 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 109 rows starting from the beginning of the part | ||
4589 | 2024.08.06 04:01:57.152537 [ 3 ] {} <Debug> HTTP-Session: c400eeed-a4dc-4483-adb1-f35e340d0236 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4590 | 2024.08.06 04:01:57.152589 [ 3 ] {} <Debug> HTTP-Session: c400eeed-a4dc-4483-adb1-f35e340d0236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4591 | 2024.08.06 04:01:57.152632 [ 3 ] {} <Debug> HTTP-Session: c400eeed-a4dc-4483-adb1-f35e340d0236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4592 | 2024.08.06 04:01:57.152733 [ 3 ] {} <Trace> HTTP-Session: c400eeed-a4dc-4483-adb1-f35e340d0236 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4593 | 2024.08.06 04:01:57.153177 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
4594 | 2024.08.06 04:01:57.153186 [ 3 ] {d1df5ed4-6253-449e-b867-a741f9089004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4595 | 2024.08.06 04:01:57.153313 [ 3 ] {d1df5ed4-6253-449e-b867-a741f9089004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4596 | 2024.08.06 04:01:57.153959 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part | ||
4597 | 2024.08.06 04:01:57.154195 [ 3 ] {d1df5ed4-6253-449e-b867-a741f9089004} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4598 | 2024.08.06 04:01:57.154660 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
4599 | 2024.08.06 04:01:57.155438 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part | ||
4600 | 2024.08.06 04:01:57.155459 [ 3 ] {d1df5ed4-6253-449e-b867-a741f9089004} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4601 | 2024.08.06 04:01:57.155535 [ 3 ] {d1df5ed4-6253-449e-b867-a741f9089004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4602 | 2024.08.06 04:01:57.155981 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
4603 | 2024.08.06 04:01:57.156995 [ 3 ] {d1df5ed4-6253-449e-b867-a741f9089004} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4604 | 2024.08.06 04:01:57.157898 [ 3 ] {d1df5ed4-6253-449e-b867-a741f9089004} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4605 | 2024.08.06 04:01:57.158133 [ 61 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4606 | 2024.08.06 04:01:57.158159 [ 3 ] {d1df5ed4-6253-449e-b867-a741f9089004} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005166 sec., 11614.401858304298 rows/sec., 801.51 KiB/sec. | ||
4607 | 2024.08.06 04:01:57.158219 [ 61 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4608 | 2024.08.06 04:01:57.158320 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4609 | 2024.08.06 04:01:57.158892 [ 3 ] {d1df5ed4-6253-449e-b867-a741f9089004} <Debug> DynamicQueryHandler: Done processing query | ||
4610 | 2024.08.06 04:01:57.158922 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
4611 | 2024.08.06 04:01:57.158960 [ 3 ] {d1df5ed4-6253-449e-b867-a741f9089004} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4612 | 2024.08.06 04:01:57.159040 [ 3 ] {} <Debug> HTTP-Session: c400eeed-a4dc-4483-adb1-f35e340d0236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4613 | 2024.08.06 04:01:57.159580 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4614 | 2024.08.06 04:01:57.159680 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 938 rows starting from the beginning of the part | ||
4615 | 2024.08.06 04:01:57.159983 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
4616 | 2024.08.06 04:01:57.160300 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
4617 | 2024.08.06 04:01:57.160586 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
4618 | 2024.08.06 04:01:57.160855 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
4619 | 2024.08.06 04:01:57.161107 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
4620 | 2024.08.06 04:01:57.164741 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1238 rows, containing 4 columns (4 merged, 0 gathered) in 0.006259017 sec., 197794.6377202682 rows/sec., 13.34 MiB/sec. | ||
4621 | 2024.08.06 04:01:57.164992 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4622 | 2024.08.06 04:01:57.165467 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_21_4} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4623 | 2024.08.06 04:01:57.165551 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_21_4} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4624 | 2024.08.06 04:01:57.165639 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
4625 | 2024.08.06 04:01:57.167675 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 19 columns (19 merged, 0 gathered) in 0.016094639 sec., 11556.643177892962 rows/sec., 20.71 MiB/sec. | ||
4626 | 2024.08.06 04:01:57.168110 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4627 | 2024.08.06 04:01:57.168699 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4628 | 2024.08.06 04:01:57.168788 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4629 | 2024.08.06 04:01:57.168928 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
4630 | 2024.08.06 04:02:02.130892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4631 | 2024.08.06 04:02:02.131021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4632 | 2024.08.06 04:02:02.131048 [ 3 ] {} <Debug> HTTP-Session: 6a248687-ae60-4309-a312-852a7735b40b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4633 | 2024.08.06 04:02:02.131072 [ 3 ] {} <Debug> HTTP-Session: 6a248687-ae60-4309-a312-852a7735b40b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4634 | 2024.08.06 04:02:02.131087 [ 3 ] {} <Debug> HTTP-Session: 6a248687-ae60-4309-a312-852a7735b40b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4635 | 2024.08.06 04:02:02.131140 [ 3 ] {} <Trace> HTTP-Session: 6a248687-ae60-4309-a312-852a7735b40b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4636 | 2024.08.06 04:02:02.131334 [ 3 ] {2eb5c67d-211b-40f7-8ccc-ce880548fff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4637 | 2024.08.06 04:02:02.131404 [ 3 ] {2eb5c67d-211b-40f7-8ccc-ce880548fff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4638 | 2024.08.06 04:02:02.131601 [ 3 ] {2eb5c67d-211b-40f7-8ccc-ce880548fff6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4639 | 2024.08.06 04:02:02.132051 [ 3 ] {2eb5c67d-211b-40f7-8ccc-ce880548fff6} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4640 | 2024.08.06 04:02:02.132095 [ 3 ] {2eb5c67d-211b-40f7-8ccc-ce880548fff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4641 | 2024.08.06 04:02:02.132486 [ 3 ] {2eb5c67d-211b-40f7-8ccc-ce880548fff6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4642 | 2024.08.06 04:02:02.132869 [ 3 ] {2eb5c67d-211b-40f7-8ccc-ce880548fff6} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4643 | 2024.08.06 04:02:02.133066 [ 3 ] {2eb5c67d-211b-40f7-8ccc-ce880548fff6} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001787 sec., 15668.718522663683 rows/sec., 1.16 MiB/sec. | ||
4644 | 2024.08.06 04:02:02.133412 [ 3 ] {2eb5c67d-211b-40f7-8ccc-ce880548fff6} <Debug> DynamicQueryHandler: Done processing query | ||
4645 | 2024.08.06 04:02:02.133440 [ 3 ] {2eb5c67d-211b-40f7-8ccc-ce880548fff6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4646 | 2024.08.06 04:02:02.133459 [ 3 ] {} <Debug> HTTP-Session: 6a248687-ae60-4309-a312-852a7735b40b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4647 | 2024.08.06 04:02:02.133637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4648 | 2024.08.06 04:02:02.133691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4649 | 2024.08.06 04:02:02.133713 [ 3 ] {} <Debug> HTTP-Session: 825cd707-682b-4b28-8e75-d29a49edf2b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4650 | 2024.08.06 04:02:02.133732 [ 3 ] {} <Debug> HTTP-Session: 825cd707-682b-4b28-8e75-d29a49edf2b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4651 | 2024.08.06 04:02:02.133746 [ 3 ] {} <Debug> HTTP-Session: 825cd707-682b-4b28-8e75-d29a49edf2b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4652 | 2024.08.06 04:02:02.133778 [ 3 ] {} <Trace> HTTP-Session: 825cd707-682b-4b28-8e75-d29a49edf2b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4653 | 2024.08.06 04:02:02.133961 [ 3 ] {edb7f376-7985-4b7c-8830-3fa935dae45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4654 | 2024.08.06 04:02:02.134010 [ 3 ] {edb7f376-7985-4b7c-8830-3fa935dae45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4655 | 2024.08.06 04:02:02.134159 [ 3 ] {edb7f376-7985-4b7c-8830-3fa935dae45b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4656 | 2024.08.06 04:02:02.134607 [ 3 ] {edb7f376-7985-4b7c-8830-3fa935dae45b} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4657 | 2024.08.06 04:02:02.134645 [ 3 ] {edb7f376-7985-4b7c-8830-3fa935dae45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4658 | 2024.08.06 04:02:02.134984 [ 3 ] {edb7f376-7985-4b7c-8830-3fa935dae45b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4659 | 2024.08.06 04:02:02.135316 [ 3 ] {edb7f376-7985-4b7c-8830-3fa935dae45b} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4660 | 2024.08.06 04:02:02.135465 [ 3 ] {edb7f376-7985-4b7c-8830-3fa935dae45b} <Debug> executeQuery: Read 227 rows, 20.47 KiB in 0.001594 sec., 142409.0338770389 rows/sec., 12.54 MiB/sec. | ||
4661 | 2024.08.06 04:02:02.135771 [ 3 ] {edb7f376-7985-4b7c-8830-3fa935dae45b} <Debug> DynamicQueryHandler: Done processing query | ||
4662 | 2024.08.06 04:02:02.135810 [ 3 ] {edb7f376-7985-4b7c-8830-3fa935dae45b} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
4663 | 2024.08.06 04:02:02.135828 [ 3 ] {} <Debug> HTTP-Session: 825cd707-682b-4b28-8e75-d29a49edf2b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4664 | 2024.08.06 04:02:02.136034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4665 | 2024.08.06 04:02:02.136086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4666 | 2024.08.06 04:02:02.136108 [ 3 ] {} <Debug> HTTP-Session: 2537d6e8-fbf1-4da5-b8bc-d8209ae20d24 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4667 | 2024.08.06 04:02:02.136125 [ 3 ] {} <Debug> HTTP-Session: 2537d6e8-fbf1-4da5-b8bc-d8209ae20d24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4668 | 2024.08.06 04:02:02.136145 [ 3 ] {} <Debug> HTTP-Session: 2537d6e8-fbf1-4da5-b8bc-d8209ae20d24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4669 | 2024.08.06 04:02:02.136177 [ 3 ] {} <Trace> HTTP-Session: 2537d6e8-fbf1-4da5-b8bc-d8209ae20d24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4670 | 2024.08.06 04:02:02.136401 [ 3 ] {fb69f03f-6dba-4915-b93e-48fb0f2fab99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4671 | 2024.08.06 04:02:02.136448 [ 3 ] {fb69f03f-6dba-4915-b93e-48fb0f2fab99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4672 | 2024.08.06 04:02:02.136594 [ 3 ] {fb69f03f-6dba-4915-b93e-48fb0f2fab99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4673 | 2024.08.06 04:02:02.137200 [ 3 ] {fb69f03f-6dba-4915-b93e-48fb0f2fab99} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4674 | 2024.08.06 04:02:02.137240 [ 3 ] {fb69f03f-6dba-4915-b93e-48fb0f2fab99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4675 | 2024.08.06 04:02:02.137582 [ 3 ] {fb69f03f-6dba-4915-b93e-48fb0f2fab99} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4676 | 2024.08.06 04:02:02.137927 [ 3 ] {fb69f03f-6dba-4915-b93e-48fb0f2fab99} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4677 | 2024.08.06 04:02:02.138087 [ 3 ] {fb69f03f-6dba-4915-b93e-48fb0f2fab99} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.001803 sec., 224070.9927897948 rows/sec., 15.84 MiB/sec. | ||
4678 | 2024.08.06 04:02:02.138263 [ 3 ] {fb69f03f-6dba-4915-b93e-48fb0f2fab99} <Debug> DynamicQueryHandler: Done processing query | ||
4679 | 2024.08.06 04:02:02.138289 [ 3 ] {fb69f03f-6dba-4915-b93e-48fb0f2fab99} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4680 | 2024.08.06 04:02:02.138305 [ 3 ] {} <Debug> HTTP-Session: 2537d6e8-fbf1-4da5-b8bc-d8209ae20d24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4681 | 2024.08.06 04:02:02.138442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4682 | 2024.08.06 04:02:02.138491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4683 | 2024.08.06 04:02:02.138512 [ 3 ] {} <Debug> HTTP-Session: def23fb2-0712-49b6-a3fa-477e67a85038 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4684 | 2024.08.06 04:02:02.138529 [ 3 ] {} <Debug> HTTP-Session: def23fb2-0712-49b6-a3fa-477e67a85038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4685 | 2024.08.06 04:02:02.138543 [ 3 ] {} <Debug> HTTP-Session: def23fb2-0712-49b6-a3fa-477e67a85038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4686 | 2024.08.06 04:02:02.138577 [ 3 ] {} <Trace> HTTP-Session: def23fb2-0712-49b6-a3fa-477e67a85038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4687 | 2024.08.06 04:02:02.138676 [ 3 ] {72879c76-ab96-44b4-b939-14d22ba50d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4688 | 2024.08.06 04:02:02.138726 [ 3 ] {72879c76-ab96-44b4-b939-14d22ba50d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4689 | 2024.08.06 04:02:02.138868 [ 3 ] {72879c76-ab96-44b4-b939-14d22ba50d5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4690 | 2024.08.06 04:02:02.139151 [ 3 ] {72879c76-ab96-44b4-b939-14d22ba50d5e} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4691 | 2024.08.06 04:02:02.139188 [ 3 ] {72879c76-ab96-44b4-b939-14d22ba50d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4692 | 2024.08.06 04:02:02.139561 [ 3 ] {72879c76-ab96-44b4-b939-14d22ba50d5e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4693 | 2024.08.06 04:02:02.139913 [ 3 ] {72879c76-ab96-44b4-b939-14d22ba50d5e} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4694 | 2024.08.06 04:02:02.140069 [ 3 ] {72879c76-ab96-44b4-b939-14d22ba50d5e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00141 sec., 4255.31914893617 rows/sec., 182.85 KiB/sec. | ||
4695 | 2024.08.06 04:02:02.140242 [ 3 ] {72879c76-ab96-44b4-b939-14d22ba50d5e} <Debug> DynamicQueryHandler: Done processing query | ||
4696 | 2024.08.06 04:02:02.140267 [ 3 ] {72879c76-ab96-44b4-b939-14d22ba50d5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4697 | 2024.08.06 04:02:02.140284 [ 3 ] {} <Debug> HTTP-Session: def23fb2-0712-49b6-a3fa-477e67a85038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4698 | 2024.08.06 04:02:02.140406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4699 | 2024.08.06 04:02:02.140455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4700 | 2024.08.06 04:02:02.140476 [ 3 ] {} <Debug> HTTP-Session: 2d083946-f97d-4ecd-b782-c41f1395c10e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4701 | 2024.08.06 04:02:02.140493 [ 3 ] {} <Debug> HTTP-Session: 2d083946-f97d-4ecd-b782-c41f1395c10e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4702 | 2024.08.06 04:02:02.140506 [ 3 ] {} <Debug> HTTP-Session: 2d083946-f97d-4ecd-b782-c41f1395c10e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4703 | 2024.08.06 04:02:02.140538 [ 3 ] {} <Trace> HTTP-Session: 2d083946-f97d-4ecd-b782-c41f1395c10e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4704 | 2024.08.06 04:02:02.140660 [ 3 ] {430c47fa-15c3-4f0c-b7bf-b26863cd50bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4705 | 2024.08.06 04:02:02.140708 [ 3 ] {430c47fa-15c3-4f0c-b7bf-b26863cd50bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4706 | 2024.08.06 04:02:02.140853 [ 3 ] {430c47fa-15c3-4f0c-b7bf-b26863cd50bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4707 | 2024.08.06 04:02:02.141189 [ 3 ] {430c47fa-15c3-4f0c-b7bf-b26863cd50bd} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4708 | 2024.08.06 04:02:02.141226 [ 3 ] {430c47fa-15c3-4f0c-b7bf-b26863cd50bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4709 | 2024.08.06 04:02:02.141600 [ 3 ] {430c47fa-15c3-4f0c-b7bf-b26863cd50bd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4710 | 2024.08.06 04:02:02.141954 [ 3 ] {430c47fa-15c3-4f0c-b7bf-b26863cd50bd} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4711 | 2024.08.06 04:02:02.142118 [ 3 ] {430c47fa-15c3-4f0c-b7bf-b26863cd50bd} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001491 sec., 51643.19248826291 rows/sec., 3.18 MiB/sec. | ||
4712 | 2024.08.06 04:02:02.142439 [ 3 ] {430c47fa-15c3-4f0c-b7bf-b26863cd50bd} <Debug> DynamicQueryHandler: Done processing query | ||
4713 | 2024.08.06 04:02:02.142465 [ 3 ] {430c47fa-15c3-4f0c-b7bf-b26863cd50bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4714 | 2024.08.06 04:02:02.142482 [ 3 ] {} <Debug> HTTP-Session: 2d083946-f97d-4ecd-b782-c41f1395c10e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4715 | 2024.08.06 04:02:02.142670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4716 | 2024.08.06 04:02:02.142720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4717 | 2024.08.06 04:02:02.142741 [ 3 ] {} <Debug> HTTP-Session: 960174e2-a3e9-430d-a806-157d7a8b010b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4718 | 2024.08.06 04:02:02.142757 [ 3 ] {} <Debug> HTTP-Session: 960174e2-a3e9-430d-a806-157d7a8b010b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4719 | 2024.08.06 04:02:02.142770 [ 3 ] {} <Debug> HTTP-Session: 960174e2-a3e9-430d-a806-157d7a8b010b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4720 | 2024.08.06 04:02:02.142801 [ 3 ] {} <Trace> HTTP-Session: 960174e2-a3e9-430d-a806-157d7a8b010b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4721 | 2024.08.06 04:02:02.142951 [ 3 ] {33487347-b3ed-40fd-9e93-3dae2319a98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4722 | 2024.08.06 04:02:02.143000 [ 3 ] {33487347-b3ed-40fd-9e93-3dae2319a98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4723 | 2024.08.06 04:02:02.143166 [ 3 ] {33487347-b3ed-40fd-9e93-3dae2319a98a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4724 | 2024.08.06 04:02:02.143553 [ 3 ] {33487347-b3ed-40fd-9e93-3dae2319a98a} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4725 | 2024.08.06 04:02:02.143591 [ 3 ] {33487347-b3ed-40fd-9e93-3dae2319a98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4726 | 2024.08.06 04:02:02.143986 [ 3 ] {33487347-b3ed-40fd-9e93-3dae2319a98a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4727 | 2024.08.06 04:02:02.144345 [ 3 ] {33487347-b3ed-40fd-9e93-3dae2319a98a} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4728 | 2024.08.06 04:02:02.144496 [ 3 ] {33487347-b3ed-40fd-9e93-3dae2319a98a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec. | ||
4729 | 2024.08.06 04:02:02.144667 [ 3 ] {33487347-b3ed-40fd-9e93-3dae2319a98a} <Debug> DynamicQueryHandler: Done processing query | ||
4730 | 2024.08.06 04:02:02.144692 [ 3 ] {33487347-b3ed-40fd-9e93-3dae2319a98a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4731 | 2024.08.06 04:02:02.144708 [ 3 ] {} <Debug> HTTP-Session: 960174e2-a3e9-430d-a806-157d7a8b010b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4732 | 2024.08.06 04:02:02.144866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4733 | 2024.08.06 04:02:02.144915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4734 | 2024.08.06 04:02:02.144936 [ 3 ] {} <Debug> HTTP-Session: 476f8b21-f995-4143-8559-54c2b182e7f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4735 | 2024.08.06 04:02:02.144955 [ 3 ] {} <Debug> HTTP-Session: 476f8b21-f995-4143-8559-54c2b182e7f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4736 | 2024.08.06 04:02:02.144968 [ 3 ] {} <Debug> HTTP-Session: 476f8b21-f995-4143-8559-54c2b182e7f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4737 | 2024.08.06 04:02:02.145000 [ 3 ] {} <Trace> HTTP-Session: 476f8b21-f995-4143-8559-54c2b182e7f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4738 | 2024.08.06 04:02:02.145256 [ 3 ] {afda2174-a487-4b9d-9f8e-b8f375c152ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4739 | 2024.08.06 04:02:02.145321 [ 3 ] {afda2174-a487-4b9d-9f8e-b8f375c152ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4740 | 2024.08.06 04:02:02.145743 [ 3 ] {afda2174-a487-4b9d-9f8e-b8f375c152ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4741 | 2024.08.06 04:02:02.146398 [ 3 ] {afda2174-a487-4b9d-9f8e-b8f375c152ca} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4742 | 2024.08.06 04:02:02.146435 [ 3 ] {afda2174-a487-4b9d-9f8e-b8f375c152ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4743 | 2024.08.06 04:02:02.147083 [ 3 ] {afda2174-a487-4b9d-9f8e-b8f375c152ca} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4744 | 2024.08.06 04:02:02.147526 [ 3 ] {afda2174-a487-4b9d-9f8e-b8f375c152ca} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4745 | 2024.08.06 04:02:02.147706 [ 3 ] {afda2174-a487-4b9d-9f8e-b8f375c152ca} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002624 sec., 8384.146341463415 rows/sec., 15.02 MiB/sec. | ||
4746 | 2024.08.06 04:02:02.147929 [ 3 ] {afda2174-a487-4b9d-9f8e-b8f375c152ca} <Debug> DynamicQueryHandler: Done processing query | ||
4747 | 2024.08.06 04:02:02.147956 [ 3 ] {afda2174-a487-4b9d-9f8e-b8f375c152ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4748 | 2024.08.06 04:02:02.147974 [ 3 ] {} <Debug> HTTP-Session: 476f8b21-f995-4143-8559-54c2b182e7f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4749 | 2024.08.06 04:02:02.148105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4750 | 2024.08.06 04:02:02.148158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4751 | 2024.08.06 04:02:02.148182 [ 3 ] {} <Debug> HTTP-Session: 424d2a6a-7cb0-464e-a315-adb768acd7b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4752 | 2024.08.06 04:02:02.148206 [ 3 ] {} <Debug> HTTP-Session: 424d2a6a-7cb0-464e-a315-adb768acd7b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4753 | 2024.08.06 04:02:02.148226 [ 3 ] {} <Debug> HTTP-Session: 424d2a6a-7cb0-464e-a315-adb768acd7b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4754 | 2024.08.06 04:02:02.148261 [ 3 ] {} <Trace> HTTP-Session: 424d2a6a-7cb0-464e-a315-adb768acd7b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4755 | 2024.08.06 04:02:02.148372 [ 3 ] {8c48c8de-f7b2-449d-98c5-22cedaadb06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4756 | 2024.08.06 04:02:02.148420 [ 3 ] {8c48c8de-f7b2-449d-98c5-22cedaadb06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4757 | 2024.08.06 04:02:02.148548 [ 3 ] {8c48c8de-f7b2-449d-98c5-22cedaadb06d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4758 | 2024.08.06 04:02:02.148825 [ 3 ] {8c48c8de-f7b2-449d-98c5-22cedaadb06d} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4759 | 2024.08.06 04:02:02.148863 [ 3 ] {8c48c8de-f7b2-449d-98c5-22cedaadb06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4760 | 2024.08.06 04:02:02.149233 [ 3 ] {8c48c8de-f7b2-449d-98c5-22cedaadb06d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4761 | 2024.08.06 04:02:02.149579 [ 3 ] {8c48c8de-f7b2-449d-98c5-22cedaadb06d} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4762 | 2024.08.06 04:02:02.149737 [ 3 ] {8c48c8de-f7b2-449d-98c5-22cedaadb06d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001383 sec., 16630.51337671728 rows/sec., 899.60 KiB/sec. | ||
4763 | 2024.08.06 04:02:02.149745 [ 57 ] {} <Debug> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4764 | 2024.08.06 04:02:02.149847 [ 57 ] {} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4765 | 2024.08.06 04:02:02.149889 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4766 | 2024.08.06 04:02:02.149973 [ 3 ] {8c48c8de-f7b2-449d-98c5-22cedaadb06d} <Debug> DynamicQueryHandler: Done processing query | ||
4767 | 2024.08.06 04:02:02.150040 [ 3 ] {8c48c8de-f7b2-449d-98c5-22cedaadb06d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4768 | 2024.08.06 04:02:02.150073 [ 3 ] {} <Debug> HTTP-Session: 424d2a6a-7cb0-464e-a315-adb768acd7b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4769 | 2024.08.06 04:02:02.150085 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::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 | ||
4770 | 2024.08.06 04:02:02.150266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4771 | 2024.08.06 04:02:02.150342 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4772 | 2024.08.06 04:02:02.150369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4773 | 2024.08.06 04:02:02.150405 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 142 rows starting from the beginning of the part | ||
4774 | 2024.08.06 04:02:02.150419 [ 3 ] {} <Debug> HTTP-Session: 4c01a6a7-297b-4170-8ed1-fc28d34d13fd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4775 | 2024.08.06 04:02:02.150470 [ 3 ] {} <Debug> HTTP-Session: 4c01a6a7-297b-4170-8ed1-fc28d34d13fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4776 | 2024.08.06 04:02:02.150509 [ 3 ] {} <Debug> HTTP-Session: 4c01a6a7-297b-4170-8ed1-fc28d34d13fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4777 | 2024.08.06 04:02:02.150659 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 23 rows starting from the beginning of the part | ||
4778 | 2024.08.06 04:02:02.150674 [ 3 ] {} <Trace> HTTP-Session: 4c01a6a7-297b-4170-8ed1-fc28d34d13fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4779 | 2024.08.06 04:02:02.150837 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 23 rows starting from the beginning of the part | ||
4780 | 2024.08.06 04:02:02.151178 [ 3 ] {e008035c-050b-4af3-9c15-16ca362319d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4781 | 2024.08.06 04:02:02.151231 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 23 rows starting from the beginning of the part | ||
4782 | 2024.08.06 04:02:02.151325 [ 3 ] {e008035c-050b-4af3-9c15-16ca362319d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4783 | 2024.08.06 04:02:02.151534 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 23 rows starting from the beginning of the part | ||
4784 | 2024.08.06 04:02:02.151864 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 23 rows starting from the beginning of the part | ||
4785 | 2024.08.06 04:02:02.152495 [ 3 ] {e008035c-050b-4af3-9c15-16ca362319d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4786 | 2024.08.06 04:02:02.153234 [ 3 ] {e008035c-050b-4af3-9c15-16ca362319d7} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4787 | 2024.08.06 04:02:02.153299 [ 3 ] {e008035c-050b-4af3-9c15-16ca362319d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4788 | 2024.08.06 04:02:02.154382 [ 3 ] {e008035c-050b-4af3-9c15-16ca362319d7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4789 | 2024.08.06 04:02:02.154617 [ 196 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 257 rows, containing 4 columns (4 merged, 0 gathered) in 0.00464449 sec., 55334.385476123316 rows/sec., 3.03 MiB/sec. | ||
4790 | 2024.08.06 04:02:02.154808 [ 196 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4791 | 2024.08.06 04:02:02.154928 [ 3 ] {e008035c-050b-4af3-9c15-16ca362319d7} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4792 | 2024.08.06 04:02:02.155249 [ 3 ] {e008035c-050b-4af3-9c15-16ca362319d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004313 sec., 13911.430558775794 rows/sec., 960.03 KiB/sec. | ||
4793 | 2024.08.06 04:02:02.155892 [ 3 ] {e008035c-050b-4af3-9c15-16ca362319d7} <Debug> DynamicQueryHandler: Done processing query | ||
4794 | 2024.08.06 04:02:02.155968 [ 3 ] {e008035c-050b-4af3-9c15-16ca362319d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4795 | 2024.08.06 04:02:02.155991 [ 196 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_11_2} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4796 | 2024.08.06 04:02:02.156025 [ 3 ] {} <Debug> HTTP-Session: 4c01a6a7-297b-4170-8ed1-fc28d34d13fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4797 | 2024.08.06 04:02:02.156135 [ 196 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_11_2} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4798 | 2024.08.06 04:02:02.156227 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4799 | 2024.08.06 04:02:06.016865 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4800 | 2024.08.06 04:02:06.016929 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4801 | 2024.08.06 04:02:07.001602 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001216878 sec. | ||
4802 | 2024.08.06 04:02:07.125387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4803 | 2024.08.06 04:02:07.125508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4804 | 2024.08.06 04:02:07.125533 [ 3 ] {} <Debug> HTTP-Session: c66db8bf-60cb-40aa-bb20-268a1071547b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4805 | 2024.08.06 04:02:07.125557 [ 3 ] {} <Debug> HTTP-Session: c66db8bf-60cb-40aa-bb20-268a1071547b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4806 | 2024.08.06 04:02:07.125572 [ 3 ] {} <Debug> HTTP-Session: c66db8bf-60cb-40aa-bb20-268a1071547b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4807 | 2024.08.06 04:02:07.125623 [ 3 ] {} <Trace> HTTP-Session: c66db8bf-60cb-40aa-bb20-268a1071547b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4808 | 2024.08.06 04:02:07.125812 [ 3 ] {e65959ee-13d2-4e29-8856-414304617b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4809 | 2024.08.06 04:02:07.125880 [ 3 ] {e65959ee-13d2-4e29-8856-414304617b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4810 | 2024.08.06 04:02:07.126080 [ 3 ] {e65959ee-13d2-4e29-8856-414304617b3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4811 | 2024.08.06 04:02:07.126520 [ 3 ] {e65959ee-13d2-4e29-8856-414304617b3e} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4812 | 2024.08.06 04:02:07.126562 [ 3 ] {e65959ee-13d2-4e29-8856-414304617b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4813 | 2024.08.06 04:02:07.126940 [ 3 ] {e65959ee-13d2-4e29-8856-414304617b3e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4814 | 2024.08.06 04:02:07.127297 [ 3 ] {e65959ee-13d2-4e29-8856-414304617b3e} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4815 | 2024.08.06 04:02:07.127480 [ 3 ] {e65959ee-13d2-4e29-8856-414304617b3e} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001716 sec., 6410.25641025641 rows/sec., 519.58 KiB/sec. | ||
4816 | 2024.08.06 04:02:07.127484 [ 137 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4817 | 2024.08.06 04:02:07.127590 [ 137 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4818 | 2024.08.06 04:02:07.127640 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4819 | 2024.08.06 04:02:07.127765 [ 3 ] {e65959ee-13d2-4e29-8856-414304617b3e} <Debug> DynamicQueryHandler: Done processing query | ||
4820 | 2024.08.06 04:02:07.127802 [ 189 ] {86c391f3-74f4-453d-bceb-82aaba27caee::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 | ||
4821 | 2024.08.06 04:02:07.127815 [ 3 ] {e65959ee-13d2-4e29-8856-414304617b3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4822 | 2024.08.06 04:02:07.127867 [ 3 ] {} <Debug> HTTP-Session: c66db8bf-60cb-40aa-bb20-268a1071547b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4823 | 2024.08.06 04:02:07.127998 [ 189 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4824 | 2024.08.06 04:02:07.128057 [ 189 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 39 rows starting from the beginning of the part | ||
4825 | 2024.08.06 04:02:07.128067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4826 | 2024.08.06 04:02:07.128177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4827 | 2024.08.06 04:02:07.128270 [ 3 ] {} <Debug> HTTP-Session: 948362ff-81f1-4823-bfb5-db420c3fa3b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4828 | 2024.08.06 04:02:07.128311 [ 189 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 11 rows starting from the beginning of the part | ||
4829 | 2024.08.06 04:02:07.128329 [ 3 ] {} <Debug> HTTP-Session: 948362ff-81f1-4823-bfb5-db420c3fa3b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4830 | 2024.08.06 04:02:07.128389 [ 3 ] {} <Debug> HTTP-Session: 948362ff-81f1-4823-bfb5-db420c3fa3b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4831 | 2024.08.06 04:02:07.128501 [ 3 ] {} <Trace> HTTP-Session: 948362ff-81f1-4823-bfb5-db420c3fa3b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4832 | 2024.08.06 04:02:07.128535 [ 189 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 28 rows starting from the beginning of the part | ||
4833 | 2024.08.06 04:02:07.128864 [ 189 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part | ||
4834 | 2024.08.06 04:02:07.128881 [ 3 ] {609f8814-61c9-4ed1-80a3-d571d30d8c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4835 | 2024.08.06 04:02:07.129092 [ 3 ] {609f8814-61c9-4ed1-80a3-d571d30d8c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4836 | 2024.08.06 04:02:07.129224 [ 189 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part | ||
4837 | 2024.08.06 04:02:07.129517 [ 189 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 11 rows starting from the beginning of the part | ||
4838 | 2024.08.06 04:02:07.130327 [ 3 ] {609f8814-61c9-4ed1-80a3-d571d30d8c32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4839 | 2024.08.06 04:02:07.131219 [ 3 ] {609f8814-61c9-4ed1-80a3-d571d30d8c32} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4840 | 2024.08.06 04:02:07.131304 [ 3 ] {609f8814-61c9-4ed1-80a3-d571d30d8c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4841 | 2024.08.06 04:02:07.132252 [ 3 ] {609f8814-61c9-4ed1-80a3-d571d30d8c32} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4842 | 2024.08.06 04:02:07.132315 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 128 rows, containing 4 columns (4 merged, 0 gathered) in 0.004600158 sec., 27825.13122375362 rows/sec., 2.11 MiB/sec. | ||
4843 | 2024.08.06 04:02:07.132602 [ 190 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4844 | 2024.08.06 04:02:07.132904 [ 3 ] {609f8814-61c9-4ed1-80a3-d571d30d8c32} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4845 | 2024.08.06 04:02:07.133372 [ 3 ] {609f8814-61c9-4ed1-80a3-d571d30d8c32} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004639 sec., 862.2547962923044 rows/sec., 70.31 KiB/sec. | ||
4846 | 2024.08.06 04:02:07.133750 [ 190 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_16_3} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4847 | 2024.08.06 04:02:07.133838 [ 3 ] {609f8814-61c9-4ed1-80a3-d571d30d8c32} <Debug> DynamicQueryHandler: Done processing query | ||
4848 | 2024.08.06 04:02:07.133877 [ 3 ] {609f8814-61c9-4ed1-80a3-d571d30d8c32} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4849 | 2024.08.06 04:02:07.133892 [ 190 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_16_3} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4850 | 2024.08.06 04:02:07.133908 [ 3 ] {} <Debug> HTTP-Session: 948362ff-81f1-4823-bfb5-db420c3fa3b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4851 | 2024.08.06 04:02:07.134029 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4852 | 2024.08.06 04:02:07.134086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 13058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4853 | 2024.08.06 04:02:07.134143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4854 | 2024.08.06 04:02:07.134166 [ 3 ] {} <Debug> HTTP-Session: 5f4f7b58-1a41-498c-b7e2-28239a7480b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4855 | 2024.08.06 04:02:07.134184 [ 3 ] {} <Debug> HTTP-Session: 5f4f7b58-1a41-498c-b7e2-28239a7480b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4856 | 2024.08.06 04:02:07.134197 [ 3 ] {} <Debug> HTTP-Session: 5f4f7b58-1a41-498c-b7e2-28239a7480b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4857 | 2024.08.06 04:02:07.134231 [ 3 ] {} <Trace> HTTP-Session: 5f4f7b58-1a41-498c-b7e2-28239a7480b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4858 | 2024.08.06 04:02:07.134366 [ 3 ] {c868844c-51e9-4fc5-93ec-6caf68c639d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4859 | 2024.08.06 04:02:07.134414 [ 3 ] {c868844c-51e9-4fc5-93ec-6caf68c639d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4860 | 2024.08.06 04:02:07.134567 [ 3 ] {c868844c-51e9-4fc5-93ec-6caf68c639d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4861 | 2024.08.06 04:02:07.134954 [ 3 ] {c868844c-51e9-4fc5-93ec-6caf68c639d2} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4862 | 2024.08.06 04:02:07.134992 [ 3 ] {c868844c-51e9-4fc5-93ec-6caf68c639d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4863 | 2024.08.06 04:02:07.135331 [ 3 ] {c868844c-51e9-4fc5-93ec-6caf68c639d2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4864 | 2024.08.06 04:02:07.135678 [ 3 ] {c868844c-51e9-4fc5-93ec-6caf68c639d2} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4865 | 2024.08.06 04:02:07.135829 [ 3 ] {c868844c-51e9-4fc5-93ec-6caf68c639d2} <Debug> executeQuery: Read 91 rows, 7.51 KiB in 0.001503 sec., 60545.5755156354 rows/sec., 4.88 MiB/sec. | ||
4866 | 2024.08.06 04:02:07.136154 [ 3 ] {c868844c-51e9-4fc5-93ec-6caf68c639d2} <Debug> DynamicQueryHandler: Done processing query | ||
4867 | 2024.08.06 04:02:07.136180 [ 3 ] {c868844c-51e9-4fc5-93ec-6caf68c639d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4868 | 2024.08.06 04:02:07.136196 [ 3 ] {} <Debug> HTTP-Session: 5f4f7b58-1a41-498c-b7e2-28239a7480b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4869 | 2024.08.06 04:02:07.136324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4870 | 2024.08.06 04:02:07.136374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4871 | 2024.08.06 04:02:07.136395 [ 3 ] {} <Debug> HTTP-Session: 32fe03f8-07d5-45b7-a27b-b6d1535b3398 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4872 | 2024.08.06 04:02:07.136412 [ 3 ] {} <Debug> HTTP-Session: 32fe03f8-07d5-45b7-a27b-b6d1535b3398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4873 | 2024.08.06 04:02:07.136426 [ 3 ] {} <Debug> HTTP-Session: 32fe03f8-07d5-45b7-a27b-b6d1535b3398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4874 | 2024.08.06 04:02:07.136458 [ 3 ] {} <Trace> HTTP-Session: 32fe03f8-07d5-45b7-a27b-b6d1535b3398 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4875 | 2024.08.06 04:02:07.136557 [ 3 ] {6333bbb3-b896-4caf-bf79-49c86efc7d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4876 | 2024.08.06 04:02:07.136602 [ 3 ] {6333bbb3-b896-4caf-bf79-49c86efc7d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4877 | 2024.08.06 04:02:07.136751 [ 3 ] {6333bbb3-b896-4caf-bf79-49c86efc7d2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4878 | 2024.08.06 04:02:07.137044 [ 3 ] {6333bbb3-b896-4caf-bf79-49c86efc7d2c} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4879 | 2024.08.06 04:02:07.137079 [ 3 ] {6333bbb3-b896-4caf-bf79-49c86efc7d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4880 | 2024.08.06 04:02:07.137384 [ 3 ] {6333bbb3-b896-4caf-bf79-49c86efc7d2c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4881 | 2024.08.06 04:02:07.137701 [ 3 ] {6333bbb3-b896-4caf-bf79-49c86efc7d2c} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4882 | 2024.08.06 04:02:07.137861 [ 3 ] {6333bbb3-b896-4caf-bf79-49c86efc7d2c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001325 sec., 3018.867924528302 rows/sec., 210.79 KiB/sec. | ||
4883 | 2024.08.06 04:02:07.138031 [ 3 ] {6333bbb3-b896-4caf-bf79-49c86efc7d2c} <Debug> DynamicQueryHandler: Done processing query | ||
4884 | 2024.08.06 04:02:07.138059 [ 3 ] {6333bbb3-b896-4caf-bf79-49c86efc7d2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4885 | 2024.08.06 04:02:07.138077 [ 3 ] {} <Debug> HTTP-Session: 32fe03f8-07d5-45b7-a27b-b6d1535b3398 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4886 | 2024.08.06 04:02:07.138220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 13427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4887 | 2024.08.06 04:02:07.138271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4888 | 2024.08.06 04:02:07.138298 [ 3 ] {} <Debug> HTTP-Session: 22746d1c-04ec-4ba5-b417-d28342a4b60c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4889 | 2024.08.06 04:02:07.138315 [ 3 ] {} <Debug> HTTP-Session: 22746d1c-04ec-4ba5-b417-d28342a4b60c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4890 | 2024.08.06 04:02:07.138329 [ 3 ] {} <Debug> HTTP-Session: 22746d1c-04ec-4ba5-b417-d28342a4b60c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4891 | 2024.08.06 04:02:07.138360 [ 3 ] {} <Trace> HTTP-Session: 22746d1c-04ec-4ba5-b417-d28342a4b60c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4892 | 2024.08.06 04:02:07.138478 [ 3 ] {e850315f-d981-46ea-8172-bddcdaca5e2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4893 | 2024.08.06 04:02:07.138522 [ 3 ] {e850315f-d981-46ea-8172-bddcdaca5e2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4894 | 2024.08.06 04:02:07.138650 [ 3 ] {e850315f-d981-46ea-8172-bddcdaca5e2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4895 | 2024.08.06 04:02:07.139001 [ 3 ] {e850315f-d981-46ea-8172-bddcdaca5e2b} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4896 | 2024.08.06 04:02:07.139039 [ 3 ] {e850315f-d981-46ea-8172-bddcdaca5e2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4897 | 2024.08.06 04:02:07.139356 [ 3 ] {e850315f-d981-46ea-8172-bddcdaca5e2b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4898 | 2024.08.06 04:02:07.139684 [ 3 ] {e850315f-d981-46ea-8172-bddcdaca5e2b} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4899 | 2024.08.06 04:02:07.139833 [ 3 ] {e850315f-d981-46ea-8172-bddcdaca5e2b} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001389 sec., 56875.44996400288 rows/sec., 4.44 MiB/sec. | ||
4900 | 2024.08.06 04:02:07.140444 [ 3 ] {e850315f-d981-46ea-8172-bddcdaca5e2b} <Debug> DynamicQueryHandler: Done processing query | ||
4901 | 2024.08.06 04:02:07.140496 [ 3 ] {e850315f-d981-46ea-8172-bddcdaca5e2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4902 | 2024.08.06 04:02:07.140514 [ 3 ] {} <Debug> HTTP-Session: 22746d1c-04ec-4ba5-b417-d28342a4b60c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4903 | 2024.08.06 04:02:07.140686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4904 | 2024.08.06 04:02:07.140736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4905 | 2024.08.06 04:02:07.140756 [ 3 ] {} <Debug> HTTP-Session: a84eefc3-0a1d-4988-a877-d20b846ab602 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4906 | 2024.08.06 04:02:07.140771 [ 3 ] {} <Debug> HTTP-Session: a84eefc3-0a1d-4988-a877-d20b846ab602 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4907 | 2024.08.06 04:02:07.140786 [ 3 ] {} <Debug> HTTP-Session: a84eefc3-0a1d-4988-a877-d20b846ab602 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4908 | 2024.08.06 04:02:07.140817 [ 3 ] {} <Trace> HTTP-Session: a84eefc3-0a1d-4988-a877-d20b846ab602 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4909 | 2024.08.06 04:02:07.140964 [ 3 ] {e0e39a75-8ac6-4841-a309-5160ddc37757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4910 | 2024.08.06 04:02:07.141015 [ 3 ] {e0e39a75-8ac6-4841-a309-5160ddc37757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4911 | 2024.08.06 04:02:07.141195 [ 3 ] {e0e39a75-8ac6-4841-a309-5160ddc37757} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4912 | 2024.08.06 04:02:07.141605 [ 3 ] {e0e39a75-8ac6-4841-a309-5160ddc37757} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4913 | 2024.08.06 04:02:07.141641 [ 3 ] {e0e39a75-8ac6-4841-a309-5160ddc37757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4914 | 2024.08.06 04:02:07.142042 [ 3 ] {e0e39a75-8ac6-4841-a309-5160ddc37757} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4915 | 2024.08.06 04:02:07.142418 [ 3 ] {e0e39a75-8ac6-4841-a309-5160ddc37757} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4916 | 2024.08.06 04:02:07.142568 [ 3 ] {e0e39a75-8ac6-4841-a309-5160ddc37757} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001663 sec., 97414.3114852676 rows/sec., 6.78 MiB/sec. | ||
4917 | 2024.08.06 04:02:07.142889 [ 3 ] {e0e39a75-8ac6-4841-a309-5160ddc37757} <Debug> DynamicQueryHandler: Done processing query | ||
4918 | 2024.08.06 04:02:07.142914 [ 3 ] {e0e39a75-8ac6-4841-a309-5160ddc37757} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4919 | 2024.08.06 04:02:07.142930 [ 3 ] {} <Debug> HTTP-Session: a84eefc3-0a1d-4988-a877-d20b846ab602 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4920 | 2024.08.06 04:02:07.143068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4921 | 2024.08.06 04:02:07.143118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4922 | 2024.08.06 04:02:07.143139 [ 3 ] {} <Debug> HTTP-Session: 7590a0a4-fa79-47b4-b527-aebad4975c95 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4923 | 2024.08.06 04:02:07.143155 [ 3 ] {} <Debug> HTTP-Session: 7590a0a4-fa79-47b4-b527-aebad4975c95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4924 | 2024.08.06 04:02:07.143170 [ 3 ] {} <Debug> HTTP-Session: 7590a0a4-fa79-47b4-b527-aebad4975c95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4925 | 2024.08.06 04:02:07.143201 [ 3 ] {} <Trace> HTTP-Session: 7590a0a4-fa79-47b4-b527-aebad4975c95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4926 | 2024.08.06 04:02:07.143392 [ 3 ] {9484692e-7ce5-4c5e-b9a4-323e0dcf3090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4927 | 2024.08.06 04:02:07.143466 [ 3 ] {9484692e-7ce5-4c5e-b9a4-323e0dcf3090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4928 | 2024.08.06 04:02:07.143908 [ 3 ] {9484692e-7ce5-4c5e-b9a4-323e0dcf3090} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4929 | 2024.08.06 04:02:07.144495 [ 3 ] {9484692e-7ce5-4c5e-b9a4-323e0dcf3090} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4930 | 2024.08.06 04:02:07.144532 [ 3 ] {9484692e-7ce5-4c5e-b9a4-323e0dcf3090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4931 | 2024.08.06 04:02:07.145230 [ 3 ] {9484692e-7ce5-4c5e-b9a4-323e0dcf3090} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4932 | 2024.08.06 04:02:07.145716 [ 3 ] {9484692e-7ce5-4c5e-b9a4-323e0dcf3090} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4933 | 2024.08.06 04:02:07.145918 [ 3 ] {9484692e-7ce5-4c5e-b9a4-323e0dcf3090} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002636 sec., 4172.989377845221 rows/sec., 7.48 MiB/sec. | ||
4934 | 2024.08.06 04:02:07.146166 [ 3 ] {9484692e-7ce5-4c5e-b9a4-323e0dcf3090} <Debug> DynamicQueryHandler: Done processing query | ||
4935 | 2024.08.06 04:02:07.146191 [ 3 ] {9484692e-7ce5-4c5e-b9a4-323e0dcf3090} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
4936 | 2024.08.06 04:02:07.146208 [ 3 ] {} <Debug> HTTP-Session: 7590a0a4-fa79-47b4-b527-aebad4975c95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4937 | 2024.08.06 04:02:07.146344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4938 | 2024.08.06 04:02:07.146395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4939 | 2024.08.06 04:02:07.146415 [ 3 ] {} <Debug> HTTP-Session: 9a5cad90-fb69-4db2-bf7b-e0a795b238ce Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4940 | 2024.08.06 04:02:07.146431 [ 3 ] {} <Debug> HTTP-Session: 9a5cad90-fb69-4db2-bf7b-e0a795b238ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4941 | 2024.08.06 04:02:07.146445 [ 3 ] {} <Debug> HTTP-Session: 9a5cad90-fb69-4db2-bf7b-e0a795b238ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4942 | 2024.08.06 04:02:07.146477 [ 3 ] {} <Trace> HTTP-Session: 9a5cad90-fb69-4db2-bf7b-e0a795b238ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4943 | 2024.08.06 04:02:07.146604 [ 3 ] {3b80c856-e84f-487b-8ad3-c95e59a396e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4944 | 2024.08.06 04:02:07.146650 [ 3 ] {3b80c856-e84f-487b-8ad3-c95e59a396e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4945 | 2024.08.06 04:02:07.146777 [ 3 ] {3b80c856-e84f-487b-8ad3-c95e59a396e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4946 | 2024.08.06 04:02:07.147094 [ 3 ] {3b80c856-e84f-487b-8ad3-c95e59a396e5} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4947 | 2024.08.06 04:02:07.147130 [ 3 ] {3b80c856-e84f-487b-8ad3-c95e59a396e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4948 | 2024.08.06 04:02:07.147492 [ 3 ] {3b80c856-e84f-487b-8ad3-c95e59a396e5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4949 | 2024.08.06 04:02:07.147825 [ 3 ] {3b80c856-e84f-487b-8ad3-c95e59a396e5} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4950 | 2024.08.06 04:02:07.147991 [ 3 ] {3b80c856-e84f-487b-8ad3-c95e59a396e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00143 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec. | ||
4951 | 2024.08.06 04:02:07.148299 [ 3 ] {3b80c856-e84f-487b-8ad3-c95e59a396e5} <Debug> DynamicQueryHandler: Done processing query | ||
4952 | 2024.08.06 04:02:07.148325 [ 3 ] {3b80c856-e84f-487b-8ad3-c95e59a396e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4953 | 2024.08.06 04:02:07.148341 [ 3 ] {} <Debug> HTTP-Session: 9a5cad90-fb69-4db2-bf7b-e0a795b238ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4954 | 2024.08.06 04:02:12.130710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4955 | 2024.08.06 04:02:12.130837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4956 | 2024.08.06 04:02:12.130863 [ 3 ] {} <Debug> HTTP-Session: 8b47f245-216e-4eec-b415-eafabc4df61f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4957 | 2024.08.06 04:02:12.130888 [ 3 ] {} <Debug> HTTP-Session: 8b47f245-216e-4eec-b415-eafabc4df61f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4958 | 2024.08.06 04:02:12.130904 [ 3 ] {} <Debug> HTTP-Session: 8b47f245-216e-4eec-b415-eafabc4df61f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4959 | 2024.08.06 04:02:12.130955 [ 3 ] {} <Trace> HTTP-Session: 8b47f245-216e-4eec-b415-eafabc4df61f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4960 | 2024.08.06 04:02:12.131140 [ 3 ] {6c186482-4bd7-44c0-b71f-23587810be61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4961 | 2024.08.06 04:02:12.131208 [ 3 ] {6c186482-4bd7-44c0-b71f-23587810be61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4962 | 2024.08.06 04:02:12.131406 [ 3 ] {6c186482-4bd7-44c0-b71f-23587810be61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4963 | 2024.08.06 04:02:12.131864 [ 3 ] {6c186482-4bd7-44c0-b71f-23587810be61} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4964 | 2024.08.06 04:02:12.131904 [ 3 ] {6c186482-4bd7-44c0-b71f-23587810be61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4965 | 2024.08.06 04:02:12.132289 [ 3 ] {6c186482-4bd7-44c0-b71f-23587810be61} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4966 | 2024.08.06 04:02:12.132639 [ 3 ] {6c186482-4bd7-44c0-b71f-23587810be61} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4967 | 2024.08.06 04:02:12.132807 [ 3 ] {6c186482-4bd7-44c0-b71f-23587810be61} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001723 sec., 16250.725478816019 rows/sec., 1.20 MiB/sec. | ||
4968 | 2024.08.06 04:02:12.132999 [ 3 ] {6c186482-4bd7-44c0-b71f-23587810be61} <Debug> DynamicQueryHandler: Done processing query | ||
4969 | 2024.08.06 04:02:12.133026 [ 3 ] {6c186482-4bd7-44c0-b71f-23587810be61} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4970 | 2024.08.06 04:02:12.133042 [ 3 ] {} <Debug> HTTP-Session: 8b47f245-216e-4eec-b415-eafabc4df61f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4971 | 2024.08.06 04:02:12.133207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4972 | 2024.08.06 04:02:12.133257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4973 | 2024.08.06 04:02:12.133282 [ 3 ] {} <Debug> HTTP-Session: f91bdf2c-1e8a-4ee2-a9dd-981d22622431 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4974 | 2024.08.06 04:02:12.133300 [ 3 ] {} <Debug> HTTP-Session: f91bdf2c-1e8a-4ee2-a9dd-981d22622431 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4975 | 2024.08.06 04:02:12.133313 [ 3 ] {} <Debug> HTTP-Session: f91bdf2c-1e8a-4ee2-a9dd-981d22622431 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4976 | 2024.08.06 04:02:12.133346 [ 3 ] {} <Trace> HTTP-Session: f91bdf2c-1e8a-4ee2-a9dd-981d22622431 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4977 | 2024.08.06 04:02:12.133443 [ 3 ] {f3c1662e-652b-4989-ada9-9de8df493131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4978 | 2024.08.06 04:02:12.133489 [ 3 ] {f3c1662e-652b-4989-ada9-9de8df493131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4979 | 2024.08.06 04:02:12.133618 [ 3 ] {f3c1662e-652b-4989-ada9-9de8df493131} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4980 | 2024.08.06 04:02:12.133929 [ 3 ] {f3c1662e-652b-4989-ada9-9de8df493131} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4981 | 2024.08.06 04:02:12.133966 [ 3 ] {f3c1662e-652b-4989-ada9-9de8df493131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4982 | 2024.08.06 04:02:12.134268 [ 3 ] {f3c1662e-652b-4989-ada9-9de8df493131} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4983 | 2024.08.06 04:02:12.134588 [ 3 ] {f3c1662e-652b-4989-ada9-9de8df493131} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4984 | 2024.08.06 04:02:12.134731 [ 149 ] {} <Debug> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4985 | 2024.08.06 04:02:12.134740 [ 3 ] {f3c1662e-652b-4989-ada9-9de8df493131} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001312 sec., 1524.390243902439 rows/sec., 124.30 KiB/sec. | ||
4986 | 2024.08.06 04:02:12.134820 [ 149 ] {} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4987 | 2024.08.06 04:02:12.134883 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
4988 | 2024.08.06 04:02:12.135068 [ 3 ] {f3c1662e-652b-4989-ada9-9de8df493131} <Debug> DynamicQueryHandler: Done processing query | ||
4989 | 2024.08.06 04:02:12.135067 [ 189 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::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 | ||
4990 | 2024.08.06 04:02:12.135106 [ 3 ] {f3c1662e-652b-4989-ada9-9de8df493131} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4991 | 2024.08.06 04:02:12.135163 [ 3 ] {} <Debug> HTTP-Session: f91bdf2c-1e8a-4ee2-a9dd-981d22622431 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4992 | 2024.08.06 04:02:12.135282 [ 189 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4993 | 2024.08.06 04:02:12.135325 [ 189 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4994 | 2024.08.06 04:02:12.135368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4995 | 2024.08.06 04:02:12.135445 [ 189 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
4996 | 2024.08.06 04:02:12.135507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4997 | 2024.08.06 04:02:12.135610 [ 3 ] {} <Debug> HTTP-Session: 5f087f6d-89ba-4af4-a044-9cd7e546c401 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
4998 | 2024.08.06 04:02:12.135699 [ 3 ] {} <Debug> HTTP-Session: 5f087f6d-89ba-4af4-a044-9cd7e546c401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4999 | 2024.08.06 04:02:12.135766 [ 3 ] {} <Debug> HTTP-Session: 5f087f6d-89ba-4af4-a044-9cd7e546c401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5000 | 2024.08.06 04:02:12.135783 [ 189 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
5001 | 2024.08.06 04:02:12.135907 [ 3 ] {} <Trace> HTTP-Session: 5f087f6d-89ba-4af4-a044-9cd7e546c401 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5002 | 2024.08.06 04:02:12.136114 [ 189 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
5003 | 2024.08.06 04:02:12.136342 [ 3 ] {34b8ef65-6377-416e-b5d6-e127c95d47c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5004 | 2024.08.06 04:02:12.136414 [ 189 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
5005 | 2024.08.06 04:02:12.136479 [ 3 ] {34b8ef65-6377-416e-b5d6-e127c95d47c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5006 | 2024.08.06 04:02:12.136688 [ 189 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
5007 | 2024.08.06 04:02:12.137404 [ 3 ] {34b8ef65-6377-416e-b5d6-e127c95d47c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5008 | 2024.08.06 04:02:12.138291 [ 3 ] {34b8ef65-6377-416e-b5d6-e127c95d47c9} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5009 | 2024.08.06 04:02:12.138354 [ 3 ] {34b8ef65-6377-416e-b5d6-e127c95d47c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5010 | 2024.08.06 04:02:12.139294 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.004310161 sec., 4176.178105643849 rows/sec., 340.54 KiB/sec. | ||
5011 | 2024.08.06 04:02:12.139316 [ 3 ] {34b8ef65-6377-416e-b5d6-e127c95d47c9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5012 | 2024.08.06 04:02:12.139506 [ 189 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5013 | 2024.08.06 04:02:12.140084 [ 3 ] {34b8ef65-6377-416e-b5d6-e127c95d47c9} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5014 | 2024.08.06 04:02:12.140362 [ 3 ] {34b8ef65-6377-416e-b5d6-e127c95d47c9} <Debug> executeQuery: Read 228 rows, 20.54 KiB in 0.004176 sec., 54597.70114942529 rows/sec., 4.80 MiB/sec. | ||
5015 | 2024.08.06 04:02:12.140369 [ 189 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_6_1} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5016 | 2024.08.06 04:02:12.140677 [ 189 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_6_1} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5017 | 2024.08.06 04:02:12.140934 [ 3 ] {34b8ef65-6377-416e-b5d6-e127c95d47c9} <Debug> DynamicQueryHandler: Done processing query | ||
5018 | 2024.08.06 04:02:12.140967 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5019 | 2024.08.06 04:02:12.141055 [ 3 ] {34b8ef65-6377-416e-b5d6-e127c95d47c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
5020 | 2024.08.06 04:02:12.141095 [ 3 ] {} <Debug> HTTP-Session: 5f087f6d-89ba-4af4-a044-9cd7e546c401 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5021 | 2024.08.06 04:02:12.141255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5022 | 2024.08.06 04:02:12.141307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5023 | 2024.08.06 04:02:12.141328 [ 3 ] {} <Debug> HTTP-Session: af5b160d-6b0a-4ae3-b518-ac2bda0871d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5024 | 2024.08.06 04:02:12.141345 [ 3 ] {} <Debug> HTTP-Session: af5b160d-6b0a-4ae3-b518-ac2bda0871d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5025 | 2024.08.06 04:02:12.141359 [ 3 ] {} <Debug> HTTP-Session: af5b160d-6b0a-4ae3-b518-ac2bda0871d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5026 | 2024.08.06 04:02:12.141393 [ 3 ] {} <Trace> HTTP-Session: af5b160d-6b0a-4ae3-b518-ac2bda0871d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5027 | 2024.08.06 04:02:12.141498 [ 3 ] {bd10f0c7-8ba4-4a12-80ee-232c22fac4c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5028 | 2024.08.06 04:02:12.141545 [ 3 ] {bd10f0c7-8ba4-4a12-80ee-232c22fac4c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5029 | 2024.08.06 04:02:12.141707 [ 3 ] {bd10f0c7-8ba4-4a12-80ee-232c22fac4c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5030 | 2024.08.06 04:02:12.142008 [ 3 ] {bd10f0c7-8ba4-4a12-80ee-232c22fac4c1} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5031 | 2024.08.06 04:02:12.142046 [ 3 ] {bd10f0c7-8ba4-4a12-80ee-232c22fac4c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5032 | 2024.08.06 04:02:12.142373 [ 3 ] {bd10f0c7-8ba4-4a12-80ee-232c22fac4c1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5033 | 2024.08.06 04:02:12.142710 [ 3 ] {bd10f0c7-8ba4-4a12-80ee-232c22fac4c1} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5034 | 2024.08.06 04:02:12.142866 [ 149 ] {} <Debug> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5035 | 2024.08.06 04:02:12.142874 [ 3 ] {bd10f0c7-8ba4-4a12-80ee-232c22fac4c1} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001389 sec., 1439.8848092152627 rows/sec., 100.54 KiB/sec. | ||
5036 | 2024.08.06 04:02:12.142930 [ 149 ] {} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5037 | 2024.08.06 04:02:12.142995 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5038 | 2024.08.06 04:02:12.143152 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::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 | ||
5039 | 2024.08.06 04:02:12.143200 [ 3 ] {bd10f0c7-8ba4-4a12-80ee-232c22fac4c1} <Debug> DynamicQueryHandler: Done processing query | ||
5040 | 2024.08.06 04:02:12.143245 [ 3 ] {bd10f0c7-8ba4-4a12-80ee-232c22fac4c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5041 | 2024.08.06 04:02:12.143298 [ 3 ] {} <Debug> HTTP-Session: af5b160d-6b0a-4ae3-b518-ac2bda0871d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5042 | 2024.08.06 04:02:12.143381 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5043 | 2024.08.06 04:02:12.143418 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
5044 | 2024.08.06 04:02:12.143539 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
5045 | 2024.08.06 04:02:12.143575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5046 | 2024.08.06 04:02:12.143742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5047 | 2024.08.06 04:02:12.143827 [ 3 ] {} <Debug> HTTP-Session: e18e2a3d-ccb5-445d-bc78-90e21ed25462 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5048 | 2024.08.06 04:02:12.143852 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
5049 | 2024.08.06 04:02:12.143871 [ 3 ] {} <Debug> HTTP-Session: e18e2a3d-ccb5-445d-bc78-90e21ed25462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5050 | 2024.08.06 04:02:12.143929 [ 3 ] {} <Debug> HTTP-Session: e18e2a3d-ccb5-445d-bc78-90e21ed25462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5051 | 2024.08.06 04:02:12.144109 [ 3 ] {} <Trace> HTTP-Session: e18e2a3d-ccb5-445d-bc78-90e21ed25462 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5052 | 2024.08.06 04:02:12.144157 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
5053 | 2024.08.06 04:02:12.144441 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
5054 | 2024.08.06 04:02:12.144657 [ 3 ] {c5ab52d8-e9a4-4865-815d-621760a0a77a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5055 | 2024.08.06 04:02:12.144754 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
5056 | 2024.08.06 04:02:12.144791 [ 3 ] {c5ab52d8-e9a4-4865-815d-621760a0a77a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5057 | 2024.08.06 04:02:12.145485 [ 3 ] {c5ab52d8-e9a4-4865-815d-621760a0a77a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5058 | 2024.08.06 04:02:12.146613 [ 3 ] {c5ab52d8-e9a4-4865-815d-621760a0a77a} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5059 | 2024.08.06 04:02:12.146673 [ 3 ] {c5ab52d8-e9a4-4865-815d-621760a0a77a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5060 | 2024.08.06 04:02:12.147159 [ 189 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.004067396 sec., 4425.4358316721555 rows/sec., 309.00 KiB/sec. | ||
5061 | 2024.08.06 04:02:12.147417 [ 189 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5062 | 2024.08.06 04:02:12.147574 [ 3 ] {c5ab52d8-e9a4-4865-815d-621760a0a77a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5063 | 2024.08.06 04:02:12.148208 [ 190 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_6_1} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5064 | 2024.08.06 04:02:12.148375 [ 3 ] {c5ab52d8-e9a4-4865-815d-621760a0a77a} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5065 | 2024.08.06 04:02:12.148407 [ 190 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_6_1} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5066 | 2024.08.06 04:02:12.148663 [ 3 ] {c5ab52d8-e9a4-4865-815d-621760a0a77a} <Debug> executeQuery: Read 406 rows, 29.40 KiB in 0.004305 sec., 94308.9430894309 rows/sec., 6.67 MiB/sec. | ||
5067 | 2024.08.06 04:02:12.148698 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5068 | 2024.08.06 04:02:12.148938 [ 3 ] {c5ab52d8-e9a4-4865-815d-621760a0a77a} <Debug> DynamicQueryHandler: Done processing query | ||
5069 | 2024.08.06 04:02:12.148969 [ 3 ] {c5ab52d8-e9a4-4865-815d-621760a0a77a} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
5070 | 2024.08.06 04:02:12.148985 [ 3 ] {} <Debug> HTTP-Session: e18e2a3d-ccb5-445d-bc78-90e21ed25462 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5071 | 2024.08.06 04:02:12.149185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5072 | 2024.08.06 04:02:12.149236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5073 | 2024.08.06 04:02:12.149256 [ 3 ] {} <Debug> HTTP-Session: d193f721-e04e-45be-9802-8c3a5cca66b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5074 | 2024.08.06 04:02:12.149273 [ 3 ] {} <Debug> HTTP-Session: d193f721-e04e-45be-9802-8c3a5cca66b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5075 | 2024.08.06 04:02:12.149287 [ 3 ] {} <Debug> HTTP-Session: d193f721-e04e-45be-9802-8c3a5cca66b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5076 | 2024.08.06 04:02:12.149319 [ 3 ] {} <Trace> HTTP-Session: d193f721-e04e-45be-9802-8c3a5cca66b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5077 | 2024.08.06 04:02:12.149447 [ 3 ] {348fdf35-62c7-4b25-84c8-e96f467cb9cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5078 | 2024.08.06 04:02:12.149495 [ 3 ] {348fdf35-62c7-4b25-84c8-e96f467cb9cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5079 | 2024.08.06 04:02:12.149640 [ 3 ] {348fdf35-62c7-4b25-84c8-e96f467cb9cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5080 | 2024.08.06 04:02:12.149916 [ 3 ] {348fdf35-62c7-4b25-84c8-e96f467cb9cb} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5081 | 2024.08.06 04:02:12.149952 [ 3 ] {348fdf35-62c7-4b25-84c8-e96f467cb9cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5082 | 2024.08.06 04:02:12.150330 [ 3 ] {348fdf35-62c7-4b25-84c8-e96f467cb9cb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5083 | 2024.08.06 04:02:12.150675 [ 3 ] {348fdf35-62c7-4b25-84c8-e96f467cb9cb} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5084 | 2024.08.06 04:02:12.150833 [ 149 ] {} <Debug> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5085 | 2024.08.06 04:02:12.150840 [ 3 ] {348fdf35-62c7-4b25-84c8-e96f467cb9cb} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001408 sec., 4261.363636363636 rows/sec., 183.11 KiB/sec. | ||
5086 | 2024.08.06 04:02:12.150890 [ 149 ] {} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5087 | 2024.08.06 04:02:12.150958 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5088 | 2024.08.06 04:02:12.151181 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::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 | ||
5089 | 2024.08.06 04:02:12.151227 [ 3 ] {348fdf35-62c7-4b25-84c8-e96f467cb9cb} <Debug> DynamicQueryHandler: Done processing query | ||
5090 | 2024.08.06 04:02:12.151339 [ 3 ] {348fdf35-62c7-4b25-84c8-e96f467cb9cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5091 | 2024.08.06 04:02:12.151444 [ 3 ] {} <Debug> HTTP-Session: d193f721-e04e-45be-9802-8c3a5cca66b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5092 | 2024.08.06 04:02:12.151637 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5093 | 2024.08.06 04:02:12.151732 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
5094 | 2024.08.06 04:02:12.151732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5095 | 2024.08.06 04:02:12.151852 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
5096 | 2024.08.06 04:02:12.151889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5097 | 2024.08.06 04:02:12.151964 [ 3 ] {} <Debug> HTTP-Session: 046b37e7-4dc2-4775-86ab-74f41953f37c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5098 | 2024.08.06 04:02:12.152079 [ 3 ] {} <Debug> HTTP-Session: 046b37e7-4dc2-4775-86ab-74f41953f37c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5099 | 2024.08.06 04:02:12.152160 [ 3 ] {} <Debug> HTTP-Session: 046b37e7-4dc2-4775-86ab-74f41953f37c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5100 | 2024.08.06 04:02:12.152158 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
5101 | 2024.08.06 04:02:12.152318 [ 3 ] {} <Trace> HTTP-Session: 046b37e7-4dc2-4775-86ab-74f41953f37c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5102 | 2024.08.06 04:02:12.152549 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
5103 | 2024.08.06 04:02:12.152769 [ 3 ] {55661b34-7f19-468f-8fd9-17c9f15185f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5104 | 2024.08.06 04:02:12.152811 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
5105 | 2024.08.06 04:02:12.152957 [ 3 ] {55661b34-7f19-468f-8fd9-17c9f15185f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5106 | 2024.08.06 04:02:12.153056 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
5107 | 2024.08.06 04:02:12.154121 [ 3 ] {55661b34-7f19-468f-8fd9-17c9f15185f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5108 | 2024.08.06 04:02:12.155068 [ 3 ] {55661b34-7f19-468f-8fd9-17c9f15185f7} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5109 | 2024.08.06 04:02:12.155136 [ 3 ] {55661b34-7f19-468f-8fd9-17c9f15185f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5110 | 2024.08.06 04:02:12.155948 [ 197 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004906785 sec., 13450.762566527777 rows/sec., 577.96 KiB/sec. | ||
5111 | 2024.08.06 04:02:12.156159 [ 197 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5112 | 2024.08.06 04:02:12.156231 [ 3 ] {55661b34-7f19-468f-8fd9-17c9f15185f7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5113 | 2024.08.06 04:02:12.157109 [ 197 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_11_2} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5114 | 2024.08.06 04:02:12.157249 [ 3 ] {55661b34-7f19-468f-8fd9-17c9f15185f7} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5115 | 2024.08.06 04:02:12.157303 [ 197 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_11_2} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5116 | 2024.08.06 04:02:12.157452 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5117 | 2024.08.06 04:02:12.157532 [ 149 ] {} <Debug> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5118 | 2024.08.06 04:02:12.157575 [ 3 ] {55661b34-7f19-468f-8fd9-17c9f15185f7} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004988 sec., 15437.048917401764 rows/sec., 973.43 KiB/sec. | ||
5119 | 2024.08.06 04:02:12.157590 [ 149 ] {} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5120 | 2024.08.06 04:02:12.157661 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5121 | 2024.08.06 04:02:12.157966 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::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 | ||
5122 | 2024.08.06 04:02:12.158072 [ 3 ] {55661b34-7f19-468f-8fd9-17c9f15185f7} <Debug> DynamicQueryHandler: Done processing query | ||
5123 | 2024.08.06 04:02:12.158161 [ 3 ] {55661b34-7f19-468f-8fd9-17c9f15185f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5124 | 2024.08.06 04:02:12.158240 [ 3 ] {} <Debug> HTTP-Session: 046b37e7-4dc2-4775-86ab-74f41953f37c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5125 | 2024.08.06 04:02:12.158360 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5126 | 2024.08.06 04:02:12.158397 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 462 rows starting from the beginning of the part | ||
5127 | 2024.08.06 04:02:12.158522 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 77 rows starting from the beginning of the part | ||
5128 | 2024.08.06 04:02:12.158556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5129 | 2024.08.06 04:02:12.158722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5130 | 2024.08.06 04:02:12.158809 [ 3 ] {} <Debug> HTTP-Session: 71f786b5-d655-4d6c-8766-e7ed7801ecd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5131 | 2024.08.06 04:02:12.158824 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 77 rows starting from the beginning of the part | ||
5132 | 2024.08.06 04:02:12.158869 [ 3 ] {} <Debug> HTTP-Session: 71f786b5-d655-4d6c-8766-e7ed7801ecd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5133 | 2024.08.06 04:02:12.158950 [ 3 ] {} <Debug> HTTP-Session: 71f786b5-d655-4d6c-8766-e7ed7801ecd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5134 | 2024.08.06 04:02:12.159108 [ 3 ] {} <Trace> HTTP-Session: 71f786b5-d655-4d6c-8766-e7ed7801ecd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5135 | 2024.08.06 04:02:12.159132 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 77 rows starting from the beginning of the part | ||
5136 | 2024.08.06 04:02:12.159501 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 77 rows starting from the beginning of the part | ||
5137 | 2024.08.06 04:02:12.159640 [ 3 ] {fb09d63a-e1a5-4f14-9ff1-c83197f8de23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5138 | 2024.08.06 04:02:12.159855 [ 3 ] {fb09d63a-e1a5-4f14-9ff1-c83197f8de23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5139 | 2024.08.06 04:02:12.159866 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 77 rows starting from the beginning of the part | ||
5140 | 2024.08.06 04:02:12.160726 [ 3 ] {fb09d63a-e1a5-4f14-9ff1-c83197f8de23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5141 | 2024.08.06 04:02:12.161653 [ 3 ] {fb09d63a-e1a5-4f14-9ff1-c83197f8de23} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5142 | 2024.08.06 04:02:12.161725 [ 3 ] {fb09d63a-e1a5-4f14-9ff1-c83197f8de23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5143 | 2024.08.06 04:02:12.162816 [ 3 ] {fb09d63a-e1a5-4f14-9ff1-c83197f8de23} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5144 | 2024.08.06 04:02:12.162836 [ 198 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 847 rows, containing 5 columns (5 merged, 0 gathered) in 0.005068339 sec., 167115.8933922928 rows/sec., 10.29 MiB/sec. | ||
5145 | 2024.08.06 04:02:12.163120 [ 198 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5146 | 2024.08.06 04:02:12.163468 [ 3 ] {fb09d63a-e1a5-4f14-9ff1-c83197f8de23} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5147 | 2024.08.06 04:02:12.163943 [ 3 ] {fb09d63a-e1a5-4f14-9ff1-c83197f8de23} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004578 sec., 35168.19571865444 rows/sec., 2.45 MiB/sec. | ||
5148 | 2024.08.06 04:02:12.164234 [ 194 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5149 | 2024.08.06 04:02:12.164331 [ 3 ] {fb09d63a-e1a5-4f14-9ff1-c83197f8de23} <Debug> DynamicQueryHandler: Done processing query | ||
5150 | 2024.08.06 04:02:12.164378 [ 3 ] {fb09d63a-e1a5-4f14-9ff1-c83197f8de23} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5151 | 2024.08.06 04:02:12.164394 [ 194 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5152 | 2024.08.06 04:02:12.164402 [ 3 ] {} <Debug> HTTP-Session: 71f786b5-d655-4d6c-8766-e7ed7801ecd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5153 | 2024.08.06 04:02:12.164529 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
5154 | 2024.08.06 04:02:12.164594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35316, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5155 | 2024.08.06 04:02:12.164651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5156 | 2024.08.06 04:02:12.164672 [ 3 ] {} <Debug> HTTP-Session: f036f88c-2380-4eba-8e09-7eb94c2085e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5157 | 2024.08.06 04:02:12.164689 [ 3 ] {} <Debug> HTTP-Session: f036f88c-2380-4eba-8e09-7eb94c2085e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5158 | 2024.08.06 04:02:12.164704 [ 3 ] {} <Debug> HTTP-Session: f036f88c-2380-4eba-8e09-7eb94c2085e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5159 | 2024.08.06 04:02:12.164740 [ 3 ] {} <Trace> HTTP-Session: f036f88c-2380-4eba-8e09-7eb94c2085e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5160 | 2024.08.06 04:02:12.165060 [ 3 ] {8dadbe14-ce81-4e1e-b274-eef0369aac83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5161 | 2024.08.06 04:02:12.165135 [ 3 ] {8dadbe14-ce81-4e1e-b274-eef0369aac83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5162 | 2024.08.06 04:02:12.165605 [ 3 ] {8dadbe14-ce81-4e1e-b274-eef0369aac83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5163 | 2024.08.06 04:02:12.166271 [ 3 ] {8dadbe14-ce81-4e1e-b274-eef0369aac83} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5164 | 2024.08.06 04:02:12.166309 [ 3 ] {8dadbe14-ce81-4e1e-b274-eef0369aac83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5165 | 2024.08.06 04:02:12.166952 [ 3 ] {8dadbe14-ce81-4e1e-b274-eef0369aac83} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5166 | 2024.08.06 04:02:12.167388 [ 3 ] {8dadbe14-ce81-4e1e-b274-eef0369aac83} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5167 | 2024.08.06 04:02:12.167581 [ 3 ] {8dadbe14-ce81-4e1e-b274-eef0369aac83} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002745 sec., 8014.571948998178 rows/sec., 14.36 MiB/sec. | ||
5168 | 2024.08.06 04:02:12.168095 [ 3 ] {8dadbe14-ce81-4e1e-b274-eef0369aac83} <Debug> DynamicQueryHandler: Done processing query | ||
5169 | 2024.08.06 04:02:12.168121 [ 3 ] {8dadbe14-ce81-4e1e-b274-eef0369aac83} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5170 | 2024.08.06 04:02:12.168138 [ 3 ] {} <Debug> HTTP-Session: f036f88c-2380-4eba-8e09-7eb94c2085e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5171 | 2024.08.06 04:02:12.168267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5172 | 2024.08.06 04:02:12.168317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5173 | 2024.08.06 04:02:12.168339 [ 3 ] {} <Debug> HTTP-Session: 29024a13-566a-413e-a1f4-25c43febaf4a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5174 | 2024.08.06 04:02:12.168357 [ 3 ] {} <Debug> HTTP-Session: 29024a13-566a-413e-a1f4-25c43febaf4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5175 | 2024.08.06 04:02:12.168373 [ 3 ] {} <Debug> HTTP-Session: 29024a13-566a-413e-a1f4-25c43febaf4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5176 | 2024.08.06 04:02:12.168404 [ 3 ] {} <Trace> HTTP-Session: 29024a13-566a-413e-a1f4-25c43febaf4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5177 | 2024.08.06 04:02:12.168510 [ 3 ] {5820a8b2-a467-4dd2-af16-417de53f8de6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5178 | 2024.08.06 04:02:12.168556 [ 3 ] {5820a8b2-a467-4dd2-af16-417de53f8de6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5179 | 2024.08.06 04:02:12.168705 [ 3 ] {5820a8b2-a467-4dd2-af16-417de53f8de6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5180 | 2024.08.06 04:02:12.169016 [ 3 ] {5820a8b2-a467-4dd2-af16-417de53f8de6} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5181 | 2024.08.06 04:02:12.169053 [ 3 ] {5820a8b2-a467-4dd2-af16-417de53f8de6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5182 | 2024.08.06 04:02:12.169424 [ 3 ] {5820a8b2-a467-4dd2-af16-417de53f8de6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5183 | 2024.08.06 04:02:12.169770 [ 3 ] {5820a8b2-a467-4dd2-af16-417de53f8de6} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5184 | 2024.08.06 04:02:12.169922 [ 3 ] {5820a8b2-a467-4dd2-af16-417de53f8de6} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001436 sec., 16016.713091922005 rows/sec., 866.39 KiB/sec. | ||
5185 | 2024.08.06 04:02:12.170094 [ 3 ] {5820a8b2-a467-4dd2-af16-417de53f8de6} <Debug> DynamicQueryHandler: Done processing query | ||
5186 | 2024.08.06 04:02:12.170119 [ 3 ] {5820a8b2-a467-4dd2-af16-417de53f8de6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5187 | 2024.08.06 04:02:12.170135 [ 3 ] {} <Debug> HTTP-Session: 29024a13-566a-413e-a1f4-25c43febaf4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5188 | 2024.08.06 04:02:12.170255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5189 | 2024.08.06 04:02:12.170306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5190 | 2024.08.06 04:02:12.170328 [ 3 ] {} <Debug> HTTP-Session: 7accc66e-db34-460c-99f9-96fe063b6877 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5191 | 2024.08.06 04:02:12.170345 [ 3 ] {} <Debug> HTTP-Session: 7accc66e-db34-460c-99f9-96fe063b6877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5192 | 2024.08.06 04:02:12.170360 [ 3 ] {} <Debug> HTTP-Session: 7accc66e-db34-460c-99f9-96fe063b6877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5193 | 2024.08.06 04:02:12.170391 [ 3 ] {} <Trace> HTTP-Session: 7accc66e-db34-460c-99f9-96fe063b6877 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5194 | 2024.08.06 04:02:12.170511 [ 3 ] {7547a589-bdd4-4bf6-bb9d-78f7bc786a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5195 | 2024.08.06 04:02:12.170557 [ 3 ] {7547a589-bdd4-4bf6-bb9d-78f7bc786a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5196 | 2024.08.06 04:02:12.170689 [ 3 ] {7547a589-bdd4-4bf6-bb9d-78f7bc786a2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5197 | 2024.08.06 04:02:12.171007 [ 3 ] {7547a589-bdd4-4bf6-bb9d-78f7bc786a2a} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5198 | 2024.08.06 04:02:12.171044 [ 3 ] {7547a589-bdd4-4bf6-bb9d-78f7bc786a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5199 | 2024.08.06 04:02:12.171413 [ 3 ] {7547a589-bdd4-4bf6-bb9d-78f7bc786a2a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5200 | 2024.08.06 04:02:12.171750 [ 3 ] {7547a589-bdd4-4bf6-bb9d-78f7bc786a2a} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5201 | 2024.08.06 04:02:12.171912 [ 3 ] {7547a589-bdd4-4bf6-bb9d-78f7bc786a2a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001435 sec., 41811.846689895465 rows/sec., 2.82 MiB/sec. | ||
5202 | 2024.08.06 04:02:12.172088 [ 3 ] {7547a589-bdd4-4bf6-bb9d-78f7bc786a2a} <Debug> DynamicQueryHandler: Done processing query | ||
5203 | 2024.08.06 04:02:12.172113 [ 3 ] {7547a589-bdd4-4bf6-bb9d-78f7bc786a2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5204 | 2024.08.06 04:02:12.172134 [ 3 ] {} <Debug> HTTP-Session: 7accc66e-db34-460c-99f9-96fe063b6877 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5205 | 2024.08.06 04:02:17.126595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5206 | 2024.08.06 04:02:17.126727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5207 | 2024.08.06 04:02:17.126751 [ 3 ] {} <Debug> HTTP-Session: 554f7162-5c44-49e7-9245-c0c426c1460e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5208 | 2024.08.06 04:02:17.126775 [ 3 ] {} <Debug> HTTP-Session: 554f7162-5c44-49e7-9245-c0c426c1460e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5209 | 2024.08.06 04:02:17.126789 [ 3 ] {} <Debug> HTTP-Session: 554f7162-5c44-49e7-9245-c0c426c1460e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5210 | 2024.08.06 04:02:17.126838 [ 3 ] {} <Trace> HTTP-Session: 554f7162-5c44-49e7-9245-c0c426c1460e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5211 | 2024.08.06 04:02:17.127022 [ 3 ] {515a8f1b-5580-4d6a-8f1f-57f591382967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5212 | 2024.08.06 04:02:17.127089 [ 3 ] {515a8f1b-5580-4d6a-8f1f-57f591382967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5213 | 2024.08.06 04:02:17.127283 [ 3 ] {515a8f1b-5580-4d6a-8f1f-57f591382967} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5214 | 2024.08.06 04:02:17.127738 [ 3 ] {515a8f1b-5580-4d6a-8f1f-57f591382967} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5215 | 2024.08.06 04:02:17.127785 [ 3 ] {515a8f1b-5580-4d6a-8f1f-57f591382967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5216 | 2024.08.06 04:02:17.128159 [ 3 ] {515a8f1b-5580-4d6a-8f1f-57f591382967} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5217 | 2024.08.06 04:02:17.128520 [ 3 ] {515a8f1b-5580-4d6a-8f1f-57f591382967} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5218 | 2024.08.06 04:02:17.128714 [ 3 ] {515a8f1b-5580-4d6a-8f1f-57f591382967} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001738 sec., 6329.113924050633 rows/sec., 513.00 KiB/sec. | ||
5219 | 2024.08.06 04:02:17.128992 [ 3 ] {515a8f1b-5580-4d6a-8f1f-57f591382967} <Debug> DynamicQueryHandler: Done processing query | ||
5220 | 2024.08.06 04:02:17.129021 [ 3 ] {515a8f1b-5580-4d6a-8f1f-57f591382967} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5221 | 2024.08.06 04:02:17.129038 [ 3 ] {} <Debug> HTTP-Session: 554f7162-5c44-49e7-9245-c0c426c1460e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5222 | 2024.08.06 04:02:17.129200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5223 | 2024.08.06 04:02:17.129258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5224 | 2024.08.06 04:02:17.129279 [ 3 ] {} <Debug> HTTP-Session: c8dc28da-92cd-413e-90fb-55a9a2838eaa Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5225 | 2024.08.06 04:02:17.129299 [ 3 ] {} <Debug> HTTP-Session: c8dc28da-92cd-413e-90fb-55a9a2838eaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5226 | 2024.08.06 04:02:17.129314 [ 3 ] {} <Debug> HTTP-Session: c8dc28da-92cd-413e-90fb-55a9a2838eaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5227 | 2024.08.06 04:02:17.129350 [ 3 ] {} <Trace> HTTP-Session: c8dc28da-92cd-413e-90fb-55a9a2838eaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5228 | 2024.08.06 04:02:17.129460 [ 3 ] {740bb948-e85f-414e-9a3f-91e5c7780031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5229 | 2024.08.06 04:02:17.129509 [ 3 ] {740bb948-e85f-414e-9a3f-91e5c7780031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5230 | 2024.08.06 04:02:17.129650 [ 3 ] {740bb948-e85f-414e-9a3f-91e5c7780031} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5231 | 2024.08.06 04:02:17.129977 [ 3 ] {740bb948-e85f-414e-9a3f-91e5c7780031} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5232 | 2024.08.06 04:02:17.130014 [ 3 ] {740bb948-e85f-414e-9a3f-91e5c7780031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5233 | 2024.08.06 04:02:17.130326 [ 3 ] {740bb948-e85f-414e-9a3f-91e5c7780031} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5234 | 2024.08.06 04:02:17.130636 [ 3 ] {740bb948-e85f-414e-9a3f-91e5c7780031} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5235 | 2024.08.06 04:02:17.130786 [ 3 ] {740bb948-e85f-414e-9a3f-91e5c7780031} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001356 sec., 2949.8525073746314 rows/sec., 240.54 KiB/sec. | ||
5236 | 2024.08.06 04:02:17.130970 [ 3 ] {740bb948-e85f-414e-9a3f-91e5c7780031} <Debug> DynamicQueryHandler: Done processing query | ||
5237 | 2024.08.06 04:02:17.130995 [ 3 ] {740bb948-e85f-414e-9a3f-91e5c7780031} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5238 | 2024.08.06 04:02:17.131012 [ 3 ] {} <Debug> HTTP-Session: c8dc28da-92cd-413e-90fb-55a9a2838eaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5239 | 2024.08.06 04:02:17.131181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5240 | 2024.08.06 04:02:17.131233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5241 | 2024.08.06 04:02:17.131252 [ 3 ] {} <Debug> HTTP-Session: b1dafba7-d5f1-4579-a776-6a863073c5f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5242 | 2024.08.06 04:02:17.131270 [ 3 ] {} <Debug> HTTP-Session: b1dafba7-d5f1-4579-a776-6a863073c5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5243 | 2024.08.06 04:02:17.131283 [ 3 ] {} <Debug> HTTP-Session: b1dafba7-d5f1-4579-a776-6a863073c5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5244 | 2024.08.06 04:02:17.131315 [ 3 ] {} <Trace> HTTP-Session: b1dafba7-d5f1-4579-a776-6a863073c5f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5245 | 2024.08.06 04:02:17.131451 [ 3 ] {011bef41-fb91-45d2-9f7b-19c5457c1d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5246 | 2024.08.06 04:02:17.131494 [ 3 ] {011bef41-fb91-45d2-9f7b-19c5457c1d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5247 | 2024.08.06 04:02:17.131622 [ 3 ] {011bef41-fb91-45d2-9f7b-19c5457c1d1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5248 | 2024.08.06 04:02:17.132009 [ 3 ] {011bef41-fb91-45d2-9f7b-19c5457c1d1b} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5249 | 2024.08.06 04:02:17.132045 [ 3 ] {011bef41-fb91-45d2-9f7b-19c5457c1d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5250 | 2024.08.06 04:02:17.132372 [ 3 ] {011bef41-fb91-45d2-9f7b-19c5457c1d1b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5251 | 2024.08.06 04:02:17.132673 [ 3 ] {011bef41-fb91-45d2-9f7b-19c5457c1d1b} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5252 | 2024.08.06 04:02:17.132832 [ 3 ] {011bef41-fb91-45d2-9f7b-19c5457c1d1b} <Debug> executeQuery: Read 127 rows, 10.28 KiB in 0.001429 sec., 88873.33799860043 rows/sec., 7.02 MiB/sec. | ||
5253 | 2024.08.06 04:02:17.133000 [ 3 ] {011bef41-fb91-45d2-9f7b-19c5457c1d1b} <Debug> DynamicQueryHandler: Done processing query | ||
5254 | 2024.08.06 04:02:17.133025 [ 3 ] {011bef41-fb91-45d2-9f7b-19c5457c1d1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5255 | 2024.08.06 04:02:17.133041 [ 3 ] {} <Debug> HTTP-Session: b1dafba7-d5f1-4579-a776-6a863073c5f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5256 | 2024.08.06 04:02:17.133161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5257 | 2024.08.06 04:02:17.133210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5258 | 2024.08.06 04:02:17.133229 [ 3 ] {} <Debug> HTTP-Session: 12873229-51a7-46ce-bf1a-fb9aee824021 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5259 | 2024.08.06 04:02:17.133246 [ 3 ] {} <Debug> HTTP-Session: 12873229-51a7-46ce-bf1a-fb9aee824021 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5260 | 2024.08.06 04:02:17.133258 [ 3 ] {} <Debug> HTTP-Session: 12873229-51a7-46ce-bf1a-fb9aee824021 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5261 | 2024.08.06 04:02:17.133287 [ 3 ] {} <Trace> HTTP-Session: 12873229-51a7-46ce-bf1a-fb9aee824021 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5262 | 2024.08.06 04:02:17.133379 [ 3 ] {3f49fbd6-de67-4b7c-b562-05cab2291b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5263 | 2024.08.06 04:02:17.133421 [ 3 ] {3f49fbd6-de67-4b7c-b562-05cab2291b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5264 | 2024.08.06 04:02:17.133550 [ 3 ] {3f49fbd6-de67-4b7c-b562-05cab2291b68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5265 | 2024.08.06 04:02:17.133837 [ 3 ] {3f49fbd6-de67-4b7c-b562-05cab2291b68} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5266 | 2024.08.06 04:02:17.133873 [ 3 ] {3f49fbd6-de67-4b7c-b562-05cab2291b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5267 | 2024.08.06 04:02:17.134177 [ 3 ] {3f49fbd6-de67-4b7c-b562-05cab2291b68} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5268 | 2024.08.06 04:02:17.134486 [ 3 ] {3f49fbd6-de67-4b7c-b562-05cab2291b68} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5269 | 2024.08.06 04:02:17.134630 [ 3 ] {3f49fbd6-de67-4b7c-b562-05cab2291b68} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001267 sec., 3157.063930544594 rows/sec., 220.44 KiB/sec. | ||
5270 | 2024.08.06 04:02:17.134795 [ 3 ] {3f49fbd6-de67-4b7c-b562-05cab2291b68} <Debug> DynamicQueryHandler: Done processing query | ||
5271 | 2024.08.06 04:02:17.134818 [ 3 ] {3f49fbd6-de67-4b7c-b562-05cab2291b68} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5272 | 2024.08.06 04:02:17.134833 [ 3 ] {} <Debug> HTTP-Session: 12873229-51a7-46ce-bf1a-fb9aee824021 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5273 | 2024.08.06 04:02:17.134968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5274 | 2024.08.06 04:02:17.135015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5275 | 2024.08.06 04:02:17.135034 [ 3 ] {} <Debug> HTTP-Session: 76cee190-7f9a-498e-b229-c4d1ea9b2016 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5276 | 2024.08.06 04:02:17.135050 [ 3 ] {} <Debug> HTTP-Session: 76cee190-7f9a-498e-b229-c4d1ea9b2016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5277 | 2024.08.06 04:02:17.135063 [ 3 ] {} <Debug> HTTP-Session: 76cee190-7f9a-498e-b229-c4d1ea9b2016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5278 | 2024.08.06 04:02:17.135093 [ 3 ] {} <Trace> HTTP-Session: 76cee190-7f9a-498e-b229-c4d1ea9b2016 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5279 | 2024.08.06 04:02:17.135216 [ 3 ] {dbfde8af-1742-4f70-b819-9ba6714df407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5280 | 2024.08.06 04:02:17.135258 [ 3 ] {dbfde8af-1742-4f70-b819-9ba6714df407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5281 | 2024.08.06 04:02:17.135382 [ 3 ] {dbfde8af-1742-4f70-b819-9ba6714df407} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5282 | 2024.08.06 04:02:17.135732 [ 3 ] {dbfde8af-1742-4f70-b819-9ba6714df407} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5283 | 2024.08.06 04:02:17.135768 [ 3 ] {dbfde8af-1742-4f70-b819-9ba6714df407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5284 | 2024.08.06 04:02:17.136082 [ 3 ] {dbfde8af-1742-4f70-b819-9ba6714df407} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5285 | 2024.08.06 04:02:17.136378 [ 3 ] {dbfde8af-1742-4f70-b819-9ba6714df407} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5286 | 2024.08.06 04:02:17.136539 [ 3 ] {dbfde8af-1742-4f70-b819-9ba6714df407} <Debug> executeQuery: Read 103 rows, 8.22 KiB in 0.001367 sec., 75347.47622531091 rows/sec., 5.87 MiB/sec. | ||
5287 | 2024.08.06 04:02:17.136851 [ 3 ] {dbfde8af-1742-4f70-b819-9ba6714df407} <Debug> DynamicQueryHandler: Done processing query | ||
5288 | 2024.08.06 04:02:17.136882 [ 3 ] {dbfde8af-1742-4f70-b819-9ba6714df407} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5289 | 2024.08.06 04:02:17.136897 [ 3 ] {} <Debug> HTTP-Session: 76cee190-7f9a-498e-b229-c4d1ea9b2016 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5290 | 2024.08.06 04:02:17.137059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5291 | 2024.08.06 04:02:17.137107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5292 | 2024.08.06 04:02:17.137131 [ 3 ] {} <Debug> HTTP-Session: f500a0ab-a210-48be-bbb7-f6287d5202a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5293 | 2024.08.06 04:02:17.137148 [ 3 ] {} <Debug> HTTP-Session: f500a0ab-a210-48be-bbb7-f6287d5202a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5294 | 2024.08.06 04:02:17.137161 [ 3 ] {} <Debug> HTTP-Session: f500a0ab-a210-48be-bbb7-f6287d5202a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5295 | 2024.08.06 04:02:17.137191 [ 3 ] {} <Trace> HTTP-Session: f500a0ab-a210-48be-bbb7-f6287d5202a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5296 | 2024.08.06 04:02:17.137362 [ 3 ] {fe90e6e5-13e8-423d-90d5-9f26dfb128fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5297 | 2024.08.06 04:02:17.137410 [ 3 ] {fe90e6e5-13e8-423d-90d5-9f26dfb128fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5298 | 2024.08.06 04:02:17.137578 [ 3 ] {fe90e6e5-13e8-423d-90d5-9f26dfb128fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5299 | 2024.08.06 04:02:17.138013 [ 3 ] {fe90e6e5-13e8-423d-90d5-9f26dfb128fc} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5300 | 2024.08.06 04:02:17.138048 [ 3 ] {fe90e6e5-13e8-423d-90d5-9f26dfb128fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5301 | 2024.08.06 04:02:17.138461 [ 3 ] {fe90e6e5-13e8-423d-90d5-9f26dfb128fc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5302 | 2024.08.06 04:02:17.138808 [ 3 ] {fe90e6e5-13e8-423d-90d5-9f26dfb128fc} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5303 | 2024.08.06 04:02:17.138975 [ 3 ] {fe90e6e5-13e8-423d-90d5-9f26dfb128fc} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001689 sec., 117229.1296625222 rows/sec., 8.18 MiB/sec. | ||
5304 | 2024.08.06 04:02:17.139146 [ 3 ] {fe90e6e5-13e8-423d-90d5-9f26dfb128fc} <Debug> DynamicQueryHandler: Done processing query | ||
5305 | 2024.08.06 04:02:17.139171 [ 3 ] {fe90e6e5-13e8-423d-90d5-9f26dfb128fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5306 | 2024.08.06 04:02:17.139188 [ 3 ] {} <Debug> HTTP-Session: f500a0ab-a210-48be-bbb7-f6287d5202a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5307 | 2024.08.06 04:02:17.139344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5308 | 2024.08.06 04:02:17.139408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5309 | 2024.08.06 04:02:17.139438 [ 3 ] {} <Debug> HTTP-Session: 3e24b066-1143-4447-9d13-89d1efeeb817 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5310 | 2024.08.06 04:02:17.139459 [ 3 ] {} <Debug> HTTP-Session: 3e24b066-1143-4447-9d13-89d1efeeb817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5311 | 2024.08.06 04:02:17.139473 [ 3 ] {} <Debug> HTTP-Session: 3e24b066-1143-4447-9d13-89d1efeeb817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5312 | 2024.08.06 04:02:17.139503 [ 3 ] {} <Trace> HTTP-Session: 3e24b066-1143-4447-9d13-89d1efeeb817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5313 | 2024.08.06 04:02:17.139709 [ 3 ] {7c933790-f25b-46be-b938-649df61b93b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5314 | 2024.08.06 04:02:17.139773 [ 3 ] {7c933790-f25b-46be-b938-649df61b93b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5315 | 2024.08.06 04:02:17.140186 [ 3 ] {7c933790-f25b-46be-b938-649df61b93b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5316 | 2024.08.06 04:02:17.140813 [ 3 ] {7c933790-f25b-46be-b938-649df61b93b7} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5317 | 2024.08.06 04:02:17.140850 [ 3 ] {7c933790-f25b-46be-b938-649df61b93b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5318 | 2024.08.06 04:02:17.141420 [ 3 ] {7c933790-f25b-46be-b938-649df61b93b7} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5319 | 2024.08.06 04:02:17.141850 [ 3 ] {7c933790-f25b-46be-b938-649df61b93b7} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5320 | 2024.08.06 04:02:17.142042 [ 3 ] {7c933790-f25b-46be-b938-649df61b93b7} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002462 sec., 4467.91226645004 rows/sec., 8.01 MiB/sec. | ||
5321 | 2024.08.06 04:02:17.142247 [ 3 ] {7c933790-f25b-46be-b938-649df61b93b7} <Debug> DynamicQueryHandler: Done processing query | ||
5322 | 2024.08.06 04:02:17.142271 [ 3 ] {7c933790-f25b-46be-b938-649df61b93b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
5323 | 2024.08.06 04:02:17.142286 [ 3 ] {} <Debug> HTTP-Session: 3e24b066-1143-4447-9d13-89d1efeeb817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5324 | 2024.08.06 04:02:17.142410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5325 | 2024.08.06 04:02:17.142456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5326 | 2024.08.06 04:02:17.142476 [ 3 ] {} <Debug> HTTP-Session: 90a1440e-5245-43bc-94c4-f14bcd2dfb35 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5327 | 2024.08.06 04:02:17.142493 [ 3 ] {} <Debug> HTTP-Session: 90a1440e-5245-43bc-94c4-f14bcd2dfb35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5328 | 2024.08.06 04:02:17.142506 [ 3 ] {} <Debug> HTTP-Session: 90a1440e-5245-43bc-94c4-f14bcd2dfb35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5329 | 2024.08.06 04:02:17.142535 [ 3 ] {} <Trace> HTTP-Session: 90a1440e-5245-43bc-94c4-f14bcd2dfb35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5330 | 2024.08.06 04:02:17.142646 [ 3 ] {daa95e98-43bf-47ba-87ba-dd1131f004ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5331 | 2024.08.06 04:02:17.142692 [ 3 ] {daa95e98-43bf-47ba-87ba-dd1131f004ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5332 | 2024.08.06 04:02:17.142818 [ 3 ] {daa95e98-43bf-47ba-87ba-dd1131f004ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5333 | 2024.08.06 04:02:17.143117 [ 3 ] {daa95e98-43bf-47ba-87ba-dd1131f004ad} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5334 | 2024.08.06 04:02:17.143157 [ 3 ] {daa95e98-43bf-47ba-87ba-dd1131f004ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5335 | 2024.08.06 04:02:17.143512 [ 3 ] {daa95e98-43bf-47ba-87ba-dd1131f004ad} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5336 | 2024.08.06 04:02:17.143838 [ 3 ] {daa95e98-43bf-47ba-87ba-dd1131f004ad} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5337 | 2024.08.06 04:02:17.144006 [ 3 ] {daa95e98-43bf-47ba-87ba-dd1131f004ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
5338 | 2024.08.06 04:02:17.144174 [ 3 ] {daa95e98-43bf-47ba-87ba-dd1131f004ad} <Debug> DynamicQueryHandler: Done processing query | ||
5339 | 2024.08.06 04:02:17.144197 [ 3 ] {daa95e98-43bf-47ba-87ba-dd1131f004ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5340 | 2024.08.06 04:02:17.144213 [ 3 ] {} <Debug> HTTP-Session: 90a1440e-5245-43bc-94c4-f14bcd2dfb35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5341 | 2024.08.06 04:02:21.017198 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5342 | 2024.08.06 04:02:21.017302 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5343 | 2024.08.06 04:02:22.130432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5344 | 2024.08.06 04:02:22.130541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5345 | 2024.08.06 04:02:22.130566 [ 3 ] {} <Debug> HTTP-Session: b50f14d4-884e-434b-b1d1-d09dca6fe229 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5346 | 2024.08.06 04:02:22.130591 [ 3 ] {} <Debug> HTTP-Session: b50f14d4-884e-434b-b1d1-d09dca6fe229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5347 | 2024.08.06 04:02:22.130607 [ 3 ] {} <Debug> HTTP-Session: b50f14d4-884e-434b-b1d1-d09dca6fe229 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5348 | 2024.08.06 04:02:22.130655 [ 3 ] {} <Trace> HTTP-Session: b50f14d4-884e-434b-b1d1-d09dca6fe229 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5349 | 2024.08.06 04:02:22.130851 [ 3 ] {cb2c779f-6ed5-48b4-aa16-f8544b975b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5350 | 2024.08.06 04:02:22.130933 [ 3 ] {cb2c779f-6ed5-48b4-aa16-f8544b975b6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5351 | 2024.08.06 04:02:22.131154 [ 3 ] {cb2c779f-6ed5-48b4-aa16-f8544b975b6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5352 | 2024.08.06 04:02:22.131594 [ 3 ] {cb2c779f-6ed5-48b4-aa16-f8544b975b6f} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5353 | 2024.08.06 04:02:22.131639 [ 3 ] {cb2c779f-6ed5-48b4-aa16-f8544b975b6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5354 | 2024.08.06 04:02:22.132006 [ 3 ] {cb2c779f-6ed5-48b4-aa16-f8544b975b6f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5355 | 2024.08.06 04:02:22.132347 [ 3 ] {cb2c779f-6ed5-48b4-aa16-f8544b975b6f} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5356 | 2024.08.06 04:02:22.132487 [ 3 ] {cb2c779f-6ed5-48b4-aa16-f8544b975b6f} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001705 sec., 16422.287390029327 rows/sec., 1.22 MiB/sec. | ||
5357 | 2024.08.06 04:02:22.132754 [ 3 ] {cb2c779f-6ed5-48b4-aa16-f8544b975b6f} <Debug> DynamicQueryHandler: Done processing query | ||
5358 | 2024.08.06 04:02:22.132783 [ 3 ] {cb2c779f-6ed5-48b4-aa16-f8544b975b6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5359 | 2024.08.06 04:02:22.132800 [ 3 ] {} <Debug> HTTP-Session: b50f14d4-884e-434b-b1d1-d09dca6fe229 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5360 | 2024.08.06 04:02:22.132947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5361 | 2024.08.06 04:02:22.132996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5362 | 2024.08.06 04:02:22.133015 [ 3 ] {} <Debug> HTTP-Session: d3e0cdf5-621f-4174-811b-56bd4f04087c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5363 | 2024.08.06 04:02:22.133032 [ 3 ] {} <Debug> HTTP-Session: d3e0cdf5-621f-4174-811b-56bd4f04087c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5364 | 2024.08.06 04:02:22.133048 [ 3 ] {} <Debug> HTTP-Session: d3e0cdf5-621f-4174-811b-56bd4f04087c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5365 | 2024.08.06 04:02:22.133079 [ 3 ] {} <Trace> HTTP-Session: d3e0cdf5-621f-4174-811b-56bd4f04087c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5366 | 2024.08.06 04:02:22.133177 [ 3 ] {281648c9-3d25-4d75-89d7-6e09e908834d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5367 | 2024.08.06 04:02:22.133222 [ 3 ] {281648c9-3d25-4d75-89d7-6e09e908834d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5368 | 2024.08.06 04:02:22.133373 [ 3 ] {281648c9-3d25-4d75-89d7-6e09e908834d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5369 | 2024.08.06 04:02:22.133677 [ 3 ] {281648c9-3d25-4d75-89d7-6e09e908834d} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5370 | 2024.08.06 04:02:22.133714 [ 3 ] {281648c9-3d25-4d75-89d7-6e09e908834d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5371 | 2024.08.06 04:02:22.134026 [ 3 ] {281648c9-3d25-4d75-89d7-6e09e908834d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5372 | 2024.08.06 04:02:22.134332 [ 3 ] {281648c9-3d25-4d75-89d7-6e09e908834d} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5373 | 2024.08.06 04:02:22.134455 [ 3 ] {281648c9-3d25-4d75-89d7-6e09e908834d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001302 sec., 3072.1966205837175 rows/sec., 250.52 KiB/sec. | ||
5374 | 2024.08.06 04:02:22.134613 [ 3 ] {281648c9-3d25-4d75-89d7-6e09e908834d} <Debug> DynamicQueryHandler: Done processing query | ||
5375 | 2024.08.06 04:02:22.134638 [ 3 ] {281648c9-3d25-4d75-89d7-6e09e908834d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5376 | 2024.08.06 04:02:22.134655 [ 3 ] {} <Debug> HTTP-Session: d3e0cdf5-621f-4174-811b-56bd4f04087c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5377 | 2024.08.06 04:02:22.134848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34537, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5378 | 2024.08.06 04:02:22.134897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5379 | 2024.08.06 04:02:22.134917 [ 3 ] {} <Debug> HTTP-Session: fef2e73a-6793-4422-bc6b-d20cb89edb6f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5380 | 2024.08.06 04:02:22.134933 [ 3 ] {} <Debug> HTTP-Session: fef2e73a-6793-4422-bc6b-d20cb89edb6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5381 | 2024.08.06 04:02:22.134947 [ 3 ] {} <Debug> HTTP-Session: fef2e73a-6793-4422-bc6b-d20cb89edb6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5382 | 2024.08.06 04:02:22.134976 [ 3 ] {} <Trace> HTTP-Session: fef2e73a-6793-4422-bc6b-d20cb89edb6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5383 | 2024.08.06 04:02:22.135132 [ 3 ] {3e8fe59d-9838-4b94-8430-43d22e0ec358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5384 | 2024.08.06 04:02:22.135175 [ 3 ] {3e8fe59d-9838-4b94-8430-43d22e0ec358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5385 | 2024.08.06 04:02:22.135297 [ 3 ] {3e8fe59d-9838-4b94-8430-43d22e0ec358} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5386 | 2024.08.06 04:02:22.135687 [ 3 ] {3e8fe59d-9838-4b94-8430-43d22e0ec358} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5387 | 2024.08.06 04:02:22.135726 [ 3 ] {3e8fe59d-9838-4b94-8430-43d22e0ec358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5388 | 2024.08.06 04:02:22.136047 [ 3 ] {3e8fe59d-9838-4b94-8430-43d22e0ec358} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5389 | 2024.08.06 04:02:22.136348 [ 3 ] {3e8fe59d-9838-4b94-8430-43d22e0ec358} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5390 | 2024.08.06 04:02:22.136477 [ 3 ] {3e8fe59d-9838-4b94-8430-43d22e0ec358} <Debug> executeQuery: Read 229 rows, 20.61 KiB in 0.001415 sec., 161837.4558303887 rows/sec., 14.23 MiB/sec. | ||
5391 | 2024.08.06 04:02:22.136479 [ 136 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5392 | 2024.08.06 04:02:22.136542 [ 136 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5393 | 2024.08.06 04:02:22.136576 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5394 | 2024.08.06 04:02:22.136645 [ 3 ] {3e8fe59d-9838-4b94-8430-43d22e0ec358} <Debug> DynamicQueryHandler: Done processing query | ||
5395 | 2024.08.06 04:02:22.136695 [ 3 ] {3e8fe59d-9838-4b94-8430-43d22e0ec358} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
5396 | 2024.08.06 04:02:22.136763 [ 3 ] {} <Debug> HTTP-Session: fef2e73a-6793-4422-bc6b-d20cb89edb6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5397 | 2024.08.06 04:02:22.136825 [ 198 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::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 | ||
5398 | 2024.08.06 04:02:22.136950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5399 | 2024.08.06 04:02:22.137067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5400 | 2024.08.06 04:02:22.137094 [ 198 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5401 | 2024.08.06 04:02:22.137105 [ 3 ] {} <Debug> HTTP-Session: fdb739f5-a334-40cd-94c9-7d5158093be0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5402 | 2024.08.06 04:02:22.137149 [ 3 ] {} <Debug> HTTP-Session: fdb739f5-a334-40cd-94c9-7d5158093be0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5403 | 2024.08.06 04:02:22.137152 [ 198 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 302 rows starting from the beginning of the part | ||
5404 | 2024.08.06 04:02:22.137178 [ 3 ] {} <Debug> HTTP-Session: fdb739f5-a334-40cd-94c9-7d5158093be0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5405 | 2024.08.06 04:02:22.137230 [ 3 ] {} <Trace> HTTP-Session: fdb739f5-a334-40cd-94c9-7d5158093be0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5406 | 2024.08.06 04:02:22.137376 [ 198 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 227 rows starting from the beginning of the part | ||
5407 | 2024.08.06 04:02:22.137593 [ 3 ] {4425b982-1295-4b72-a8fc-1a1df313b55f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5408 | 2024.08.06 04:02:22.137651 [ 198 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 91 rows starting from the beginning of the part | ||
5409 | 2024.08.06 04:02:22.137744 [ 3 ] {4425b982-1295-4b72-a8fc-1a1df313b55f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5410 | 2024.08.06 04:02:22.137973 [ 198 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part | ||
5411 | 2024.08.06 04:02:22.138302 [ 198 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 127 rows starting from the beginning of the part | ||
5412 | 2024.08.06 04:02:22.138637 [ 198 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 229 rows starting from the beginning of the part | ||
5413 | 2024.08.06 04:02:22.138970 [ 3 ] {4425b982-1295-4b72-a8fc-1a1df313b55f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5414 | 2024.08.06 04:02:22.139857 [ 3 ] {4425b982-1295-4b72-a8fc-1a1df313b55f} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5415 | 2024.08.06 04:02:22.139916 [ 3 ] {4425b982-1295-4b72-a8fc-1a1df313b55f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5416 | 2024.08.06 04:02:22.140783 [ 3 ] {4425b982-1295-4b72-a8fc-1a1df313b55f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5417 | 2024.08.06 04:02:22.141589 [ 3 ] {4425b982-1295-4b72-a8fc-1a1df313b55f} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5418 | 2024.08.06 04:02:22.141776 [ 194 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1204 rows, containing 4 columns (4 merged, 0 gathered) in 0.00511259 sec., 235497.07682407546 rows/sec., 20.26 MiB/sec. | ||
5419 | 2024.08.06 04:02:22.141917 [ 3 ] {4425b982-1295-4b72-a8fc-1a1df313b55f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004486 sec., 891.6629514043691 rows/sec., 62.26 KiB/sec. | ||
5420 | 2024.08.06 04:02:22.142150 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5421 | 2024.08.06 04:02:22.142199 [ 3 ] {4425b982-1295-4b72-a8fc-1a1df313b55f} <Debug> DynamicQueryHandler: Done processing query | ||
5422 | 2024.08.06 04:02:22.142250 [ 3 ] {4425b982-1295-4b72-a8fc-1a1df313b55f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5423 | 2024.08.06 04:02:22.142281 [ 3 ] {} <Debug> HTTP-Session: fdb739f5-a334-40cd-94c9-7d5158093be0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5424 | 2024.08.06 04:02:22.142566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5425 | 2024.08.06 04:02:22.142646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5426 | 2024.08.06 04:02:22.142678 [ 3 ] {} <Debug> HTTP-Session: da75ba70-638b-4511-a030-b3df09813ab7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5427 | 2024.08.06 04:02:22.142697 [ 3 ] {} <Debug> HTTP-Session: da75ba70-638b-4511-a030-b3df09813ab7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5428 | 2024.08.06 04:02:22.142717 [ 3 ] {} <Debug> HTTP-Session: da75ba70-638b-4511-a030-b3df09813ab7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5429 | 2024.08.06 04:02:22.142771 [ 3 ] {} <Trace> HTTP-Session: da75ba70-638b-4511-a030-b3df09813ab7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5430 | 2024.08.06 04:02:22.142833 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_26_5} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5431 | 2024.08.06 04:02:22.143058 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_26_5} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5432 | 2024.08.06 04:02:22.143179 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
5433 | 2024.08.06 04:02:22.143267 [ 3 ] {11c7ba10-ef7f-4f7b-beba-e69ea769c0ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5434 | 2024.08.06 04:02:22.143318 [ 3 ] {11c7ba10-ef7f-4f7b-beba-e69ea769c0ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5435 | 2024.08.06 04:02:22.143469 [ 3 ] {11c7ba10-ef7f-4f7b-beba-e69ea769c0ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5436 | 2024.08.06 04:02:22.144017 [ 3 ] {11c7ba10-ef7f-4f7b-beba-e69ea769c0ee} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5437 | 2024.08.06 04:02:22.144055 [ 3 ] {11c7ba10-ef7f-4f7b-beba-e69ea769c0ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5438 | 2024.08.06 04:02:22.144404 [ 3 ] {11c7ba10-ef7f-4f7b-beba-e69ea769c0ee} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5439 | 2024.08.06 04:02:22.144714 [ 3 ] {11c7ba10-ef7f-4f7b-beba-e69ea769c0ee} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5440 | 2024.08.06 04:02:22.144839 [ 136 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5441 | 2024.08.06 04:02:22.144844 [ 3 ] {11c7ba10-ef7f-4f7b-beba-e69ea769c0ee} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001872 sec., 217948.71794871794 rows/sec., 15.42 MiB/sec. | ||
5442 | 2024.08.06 04:02:22.144883 [ 136 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5443 | 2024.08.06 04:02:22.144921 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5444 | 2024.08.06 04:02:22.145063 [ 3 ] {11c7ba10-ef7f-4f7b-beba-e69ea769c0ee} <Debug> DynamicQueryHandler: Done processing query | ||
5445 | 2024.08.06 04:02:22.145108 [ 3 ] {11c7ba10-ef7f-4f7b-beba-e69ea769c0ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
5446 | 2024.08.06 04:02:22.145106 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::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 | ||
5447 | 2024.08.06 04:02:22.145131 [ 3 ] {} <Debug> HTTP-Session: da75ba70-638b-4511-a030-b3df09813ab7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5448 | 2024.08.06 04:02:22.145300 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5449 | 2024.08.06 04:02:22.145330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5450 | 2024.08.06 04:02:22.145358 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 469 rows starting from the beginning of the part | ||
5451 | 2024.08.06 04:02:22.145398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5452 | 2024.08.06 04:02:22.145443 [ 3 ] {} <Debug> HTTP-Session: 7015902e-9df4-4cc1-9d2d-dfdef0af0350 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5453 | 2024.08.06 04:02:22.145539 [ 3 ] {} <Debug> HTTP-Session: 7015902e-9df4-4cc1-9d2d-dfdef0af0350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5454 | 2024.08.06 04:02:22.145621 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 404 rows starting from the beginning of the part | ||
5455 | 2024.08.06 04:02:22.145631 [ 3 ] {} <Debug> HTTP-Session: 7015902e-9df4-4cc1-9d2d-dfdef0af0350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5456 | 2024.08.06 04:02:22.145795 [ 3 ] {} <Trace> HTTP-Session: 7015902e-9df4-4cc1-9d2d-dfdef0af0350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5457 | 2024.08.06 04:02:22.145901 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 79 rows starting from the beginning of the part | ||
5458 | 2024.08.06 04:02:22.146135 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 406 rows starting from the beginning of the part | ||
5459 | 2024.08.06 04:02:22.146220 [ 3 ] {521a9d58-a696-40e7-8d83-81fb931100fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5460 | 2024.08.06 04:02:22.146331 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 103 rows starting from the beginning of the part | ||
5461 | 2024.08.06 04:02:22.146369 [ 3 ] {521a9d58-a696-40e7-8d83-81fb931100fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5462 | 2024.08.06 04:02:22.146695 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 408 rows starting from the beginning of the part | ||
5463 | 2024.08.06 04:02:22.147470 [ 3 ] {521a9d58-a696-40e7-8d83-81fb931100fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5464 | 2024.08.06 04:02:22.148122 [ 3 ] {521a9d58-a696-40e7-8d83-81fb931100fa} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5465 | 2024.08.06 04:02:22.148183 [ 3 ] {521a9d58-a696-40e7-8d83-81fb931100fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5466 | 2024.08.06 04:02:22.149235 [ 3 ] {521a9d58-a696-40e7-8d83-81fb931100fa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5467 | 2024.08.06 04:02:22.149830 [ 200 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1869 rows, containing 4 columns (4 merged, 0 gathered) in 0.004828973 sec., 387038.81757052685 rows/sec., 27.74 MiB/sec. | ||
5468 | 2024.08.06 04:02:22.149867 [ 3 ] {521a9d58-a696-40e7-8d83-81fb931100fa} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5469 | 2024.08.06 04:02:22.150101 [ 3 ] {521a9d58-a696-40e7-8d83-81fb931100fa} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00408 sec., 1470.5882352941176 rows/sec., 63.19 KiB/sec. | ||
5470 | 2024.08.06 04:02:22.150223 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5471 | 2024.08.06 04:02:22.150371 [ 3 ] {521a9d58-a696-40e7-8d83-81fb931100fa} <Debug> DynamicQueryHandler: Done processing query | ||
5472 | 2024.08.06 04:02:22.150402 [ 3 ] {521a9d58-a696-40e7-8d83-81fb931100fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5473 | 2024.08.06 04:02:22.150430 [ 3 ] {} <Debug> HTTP-Session: 7015902e-9df4-4cc1-9d2d-dfdef0af0350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5474 | 2024.08.06 04:02:22.150631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5475 | 2024.08.06 04:02:22.150711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5476 | 2024.08.06 04:02:22.150736 [ 3 ] {} <Debug> HTTP-Session: 221c6e32-6abc-440c-9132-1494caf5af43 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5477 | 2024.08.06 04:02:22.150759 [ 3 ] {} <Debug> HTTP-Session: 221c6e32-6abc-440c-9132-1494caf5af43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5478 | 2024.08.06 04:02:22.150796 [ 3 ] {} <Debug> HTTP-Session: 221c6e32-6abc-440c-9132-1494caf5af43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5479 | 2024.08.06 04:02:22.150863 [ 3 ] {} <Trace> HTTP-Session: 221c6e32-6abc-440c-9132-1494caf5af43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5480 | 2024.08.06 04:02:22.150881 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_26_5} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5481 | 2024.08.06 04:02:22.151047 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_26_5} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5482 | 2024.08.06 04:02:22.151104 [ 3 ] {9f9aaa8b-6d30-4aa6-8d35-73284696b1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5483 | 2024.08.06 04:02:22.151214 [ 3 ] {9f9aaa8b-6d30-4aa6-8d35-73284696b1dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5484 | 2024.08.06 04:02:22.151219 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
5485 | 2024.08.06 04:02:22.151422 [ 3 ] {9f9aaa8b-6d30-4aa6-8d35-73284696b1dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5486 | 2024.08.06 04:02:22.151777 [ 3 ] {9f9aaa8b-6d30-4aa6-8d35-73284696b1dc} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5487 | 2024.08.06 04:02:22.151814 [ 3 ] {9f9aaa8b-6d30-4aa6-8d35-73284696b1dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5488 | 2024.08.06 04:02:22.152194 [ 3 ] {9f9aaa8b-6d30-4aa6-8d35-73284696b1dc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5489 | 2024.08.06 04:02:22.152546 [ 3 ] {9f9aaa8b-6d30-4aa6-8d35-73284696b1dc} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5490 | 2024.08.06 04:02:22.152679 [ 3 ] {9f9aaa8b-6d30-4aa6-8d35-73284696b1dc} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001692 sec., 45508.274231678486 rows/sec., 2.80 MiB/sec. | ||
5491 | 2024.08.06 04:02:22.152893 [ 3 ] {9f9aaa8b-6d30-4aa6-8d35-73284696b1dc} <Debug> DynamicQueryHandler: Done processing query | ||
5492 | 2024.08.06 04:02:22.152919 [ 3 ] {9f9aaa8b-6d30-4aa6-8d35-73284696b1dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5493 | 2024.08.06 04:02:22.152935 [ 3 ] {} <Debug> HTTP-Session: 221c6e32-6abc-440c-9132-1494caf5af43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5494 | 2024.08.06 04:02:22.153089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5495 | 2024.08.06 04:02:22.153138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5496 | 2024.08.06 04:02:22.153157 [ 3 ] {} <Debug> HTTP-Session: d0f8a67f-669a-4b00-a7e8-6e31257b8993 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5497 | 2024.08.06 04:02:22.153173 [ 3 ] {} <Debug> HTTP-Session: d0f8a67f-669a-4b00-a7e8-6e31257b8993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5498 | 2024.08.06 04:02:22.153188 [ 3 ] {} <Debug> HTTP-Session: d0f8a67f-669a-4b00-a7e8-6e31257b8993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5499 | 2024.08.06 04:02:22.153218 [ 3 ] {} <Trace> HTTP-Session: d0f8a67f-669a-4b00-a7e8-6e31257b8993 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5500 | 2024.08.06 04:02:22.153394 [ 3 ] {81a2f7f2-ba98-416b-8338-088010410f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5501 | 2024.08.06 04:02:22.153442 [ 3 ] {81a2f7f2-ba98-416b-8338-088010410f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5502 | 2024.08.06 04:02:22.153582 [ 3 ] {81a2f7f2-ba98-416b-8338-088010410f76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5503 | 2024.08.06 04:02:22.153958 [ 3 ] {81a2f7f2-ba98-416b-8338-088010410f76} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5504 | 2024.08.06 04:02:22.153994 [ 3 ] {81a2f7f2-ba98-416b-8338-088010410f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5505 | 2024.08.06 04:02:22.154366 [ 3 ] {81a2f7f2-ba98-416b-8338-088010410f76} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5506 | 2024.08.06 04:02:22.154702 [ 3 ] {81a2f7f2-ba98-416b-8338-088010410f76} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5507 | 2024.08.06 04:02:22.154825 [ 3 ] {81a2f7f2-ba98-416b-8338-088010410f76} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001531 sec., 105813.19399085565 rows/sec., 7.37 MiB/sec. | ||
5508 | 2024.08.06 04:02:22.154826 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5509 | 2024.08.06 04:02:22.154882 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5510 | 2024.08.06 04:02:22.154908 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5511 | 2024.08.06 04:02:22.155086 [ 3 ] {81a2f7f2-ba98-416b-8338-088010410f76} <Debug> DynamicQueryHandler: Done processing query | ||
5512 | 2024.08.06 04:02:22.155154 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
5513 | 2024.08.06 04:02:22.155176 [ 3 ] {81a2f7f2-ba98-416b-8338-088010410f76} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5514 | 2024.08.06 04:02:22.155261 [ 3 ] {} <Debug> HTTP-Session: d0f8a67f-669a-4b00-a7e8-6e31257b8993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5515 | 2024.08.06 04:02:22.155506 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5516 | 2024.08.06 04:02:22.155547 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3584 rows starting from the beginning of the part | ||
5517 | 2024.08.06 04:02:22.155599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35323, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5518 | 2024.08.06 04:02:22.155737 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
5519 | 2024.08.06 04:02:22.155738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5520 | 2024.08.06 04:02:22.155829 [ 3 ] {} <Debug> HTTP-Session: 93fe751e-f446-4268-80cb-eecf384926a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5521 | 2024.08.06 04:02:22.155931 [ 3 ] {} <Debug> HTTP-Session: 93fe751e-f446-4268-80cb-eecf384926a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5522 | 2024.08.06 04:02:22.156017 [ 3 ] {} <Debug> HTTP-Session: 93fe751e-f446-4268-80cb-eecf384926a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5523 | 2024.08.06 04:02:22.156142 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 162 rows starting from the beginning of the part | ||
5524 | 2024.08.06 04:02:22.156148 [ 3 ] {} <Trace> HTTP-Session: 93fe751e-f446-4268-80cb-eecf384926a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5525 | 2024.08.06 04:02:22.156432 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 161 rows starting from the beginning of the part | ||
5526 | 2024.08.06 04:02:22.156571 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 198 rows starting from the beginning of the part | ||
5527 | 2024.08.06 04:02:22.156688 [ 3 ] {1daf45b6-87ca-4481-a30f-1a6bd8b30850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5528 | 2024.08.06 04:02:22.156921 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 162 rows starting from the beginning of the part | ||
5529 | 2024.08.06 04:02:22.157003 [ 3 ] {1daf45b6-87ca-4481-a30f-1a6bd8b30850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5530 | 2024.08.06 04:02:22.158665 [ 3 ] {1daf45b6-87ca-4481-a30f-1a6bd8b30850} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5531 | 2024.08.06 04:02:22.160042 [ 3 ] {1daf45b6-87ca-4481-a30f-1a6bd8b30850} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5532 | 2024.08.06 04:02:22.160196 [ 3 ] {1daf45b6-87ca-4481-a30f-1a6bd8b30850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5533 | 2024.08.06 04:02:22.161264 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4427 rows, containing 5 columns (5 merged, 0 gathered) in 0.006282537 sec., 704651.6399346314 rows/sec., 49.11 MiB/sec. | ||
5534 | 2024.08.06 04:02:22.161582 [ 3 ] {1daf45b6-87ca-4481-a30f-1a6bd8b30850} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5535 | 2024.08.06 04:02:22.161670 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5536 | 2024.08.06 04:02:22.162784 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5537 | 2024.08.06 04:02:22.162823 [ 3 ] {1daf45b6-87ca-4481-a30f-1a6bd8b30850} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5538 | 2024.08.06 04:02:22.162961 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5539 | 2024.08.06 04:02:22.163106 [ 136 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5540 | 2024.08.06 04:02:22.163229 [ 136 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5541 | 2024.08.06 04:02:22.163282 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
5542 | 2024.08.06 04:02:22.163295 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5543 | 2024.08.06 04:02:22.163295 [ 3 ] {1daf45b6-87ca-4481-a30f-1a6bd8b30850} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00691 sec., 3183.791606367583 rows/sec., 5.71 MiB/sec. | ||
5544 | 2024.08.06 04:02:22.163541 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
5545 | 2024.08.06 04:02:22.163736 [ 3 ] {1daf45b6-87ca-4481-a30f-1a6bd8b30850} <Debug> DynamicQueryHandler: Done processing query | ||
5546 | 2024.08.06 04:02:22.163773 [ 3 ] {1daf45b6-87ca-4481-a30f-1a6bd8b30850} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5547 | 2024.08.06 04:02:22.163798 [ 3 ] {} <Debug> HTTP-Session: 93fe751e-f446-4268-80cb-eecf384926a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5548 | 2024.08.06 04:02:22.163909 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5549 | 2024.08.06 04:02:22.163930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5550 | 2024.08.06 04:02:22.163972 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 186 rows starting from the beginning of the part | ||
5551 | 2024.08.06 04:02:22.163992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5552 | 2024.08.06 04:02:22.164025 [ 3 ] {} <Debug> HTTP-Session: 504122a4-a04f-4029-b0c5-6af02a16df3d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5553 | 2024.08.06 04:02:22.164050 [ 3 ] {} <Debug> HTTP-Session: 504122a4-a04f-4029-b0c5-6af02a16df3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5554 | 2024.08.06 04:02:22.164070 [ 3 ] {} <Debug> HTTP-Session: 504122a4-a04f-4029-b0c5-6af02a16df3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5555 | 2024.08.06 04:02:22.164159 [ 3 ] {} <Trace> HTTP-Session: 504122a4-a04f-4029-b0c5-6af02a16df3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5556 | 2024.08.06 04:02:22.164302 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part | ||
5557 | 2024.08.06 04:02:22.164340 [ 3 ] {d0b3bacd-1bc0-4805-8c38-c87f5177738f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5558 | 2024.08.06 04:02:22.164423 [ 3 ] {d0b3bacd-1bc0-4805-8c38-c87f5177738f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5559 | 2024.08.06 04:02:22.164900 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
5560 | 2024.08.06 04:02:22.165047 [ 3 ] {d0b3bacd-1bc0-4805-8c38-c87f5177738f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5561 | 2024.08.06 04:02:22.165450 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part | ||
5562 | 2024.08.06 04:02:22.166007 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
5563 | 2024.08.06 04:02:22.166056 [ 3 ] {d0b3bacd-1bc0-4805-8c38-c87f5177738f} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5564 | 2024.08.06 04:02:22.166109 [ 3 ] {d0b3bacd-1bc0-4805-8c38-c87f5177738f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5565 | 2024.08.06 04:02:22.166519 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 22 rows starting from the beginning of the part | ||
5566 | 2024.08.06 04:02:22.167225 [ 3 ] {d0b3bacd-1bc0-4805-8c38-c87f5177738f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5567 | 2024.08.06 04:02:22.167733 [ 3 ] {d0b3bacd-1bc0-4805-8c38-c87f5177738f} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5568 | 2024.08.06 04:02:22.167872 [ 3 ] {d0b3bacd-1bc0-4805-8c38-c87f5177738f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003578 sec., 6428.172163219676 rows/sec., 347.72 KiB/sec. | ||
5569 | 2024.08.06 04:02:22.168034 [ 3 ] {d0b3bacd-1bc0-4805-8c38-c87f5177738f} <Debug> DynamicQueryHandler: Done processing query | ||
5570 | 2024.08.06 04:02:22.168060 [ 3 ] {d0b3bacd-1bc0-4805-8c38-c87f5177738f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5571 | 2024.08.06 04:02:22.168082 [ 3 ] {} <Debug> HTTP-Session: 504122a4-a04f-4029-b0c5-6af02a16df3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5572 | 2024.08.06 04:02:22.168243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5573 | 2024.08.06 04:02:22.168299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5574 | 2024.08.06 04:02:22.168330 [ 3 ] {} <Debug> HTTP-Session: 1b4ca712-fe09-4c4f-8e8d-6dc1c9f80064 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5575 | 2024.08.06 04:02:22.168356 [ 3 ] {} <Debug> HTTP-Session: 1b4ca712-fe09-4c4f-8e8d-6dc1c9f80064 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5576 | 2024.08.06 04:02:22.168381 [ 3 ] {} <Debug> HTTP-Session: 1b4ca712-fe09-4c4f-8e8d-6dc1c9f80064 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5577 | 2024.08.06 04:02:22.168439 [ 3 ] {} <Trace> HTTP-Session: 1b4ca712-fe09-4c4f-8e8d-6dc1c9f80064 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5578 | 2024.08.06 04:02:22.168594 [ 3 ] {a41473fd-0c14-4481-ac0b-ec7986de822f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5579 | 2024.08.06 04:02:22.168657 [ 3 ] {a41473fd-0c14-4481-ac0b-ec7986de822f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5580 | 2024.08.06 04:02:22.169015 [ 3 ] {a41473fd-0c14-4481-ac0b-ec7986de822f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5581 | 2024.08.06 04:02:22.169617 [ 3 ] {a41473fd-0c14-4481-ac0b-ec7986de822f} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5582 | 2024.08.06 04:02:22.169664 [ 3 ] {a41473fd-0c14-4481-ac0b-ec7986de822f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5583 | 2024.08.06 04:02:22.170444 [ 3 ] {a41473fd-0c14-4481-ac0b-ec7986de822f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5584 | 2024.08.06 04:02:22.170943 [ 3 ] {a41473fd-0c14-4481-ac0b-ec7986de822f} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5585 | 2024.08.06 04:02:22.171076 [ 3 ] {a41473fd-0c14-4481-ac0b-ec7986de822f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002536 sec., 23659.30599369085 rows/sec., 1.59 MiB/sec. | ||
5586 | 2024.08.06 04:02:22.171082 [ 136 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5587 | 2024.08.06 04:02:22.171157 [ 136 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5588 | 2024.08.06 04:02:22.171225 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5589 | 2024.08.06 04:02:22.171392 [ 3 ] {a41473fd-0c14-4481-ac0b-ec7986de822f} <Debug> DynamicQueryHandler: Done processing query | ||
5590 | 2024.08.06 04:02:22.171412 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
5591 | 2024.08.06 04:02:22.171427 [ 3 ] {a41473fd-0c14-4481-ac0b-ec7986de822f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5592 | 2024.08.06 04:02:22.171540 [ 3 ] {} <Debug> HTTP-Session: 1b4ca712-fe09-4c4f-8e8d-6dc1c9f80064 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5593 | 2024.08.06 04:02:22.172003 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5594 | 2024.08.06 04:02:22.172116 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1238 rows starting from the beginning of the part | ||
5595 | 2024.08.06 04:02:22.172469 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
5596 | 2024.08.06 04:02:22.172738 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
5597 | 2024.08.06 04:02:22.172740 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 19 columns (19 merged, 0 gathered) in 0.009341889 sec., 29330.256439570196 rows/sec., 52.56 MiB/sec. | ||
5598 | 2024.08.06 04:02:22.172863 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
5599 | 2024.08.06 04:02:22.173098 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
5600 | 2024.08.06 04:02:22.173378 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
5601 | 2024.08.06 04:02:22.173805 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5602 | 2024.08.06 04:02:22.174783 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5603 | 2024.08.06 04:02:22.174903 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5604 | 2024.08.06 04:02:22.175061 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
5605 | 2024.08.06 04:02:22.175315 [ 200 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1538 rows, containing 4 columns (4 merged, 0 gathered) in 0.004009644 sec., 383575.2001923363 rows/sec., 25.87 MiB/sec. | ||
5606 | 2024.08.06 04:02:22.175534 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5607 | 2024.08.06 04:02:22.175898 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_26_5} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5608 | 2024.08.06 04:02:22.175972 [ 187 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_26_5} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5609 | 2024.08.06 04:02:22.176042 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
5610 | 2024.08.06 04:02:23.000151 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.93 MiB, peak 194.01 MiB, free memory in arenas 0.00 B, will set to 186.68 MiB (RSS), difference: 1.74 MiB | ||
5611 | 2024.08.06 04:02:27.125204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5612 | 2024.08.06 04:02:27.125326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5613 | 2024.08.06 04:02:27.125355 [ 3 ] {} <Debug> HTTP-Session: 5819868a-abcf-49fa-9ee5-06598add1c85 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5614 | 2024.08.06 04:02:27.125383 [ 3 ] {} <Debug> HTTP-Session: 5819868a-abcf-49fa-9ee5-06598add1c85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5615 | 2024.08.06 04:02:27.125402 [ 3 ] {} <Debug> HTTP-Session: 5819868a-abcf-49fa-9ee5-06598add1c85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5616 | 2024.08.06 04:02:27.125456 [ 3 ] {} <Trace> HTTP-Session: 5819868a-abcf-49fa-9ee5-06598add1c85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5617 | 2024.08.06 04:02:27.125655 [ 3 ] {fa2e70ef-be4d-49b7-93a0-407cf7ae4c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5618 | 2024.08.06 04:02:27.125728 [ 3 ] {fa2e70ef-be4d-49b7-93a0-407cf7ae4c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5619 | 2024.08.06 04:02:27.125940 [ 3 ] {fa2e70ef-be4d-49b7-93a0-407cf7ae4c5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5620 | 2024.08.06 04:02:27.126345 [ 3 ] {fa2e70ef-be4d-49b7-93a0-407cf7ae4c5d} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5621 | 2024.08.06 04:02:27.126382 [ 3 ] {fa2e70ef-be4d-49b7-93a0-407cf7ae4c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5622 | 2024.08.06 04:02:27.126763 [ 3 ] {fa2e70ef-be4d-49b7-93a0-407cf7ae4c5d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5623 | 2024.08.06 04:02:27.127103 [ 3 ] {fa2e70ef-be4d-49b7-93a0-407cf7ae4c5d} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5624 | 2024.08.06 04:02:27.127245 [ 3 ] {fa2e70ef-be4d-49b7-93a0-407cf7ae4c5d} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001655 sec., 6646.525679758308 rows/sec., 538.73 KiB/sec. | ||
5625 | 2024.08.06 04:02:27.127424 [ 3 ] {fa2e70ef-be4d-49b7-93a0-407cf7ae4c5d} <Debug> DynamicQueryHandler: Done processing query | ||
5626 | 2024.08.06 04:02:27.127450 [ 3 ] {fa2e70ef-be4d-49b7-93a0-407cf7ae4c5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5627 | 2024.08.06 04:02:27.127466 [ 3 ] {} <Debug> HTTP-Session: 5819868a-abcf-49fa-9ee5-06598add1c85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5628 | 2024.08.06 04:02:27.127608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5629 | 2024.08.06 04:02:27.127654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5630 | 2024.08.06 04:02:27.127674 [ 3 ] {} <Debug> HTTP-Session: e7a0fa9b-1b71-4551-8ac2-d19d2fe390cc Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5631 | 2024.08.06 04:02:27.127692 [ 3 ] {} <Debug> HTTP-Session: e7a0fa9b-1b71-4551-8ac2-d19d2fe390cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5632 | 2024.08.06 04:02:27.127705 [ 3 ] {} <Debug> HTTP-Session: e7a0fa9b-1b71-4551-8ac2-d19d2fe390cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5633 | 2024.08.06 04:02:27.127735 [ 3 ] {} <Trace> HTTP-Session: e7a0fa9b-1b71-4551-8ac2-d19d2fe390cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5634 | 2024.08.06 04:02:27.127855 [ 3 ] {30ad3d6f-7657-4ace-a1a2-850b205e9d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5635 | 2024.08.06 04:02:27.127899 [ 3 ] {30ad3d6f-7657-4ace-a1a2-850b205e9d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5636 | 2024.08.06 04:02:27.128023 [ 3 ] {30ad3d6f-7657-4ace-a1a2-850b205e9d3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5637 | 2024.08.06 04:02:27.128424 [ 3 ] {30ad3d6f-7657-4ace-a1a2-850b205e9d3a} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5638 | 2024.08.06 04:02:27.128461 [ 3 ] {30ad3d6f-7657-4ace-a1a2-850b205e9d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5639 | 2024.08.06 04:02:27.128789 [ 3 ] {30ad3d6f-7657-4ace-a1a2-850b205e9d3a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5640 | 2024.08.06 04:02:27.129099 [ 3 ] {30ad3d6f-7657-4ace-a1a2-850b205e9d3a} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5641 | 2024.08.06 04:02:27.129225 [ 3 ] {30ad3d6f-7657-4ace-a1a2-850b205e9d3a} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001415 sec., 62897.526501766784 rows/sec., 5.08 MiB/sec. | ||
5642 | 2024.08.06 04:02:27.129383 [ 3 ] {30ad3d6f-7657-4ace-a1a2-850b205e9d3a} <Debug> DynamicQueryHandler: Done processing query | ||
5643 | 2024.08.06 04:02:27.129409 [ 3 ] {30ad3d6f-7657-4ace-a1a2-850b205e9d3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5644 | 2024.08.06 04:02:27.129427 [ 3 ] {} <Debug> HTTP-Session: e7a0fa9b-1b71-4551-8ac2-d19d2fe390cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5645 | 2024.08.06 04:02:27.129565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5646 | 2024.08.06 04:02:27.129611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5647 | 2024.08.06 04:02:27.129630 [ 3 ] {} <Debug> HTTP-Session: a22efa6d-2132-4d9e-aef8-f909e80aaefe Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5648 | 2024.08.06 04:02:27.129646 [ 3 ] {} <Debug> HTTP-Session: a22efa6d-2132-4d9e-aef8-f909e80aaefe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5649 | 2024.08.06 04:02:27.129661 [ 3 ] {} <Debug> HTTP-Session: a22efa6d-2132-4d9e-aef8-f909e80aaefe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5650 | 2024.08.06 04:02:27.129691 [ 3 ] {} <Trace> HTTP-Session: a22efa6d-2132-4d9e-aef8-f909e80aaefe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5651 | 2024.08.06 04:02:27.129805 [ 3 ] {ed2ee661-e405-4b19-a77e-c65e68ca4bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5652 | 2024.08.06 04:02:27.129846 [ 3 ] {ed2ee661-e405-4b19-a77e-c65e68ca4bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5653 | 2024.08.06 04:02:27.129970 [ 3 ] {ed2ee661-e405-4b19-a77e-c65e68ca4bed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5654 | 2024.08.06 04:02:27.130308 [ 3 ] {ed2ee661-e405-4b19-a77e-c65e68ca4bed} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5655 | 2024.08.06 04:02:27.130344 [ 3 ] {ed2ee661-e405-4b19-a77e-c65e68ca4bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5656 | 2024.08.06 04:02:27.130656 [ 3 ] {ed2ee661-e405-4b19-a77e-c65e68ca4bed} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5657 | 2024.08.06 04:02:27.130974 [ 3 ] {ed2ee661-e405-4b19-a77e-c65e68ca4bed} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5658 | 2024.08.06 04:02:27.131109 [ 3 ] {ed2ee661-e405-4b19-a77e-c65e68ca4bed} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001344 sec., 55803.571428571435 rows/sec., 4.36 MiB/sec. | ||
5659 | 2024.08.06 04:02:27.131277 [ 3 ] {ed2ee661-e405-4b19-a77e-c65e68ca4bed} <Debug> DynamicQueryHandler: Done processing query | ||
5660 | 2024.08.06 04:02:27.131301 [ 3 ] {ed2ee661-e405-4b19-a77e-c65e68ca4bed} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5661 | 2024.08.06 04:02:27.131317 [ 3 ] {} <Debug> HTTP-Session: a22efa6d-2132-4d9e-aef8-f909e80aaefe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5662 | 2024.08.06 04:02:27.131486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5663 | 2024.08.06 04:02:27.131533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5664 | 2024.08.06 04:02:27.131553 [ 3 ] {} <Debug> HTTP-Session: 0ea9a197-94f1-4b63-9c80-4fe3067bdc7a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5665 | 2024.08.06 04:02:27.131569 [ 3 ] {} <Debug> HTTP-Session: 0ea9a197-94f1-4b63-9c80-4fe3067bdc7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5666 | 2024.08.06 04:02:27.131585 [ 3 ] {} <Debug> HTTP-Session: 0ea9a197-94f1-4b63-9c80-4fe3067bdc7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5667 | 2024.08.06 04:02:27.131614 [ 3 ] {} <Trace> HTTP-Session: 0ea9a197-94f1-4b63-9c80-4fe3067bdc7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5668 | 2024.08.06 04:02:27.131756 [ 3 ] {93af7699-7c0d-4687-aca2-c1280abeaeab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5669 | 2024.08.06 04:02:27.131805 [ 3 ] {93af7699-7c0d-4687-aca2-c1280abeaeab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5670 | 2024.08.06 04:02:27.131946 [ 3 ] {93af7699-7c0d-4687-aca2-c1280abeaeab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5671 | 2024.08.06 04:02:27.132353 [ 3 ] {93af7699-7c0d-4687-aca2-c1280abeaeab} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5672 | 2024.08.06 04:02:27.132391 [ 3 ] {93af7699-7c0d-4687-aca2-c1280abeaeab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5673 | 2024.08.06 04:02:27.132835 [ 3 ] {93af7699-7c0d-4687-aca2-c1280abeaeab} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5674 | 2024.08.06 04:02:27.133186 [ 3 ] {93af7699-7c0d-4687-aca2-c1280abeaeab} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5675 | 2024.08.06 04:02:27.133347 [ 3 ] {93af7699-7c0d-4687-aca2-c1280abeaeab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001654 sec., 96735.18742442563 rows/sec., 6.74 MiB/sec. | ||
5676 | 2024.08.06 04:02:27.133517 [ 3 ] {93af7699-7c0d-4687-aca2-c1280abeaeab} <Debug> DynamicQueryHandler: Done processing query | ||
5677 | 2024.08.06 04:02:27.133541 [ 3 ] {93af7699-7c0d-4687-aca2-c1280abeaeab} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5678 | 2024.08.06 04:02:27.133558 [ 3 ] {} <Debug> HTTP-Session: 0ea9a197-94f1-4b63-9c80-4fe3067bdc7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5679 | 2024.08.06 04:02:27.133700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5680 | 2024.08.06 04:02:27.133748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5681 | 2024.08.06 04:02:27.133766 [ 3 ] {} <Debug> HTTP-Session: 8d210121-6bc7-4904-9f28-c2ad260f32f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5682 | 2024.08.06 04:02:27.133783 [ 3 ] {} <Debug> HTTP-Session: 8d210121-6bc7-4904-9f28-c2ad260f32f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5683 | 2024.08.06 04:02:27.133796 [ 3 ] {} <Debug> HTTP-Session: 8d210121-6bc7-4904-9f28-c2ad260f32f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5684 | 2024.08.06 04:02:27.133826 [ 3 ] {} <Trace> HTTP-Session: 8d210121-6bc7-4904-9f28-c2ad260f32f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5685 | 2024.08.06 04:02:27.134024 [ 3 ] {582febb9-6421-4c17-a565-f4606e47fb9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5686 | 2024.08.06 04:02:27.134090 [ 3 ] {582febb9-6421-4c17-a565-f4606e47fb9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5687 | 2024.08.06 04:02:27.134494 [ 3 ] {582febb9-6421-4c17-a565-f4606e47fb9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5688 | 2024.08.06 04:02:27.135038 [ 3 ] {582febb9-6421-4c17-a565-f4606e47fb9d} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5689 | 2024.08.06 04:02:27.135074 [ 3 ] {582febb9-6421-4c17-a565-f4606e47fb9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5690 | 2024.08.06 04:02:27.135677 [ 3 ] {582febb9-6421-4c17-a565-f4606e47fb9d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5691 | 2024.08.06 04:02:27.136080 [ 3 ] {582febb9-6421-4c17-a565-f4606e47fb9d} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5692 | 2024.08.06 04:02:27.136268 [ 3 ] {582febb9-6421-4c17-a565-f4606e47fb9d} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002362 sec., 4657.070279424217 rows/sec., 8.35 MiB/sec. | ||
5693 | 2024.08.06 04:02:27.136485 [ 3 ] {582febb9-6421-4c17-a565-f4606e47fb9d} <Debug> DynamicQueryHandler: Done processing query | ||
5694 | 2024.08.06 04:02:27.136510 [ 3 ] {582febb9-6421-4c17-a565-f4606e47fb9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
5695 | 2024.08.06 04:02:27.136526 [ 3 ] {} <Debug> HTTP-Session: 8d210121-6bc7-4904-9f28-c2ad260f32f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5696 | 2024.08.06 04:02:27.136655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5697 | 2024.08.06 04:02:27.136703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5698 | 2024.08.06 04:02:27.136723 [ 3 ] {} <Debug> HTTP-Session: cd1d854f-d3f8-42f4-8306-9bbab74ab167 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5699 | 2024.08.06 04:02:27.136739 [ 3 ] {} <Debug> HTTP-Session: cd1d854f-d3f8-42f4-8306-9bbab74ab167 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5700 | 2024.08.06 04:02:27.136752 [ 3 ] {} <Debug> HTTP-Session: cd1d854f-d3f8-42f4-8306-9bbab74ab167 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5701 | 2024.08.06 04:02:27.136782 [ 3 ] {} <Trace> HTTP-Session: cd1d854f-d3f8-42f4-8306-9bbab74ab167 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5702 | 2024.08.06 04:02:27.136899 [ 3 ] {7edb4760-3604-46ef-bb1b-d611d9853176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5703 | 2024.08.06 04:02:27.136944 [ 3 ] {7edb4760-3604-46ef-bb1b-d611d9853176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5704 | 2024.08.06 04:02:27.137071 [ 3 ] {7edb4760-3604-46ef-bb1b-d611d9853176} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5705 | 2024.08.06 04:02:27.137379 [ 3 ] {7edb4760-3604-46ef-bb1b-d611d9853176} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5706 | 2024.08.06 04:02:27.137414 [ 3 ] {7edb4760-3604-46ef-bb1b-d611d9853176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5707 | 2024.08.06 04:02:27.137773 [ 3 ] {7edb4760-3604-46ef-bb1b-d611d9853176} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5708 | 2024.08.06 04:02:27.138128 [ 3 ] {7edb4760-3604-46ef-bb1b-d611d9853176} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5709 | 2024.08.06 04:02:27.138324 [ 3 ] {7edb4760-3604-46ef-bb1b-d611d9853176} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 2.75 MiB/sec. | ||
5710 | 2024.08.06 04:02:27.138493 [ 3 ] {7edb4760-3604-46ef-bb1b-d611d9853176} <Debug> DynamicQueryHandler: Done processing query | ||
5711 | 2024.08.06 04:02:27.138518 [ 3 ] {7edb4760-3604-46ef-bb1b-d611d9853176} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5712 | 2024.08.06 04:02:27.138535 [ 3 ] {} <Debug> HTTP-Session: cd1d854f-d3f8-42f4-8306-9bbab74ab167 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5713 | 2024.08.06 04:02:32.131661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5714 | 2024.08.06 04:02:32.131853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5715 | 2024.08.06 04:02:32.131900 [ 3 ] {} <Debug> HTTP-Session: c9a280db-1eeb-409a-83db-8bd78c787779 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5716 | 2024.08.06 04:02:32.131941 [ 3 ] {} <Debug> HTTP-Session: c9a280db-1eeb-409a-83db-8bd78c787779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5717 | 2024.08.06 04:02:32.131970 [ 3 ] {} <Debug> HTTP-Session: c9a280db-1eeb-409a-83db-8bd78c787779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5718 | 2024.08.06 04:02:32.132050 [ 3 ] {} <Trace> HTTP-Session: c9a280db-1eeb-409a-83db-8bd78c787779 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5719 | 2024.08.06 04:02:32.132246 [ 3 ] {b17d232c-e22d-4b66-9298-334e88c9a575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5720 | 2024.08.06 04:02:32.132313 [ 3 ] {b17d232c-e22d-4b66-9298-334e88c9a575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5721 | 2024.08.06 04:02:32.132512 [ 3 ] {b17d232c-e22d-4b66-9298-334e88c9a575} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5722 | 2024.08.06 04:02:32.132989 [ 3 ] {b17d232c-e22d-4b66-9298-334e88c9a575} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5723 | 2024.08.06 04:02:32.133031 [ 3 ] {b17d232c-e22d-4b66-9298-334e88c9a575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5724 | 2024.08.06 04:02:32.133412 [ 3 ] {b17d232c-e22d-4b66-9298-334e88c9a575} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5725 | 2024.08.06 04:02:32.133757 [ 3 ] {b17d232c-e22d-4b66-9298-334e88c9a575} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5726 | 2024.08.06 04:02:32.133896 [ 124 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5727 | 2024.08.06 04:02:32.133901 [ 3 ] {b17d232c-e22d-4b66-9298-334e88c9a575} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001716 sec., 16317.016317016316 rows/sec., 1.21 MiB/sec. | ||
5728 | 2024.08.06 04:02:32.133948 [ 124 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5729 | 2024.08.06 04:02:32.133987 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5730 | 2024.08.06 04:02:32.134181 [ 3 ] {b17d232c-e22d-4b66-9298-334e88c9a575} <Debug> DynamicQueryHandler: Done processing query | ||
5731 | 2024.08.06 04:02:32.134225 [ 3 ] {b17d232c-e22d-4b66-9298-334e88c9a575} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5732 | 2024.08.06 04:02:32.134246 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::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 | ||
5733 | 2024.08.06 04:02:32.134305 [ 3 ] {} <Debug> HTTP-Session: c9a280db-1eeb-409a-83db-8bd78c787779 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5734 | 2024.08.06 04:02:32.134634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5735 | 2024.08.06 04:02:32.134751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5736 | 2024.08.06 04:02:32.134751 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5737 | 2024.08.06 04:02:32.134773 [ 3 ] {} <Debug> HTTP-Session: d71bd7a9-eb7d-48cf-a70f-a2305efa430c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5738 | 2024.08.06 04:02:32.134800 [ 3 ] {} <Debug> HTTP-Session: d71bd7a9-eb7d-48cf-a70f-a2305efa430c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5739 | 2024.08.06 04:02:32.134805 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 39 rows starting from the beginning of the part | ||
5740 | 2024.08.06 04:02:32.134816 [ 3 ] {} <Debug> HTTP-Session: d71bd7a9-eb7d-48cf-a70f-a2305efa430c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5741 | 2024.08.06 04:02:32.134857 [ 3 ] {} <Trace> HTTP-Session: d71bd7a9-eb7d-48cf-a70f-a2305efa430c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5742 | 2024.08.06 04:02:32.134980 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part | ||
5743 | 2024.08.06 04:02:32.135235 [ 3 ] {0a3c7ad4-66a1-4360-8038-7332a25b8baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5744 | 2024.08.06 04:02:32.135255 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 11 rows starting from the beginning of the part | ||
5745 | 2024.08.06 04:02:32.135333 [ 3 ] {0a3c7ad4-66a1-4360-8038-7332a25b8baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5746 | 2024.08.06 04:02:32.135541 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 28 rows starting from the beginning of the part | ||
5747 | 2024.08.06 04:02:32.135833 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 11 rows starting from the beginning of the part | ||
5748 | 2024.08.06 04:02:32.136099 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part | ||
5749 | 2024.08.06 04:02:32.136596 [ 3 ] {0a3c7ad4-66a1-4360-8038-7332a25b8baf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5750 | 2024.08.06 04:02:32.137249 [ 3 ] {0a3c7ad4-66a1-4360-8038-7332a25b8baf} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5751 | 2024.08.06 04:02:32.137291 [ 3 ] {0a3c7ad4-66a1-4360-8038-7332a25b8baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5752 | 2024.08.06 04:02:32.137801 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 4 columns (4 merged, 0 gathered) in 0.003740478 sec., 38765.09900606286 rows/sec., 2.92 MiB/sec. | ||
5753 | 2024.08.06 04:02:32.137838 [ 3 ] {0a3c7ad4-66a1-4360-8038-7332a25b8baf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5754 | 2024.08.06 04:02:32.138000 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5755 | 2024.08.06 04:02:32.138319 [ 3 ] {0a3c7ad4-66a1-4360-8038-7332a25b8baf} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5756 | 2024.08.06 04:02:32.138551 [ 3 ] {0a3c7ad4-66a1-4360-8038-7332a25b8baf} <Debug> executeQuery: Read 227 rows, 20.47 KiB in 0.003529 sec., 64324.17115330122 rows/sec., 5.66 MiB/sec. | ||
5757 | 2024.08.06 04:02:32.138698 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_21_4} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5758 | 2024.08.06 04:02:32.138781 [ 3 ] {0a3c7ad4-66a1-4360-8038-7332a25b8baf} <Debug> DynamicQueryHandler: Done processing query | ||
5759 | 2024.08.06 04:02:32.138811 [ 3 ] {0a3c7ad4-66a1-4360-8038-7332a25b8baf} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
5760 | 2024.08.06 04:02:32.138810 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_21_4} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5761 | 2024.08.06 04:02:32.138830 [ 3 ] {} <Debug> HTTP-Session: d71bd7a9-eb7d-48cf-a70f-a2305efa430c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5762 | 2024.08.06 04:02:32.138911 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
5763 | 2024.08.06 04:02:32.139042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5764 | 2024.08.06 04:02:32.139096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5765 | 2024.08.06 04:02:32.139117 [ 3 ] {} <Debug> HTTP-Session: 70636932-196d-4833-a452-c14d761abef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5766 | 2024.08.06 04:02:32.139133 [ 3 ] {} <Debug> HTTP-Session: 70636932-196d-4833-a452-c14d761abef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5767 | 2024.08.06 04:02:32.139147 [ 3 ] {} <Debug> HTTP-Session: 70636932-196d-4833-a452-c14d761abef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5768 | 2024.08.06 04:02:32.139179 [ 3 ] {} <Trace> HTTP-Session: 70636932-196d-4833-a452-c14d761abef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5769 | 2024.08.06 04:02:32.139393 [ 3 ] {1eef42d2-51e4-4b83-9c67-b3a246b38519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5770 | 2024.08.06 04:02:32.139437 [ 3 ] {1eef42d2-51e4-4b83-9c67-b3a246b38519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5771 | 2024.08.06 04:02:32.139563 [ 3 ] {1eef42d2-51e4-4b83-9c67-b3a246b38519} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5772 | 2024.08.06 04:02:32.140092 [ 3 ] {1eef42d2-51e4-4b83-9c67-b3a246b38519} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5773 | 2024.08.06 04:02:32.140129 [ 3 ] {1eef42d2-51e4-4b83-9c67-b3a246b38519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5774 | 2024.08.06 04:02:32.140461 [ 3 ] {1eef42d2-51e4-4b83-9c67-b3a246b38519} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5775 | 2024.08.06 04:02:32.140794 [ 3 ] {1eef42d2-51e4-4b83-9c67-b3a246b38519} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5776 | 2024.08.06 04:02:32.140928 [ 3 ] {1eef42d2-51e4-4b83-9c67-b3a246b38519} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.001641 sec., 246191.3467397928 rows/sec., 17.40 MiB/sec. | ||
5777 | 2024.08.06 04:02:32.141259 [ 3 ] {1eef42d2-51e4-4b83-9c67-b3a246b38519} <Debug> DynamicQueryHandler: Done processing query | ||
5778 | 2024.08.06 04:02:32.141305 [ 3 ] {1eef42d2-51e4-4b83-9c67-b3a246b38519} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5779 | 2024.08.06 04:02:32.141336 [ 3 ] {} <Debug> HTTP-Session: 70636932-196d-4833-a452-c14d761abef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5780 | 2024.08.06 04:02:32.141493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5781 | 2024.08.06 04:02:32.141545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5782 | 2024.08.06 04:02:32.141564 [ 3 ] {} <Debug> HTTP-Session: 333826b1-9ec3-4663-bea7-74ba1fa56c46 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5783 | 2024.08.06 04:02:32.141580 [ 3 ] {} <Debug> HTTP-Session: 333826b1-9ec3-4663-bea7-74ba1fa56c46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5784 | 2024.08.06 04:02:32.141594 [ 3 ] {} <Debug> HTTP-Session: 333826b1-9ec3-4663-bea7-74ba1fa56c46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5785 | 2024.08.06 04:02:32.141650 [ 3 ] {} <Trace> HTTP-Session: 333826b1-9ec3-4663-bea7-74ba1fa56c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5786 | 2024.08.06 04:02:32.141756 [ 3 ] {92978c6a-4b61-41c7-9d34-b76a21d7bad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5787 | 2024.08.06 04:02:32.141805 [ 3 ] {92978c6a-4b61-41c7-9d34-b76a21d7bad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5788 | 2024.08.06 04:02:32.141958 [ 3 ] {92978c6a-4b61-41c7-9d34-b76a21d7bad7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5789 | 2024.08.06 04:02:32.142218 [ 3 ] {92978c6a-4b61-41c7-9d34-b76a21d7bad7} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5790 | 2024.08.06 04:02:32.142254 [ 3 ] {92978c6a-4b61-41c7-9d34-b76a21d7bad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5791 | 2024.08.06 04:02:32.142613 [ 3 ] {92978c6a-4b61-41c7-9d34-b76a21d7bad7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5792 | 2024.08.06 04:02:32.142940 [ 3 ] {92978c6a-4b61-41c7-9d34-b76a21d7bad7} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5793 | 2024.08.06 04:02:32.143073 [ 3 ] {92978c6a-4b61-41c7-9d34-b76a21d7bad7} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001343 sec., 4467.6098287416235 rows/sec., 191.97 KiB/sec. | ||
5794 | 2024.08.06 04:02:32.143240 [ 3 ] {92978c6a-4b61-41c7-9d34-b76a21d7bad7} <Debug> DynamicQueryHandler: Done processing query | ||
5795 | 2024.08.06 04:02:32.143265 [ 3 ] {92978c6a-4b61-41c7-9d34-b76a21d7bad7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5796 | 2024.08.06 04:02:32.143281 [ 3 ] {} <Debug> HTTP-Session: 333826b1-9ec3-4663-bea7-74ba1fa56c46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5797 | 2024.08.06 04:02:32.143450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5798 | 2024.08.06 04:02:32.143499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5799 | 2024.08.06 04:02:32.143519 [ 3 ] {} <Debug> HTTP-Session: 38e37bca-4ada-45fe-aa12-8477792e8785 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5800 | 2024.08.06 04:02:32.143535 [ 3 ] {} <Debug> HTTP-Session: 38e37bca-4ada-45fe-aa12-8477792e8785 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5801 | 2024.08.06 04:02:32.143549 [ 3 ] {} <Debug> HTTP-Session: 38e37bca-4ada-45fe-aa12-8477792e8785 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5802 | 2024.08.06 04:02:32.143579 [ 3 ] {} <Trace> HTTP-Session: 38e37bca-4ada-45fe-aa12-8477792e8785 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5803 | 2024.08.06 04:02:32.143716 [ 3 ] {300438e9-d5d1-44dc-a029-87abf01cdf98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5804 | 2024.08.06 04:02:32.143764 [ 3 ] {300438e9-d5d1-44dc-a029-87abf01cdf98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5805 | 2024.08.06 04:02:32.143905 [ 3 ] {300438e9-d5d1-44dc-a029-87abf01cdf98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5806 | 2024.08.06 04:02:32.144380 [ 3 ] {300438e9-d5d1-44dc-a029-87abf01cdf98} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5807 | 2024.08.06 04:02:32.144416 [ 3 ] {300438e9-d5d1-44dc-a029-87abf01cdf98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5808 | 2024.08.06 04:02:32.144783 [ 3 ] {300438e9-d5d1-44dc-a029-87abf01cdf98} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5809 | 2024.08.06 04:02:32.145120 [ 3 ] {300438e9-d5d1-44dc-a029-87abf01cdf98} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5810 | 2024.08.06 04:02:32.145254 [ 3 ] {300438e9-d5d1-44dc-a029-87abf01cdf98} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.0016 sec., 48125 rows/sec., 2.96 MiB/sec. | ||
5811 | 2024.08.06 04:02:32.145463 [ 3 ] {300438e9-d5d1-44dc-a029-87abf01cdf98} <Debug> DynamicQueryHandler: Done processing query | ||
5812 | 2024.08.06 04:02:32.145488 [ 3 ] {300438e9-d5d1-44dc-a029-87abf01cdf98} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5813 | 2024.08.06 04:02:32.145504 [ 3 ] {} <Debug> HTTP-Session: 38e37bca-4ada-45fe-aa12-8477792e8785 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5814 | 2024.08.06 04:02:32.145682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5815 | 2024.08.06 04:02:32.145733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5816 | 2024.08.06 04:02:32.145753 [ 3 ] {} <Debug> HTTP-Session: db565a22-7b36-43da-a173-179addc7d1ec Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5817 | 2024.08.06 04:02:32.145769 [ 3 ] {} <Debug> HTTP-Session: db565a22-7b36-43da-a173-179addc7d1ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5818 | 2024.08.06 04:02:32.145783 [ 3 ] {} <Debug> HTTP-Session: db565a22-7b36-43da-a173-179addc7d1ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5819 | 2024.08.06 04:02:32.145813 [ 3 ] {} <Trace> HTTP-Session: db565a22-7b36-43da-a173-179addc7d1ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5820 | 2024.08.06 04:02:32.145963 [ 3 ] {f9fef045-72c8-476e-a4ad-b7794f49ff04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5821 | 2024.08.06 04:02:32.146008 [ 3 ] {f9fef045-72c8-476e-a4ad-b7794f49ff04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5822 | 2024.08.06 04:02:32.146147 [ 3 ] {f9fef045-72c8-476e-a4ad-b7794f49ff04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5823 | 2024.08.06 04:02:32.146583 [ 3 ] {f9fef045-72c8-476e-a4ad-b7794f49ff04} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5824 | 2024.08.06 04:02:32.146620 [ 3 ] {f9fef045-72c8-476e-a4ad-b7794f49ff04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5825 | 2024.08.06 04:02:32.146986 [ 3 ] {f9fef045-72c8-476e-a4ad-b7794f49ff04} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5826 | 2024.08.06 04:02:32.147332 [ 3 ] {f9fef045-72c8-476e-a4ad-b7794f49ff04} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5827 | 2024.08.06 04:02:32.147469 [ 3 ] {f9fef045-72c8-476e-a4ad-b7794f49ff04} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001579 sec., 101329.9556681444 rows/sec., 7.06 MiB/sec. | ||
5828 | 2024.08.06 04:02:32.147639 [ 3 ] {f9fef045-72c8-476e-a4ad-b7794f49ff04} <Debug> DynamicQueryHandler: Done processing query | ||
5829 | 2024.08.06 04:02:32.147663 [ 3 ] {f9fef045-72c8-476e-a4ad-b7794f49ff04} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5830 | 2024.08.06 04:02:32.147679 [ 3 ] {} <Debug> HTTP-Session: db565a22-7b36-43da-a173-179addc7d1ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5831 | 2024.08.06 04:02:32.147843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35320, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5832 | 2024.08.06 04:02:32.147891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5833 | 2024.08.06 04:02:32.147910 [ 3 ] {} <Debug> HTTP-Session: 269cee3f-48fe-4582-b110-3d6b820e499f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5834 | 2024.08.06 04:02:32.147927 [ 3 ] {} <Debug> HTTP-Session: 269cee3f-48fe-4582-b110-3d6b820e499f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5835 | 2024.08.06 04:02:32.147941 [ 3 ] {} <Debug> HTTP-Session: 269cee3f-48fe-4582-b110-3d6b820e499f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5836 | 2024.08.06 04:02:32.147972 [ 3 ] {} <Trace> HTTP-Session: 269cee3f-48fe-4582-b110-3d6b820e499f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5837 | 2024.08.06 04:02:32.148342 [ 3 ] {c54b5aab-5685-4b81-b360-da50b305d6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5838 | 2024.08.06 04:02:32.148409 [ 3 ] {c54b5aab-5685-4b81-b360-da50b305d6c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5839 | 2024.08.06 04:02:32.148807 [ 3 ] {c54b5aab-5685-4b81-b360-da50b305d6c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5840 | 2024.08.06 04:02:32.149434 [ 3 ] {c54b5aab-5685-4b81-b360-da50b305d6c3} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5841 | 2024.08.06 04:02:32.149470 [ 3 ] {c54b5aab-5685-4b81-b360-da50b305d6c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5842 | 2024.08.06 04:02:32.150084 [ 3 ] {c54b5aab-5685-4b81-b360-da50b305d6c3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5843 | 2024.08.06 04:02:32.150502 [ 3 ] {c54b5aab-5685-4b81-b360-da50b305d6c3} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5844 | 2024.08.06 04:02:32.150692 [ 3 ] {c54b5aab-5685-4b81-b360-da50b305d6c3} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002631 sec., 8361.839604713037 rows/sec., 14.98 MiB/sec. | ||
5845 | 2024.08.06 04:02:32.150929 [ 3 ] {c54b5aab-5685-4b81-b360-da50b305d6c3} <Debug> DynamicQueryHandler: Done processing query | ||
5846 | 2024.08.06 04:02:32.150953 [ 3 ] {c54b5aab-5685-4b81-b360-da50b305d6c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5847 | 2024.08.06 04:02:32.150969 [ 3 ] {} <Debug> HTTP-Session: 269cee3f-48fe-4582-b110-3d6b820e499f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5848 | 2024.08.06 04:02:32.151090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5849 | 2024.08.06 04:02:32.151139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5850 | 2024.08.06 04:02:32.151157 [ 3 ] {} <Debug> HTTP-Session: c1cadc32-ea83-4c63-a393-3ff3424d2306 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5851 | 2024.08.06 04:02:32.151174 [ 3 ] {} <Debug> HTTP-Session: c1cadc32-ea83-4c63-a393-3ff3424d2306 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5852 | 2024.08.06 04:02:32.151188 [ 3 ] {} <Debug> HTTP-Session: c1cadc32-ea83-4c63-a393-3ff3424d2306 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5853 | 2024.08.06 04:02:32.151219 [ 3 ] {} <Trace> HTTP-Session: c1cadc32-ea83-4c63-a393-3ff3424d2306 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5854 | 2024.08.06 04:02:32.151321 [ 3 ] {f4f6169b-37fa-40e1-a5ac-c482d04359e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5855 | 2024.08.06 04:02:32.151366 [ 3 ] {f4f6169b-37fa-40e1-a5ac-c482d04359e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5856 | 2024.08.06 04:02:32.151493 [ 3 ] {f4f6169b-37fa-40e1-a5ac-c482d04359e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5857 | 2024.08.06 04:02:32.151777 [ 3 ] {f4f6169b-37fa-40e1-a5ac-c482d04359e6} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5858 | 2024.08.06 04:02:32.151812 [ 3 ] {f4f6169b-37fa-40e1-a5ac-c482d04359e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5859 | 2024.08.06 04:02:32.152165 [ 3 ] {f4f6169b-37fa-40e1-a5ac-c482d04359e6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5860 | 2024.08.06 04:02:32.152496 [ 3 ] {f4f6169b-37fa-40e1-a5ac-c482d04359e6} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5861 | 2024.08.06 04:02:32.152653 [ 3 ] {f4f6169b-37fa-40e1-a5ac-c482d04359e6} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001355 sec., 16974.169741697417 rows/sec., 918.18 KiB/sec. | ||
5862 | 2024.08.06 04:02:32.152823 [ 3 ] {f4f6169b-37fa-40e1-a5ac-c482d04359e6} <Debug> DynamicQueryHandler: Done processing query | ||
5863 | 2024.08.06 04:02:32.152848 [ 3 ] {f4f6169b-37fa-40e1-a5ac-c482d04359e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5864 | 2024.08.06 04:02:32.152864 [ 3 ] {} <Debug> HTTP-Session: c1cadc32-ea83-4c63-a393-3ff3424d2306 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5865 | 2024.08.06 04:02:32.152978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5866 | 2024.08.06 04:02:32.153028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5867 | 2024.08.06 04:02:32.153048 [ 3 ] {} <Debug> HTTP-Session: 2f0d17f8-1f20-4121-abc3-010721e6e50a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5868 | 2024.08.06 04:02:32.153065 [ 3 ] {} <Debug> HTTP-Session: 2f0d17f8-1f20-4121-abc3-010721e6e50a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5869 | 2024.08.06 04:02:32.153079 [ 3 ] {} <Debug> HTTP-Session: 2f0d17f8-1f20-4121-abc3-010721e6e50a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5870 | 2024.08.06 04:02:32.153110 [ 3 ] {} <Trace> HTTP-Session: 2f0d17f8-1f20-4121-abc3-010721e6e50a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5871 | 2024.08.06 04:02:32.153238 [ 3 ] {5f9e7de8-cf08-469b-84b5-19185dd83dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5872 | 2024.08.06 04:02:32.153283 [ 3 ] {5f9e7de8-cf08-469b-84b5-19185dd83dbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5873 | 2024.08.06 04:02:32.153410 [ 3 ] {5f9e7de8-cf08-469b-84b5-19185dd83dbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5874 | 2024.08.06 04:02:32.153705 [ 3 ] {5f9e7de8-cf08-469b-84b5-19185dd83dbd} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5875 | 2024.08.06 04:02:32.153741 [ 3 ] {5f9e7de8-cf08-469b-84b5-19185dd83dbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5876 | 2024.08.06 04:02:32.154110 [ 3 ] {5f9e7de8-cf08-469b-84b5-19185dd83dbd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5877 | 2024.08.06 04:02:32.154437 [ 3 ] {5f9e7de8-cf08-469b-84b5-19185dd83dbd} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5878 | 2024.08.06 04:02:32.154602 [ 3 ] {5f9e7de8-cf08-469b-84b5-19185dd83dbd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec. | ||
5879 | 2024.08.06 04:02:32.154771 [ 3 ] {5f9e7de8-cf08-469b-84b5-19185dd83dbd} <Debug> DynamicQueryHandler: Done processing query | ||
5880 | 2024.08.06 04:02:32.154795 [ 3 ] {5f9e7de8-cf08-469b-84b5-19185dd83dbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5881 | 2024.08.06 04:02:32.154811 [ 3 ] {} <Debug> HTTP-Session: 2f0d17f8-1f20-4121-abc3-010721e6e50a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5882 | 2024.08.06 04:02:36.017373 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5883 | 2024.08.06 04:02:36.017444 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5884 | 2024.08.06 04:02:37.125273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5885 | 2024.08.06 04:02:37.125398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5886 | 2024.08.06 04:02:37.125428 [ 3 ] {} <Debug> HTTP-Session: 8108af97-d36e-4bc5-9bfa-a6bee993d8e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5887 | 2024.08.06 04:02:37.125455 [ 3 ] {} <Debug> HTTP-Session: 8108af97-d36e-4bc5-9bfa-a6bee993d8e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5888 | 2024.08.06 04:02:37.125473 [ 3 ] {} <Debug> HTTP-Session: 8108af97-d36e-4bc5-9bfa-a6bee993d8e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5889 | 2024.08.06 04:02:37.125528 [ 3 ] {} <Trace> HTTP-Session: 8108af97-d36e-4bc5-9bfa-a6bee993d8e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5890 | 2024.08.06 04:02:37.125739 [ 3 ] {8b7f0382-074e-4446-a48e-cb544e7b0ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5891 | 2024.08.06 04:02:37.125814 [ 3 ] {8b7f0382-074e-4446-a48e-cb544e7b0ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5892 | 2024.08.06 04:02:37.126034 [ 3 ] {8b7f0382-074e-4446-a48e-cb544e7b0ff8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5893 | 2024.08.06 04:02:37.126513 [ 3 ] {8b7f0382-074e-4446-a48e-cb544e7b0ff8} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5894 | 2024.08.06 04:02:37.126557 [ 3 ] {8b7f0382-074e-4446-a48e-cb544e7b0ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5895 | 2024.08.06 04:02:37.126925 [ 3 ] {8b7f0382-074e-4446-a48e-cb544e7b0ff8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5896 | 2024.08.06 04:02:37.127271 [ 3 ] {8b7f0382-074e-4446-a48e-cb544e7b0ff8} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5897 | 2024.08.06 04:02:37.127425 [ 3 ] {8b7f0382-074e-4446-a48e-cb544e7b0ff8} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001749 sec., 6289.30817610063 rows/sec., 509.78 KiB/sec. | ||
5898 | 2024.08.06 04:02:37.127640 [ 3 ] {8b7f0382-074e-4446-a48e-cb544e7b0ff8} <Debug> DynamicQueryHandler: Done processing query | ||
5899 | 2024.08.06 04:02:37.127666 [ 3 ] {8b7f0382-074e-4446-a48e-cb544e7b0ff8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5900 | 2024.08.06 04:02:37.127682 [ 3 ] {} <Debug> HTTP-Session: 8108af97-d36e-4bc5-9bfa-a6bee993d8e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5901 | 2024.08.06 04:02:37.127826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5902 | 2024.08.06 04:02:37.127877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5903 | 2024.08.06 04:02:37.127896 [ 3 ] {} <Debug> HTTP-Session: 99ccc5ed-cf5c-4444-9263-fcfaa1cdfbc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5904 | 2024.08.06 04:02:37.127913 [ 3 ] {} <Debug> HTTP-Session: 99ccc5ed-cf5c-4444-9263-fcfaa1cdfbc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5905 | 2024.08.06 04:02:37.127927 [ 3 ] {} <Debug> HTTP-Session: 99ccc5ed-cf5c-4444-9263-fcfaa1cdfbc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5906 | 2024.08.06 04:02:37.127958 [ 3 ] {} <Trace> HTTP-Session: 99ccc5ed-cf5c-4444-9263-fcfaa1cdfbc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5907 | 2024.08.06 04:02:37.128079 [ 3 ] {6a7a9280-0258-45d5-a3eb-155d8dac0e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5908 | 2024.08.06 04:02:37.128123 [ 3 ] {6a7a9280-0258-45d5-a3eb-155d8dac0e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5909 | 2024.08.06 04:02:37.128251 [ 3 ] {6a7a9280-0258-45d5-a3eb-155d8dac0e49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5910 | 2024.08.06 04:02:37.128633 [ 3 ] {6a7a9280-0258-45d5-a3eb-155d8dac0e49} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5911 | 2024.08.06 04:02:37.128670 [ 3 ] {6a7a9280-0258-45d5-a3eb-155d8dac0e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5912 | 2024.08.06 04:02:37.128995 [ 3 ] {6a7a9280-0258-45d5-a3eb-155d8dac0e49} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5913 | 2024.08.06 04:02:37.129314 [ 3 ] {6a7a9280-0258-45d5-a3eb-155d8dac0e49} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5914 | 2024.08.06 04:02:37.129448 [ 3 ] {6a7a9280-0258-45d5-a3eb-155d8dac0e49} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001417 sec., 62808.750882145374 rows/sec., 5.07 MiB/sec. | ||
5915 | 2024.08.06 04:02:37.129662 [ 3 ] {6a7a9280-0258-45d5-a3eb-155d8dac0e49} <Debug> DynamicQueryHandler: Done processing query | ||
5916 | 2024.08.06 04:02:37.129691 [ 3 ] {6a7a9280-0258-45d5-a3eb-155d8dac0e49} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5917 | 2024.08.06 04:02:37.129707 [ 3 ] {} <Debug> HTTP-Session: 99ccc5ed-cf5c-4444-9263-fcfaa1cdfbc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5918 | 2024.08.06 04:02:37.129872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5919 | 2024.08.06 04:02:37.129921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5920 | 2024.08.06 04:02:37.129940 [ 3 ] {} <Debug> HTTP-Session: 9a9c8a05-e59c-4db2-8ebf-be1429349609 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5921 | 2024.08.06 04:02:37.129956 [ 3 ] {} <Debug> HTTP-Session: 9a9c8a05-e59c-4db2-8ebf-be1429349609 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5922 | 2024.08.06 04:02:37.129970 [ 3 ] {} <Debug> HTTP-Session: 9a9c8a05-e59c-4db2-8ebf-be1429349609 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5923 | 2024.08.06 04:02:37.130000 [ 3 ] {} <Trace> HTTP-Session: 9a9c8a05-e59c-4db2-8ebf-be1429349609 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5924 | 2024.08.06 04:02:37.130126 [ 3 ] {151c6fcb-195a-4bbd-94aa-3e0d2db91ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5925 | 2024.08.06 04:02:37.130171 [ 3 ] {151c6fcb-195a-4bbd-94aa-3e0d2db91ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5926 | 2024.08.06 04:02:37.130305 [ 3 ] {151c6fcb-195a-4bbd-94aa-3e0d2db91ed9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5927 | 2024.08.06 04:02:37.130651 [ 3 ] {151c6fcb-195a-4bbd-94aa-3e0d2db91ed9} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5928 | 2024.08.06 04:02:37.130691 [ 3 ] {151c6fcb-195a-4bbd-94aa-3e0d2db91ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5929 | 2024.08.06 04:02:37.131028 [ 3 ] {151c6fcb-195a-4bbd-94aa-3e0d2db91ed9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5930 | 2024.08.06 04:02:37.131347 [ 3 ] {151c6fcb-195a-4bbd-94aa-3e0d2db91ed9} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5931 | 2024.08.06 04:02:37.131500 [ 3 ] {151c6fcb-195a-4bbd-94aa-3e0d2db91ed9} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001417 sec., 52928.72265349329 rows/sec., 4.13 MiB/sec. | ||
5932 | 2024.08.06 04:02:37.131765 [ 3 ] {151c6fcb-195a-4bbd-94aa-3e0d2db91ed9} <Debug> DynamicQueryHandler: Done processing query | ||
5933 | 2024.08.06 04:02:37.131806 [ 3 ] {151c6fcb-195a-4bbd-94aa-3e0d2db91ed9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5934 | 2024.08.06 04:02:37.131831 [ 3 ] {} <Debug> HTTP-Session: 9a9c8a05-e59c-4db2-8ebf-be1429349609 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5935 | 2024.08.06 04:02:37.132017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5936 | 2024.08.06 04:02:37.132066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5937 | 2024.08.06 04:02:37.132086 [ 3 ] {} <Debug> HTTP-Session: bd3d5ab7-3cd2-490b-8b35-0441c2784da0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5938 | 2024.08.06 04:02:37.132102 [ 3 ] {} <Debug> HTTP-Session: bd3d5ab7-3cd2-490b-8b35-0441c2784da0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5939 | 2024.08.06 04:02:37.132115 [ 3 ] {} <Debug> HTTP-Session: bd3d5ab7-3cd2-490b-8b35-0441c2784da0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5940 | 2024.08.06 04:02:37.132147 [ 3 ] {} <Trace> HTTP-Session: bd3d5ab7-3cd2-490b-8b35-0441c2784da0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5941 | 2024.08.06 04:02:37.132298 [ 3 ] {9215a51d-50f3-466e-ba10-9ffca46f1936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5942 | 2024.08.06 04:02:37.132348 [ 3 ] {9215a51d-50f3-466e-ba10-9ffca46f1936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5943 | 2024.08.06 04:02:37.132511 [ 3 ] {9215a51d-50f3-466e-ba10-9ffca46f1936} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5944 | 2024.08.06 04:02:37.132905 [ 3 ] {9215a51d-50f3-466e-ba10-9ffca46f1936} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5945 | 2024.08.06 04:02:37.132942 [ 3 ] {9215a51d-50f3-466e-ba10-9ffca46f1936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5946 | 2024.08.06 04:02:37.133345 [ 3 ] {9215a51d-50f3-466e-ba10-9ffca46f1936} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5947 | 2024.08.06 04:02:37.133694 [ 3 ] {9215a51d-50f3-466e-ba10-9ffca46f1936} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5948 | 2024.08.06 04:02:37.133840 [ 3 ] {9215a51d-50f3-466e-ba10-9ffca46f1936} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec. | ||
5949 | 2024.08.06 04:02:37.134018 [ 3 ] {9215a51d-50f3-466e-ba10-9ffca46f1936} <Debug> DynamicQueryHandler: Done processing query | ||
5950 | 2024.08.06 04:02:37.134044 [ 3 ] {9215a51d-50f3-466e-ba10-9ffca46f1936} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5951 | 2024.08.06 04:02:37.134060 [ 3 ] {} <Debug> HTTP-Session: bd3d5ab7-3cd2-490b-8b35-0441c2784da0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5952 | 2024.08.06 04:02:37.134197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5953 | 2024.08.06 04:02:37.134246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5954 | 2024.08.06 04:02:37.134264 [ 3 ] {} <Debug> HTTP-Session: 99df88da-186e-495b-a09d-72770e4322f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5955 | 2024.08.06 04:02:37.134281 [ 3 ] {} <Debug> HTTP-Session: 99df88da-186e-495b-a09d-72770e4322f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5956 | 2024.08.06 04:02:37.134294 [ 3 ] {} <Debug> HTTP-Session: 99df88da-186e-495b-a09d-72770e4322f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5957 | 2024.08.06 04:02:37.134324 [ 3 ] {} <Trace> HTTP-Session: 99df88da-186e-495b-a09d-72770e4322f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5958 | 2024.08.06 04:02:37.134580 [ 3 ] {5c84c294-0db9-43b9-93ad-136b7e31692f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5959 | 2024.08.06 04:02:37.134646 [ 3 ] {5c84c294-0db9-43b9-93ad-136b7e31692f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5960 | 2024.08.06 04:02:37.135391 [ 3 ] {5c84c294-0db9-43b9-93ad-136b7e31692f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5961 | 2024.08.06 04:02:37.135944 [ 3 ] {5c84c294-0db9-43b9-93ad-136b7e31692f} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5962 | 2024.08.06 04:02:37.135984 [ 3 ] {5c84c294-0db9-43b9-93ad-136b7e31692f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5963 | 2024.08.06 04:02:37.136606 [ 3 ] {5c84c294-0db9-43b9-93ad-136b7e31692f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5964 | 2024.08.06 04:02:37.137044 [ 3 ] {5c84c294-0db9-43b9-93ad-136b7e31692f} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5965 | 2024.08.06 04:02:37.137261 [ 3 ] {5c84c294-0db9-43b9-93ad-136b7e31692f} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002848 sec., 3862.359550561798 rows/sec., 6.92 MiB/sec. | ||
5966 | 2024.08.06 04:02:37.137787 [ 3 ] {5c84c294-0db9-43b9-93ad-136b7e31692f} <Debug> DynamicQueryHandler: Done processing query | ||
5967 | 2024.08.06 04:02:37.137815 [ 3 ] {5c84c294-0db9-43b9-93ad-136b7e31692f} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
5968 | 2024.08.06 04:02:37.137831 [ 3 ] {} <Debug> HTTP-Session: 99df88da-186e-495b-a09d-72770e4322f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5969 | 2024.08.06 04:02:37.137958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5970 | 2024.08.06 04:02:37.138009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5971 | 2024.08.06 04:02:37.138029 [ 3 ] {} <Debug> HTTP-Session: f9c1b430-6518-4f6a-8706-c9f2bceeddd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5972 | 2024.08.06 04:02:37.138047 [ 3 ] {} <Debug> HTTP-Session: f9c1b430-6518-4f6a-8706-c9f2bceeddd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5973 | 2024.08.06 04:02:37.138062 [ 3 ] {} <Debug> HTTP-Session: f9c1b430-6518-4f6a-8706-c9f2bceeddd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5974 | 2024.08.06 04:02:37.138093 [ 3 ] {} <Trace> HTTP-Session: f9c1b430-6518-4f6a-8706-c9f2bceeddd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5975 | 2024.08.06 04:02:37.138222 [ 3 ] {80173758-4336-4f8a-8340-f16d04e348f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5976 | 2024.08.06 04:02:37.138268 [ 3 ] {80173758-4336-4f8a-8340-f16d04e348f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5977 | 2024.08.06 04:02:37.138411 [ 3 ] {80173758-4336-4f8a-8340-f16d04e348f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5978 | 2024.08.06 04:02:37.138738 [ 3 ] {80173758-4336-4f8a-8340-f16d04e348f1} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5979 | 2024.08.06 04:02:37.138776 [ 3 ] {80173758-4336-4f8a-8340-f16d04e348f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
5980 | 2024.08.06 04:02:37.139211 [ 3 ] {80173758-4336-4f8a-8340-f16d04e348f1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5981 | 2024.08.06 04:02:37.139620 [ 3 ] {80173758-4336-4f8a-8340-f16d04e348f1} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5982 | 2024.08.06 04:02:37.139781 [ 3 ] {80173758-4336-4f8a-8340-f16d04e348f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00161 sec., 37267.08074534161 rows/sec., 2.51 MiB/sec. | ||
5983 | 2024.08.06 04:02:37.139954 [ 3 ] {80173758-4336-4f8a-8340-f16d04e348f1} <Debug> DynamicQueryHandler: Done processing query | ||
5984 | 2024.08.06 04:02:37.139979 [ 3 ] {80173758-4336-4f8a-8340-f16d04e348f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5985 | 2024.08.06 04:02:37.139996 [ 3 ] {} <Debug> HTTP-Session: f9c1b430-6518-4f6a-8706-c9f2bceeddd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5986 | 2024.08.06 04:02:42.129662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5987 | 2024.08.06 04:02:42.129794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5988 | 2024.08.06 04:02:42.129819 [ 3 ] {} <Debug> HTTP-Session: c8dda5a9-9cb9-4cad-a25f-338bb2bba53f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
5989 | 2024.08.06 04:02:42.129844 [ 3 ] {} <Debug> HTTP-Session: c8dda5a9-9cb9-4cad-a25f-338bb2bba53f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5990 | 2024.08.06 04:02:42.129858 [ 3 ] {} <Debug> HTTP-Session: c8dda5a9-9cb9-4cad-a25f-338bb2bba53f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5991 | 2024.08.06 04:02:42.129909 [ 3 ] {} <Trace> HTTP-Session: c8dda5a9-9cb9-4cad-a25f-338bb2bba53f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5992 | 2024.08.06 04:02:42.130104 [ 3 ] {fa11b45c-83c4-45e4-8b30-a3bdf06bcabc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5993 | 2024.08.06 04:02:42.130172 [ 3 ] {fa11b45c-83c4-45e4-8b30-a3bdf06bcabc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5994 | 2024.08.06 04:02:42.130368 [ 3 ] {fa11b45c-83c4-45e4-8b30-a3bdf06bcabc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5995 | 2024.08.06 04:02:42.130836 [ 3 ] {fa11b45c-83c4-45e4-8b30-a3bdf06bcabc} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5996 | 2024.08.06 04:02:42.130881 [ 3 ] {fa11b45c-83c4-45e4-8b30-a3bdf06bcabc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
5997 | 2024.08.06 04:02:42.131255 [ 3 ] {fa11b45c-83c4-45e4-8b30-a3bdf06bcabc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5998 | 2024.08.06 04:02:42.131599 [ 3 ] {fa11b45c-83c4-45e4-8b30-a3bdf06bcabc} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5999 | 2024.08.06 04:02:42.131775 [ 3 ] {fa11b45c-83c4-45e4-8b30-a3bdf06bcabc} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001725 sec., 16231.884057971014 rows/sec., 1.20 MiB/sec. | ||
6000 | 2024.08.06 04:02:42.132085 [ 3 ] {fa11b45c-83c4-45e4-8b30-a3bdf06bcabc} <Debug> DynamicQueryHandler: Done processing query | ||
6001 | 2024.08.06 04:02:42.132113 [ 3 ] {fa11b45c-83c4-45e4-8b30-a3bdf06bcabc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6002 | 2024.08.06 04:02:42.132129 [ 3 ] {} <Debug> HTTP-Session: c8dda5a9-9cb9-4cad-a25f-338bb2bba53f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6003 | 2024.08.06 04:02:42.132346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6004 | 2024.08.06 04:02:42.132399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6005 | 2024.08.06 04:02:42.132418 [ 3 ] {} <Debug> HTTP-Session: 7a59f8b5-a744-4cb0-981a-b51776e2a62f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6006 | 2024.08.06 04:02:42.132435 [ 3 ] {} <Debug> HTTP-Session: 7a59f8b5-a744-4cb0-981a-b51776e2a62f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6007 | 2024.08.06 04:02:42.132448 [ 3 ] {} <Debug> HTTP-Session: 7a59f8b5-a744-4cb0-981a-b51776e2a62f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6008 | 2024.08.06 04:02:42.132481 [ 3 ] {} <Trace> HTTP-Session: 7a59f8b5-a744-4cb0-981a-b51776e2a62f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6009 | 2024.08.06 04:02:42.132639 [ 3 ] {09919d75-1bff-4d75-ba2a-15a393247190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6010 | 2024.08.06 04:02:42.132685 [ 3 ] {09919d75-1bff-4d75-ba2a-15a393247190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6011 | 2024.08.06 04:02:42.132832 [ 3 ] {09919d75-1bff-4d75-ba2a-15a393247190} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6012 | 2024.08.06 04:02:42.133408 [ 3 ] {09919d75-1bff-4d75-ba2a-15a393247190} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6013 | 2024.08.06 04:02:42.133446 [ 3 ] {09919d75-1bff-4d75-ba2a-15a393247190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6014 | 2024.08.06 04:02:42.133772 [ 3 ] {09919d75-1bff-4d75-ba2a-15a393247190} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6015 | 2024.08.06 04:02:42.134090 [ 3 ] {09919d75-1bff-4d75-ba2a-15a393247190} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6016 | 2024.08.06 04:02:42.134244 [ 3 ] {09919d75-1bff-4d75-ba2a-15a393247190} <Debug> executeQuery: Read 227 rows, 20.47 KiB in 0.001669 sec., 136009.5865787897 rows/sec., 11.98 MiB/sec. | ||
6017 | 2024.08.06 04:02:42.134418 [ 3 ] {09919d75-1bff-4d75-ba2a-15a393247190} <Debug> DynamicQueryHandler: Done processing query | ||
6018 | 2024.08.06 04:02:42.134443 [ 3 ] {09919d75-1bff-4d75-ba2a-15a393247190} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
6019 | 2024.08.06 04:02:42.134459 [ 3 ] {} <Debug> HTTP-Session: 7a59f8b5-a744-4cb0-981a-b51776e2a62f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6020 | 2024.08.06 04:02:42.134662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6021 | 2024.08.06 04:02:42.134712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6022 | 2024.08.06 04:02:42.134732 [ 3 ] {} <Debug> HTTP-Session: fea600de-5bf8-4210-9191-d206e8a2c159 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6023 | 2024.08.06 04:02:42.134748 [ 3 ] {} <Debug> HTTP-Session: fea600de-5bf8-4210-9191-d206e8a2c159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6024 | 2024.08.06 04:02:42.134762 [ 3 ] {} <Debug> HTTP-Session: fea600de-5bf8-4210-9191-d206e8a2c159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6025 | 2024.08.06 04:02:42.134793 [ 3 ] {} <Trace> HTTP-Session: fea600de-5bf8-4210-9191-d206e8a2c159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6026 | 2024.08.06 04:02:42.135002 [ 3 ] {3c1297ec-5101-4db1-ae3d-6d24fa773a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6027 | 2024.08.06 04:02:42.135051 [ 3 ] {3c1297ec-5101-4db1-ae3d-6d24fa773a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6028 | 2024.08.06 04:02:42.135180 [ 3 ] {3c1297ec-5101-4db1-ae3d-6d24fa773a89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6029 | 2024.08.06 04:02:42.135770 [ 3 ] {3c1297ec-5101-4db1-ae3d-6d24fa773a89} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6030 | 2024.08.06 04:02:42.135808 [ 3 ] {3c1297ec-5101-4db1-ae3d-6d24fa773a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6031 | 2024.08.06 04:02:42.136133 [ 3 ] {3c1297ec-5101-4db1-ae3d-6d24fa773a89} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6032 | 2024.08.06 04:02:42.136447 [ 3 ] {3c1297ec-5101-4db1-ae3d-6d24fa773a89} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6033 | 2024.08.06 04:02:42.136604 [ 3 ] {3c1297ec-5101-4db1-ae3d-6d24fa773a89} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.001701 sec., 237507.3486184597 rows/sec., 16.78 MiB/sec. | ||
6034 | 2024.08.06 04:02:42.136775 [ 3 ] {3c1297ec-5101-4db1-ae3d-6d24fa773a89} <Debug> DynamicQueryHandler: Done processing query | ||
6035 | 2024.08.06 04:02:42.136800 [ 3 ] {3c1297ec-5101-4db1-ae3d-6d24fa773a89} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6036 | 2024.08.06 04:02:42.136816 [ 3 ] {} <Debug> HTTP-Session: fea600de-5bf8-4210-9191-d206e8a2c159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6037 | 2024.08.06 04:02:42.136956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6038 | 2024.08.06 04:02:42.137005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6039 | 2024.08.06 04:02:42.137027 [ 3 ] {} <Debug> HTTP-Session: c1efd021-9769-4861-8086-a31257dc075c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6040 | 2024.08.06 04:02:42.137044 [ 3 ] {} <Debug> HTTP-Session: c1efd021-9769-4861-8086-a31257dc075c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6041 | 2024.08.06 04:02:42.137057 [ 3 ] {} <Debug> HTTP-Session: c1efd021-9769-4861-8086-a31257dc075c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6042 | 2024.08.06 04:02:42.137088 [ 3 ] {} <Trace> HTTP-Session: c1efd021-9769-4861-8086-a31257dc075c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6043 | 2024.08.06 04:02:42.137185 [ 3 ] {268a7b89-f828-4caf-8bfc-013faefce3be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6044 | 2024.08.06 04:02:42.137232 [ 3 ] {268a7b89-f828-4caf-8bfc-013faefce3be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6045 | 2024.08.06 04:02:42.137363 [ 3 ] {268a7b89-f828-4caf-8bfc-013faefce3be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6046 | 2024.08.06 04:02:42.137638 [ 3 ] {268a7b89-f828-4caf-8bfc-013faefce3be} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6047 | 2024.08.06 04:02:42.137674 [ 3 ] {268a7b89-f828-4caf-8bfc-013faefce3be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6048 | 2024.08.06 04:02:42.138034 [ 3 ] {268a7b89-f828-4caf-8bfc-013faefce3be} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6049 | 2024.08.06 04:02:42.138363 [ 3 ] {268a7b89-f828-4caf-8bfc-013faefce3be} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6050 | 2024.08.06 04:02:42.138516 [ 3 ] {268a7b89-f828-4caf-8bfc-013faefce3be} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001345 sec., 4460.966542750929 rows/sec., 191.68 KiB/sec. | ||
6051 | 2024.08.06 04:02:42.138851 [ 3 ] {268a7b89-f828-4caf-8bfc-013faefce3be} <Debug> DynamicQueryHandler: Done processing query | ||
6052 | 2024.08.06 04:02:42.138877 [ 3 ] {268a7b89-f828-4caf-8bfc-013faefce3be} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6053 | 2024.08.06 04:02:42.138893 [ 3 ] {} <Debug> HTTP-Session: c1efd021-9769-4861-8086-a31257dc075c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6054 | 2024.08.06 04:02:42.139025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6055 | 2024.08.06 04:02:42.139077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6056 | 2024.08.06 04:02:42.139096 [ 3 ] {} <Debug> HTTP-Session: e128dda4-24bb-419c-aeb6-549d824332ad Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6057 | 2024.08.06 04:02:42.139113 [ 3 ] {} <Debug> HTTP-Session: e128dda4-24bb-419c-aeb6-549d824332ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6058 | 2024.08.06 04:02:42.139126 [ 3 ] {} <Debug> HTTP-Session: e128dda4-24bb-419c-aeb6-549d824332ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6059 | 2024.08.06 04:02:42.139157 [ 3 ] {} <Trace> HTTP-Session: e128dda4-24bb-419c-aeb6-549d824332ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6060 | 2024.08.06 04:02:42.139277 [ 3 ] {ff8df7c8-f3b8-4fe9-904c-f3ce3a501138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6061 | 2024.08.06 04:02:42.139327 [ 3 ] {ff8df7c8-f3b8-4fe9-904c-f3ce3a501138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6062 | 2024.08.06 04:02:42.139493 [ 3 ] {ff8df7c8-f3b8-4fe9-904c-f3ce3a501138} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6063 | 2024.08.06 04:02:42.139828 [ 3 ] {ff8df7c8-f3b8-4fe9-904c-f3ce3a501138} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6064 | 2024.08.06 04:02:42.139866 [ 3 ] {ff8df7c8-f3b8-4fe9-904c-f3ce3a501138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6065 | 2024.08.06 04:02:42.140234 [ 3 ] {ff8df7c8-f3b8-4fe9-904c-f3ce3a501138} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6066 | 2024.08.06 04:02:42.140591 [ 3 ] {ff8df7c8-f3b8-4fe9-904c-f3ce3a501138} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6067 | 2024.08.06 04:02:42.140733 [ 3 ] {ff8df7c8-f3b8-4fe9-904c-f3ce3a501138} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001497 sec., 51436.205744822975 rows/sec., 3.17 MiB/sec. | ||
6068 | 2024.08.06 04:02:42.141070 [ 3 ] {ff8df7c8-f3b8-4fe9-904c-f3ce3a501138} <Debug> DynamicQueryHandler: Done processing query | ||
6069 | 2024.08.06 04:02:42.141095 [ 3 ] {ff8df7c8-f3b8-4fe9-904c-f3ce3a501138} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6070 | 2024.08.06 04:02:42.141112 [ 3 ] {} <Debug> HTTP-Session: e128dda4-24bb-419c-aeb6-549d824332ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6071 | 2024.08.06 04:02:42.141281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6072 | 2024.08.06 04:02:42.141332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6073 | 2024.08.06 04:02:42.141351 [ 3 ] {} <Debug> HTTP-Session: a3bd0b94-f6d5-421a-9949-410c87ad5641 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6074 | 2024.08.06 04:02:42.141368 [ 3 ] {} <Debug> HTTP-Session: a3bd0b94-f6d5-421a-9949-410c87ad5641 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6075 | 2024.08.06 04:02:42.141382 [ 3 ] {} <Debug> HTTP-Session: a3bd0b94-f6d5-421a-9949-410c87ad5641 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6076 | 2024.08.06 04:02:42.141413 [ 3 ] {} <Trace> HTTP-Session: a3bd0b94-f6d5-421a-9949-410c87ad5641 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6077 | 2024.08.06 04:02:42.141570 [ 3 ] {6e628338-74cf-47dd-b6cb-eb1cc9bf5020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6078 | 2024.08.06 04:02:42.141620 [ 3 ] {6e628338-74cf-47dd-b6cb-eb1cc9bf5020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6079 | 2024.08.06 04:02:42.141786 [ 3 ] {6e628338-74cf-47dd-b6cb-eb1cc9bf5020} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6080 | 2024.08.06 04:02:42.142178 [ 3 ] {6e628338-74cf-47dd-b6cb-eb1cc9bf5020} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6081 | 2024.08.06 04:02:42.142215 [ 3 ] {6e628338-74cf-47dd-b6cb-eb1cc9bf5020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6082 | 2024.08.06 04:02:42.142590 [ 3 ] {6e628338-74cf-47dd-b6cb-eb1cc9bf5020} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6083 | 2024.08.06 04:02:42.142927 [ 3 ] {6e628338-74cf-47dd-b6cb-eb1cc9bf5020} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6084 | 2024.08.06 04:02:42.143092 [ 3 ] {6e628338-74cf-47dd-b6cb-eb1cc9bf5020} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec. | ||
6085 | 2024.08.06 04:02:42.143268 [ 3 ] {6e628338-74cf-47dd-b6cb-eb1cc9bf5020} <Debug> DynamicQueryHandler: Done processing query | ||
6086 | 2024.08.06 04:02:42.143292 [ 3 ] {6e628338-74cf-47dd-b6cb-eb1cc9bf5020} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6087 | 2024.08.06 04:02:42.143308 [ 3 ] {} <Debug> HTTP-Session: a3bd0b94-f6d5-421a-9949-410c87ad5641 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6088 | 2024.08.06 04:02:42.143482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35343, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6089 | 2024.08.06 04:02:42.143534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6090 | 2024.08.06 04:02:42.143553 [ 3 ] {} <Debug> HTTP-Session: fe0d6080-3ee7-430c-982c-829157ea08ab Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6091 | 2024.08.06 04:02:42.143570 [ 3 ] {} <Debug> HTTP-Session: fe0d6080-3ee7-430c-982c-829157ea08ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6092 | 2024.08.06 04:02:42.143583 [ 3 ] {} <Debug> HTTP-Session: fe0d6080-3ee7-430c-982c-829157ea08ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6093 | 2024.08.06 04:02:42.143614 [ 3 ] {} <Trace> HTTP-Session: fe0d6080-3ee7-430c-982c-829157ea08ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6094 | 2024.08.06 04:02:42.143870 [ 3 ] {d47caba0-b5a1-43d5-918f-237ae9e048b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6095 | 2024.08.06 04:02:42.143935 [ 3 ] {d47caba0-b5a1-43d5-918f-237ae9e048b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6096 | 2024.08.06 04:02:42.144351 [ 3 ] {d47caba0-b5a1-43d5-918f-237ae9e048b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6097 | 2024.08.06 04:02:42.145086 [ 3 ] {d47caba0-b5a1-43d5-918f-237ae9e048b2} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6098 | 2024.08.06 04:02:42.145124 [ 3 ] {d47caba0-b5a1-43d5-918f-237ae9e048b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6099 | 2024.08.06 04:02:42.145722 [ 3 ] {d47caba0-b5a1-43d5-918f-237ae9e048b2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6100 | 2024.08.06 04:02:42.146127 [ 3 ] {d47caba0-b5a1-43d5-918f-237ae9e048b2} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6101 | 2024.08.06 04:02:42.146312 [ 3 ] {d47caba0-b5a1-43d5-918f-237ae9e048b2} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002618 sec., 8403.361344537814 rows/sec., 15.06 MiB/sec. | ||
6102 | 2024.08.06 04:02:42.146690 [ 3 ] {d47caba0-b5a1-43d5-918f-237ae9e048b2} <Debug> DynamicQueryHandler: Done processing query | ||
6103 | 2024.08.06 04:02:42.146715 [ 3 ] {d47caba0-b5a1-43d5-918f-237ae9e048b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6104 | 2024.08.06 04:02:42.146731 [ 3 ] {} <Debug> HTTP-Session: fe0d6080-3ee7-430c-982c-829157ea08ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6105 | 2024.08.06 04:02:42.146856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6106 | 2024.08.06 04:02:42.146907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6107 | 2024.08.06 04:02:42.146926 [ 3 ] {} <Debug> HTTP-Session: 036263c2-ba51-4828-8502-398f4c175b26 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6108 | 2024.08.06 04:02:42.146943 [ 3 ] {} <Debug> HTTP-Session: 036263c2-ba51-4828-8502-398f4c175b26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6109 | 2024.08.06 04:02:42.146956 [ 3 ] {} <Debug> HTTP-Session: 036263c2-ba51-4828-8502-398f4c175b26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6110 | 2024.08.06 04:02:42.146988 [ 3 ] {} <Trace> HTTP-Session: 036263c2-ba51-4828-8502-398f4c175b26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6111 | 2024.08.06 04:02:42.147088 [ 3 ] {0c7ee1d7-f175-43bf-93c2-d100bc6ef661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6112 | 2024.08.06 04:02:42.147135 [ 3 ] {0c7ee1d7-f175-43bf-93c2-d100bc6ef661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6113 | 2024.08.06 04:02:42.147263 [ 3 ] {0c7ee1d7-f175-43bf-93c2-d100bc6ef661} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6114 | 2024.08.06 04:02:42.147546 [ 3 ] {0c7ee1d7-f175-43bf-93c2-d100bc6ef661} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6115 | 2024.08.06 04:02:42.147583 [ 3 ] {0c7ee1d7-f175-43bf-93c2-d100bc6ef661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6116 | 2024.08.06 04:02:42.147948 [ 3 ] {0c7ee1d7-f175-43bf-93c2-d100bc6ef661} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6117 | 2024.08.06 04:02:42.148278 [ 3 ] {0c7ee1d7-f175-43bf-93c2-d100bc6ef661} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6118 | 2024.08.06 04:02:42.148441 [ 3 ] {0c7ee1d7-f175-43bf-93c2-d100bc6ef661} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001373 sec., 16751.638747268753 rows/sec., 906.15 KiB/sec. | ||
6119 | 2024.08.06 04:02:42.148608 [ 3 ] {0c7ee1d7-f175-43bf-93c2-d100bc6ef661} <Debug> DynamicQueryHandler: Done processing query | ||
6120 | 2024.08.06 04:02:42.148634 [ 3 ] {0c7ee1d7-f175-43bf-93c2-d100bc6ef661} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6121 | 2024.08.06 04:02:42.148649 [ 3 ] {} <Debug> HTTP-Session: 036263c2-ba51-4828-8502-398f4c175b26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6122 | 2024.08.06 04:02:42.148775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6123 | 2024.08.06 04:02:42.148825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6124 | 2024.08.06 04:02:42.148845 [ 3 ] {} <Debug> HTTP-Session: 7041d55e-9719-4245-b2c6-564cbf4eb392 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6125 | 2024.08.06 04:02:42.148861 [ 3 ] {} <Debug> HTTP-Session: 7041d55e-9719-4245-b2c6-564cbf4eb392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6126 | 2024.08.06 04:02:42.148875 [ 3 ] {} <Debug> HTTP-Session: 7041d55e-9719-4245-b2c6-564cbf4eb392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6127 | 2024.08.06 04:02:42.148905 [ 3 ] {} <Trace> HTTP-Session: 7041d55e-9719-4245-b2c6-564cbf4eb392 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6128 | 2024.08.06 04:02:42.149034 [ 3 ] {98e784b3-7347-4096-ae89-268f409cba39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6129 | 2024.08.06 04:02:42.149096 [ 3 ] {98e784b3-7347-4096-ae89-268f409cba39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6130 | 2024.08.06 04:02:42.149227 [ 3 ] {98e784b3-7347-4096-ae89-268f409cba39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6131 | 2024.08.06 04:02:42.149527 [ 3 ] {98e784b3-7347-4096-ae89-268f409cba39} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6132 | 2024.08.06 04:02:42.149563 [ 3 ] {98e784b3-7347-4096-ae89-268f409cba39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6133 | 2024.08.06 04:02:42.149920 [ 3 ] {98e784b3-7347-4096-ae89-268f409cba39} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6134 | 2024.08.06 04:02:42.150254 [ 3 ] {98e784b3-7347-4096-ae89-268f409cba39} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6135 | 2024.08.06 04:02:42.150435 [ 3 ] {98e784b3-7347-4096-ae89-268f409cba39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
6136 | 2024.08.06 04:02:42.150647 [ 3 ] {98e784b3-7347-4096-ae89-268f409cba39} <Debug> DynamicQueryHandler: Done processing query | ||
6137 | 2024.08.06 04:02:42.150673 [ 3 ] {98e784b3-7347-4096-ae89-268f409cba39} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6138 | 2024.08.06 04:02:42.150688 [ 3 ] {} <Debug> HTTP-Session: 7041d55e-9719-4245-b2c6-564cbf4eb392 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6139 | 2024.08.06 04:02:47.126473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6140 | 2024.08.06 04:02:47.126614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6141 | 2024.08.06 04:02:47.126645 [ 3 ] {} <Debug> HTTP-Session: a79be7dc-4f18-43d0-8e92-cea6e8328b25 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6142 | 2024.08.06 04:02:47.126674 [ 3 ] {} <Debug> HTTP-Session: a79be7dc-4f18-43d0-8e92-cea6e8328b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6143 | 2024.08.06 04:02:47.126691 [ 3 ] {} <Debug> HTTP-Session: a79be7dc-4f18-43d0-8e92-cea6e8328b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6144 | 2024.08.06 04:02:47.126747 [ 3 ] {} <Trace> HTTP-Session: a79be7dc-4f18-43d0-8e92-cea6e8328b25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6145 | 2024.08.06 04:02:47.126947 [ 3 ] {1c22b16f-21eb-43f1-b8e5-dbb4804d16cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6146 | 2024.08.06 04:02:47.127021 [ 3 ] {1c22b16f-21eb-43f1-b8e5-dbb4804d16cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6147 | 2024.08.06 04:02:47.127243 [ 3 ] {1c22b16f-21eb-43f1-b8e5-dbb4804d16cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6148 | 2024.08.06 04:02:47.127730 [ 3 ] {1c22b16f-21eb-43f1-b8e5-dbb4804d16cc} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6149 | 2024.08.06 04:02:47.127772 [ 3 ] {1c22b16f-21eb-43f1-b8e5-dbb4804d16cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6150 | 2024.08.06 04:02:47.128132 [ 3 ] {1c22b16f-21eb-43f1-b8e5-dbb4804d16cc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6151 | 2024.08.06 04:02:47.128459 [ 3 ] {1c22b16f-21eb-43f1-b8e5-dbb4804d16cc} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6152 | 2024.08.06 04:02:47.128621 [ 3 ] {1c22b16f-21eb-43f1-b8e5-dbb4804d16cc} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001737 sec., 6332.757628094416 rows/sec., 513.30 KiB/sec. | ||
6153 | 2024.08.06 04:02:47.128920 [ 3 ] {1c22b16f-21eb-43f1-b8e5-dbb4804d16cc} <Debug> DynamicQueryHandler: Done processing query | ||
6154 | 2024.08.06 04:02:47.128970 [ 3 ] {1c22b16f-21eb-43f1-b8e5-dbb4804d16cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6155 | 2024.08.06 04:02:47.128993 [ 3 ] {} <Debug> HTTP-Session: a79be7dc-4f18-43d0-8e92-cea6e8328b25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6156 | 2024.08.06 04:02:47.129174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6157 | 2024.08.06 04:02:47.129226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6158 | 2024.08.06 04:02:47.129244 [ 3 ] {} <Debug> HTTP-Session: d8f0b054-d87e-4e74-b2a9-e27efb01a2d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6159 | 2024.08.06 04:02:47.129261 [ 3 ] {} <Debug> HTTP-Session: d8f0b054-d87e-4e74-b2a9-e27efb01a2d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6160 | 2024.08.06 04:02:47.129274 [ 3 ] {} <Debug> HTTP-Session: d8f0b054-d87e-4e74-b2a9-e27efb01a2d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6161 | 2024.08.06 04:02:47.129305 [ 3 ] {} <Trace> HTTP-Session: d8f0b054-d87e-4e74-b2a9-e27efb01a2d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6162 | 2024.08.06 04:02:47.129440 [ 3 ] {b2929e22-03a2-498d-b12c-df1b5b4e242e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6163 | 2024.08.06 04:02:47.129486 [ 3 ] {b2929e22-03a2-498d-b12c-df1b5b4e242e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6164 | 2024.08.06 04:02:47.129634 [ 3 ] {b2929e22-03a2-498d-b12c-df1b5b4e242e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6165 | 2024.08.06 04:02:47.130056 [ 3 ] {b2929e22-03a2-498d-b12c-df1b5b4e242e} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6166 | 2024.08.06 04:02:47.130092 [ 3 ] {b2929e22-03a2-498d-b12c-df1b5b4e242e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6167 | 2024.08.06 04:02:47.130407 [ 3 ] {b2929e22-03a2-498d-b12c-df1b5b4e242e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6168 | 2024.08.06 04:02:47.130723 [ 3 ] {b2929e22-03a2-498d-b12c-df1b5b4e242e} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6169 | 2024.08.06 04:02:47.130880 [ 3 ] {b2929e22-03a2-498d-b12c-df1b5b4e242e} <Debug> executeQuery: Read 125 rows, 10.13 KiB in 0.001491 sec., 83836.35144198524 rows/sec., 6.63 MiB/sec. | ||
6170 | 2024.08.06 04:02:47.130892 [ 110 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6171 | 2024.08.06 04:02:47.130998 [ 110 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6172 | 2024.08.06 04:02:47.131046 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6173 | 2024.08.06 04:02:47.131129 [ 3 ] {b2929e22-03a2-498d-b12c-df1b5b4e242e} <Debug> DynamicQueryHandler: Done processing query | ||
6174 | 2024.08.06 04:02:47.131165 [ 3 ] {b2929e22-03a2-498d-b12c-df1b5b4e242e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6175 | 2024.08.06 04:02:47.131185 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::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 | ||
6176 | 2024.08.06 04:02:47.131188 [ 3 ] {} <Debug> HTTP-Session: d8f0b054-d87e-4e74-b2a9-e27efb01a2d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6177 | 2024.08.06 04:02:47.131306 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6178 | 2024.08.06 04:02:47.131338 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 304 rows starting from the beginning of the part | ||
6179 | 2024.08.06 04:02:47.131360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 16771, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6180 | 2024.08.06 04:02:47.131422 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 89 rows starting from the beginning of the part | ||
6181 | 2024.08.06 04:02:47.131424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6182 | 2024.08.06 04:02:47.131519 [ 3 ] {} <Debug> HTTP-Session: 5022531a-9d09-4b8e-9059-fbe47af26819 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6183 | 2024.08.06 04:02:47.131566 [ 3 ] {} <Debug> HTTP-Session: 5022531a-9d09-4b8e-9059-fbe47af26819 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6184 | 2024.08.06 04:02:47.131676 [ 3 ] {} <Debug> HTTP-Session: 5022531a-9d09-4b8e-9059-fbe47af26819 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6185 | 2024.08.06 04:02:47.131815 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 227 rows starting from the beginning of the part | ||
6186 | 2024.08.06 04:02:47.131848 [ 3 ] {} <Trace> HTTP-Session: 5022531a-9d09-4b8e-9059-fbe47af26819 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6187 | 2024.08.06 04:02:47.132062 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 89 rows starting from the beginning of the part | ||
6188 | 2024.08.06 04:02:47.132263 [ 3 ] {32a10c3d-9e00-4bda-8657-c93a409bdefe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6189 | 2024.08.06 04:02:47.132367 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 227 rows starting from the beginning of the part | ||
6190 | 2024.08.06 04:02:47.132396 [ 3 ] {32a10c3d-9e00-4bda-8657-c93a409bdefe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6191 | 2024.08.06 04:02:47.132684 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 125 rows starting from the beginning of the part | ||
6192 | 2024.08.06 04:02:47.133269 [ 3 ] {32a10c3d-9e00-4bda-8657-c93a409bdefe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6193 | 2024.08.06 04:02:47.133837 [ 3 ] {32a10c3d-9e00-4bda-8657-c93a409bdefe} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6194 | 2024.08.06 04:02:47.133883 [ 3 ] {32a10c3d-9e00-4bda-8657-c93a409bdefe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6195 | 2024.08.06 04:02:47.134359 [ 3 ] {32a10c3d-9e00-4bda-8657-c93a409bdefe} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6196 | 2024.08.06 04:02:47.134741 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1061 rows, containing 4 columns (4 merged, 0 gathered) in 0.003622505 sec., 292891.24514665955 rows/sec., 24.96 MiB/sec. | ||
6197 | 2024.08.06 04:02:47.134946 [ 3 ] {32a10c3d-9e00-4bda-8657-c93a409bdefe} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6198 | 2024.08.06 04:02:47.134990 [ 187 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6199 | 2024.08.06 04:02:47.135189 [ 110 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6200 | 2024.08.06 04:02:47.135260 [ 3 ] {32a10c3d-9e00-4bda-8657-c93a409bdefe} <Debug> executeQuery: Read 99 rows, 7.89 KiB in 0.003196 sec., 30976.220275344178 rows/sec., 2.41 MiB/sec. | ||
6201 | 2024.08.06 04:02:47.135278 [ 110 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6202 | 2024.08.06 04:02:47.135378 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6203 | 2024.08.06 04:02:47.135849 [ 3 ] {32a10c3d-9e00-4bda-8657-c93a409bdefe} <Debug> DynamicQueryHandler: Done processing query | ||
6204 | 2024.08.06 04:02:47.135948 [ 3 ] {32a10c3d-9e00-4bda-8657-c93a409bdefe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6205 | 2024.08.06 04:02:47.136021 [ 3 ] {} <Debug> HTTP-Session: 5022531a-9d09-4b8e-9059-fbe47af26819 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6206 | 2024.08.06 04:02:47.136017 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::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 | ||
6207 | 2024.08.06 04:02:47.136346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37545, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6208 | 2024.08.06 04:02:47.136498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6209 | 2024.08.06 04:02:47.136511 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6210 | 2024.08.06 04:02:47.136562 [ 3 ] {} <Debug> HTTP-Session: 46bf9edb-2cdd-483f-87e9-f4fac33d8010 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6211 | 2024.08.06 04:02:47.136619 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 473 rows starting from the beginning of the part | ||
6212 | 2024.08.06 04:02:47.136621 [ 3 ] {} <Debug> HTTP-Session: 46bf9edb-2cdd-483f-87e9-f4fac33d8010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6213 | 2024.08.06 04:02:47.136607 [ 187 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_31_6} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6214 | 2024.08.06 04:02:47.136671 [ 3 ] {} <Debug> HTTP-Session: 46bf9edb-2cdd-483f-87e9-f4fac33d8010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6215 | 2024.08.06 04:02:47.136856 [ 3 ] {} <Trace> HTTP-Session: 46bf9edb-2cdd-483f-87e9-f4fac33d8010 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6216 | 2024.08.06 04:02:47.137027 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 75 rows starting from the beginning of the part | ||
6217 | 2024.08.06 04:02:47.137383 [ 3 ] {e7adcf0a-a914-4625-93d6-88ee52db9a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6218 | 2024.08.06 04:02:47.137409 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 404 rows starting from the beginning of the part | ||
6219 | 2024.08.06 04:02:47.137403 [ 187 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_31_6} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6220 | 2024.08.06 04:02:47.137568 [ 3 ] {e7adcf0a-a914-4625-93d6-88ee52db9a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6221 | 2024.08.06 04:02:47.137783 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 75 rows starting from the beginning of the part | ||
6222 | 2024.08.06 04:02:47.138206 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 404 rows starting from the beginning of the part | ||
6223 | 2024.08.06 04:02:47.138671 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 99 rows starting from the beginning of the part | ||
6224 | 2024.08.06 04:02:47.138508 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
6225 | 2024.08.06 04:02:47.139097 [ 3 ] {e7adcf0a-a914-4625-93d6-88ee52db9a3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6226 | 2024.08.06 04:02:47.140047 [ 3 ] {e7adcf0a-a914-4625-93d6-88ee52db9a3f} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6227 | 2024.08.06 04:02:47.140120 [ 3 ] {e7adcf0a-a914-4625-93d6-88ee52db9a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6228 | 2024.08.06 04:02:47.141096 [ 3 ] {e7adcf0a-a914-4625-93d6-88ee52db9a3f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6229 | 2024.08.06 04:02:47.141673 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1530 rows, containing 4 columns (4 merged, 0 gathered) in 0.006096834 sec., 250949.91925317305 rows/sec., 18.12 MiB/sec. | ||
6230 | 2024.08.06 04:02:47.141862 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6231 | 2024.08.06 04:02:47.142026 [ 3 ] {e7adcf0a-a914-4625-93d6-88ee52db9a3f} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6232 | 2024.08.06 04:02:47.142391 [ 3 ] {e7adcf0a-a914-4625-93d6-88ee52db9a3f} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.005277 sec., 37142.315709683535 rows/sec., 2.59 MiB/sec. | ||
6233 | 2024.08.06 04:02:47.142443 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6234 | 2024.08.06 04:02:47.142684 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6235 | 2024.08.06 04:02:47.142786 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6236 | 2024.08.06 04:02:47.142919 [ 3 ] {e7adcf0a-a914-4625-93d6-88ee52db9a3f} <Debug> DynamicQueryHandler: Done processing query | ||
6237 | 2024.08.06 04:02:47.143001 [ 3 ] {e7adcf0a-a914-4625-93d6-88ee52db9a3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6238 | 2024.08.06 04:02:47.143075 [ 3 ] {} <Debug> HTTP-Session: 46bf9edb-2cdd-483f-87e9-f4fac33d8010 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6239 | 2024.08.06 04:02:47.143127 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_31_6} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6240 | 2024.08.06 04:02:47.143141 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
6241 | 2024.08.06 04:02:47.143303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6242 | 2024.08.06 04:02:47.143358 [ 193 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_31_6} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6243 | 2024.08.06 04:02:47.143424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6244 | 2024.08.06 04:02:47.143506 [ 3 ] {} <Debug> HTTP-Session: bb708e6a-bede-4849-8b01-9500819b51d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6245 | 2024.08.06 04:02:47.143587 [ 3 ] {} <Debug> HTTP-Session: bb708e6a-bede-4849-8b01-9500819b51d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6246 | 2024.08.06 04:02:47.143621 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6247 | 2024.08.06 04:02:47.143645 [ 3 ] {} <Debug> HTTP-Session: bb708e6a-bede-4849-8b01-9500819b51d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6248 | 2024.08.06 04:02:47.143652 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
6249 | 2024.08.06 04:02:47.143688 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4427 rows starting from the beginning of the part | ||
6250 | 2024.08.06 04:02:47.143728 [ 3 ] {} <Trace> HTTP-Session: bb708e6a-bede-4849-8b01-9500819b51d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6251 | 2024.08.06 04:02:47.143794 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
6252 | 2024.08.06 04:02:47.144165 [ 3 ] {7b7c6ce7-a086-4c04-aa45-56b478294f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6253 | 2024.08.06 04:02:47.144255 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
6254 | 2024.08.06 04:02:47.144476 [ 3 ] {7b7c6ce7-a086-4c04-aa45-56b478294f37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6255 | 2024.08.06 04:02:47.144538 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
6256 | 2024.08.06 04:02:47.144921 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
6257 | 2024.08.06 04:02:47.145205 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 196 rows starting from the beginning of the part | ||
6258 | 2024.08.06 04:02:47.146281 [ 3 ] {7b7c6ce7-a086-4c04-aa45-56b478294f37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6259 | 2024.08.06 04:02:47.147369 [ 3 ] {7b7c6ce7-a086-4c04-aa45-56b478294f37} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6260 | 2024.08.06 04:02:47.147415 [ 3 ] {7b7c6ce7-a086-4c04-aa45-56b478294f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6261 | 2024.08.06 04:02:47.148465 [ 3 ] {7b7c6ce7-a086-4c04-aa45-56b478294f37} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6262 | 2024.08.06 04:02:47.148915 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5263 rows, containing 5 columns (5 merged, 0 gathered) in 0.006028653 sec., 872997.6663111976 rows/sec., 60.84 MiB/sec. | ||
6263 | 2024.08.06 04:02:47.149130 [ 3 ] {7b7c6ce7-a086-4c04-aa45-56b478294f37} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6264 | 2024.08.06 04:02:47.149386 [ 193 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6265 | 2024.08.06 04:02:47.149377 [ 110 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6266 | 2024.08.06 04:02:47.149446 [ 3 ] {7b7c6ce7-a086-4c04-aa45-56b478294f37} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.005553 sec., 1980.911219160814 rows/sec., 3.55 MiB/sec. | ||
6267 | 2024.08.06 04:02:47.149492 [ 110 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6268 | 2024.08.06 04:02:47.149621 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6269 | 2024.08.06 04:02:47.150454 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
6270 | 2024.08.06 04:02:47.150606 [ 3 ] {7b7c6ce7-a086-4c04-aa45-56b478294f37} <Debug> DynamicQueryHandler: Done processing query | ||
6271 | 2024.08.06 04:02:47.150674 [ 3 ] {7b7c6ce7-a086-4c04-aa45-56b478294f37} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
6272 | 2024.08.06 04:02:47.150744 [ 3 ] {} <Debug> HTTP-Session: bb708e6a-bede-4849-8b01-9500819b51d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6273 | 2024.08.06 04:02:47.151007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6274 | 2024.08.06 04:02:47.151134 [ 193 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): 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.08.06 04:02:47.151175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6276 | 2024.08.06 04:02:47.151273 [ 3 ] {} <Debug> HTTP-Session: 3ba37c7b-70ec-4698-b4bd-0ee271860908 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6277 | 2024.08.06 04:02:47.151350 [ 3 ] {} <Debug> HTTP-Session: 3ba37c7b-70ec-4698-b4bd-0ee271860908 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6278 | 2024.08.06 04:02:47.151404 [ 3 ] {} <Debug> HTTP-Session: 3ba37c7b-70ec-4698-b4bd-0ee271860908 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6279 | 2024.08.06 04:02:47.151457 [ 193 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6280 | 2024.08.06 04:02:47.151529 [ 3 ] {} <Trace> HTTP-Session: 3ba37c7b-70ec-4698-b4bd-0ee271860908 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6281 | 2024.08.06 04:02:47.151748 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
6282 | 2024.08.06 04:02:47.151923 [ 3 ] {b9f6ea89-25f3-4335-b832-6e94a3384911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6283 | 2024.08.06 04:02:47.152058 [ 3 ] {b9f6ea89-25f3-4335-b832-6e94a3384911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6284 | 2024.08.06 04:02:47.152081 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6285 | 2024.08.06 04:02:47.152323 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 274 rows starting from the beginning of the part | ||
6286 | 2024.08.06 04:02:47.152734 [ 3 ] {b9f6ea89-25f3-4335-b832-6e94a3384911} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6287 | 2024.08.06 04:02:47.153179 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
6288 | 2024.08.06 04:02:47.153972 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 22 rows starting from the beginning of the part | ||
6289 | 2024.08.06 04:02:47.154035 [ 3 ] {b9f6ea89-25f3-4335-b832-6e94a3384911} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6290 | 2024.08.06 04:02:47.154102 [ 3 ] {b9f6ea89-25f3-4335-b832-6e94a3384911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6291 | 2024.08.06 04:02:47.154626 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
6292 | 2024.08.06 04:02:47.155290 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 22 rows starting from the beginning of the part | ||
6293 | 2024.08.06 04:02:47.155738 [ 3 ] {b9f6ea89-25f3-4335-b832-6e94a3384911} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6294 | 2024.08.06 04:02:47.155877 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
6295 | 2024.08.06 04:02:47.156767 [ 3 ] {b9f6ea89-25f3-4335-b832-6e94a3384911} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6296 | 2024.08.06 04:02:47.157073 [ 110 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6297 | 2024.08.06 04:02:47.157124 [ 3 ] {b9f6ea89-25f3-4335-b832-6e94a3384911} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005348 sec., 11219.147344801795 rows/sec., 774.24 KiB/sec. | ||
6298 | 2024.08.06 04:02:47.157158 [ 110 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6299 | 2024.08.06 04:02:47.157224 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6300 | 2024.08.06 04:02:47.157646 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
6301 | 2024.08.06 04:02:47.157722 [ 3 ] {b9f6ea89-25f3-4335-b832-6e94a3384911} <Debug> DynamicQueryHandler: Done processing query | ||
6302 | 2024.08.06 04:02:47.157802 [ 3 ] {b9f6ea89-25f3-4335-b832-6e94a3384911} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6303 | 2024.08.06 04:02:47.157888 [ 3 ] {} <Debug> HTTP-Session: 3ba37c7b-70ec-4698-b4bd-0ee271860908 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6304 | 2024.08.06 04:02:47.158225 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6305 | 2024.08.06 04:02:47.158300 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1538 rows starting from the beginning of the part | ||
6306 | 2024.08.06 04:02:47.158533 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
6307 | 2024.08.06 04:02:47.158835 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
6308 | 2024.08.06 04:02:47.159002 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
6309 | 2024.08.06 04:02:47.159283 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
6310 | 2024.08.06 04:02:47.159539 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
6311 | 2024.08.06 04:02:47.163384 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1838 rows, containing 4 columns (4 merged, 0 gathered) in 0.005988371 sec., 306928.2113616541 rows/sec., 20.70 MiB/sec. | ||
6312 | 2024.08.06 04:02:47.163683 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6313 | 2024.08.06 04:02:47.164409 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_31_6} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6314 | 2024.08.06 04:02:47.164555 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_31_6} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6315 | 2024.08.06 04:02:47.164680 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
6316 | 2024.08.06 04:02:47.165390 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 351 rows, containing 19 columns (19 merged, 0 gathered) in 0.015546246 sec., 22577.797881237697 rows/sec., 40.46 MiB/sec. | ||
6317 | 2024.08.06 04:02:47.165843 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6318 | 2024.08.06 04:02:47.166420 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6319 | 2024.08.06 04:02:47.166502 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6320 | 2024.08.06 04:02:47.166642 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. | ||
6321 | 2024.08.06 04:02:51.017501 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6322 | 2024.08.06 04:02:51.017577 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6323 | 2024.08.06 04:02:52.130758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6324 | 2024.08.06 04:02:52.130865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6325 | 2024.08.06 04:02:52.130888 [ 3 ] {} <Debug> HTTP-Session: 17890396-cd97-48e7-adcf-1aec045199d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6326 | 2024.08.06 04:02:52.130912 [ 3 ] {} <Debug> HTTP-Session: 17890396-cd97-48e7-adcf-1aec045199d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6327 | 2024.08.06 04:02:52.130926 [ 3 ] {} <Debug> HTTP-Session: 17890396-cd97-48e7-adcf-1aec045199d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6328 | 2024.08.06 04:02:52.130973 [ 3 ] {} <Trace> HTTP-Session: 17890396-cd97-48e7-adcf-1aec045199d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6329 | 2024.08.06 04:02:52.131160 [ 3 ] {12fbee69-5ab9-4497-ab5b-67506075c098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6330 | 2024.08.06 04:02:52.131223 [ 3 ] {12fbee69-5ab9-4497-ab5b-67506075c098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6331 | 2024.08.06 04:02:52.131414 [ 3 ] {12fbee69-5ab9-4497-ab5b-67506075c098} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6332 | 2024.08.06 04:02:52.131843 [ 3 ] {12fbee69-5ab9-4497-ab5b-67506075c098} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6333 | 2024.08.06 04:02:52.131880 [ 3 ] {12fbee69-5ab9-4497-ab5b-67506075c098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6334 | 2024.08.06 04:02:52.132242 [ 3 ] {12fbee69-5ab9-4497-ab5b-67506075c098} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6335 | 2024.08.06 04:02:52.132574 [ 3 ] {12fbee69-5ab9-4497-ab5b-67506075c098} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6336 | 2024.08.06 04:02:52.132719 [ 3 ] {12fbee69-5ab9-4497-ab5b-67506075c098} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.00162 sec., 17283.95061728395 rows/sec., 1.28 MiB/sec. | ||
6337 | 2024.08.06 04:02:52.133015 [ 3 ] {12fbee69-5ab9-4497-ab5b-67506075c098} <Debug> DynamicQueryHandler: Done processing query | ||
6338 | 2024.08.06 04:02:52.133050 [ 3 ] {12fbee69-5ab9-4497-ab5b-67506075c098} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6339 | 2024.08.06 04:02:52.133066 [ 3 ] {} <Debug> HTTP-Session: 17890396-cd97-48e7-adcf-1aec045199d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6340 | 2024.08.06 04:02:52.133230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6341 | 2024.08.06 04:02:52.133279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6342 | 2024.08.06 04:02:52.133297 [ 3 ] {} <Debug> HTTP-Session: b8f26bfc-d7f8-4206-a78b-acbeea71342d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6343 | 2024.08.06 04:02:52.133314 [ 3 ] {} <Debug> HTTP-Session: b8f26bfc-d7f8-4206-a78b-acbeea71342d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6344 | 2024.08.06 04:02:52.133327 [ 3 ] {} <Debug> HTTP-Session: b8f26bfc-d7f8-4206-a78b-acbeea71342d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6345 | 2024.08.06 04:02:52.133358 [ 3 ] {} <Trace> HTTP-Session: b8f26bfc-d7f8-4206-a78b-acbeea71342d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6346 | 2024.08.06 04:02:52.133452 [ 3 ] {55084b92-b280-44b8-aa3c-5cd75b8e9392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6347 | 2024.08.06 04:02:52.133496 [ 3 ] {55084b92-b280-44b8-aa3c-5cd75b8e9392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6348 | 2024.08.06 04:02:52.133643 [ 3 ] {55084b92-b280-44b8-aa3c-5cd75b8e9392} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6349 | 2024.08.06 04:02:52.133935 [ 3 ] {55084b92-b280-44b8-aa3c-5cd75b8e9392} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6350 | 2024.08.06 04:02:52.133970 [ 3 ] {55084b92-b280-44b8-aa3c-5cd75b8e9392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6351 | 2024.08.06 04:02:52.134273 [ 3 ] {55084b92-b280-44b8-aa3c-5cd75b8e9392} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6352 | 2024.08.06 04:02:52.134575 [ 3 ] {55084b92-b280-44b8-aa3c-5cd75b8e9392} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6353 | 2024.08.06 04:02:52.134698 [ 3 ] {55084b92-b280-44b8-aa3c-5cd75b8e9392} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001271 sec., 1573.5641227380015 rows/sec., 128.31 KiB/sec. | ||
6354 | 2024.08.06 04:02:52.134987 [ 3 ] {55084b92-b280-44b8-aa3c-5cd75b8e9392} <Debug> DynamicQueryHandler: Done processing query | ||
6355 | 2024.08.06 04:02:52.135011 [ 3 ] {55084b92-b280-44b8-aa3c-5cd75b8e9392} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6356 | 2024.08.06 04:02:52.135027 [ 3 ] {} <Debug> HTTP-Session: b8f26bfc-d7f8-4206-a78b-acbeea71342d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6357 | 2024.08.06 04:02:52.135200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6358 | 2024.08.06 04:02:52.135247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6359 | 2024.08.06 04:02:52.135266 [ 3 ] {} <Debug> HTTP-Session: 63ccf5f6-7c39-4090-ba6d-294a3f64606b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6360 | 2024.08.06 04:02:52.135282 [ 3 ] {} <Debug> HTTP-Session: 63ccf5f6-7c39-4090-ba6d-294a3f64606b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6361 | 2024.08.06 04:02:52.135296 [ 3 ] {} <Debug> HTTP-Session: 63ccf5f6-7c39-4090-ba6d-294a3f64606b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6362 | 2024.08.06 04:02:52.135327 [ 3 ] {} <Trace> HTTP-Session: 63ccf5f6-7c39-4090-ba6d-294a3f64606b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6363 | 2024.08.06 04:02:52.135477 [ 3 ] {38602668-d55b-42ef-9630-dc1d4df75d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6364 | 2024.08.06 04:02:52.135519 [ 3 ] {38602668-d55b-42ef-9630-dc1d4df75d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6365 | 2024.08.06 04:02:52.135661 [ 3 ] {38602668-d55b-42ef-9630-dc1d4df75d8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6366 | 2024.08.06 04:02:52.136103 [ 3 ] {38602668-d55b-42ef-9630-dc1d4df75d8f} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6367 | 2024.08.06 04:02:52.136138 [ 3 ] {38602668-d55b-42ef-9630-dc1d4df75d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6368 | 2024.08.06 04:02:52.136458 [ 3 ] {38602668-d55b-42ef-9630-dc1d4df75d8f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6369 | 2024.08.06 04:02:52.136759 [ 3 ] {38602668-d55b-42ef-9630-dc1d4df75d8f} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6370 | 2024.08.06 04:02:52.136882 [ 3 ] {38602668-d55b-42ef-9630-dc1d4df75d8f} <Debug> executeQuery: Read 228 rows, 20.54 KiB in 0.001477 sec., 154366.96005416385 rows/sec., 13.58 MiB/sec. | ||
6371 | 2024.08.06 04:02:52.137042 [ 3 ] {38602668-d55b-42ef-9630-dc1d4df75d8f} <Debug> DynamicQueryHandler: Done processing query | ||
6372 | 2024.08.06 04:02:52.137066 [ 3 ] {38602668-d55b-42ef-9630-dc1d4df75d8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
6373 | 2024.08.06 04:02:52.137082 [ 3 ] {} <Debug> HTTP-Session: 63ccf5f6-7c39-4090-ba6d-294a3f64606b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6374 | 2024.08.06 04:02:52.137221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6375 | 2024.08.06 04:02:52.137270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6376 | 2024.08.06 04:02:52.137289 [ 3 ] {} <Debug> HTTP-Session: b5277c84-5354-4133-bb0d-ed33798b67ee Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6377 | 2024.08.06 04:02:52.137305 [ 3 ] {} <Debug> HTTP-Session: b5277c84-5354-4133-bb0d-ed33798b67ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6378 | 2024.08.06 04:02:52.137318 [ 3 ] {} <Debug> HTTP-Session: b5277c84-5354-4133-bb0d-ed33798b67ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6379 | 2024.08.06 04:02:52.137349 [ 3 ] {} <Trace> HTTP-Session: b5277c84-5354-4133-bb0d-ed33798b67ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6380 | 2024.08.06 04:02:52.137441 [ 3 ] {fed66fdd-31a0-48e9-b613-7c6fcff371f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6381 | 2024.08.06 04:02:52.137484 [ 3 ] {fed66fdd-31a0-48e9-b613-7c6fcff371f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6382 | 2024.08.06 04:02:52.137607 [ 3 ] {fed66fdd-31a0-48e9-b613-7c6fcff371f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6383 | 2024.08.06 04:02:52.137865 [ 3 ] {fed66fdd-31a0-48e9-b613-7c6fcff371f9} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6384 | 2024.08.06 04:02:52.137900 [ 3 ] {fed66fdd-31a0-48e9-b613-7c6fcff371f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6385 | 2024.08.06 04:02:52.138193 [ 3 ] {fed66fdd-31a0-48e9-b613-7c6fcff371f9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6386 | 2024.08.06 04:02:52.138490 [ 3 ] {fed66fdd-31a0-48e9-b613-7c6fcff371f9} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6387 | 2024.08.06 04:02:52.138618 [ 3 ] {fed66fdd-31a0-48e9-b613-7c6fcff371f9} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001199 sec., 1668.0567139282737 rows/sec., 116.47 KiB/sec. | ||
6388 | 2024.08.06 04:02:52.138875 [ 3 ] {fed66fdd-31a0-48e9-b613-7c6fcff371f9} <Debug> DynamicQueryHandler: Done processing query | ||
6389 | 2024.08.06 04:02:52.138899 [ 3 ] {fed66fdd-31a0-48e9-b613-7c6fcff371f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6390 | 2024.08.06 04:02:52.138916 [ 3 ] {} <Debug> HTTP-Session: b5277c84-5354-4133-bb0d-ed33798b67ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6391 | 2024.08.06 04:02:52.139077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6392 | 2024.08.06 04:02:52.139125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6393 | 2024.08.06 04:02:52.139143 [ 3 ] {} <Debug> HTTP-Session: 6262cad6-a217-42e8-bd02-353accda8f81 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6394 | 2024.08.06 04:02:52.139160 [ 3 ] {} <Debug> HTTP-Session: 6262cad6-a217-42e8-bd02-353accda8f81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6395 | 2024.08.06 04:02:52.139173 [ 3 ] {} <Debug> HTTP-Session: 6262cad6-a217-42e8-bd02-353accda8f81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6396 | 2024.08.06 04:02:52.139203 [ 3 ] {} <Trace> HTTP-Session: 6262cad6-a217-42e8-bd02-353accda8f81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6397 | 2024.08.06 04:02:52.139404 [ 3 ] {64346961-6d20-4e95-bcbd-d7a6414de56d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6398 | 2024.08.06 04:02:52.139447 [ 3 ] {64346961-6d20-4e95-bcbd-d7a6414de56d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6399 | 2024.08.06 04:02:52.139588 [ 3 ] {64346961-6d20-4e95-bcbd-d7a6414de56d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6400 | 2024.08.06 04:02:52.140133 [ 3 ] {64346961-6d20-4e95-bcbd-d7a6414de56d} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6401 | 2024.08.06 04:02:52.140169 [ 3 ] {64346961-6d20-4e95-bcbd-d7a6414de56d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6402 | 2024.08.06 04:02:52.140488 [ 3 ] {64346961-6d20-4e95-bcbd-d7a6414de56d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6403 | 2024.08.06 04:02:52.140787 [ 3 ] {64346961-6d20-4e95-bcbd-d7a6414de56d} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6404 | 2024.08.06 04:02:52.140907 [ 3 ] {64346961-6d20-4e95-bcbd-d7a6414de56d} <Debug> executeQuery: Read 406 rows, 29.40 KiB in 0.001608 sec., 252487.5621890547 rows/sec., 17.85 MiB/sec. | ||
6405 | 2024.08.06 04:02:52.141063 [ 3 ] {64346961-6d20-4e95-bcbd-d7a6414de56d} <Debug> DynamicQueryHandler: Done processing query | ||
6406 | 2024.08.06 04:02:52.141087 [ 3 ] {64346961-6d20-4e95-bcbd-d7a6414de56d} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
6407 | 2024.08.06 04:02:52.141103 [ 3 ] {} <Debug> HTTP-Session: 6262cad6-a217-42e8-bd02-353accda8f81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6408 | 2024.08.06 04:02:52.141236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6409 | 2024.08.06 04:02:52.141283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6410 | 2024.08.06 04:02:52.141301 [ 3 ] {} <Debug> HTTP-Session: 28387157-5d05-4693-9606-2a45066de292 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6411 | 2024.08.06 04:02:52.141317 [ 3 ] {} <Debug> HTTP-Session: 28387157-5d05-4693-9606-2a45066de292 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6412 | 2024.08.06 04:02:52.141330 [ 3 ] {} <Debug> HTTP-Session: 28387157-5d05-4693-9606-2a45066de292 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6413 | 2024.08.06 04:02:52.141361 [ 3 ] {} <Trace> HTTP-Session: 28387157-5d05-4693-9606-2a45066de292 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6414 | 2024.08.06 04:02:52.141453 [ 3 ] {9ad30ab8-44f7-48b5-990e-710e315ef760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6415 | 2024.08.06 04:02:52.141497 [ 3 ] {9ad30ab8-44f7-48b5-990e-710e315ef760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6416 | 2024.08.06 04:02:52.141623 [ 3 ] {9ad30ab8-44f7-48b5-990e-710e315ef760} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6417 | 2024.08.06 04:02:52.141872 [ 3 ] {9ad30ab8-44f7-48b5-990e-710e315ef760} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6418 | 2024.08.06 04:02:52.141908 [ 3 ] {9ad30ab8-44f7-48b5-990e-710e315ef760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6419 | 2024.08.06 04:02:52.142257 [ 3 ] {9ad30ab8-44f7-48b5-990e-710e315ef760} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6420 | 2024.08.06 04:02:52.142577 [ 3 ] {9ad30ab8-44f7-48b5-990e-710e315ef760} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6421 | 2024.08.06 04:02:52.142705 [ 3 ] {9ad30ab8-44f7-48b5-990e-710e315ef760} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001277 sec., 4698.512137823023 rows/sec., 201.89 KiB/sec. | ||
6422 | 2024.08.06 04:02:52.143023 [ 3 ] {9ad30ab8-44f7-48b5-990e-710e315ef760} <Debug> DynamicQueryHandler: Done processing query | ||
6423 | 2024.08.06 04:02:52.143053 [ 3 ] {9ad30ab8-44f7-48b5-990e-710e315ef760} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6424 | 2024.08.06 04:02:52.143070 [ 3 ] {} <Debug> HTTP-Session: 28387157-5d05-4693-9606-2a45066de292 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6425 | 2024.08.06 04:02:52.143198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6426 | 2024.08.06 04:02:52.143247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6427 | 2024.08.06 04:02:52.143266 [ 3 ] {} <Debug> HTTP-Session: 49f2b267-99bb-4ca7-b36b-79df8602edb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6428 | 2024.08.06 04:02:52.143283 [ 3 ] {} <Debug> HTTP-Session: 49f2b267-99bb-4ca7-b36b-79df8602edb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6429 | 2024.08.06 04:02:52.143297 [ 3 ] {} <Debug> HTTP-Session: 49f2b267-99bb-4ca7-b36b-79df8602edb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6430 | 2024.08.06 04:02:52.143328 [ 3 ] {} <Trace> HTTP-Session: 49f2b267-99bb-4ca7-b36b-79df8602edb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6431 | 2024.08.06 04:02:52.143452 [ 3 ] {54afacc1-baf4-4ad2-9cee-938874b6425a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6432 | 2024.08.06 04:02:52.143502 [ 3 ] {54afacc1-baf4-4ad2-9cee-938874b6425a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6433 | 2024.08.06 04:02:52.143670 [ 3 ] {54afacc1-baf4-4ad2-9cee-938874b6425a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6434 | 2024.08.06 04:02:52.144024 [ 3 ] {54afacc1-baf4-4ad2-9cee-938874b6425a} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6435 | 2024.08.06 04:02:52.144060 [ 3 ] {54afacc1-baf4-4ad2-9cee-938874b6425a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6436 | 2024.08.06 04:02:52.144429 [ 3 ] {54afacc1-baf4-4ad2-9cee-938874b6425a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6437 | 2024.08.06 04:02:52.144764 [ 3 ] {54afacc1-baf4-4ad2-9cee-938874b6425a} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6438 | 2024.08.06 04:02:52.144889 [ 3 ] {54afacc1-baf4-4ad2-9cee-938874b6425a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001481 sec., 51991.89736664416 rows/sec., 3.20 MiB/sec. | ||
6439 | 2024.08.06 04:02:52.145212 [ 3 ] {54afacc1-baf4-4ad2-9cee-938874b6425a} <Debug> DynamicQueryHandler: Done processing query | ||
6440 | 2024.08.06 04:02:52.145237 [ 3 ] {54afacc1-baf4-4ad2-9cee-938874b6425a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6441 | 2024.08.06 04:02:52.145253 [ 3 ] {} <Debug> HTTP-Session: 49f2b267-99bb-4ca7-b36b-79df8602edb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6442 | 2024.08.06 04:02:52.145420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6443 | 2024.08.06 04:02:52.145469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6444 | 2024.08.06 04:02:52.145488 [ 3 ] {} <Debug> HTTP-Session: 9c39ed9c-46a9-44dd-b2da-835fb77f2bc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6445 | 2024.08.06 04:02:52.145505 [ 3 ] {} <Debug> HTTP-Session: 9c39ed9c-46a9-44dd-b2da-835fb77f2bc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6446 | 2024.08.06 04:02:52.145519 [ 3 ] {} <Debug> HTTP-Session: 9c39ed9c-46a9-44dd-b2da-835fb77f2bc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6447 | 2024.08.06 04:02:52.145551 [ 3 ] {} <Trace> HTTP-Session: 9c39ed9c-46a9-44dd-b2da-835fb77f2bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6448 | 2024.08.06 04:02:52.145692 [ 3 ] {0383bbd9-bf1d-4250-adf1-f16fd951cc8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6449 | 2024.08.06 04:02:52.145739 [ 3 ] {0383bbd9-bf1d-4250-adf1-f16fd951cc8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6450 | 2024.08.06 04:02:52.145904 [ 3 ] {0383bbd9-bf1d-4250-adf1-f16fd951cc8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6451 | 2024.08.06 04:02:52.146338 [ 3 ] {0383bbd9-bf1d-4250-adf1-f16fd951cc8d} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6452 | 2024.08.06 04:02:52.146374 [ 3 ] {0383bbd9-bf1d-4250-adf1-f16fd951cc8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6453 | 2024.08.06 04:02:52.146751 [ 3 ] {0383bbd9-bf1d-4250-adf1-f16fd951cc8d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6454 | 2024.08.06 04:02:52.147088 [ 3 ] {0383bbd9-bf1d-4250-adf1-f16fd951cc8d} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6455 | 2024.08.06 04:02:52.147216 [ 3 ] {0383bbd9-bf1d-4250-adf1-f16fd951cc8d} <Debug> executeQuery: Read 159 rows, 11.33 KiB in 0.001588 sec., 100125.94458438287 rows/sec., 6.97 MiB/sec. | ||
6456 | 2024.08.06 04:02:52.147382 [ 3 ] {0383bbd9-bf1d-4250-adf1-f16fd951cc8d} <Debug> DynamicQueryHandler: Done processing query | ||
6457 | 2024.08.06 04:02:52.147406 [ 3 ] {0383bbd9-bf1d-4250-adf1-f16fd951cc8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6458 | 2024.08.06 04:02:52.147421 [ 3 ] {} <Debug> HTTP-Session: 9c39ed9c-46a9-44dd-b2da-835fb77f2bc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6459 | 2024.08.06 04:02:52.147551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35361, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6460 | 2024.08.06 04:02:52.147599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6461 | 2024.08.06 04:02:52.147617 [ 3 ] {} <Debug> HTTP-Session: 71b9bf9e-47f5-416f-a301-c227626e3bfe Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6462 | 2024.08.06 04:02:52.147635 [ 3 ] {} <Debug> HTTP-Session: 71b9bf9e-47f5-416f-a301-c227626e3bfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6463 | 2024.08.06 04:02:52.147648 [ 3 ] {} <Debug> HTTP-Session: 71b9bf9e-47f5-416f-a301-c227626e3bfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6464 | 2024.08.06 04:02:52.147679 [ 3 ] {} <Trace> HTTP-Session: 71b9bf9e-47f5-416f-a301-c227626e3bfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6465 | 2024.08.06 04:02:52.147960 [ 3 ] {c504a8f4-d14c-4843-ac7e-99b2df3273c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6466 | 2024.08.06 04:02:52.148024 [ 3 ] {c504a8f4-d14c-4843-ac7e-99b2df3273c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6467 | 2024.08.06 04:02:52.148431 [ 3 ] {c504a8f4-d14c-4843-ac7e-99b2df3273c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6468 | 2024.08.06 04:02:52.148998 [ 3 ] {c504a8f4-d14c-4843-ac7e-99b2df3273c4} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6469 | 2024.08.06 04:02:52.149034 [ 3 ] {c504a8f4-d14c-4843-ac7e-99b2df3273c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6470 | 2024.08.06 04:02:52.149635 [ 3 ] {c504a8f4-d14c-4843-ac7e-99b2df3273c4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6471 | 2024.08.06 04:02:52.150039 [ 3 ] {c504a8f4-d14c-4843-ac7e-99b2df3273c4} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6472 | 2024.08.06 04:02:52.150179 [ 3 ] {c504a8f4-d14c-4843-ac7e-99b2df3273c4} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002426 sec., 9068.425391591096 rows/sec., 16.25 MiB/sec. | ||
6473 | 2024.08.06 04:02:52.150367 [ 3 ] {c504a8f4-d14c-4843-ac7e-99b2df3273c4} <Debug> DynamicQueryHandler: Done processing query | ||
6474 | 2024.08.06 04:02:52.150391 [ 3 ] {c504a8f4-d14c-4843-ac7e-99b2df3273c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6475 | 2024.08.06 04:02:52.150407 [ 3 ] {} <Debug> HTTP-Session: 71b9bf9e-47f5-416f-a301-c227626e3bfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6476 | 2024.08.06 04:02:52.150528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6477 | 2024.08.06 04:02:52.150574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6478 | 2024.08.06 04:02:52.150593 [ 3 ] {} <Debug> HTTP-Session: 83668e19-0a32-4c31-b3f4-3e8b2c518120 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6479 | 2024.08.06 04:02:52.150610 [ 3 ] {} <Debug> HTTP-Session: 83668e19-0a32-4c31-b3f4-3e8b2c518120 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6480 | 2024.08.06 04:02:52.150624 [ 3 ] {} <Debug> HTTP-Session: 83668e19-0a32-4c31-b3f4-3e8b2c518120 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6481 | 2024.08.06 04:02:52.150655 [ 3 ] {} <Trace> HTTP-Session: 83668e19-0a32-4c31-b3f4-3e8b2c518120 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6482 | 2024.08.06 04:02:52.150755 [ 3 ] {26a47774-23b1-4899-9b02-9365ea9a57da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6483 | 2024.08.06 04:02:52.150800 [ 3 ] {26a47774-23b1-4899-9b02-9365ea9a57da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6484 | 2024.08.06 04:02:52.150926 [ 3 ] {26a47774-23b1-4899-9b02-9365ea9a57da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6485 | 2024.08.06 04:02:52.151196 [ 3 ] {26a47774-23b1-4899-9b02-9365ea9a57da} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6486 | 2024.08.06 04:02:52.151231 [ 3 ] {26a47774-23b1-4899-9b02-9365ea9a57da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6487 | 2024.08.06 04:02:52.151608 [ 3 ] {26a47774-23b1-4899-9b02-9365ea9a57da} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6488 | 2024.08.06 04:02:52.151937 [ 3 ] {26a47774-23b1-4899-9b02-9365ea9a57da} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6489 | 2024.08.06 04:02:52.152090 [ 3 ] {26a47774-23b1-4899-9b02-9365ea9a57da} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001358 sec., 16936.671575846834 rows/sec., 916.16 KiB/sec. | ||
6490 | 2024.08.06 04:02:52.152111 [ 103 ] {} <Debug> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6491 | 2024.08.06 04:02:52.152214 [ 103 ] {} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6492 | 2024.08.06 04:02:52.152253 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6493 | 2024.08.06 04:02:52.152347 [ 3 ] {26a47774-23b1-4899-9b02-9365ea9a57da} <Debug> DynamicQueryHandler: Done processing query | ||
6494 | 2024.08.06 04:02:52.152438 [ 3 ] {26a47774-23b1-4899-9b02-9365ea9a57da} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6495 | 2024.08.06 04:02:52.152551 [ 3 ] {} <Debug> HTTP-Session: 83668e19-0a32-4c31-b3f4-3e8b2c518120 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6496 | 2024.08.06 04:02:52.152596 [ 186 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::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 | ||
6497 | 2024.08.06 04:02:52.152789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 8842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6498 | 2024.08.06 04:02:52.152872 [ 186 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6499 | 2024.08.06 04:02:52.152909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6500 | 2024.08.06 04:02:52.152938 [ 186 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 257 rows starting from the beginning of the part | ||
6501 | 2024.08.06 04:02:52.152947 [ 3 ] {} <Debug> HTTP-Session: 46df9bfd-d2db-41ce-9b1b-8135f005f864 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6502 | 2024.08.06 04:02:52.152994 [ 3 ] {} <Debug> HTTP-Session: 46df9bfd-d2db-41ce-9b1b-8135f005f864 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6503 | 2024.08.06 04:02:52.153026 [ 3 ] {} <Debug> HTTP-Session: 46df9bfd-d2db-41ce-9b1b-8135f005f864 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6504 | 2024.08.06 04:02:52.153167 [ 3 ] {} <Trace> HTTP-Session: 46df9bfd-d2db-41ce-9b1b-8135f005f864 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6505 | 2024.08.06 04:02:52.153182 [ 186 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 23 rows starting from the beginning of the part | ||
6506 | 2024.08.06 04:02:52.153473 [ 186 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 23 rows starting from the beginning of the part | ||
6507 | 2024.08.06 04:02:52.153510 [ 3 ] {35d45c62-c064-48b4-81b7-ba406a1bd7c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6508 | 2024.08.06 04:02:52.153721 [ 3 ] {35d45c62-c064-48b4-81b7-ba406a1bd7c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6509 | 2024.08.06 04:02:52.153819 [ 186 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part | ||
6510 | 2024.08.06 04:02:52.154147 [ 186 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 23 rows starting from the beginning of the part | ||
6511 | 2024.08.06 04:02:52.154467 [ 186 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 23 rows starting from the beginning of the part | ||
6512 | 2024.08.06 04:02:52.154847 [ 3 ] {35d45c62-c064-48b4-81b7-ba406a1bd7c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6513 | 2024.08.06 04:02:52.155676 [ 3 ] {35d45c62-c064-48b4-81b7-ba406a1bd7c6} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6514 | 2024.08.06 04:02:52.155749 [ 3 ] {35d45c62-c064-48b4-81b7-ba406a1bd7c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6515 | 2024.08.06 04:02:52.156787 [ 3 ] {35d45c62-c064-48b4-81b7-ba406a1bd7c6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6516 | 2024.08.06 04:02:52.157436 [ 203 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 4 columns (4 merged, 0 gathered) in 0.00510088 sec., 72928.59271341415 rows/sec., 3.95 MiB/sec. | ||
6517 | 2024.08.06 04:02:52.157662 [ 3 ] {35d45c62-c064-48b4-81b7-ba406a1bd7c6} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6518 | 2024.08.06 04:02:52.157788 [ 203 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6519 | 2024.08.06 04:02:52.158037 [ 3 ] {35d45c62-c064-48b4-81b7-ba406a1bd7c6} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.004654 sec., 12462.397937258273 rows/sec., 862.62 KiB/sec. | ||
6520 | 2024.08.06 04:02:52.158920 [ 3 ] {35d45c62-c064-48b4-81b7-ba406a1bd7c6} <Debug> DynamicQueryHandler: Done processing query | ||
6521 | 2024.08.06 04:02:52.159014 [ 3 ] {35d45c62-c064-48b4-81b7-ba406a1bd7c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6522 | 2024.08.06 04:02:52.159104 [ 3 ] {} <Debug> HTTP-Session: 46df9bfd-d2db-41ce-9b1b-8135f005f864 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6523 | 2024.08.06 04:02:52.159357 [ 203 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_16_3} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6524 | 2024.08.06 04:02:52.159450 [ 203 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_16_3} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6525 | 2024.08.06 04:02:52.159548 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
6526 | 2024.08.06 04:02:57.125672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6527 | 2024.08.06 04:02:57.125811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6528 | 2024.08.06 04:02:57.125839 [ 3 ] {} <Debug> HTTP-Session: 8a443efa-199e-497d-b5d9-3897dc2ca6f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6529 | 2024.08.06 04:02:57.125863 [ 3 ] {} <Debug> HTTP-Session: 8a443efa-199e-497d-b5d9-3897dc2ca6f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6530 | 2024.08.06 04:02:57.125877 [ 3 ] {} <Debug> HTTP-Session: 8a443efa-199e-497d-b5d9-3897dc2ca6f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6531 | 2024.08.06 04:02:57.125925 [ 3 ] {} <Trace> HTTP-Session: 8a443efa-199e-497d-b5d9-3897dc2ca6f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6532 | 2024.08.06 04:02:57.126117 [ 3 ] {2eb86969-e0e7-4841-b29d-1a966fb3928e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6533 | 2024.08.06 04:02:57.126186 [ 3 ] {2eb86969-e0e7-4841-b29d-1a966fb3928e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6534 | 2024.08.06 04:02:57.126380 [ 3 ] {2eb86969-e0e7-4841-b29d-1a966fb3928e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6535 | 2024.08.06 04:02:57.126794 [ 3 ] {2eb86969-e0e7-4841-b29d-1a966fb3928e} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6536 | 2024.08.06 04:02:57.126833 [ 3 ] {2eb86969-e0e7-4841-b29d-1a966fb3928e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6537 | 2024.08.06 04:02:57.127271 [ 3 ] {2eb86969-e0e7-4841-b29d-1a966fb3928e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6538 | 2024.08.06 04:02:57.127635 [ 3 ] {2eb86969-e0e7-4841-b29d-1a966fb3928e} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6539 | 2024.08.06 04:02:57.127775 [ 3 ] {2eb86969-e0e7-4841-b29d-1a966fb3928e} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001726 sec., 6373.117033603708 rows/sec., 516.57 KiB/sec. | ||
6540 | 2024.08.06 04:02:57.127783 [ 100 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6541 | 2024.08.06 04:02:57.127847 [ 100 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6542 | 2024.08.06 04:02:57.127882 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6543 | 2024.08.06 04:02:57.127992 [ 3 ] {2eb86969-e0e7-4841-b29d-1a966fb3928e} <Debug> DynamicQueryHandler: Done processing query | ||
6544 | 2024.08.06 04:02:57.128007 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::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 | ||
6545 | 2024.08.06 04:02:57.128020 [ 3 ] {2eb86969-e0e7-4841-b29d-1a966fb3928e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6546 | 2024.08.06 04:02:57.128057 [ 3 ] {} <Debug> HTTP-Session: 8a443efa-199e-497d-b5d9-3897dc2ca6f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6547 | 2024.08.06 04:02:57.128155 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6548 | 2024.08.06 04:02:57.128189 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 39 rows starting from the beginning of the part | ||
6549 | 2024.08.06 04:02:57.128224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6550 | 2024.08.06 04:02:57.128294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6551 | 2024.08.06 04:02:57.128322 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part | ||
6552 | 2024.08.06 04:02:57.128336 [ 3 ] {} <Debug> HTTP-Session: 9c7236cc-8a09-4f03-94f6-e27bfae45b40 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6553 | 2024.08.06 04:02:57.128378 [ 3 ] {} <Debug> HTTP-Session: 9c7236cc-8a09-4f03-94f6-e27bfae45b40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6554 | 2024.08.06 04:02:57.128427 [ 3 ] {} <Debug> HTTP-Session: 9c7236cc-8a09-4f03-94f6-e27bfae45b40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6555 | 2024.08.06 04:02:57.128462 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part | ||
6556 | 2024.08.06 04:02:57.128531 [ 3 ] {} <Trace> HTTP-Session: 9c7236cc-8a09-4f03-94f6-e27bfae45b40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6557 | 2024.08.06 04:02:57.128943 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 11 rows starting from the beginning of the part | ||
6558 | 2024.08.06 04:02:57.129006 [ 3 ] {aba8d81e-ca26-493b-ae8c-fbe30e22d4aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6559 | 2024.08.06 04:02:57.129094 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 28 rows starting from the beginning of the part | ||
6560 | 2024.08.06 04:02:57.129140 [ 3 ] {aba8d81e-ca26-493b-ae8c-fbe30e22d4aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6561 | 2024.08.06 04:02:57.129420 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part | ||
6562 | 2024.08.06 04:02:57.130243 [ 3 ] {aba8d81e-ca26-493b-ae8c-fbe30e22d4aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6563 | 2024.08.06 04:02:57.130767 [ 3 ] {aba8d81e-ca26-493b-ae8c-fbe30e22d4aa} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6564 | 2024.08.06 04:02:57.130811 [ 3 ] {aba8d81e-ca26-493b-ae8c-fbe30e22d4aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6565 | 2024.08.06 04:02:57.131339 [ 3 ] {aba8d81e-ca26-493b-ae8c-fbe30e22d4aa} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6566 | 2024.08.06 04:02:57.131339 [ 203 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 128 rows, containing 4 columns (4 merged, 0 gathered) in 0.00338135 sec., 37854.70300323835 rows/sec., 2.87 MiB/sec. | ||
6567 | 2024.08.06 04:02:57.131631 [ 203 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6568 | 2024.08.06 04:02:57.132062 [ 3 ] {aba8d81e-ca26-493b-ae8c-fbe30e22d4aa} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6569 | 2024.08.06 04:02:57.132455 [ 3 ] {aba8d81e-ca26-493b-ae8c-fbe30e22d4aa} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.003618 sec., 24599.226091763405 rows/sec., 1.99 MiB/sec. | ||
6570 | 2024.08.06 04:02:57.132653 [ 203 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_26_5} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6571 | 2024.08.06 04:02:57.132783 [ 3 ] {aba8d81e-ca26-493b-ae8c-fbe30e22d4aa} <Debug> DynamicQueryHandler: Done processing query | ||
6572 | 2024.08.06 04:02:57.132796 [ 203 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_26_5} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6573 | 2024.08.06 04:02:57.132823 [ 3 ] {aba8d81e-ca26-493b-ae8c-fbe30e22d4aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6574 | 2024.08.06 04:02:57.132850 [ 3 ] {} <Debug> HTTP-Session: 9c7236cc-8a09-4f03-94f6-e27bfae45b40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6575 | 2024.08.06 04:02:57.132969 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6576 | 2024.08.06 04:02:57.133041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6577 | 2024.08.06 04:02:57.133097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6578 | 2024.08.06 04:02:57.133117 [ 3 ] {} <Debug> HTTP-Session: a8aae264-f409-4e3f-b926-337d816e9137 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6579 | 2024.08.06 04:02:57.133134 [ 3 ] {} <Debug> HTTP-Session: a8aae264-f409-4e3f-b926-337d816e9137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6580 | 2024.08.06 04:02:57.133148 [ 3 ] {} <Debug> HTTP-Session: a8aae264-f409-4e3f-b926-337d816e9137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6581 | 2024.08.06 04:02:57.133181 [ 3 ] {} <Trace> HTTP-Session: a8aae264-f409-4e3f-b926-337d816e9137 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6582 | 2024.08.06 04:02:57.133313 [ 3 ] {2d07add2-7879-44df-a00c-e4a4c12bf066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6583 | 2024.08.06 04:02:57.133360 [ 3 ] {2d07add2-7879-44df-a00c-e4a4c12bf066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6584 | 2024.08.06 04:02:57.133511 [ 3 ] {2d07add2-7879-44df-a00c-e4a4c12bf066} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6585 | 2024.08.06 04:02:57.133849 [ 3 ] {2d07add2-7879-44df-a00c-e4a4c12bf066} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6586 | 2024.08.06 04:02:57.133885 [ 3 ] {2d07add2-7879-44df-a00c-e4a4c12bf066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6587 | 2024.08.06 04:02:57.134216 [ 3 ] {2d07add2-7879-44df-a00c-e4a4c12bf066} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6588 | 2024.08.06 04:02:57.134536 [ 3 ] {2d07add2-7879-44df-a00c-e4a4c12bf066} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6589 | 2024.08.06 04:02:57.134663 [ 3 ] {2d07add2-7879-44df-a00c-e4a4c12bf066} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001399 sec., 53609.721229449606 rows/sec., 4.19 MiB/sec. | ||
6590 | 2024.08.06 04:02:57.134919 [ 3 ] {2d07add2-7879-44df-a00c-e4a4c12bf066} <Debug> DynamicQueryHandler: Done processing query | ||
6591 | 2024.08.06 04:02:57.134963 [ 3 ] {2d07add2-7879-44df-a00c-e4a4c12bf066} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6592 | 2024.08.06 04:02:57.134983 [ 3 ] {} <Debug> HTTP-Session: a8aae264-f409-4e3f-b926-337d816e9137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6593 | 2024.08.06 04:02:57.135149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6594 | 2024.08.06 04:02:57.135198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6595 | 2024.08.06 04:02:57.135218 [ 3 ] {} <Debug> HTTP-Session: 2a154f76-f4f3-4c2d-84bf-33b35a87301b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6596 | 2024.08.06 04:02:57.135235 [ 3 ] {} <Debug> HTTP-Session: 2a154f76-f4f3-4c2d-84bf-33b35a87301b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6597 | 2024.08.06 04:02:57.135248 [ 3 ] {} <Debug> HTTP-Session: 2a154f76-f4f3-4c2d-84bf-33b35a87301b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6598 | 2024.08.06 04:02:57.135280 [ 3 ] {} <Trace> HTTP-Session: 2a154f76-f4f3-4c2d-84bf-33b35a87301b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6599 | 2024.08.06 04:02:57.135430 [ 3 ] {a0d74949-ee41-4ab6-ae2e-fa81f7c02e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6600 | 2024.08.06 04:02:57.135480 [ 3 ] {a0d74949-ee41-4ab6-ae2e-fa81f7c02e56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6601 | 2024.08.06 04:02:57.135643 [ 3 ] {a0d74949-ee41-4ab6-ae2e-fa81f7c02e56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6602 | 2024.08.06 04:02:57.136008 [ 3 ] {a0d74949-ee41-4ab6-ae2e-fa81f7c02e56} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6603 | 2024.08.06 04:02:57.136043 [ 3 ] {a0d74949-ee41-4ab6-ae2e-fa81f7c02e56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6604 | 2024.08.06 04:02:57.136442 [ 3 ] {a0d74949-ee41-4ab6-ae2e-fa81f7c02e56} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6605 | 2024.08.06 04:02:57.136792 [ 3 ] {a0d74949-ee41-4ab6-ae2e-fa81f7c02e56} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6606 | 2024.08.06 04:02:57.136923 [ 3 ] {a0d74949-ee41-4ab6-ae2e-fa81f7c02e56} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. | ||
6607 | 2024.08.06 04:02:57.137077 [ 3 ] {a0d74949-ee41-4ab6-ae2e-fa81f7c02e56} <Debug> DynamicQueryHandler: Done processing query | ||
6608 | 2024.08.06 04:02:57.137102 [ 3 ] {a0d74949-ee41-4ab6-ae2e-fa81f7c02e56} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6609 | 2024.08.06 04:02:57.137118 [ 3 ] {} <Debug> HTTP-Session: 2a154f76-f4f3-4c2d-84bf-33b35a87301b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6610 | 2024.08.06 04:02:57.137257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6611 | 2024.08.06 04:02:57.137305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6612 | 2024.08.06 04:02:57.137325 [ 3 ] {} <Debug> HTTP-Session: 07b271b7-44f1-46d2-9c0a-75ce67eb5613 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6613 | 2024.08.06 04:02:57.137341 [ 3 ] {} <Debug> HTTP-Session: 07b271b7-44f1-46d2-9c0a-75ce67eb5613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6614 | 2024.08.06 04:02:57.137355 [ 3 ] {} <Debug> HTTP-Session: 07b271b7-44f1-46d2-9c0a-75ce67eb5613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6615 | 2024.08.06 04:02:57.137385 [ 3 ] {} <Trace> HTTP-Session: 07b271b7-44f1-46d2-9c0a-75ce67eb5613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6616 | 2024.08.06 04:02:57.137560 [ 3 ] {153ee42e-79ab-4a04-9d5a-9ae0b1288baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6617 | 2024.08.06 04:02:57.137622 [ 3 ] {153ee42e-79ab-4a04-9d5a-9ae0b1288baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6618 | 2024.08.06 04:02:57.138037 [ 3 ] {153ee42e-79ab-4a04-9d5a-9ae0b1288baf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6619 | 2024.08.06 04:02:57.138654 [ 3 ] {153ee42e-79ab-4a04-9d5a-9ae0b1288baf} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6620 | 2024.08.06 04:02:57.138690 [ 3 ] {153ee42e-79ab-4a04-9d5a-9ae0b1288baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6621 | 2024.08.06 04:02:57.139290 [ 3 ] {153ee42e-79ab-4a04-9d5a-9ae0b1288baf} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6622 | 2024.08.06 04:02:57.139706 [ 3 ] {153ee42e-79ab-4a04-9d5a-9ae0b1288baf} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6623 | 2024.08.06 04:02:57.139854 [ 3 ] {153ee42e-79ab-4a04-9d5a-9ae0b1288baf} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002394 sec., 4594.820384294068 rows/sec., 8.23 MiB/sec. | ||
6624 | 2024.08.06 04:02:57.140077 [ 3 ] {153ee42e-79ab-4a04-9d5a-9ae0b1288baf} <Debug> DynamicQueryHandler: Done processing query | ||
6625 | 2024.08.06 04:02:57.140102 [ 3 ] {153ee42e-79ab-4a04-9d5a-9ae0b1288baf} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
6626 | 2024.08.06 04:02:57.140118 [ 3 ] {} <Debug> HTTP-Session: 07b271b7-44f1-46d2-9c0a-75ce67eb5613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6627 | 2024.08.06 04:02:57.140243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6628 | 2024.08.06 04:02:57.140292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6629 | 2024.08.06 04:02:57.140312 [ 3 ] {} <Debug> HTTP-Session: a6ec4e8b-703b-4e6c-a739-590f45305707 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6630 | 2024.08.06 04:02:57.140329 [ 3 ] {} <Debug> HTTP-Session: a6ec4e8b-703b-4e6c-a739-590f45305707 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6631 | 2024.08.06 04:02:57.140342 [ 3 ] {} <Debug> HTTP-Session: a6ec4e8b-703b-4e6c-a739-590f45305707 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6632 | 2024.08.06 04:02:57.140373 [ 3 ] {} <Trace> HTTP-Session: a6ec4e8b-703b-4e6c-a739-590f45305707 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6633 | 2024.08.06 04:02:57.140496 [ 3 ] {c443d6de-4b1a-4c77-9ead-c3edb49f6030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6634 | 2024.08.06 04:02:57.140542 [ 3 ] {c443d6de-4b1a-4c77-9ead-c3edb49f6030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6635 | 2024.08.06 04:02:57.140672 [ 3 ] {c443d6de-4b1a-4c77-9ead-c3edb49f6030} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6636 | 2024.08.06 04:02:57.140997 [ 3 ] {c443d6de-4b1a-4c77-9ead-c3edb49f6030} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6637 | 2024.08.06 04:02:57.141035 [ 3 ] {c443d6de-4b1a-4c77-9ead-c3edb49f6030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6638 | 2024.08.06 04:02:57.141403 [ 3 ] {c443d6de-4b1a-4c77-9ead-c3edb49f6030} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6639 | 2024.08.06 04:02:57.141747 [ 3 ] {c443d6de-4b1a-4c77-9ead-c3edb49f6030} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6640 | 2024.08.06 04:02:57.141872 [ 3 ] {c443d6de-4b1a-4c77-9ead-c3edb49f6030} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec. | ||
6641 | 2024.08.06 04:02:57.142037 [ 3 ] {c443d6de-4b1a-4c77-9ead-c3edb49f6030} <Debug> DynamicQueryHandler: Done processing query | ||
6642 | 2024.08.06 04:02:57.142062 [ 3 ] {c443d6de-4b1a-4c77-9ead-c3edb49f6030} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6643 | 2024.08.06 04:02:57.142077 [ 3 ] {} <Debug> HTTP-Session: a6ec4e8b-703b-4e6c-a739-590f45305707 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6644 | 2024.08.06 04:03:02.130802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6645 | 2024.08.06 04:03:02.130956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6646 | 2024.08.06 04:03:02.130992 [ 3 ] {} <Debug> HTTP-Session: f02068fd-94b6-4545-a1d0-0c97bcfba02c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6647 | 2024.08.06 04:03:02.131023 [ 3 ] {} <Debug> HTTP-Session: f02068fd-94b6-4545-a1d0-0c97bcfba02c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6648 | 2024.08.06 04:03:02.131041 [ 3 ] {} <Debug> HTTP-Session: f02068fd-94b6-4545-a1d0-0c97bcfba02c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6649 | 2024.08.06 04:03:02.131099 [ 3 ] {} <Trace> HTTP-Session: f02068fd-94b6-4545-a1d0-0c97bcfba02c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6650 | 2024.08.06 04:03:02.131324 [ 3 ] {a1f2a9ca-8b4f-4e9d-9a31-09a7d1674e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6651 | 2024.08.06 04:03:02.131401 [ 3 ] {a1f2a9ca-8b4f-4e9d-9a31-09a7d1674e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6652 | 2024.08.06 04:03:02.131629 [ 3 ] {a1f2a9ca-8b4f-4e9d-9a31-09a7d1674e74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6653 | 2024.08.06 04:03:02.132198 [ 3 ] {a1f2a9ca-8b4f-4e9d-9a31-09a7d1674e74} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6654 | 2024.08.06 04:03:02.132243 [ 3 ] {a1f2a9ca-8b4f-4e9d-9a31-09a7d1674e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6655 | 2024.08.06 04:03:02.132611 [ 3 ] {a1f2a9ca-8b4f-4e9d-9a31-09a7d1674e74} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6656 | 2024.08.06 04:03:02.132951 [ 3 ] {a1f2a9ca-8b4f-4e9d-9a31-09a7d1674e74} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6657 | 2024.08.06 04:03:02.133118 [ 3 ] {a1f2a9ca-8b4f-4e9d-9a31-09a7d1674e74} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001856 sec., 15086.206896551725 rows/sec., 1.12 MiB/sec. | ||
6658 | 2024.08.06 04:03:02.133431 [ 3 ] {a1f2a9ca-8b4f-4e9d-9a31-09a7d1674e74} <Debug> DynamicQueryHandler: Done processing query | ||
6659 | 2024.08.06 04:03:02.133464 [ 3 ] {a1f2a9ca-8b4f-4e9d-9a31-09a7d1674e74} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6660 | 2024.08.06 04:03:02.133481 [ 3 ] {} <Debug> HTTP-Session: f02068fd-94b6-4545-a1d0-0c97bcfba02c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6661 | 2024.08.06 04:03:02.133674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6662 | 2024.08.06 04:03:02.133725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6663 | 2024.08.06 04:03:02.133747 [ 3 ] {} <Debug> HTTP-Session: 43d9807d-2b73-4a30-bcdf-4b4120c4a0ed Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6664 | 2024.08.06 04:03:02.133763 [ 3 ] {} <Debug> HTTP-Session: 43d9807d-2b73-4a30-bcdf-4b4120c4a0ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6665 | 2024.08.06 04:03:02.133776 [ 3 ] {} <Debug> HTTP-Session: 43d9807d-2b73-4a30-bcdf-4b4120c4a0ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6666 | 2024.08.06 04:03:02.133808 [ 3 ] {} <Trace> HTTP-Session: 43d9807d-2b73-4a30-bcdf-4b4120c4a0ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6667 | 2024.08.06 04:03:02.133964 [ 3 ] {6c07a673-513d-4e50-b392-0beb76682047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6668 | 2024.08.06 04:03:02.134008 [ 3 ] {6c07a673-513d-4e50-b392-0beb76682047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6669 | 2024.08.06 04:03:02.134152 [ 3 ] {6c07a673-513d-4e50-b392-0beb76682047} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6670 | 2024.08.06 04:03:02.134613 [ 3 ] {6c07a673-513d-4e50-b392-0beb76682047} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6671 | 2024.08.06 04:03:02.134649 [ 3 ] {6c07a673-513d-4e50-b392-0beb76682047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6672 | 2024.08.06 04:03:02.134979 [ 3 ] {6c07a673-513d-4e50-b392-0beb76682047} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6673 | 2024.08.06 04:03:02.135357 [ 3 ] {6c07a673-513d-4e50-b392-0beb76682047} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6674 | 2024.08.06 04:03:02.135654 [ 3 ] {6c07a673-513d-4e50-b392-0beb76682047} <Debug> executeQuery: Read 227 rows, 20.47 KiB in 0.001764 sec., 128684.80725623583 rows/sec., 11.33 MiB/sec. | ||
6675 | 2024.08.06 04:03:02.135817 [ 3 ] {6c07a673-513d-4e50-b392-0beb76682047} <Debug> DynamicQueryHandler: Done processing query | ||
6676 | 2024.08.06 04:03:02.135842 [ 3 ] {6c07a673-513d-4e50-b392-0beb76682047} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
6677 | 2024.08.06 04:03:02.135858 [ 3 ] {} <Debug> HTTP-Session: 43d9807d-2b73-4a30-bcdf-4b4120c4a0ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6678 | 2024.08.06 04:03:02.136166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6679 | 2024.08.06 04:03:02.136216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6680 | 2024.08.06 04:03:02.136236 [ 3 ] {} <Debug> HTTP-Session: b17d4844-e5ac-4dcb-8c60-44ccb9fcb689 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6681 | 2024.08.06 04:03:02.136253 [ 3 ] {} <Debug> HTTP-Session: b17d4844-e5ac-4dcb-8c60-44ccb9fcb689 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6682 | 2024.08.06 04:03:02.136267 [ 3 ] {} <Debug> HTTP-Session: b17d4844-e5ac-4dcb-8c60-44ccb9fcb689 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6683 | 2024.08.06 04:03:02.136298 [ 3 ] {} <Trace> HTTP-Session: b17d4844-e5ac-4dcb-8c60-44ccb9fcb689 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6684 | 2024.08.06 04:03:02.136510 [ 3 ] {11101550-c68c-4895-9952-185c388ca6dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6685 | 2024.08.06 04:03:02.136553 [ 3 ] {11101550-c68c-4895-9952-185c388ca6dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6686 | 2024.08.06 04:03:02.136678 [ 3 ] {11101550-c68c-4895-9952-185c388ca6dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6687 | 2024.08.06 04:03:02.137220 [ 3 ] {11101550-c68c-4895-9952-185c388ca6dc} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6688 | 2024.08.06 04:03:02.137256 [ 3 ] {11101550-c68c-4895-9952-185c388ca6dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6689 | 2024.08.06 04:03:02.137583 [ 3 ] {11101550-c68c-4895-9952-185c388ca6dc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6690 | 2024.08.06 04:03:02.137904 [ 3 ] {11101550-c68c-4895-9952-185c388ca6dc} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6691 | 2024.08.06 04:03:02.138031 [ 3 ] {11101550-c68c-4895-9952-185c388ca6dc} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.001639 sec., 246491.76327028676 rows/sec., 17.42 MiB/sec. | ||
6692 | 2024.08.06 04:03:02.138304 [ 3 ] {11101550-c68c-4895-9952-185c388ca6dc} <Debug> DynamicQueryHandler: Done processing query | ||
6693 | 2024.08.06 04:03:02.138346 [ 3 ] {11101550-c68c-4895-9952-185c388ca6dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6694 | 2024.08.06 04:03:02.138363 [ 3 ] {} <Debug> HTTP-Session: b17d4844-e5ac-4dcb-8c60-44ccb9fcb689 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6695 | 2024.08.06 04:03:02.138582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6696 | 2024.08.06 04:03:02.138632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6697 | 2024.08.06 04:03:02.138651 [ 3 ] {} <Debug> HTTP-Session: 7fbfe441-68ed-4abc-9880-dd65858c1e03 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6698 | 2024.08.06 04:03:02.138668 [ 3 ] {} <Debug> HTTP-Session: 7fbfe441-68ed-4abc-9880-dd65858c1e03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6699 | 2024.08.06 04:03:02.138681 [ 3 ] {} <Debug> HTTP-Session: 7fbfe441-68ed-4abc-9880-dd65858c1e03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6700 | 2024.08.06 04:03:02.138713 [ 3 ] {} <Trace> HTTP-Session: 7fbfe441-68ed-4abc-9880-dd65858c1e03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6701 | 2024.08.06 04:03:02.138813 [ 3 ] {49f8037f-4e3f-4bac-a20f-3ff4444bac5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6702 | 2024.08.06 04:03:02.138861 [ 3 ] {49f8037f-4e3f-4bac-a20f-3ff4444bac5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6703 | 2024.08.06 04:03:02.139007 [ 3 ] {49f8037f-4e3f-4bac-a20f-3ff4444bac5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6704 | 2024.08.06 04:03:02.139289 [ 3 ] {49f8037f-4e3f-4bac-a20f-3ff4444bac5f} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6705 | 2024.08.06 04:03:02.139325 [ 3 ] {49f8037f-4e3f-4bac-a20f-3ff4444bac5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6706 | 2024.08.06 04:03:02.139683 [ 3 ] {49f8037f-4e3f-4bac-a20f-3ff4444bac5f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6707 | 2024.08.06 04:03:02.140012 [ 3 ] {49f8037f-4e3f-4bac-a20f-3ff4444bac5f} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6708 | 2024.08.06 04:03:02.140137 [ 96 ] {} <Debug> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6709 | 2024.08.06 04:03:02.140140 [ 3 ] {49f8037f-4e3f-4bac-a20f-3ff4444bac5f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 190.83 KiB/sec. | ||
6710 | 2024.08.06 04:03:02.140184 [ 96 ] {} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6711 | 2024.08.06 04:03:02.140229 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6712 | 2024.08.06 04:03:02.140346 [ 3 ] {49f8037f-4e3f-4bac-a20f-3ff4444bac5f} <Debug> DynamicQueryHandler: Done processing query | ||
6713 | 2024.08.06 04:03:02.140357 [ 196 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::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 | ||
6714 | 2024.08.06 04:03:02.140373 [ 3 ] {49f8037f-4e3f-4bac-a20f-3ff4444bac5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6715 | 2024.08.06 04:03:02.140405 [ 3 ] {} <Debug> HTTP-Session: 7fbfe441-68ed-4abc-9880-dd65858c1e03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6716 | 2024.08.06 04:03:02.140506 [ 196 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6717 | 2024.08.06 04:03:02.140543 [ 196 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
6718 | 2024.08.06 04:03:02.140583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6719 | 2024.08.06 04:03:02.140635 [ 196 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
6720 | 2024.08.06 04:03:02.140654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6721 | 2024.08.06 04:03:02.140715 [ 3 ] {} <Debug> HTTP-Session: 4edc00cb-b144-417f-aae6-7709b3ba9f7d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6722 | 2024.08.06 04:03:02.140811 [ 3 ] {} <Debug> HTTP-Session: 4edc00cb-b144-417f-aae6-7709b3ba9f7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6723 | 2024.08.06 04:03:02.140923 [ 3 ] {} <Debug> HTTP-Session: 4edc00cb-b144-417f-aae6-7709b3ba9f7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6724 | 2024.08.06 04:03:02.140992 [ 196 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
6725 | 2024.08.06 04:03:02.141102 [ 3 ] {} <Trace> HTTP-Session: 4edc00cb-b144-417f-aae6-7709b3ba9f7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6726 | 2024.08.06 04:03:02.141460 [ 196 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
6727 | 2024.08.06 04:03:02.141515 [ 3 ] {7a7535fa-92e4-4208-9b23-2fc3ba624c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6728 | 2024.08.06 04:03:02.141585 [ 196 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
6729 | 2024.08.06 04:03:02.141600 [ 3 ] {7a7535fa-92e4-4208-9b23-2fc3ba624c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6730 | 2024.08.06 04:03:02.141793 [ 196 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
6731 | 2024.08.06 04:03:02.142132 [ 3 ] {7a7535fa-92e4-4208-9b23-2fc3ba624c4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6732 | 2024.08.06 04:03:02.142684 [ 3 ] {7a7535fa-92e4-4208-9b23-2fc3ba624c4a} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6733 | 2024.08.06 04:03:02.142728 [ 3 ] {7a7535fa-92e4-4208-9b23-2fc3ba624c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6734 | 2024.08.06 04:03:02.143312 [ 196 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.003015361 sec., 31836.984029441253 rows/sec., 1.34 MiB/sec. | ||
6735 | 2024.08.06 04:03:02.143342 [ 3 ] {7a7535fa-92e4-4208-9b23-2fc3ba624c4a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6736 | 2024.08.06 04:03:02.143518 [ 190 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6737 | 2024.08.06 04:03:02.144078 [ 3 ] {7a7535fa-92e4-4208-9b23-2fc3ba624c4a} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6738 | 2024.08.06 04:03:02.144380 [ 96 ] {} <Debug> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6739 | 2024.08.06 04:03:02.144419 [ 3 ] {7a7535fa-92e4-4208-9b23-2fc3ba624c4a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.002978 sec., 25856.27938213566 rows/sec., 1.59 MiB/sec. | ||
6740 | 2024.08.06 04:03:02.144452 [ 96 ] {} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6741 | 2024.08.06 04:03:02.144562 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6742 | 2024.08.06 04:03:02.144654 [ 190 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_16_3} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6743 | 2024.08.06 04:03:02.144992 [ 3 ] {7a7535fa-92e4-4208-9b23-2fc3ba624c4a} <Debug> DynamicQueryHandler: Done processing query | ||
6744 | 2024.08.06 04:03:02.145072 [ 190 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_16_3} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6745 | 2024.08.06 04:03:02.145074 [ 3 ] {7a7535fa-92e4-4208-9b23-2fc3ba624c4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6746 | 2024.08.06 04:03:02.145093 [ 196 ] {2084a85a-13a2-498d-bff1-abd4a385858f::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 | ||
6747 | 2024.08.06 04:03:02.145129 [ 3 ] {} <Debug> HTTP-Session: 4edc00cb-b144-417f-aae6-7709b3ba9f7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6748 | 2024.08.06 04:03:02.145322 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6749 | 2024.08.06 04:03:02.145432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6750 | 2024.08.06 04:03:02.145470 [ 196 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6751 | 2024.08.06 04:03:02.145510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6752 | 2024.08.06 04:03:02.145518 [ 196 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 847 rows starting from the beginning of the part | ||
6753 | 2024.08.06 04:03:02.145537 [ 3 ] {} <Debug> HTTP-Session: 0540b8a7-e0e9-47c6-adb3-a701a7b86526 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6754 | 2024.08.06 04:03:02.145561 [ 3 ] {} <Debug> HTTP-Session: 0540b8a7-e0e9-47c6-adb3-a701a7b86526 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6755 | 2024.08.06 04:03:02.145583 [ 3 ] {} <Debug> HTTP-Session: 0540b8a7-e0e9-47c6-adb3-a701a7b86526 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6756 | 2024.08.06 04:03:02.145663 [ 3 ] {} <Trace> HTTP-Session: 0540b8a7-e0e9-47c6-adb3-a701a7b86526 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6757 | 2024.08.06 04:03:02.145665 [ 196 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 77 rows starting from the beginning of the part | ||
6758 | 2024.08.06 04:03:02.145910 [ 196 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 77 rows starting from the beginning of the part | ||
6759 | 2024.08.06 04:03:02.146029 [ 3 ] {7ae4815c-e09d-48e0-974e-f6e0bcdb95b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6760 | 2024.08.06 04:03:02.146187 [ 196 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 77 rows starting from the beginning of the part | ||
6761 | 2024.08.06 04:03:02.146190 [ 3 ] {7ae4815c-e09d-48e0-974e-f6e0bcdb95b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6762 | 2024.08.06 04:03:02.146489 [ 196 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 77 rows starting from the beginning of the part | ||
6763 | 2024.08.06 04:03:02.146835 [ 196 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 77 rows starting from the beginning of the part | ||
6764 | 2024.08.06 04:03:02.147369 [ 3 ] {7ae4815c-e09d-48e0-974e-f6e0bcdb95b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6765 | 2024.08.06 04:03:02.148090 [ 3 ] {7ae4815c-e09d-48e0-974e-f6e0bcdb95b1} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6766 | 2024.08.06 04:03:02.148138 [ 3 ] {7ae4815c-e09d-48e0-974e-f6e0bcdb95b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6767 | 2024.08.06 04:03:02.148681 [ 3 ] {7ae4815c-e09d-48e0-974e-f6e0bcdb95b1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6768 | 2024.08.06 04:03:02.148737 [ 196 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 5 columns (5 merged, 0 gathered) in 0.003998714 sec., 308099.05384581146 rows/sec., 18.97 MiB/sec. | ||
6769 | 2024.08.06 04:03:02.149003 [ 198 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6770 | 2024.08.06 04:03:02.149290 [ 3 ] {7ae4815c-e09d-48e0-974e-f6e0bcdb95b1} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6771 | 2024.08.06 04:03:02.149769 [ 3 ] {7ae4815c-e09d-48e0-974e-f6e0bcdb95b1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003931 sec., 40702.11142203002 rows/sec., 2.83 MiB/sec. | ||
6772 | 2024.08.06 04:03:02.150202 [ 198 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6773 | 2024.08.06 04:03:02.150467 [ 198 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6774 | 2024.08.06 04:03:02.150485 [ 3 ] {7ae4815c-e09d-48e0-974e-f6e0bcdb95b1} <Debug> DynamicQueryHandler: Done processing query | ||
6775 | 2024.08.06 04:03:02.150530 [ 3 ] {7ae4815c-e09d-48e0-974e-f6e0bcdb95b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6776 | 2024.08.06 04:03:02.150603 [ 3 ] {} <Debug> HTTP-Session: 0540b8a7-e0e9-47c6-adb3-a701a7b86526 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6777 | 2024.08.06 04:03:02.150636 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
6778 | 2024.08.06 04:03:02.150803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35397, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6779 | 2024.08.06 04:03:02.150860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6780 | 2024.08.06 04:03:02.150880 [ 3 ] {} <Debug> HTTP-Session: 0485a3ac-3efa-451f-ba00-360fe0157a7e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6781 | 2024.08.06 04:03:02.150897 [ 3 ] {} <Debug> HTTP-Session: 0485a3ac-3efa-451f-ba00-360fe0157a7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6782 | 2024.08.06 04:03:02.150910 [ 3 ] {} <Debug> HTTP-Session: 0485a3ac-3efa-451f-ba00-360fe0157a7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6783 | 2024.08.06 04:03:02.150944 [ 3 ] {} <Trace> HTTP-Session: 0485a3ac-3efa-451f-ba00-360fe0157a7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6784 | 2024.08.06 04:03:02.151257 [ 3 ] {44cd742c-1744-44b5-93f6-d2b7adf5980d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6785 | 2024.08.06 04:03:02.151329 [ 3 ] {44cd742c-1744-44b5-93f6-d2b7adf5980d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6786 | 2024.08.06 04:03:02.151779 [ 3 ] {44cd742c-1744-44b5-93f6-d2b7adf5980d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6787 | 2024.08.06 04:03:02.152500 [ 3 ] {44cd742c-1744-44b5-93f6-d2b7adf5980d} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6788 | 2024.08.06 04:03:02.152537 [ 3 ] {44cd742c-1744-44b5-93f6-d2b7adf5980d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6789 | 2024.08.06 04:03:02.153148 [ 3 ] {44cd742c-1744-44b5-93f6-d2b7adf5980d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6790 | 2024.08.06 04:03:02.153563 [ 3 ] {44cd742c-1744-44b5-93f6-d2b7adf5980d} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6791 | 2024.08.06 04:03:02.153710 [ 3 ] {44cd742c-1744-44b5-93f6-d2b7adf5980d} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002677 sec., 8218.154650728427 rows/sec., 14.73 MiB/sec. | ||
6792 | 2024.08.06 04:03:02.153933 [ 3 ] {44cd742c-1744-44b5-93f6-d2b7adf5980d} <Debug> DynamicQueryHandler: Done processing query | ||
6793 | 2024.08.06 04:03:02.153960 [ 3 ] {44cd742c-1744-44b5-93f6-d2b7adf5980d} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6794 | 2024.08.06 04:03:02.153976 [ 3 ] {} <Debug> HTTP-Session: 0485a3ac-3efa-451f-ba00-360fe0157a7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6795 | 2024.08.06 04:03:02.154123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6796 | 2024.08.06 04:03:02.154173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6797 | 2024.08.06 04:03:02.154193 [ 3 ] {} <Debug> HTTP-Session: d513ebb4-1705-40fa-a8d6-1477a69ccd2d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6798 | 2024.08.06 04:03:02.154210 [ 3 ] {} <Debug> HTTP-Session: d513ebb4-1705-40fa-a8d6-1477a69ccd2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6799 | 2024.08.06 04:03:02.154223 [ 3 ] {} <Debug> HTTP-Session: d513ebb4-1705-40fa-a8d6-1477a69ccd2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6800 | 2024.08.06 04:03:02.154255 [ 3 ] {} <Trace> HTTP-Session: d513ebb4-1705-40fa-a8d6-1477a69ccd2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6801 | 2024.08.06 04:03:02.154358 [ 3 ] {fc2792a0-c3e5-4569-b49f-a51625770f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6802 | 2024.08.06 04:03:02.154403 [ 3 ] {fc2792a0-c3e5-4569-b49f-a51625770f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6803 | 2024.08.06 04:03:02.154531 [ 3 ] {fc2792a0-c3e5-4569-b49f-a51625770f2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6804 | 2024.08.06 04:03:02.154808 [ 3 ] {fc2792a0-c3e5-4569-b49f-a51625770f2c} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6805 | 2024.08.06 04:03:02.154843 [ 3 ] {fc2792a0-c3e5-4569-b49f-a51625770f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6806 | 2024.08.06 04:03:02.155194 [ 3 ] {fc2792a0-c3e5-4569-b49f-a51625770f2c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6807 | 2024.08.06 04:03:02.155519 [ 3 ] {fc2792a0-c3e5-4569-b49f-a51625770f2c} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6808 | 2024.08.06 04:03:02.155642 [ 3 ] {fc2792a0-c3e5-4569-b49f-a51625770f2c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001315 sec., 17490.49429657795 rows/sec., 946.11 KiB/sec. | ||
6809 | 2024.08.06 04:03:02.155808 [ 3 ] {fc2792a0-c3e5-4569-b49f-a51625770f2c} <Debug> DynamicQueryHandler: Done processing query | ||
6810 | 2024.08.06 04:03:02.155833 [ 3 ] {fc2792a0-c3e5-4569-b49f-a51625770f2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6811 | 2024.08.06 04:03:02.155848 [ 3 ] {} <Debug> HTTP-Session: d513ebb4-1705-40fa-a8d6-1477a69ccd2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6812 | 2024.08.06 04:03:02.155970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6813 | 2024.08.06 04:03:02.156020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6814 | 2024.08.06 04:03:02.156039 [ 3 ] {} <Debug> HTTP-Session: 6cb4f33e-76eb-4228-ae2e-da6c765ad6ad Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6815 | 2024.08.06 04:03:02.156055 [ 3 ] {} <Debug> HTTP-Session: 6cb4f33e-76eb-4228-ae2e-da6c765ad6ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6816 | 2024.08.06 04:03:02.156069 [ 3 ] {} <Debug> HTTP-Session: 6cb4f33e-76eb-4228-ae2e-da6c765ad6ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6817 | 2024.08.06 04:03:02.156100 [ 3 ] {} <Trace> HTTP-Session: 6cb4f33e-76eb-4228-ae2e-da6c765ad6ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6818 | 2024.08.06 04:03:02.156218 [ 3 ] {f1d6a0f3-74f9-4275-9382-c3d317976971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6819 | 2024.08.06 04:03:02.156260 [ 3 ] {f1d6a0f3-74f9-4275-9382-c3d317976971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6820 | 2024.08.06 04:03:02.156387 [ 3 ] {f1d6a0f3-74f9-4275-9382-c3d317976971} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6821 | 2024.08.06 04:03:02.156676 [ 3 ] {f1d6a0f3-74f9-4275-9382-c3d317976971} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6822 | 2024.08.06 04:03:02.156712 [ 3 ] {f1d6a0f3-74f9-4275-9382-c3d317976971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6823 | 2024.08.06 04:03:02.157071 [ 3 ] {f1d6a0f3-74f9-4275-9382-c3d317976971} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6824 | 2024.08.06 04:03:02.157398 [ 3 ] {f1d6a0f3-74f9-4275-9382-c3d317976971} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6825 | 2024.08.06 04:03:02.157526 [ 3 ] {f1d6a0f3-74f9-4275-9382-c3d317976971} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec. | ||
6826 | 2024.08.06 04:03:02.157816 [ 3 ] {f1d6a0f3-74f9-4275-9382-c3d317976971} <Debug> DynamicQueryHandler: Done processing query | ||
6827 | 2024.08.06 04:03:02.157847 [ 3 ] {f1d6a0f3-74f9-4275-9382-c3d317976971} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6828 | 2024.08.06 04:03:02.157864 [ 3 ] {} <Debug> HTTP-Session: 6cb4f33e-76eb-4228-ae2e-da6c765ad6ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6829 | 2024.08.06 04:03:06.017629 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6830 | 2024.08.06 04:03:06.017692 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6831 | 2024.08.06 04:03:07.125190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6832 | 2024.08.06 04:03:07.125317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6833 | 2024.08.06 04:03:07.125348 [ 3 ] {} <Debug> HTTP-Session: 66139ba4-2222-418d-a6b6-e10cb3f2a95a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6834 | 2024.08.06 04:03:07.125376 [ 3 ] {} <Debug> HTTP-Session: 66139ba4-2222-418d-a6b6-e10cb3f2a95a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6835 | 2024.08.06 04:03:07.125394 [ 3 ] {} <Debug> HTTP-Session: 66139ba4-2222-418d-a6b6-e10cb3f2a95a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6836 | 2024.08.06 04:03:07.125451 [ 3 ] {} <Trace> HTTP-Session: 66139ba4-2222-418d-a6b6-e10cb3f2a95a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6837 | 2024.08.06 04:03:07.125658 [ 3 ] {f3ca58d4-8002-4fe2-8261-87d0854ca5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6838 | 2024.08.06 04:03:07.125733 [ 3 ] {f3ca58d4-8002-4fe2-8261-87d0854ca5ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6839 | 2024.08.06 04:03:07.125957 [ 3 ] {f3ca58d4-8002-4fe2-8261-87d0854ca5ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6840 | 2024.08.06 04:03:07.126394 [ 3 ] {f3ca58d4-8002-4fe2-8261-87d0854ca5ea} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6841 | 2024.08.06 04:03:07.126436 [ 3 ] {f3ca58d4-8002-4fe2-8261-87d0854ca5ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6842 | 2024.08.06 04:03:07.126804 [ 3 ] {f3ca58d4-8002-4fe2-8261-87d0854ca5ea} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6843 | 2024.08.06 04:03:07.127147 [ 3 ] {f3ca58d4-8002-4fe2-8261-87d0854ca5ea} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6844 | 2024.08.06 04:03:07.127290 [ 3 ] {f3ca58d4-8002-4fe2-8261-87d0854ca5ea} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001695 sec., 6489.675516224189 rows/sec., 526.02 KiB/sec. | ||
6845 | 2024.08.06 04:03:07.127487 [ 3 ] {f3ca58d4-8002-4fe2-8261-87d0854ca5ea} <Debug> DynamicQueryHandler: Done processing query | ||
6846 | 2024.08.06 04:03:07.127513 [ 3 ] {f3ca58d4-8002-4fe2-8261-87d0854ca5ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6847 | 2024.08.06 04:03:07.127530 [ 3 ] {} <Debug> HTTP-Session: 66139ba4-2222-418d-a6b6-e10cb3f2a95a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6848 | 2024.08.06 04:03:07.127669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6849 | 2024.08.06 04:03:07.127720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6850 | 2024.08.06 04:03:07.127741 [ 3 ] {} <Debug> HTTP-Session: 8d022f72-b2b8-4fc2-9360-542aeb368737 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6851 | 2024.08.06 04:03:07.127757 [ 3 ] {} <Debug> HTTP-Session: 8d022f72-b2b8-4fc2-9360-542aeb368737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6852 | 2024.08.06 04:03:07.127771 [ 3 ] {} <Debug> HTTP-Session: 8d022f72-b2b8-4fc2-9360-542aeb368737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6853 | 2024.08.06 04:03:07.127802 [ 3 ] {} <Trace> HTTP-Session: 8d022f72-b2b8-4fc2-9360-542aeb368737 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6854 | 2024.08.06 04:03:07.127898 [ 3 ] {b0d5c6e7-b783-455a-9d78-3497b43d4798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6855 | 2024.08.06 04:03:07.127955 [ 3 ] {b0d5c6e7-b783-455a-9d78-3497b43d4798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6856 | 2024.08.06 04:03:07.128082 [ 3 ] {b0d5c6e7-b783-455a-9d78-3497b43d4798} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6857 | 2024.08.06 04:03:07.128372 [ 3 ] {b0d5c6e7-b783-455a-9d78-3497b43d4798} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6858 | 2024.08.06 04:03:07.128409 [ 3 ] {b0d5c6e7-b783-455a-9d78-3497b43d4798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6859 | 2024.08.06 04:03:07.128707 [ 3 ] {b0d5c6e7-b783-455a-9d78-3497b43d4798} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6860 | 2024.08.06 04:03:07.129017 [ 3 ] {b0d5c6e7-b783-455a-9d78-3497b43d4798} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6861 | 2024.08.06 04:03:07.129143 [ 3 ] {b0d5c6e7-b783-455a-9d78-3497b43d4798} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00127 sec., 3149.606299212598 rows/sec., 256.83 KiB/sec. | ||
6862 | 2024.08.06 04:03:07.129337 [ 3 ] {b0d5c6e7-b783-455a-9d78-3497b43d4798} <Debug> DynamicQueryHandler: Done processing query | ||
6863 | 2024.08.06 04:03:07.129362 [ 3 ] {b0d5c6e7-b783-455a-9d78-3497b43d4798} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6864 | 2024.08.06 04:03:07.129378 [ 3 ] {} <Debug> HTTP-Session: 8d022f72-b2b8-4fc2-9360-542aeb368737 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6865 | 2024.08.06 04:03:07.129529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 13058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6866 | 2024.08.06 04:03:07.129577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6867 | 2024.08.06 04:03:07.129597 [ 3 ] {} <Debug> HTTP-Session: ec029e58-9846-47a2-b740-71abb86db565 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6868 | 2024.08.06 04:03:07.129613 [ 3 ] {} <Debug> HTTP-Session: ec029e58-9846-47a2-b740-71abb86db565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6869 | 2024.08.06 04:03:07.129627 [ 3 ] {} <Debug> HTTP-Session: ec029e58-9846-47a2-b740-71abb86db565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6870 | 2024.08.06 04:03:07.129657 [ 3 ] {} <Trace> HTTP-Session: ec029e58-9846-47a2-b740-71abb86db565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6871 | 2024.08.06 04:03:07.129776 [ 3 ] {f1b15ff9-b7bf-4042-9547-e055df77b1ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6872 | 2024.08.06 04:03:07.129818 [ 3 ] {f1b15ff9-b7bf-4042-9547-e055df77b1ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6873 | 2024.08.06 04:03:07.129942 [ 3 ] {f1b15ff9-b7bf-4042-9547-e055df77b1ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6874 | 2024.08.06 04:03:07.130275 [ 3 ] {f1b15ff9-b7bf-4042-9547-e055df77b1ed} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6875 | 2024.08.06 04:03:07.130311 [ 3 ] {f1b15ff9-b7bf-4042-9547-e055df77b1ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6876 | 2024.08.06 04:03:07.130631 [ 3 ] {f1b15ff9-b7bf-4042-9547-e055df77b1ed} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6877 | 2024.08.06 04:03:07.130940 [ 3 ] {f1b15ff9-b7bf-4042-9547-e055df77b1ed} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6878 | 2024.08.06 04:03:07.131067 [ 3 ] {f1b15ff9-b7bf-4042-9547-e055df77b1ed} <Debug> executeQuery: Read 91 rows, 7.51 KiB in 0.001335 sec., 68164.79400749064 rows/sec., 5.49 MiB/sec. | ||
6879 | 2024.08.06 04:03:07.131323 [ 3 ] {f1b15ff9-b7bf-4042-9547-e055df77b1ed} <Debug> DynamicQueryHandler: Done processing query | ||
6880 | 2024.08.06 04:03:07.131381 [ 3 ] {f1b15ff9-b7bf-4042-9547-e055df77b1ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6881 | 2024.08.06 04:03:07.131421 [ 3 ] {} <Debug> HTTP-Session: ec029e58-9846-47a2-b740-71abb86db565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6882 | 2024.08.06 04:03:07.131560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6883 | 2024.08.06 04:03:07.131611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6884 | 2024.08.06 04:03:07.131633 [ 3 ] {} <Debug> HTTP-Session: ca25efa1-3244-4a2a-848a-d6249050d1b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6885 | 2024.08.06 04:03:07.131649 [ 3 ] {} <Debug> HTTP-Session: ca25efa1-3244-4a2a-848a-d6249050d1b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6886 | 2024.08.06 04:03:07.131662 [ 3 ] {} <Debug> HTTP-Session: ca25efa1-3244-4a2a-848a-d6249050d1b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6887 | 2024.08.06 04:03:07.131694 [ 3 ] {} <Trace> HTTP-Session: ca25efa1-3244-4a2a-848a-d6249050d1b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6888 | 2024.08.06 04:03:07.131794 [ 3 ] {16ec9389-46f5-45b8-bda0-89e95a0e2199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6889 | 2024.08.06 04:03:07.131839 [ 3 ] {16ec9389-46f5-45b8-bda0-89e95a0e2199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6890 | 2024.08.06 04:03:07.131991 [ 3 ] {16ec9389-46f5-45b8-bda0-89e95a0e2199} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6891 | 2024.08.06 04:03:07.132261 [ 3 ] {16ec9389-46f5-45b8-bda0-89e95a0e2199} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6892 | 2024.08.06 04:03:07.132297 [ 3 ] {16ec9389-46f5-45b8-bda0-89e95a0e2199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6893 | 2024.08.06 04:03:07.132595 [ 3 ] {16ec9389-46f5-45b8-bda0-89e95a0e2199} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6894 | 2024.08.06 04:03:07.132910 [ 3 ] {16ec9389-46f5-45b8-bda0-89e95a0e2199} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6895 | 2024.08.06 04:03:07.133038 [ 3 ] {16ec9389-46f5-45b8-bda0-89e95a0e2199} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001267 sec., 3157.063930544594 rows/sec., 220.44 KiB/sec. | ||
6896 | 2024.08.06 04:03:07.133236 [ 3 ] {16ec9389-46f5-45b8-bda0-89e95a0e2199} <Debug> DynamicQueryHandler: Done processing query | ||
6897 | 2024.08.06 04:03:07.133261 [ 3 ] {16ec9389-46f5-45b8-bda0-89e95a0e2199} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6898 | 2024.08.06 04:03:07.133276 [ 3 ] {} <Debug> HTTP-Session: ca25efa1-3244-4a2a-848a-d6249050d1b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6899 | 2024.08.06 04:03:07.133401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 13427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6900 | 2024.08.06 04:03:07.133449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6901 | 2024.08.06 04:03:07.133469 [ 3 ] {} <Debug> HTTP-Session: 7ca9a096-9dee-40b7-a1f1-047f0d771dbc Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6902 | 2024.08.06 04:03:07.133485 [ 3 ] {} <Debug> HTTP-Session: 7ca9a096-9dee-40b7-a1f1-047f0d771dbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6903 | 2024.08.06 04:03:07.133499 [ 3 ] {} <Debug> HTTP-Session: 7ca9a096-9dee-40b7-a1f1-047f0d771dbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6904 | 2024.08.06 04:03:07.133529 [ 3 ] {} <Trace> HTTP-Session: 7ca9a096-9dee-40b7-a1f1-047f0d771dbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6905 | 2024.08.06 04:03:07.133644 [ 3 ] {14729991-85e0-4e3e-989b-1c5c2bed702f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6906 | 2024.08.06 04:03:07.133686 [ 3 ] {14729991-85e0-4e3e-989b-1c5c2bed702f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6907 | 2024.08.06 04:03:07.133812 [ 3 ] {14729991-85e0-4e3e-989b-1c5c2bed702f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6908 | 2024.08.06 04:03:07.134128 [ 3 ] {14729991-85e0-4e3e-989b-1c5c2bed702f} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6909 | 2024.08.06 04:03:07.134163 [ 3 ] {14729991-85e0-4e3e-989b-1c5c2bed702f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6910 | 2024.08.06 04:03:07.134467 [ 3 ] {14729991-85e0-4e3e-989b-1c5c2bed702f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6911 | 2024.08.06 04:03:07.134775 [ 3 ] {14729991-85e0-4e3e-989b-1c5c2bed702f} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6912 | 2024.08.06 04:03:07.134898 [ 3 ] {14729991-85e0-4e3e-989b-1c5c2bed702f} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001296 sec., 60956.79012345679 rows/sec., 4.76 MiB/sec. | ||
6913 | 2024.08.06 04:03:07.135200 [ 3 ] {14729991-85e0-4e3e-989b-1c5c2bed702f} <Debug> DynamicQueryHandler: Done processing query | ||
6914 | 2024.08.06 04:03:07.135236 [ 3 ] {14729991-85e0-4e3e-989b-1c5c2bed702f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6915 | 2024.08.06 04:03:07.135252 [ 3 ] {} <Debug> HTTP-Session: 7ca9a096-9dee-40b7-a1f1-047f0d771dbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6916 | 2024.08.06 04:03:07.135411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6917 | 2024.08.06 04:03:07.135460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6918 | 2024.08.06 04:03:07.135479 [ 3 ] {} <Debug> HTTP-Session: c9b30e4a-6e52-4676-b6de-67058b5d425d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6919 | 2024.08.06 04:03:07.135495 [ 3 ] {} <Debug> HTTP-Session: c9b30e4a-6e52-4676-b6de-67058b5d425d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6920 | 2024.08.06 04:03:07.135509 [ 3 ] {} <Debug> HTTP-Session: c9b30e4a-6e52-4676-b6de-67058b5d425d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6921 | 2024.08.06 04:03:07.135540 [ 3 ] {} <Trace> HTTP-Session: c9b30e4a-6e52-4676-b6de-67058b5d425d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6922 | 2024.08.06 04:03:07.135695 [ 3 ] {92bd0712-758a-4f57-a362-a37dcca18159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6923 | 2024.08.06 04:03:07.135745 [ 3 ] {92bd0712-758a-4f57-a362-a37dcca18159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6924 | 2024.08.06 04:03:07.135911 [ 3 ] {92bd0712-758a-4f57-a362-a37dcca18159} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6925 | 2024.08.06 04:03:07.136412 [ 3 ] {92bd0712-758a-4f57-a362-a37dcca18159} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6926 | 2024.08.06 04:03:07.136449 [ 3 ] {92bd0712-758a-4f57-a362-a37dcca18159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6927 | 2024.08.06 04:03:07.136838 [ 3 ] {92bd0712-758a-4f57-a362-a37dcca18159} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6928 | 2024.08.06 04:03:07.137183 [ 3 ] {92bd0712-758a-4f57-a362-a37dcca18159} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6929 | 2024.08.06 04:03:07.137311 [ 3 ] {92bd0712-758a-4f57-a362-a37dcca18159} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001682 sec., 96313.9120095125 rows/sec., 6.71 MiB/sec. | ||
6930 | 2024.08.06 04:03:07.137540 [ 3 ] {92bd0712-758a-4f57-a362-a37dcca18159} <Debug> DynamicQueryHandler: Done processing query | ||
6931 | 2024.08.06 04:03:07.137566 [ 3 ] {92bd0712-758a-4f57-a362-a37dcca18159} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6932 | 2024.08.06 04:03:07.137582 [ 3 ] {} <Debug> HTTP-Session: c9b30e4a-6e52-4676-b6de-67058b5d425d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6933 | 2024.08.06 04:03:07.137714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6934 | 2024.08.06 04:03:07.137763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6935 | 2024.08.06 04:03:07.137782 [ 3 ] {} <Debug> HTTP-Session: 614d286b-2d8a-4dd6-92fa-a106a2d7b738 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6936 | 2024.08.06 04:03:07.137798 [ 3 ] {} <Debug> HTTP-Session: 614d286b-2d8a-4dd6-92fa-a106a2d7b738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6937 | 2024.08.06 04:03:07.137811 [ 3 ] {} <Debug> HTTP-Session: 614d286b-2d8a-4dd6-92fa-a106a2d7b738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6938 | 2024.08.06 04:03:07.137843 [ 3 ] {} <Trace> HTTP-Session: 614d286b-2d8a-4dd6-92fa-a106a2d7b738 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6939 | 2024.08.06 04:03:07.138030 [ 3 ] {d5e5134a-2db4-4899-ad92-7485495452d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6940 | 2024.08.06 04:03:07.138093 [ 3 ] {d5e5134a-2db4-4899-ad92-7485495452d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6941 | 2024.08.06 04:03:07.138495 [ 3 ] {d5e5134a-2db4-4899-ad92-7485495452d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6942 | 2024.08.06 04:03:07.139068 [ 3 ] {d5e5134a-2db4-4899-ad92-7485495452d4} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6943 | 2024.08.06 04:03:07.139104 [ 3 ] {d5e5134a-2db4-4899-ad92-7485495452d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6944 | 2024.08.06 04:03:07.139690 [ 3 ] {d5e5134a-2db4-4899-ad92-7485495452d4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6945 | 2024.08.06 04:03:07.140106 [ 3 ] {d5e5134a-2db4-4899-ad92-7485495452d4} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6946 | 2024.08.06 04:03:07.140261 [ 3 ] {d5e5134a-2db4-4899-ad92-7485495452d4} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002343 sec., 4694.835680751174 rows/sec., 8.41 MiB/sec. | ||
6947 | 2024.08.06 04:03:07.140476 [ 3 ] {d5e5134a-2db4-4899-ad92-7485495452d4} <Debug> DynamicQueryHandler: Done processing query | ||
6948 | 2024.08.06 04:03:07.140502 [ 3 ] {d5e5134a-2db4-4899-ad92-7485495452d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
6949 | 2024.08.06 04:03:07.140518 [ 3 ] {} <Debug> HTTP-Session: 614d286b-2d8a-4dd6-92fa-a106a2d7b738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6950 | 2024.08.06 04:03:07.140664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6951 | 2024.08.06 04:03:07.140728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6952 | 2024.08.06 04:03:07.140750 [ 3 ] {} <Debug> HTTP-Session: 4f9097e2-1865-45e1-9ea2-5f1ca02518fc Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6953 | 2024.08.06 04:03:07.140766 [ 3 ] {} <Debug> HTTP-Session: 4f9097e2-1865-45e1-9ea2-5f1ca02518fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6954 | 2024.08.06 04:03:07.140780 [ 3 ] {} <Debug> HTTP-Session: 4f9097e2-1865-45e1-9ea2-5f1ca02518fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6955 | 2024.08.06 04:03:07.140811 [ 3 ] {} <Trace> HTTP-Session: 4f9097e2-1865-45e1-9ea2-5f1ca02518fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6956 | 2024.08.06 04:03:07.140945 [ 3 ] {ce2c2fbb-942c-428d-9b05-8f07ad074507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6957 | 2024.08.06 04:03:07.140990 [ 3 ] {ce2c2fbb-942c-428d-9b05-8f07ad074507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6958 | 2024.08.06 04:03:07.141115 [ 3 ] {ce2c2fbb-942c-428d-9b05-8f07ad074507} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6959 | 2024.08.06 04:03:07.141415 [ 3 ] {ce2c2fbb-942c-428d-9b05-8f07ad074507} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6960 | 2024.08.06 04:03:07.141451 [ 3 ] {ce2c2fbb-942c-428d-9b05-8f07ad074507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6961 | 2024.08.06 04:03:07.141803 [ 3 ] {ce2c2fbb-942c-428d-9b05-8f07ad074507} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6962 | 2024.08.06 04:03:07.142140 [ 3 ] {ce2c2fbb-942c-428d-9b05-8f07ad074507} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6963 | 2024.08.06 04:03:07.142270 [ 3 ] {ce2c2fbb-942c-428d-9b05-8f07ad074507} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
6964 | 2024.08.06 04:03:07.142432 [ 3 ] {ce2c2fbb-942c-428d-9b05-8f07ad074507} <Debug> DynamicQueryHandler: Done processing query | ||
6965 | 2024.08.06 04:03:07.142457 [ 3 ] {ce2c2fbb-942c-428d-9b05-8f07ad074507} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6966 | 2024.08.06 04:03:07.142473 [ 3 ] {} <Debug> HTTP-Session: 4f9097e2-1865-45e1-9ea2-5f1ca02518fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6967 | 2024.08.06 04:03:12.129792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6968 | 2024.08.06 04:03:12.129923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6969 | 2024.08.06 04:03:12.129950 [ 3 ] {} <Debug> HTTP-Session: b00fa0f9-43be-4d99-87ff-453f9ba6700a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6970 | 2024.08.06 04:03:12.129974 [ 3 ] {} <Debug> HTTP-Session: b00fa0f9-43be-4d99-87ff-453f9ba6700a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6971 | 2024.08.06 04:03:12.129988 [ 3 ] {} <Debug> HTTP-Session: b00fa0f9-43be-4d99-87ff-453f9ba6700a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6972 | 2024.08.06 04:03:12.130041 [ 3 ] {} <Trace> HTTP-Session: b00fa0f9-43be-4d99-87ff-453f9ba6700a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6973 | 2024.08.06 04:03:12.130247 [ 3 ] {44bd1c25-e8ec-412e-b0d4-1dc6a4661495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6974 | 2024.08.06 04:03:12.130322 [ 3 ] {44bd1c25-e8ec-412e-b0d4-1dc6a4661495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6975 | 2024.08.06 04:03:12.130520 [ 3 ] {44bd1c25-e8ec-412e-b0d4-1dc6a4661495} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6976 | 2024.08.06 04:03:12.131037 [ 3 ] {44bd1c25-e8ec-412e-b0d4-1dc6a4661495} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6977 | 2024.08.06 04:03:12.131080 [ 3 ] {44bd1c25-e8ec-412e-b0d4-1dc6a4661495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6978 | 2024.08.06 04:03:12.131479 [ 3 ] {44bd1c25-e8ec-412e-b0d4-1dc6a4661495} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6979 | 2024.08.06 04:03:12.131821 [ 3 ] {44bd1c25-e8ec-412e-b0d4-1dc6a4661495} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6980 | 2024.08.06 04:03:12.131979 [ 3 ] {44bd1c25-e8ec-412e-b0d4-1dc6a4661495} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001793 sec., 15616.285554935861 rows/sec., 1.16 MiB/sec. | ||
6981 | 2024.08.06 04:03:12.132209 [ 3 ] {44bd1c25-e8ec-412e-b0d4-1dc6a4661495} <Debug> DynamicQueryHandler: Done processing query | ||
6982 | 2024.08.06 04:03:12.132237 [ 3 ] {44bd1c25-e8ec-412e-b0d4-1dc6a4661495} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6983 | 2024.08.06 04:03:12.132254 [ 3 ] {} <Debug> HTTP-Session: b00fa0f9-43be-4d99-87ff-453f9ba6700a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6984 | 2024.08.06 04:03:12.132409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6985 | 2024.08.06 04:03:12.132458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6986 | 2024.08.06 04:03:12.132479 [ 3 ] {} <Debug> HTTP-Session: 95f27942-3175-4487-827f-9e359e09c5ab Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
6987 | 2024.08.06 04:03:12.132495 [ 3 ] {} <Debug> HTTP-Session: 95f27942-3175-4487-827f-9e359e09c5ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6988 | 2024.08.06 04:03:12.132509 [ 3 ] {} <Debug> HTTP-Session: 95f27942-3175-4487-827f-9e359e09c5ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6989 | 2024.08.06 04:03:12.132540 [ 3 ] {} <Trace> HTTP-Session: 95f27942-3175-4487-827f-9e359e09c5ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6990 | 2024.08.06 04:03:12.132635 [ 3 ] {fbf98470-1da2-431a-8e4b-3c193e9a0d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6991 | 2024.08.06 04:03:12.132679 [ 3 ] {fbf98470-1da2-431a-8e4b-3c193e9a0d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6992 | 2024.08.06 04:03:12.132819 [ 3 ] {fbf98470-1da2-431a-8e4b-3c193e9a0d72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6993 | 2024.08.06 04:03:12.133085 [ 3 ] {fbf98470-1da2-431a-8e4b-3c193e9a0d72} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6994 | 2024.08.06 04:03:12.133122 [ 3 ] {fbf98470-1da2-431a-8e4b-3c193e9a0d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
6995 | 2024.08.06 04:03:12.133426 [ 3 ] {fbf98470-1da2-431a-8e4b-3c193e9a0d72} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6996 | 2024.08.06 04:03:12.133739 [ 3 ] {fbf98470-1da2-431a-8e4b-3c193e9a0d72} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6997 | 2024.08.06 04:03:12.133895 [ 3 ] {fbf98470-1da2-431a-8e4b-3c193e9a0d72} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001277 sec., 1566.1707126076744 rows/sec., 127.71 KiB/sec. | ||
6998 | 2024.08.06 04:03:12.133893 [ 89 ] {} <Debug> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
6999 | 2024.08.06 04:03:12.134006 [ 89 ] {} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7000 | 2024.08.06 04:03:12.134050 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7001 | 2024.08.06 04:03:12.134128 [ 3 ] {fbf98470-1da2-431a-8e4b-3c193e9a0d72} <Debug> DynamicQueryHandler: Done processing query | ||
7002 | 2024.08.06 04:03:12.134191 [ 3 ] {fbf98470-1da2-431a-8e4b-3c193e9a0d72} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7003 | 2024.08.06 04:03:12.134254 [ 3 ] {} <Debug> HTTP-Session: 95f27942-3175-4487-827f-9e359e09c5ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7004 | 2024.08.06 04:03:12.134315 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::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 | ||
7005 | 2024.08.06 04:03:12.134469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7006 | 2024.08.06 04:03:12.134594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7007 | 2024.08.06 04:03:12.134609 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7008 | 2024.08.06 04:03:12.134630 [ 3 ] {} <Debug> HTTP-Session: cf52fd12-2ec3-47b5-b8ad-e2c6d8694325 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7009 | 2024.08.06 04:03:12.134677 [ 3 ] {} <Debug> HTTP-Session: cf52fd12-2ec3-47b5-b8ad-e2c6d8694325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7010 | 2024.08.06 04:03:12.134681 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
7011 | 2024.08.06 04:03:12.134702 [ 3 ] {} <Debug> HTTP-Session: cf52fd12-2ec3-47b5-b8ad-e2c6d8694325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7012 | 2024.08.06 04:03:12.134782 [ 3 ] {} <Trace> HTTP-Session: cf52fd12-2ec3-47b5-b8ad-e2c6d8694325 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7013 | 2024.08.06 04:03:12.134925 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
7014 | 2024.08.06 04:03:12.135187 [ 3 ] {c1d14927-98b6-40a4-8d1d-9b79bd458f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7015 | 2024.08.06 04:03:12.135231 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
7016 | 2024.08.06 04:03:12.135327 [ 3 ] {c1d14927-98b6-40a4-8d1d-9b79bd458f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7017 | 2024.08.06 04:03:12.135493 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
7018 | 2024.08.06 04:03:12.135934 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
7019 | 2024.08.06 04:03:12.136230 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
7020 | 2024.08.06 04:03:12.136704 [ 3 ] {c1d14927-98b6-40a4-8d1d-9b79bd458f8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7021 | 2024.08.06 04:03:12.137737 [ 3 ] {c1d14927-98b6-40a4-8d1d-9b79bd458f8c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7022 | 2024.08.06 04:03:12.137804 [ 3 ] {c1d14927-98b6-40a4-8d1d-9b79bd458f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7023 | 2024.08.06 04:03:12.138901 [ 3 ] {c1d14927-98b6-40a4-8d1d-9b79bd458f8c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7024 | 2024.08.06 04:03:12.138904 [ 191 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004756891 sec., 6727.082878291724 rows/sec., 548.55 KiB/sec. | ||
7025 | 2024.08.06 04:03:12.139109 [ 196 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
7026 | 2024.08.06 04:03:12.139347 [ 3 ] {c1d14927-98b6-40a4-8d1d-9b79bd458f8c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7027 | 2024.08.06 04:03:12.139562 [ 88 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7028 | 2024.08.06 04:03:12.139572 [ 3 ] {c1d14927-98b6-40a4-8d1d-9b79bd458f8c} <Debug> executeQuery: Read 228 rows, 20.54 KiB in 0.004586 sec., 49716.52856519843 rows/sec., 4.37 MiB/sec. | ||
7029 | 2024.08.06 04:03:12.139619 [ 88 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7030 | 2024.08.06 04:03:12.139693 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7031 | 2024.08.06 04:03:12.139887 [ 196 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_11_2} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7032 | 2024.08.06 04:03:12.140058 [ 3 ] {c1d14927-98b6-40a4-8d1d-9b79bd458f8c} <Debug> DynamicQueryHandler: Done processing query | ||
7033 | 2024.08.06 04:03:12.140140 [ 3 ] {c1d14927-98b6-40a4-8d1d-9b79bd458f8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
7034 | 2024.08.06 04:03:12.140157 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::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 | ||
7035 | 2024.08.06 04:03:12.140184 [ 3 ] {} <Debug> HTTP-Session: cf52fd12-2ec3-47b5-b8ad-e2c6d8694325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7036 | 2024.08.06 04:03:12.140236 [ 196 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_11_2} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
7037 | 2024.08.06 04:03:12.140432 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7038 | 2024.08.06 04:03:12.140535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7039 | 2024.08.06 04:03:12.140597 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7040 | 2024.08.06 04:03:12.140638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7041 | 2024.08.06 04:03:12.140657 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 304 rows starting from the beginning of the part | ||
7042 | 2024.08.06 04:03:12.140684 [ 3 ] {} <Debug> HTTP-Session: fe901486-65e3-4884-9f56-dd0657627293 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7043 | 2024.08.06 04:03:12.140712 [ 3 ] {} <Debug> HTTP-Session: fe901486-65e3-4884-9f56-dd0657627293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7044 | 2024.08.06 04:03:12.140741 [ 3 ] {} <Debug> HTTP-Session: fe901486-65e3-4884-9f56-dd0657627293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7045 | 2024.08.06 04:03:12.140927 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 228 rows starting from the beginning of the part | ||
7046 | 2024.08.06 04:03:12.140937 [ 3 ] {} <Trace> HTTP-Session: fe901486-65e3-4884-9f56-dd0657627293 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7047 | 2024.08.06 04:03:12.141175 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 89 rows starting from the beginning of the part | ||
7048 | 2024.08.06 04:03:12.141279 [ 3 ] {798e6990-bb5d-4783-a338-1c88506d2764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7049 | 2024.08.06 04:03:12.141478 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 227 rows starting from the beginning of the part | ||
7050 | 2024.08.06 04:03:12.141489 [ 3 ] {798e6990-bb5d-4783-a338-1c88506d2764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7051 | 2024.08.06 04:03:12.141841 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 91 rows starting from the beginning of the part | ||
7052 | 2024.08.06 04:03:12.142163 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 228 rows starting from the beginning of the part | ||
7053 | 2024.08.06 04:03:12.142544 [ 3 ] {798e6990-bb5d-4783-a338-1c88506d2764} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7054 | 2024.08.06 04:03:12.143361 [ 3 ] {798e6990-bb5d-4783-a338-1c88506d2764} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7055 | 2024.08.06 04:03:12.143428 [ 3 ] {798e6990-bb5d-4783-a338-1c88506d2764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7056 | 2024.08.06 04:03:12.144258 [ 3 ] {798e6990-bb5d-4783-a338-1c88506d2764} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
7057 | 2024.08.06 04:03:12.145073 [ 3 ] {798e6990-bb5d-4783-a338-1c88506d2764} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7058 | 2024.08.06 04:03:12.145274 [ 198 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1167 rows, containing 4 columns (4 merged, 0 gathered) in 0.005420627 sec., 215288.74796218224 rows/sec., 18.60 MiB/sec. | ||
7059 | 2024.08.06 04:03:12.145376 [ 88 ] {} <Debug> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
7060 | 2024.08.06 04:03:12.145441 [ 3 ] {798e6990-bb5d-4783-a338-1c88506d2764} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004305 sec., 464.5760743321719 rows/sec., 32.44 KiB/sec. | ||
7061 | 2024.08.06 04:03:12.145445 [ 88 ] {} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7062 | 2024.08.06 04:03:12.145520 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7063 | 2024.08.06 04:03:12.146122 [ 3 ] {798e6990-bb5d-4783-a338-1c88506d2764} <Debug> DynamicQueryHandler: Done processing query | ||
7064 | 2024.08.06 04:03:12.146199 [ 191 ] {22f214b7-975d-4517-80a0-49b4818f93de::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 | ||
7065 | 2024.08.06 04:03:12.146230 [ 3 ] {798e6990-bb5d-4783-a338-1c88506d2764} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7066 | 2024.08.06 04:03:12.146352 [ 3 ] {} <Debug> HTTP-Session: fe901486-65e3-4884-9f56-dd0657627293 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7067 | 2024.08.06 04:03:12.146416 [ 198 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7068 | 2024.08.06 04:03:12.146745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7069 | 2024.08.06 04:03:12.146805 [ 191 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7070 | 2024.08.06 04:03:12.146890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7071 | 2024.08.06 04:03:12.146911 [ 191 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
7072 | 2024.08.06 04:03:12.147020 [ 3 ] {} <Debug> HTTP-Session: 8d792882-aa6c-47f1-ac24-da874af4f05d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7073 | 2024.08.06 04:03:12.147143 [ 3 ] {} <Debug> HTTP-Session: 8d792882-aa6c-47f1-ac24-da874af4f05d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7074 | 2024.08.06 04:03:12.147227 [ 3 ] {} <Debug> HTTP-Session: 8d792882-aa6c-47f1-ac24-da874af4f05d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7075 | 2024.08.06 04:03:12.147441 [ 3 ] {} <Trace> HTTP-Session: 8d792882-aa6c-47f1-ac24-da874af4f05d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7076 | 2024.08.06 04:03:12.147676 [ 191 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
7077 | 2024.08.06 04:03:12.147991 [ 191 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
7078 | 2024.08.06 04:03:12.148126 [ 3 ] {1d91522c-e25b-4f33-9d64-2efb7b904a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7079 | 2024.08.06 04:03:12.148184 [ 194 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_36_7} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7080 | 2024.08.06 04:03:12.148345 [ 3 ] {1d91522c-e25b-4f33-9d64-2efb7b904a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7081 | 2024.08.06 04:03:12.148653 [ 194 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_36_7} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7082 | 2024.08.06 04:03:12.148675 [ 191 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
7083 | 2024.08.06 04:03:12.148990 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
7084 | 2024.08.06 04:03:12.149204 [ 191 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
7085 | 2024.08.06 04:03:12.149473 [ 3 ] {1d91522c-e25b-4f33-9d64-2efb7b904a6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7086 | 2024.08.06 04:03:12.149535 [ 191 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
7087 | 2024.08.06 04:03:12.150734 [ 3 ] {1d91522c-e25b-4f33-9d64-2efb7b904a6d} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7088 | 2024.08.06 04:03:12.150802 [ 3 ] {1d91522c-e25b-4f33-9d64-2efb7b904a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7089 | 2024.08.06 04:03:12.151683 [ 191 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.005995091 sec., 5337.700461927934 rows/sec., 372.70 KiB/sec. | ||
7090 | 2024.08.06 04:03:12.151765 [ 3 ] {1d91522c-e25b-4f33-9d64-2efb7b904a6d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7091 | 2024.08.06 04:03:12.151838 [ 191 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
7092 | 2024.08.06 04:03:12.152543 [ 3 ] {1d91522c-e25b-4f33-9d64-2efb7b904a6d} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7093 | 2024.08.06 04:03:12.152648 [ 191 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_11_2} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7094 | 2024.08.06 04:03:12.152785 [ 88 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7095 | 2024.08.06 04:03:12.152880 [ 3 ] {1d91522c-e25b-4f33-9d64-2efb7b904a6d} <Debug> executeQuery: Read 406 rows, 29.40 KiB in 0.005098 sec., 79639.0741467242 rows/sec., 5.63 MiB/sec. | ||
7096 | 2024.08.06 04:03:12.152894 [ 88 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7097 | 2024.08.06 04:03:12.152979 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7098 | 2024.08.06 04:03:12.152987 [ 191 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_11_2} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
7099 | 2024.08.06 04:03:12.153357 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7100 | 2024.08.06 04:03:12.153377 [ 3 ] {1d91522c-e25b-4f33-9d64-2efb7b904a6d} <Debug> DynamicQueryHandler: Done processing query | ||
7101 | 2024.08.06 04:03:12.153420 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::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 | ||
7102 | 2024.08.06 04:03:12.153427 [ 3 ] {1d91522c-e25b-4f33-9d64-2efb7b904a6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7103 | 2024.08.06 04:03:12.153486 [ 3 ] {} <Debug> HTTP-Session: 8d792882-aa6c-47f1-ac24-da874af4f05d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7104 | 2024.08.06 04:03:12.153591 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7105 | 2024.08.06 04:03:12.153624 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 473 rows starting from the beginning of the part | ||
7106 | 2024.08.06 04:03:12.153692 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 406 rows starting from the beginning of the part | ||
7107 | 2024.08.06 04:03:12.153865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7108 | 2024.08.06 04:03:12.154012 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 75 rows starting from the beginning of the part | ||
7109 | 2024.08.06 04:03:12.154067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7110 | 2024.08.06 04:03:12.154206 [ 3 ] {} <Debug> HTTP-Session: 71391718-568b-4cc7-9846-3ed6a9a28cf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7111 | 2024.08.06 04:03:12.154280 [ 3 ] {} <Debug> HTTP-Session: 71391718-568b-4cc7-9846-3ed6a9a28cf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7112 | 2024.08.06 04:03:12.154341 [ 3 ] {} <Debug> HTTP-Session: 71391718-568b-4cc7-9846-3ed6a9a28cf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7113 | 2024.08.06 04:03:12.154353 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 404 rows starting from the beginning of the part | ||
7114 | 2024.08.06 04:03:12.154447 [ 3 ] {} <Trace> HTTP-Session: 71391718-568b-4cc7-9846-3ed6a9a28cf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7115 | 2024.08.06 04:03:12.154616 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 79 rows starting from the beginning of the part | ||
7116 | 2024.08.06 04:03:12.154778 [ 3 ] {3d8f161d-d9a6-4f33-9c69-f90ccf8f31bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7117 | 2024.08.06 04:03:12.154923 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 406 rows starting from the beginning of the part | ||
7118 | 2024.08.06 04:03:12.154953 [ 3 ] {3d8f161d-d9a6-4f33-9c69-f90ccf8f31bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7119 | 2024.08.06 04:03:12.155713 [ 3 ] {3d8f161d-d9a6-4f33-9c69-f90ccf8f31bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7120 | 2024.08.06 04:03:12.156570 [ 3 ] {3d8f161d-d9a6-4f33-9c69-f90ccf8f31bc} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7121 | 2024.08.06 04:03:12.156649 [ 3 ] {3d8f161d-d9a6-4f33-9c69-f90ccf8f31bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7122 | 2024.08.06 04:03:12.157496 [ 3 ] {3d8f161d-d9a6-4f33-9c69-f90ccf8f31bc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7123 | 2024.08.06 04:03:12.158021 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1843 rows, containing 4 columns (4 merged, 0 gathered) in 0.004887005 sec., 377122.593490287 rows/sec., 27.00 MiB/sec. | ||
7124 | 2024.08.06 04:03:12.158205 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7125 | 2024.08.06 04:03:12.158367 [ 3 ] {3d8f161d-d9a6-4f33-9c69-f90ccf8f31bc} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7126 | 2024.08.06 04:03:12.158814 [ 3 ] {3d8f161d-d9a6-4f33-9c69-f90ccf8f31bc} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004141 sec., 1448.9253803429124 rows/sec., 62.26 KiB/sec. | ||
7127 | 2024.08.06 04:03:12.159149 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_36_7} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7128 | 2024.08.06 04:03:12.159165 [ 3 ] {3d8f161d-d9a6-4f33-9c69-f90ccf8f31bc} <Debug> DynamicQueryHandler: Done processing query | ||
7129 | 2024.08.06 04:03:12.159223 [ 3 ] {3d8f161d-d9a6-4f33-9c69-f90ccf8f31bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7130 | 2024.08.06 04:03:12.159269 [ 3 ] {} <Debug> HTTP-Session: 71391718-568b-4cc7-9846-3ed6a9a28cf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7131 | 2024.08.06 04:03:12.159299 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_36_7} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7132 | 2024.08.06 04:03:12.159406 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
7133 | 2024.08.06 04:03:12.159452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7134 | 2024.08.06 04:03:12.159515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7135 | 2024.08.06 04:03:12.159534 [ 3 ] {} <Debug> HTTP-Session: 1ab339a6-da5e-48fe-9613-8ed802fe1e3d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7136 | 2024.08.06 04:03:12.159550 [ 3 ] {} <Debug> HTTP-Session: 1ab339a6-da5e-48fe-9613-8ed802fe1e3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7137 | 2024.08.06 04:03:12.159564 [ 3 ] {} <Debug> HTTP-Session: 1ab339a6-da5e-48fe-9613-8ed802fe1e3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7138 | 2024.08.06 04:03:12.159596 [ 3 ] {} <Trace> HTTP-Session: 1ab339a6-da5e-48fe-9613-8ed802fe1e3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7139 | 2024.08.06 04:03:12.159747 [ 3 ] {896f32b8-bfac-491e-95e2-50314c4dc371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7140 | 2024.08.06 04:03:12.159797 [ 3 ] {896f32b8-bfac-491e-95e2-50314c4dc371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7141 | 2024.08.06 04:03:12.159966 [ 3 ] {896f32b8-bfac-491e-95e2-50314c4dc371} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7142 | 2024.08.06 04:03:12.160351 [ 3 ] {896f32b8-bfac-491e-95e2-50314c4dc371} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7143 | 2024.08.06 04:03:12.160387 [ 3 ] {896f32b8-bfac-491e-95e2-50314c4dc371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7144 | 2024.08.06 04:03:12.160759 [ 3 ] {896f32b8-bfac-491e-95e2-50314c4dc371} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7145 | 2024.08.06 04:03:12.161105 [ 3 ] {896f32b8-bfac-491e-95e2-50314c4dc371} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7146 | 2024.08.06 04:03:12.161238 [ 3 ] {896f32b8-bfac-491e-95e2-50314c4dc371} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001557 sec., 49454.07835581246 rows/sec., 3.05 MiB/sec. | ||
7147 | 2024.08.06 04:03:12.161566 [ 3 ] {896f32b8-bfac-491e-95e2-50314c4dc371} <Debug> DynamicQueryHandler: Done processing query | ||
7148 | 2024.08.06 04:03:12.161591 [ 3 ] {896f32b8-bfac-491e-95e2-50314c4dc371} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7149 | 2024.08.06 04:03:12.161607 [ 3 ] {} <Debug> HTTP-Session: 1ab339a6-da5e-48fe-9613-8ed802fe1e3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7150 | 2024.08.06 04:03:12.161808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7151 | 2024.08.06 04:03:12.161857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7152 | 2024.08.06 04:03:12.161876 [ 3 ] {} <Debug> HTTP-Session: 879d7a3a-2228-4dfa-bbf4-86ee99a71e55 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7153 | 2024.08.06 04:03:12.161895 [ 3 ] {} <Debug> HTTP-Session: 879d7a3a-2228-4dfa-bbf4-86ee99a71e55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7154 | 2024.08.06 04:03:12.161909 [ 3 ] {} <Debug> HTTP-Session: 879d7a3a-2228-4dfa-bbf4-86ee99a71e55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7155 | 2024.08.06 04:03:12.161938 [ 3 ] {} <Trace> HTTP-Session: 879d7a3a-2228-4dfa-bbf4-86ee99a71e55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7156 | 2024.08.06 04:03:12.162120 [ 3 ] {6691ae79-ff43-4a6e-b08c-45700a2ca65b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7157 | 2024.08.06 04:03:12.162168 [ 3 ] {6691ae79-ff43-4a6e-b08c-45700a2ca65b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7158 | 2024.08.06 04:03:12.162333 [ 3 ] {6691ae79-ff43-4a6e-b08c-45700a2ca65b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7159 | 2024.08.06 04:03:12.162700 [ 3 ] {6691ae79-ff43-4a6e-b08c-45700a2ca65b} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7160 | 2024.08.06 04:03:12.162735 [ 3 ] {6691ae79-ff43-4a6e-b08c-45700a2ca65b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7161 | 2024.08.06 04:03:12.163105 [ 3 ] {6691ae79-ff43-4a6e-b08c-45700a2ca65b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7162 | 2024.08.06 04:03:12.163442 [ 3 ] {6691ae79-ff43-4a6e-b08c-45700a2ca65b} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7163 | 2024.08.06 04:03:12.163568 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7164 | 2024.08.06 04:03:12.163573 [ 3 ] {6691ae79-ff43-4a6e-b08c-45700a2ca65b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001556 sec., 103470.43701799485 rows/sec., 7.21 MiB/sec. | ||
7165 | 2024.08.06 04:03:12.163603 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7166 | 2024.08.06 04:03:12.163640 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7167 | 2024.08.06 04:03:12.163845 [ 3 ] {6691ae79-ff43-4a6e-b08c-45700a2ca65b} <Debug> DynamicQueryHandler: Done processing query | ||
7168 | 2024.08.06 04:03:12.163891 [ 3 ] {6691ae79-ff43-4a6e-b08c-45700a2ca65b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7169 | 2024.08.06 04:03:12.163892 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
7170 | 2024.08.06 04:03:12.163914 [ 3 ] {} <Debug> HTTP-Session: 879d7a3a-2228-4dfa-bbf4-86ee99a71e55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7171 | 2024.08.06 04:03:12.164195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35543, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7172 | 2024.08.06 04:03:12.164258 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7173 | 2024.08.06 04:03:12.164287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7174 | 2024.08.06 04:03:12.164313 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 5263 rows starting from the beginning of the part | ||
7175 | 2024.08.06 04:03:12.164324 [ 3 ] {} <Debug> HTTP-Session: 8a8ec536-c148-48c5-9372-7374bb4daab9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7176 | 2024.08.06 04:03:12.164370 [ 3 ] {} <Debug> HTTP-Session: 8a8ec536-c148-48c5-9372-7374bb4daab9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7177 | 2024.08.06 04:03:12.164423 [ 3 ] {} <Debug> HTTP-Session: 8a8ec536-c148-48c5-9372-7374bb4daab9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7178 | 2024.08.06 04:03:12.164556 [ 3 ] {} <Trace> HTTP-Session: 8a8ec536-c148-48c5-9372-7374bb4daab9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7179 | 2024.08.06 04:03:12.164595 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 159 rows starting from the beginning of the part | ||
7180 | 2024.08.06 04:03:12.164890 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
7181 | 2024.08.06 04:03:12.165022 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
7182 | 2024.08.06 04:03:12.165164 [ 3 ] {ff2e69c8-869d-453b-9f2b-f338d3454033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7183 | 2024.08.06 04:03:12.165304 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 162 rows starting from the beginning of the part | ||
7184 | 2024.08.06 04:03:12.165617 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 161 rows starting from the beginning of the part | ||
7185 | 2024.08.06 04:03:12.165658 [ 3 ] {ff2e69c8-869d-453b-9f2b-f338d3454033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7186 | 2024.08.06 04:03:12.167365 [ 3 ] {ff2e69c8-869d-453b-9f2b-f338d3454033} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7187 | 2024.08.06 04:03:12.168593 [ 3 ] {ff2e69c8-869d-453b-9f2b-f338d3454033} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7188 | 2024.08.06 04:03:12.168708 [ 3 ] {ff2e69c8-869d-453b-9f2b-f338d3454033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7189 | 2024.08.06 04:03:12.169771 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6065 rows, containing 5 columns (5 merged, 0 gathered) in 0.006027072 sec., 1006292.9395899038 rows/sec., 70.12 MiB/sec. | ||
7190 | 2024.08.06 04:03:12.170042 [ 3 ] {ff2e69c8-869d-453b-9f2b-f338d3454033} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7191 | 2024.08.06 04:03:12.170198 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7192 | 2024.08.06 04:03:12.171308 [ 3 ] {ff2e69c8-869d-453b-9f2b-f338d3454033} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7193 | 2024.08.06 04:03:12.171308 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7194 | 2024.08.06 04:03:12.171560 [ 88 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
7195 | 2024.08.06 04:03:12.171579 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7196 | 2024.08.06 04:03:12.171660 [ 88 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7197 | 2024.08.06 04:03:12.171690 [ 3 ] {ff2e69c8-869d-453b-9f2b-f338d3454033} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.006935 sec., 3172.314347512617 rows/sec., 5.68 MiB/sec. | ||
7198 | 2024.08.06 04:03:12.171762 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7199 | 2024.08.06 04:03:12.171843 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. | ||
7200 | 2024.08.06 04:03:12.172216 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
7201 | 2024.08.06 04:03:12.172482 [ 3 ] {ff2e69c8-869d-453b-9f2b-f338d3454033} <Debug> DynamicQueryHandler: Done processing query | ||
7202 | 2024.08.06 04:03:12.172537 [ 3 ] {ff2e69c8-869d-453b-9f2b-f338d3454033} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7203 | 2024.08.06 04:03:12.172607 [ 3 ] {} <Debug> HTTP-Session: 8a8ec536-c148-48c5-9372-7374bb4daab9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7204 | 2024.08.06 04:03:12.172824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7205 | 2024.08.06 04:03:12.172842 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7206 | 2024.08.06 04:03:12.172977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7207 | 2024.08.06 04:03:12.173030 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 351 rows starting from the beginning of the part | ||
7208 | 2024.08.06 04:03:12.173041 [ 3 ] {} <Debug> HTTP-Session: 155aa40e-c5e5-4a52-b8ea-b1bf020b1eba Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7209 | 2024.08.06 04:03:12.173098 [ 3 ] {} <Debug> HTTP-Session: 155aa40e-c5e5-4a52-b8ea-b1bf020b1eba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7210 | 2024.08.06 04:03:12.173149 [ 3 ] {} <Debug> HTTP-Session: 155aa40e-c5e5-4a52-b8ea-b1bf020b1eba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7211 | 2024.08.06 04:03:12.173236 [ 3 ] {} <Trace> HTTP-Session: 155aa40e-c5e5-4a52-b8ea-b1bf020b1eba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7212 | 2024.08.06 04:03:12.173612 [ 3 ] {ae5d5bc1-a7b0-4265-aa02-6758d53b3f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7213 | 2024.08.06 04:03:12.173695 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 22 rows starting from the beginning of the part | ||
7214 | 2024.08.06 04:03:12.173719 [ 3 ] {ae5d5bc1-a7b0-4265-aa02-6758d53b3f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7215 | 2024.08.06 04:03:12.174507 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
7216 | 2024.08.06 04:03:12.174626 [ 3 ] {ae5d5bc1-a7b0-4265-aa02-6758d53b3f9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7217 | 2024.08.06 04:03:12.175103 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 22 rows starting from the beginning of the part | ||
7218 | 2024.08.06 04:03:12.175760 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
7219 | 2024.08.06 04:03:12.175993 [ 3 ] {ae5d5bc1-a7b0-4265-aa02-6758d53b3f9f} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7220 | 2024.08.06 04:03:12.176126 [ 3 ] {ae5d5bc1-a7b0-4265-aa02-6758d53b3f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7221 | 2024.08.06 04:03:12.176412 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 22 rows starting from the beginning of the part | ||
7222 | 2024.08.06 04:03:12.177561 [ 3 ] {ae5d5bc1-a7b0-4265-aa02-6758d53b3f9f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7223 | 2024.08.06 04:03:12.178432 [ 3 ] {ae5d5bc1-a7b0-4265-aa02-6758d53b3f9f} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7224 | 2024.08.06 04:03:12.178673 [ 3 ] {ae5d5bc1-a7b0-4265-aa02-6758d53b3f9f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005202 sec., 4421.3763936947325 rows/sec., 239.17 KiB/sec. | ||
7225 | 2024.08.06 04:03:12.179074 [ 3 ] {ae5d5bc1-a7b0-4265-aa02-6758d53b3f9f} <Debug> DynamicQueryHandler: Done processing query | ||
7226 | 2024.08.06 04:03:12.179115 [ 3 ] {ae5d5bc1-a7b0-4265-aa02-6758d53b3f9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7227 | 2024.08.06 04:03:12.179156 [ 3 ] {} <Debug> HTTP-Session: 155aa40e-c5e5-4a52-b8ea-b1bf020b1eba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7228 | 2024.08.06 04:03:12.179349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7229 | 2024.08.06 04:03:12.179487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7230 | 2024.08.06 04:03:12.179564 [ 3 ] {} <Debug> HTTP-Session: 64d795b0-73e2-4374-8e4c-15c1eedeab3b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7231 | 2024.08.06 04:03:12.179625 [ 3 ] {} <Debug> HTTP-Session: 64d795b0-73e2-4374-8e4c-15c1eedeab3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7232 | 2024.08.06 04:03:12.179672 [ 3 ] {} <Debug> HTTP-Session: 64d795b0-73e2-4374-8e4c-15c1eedeab3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7233 | 2024.08.06 04:03:12.179752 [ 3 ] {} <Trace> HTTP-Session: 64d795b0-73e2-4374-8e4c-15c1eedeab3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7234 | 2024.08.06 04:03:12.180083 [ 3 ] {c9bee887-1d17-49a0-940a-4d2b34ce2673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7235 | 2024.08.06 04:03:12.180198 [ 3 ] {c9bee887-1d17-49a0-940a-4d2b34ce2673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7236 | 2024.08.06 04:03:12.181050 [ 3 ] {c9bee887-1d17-49a0-940a-4d2b34ce2673} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7237 | 2024.08.06 04:03:12.182005 [ 3 ] {c9bee887-1d17-49a0-940a-4d2b34ce2673} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7238 | 2024.08.06 04:03:12.182093 [ 3 ] {c9bee887-1d17-49a0-940a-4d2b34ce2673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7239 | 2024.08.06 04:03:12.182983 [ 3 ] {c9bee887-1d17-49a0-940a-4d2b34ce2673} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7240 | 2024.08.06 04:03:12.184010 [ 3 ] {c9bee887-1d17-49a0-940a-4d2b34ce2673} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7241 | 2024.08.06 04:03:12.184275 [ 88 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7242 | 2024.08.06 04:03:12.184421 [ 88 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7243 | 2024.08.06 04:03:12.184453 [ 3 ] {c9bee887-1d17-49a0-940a-4d2b34ce2673} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004507 sec., 13312.624805857557 rows/sec., 918.71 KiB/sec. | ||
7244 | 2024.08.06 04:03:12.184491 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7245 | 2024.08.06 04:03:12.185193 [ 3 ] {c9bee887-1d17-49a0-940a-4d2b34ce2673} <Debug> DynamicQueryHandler: Done processing query | ||
7246 | 2024.08.06 04:03:12.185221 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
7247 | 2024.08.06 04:03:12.185325 [ 3 ] {c9bee887-1d17-49a0-940a-4d2b34ce2673} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7248 | 2024.08.06 04:03:12.185456 [ 3 ] {} <Debug> HTTP-Session: 64d795b0-73e2-4374-8e4c-15c1eedeab3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7249 | 2024.08.06 04:03:12.186041 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7250 | 2024.08.06 04:03:12.186161 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1838 rows starting from the beginning of the part | ||
7251 | 2024.08.06 04:03:12.186235 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 439 rows, containing 19 columns (19 merged, 0 gathered) in 0.014190814 sec., 30935.50517961831 rows/sec., 55.44 MiB/sec. | ||
7252 | 2024.08.06 04:03:12.186402 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 58 rows starting from the beginning of the part | ||
7253 | 2024.08.06 04:03:12.186602 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
7254 | 2024.08.06 04:03:12.186786 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
7255 | 2024.08.06 04:03:12.187016 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
7256 | 2024.08.06 04:03:12.187229 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
7257 | 2024.08.06 04:03:12.187601 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
7258 | 2024.08.06 04:03:12.189268 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7259 | 2024.08.06 04:03:12.189500 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
7260 | 2024.08.06 04:03:12.189775 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.08 MiB. | ||
7261 | 2024.08.06 04:03:12.190246 [ 195 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2136 rows, containing 4 columns (4 merged, 0 gathered) in 0.005535041 sec., 385905.00052303134 rows/sec., 26.02 MiB/sec. | ||
7262 | 2024.08.06 04:03:12.190488 [ 200 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7263 | 2024.08.06 04:03:12.190865 [ 200 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_36_7} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7264 | 2024.08.06 04:03:12.190940 [ 200 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_36_7} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7265 | 2024.08.06 04:03:12.191023 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
7266 | 2024.08.06 04:03:17.126800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7267 | 2024.08.06 04:03:17.126935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7268 | 2024.08.06 04:03:17.126962 [ 3 ] {} <Debug> HTTP-Session: c17a6967-d0ed-4bbc-8395-ef34c7c24eec Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7269 | 2024.08.06 04:03:17.126988 [ 3 ] {} <Debug> HTTP-Session: c17a6967-d0ed-4bbc-8395-ef34c7c24eec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7270 | 2024.08.06 04:03:17.127004 [ 3 ] {} <Debug> HTTP-Session: c17a6967-d0ed-4bbc-8395-ef34c7c24eec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7271 | 2024.08.06 04:03:17.127055 [ 3 ] {} <Trace> HTTP-Session: c17a6967-d0ed-4bbc-8395-ef34c7c24eec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7272 | 2024.08.06 04:03:17.127244 [ 3 ] {6a9ead7d-351c-409c-934d-7570b8f904aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7273 | 2024.08.06 04:03:17.127311 [ 3 ] {6a9ead7d-351c-409c-934d-7570b8f904aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7274 | 2024.08.06 04:03:17.127506 [ 3 ] {6a9ead7d-351c-409c-934d-7570b8f904aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7275 | 2024.08.06 04:03:17.127932 [ 3 ] {6a9ead7d-351c-409c-934d-7570b8f904aa} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7276 | 2024.08.06 04:03:17.127979 [ 3 ] {6a9ead7d-351c-409c-934d-7570b8f904aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7277 | 2024.08.06 04:03:17.128360 [ 3 ] {6a9ead7d-351c-409c-934d-7570b8f904aa} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7278 | 2024.08.06 04:03:17.128719 [ 3 ] {6a9ead7d-351c-409c-934d-7570b8f904aa} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7279 | 2024.08.06 04:03:17.128876 [ 3 ] {6a9ead7d-351c-409c-934d-7570b8f904aa} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001686 sec., 6524.317912218268 rows/sec., 528.83 KiB/sec. | ||
7280 | 2024.08.06 04:03:17.129121 [ 3 ] {6a9ead7d-351c-409c-934d-7570b8f904aa} <Debug> DynamicQueryHandler: Done processing query | ||
7281 | 2024.08.06 04:03:17.129151 [ 3 ] {6a9ead7d-351c-409c-934d-7570b8f904aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7282 | 2024.08.06 04:03:17.129169 [ 3 ] {} <Debug> HTTP-Session: c17a6967-d0ed-4bbc-8395-ef34c7c24eec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7283 | 2024.08.06 04:03:17.129325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7284 | 2024.08.06 04:03:17.129381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7285 | 2024.08.06 04:03:17.129401 [ 3 ] {} <Debug> HTTP-Session: d8807b68-a637-4bb2-9cd4-268d52da535f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7286 | 2024.08.06 04:03:17.129419 [ 3 ] {} <Debug> HTTP-Session: d8807b68-a637-4bb2-9cd4-268d52da535f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7287 | 2024.08.06 04:03:17.129432 [ 3 ] {} <Debug> HTTP-Session: d8807b68-a637-4bb2-9cd4-268d52da535f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7288 | 2024.08.06 04:03:17.129467 [ 3 ] {} <Trace> HTTP-Session: d8807b68-a637-4bb2-9cd4-268d52da535f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7289 | 2024.08.06 04:03:17.129576 [ 3 ] {90ae7ccb-a816-4bc3-9ae1-50426151ee98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7290 | 2024.08.06 04:03:17.129622 [ 3 ] {90ae7ccb-a816-4bc3-9ae1-50426151ee98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7291 | 2024.08.06 04:03:17.129762 [ 3 ] {90ae7ccb-a816-4bc3-9ae1-50426151ee98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7292 | 2024.08.06 04:03:17.130055 [ 3 ] {90ae7ccb-a816-4bc3-9ae1-50426151ee98} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7293 | 2024.08.06 04:03:17.130092 [ 3 ] {90ae7ccb-a816-4bc3-9ae1-50426151ee98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7294 | 2024.08.06 04:03:17.130413 [ 3 ] {90ae7ccb-a816-4bc3-9ae1-50426151ee98} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7295 | 2024.08.06 04:03:17.130733 [ 3 ] {90ae7ccb-a816-4bc3-9ae1-50426151ee98} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7296 | 2024.08.06 04:03:17.130890 [ 3 ] {90ae7ccb-a816-4bc3-9ae1-50426151ee98} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001338 sec., 2989.536621823617 rows/sec., 243.78 KiB/sec. | ||
7297 | 2024.08.06 04:03:17.131042 [ 3 ] {90ae7ccb-a816-4bc3-9ae1-50426151ee98} <Debug> DynamicQueryHandler: Done processing query | ||
7298 | 2024.08.06 04:03:17.131067 [ 3 ] {90ae7ccb-a816-4bc3-9ae1-50426151ee98} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7299 | 2024.08.06 04:03:17.131082 [ 3 ] {} <Debug> HTTP-Session: d8807b68-a637-4bb2-9cd4-268d52da535f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7300 | 2024.08.06 04:03:17.131225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7301 | 2024.08.06 04:03:17.131275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7302 | 2024.08.06 04:03:17.131295 [ 3 ] {} <Debug> HTTP-Session: c6683b27-d952-4398-add6-a773c6bbd7a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7303 | 2024.08.06 04:03:17.131311 [ 3 ] {} <Debug> HTTP-Session: c6683b27-d952-4398-add6-a773c6bbd7a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7304 | 2024.08.06 04:03:17.131325 [ 3 ] {} <Debug> HTTP-Session: c6683b27-d952-4398-add6-a773c6bbd7a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7305 | 2024.08.06 04:03:17.131356 [ 3 ] {} <Trace> HTTP-Session: c6683b27-d952-4398-add6-a773c6bbd7a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7306 | 2024.08.06 04:03:17.131495 [ 3 ] {7159b13d-e2e4-48e0-a24d-9ab6f16dd3b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7307 | 2024.08.06 04:03:17.131538 [ 3 ] {7159b13d-e2e4-48e0-a24d-9ab6f16dd3b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7308 | 2024.08.06 04:03:17.131664 [ 3 ] {7159b13d-e2e4-48e0-a24d-9ab6f16dd3b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7309 | 2024.08.06 04:03:17.132111 [ 3 ] {7159b13d-e2e4-48e0-a24d-9ab6f16dd3b2} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7310 | 2024.08.06 04:03:17.132148 [ 3 ] {7159b13d-e2e4-48e0-a24d-9ab6f16dd3b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7311 | 2024.08.06 04:03:17.132473 [ 3 ] {7159b13d-e2e4-48e0-a24d-9ab6f16dd3b2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7312 | 2024.08.06 04:03:17.132787 [ 3 ] {7159b13d-e2e4-48e0-a24d-9ab6f16dd3b2} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7313 | 2024.08.06 04:03:17.132941 [ 3 ] {7159b13d-e2e4-48e0-a24d-9ab6f16dd3b2} <Debug> executeQuery: Read 127 rows, 10.28 KiB in 0.001501 sec., 84610.25982678214 rows/sec., 6.69 MiB/sec. | ||
7314 | 2024.08.06 04:03:17.133197 [ 3 ] {7159b13d-e2e4-48e0-a24d-9ab6f16dd3b2} <Debug> DynamicQueryHandler: Done processing query | ||
7315 | 2024.08.06 04:03:17.133253 [ 3 ] {7159b13d-e2e4-48e0-a24d-9ab6f16dd3b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7316 | 2024.08.06 04:03:17.133294 [ 3 ] {} <Debug> HTTP-Session: c6683b27-d952-4398-add6-a773c6bbd7a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7317 | 2024.08.06 04:03:17.133440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7318 | 2024.08.06 04:03:17.133493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7319 | 2024.08.06 04:03:17.133513 [ 3 ] {} <Debug> HTTP-Session: ff5d00a9-a991-4b7e-85e6-1da2bac58138 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7320 | 2024.08.06 04:03:17.133530 [ 3 ] {} <Debug> HTTP-Session: ff5d00a9-a991-4b7e-85e6-1da2bac58138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7321 | 2024.08.06 04:03:17.133544 [ 3 ] {} <Debug> HTTP-Session: ff5d00a9-a991-4b7e-85e6-1da2bac58138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7322 | 2024.08.06 04:03:17.133575 [ 3 ] {} <Trace> HTTP-Session: ff5d00a9-a991-4b7e-85e6-1da2bac58138 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7323 | 2024.08.06 04:03:17.133675 [ 3 ] {715f417e-5795-4d59-be8c-ed307be38e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7324 | 2024.08.06 04:03:17.133720 [ 3 ] {715f417e-5795-4d59-be8c-ed307be38e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7325 | 2024.08.06 04:03:17.133867 [ 3 ] {715f417e-5795-4d59-be8c-ed307be38e7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7326 | 2024.08.06 04:03:17.134160 [ 3 ] {715f417e-5795-4d59-be8c-ed307be38e7a} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7327 | 2024.08.06 04:03:17.134197 [ 3 ] {715f417e-5795-4d59-be8c-ed307be38e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7328 | 2024.08.06 04:03:17.134498 [ 3 ] {715f417e-5795-4d59-be8c-ed307be38e7a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7329 | 2024.08.06 04:03:17.134811 [ 3 ] {715f417e-5795-4d59-be8c-ed307be38e7a} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7330 | 2024.08.06 04:03:17.134957 [ 3 ] {715f417e-5795-4d59-be8c-ed307be38e7a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001304 sec., 3067.4846625766872 rows/sec., 214.18 KiB/sec. | ||
7331 | 2024.08.06 04:03:17.135124 [ 3 ] {715f417e-5795-4d59-be8c-ed307be38e7a} <Debug> DynamicQueryHandler: Done processing query | ||
7332 | 2024.08.06 04:03:17.135148 [ 3 ] {715f417e-5795-4d59-be8c-ed307be38e7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7333 | 2024.08.06 04:03:17.135164 [ 3 ] {} <Debug> HTTP-Session: ff5d00a9-a991-4b7e-85e6-1da2bac58138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7334 | 2024.08.06 04:03:17.135292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7335 | 2024.08.06 04:03:17.135340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7336 | 2024.08.06 04:03:17.135360 [ 3 ] {} <Debug> HTTP-Session: 33ee7dbe-90dc-4092-9a2b-d888b3e72050 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7337 | 2024.08.06 04:03:17.135376 [ 3 ] {} <Debug> HTTP-Session: 33ee7dbe-90dc-4092-9a2b-d888b3e72050 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7338 | 2024.08.06 04:03:17.135390 [ 3 ] {} <Debug> HTTP-Session: 33ee7dbe-90dc-4092-9a2b-d888b3e72050 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7339 | 2024.08.06 04:03:17.135420 [ 3 ] {} <Trace> HTTP-Session: 33ee7dbe-90dc-4092-9a2b-d888b3e72050 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7340 | 2024.08.06 04:03:17.135545 [ 3 ] {6236345c-7346-4403-8a6f-57664a7fe615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7341 | 2024.08.06 04:03:17.135588 [ 3 ] {6236345c-7346-4403-8a6f-57664a7fe615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7342 | 2024.08.06 04:03:17.135714 [ 3 ] {6236345c-7346-4403-8a6f-57664a7fe615} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7343 | 2024.08.06 04:03:17.136065 [ 3 ] {6236345c-7346-4403-8a6f-57664a7fe615} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7344 | 2024.08.06 04:03:17.136102 [ 3 ] {6236345c-7346-4403-8a6f-57664a7fe615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7345 | 2024.08.06 04:03:17.136430 [ 3 ] {6236345c-7346-4403-8a6f-57664a7fe615} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7346 | 2024.08.06 04:03:17.136745 [ 3 ] {6236345c-7346-4403-8a6f-57664a7fe615} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7347 | 2024.08.06 04:03:17.136893 [ 3 ] {6236345c-7346-4403-8a6f-57664a7fe615} <Debug> executeQuery: Read 103 rows, 8.22 KiB in 0.00139 sec., 74100.71942446043 rows/sec., 5.78 MiB/sec. | ||
7348 | 2024.08.06 04:03:17.137167 [ 3 ] {6236345c-7346-4403-8a6f-57664a7fe615} <Debug> DynamicQueryHandler: Done processing query | ||
7349 | 2024.08.06 04:03:17.137236 [ 3 ] {6236345c-7346-4403-8a6f-57664a7fe615} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7350 | 2024.08.06 04:03:17.137285 [ 3 ] {} <Debug> HTTP-Session: 33ee7dbe-90dc-4092-9a2b-d888b3e72050 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7351 | 2024.08.06 04:03:17.137485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7352 | 2024.08.06 04:03:17.137538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7353 | 2024.08.06 04:03:17.137558 [ 3 ] {} <Debug> HTTP-Session: 04f3ca9a-2c66-45aa-81b4-492aed389057 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7354 | 2024.08.06 04:03:17.137574 [ 3 ] {} <Debug> HTTP-Session: 04f3ca9a-2c66-45aa-81b4-492aed389057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7355 | 2024.08.06 04:03:17.137588 [ 3 ] {} <Debug> HTTP-Session: 04f3ca9a-2c66-45aa-81b4-492aed389057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7356 | 2024.08.06 04:03:17.137619 [ 3 ] {} <Trace> HTTP-Session: 04f3ca9a-2c66-45aa-81b4-492aed389057 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7357 | 2024.08.06 04:03:17.137794 [ 3 ] {08ffe03e-e937-4d30-8ca0-897bf1d8a85c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7358 | 2024.08.06 04:03:17.137845 [ 3 ] {08ffe03e-e937-4d30-8ca0-897bf1d8a85c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7359 | 2024.08.06 04:03:17.138016 [ 3 ] {08ffe03e-e937-4d30-8ca0-897bf1d8a85c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7360 | 2024.08.06 04:03:17.138450 [ 3 ] {08ffe03e-e937-4d30-8ca0-897bf1d8a85c} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7361 | 2024.08.06 04:03:17.138488 [ 3 ] {08ffe03e-e937-4d30-8ca0-897bf1d8a85c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7362 | 2024.08.06 04:03:17.138887 [ 3 ] {08ffe03e-e937-4d30-8ca0-897bf1d8a85c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7363 | 2024.08.06 04:03:17.139237 [ 3 ] {08ffe03e-e937-4d30-8ca0-897bf1d8a85c} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7364 | 2024.08.06 04:03:17.139392 [ 3 ] {08ffe03e-e937-4d30-8ca0-897bf1d8a85c} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001675 sec., 118208.95522388059 rows/sec., 8.25 MiB/sec. | ||
7365 | 2024.08.06 04:03:17.139561 [ 3 ] {08ffe03e-e937-4d30-8ca0-897bf1d8a85c} <Debug> DynamicQueryHandler: Done processing query | ||
7366 | 2024.08.06 04:03:17.139586 [ 3 ] {08ffe03e-e937-4d30-8ca0-897bf1d8a85c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7367 | 2024.08.06 04:03:17.139602 [ 3 ] {} <Debug> HTTP-Session: 04f3ca9a-2c66-45aa-81b4-492aed389057 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7368 | 2024.08.06 04:03:17.139739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7369 | 2024.08.06 04:03:17.139787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7370 | 2024.08.06 04:03:17.139807 [ 3 ] {} <Debug> HTTP-Session: 3a011a67-b677-4f20-b775-b8f100769ffa Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7371 | 2024.08.06 04:03:17.139823 [ 3 ] {} <Debug> HTTP-Session: 3a011a67-b677-4f20-b775-b8f100769ffa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7372 | 2024.08.06 04:03:17.139837 [ 3 ] {} <Debug> HTTP-Session: 3a011a67-b677-4f20-b775-b8f100769ffa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7373 | 2024.08.06 04:03:17.139867 [ 3 ] {} <Trace> HTTP-Session: 3a011a67-b677-4f20-b775-b8f100769ffa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7374 | 2024.08.06 04:03:17.140032 [ 3 ] {c5cc19f2-c28a-478d-90f5-88a988856c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7375 | 2024.08.06 04:03:17.140098 [ 3 ] {c5cc19f2-c28a-478d-90f5-88a988856c5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7376 | 2024.08.06 04:03:17.140510 [ 3 ] {c5cc19f2-c28a-478d-90f5-88a988856c5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7377 | 2024.08.06 04:03:17.141053 [ 3 ] {c5cc19f2-c28a-478d-90f5-88a988856c5e} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7378 | 2024.08.06 04:03:17.141090 [ 3 ] {c5cc19f2-c28a-478d-90f5-88a988856c5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7379 | 2024.08.06 04:03:17.141688 [ 3 ] {c5cc19f2-c28a-478d-90f5-88a988856c5e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7380 | 2024.08.06 04:03:17.142117 [ 3 ] {c5cc19f2-c28a-478d-90f5-88a988856c5e} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7381 | 2024.08.06 04:03:17.142324 [ 3 ] {c5cc19f2-c28a-478d-90f5-88a988856c5e} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002373 sec., 4635.482511588706 rows/sec., 8.31 MiB/sec. | ||
7382 | 2024.08.06 04:03:17.142909 [ 3 ] {c5cc19f2-c28a-478d-90f5-88a988856c5e} <Debug> DynamicQueryHandler: Done processing query | ||
7383 | 2024.08.06 04:03:17.142935 [ 3 ] {c5cc19f2-c28a-478d-90f5-88a988856c5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
7384 | 2024.08.06 04:03:17.142953 [ 3 ] {} <Debug> HTTP-Session: 3a011a67-b677-4f20-b775-b8f100769ffa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7385 | 2024.08.06 04:03:17.143078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7386 | 2024.08.06 04:03:17.143127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7387 | 2024.08.06 04:03:17.143147 [ 3 ] {} <Debug> HTTP-Session: b0fee166-ba95-426c-8521-ebefa0a68c41 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7388 | 2024.08.06 04:03:17.143163 [ 3 ] {} <Debug> HTTP-Session: b0fee166-ba95-426c-8521-ebefa0a68c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7389 | 2024.08.06 04:03:17.143177 [ 3 ] {} <Debug> HTTP-Session: b0fee166-ba95-426c-8521-ebefa0a68c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7390 | 2024.08.06 04:03:17.143208 [ 3 ] {} <Trace> HTTP-Session: b0fee166-ba95-426c-8521-ebefa0a68c41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7391 | 2024.08.06 04:03:17.143330 [ 3 ] {369d4dac-ca23-47d4-865f-a00af73a7492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7392 | 2024.08.06 04:03:17.143377 [ 3 ] {369d4dac-ca23-47d4-865f-a00af73a7492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7393 | 2024.08.06 04:03:17.143527 [ 3 ] {369d4dac-ca23-47d4-865f-a00af73a7492} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7394 | 2024.08.06 04:03:17.143827 [ 3 ] {369d4dac-ca23-47d4-865f-a00af73a7492} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7395 | 2024.08.06 04:03:17.143865 [ 3 ] {369d4dac-ca23-47d4-865f-a00af73a7492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7396 | 2024.08.06 04:03:17.144234 [ 3 ] {369d4dac-ca23-47d4-865f-a00af73a7492} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7397 | 2024.08.06 04:03:17.144567 [ 3 ] {369d4dac-ca23-47d4-865f-a00af73a7492} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7398 | 2024.08.06 04:03:17.144729 [ 3 ] {369d4dac-ca23-47d4-865f-a00af73a7492} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.82 MiB/sec. | ||
7399 | 2024.08.06 04:03:17.145004 [ 3 ] {369d4dac-ca23-47d4-865f-a00af73a7492} <Debug> DynamicQueryHandler: Done processing query | ||
7400 | 2024.08.06 04:03:17.145046 [ 3 ] {369d4dac-ca23-47d4-865f-a00af73a7492} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7401 | 2024.08.06 04:03:17.145075 [ 3 ] {} <Debug> HTTP-Session: b0fee166-ba95-426c-8521-ebefa0a68c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7402 | 2024.08.06 04:03:21.017749 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7403 | 2024.08.06 04:03:21.017851 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7404 | 2024.08.06 04:03:22.130262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7405 | 2024.08.06 04:03:22.130390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7406 | 2024.08.06 04:03:22.130421 [ 3 ] {} <Debug> HTTP-Session: cc4d05b0-d62f-4989-a634-bf80c8c36e08 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7407 | 2024.08.06 04:03:22.130449 [ 3 ] {} <Debug> HTTP-Session: cc4d05b0-d62f-4989-a634-bf80c8c36e08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7408 | 2024.08.06 04:03:22.130468 [ 3 ] {} <Debug> HTTP-Session: cc4d05b0-d62f-4989-a634-bf80c8c36e08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7409 | 2024.08.06 04:03:22.130525 [ 3 ] {} <Trace> HTTP-Session: cc4d05b0-d62f-4989-a634-bf80c8c36e08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7410 | 2024.08.06 04:03:22.130738 [ 3 ] {14b48ca1-2e85-45fc-be12-83476031de55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7411 | 2024.08.06 04:03:22.130814 [ 3 ] {14b48ca1-2e85-45fc-be12-83476031de55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7412 | 2024.08.06 04:03:22.131035 [ 3 ] {14b48ca1-2e85-45fc-be12-83476031de55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7413 | 2024.08.06 04:03:22.131544 [ 3 ] {14b48ca1-2e85-45fc-be12-83476031de55} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7414 | 2024.08.06 04:03:22.131588 [ 3 ] {14b48ca1-2e85-45fc-be12-83476031de55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7415 | 2024.08.06 04:03:22.131969 [ 3 ] {14b48ca1-2e85-45fc-be12-83476031de55} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7416 | 2024.08.06 04:03:22.132314 [ 3 ] {14b48ca1-2e85-45fc-be12-83476031de55} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7417 | 2024.08.06 04:03:22.132483 [ 3 ] {14b48ca1-2e85-45fc-be12-83476031de55} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001803 sec., 15529.67276760954 rows/sec., 1.15 MiB/sec. | ||
7418 | 2024.08.06 04:03:22.132496 [ 78 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7419 | 2024.08.06 04:03:22.132589 [ 78 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7420 | 2024.08.06 04:03:22.132641 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7421 | 2024.08.06 04:03:22.132768 [ 3 ] {14b48ca1-2e85-45fc-be12-83476031de55} <Debug> DynamicQueryHandler: Done processing query | ||
7422 | 2024.08.06 04:03:22.132845 [ 3 ] {14b48ca1-2e85-45fc-be12-83476031de55} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7423 | 2024.08.06 04:03:22.132910 [ 3 ] {} <Debug> HTTP-Session: cc4d05b0-d62f-4989-a634-bf80c8c36e08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7424 | 2024.08.06 04:03:22.133003 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::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 | ||
7425 | 2024.08.06 04:03:22.133150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7426 | 2024.08.06 04:03:22.133235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7427 | 2024.08.06 04:03:22.133304 [ 3 ] {} <Debug> HTTP-Session: c12d7b00-12f7-438a-8030-b143c23277e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7428 | 2024.08.06 04:03:22.133360 [ 3 ] {} <Debug> HTTP-Session: c12d7b00-12f7-438a-8030-b143c23277e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7429 | 2024.08.06 04:03:22.133410 [ 3 ] {} <Debug> HTTP-Session: c12d7b00-12f7-438a-8030-b143c23277e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7430 | 2024.08.06 04:03:22.133507 [ 3 ] {} <Trace> HTTP-Session: c12d7b00-12f7-438a-8030-b143c23277e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7431 | 2024.08.06 04:03:22.133512 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7432 | 2024.08.06 04:03:22.133576 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 39 rows starting from the beginning of the part | ||
7433 | 2024.08.06 04:03:22.133730 [ 3 ] {ae42a53d-a039-42c8-84ee-19aef6e33cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7434 | 2024.08.06 04:03:22.133852 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 28 rows starting from the beginning of the part | ||
7435 | 2024.08.06 04:03:22.133886 [ 3 ] {ae42a53d-a039-42c8-84ee-19aef6e33cbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7436 | 2024.08.06 04:03:22.134197 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 11 rows starting from the beginning of the part | ||
7437 | 2024.08.06 04:03:22.134493 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part | ||
7438 | 2024.08.06 04:03:22.134828 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 11 rows starting from the beginning of the part | ||
7439 | 2024.08.06 04:03:22.135194 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 28 rows starting from the beginning of the part | ||
7440 | 2024.08.06 04:03:22.135229 [ 3 ] {ae42a53d-a039-42c8-84ee-19aef6e33cbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7441 | 2024.08.06 04:03:22.136374 [ 3 ] {ae42a53d-a039-42c8-84ee-19aef6e33cbe} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7442 | 2024.08.06 04:03:22.136441 [ 3 ] {ae42a53d-a039-42c8-84ee-19aef6e33cbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7443 | 2024.08.06 04:03:22.137327 [ 3 ] {ae42a53d-a039-42c8-84ee-19aef6e33cbe} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7444 | 2024.08.06 04:03:22.137878 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 4 columns (4 merged, 0 gathered) in 0.00512979 sec., 28266.26431101468 rows/sec., 2.13 MiB/sec. | ||
7445 | 2024.08.06 04:03:22.138085 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7446 | 2024.08.06 04:03:22.138241 [ 3 ] {ae42a53d-a039-42c8-84ee-19aef6e33cbe} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7447 | 2024.08.06 04:03:22.138759 [ 3 ] {ae42a53d-a039-42c8-84ee-19aef6e33cbe} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.005123 sec., 780.7925043919579 rows/sec., 63.67 KiB/sec. | ||
7448 | 2024.08.06 04:03:22.139264 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_31_6} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7449 | 2024.08.06 04:03:22.139280 [ 3 ] {ae42a53d-a039-42c8-84ee-19aef6e33cbe} <Debug> DynamicQueryHandler: Done processing query | ||
7450 | 2024.08.06 04:03:22.139340 [ 3 ] {ae42a53d-a039-42c8-84ee-19aef6e33cbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7451 | 2024.08.06 04:03:22.139377 [ 3 ] {} <Debug> HTTP-Session: c12d7b00-12f7-438a-8030-b143c23277e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7452 | 2024.08.06 04:03:22.139428 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_31_6} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7453 | 2024.08.06 04:03:22.139532 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
7454 | 2024.08.06 04:03:22.139579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34537, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7455 | 2024.08.06 04:03:22.139635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7456 | 2024.08.06 04:03:22.139655 [ 3 ] {} <Debug> HTTP-Session: f2bcb435-ab82-43ee-9328-e85169c2cec0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7457 | 2024.08.06 04:03:22.139672 [ 3 ] {} <Debug> HTTP-Session: f2bcb435-ab82-43ee-9328-e85169c2cec0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7458 | 2024.08.06 04:03:22.139685 [ 3 ] {} <Debug> HTTP-Session: f2bcb435-ab82-43ee-9328-e85169c2cec0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7459 | 2024.08.06 04:03:22.139718 [ 3 ] {} <Trace> HTTP-Session: f2bcb435-ab82-43ee-9328-e85169c2cec0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7460 | 2024.08.06 04:03:22.139885 [ 3 ] {c2a159c0-efc3-4bf1-9cf4-2a0c89446171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7461 | 2024.08.06 04:03:22.139932 [ 3 ] {c2a159c0-efc3-4bf1-9cf4-2a0c89446171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7462 | 2024.08.06 04:03:22.140086 [ 3 ] {c2a159c0-efc3-4bf1-9cf4-2a0c89446171} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7463 | 2024.08.06 04:03:22.140547 [ 3 ] {c2a159c0-efc3-4bf1-9cf4-2a0c89446171} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7464 | 2024.08.06 04:03:22.140585 [ 3 ] {c2a159c0-efc3-4bf1-9cf4-2a0c89446171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7465 | 2024.08.06 04:03:22.140921 [ 3 ] {c2a159c0-efc3-4bf1-9cf4-2a0c89446171} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7466 | 2024.08.06 04:03:22.141237 [ 3 ] {c2a159c0-efc3-4bf1-9cf4-2a0c89446171} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7467 | 2024.08.06 04:03:22.141398 [ 3 ] {c2a159c0-efc3-4bf1-9cf4-2a0c89446171} <Debug> executeQuery: Read 229 rows, 20.61 KiB in 0.001582 sec., 144753.47661188367 rows/sec., 12.72 MiB/sec. | ||
7468 | 2024.08.06 04:03:22.141569 [ 3 ] {c2a159c0-efc3-4bf1-9cf4-2a0c89446171} <Debug> DynamicQueryHandler: Done processing query | ||
7469 | 2024.08.06 04:03:22.141594 [ 3 ] {c2a159c0-efc3-4bf1-9cf4-2a0c89446171} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
7470 | 2024.08.06 04:03:22.141610 [ 3 ] {} <Debug> HTTP-Session: f2bcb435-ab82-43ee-9328-e85169c2cec0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7471 | 2024.08.06 04:03:22.141740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7472 | 2024.08.06 04:03:22.141791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7473 | 2024.08.06 04:03:22.141812 [ 3 ] {} <Debug> HTTP-Session: 6bcd8483-7898-4769-9571-b3c42d079304 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7474 | 2024.08.06 04:03:22.141828 [ 3 ] {} <Debug> HTTP-Session: 6bcd8483-7898-4769-9571-b3c42d079304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7475 | 2024.08.06 04:03:22.141842 [ 3 ] {} <Debug> HTTP-Session: 6bcd8483-7898-4769-9571-b3c42d079304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7476 | 2024.08.06 04:03:22.141874 [ 3 ] {} <Trace> HTTP-Session: 6bcd8483-7898-4769-9571-b3c42d079304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7477 | 2024.08.06 04:03:22.141968 [ 3 ] {99da0853-c4bf-450f-b93e-ce9d7c250ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7478 | 2024.08.06 04:03:22.142012 [ 3 ] {99da0853-c4bf-450f-b93e-ce9d7c250ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7479 | 2024.08.06 04:03:22.142136 [ 3 ] {99da0853-c4bf-450f-b93e-ce9d7c250ef0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7480 | 2024.08.06 04:03:22.142407 [ 3 ] {99da0853-c4bf-450f-b93e-ce9d7c250ef0} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7481 | 2024.08.06 04:03:22.142445 [ 3 ] {99da0853-c4bf-450f-b93e-ce9d7c250ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7482 | 2024.08.06 04:03:22.142737 [ 3 ] {99da0853-c4bf-450f-b93e-ce9d7c250ef0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7483 | 2024.08.06 04:03:22.143050 [ 3 ] {99da0853-c4bf-450f-b93e-ce9d7c250ef0} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7484 | 2024.08.06 04:03:22.143206 [ 3 ] {99da0853-c4bf-450f-b93e-ce9d7c250ef0} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001256 sec., 3184.7133757961783 rows/sec., 222.37 KiB/sec. | ||
7485 | 2024.08.06 04:03:22.143371 [ 3 ] {99da0853-c4bf-450f-b93e-ce9d7c250ef0} <Debug> DynamicQueryHandler: Done processing query | ||
7486 | 2024.08.06 04:03:22.143396 [ 3 ] {99da0853-c4bf-450f-b93e-ce9d7c250ef0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7487 | 2024.08.06 04:03:22.143412 [ 3 ] {} <Debug> HTTP-Session: 6bcd8483-7898-4769-9571-b3c42d079304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7488 | 2024.08.06 04:03:22.143578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7489 | 2024.08.06 04:03:22.143629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7490 | 2024.08.06 04:03:22.143648 [ 3 ] {} <Debug> HTTP-Session: b0e4113c-32f4-4aae-aa01-484432e04eae Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7491 | 2024.08.06 04:03:22.143665 [ 3 ] {} <Debug> HTTP-Session: b0e4113c-32f4-4aae-aa01-484432e04eae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7492 | 2024.08.06 04:03:22.143678 [ 3 ] {} <Debug> HTTP-Session: b0e4113c-32f4-4aae-aa01-484432e04eae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7493 | 2024.08.06 04:03:22.143709 [ 3 ] {} <Trace> HTTP-Session: b0e4113c-32f4-4aae-aa01-484432e04eae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7494 | 2024.08.06 04:03:22.143931 [ 3 ] {82947da2-5401-44ea-b7af-e9de1cebc6ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7495 | 2024.08.06 04:03:22.143973 [ 3 ] {82947da2-5401-44ea-b7af-e9de1cebc6ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7496 | 2024.08.06 04:03:22.144103 [ 3 ] {82947da2-5401-44ea-b7af-e9de1cebc6ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7497 | 2024.08.06 04:03:22.144646 [ 3 ] {82947da2-5401-44ea-b7af-e9de1cebc6ab} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7498 | 2024.08.06 04:03:22.144684 [ 3 ] {82947da2-5401-44ea-b7af-e9de1cebc6ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7499 | 2024.08.06 04:03:22.145021 [ 3 ] {82947da2-5401-44ea-b7af-e9de1cebc6ab} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7500 | 2024.08.06 04:03:22.145343 [ 3 ] {82947da2-5401-44ea-b7af-e9de1cebc6ab} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7501 | 2024.08.06 04:03:22.145502 [ 3 ] {82947da2-5401-44ea-b7af-e9de1cebc6ab} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001685 sec., 242136.49851632045 rows/sec., 17.13 MiB/sec. | ||
7502 | 2024.08.06 04:03:22.145767 [ 3 ] {82947da2-5401-44ea-b7af-e9de1cebc6ab} <Debug> DynamicQueryHandler: Done processing query | ||
7503 | 2024.08.06 04:03:22.145815 [ 3 ] {82947da2-5401-44ea-b7af-e9de1cebc6ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7504 | 2024.08.06 04:03:22.145839 [ 3 ] {} <Debug> HTTP-Session: b0e4113c-32f4-4aae-aa01-484432e04eae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7505 | 2024.08.06 04:03:22.145975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7506 | 2024.08.06 04:03:22.146024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7507 | 2024.08.06 04:03:22.146044 [ 3 ] {} <Debug> HTTP-Session: bd57318c-7a19-467f-ba8f-95a0b2e167f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7508 | 2024.08.06 04:03:22.146061 [ 3 ] {} <Debug> HTTP-Session: bd57318c-7a19-467f-ba8f-95a0b2e167f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7509 | 2024.08.06 04:03:22.146075 [ 3 ] {} <Debug> HTTP-Session: bd57318c-7a19-467f-ba8f-95a0b2e167f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7510 | 2024.08.06 04:03:22.146105 [ 3 ] {} <Trace> HTTP-Session: bd57318c-7a19-467f-ba8f-95a0b2e167f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7511 | 2024.08.06 04:03:22.146204 [ 3 ] {22719d3a-c156-445d-87d5-17bb5f398dc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7512 | 2024.08.06 04:03:22.146251 [ 3 ] {22719d3a-c156-445d-87d5-17bb5f398dc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7513 | 2024.08.06 04:03:22.146398 [ 3 ] {22719d3a-c156-445d-87d5-17bb5f398dc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7514 | 2024.08.06 04:03:22.146839 [ 3 ] {22719d3a-c156-445d-87d5-17bb5f398dc2} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7515 | 2024.08.06 04:03:22.146923 [ 3 ] {22719d3a-c156-445d-87d5-17bb5f398dc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7516 | 2024.08.06 04:03:22.147352 [ 3 ] {22719d3a-c156-445d-87d5-17bb5f398dc2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7517 | 2024.08.06 04:03:22.147683 [ 3 ] {22719d3a-c156-445d-87d5-17bb5f398dc2} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7518 | 2024.08.06 04:03:22.147815 [ 3 ] {22719d3a-c156-445d-87d5-17bb5f398dc2} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001637 sec., 3665.241295051924 rows/sec., 157.49 KiB/sec. | ||
7519 | 2024.08.06 04:03:22.147980 [ 3 ] {22719d3a-c156-445d-87d5-17bb5f398dc2} <Debug> DynamicQueryHandler: Done processing query | ||
7520 | 2024.08.06 04:03:22.148005 [ 3 ] {22719d3a-c156-445d-87d5-17bb5f398dc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7521 | 2024.08.06 04:03:22.148021 [ 3 ] {} <Debug> HTTP-Session: bd57318c-7a19-467f-ba8f-95a0b2e167f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7522 | 2024.08.06 04:03:22.148147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7523 | 2024.08.06 04:03:22.148196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7524 | 2024.08.06 04:03:22.148215 [ 3 ] {} <Debug> HTTP-Session: c6452bcb-24ad-41bc-bd0b-787dff3b85b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7525 | 2024.08.06 04:03:22.148231 [ 3 ] {} <Debug> HTTP-Session: c6452bcb-24ad-41bc-bd0b-787dff3b85b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7526 | 2024.08.06 04:03:22.148245 [ 3 ] {} <Debug> HTTP-Session: c6452bcb-24ad-41bc-bd0b-787dff3b85b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7527 | 2024.08.06 04:03:22.148276 [ 3 ] {} <Trace> HTTP-Session: c6452bcb-24ad-41bc-bd0b-787dff3b85b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7528 | 2024.08.06 04:03:22.148392 [ 3 ] {e031818b-0309-45e0-a5e3-6762b2ceadba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7529 | 2024.08.06 04:03:22.148439 [ 3 ] {e031818b-0309-45e0-a5e3-6762b2ceadba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7530 | 2024.08.06 04:03:22.148580 [ 3 ] {e031818b-0309-45e0-a5e3-6762b2ceadba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7531 | 2024.08.06 04:03:22.148897 [ 3 ] {e031818b-0309-45e0-a5e3-6762b2ceadba} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7532 | 2024.08.06 04:03:22.148934 [ 3 ] {e031818b-0309-45e0-a5e3-6762b2ceadba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7533 | 2024.08.06 04:03:22.149301 [ 3 ] {e031818b-0309-45e0-a5e3-6762b2ceadba} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7534 | 2024.08.06 04:03:22.149647 [ 3 ] {e031818b-0309-45e0-a5e3-6762b2ceadba} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7535 | 2024.08.06 04:03:22.149785 [ 3 ] {e031818b-0309-45e0-a5e3-6762b2ceadba} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001436 sec., 53621.16991643454 rows/sec., 3.30 MiB/sec. | ||
7536 | 2024.08.06 04:03:22.149951 [ 3 ] {e031818b-0309-45e0-a5e3-6762b2ceadba} <Debug> DynamicQueryHandler: Done processing query | ||
7537 | 2024.08.06 04:03:22.149976 [ 3 ] {e031818b-0309-45e0-a5e3-6762b2ceadba} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7538 | 2024.08.06 04:03:22.149992 [ 3 ] {} <Debug> HTTP-Session: c6452bcb-24ad-41bc-bd0b-787dff3b85b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7539 | 2024.08.06 04:03:22.150150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7540 | 2024.08.06 04:03:22.150198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7541 | 2024.08.06 04:03:22.150216 [ 3 ] {} <Debug> HTTP-Session: 13cbf71f-0788-4dcd-bb6c-185750a66a80 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7542 | 2024.08.06 04:03:22.150233 [ 3 ] {} <Debug> HTTP-Session: 13cbf71f-0788-4dcd-bb6c-185750a66a80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7543 | 2024.08.06 04:03:22.150246 [ 3 ] {} <Debug> HTTP-Session: 13cbf71f-0788-4dcd-bb6c-185750a66a80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7544 | 2024.08.06 04:03:22.150276 [ 3 ] {} <Trace> HTTP-Session: 13cbf71f-0788-4dcd-bb6c-185750a66a80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7545 | 2024.08.06 04:03:22.150415 [ 3 ] {89dedd06-c458-4353-af13-03c53cc7a394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7546 | 2024.08.06 04:03:22.150461 [ 3 ] {89dedd06-c458-4353-af13-03c53cc7a394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7547 | 2024.08.06 04:03:22.150603 [ 3 ] {89dedd06-c458-4353-af13-03c53cc7a394} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7548 | 2024.08.06 04:03:22.150988 [ 3 ] {89dedd06-c458-4353-af13-03c53cc7a394} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7549 | 2024.08.06 04:03:22.151025 [ 3 ] {89dedd06-c458-4353-af13-03c53cc7a394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7550 | 2024.08.06 04:03:22.151405 [ 3 ] {89dedd06-c458-4353-af13-03c53cc7a394} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7551 | 2024.08.06 04:03:22.151752 [ 3 ] {89dedd06-c458-4353-af13-03c53cc7a394} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7552 | 2024.08.06 04:03:22.151891 [ 3 ] {89dedd06-c458-4353-af13-03c53cc7a394} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001539 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec. | ||
7553 | 2024.08.06 04:03:22.152063 [ 3 ] {89dedd06-c458-4353-af13-03c53cc7a394} <Debug> DynamicQueryHandler: Done processing query | ||
7554 | 2024.08.06 04:03:22.152088 [ 3 ] {89dedd06-c458-4353-af13-03c53cc7a394} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7555 | 2024.08.06 04:03:22.152105 [ 3 ] {} <Debug> HTTP-Session: 13cbf71f-0788-4dcd-bb6c-185750a66a80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7556 | 2024.08.06 04:03:22.152245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7557 | 2024.08.06 04:03:22.152294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7558 | 2024.08.06 04:03:22.152313 [ 3 ] {} <Debug> HTTP-Session: dc2afbd1-ff92-45cd-845f-89e11d5e9a58 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7559 | 2024.08.06 04:03:22.152330 [ 3 ] {} <Debug> HTTP-Session: dc2afbd1-ff92-45cd-845f-89e11d5e9a58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7560 | 2024.08.06 04:03:22.152343 [ 3 ] {} <Debug> HTTP-Session: dc2afbd1-ff92-45cd-845f-89e11d5e9a58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7561 | 2024.08.06 04:03:22.152374 [ 3 ] {} <Trace> HTTP-Session: dc2afbd1-ff92-45cd-845f-89e11d5e9a58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7562 | 2024.08.06 04:03:22.152625 [ 3 ] {4ecf1326-fd7c-421e-93eb-fe1c1dc266cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7563 | 2024.08.06 04:03:22.152689 [ 3 ] {4ecf1326-fd7c-421e-93eb-fe1c1dc266cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7564 | 2024.08.06 04:03:22.153104 [ 3 ] {4ecf1326-fd7c-421e-93eb-fe1c1dc266cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7565 | 2024.08.06 04:03:22.153929 [ 3 ] {4ecf1326-fd7c-421e-93eb-fe1c1dc266cd} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7566 | 2024.08.06 04:03:22.153966 [ 3 ] {4ecf1326-fd7c-421e-93eb-fe1c1dc266cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7567 | 2024.08.06 04:03:22.154590 [ 3 ] {4ecf1326-fd7c-421e-93eb-fe1c1dc266cd} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7568 | 2024.08.06 04:03:22.155004 [ 3 ] {4ecf1326-fd7c-421e-93eb-fe1c1dc266cd} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7569 | 2024.08.06 04:03:22.155150 [ 3 ] {4ecf1326-fd7c-421e-93eb-fe1c1dc266cd} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00269 sec., 8178.438661710037 rows/sec., 14.66 MiB/sec. | ||
7570 | 2024.08.06 04:03:22.155370 [ 3 ] {4ecf1326-fd7c-421e-93eb-fe1c1dc266cd} <Debug> DynamicQueryHandler: Done processing query | ||
7571 | 2024.08.06 04:03:22.155395 [ 3 ] {4ecf1326-fd7c-421e-93eb-fe1c1dc266cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7572 | 2024.08.06 04:03:22.155411 [ 3 ] {} <Debug> HTTP-Session: dc2afbd1-ff92-45cd-845f-89e11d5e9a58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7573 | 2024.08.06 04:03:22.155527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7574 | 2024.08.06 04:03:22.155579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7575 | 2024.08.06 04:03:22.155598 [ 3 ] {} <Debug> HTTP-Session: afce7652-45ef-4d73-abdd-90f09b1f1bd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7576 | 2024.08.06 04:03:22.155615 [ 3 ] {} <Debug> HTTP-Session: afce7652-45ef-4d73-abdd-90f09b1f1bd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7577 | 2024.08.06 04:03:22.155629 [ 3 ] {} <Debug> HTTP-Session: afce7652-45ef-4d73-abdd-90f09b1f1bd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7578 | 2024.08.06 04:03:22.155660 [ 3 ] {} <Trace> HTTP-Session: afce7652-45ef-4d73-abdd-90f09b1f1bd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7579 | 2024.08.06 04:03:22.155764 [ 3 ] {34ce2887-3c6f-42e6-8a32-19e67afc8b31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7580 | 2024.08.06 04:03:22.155809 [ 3 ] {34ce2887-3c6f-42e6-8a32-19e67afc8b31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7581 | 2024.08.06 04:03:22.155937 [ 3 ] {34ce2887-3c6f-42e6-8a32-19e67afc8b31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7582 | 2024.08.06 04:03:22.156247 [ 3 ] {34ce2887-3c6f-42e6-8a32-19e67afc8b31} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7583 | 2024.08.06 04:03:22.156284 [ 3 ] {34ce2887-3c6f-42e6-8a32-19e67afc8b31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7584 | 2024.08.06 04:03:22.156634 [ 3 ] {34ce2887-3c6f-42e6-8a32-19e67afc8b31} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7585 | 2024.08.06 04:03:22.156959 [ 3 ] {34ce2887-3c6f-42e6-8a32-19e67afc8b31} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7586 | 2024.08.06 04:03:22.157086 [ 3 ] {34ce2887-3c6f-42e6-8a32-19e67afc8b31} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00135 sec., 17037.037037037036 rows/sec., 921.59 KiB/sec. | ||
7587 | 2024.08.06 04:03:22.157397 [ 3 ] {34ce2887-3c6f-42e6-8a32-19e67afc8b31} <Debug> DynamicQueryHandler: Done processing query | ||
7588 | 2024.08.06 04:03:22.157423 [ 3 ] {34ce2887-3c6f-42e6-8a32-19e67afc8b31} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7589 | 2024.08.06 04:03:22.157439 [ 3 ] {} <Debug> HTTP-Session: afce7652-45ef-4d73-abdd-90f09b1f1bd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7590 | 2024.08.06 04:03:22.157556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7591 | 2024.08.06 04:03:22.157606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7592 | 2024.08.06 04:03:22.157626 [ 3 ] {} <Debug> HTTP-Session: babba8cf-87a1-4005-bb10-16f2f58bfd39 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7593 | 2024.08.06 04:03:22.157642 [ 3 ] {} <Debug> HTTP-Session: babba8cf-87a1-4005-bb10-16f2f58bfd39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7594 | 2024.08.06 04:03:22.157656 [ 3 ] {} <Debug> HTTP-Session: babba8cf-87a1-4005-bb10-16f2f58bfd39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7595 | 2024.08.06 04:03:22.157686 [ 3 ] {} <Trace> HTTP-Session: babba8cf-87a1-4005-bb10-16f2f58bfd39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7596 | 2024.08.06 04:03:22.157823 [ 3 ] {cd917dd8-3a97-485f-99e3-ec9cdee5ca85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7597 | 2024.08.06 04:03:22.157870 [ 3 ] {cd917dd8-3a97-485f-99e3-ec9cdee5ca85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7598 | 2024.08.06 04:03:22.158016 [ 3 ] {cd917dd8-3a97-485f-99e3-ec9cdee5ca85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7599 | 2024.08.06 04:03:22.158351 [ 3 ] {cd917dd8-3a97-485f-99e3-ec9cdee5ca85} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7600 | 2024.08.06 04:03:22.158388 [ 3 ] {cd917dd8-3a97-485f-99e3-ec9cdee5ca85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7601 | 2024.08.06 04:03:22.158749 [ 3 ] {cd917dd8-3a97-485f-99e3-ec9cdee5ca85} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7602 | 2024.08.06 04:03:22.159076 [ 3 ] {cd917dd8-3a97-485f-99e3-ec9cdee5ca85} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7603 | 2024.08.06 04:03:22.159210 [ 3 ] {cd917dd8-3a97-485f-99e3-ec9cdee5ca85} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
7604 | 2024.08.06 04:03:22.159373 [ 3 ] {cd917dd8-3a97-485f-99e3-ec9cdee5ca85} <Debug> DynamicQueryHandler: Done processing query | ||
7605 | 2024.08.06 04:03:22.159399 [ 3 ] {cd917dd8-3a97-485f-99e3-ec9cdee5ca85} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7606 | 2024.08.06 04:03:22.159414 [ 3 ] {} <Debug> HTTP-Session: babba8cf-87a1-4005-bb10-16f2f58bfd39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7607 | 2024.08.06 04:03:27.124486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7608 | 2024.08.06 04:03:27.124689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7609 | 2024.08.06 04:03:27.124734 [ 3 ] {} <Debug> HTTP-Session: bb16fbed-70a8-4c9d-aa9f-54e8394b0dd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7610 | 2024.08.06 04:03:27.124776 [ 3 ] {} <Debug> HTTP-Session: bb16fbed-70a8-4c9d-aa9f-54e8394b0dd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7611 | 2024.08.06 04:03:27.124804 [ 3 ] {} <Debug> HTTP-Session: bb16fbed-70a8-4c9d-aa9f-54e8394b0dd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7612 | 2024.08.06 04:03:27.124896 [ 3 ] {} <Trace> HTTP-Session: bb16fbed-70a8-4c9d-aa9f-54e8394b0dd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7613 | 2024.08.06 04:03:27.125194 [ 3 ] {bacef69c-703d-44ef-bda6-7bc4ee9d56a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7614 | 2024.08.06 04:03:27.125302 [ 3 ] {bacef69c-703d-44ef-bda6-7bc4ee9d56a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7615 | 2024.08.06 04:03:27.125628 [ 3 ] {bacef69c-703d-44ef-bda6-7bc4ee9d56a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7616 | 2024.08.06 04:03:27.126190 [ 3 ] {bacef69c-703d-44ef-bda6-7bc4ee9d56a2} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7617 | 2024.08.06 04:03:27.126233 [ 3 ] {bacef69c-703d-44ef-bda6-7bc4ee9d56a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7618 | 2024.08.06 04:03:27.126602 [ 3 ] {bacef69c-703d-44ef-bda6-7bc4ee9d56a2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7619 | 2024.08.06 04:03:27.126940 [ 3 ] {bacef69c-703d-44ef-bda6-7bc4ee9d56a2} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7620 | 2024.08.06 04:03:27.127110 [ 3 ] {bacef69c-703d-44ef-bda6-7bc4ee9d56a2} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.002005 sec., 5486.2842892768085 rows/sec., 444.69 KiB/sec. | ||
7621 | 2024.08.06 04:03:27.127309 [ 3 ] {bacef69c-703d-44ef-bda6-7bc4ee9d56a2} <Debug> DynamicQueryHandler: Done processing query | ||
7622 | 2024.08.06 04:03:27.127336 [ 3 ] {bacef69c-703d-44ef-bda6-7bc4ee9d56a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7623 | 2024.08.06 04:03:27.127352 [ 3 ] {} <Debug> HTTP-Session: bb16fbed-70a8-4c9d-aa9f-54e8394b0dd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7624 | 2024.08.06 04:03:27.127521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7625 | 2024.08.06 04:03:27.127571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7626 | 2024.08.06 04:03:27.127591 [ 3 ] {} <Debug> HTTP-Session: 93bf432d-b4fb-462d-b634-c454add82e70 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7627 | 2024.08.06 04:03:27.127608 [ 3 ] {} <Debug> HTTP-Session: 93bf432d-b4fb-462d-b634-c454add82e70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7628 | 2024.08.06 04:03:27.127622 [ 3 ] {} <Debug> HTTP-Session: 93bf432d-b4fb-462d-b634-c454add82e70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7629 | 2024.08.06 04:03:27.127654 [ 3 ] {} <Trace> HTTP-Session: 93bf432d-b4fb-462d-b634-c454add82e70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7630 | 2024.08.06 04:03:27.127777 [ 3 ] {2d67d419-7358-419b-abb8-83ae260bfa62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7631 | 2024.08.06 04:03:27.127821 [ 3 ] {2d67d419-7358-419b-abb8-83ae260bfa62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7632 | 2024.08.06 04:03:27.127947 [ 3 ] {2d67d419-7358-419b-abb8-83ae260bfa62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7633 | 2024.08.06 04:03:27.128330 [ 3 ] {2d67d419-7358-419b-abb8-83ae260bfa62} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7634 | 2024.08.06 04:03:27.128368 [ 3 ] {2d67d419-7358-419b-abb8-83ae260bfa62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7635 | 2024.08.06 04:03:27.128690 [ 3 ] {2d67d419-7358-419b-abb8-83ae260bfa62} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7636 | 2024.08.06 04:03:27.129012 [ 3 ] {2d67d419-7358-419b-abb8-83ae260bfa62} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7637 | 2024.08.06 04:03:27.129134 [ 3 ] {2d67d419-7358-419b-abb8-83ae260bfa62} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001404 sec., 63390.313390313386 rows/sec., 5.12 MiB/sec. | ||
7638 | 2024.08.06 04:03:27.129360 [ 3 ] {2d67d419-7358-419b-abb8-83ae260bfa62} <Debug> DynamicQueryHandler: Done processing query | ||
7639 | 2024.08.06 04:03:27.129425 [ 3 ] {2d67d419-7358-419b-abb8-83ae260bfa62} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7640 | 2024.08.06 04:03:27.129492 [ 3 ] {} <Debug> HTTP-Session: 93bf432d-b4fb-462d-b634-c454add82e70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7641 | 2024.08.06 04:03:27.129671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7642 | 2024.08.06 04:03:27.129725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7643 | 2024.08.06 04:03:27.129746 [ 3 ] {} <Debug> HTTP-Session: 6450ed3b-987c-4a3f-9d63-0f09b883014e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7644 | 2024.08.06 04:03:27.129763 [ 3 ] {} <Debug> HTTP-Session: 6450ed3b-987c-4a3f-9d63-0f09b883014e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7645 | 2024.08.06 04:03:27.129776 [ 3 ] {} <Debug> HTTP-Session: 6450ed3b-987c-4a3f-9d63-0f09b883014e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7646 | 2024.08.06 04:03:27.129809 [ 3 ] {} <Trace> HTTP-Session: 6450ed3b-987c-4a3f-9d63-0f09b883014e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7647 | 2024.08.06 04:03:27.129941 [ 3 ] {49bb9a9c-2dbb-4f82-bdda-72d75c500cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7648 | 2024.08.06 04:03:27.129986 [ 3 ] {49bb9a9c-2dbb-4f82-bdda-72d75c500cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7649 | 2024.08.06 04:03:27.130125 [ 3 ] {49bb9a9c-2dbb-4f82-bdda-72d75c500cd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7650 | 2024.08.06 04:03:27.130470 [ 3 ] {49bb9a9c-2dbb-4f82-bdda-72d75c500cd7} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7651 | 2024.08.06 04:03:27.130507 [ 3 ] {49bb9a9c-2dbb-4f82-bdda-72d75c500cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7652 | 2024.08.06 04:03:27.130821 [ 3 ] {49bb9a9c-2dbb-4f82-bdda-72d75c500cd7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7653 | 2024.08.06 04:03:27.131131 [ 3 ] {49bb9a9c-2dbb-4f82-bdda-72d75c500cd7} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7654 | 2024.08.06 04:03:27.131257 [ 3 ] {49bb9a9c-2dbb-4f82-bdda-72d75c500cd7} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001365 sec., 54945.05494505495 rows/sec., 4.29 MiB/sec. | ||
7655 | 2024.08.06 04:03:27.131524 [ 3 ] {49bb9a9c-2dbb-4f82-bdda-72d75c500cd7} <Debug> DynamicQueryHandler: Done processing query | ||
7656 | 2024.08.06 04:03:27.131559 [ 3 ] {49bb9a9c-2dbb-4f82-bdda-72d75c500cd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7657 | 2024.08.06 04:03:27.131576 [ 3 ] {} <Debug> HTTP-Session: 6450ed3b-987c-4a3f-9d63-0f09b883014e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7658 | 2024.08.06 04:03:27.131740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7659 | 2024.08.06 04:03:27.131790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7660 | 2024.08.06 04:03:27.131810 [ 3 ] {} <Debug> HTTP-Session: c7742be2-672a-4783-b911-6999f0f03609 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7661 | 2024.08.06 04:03:27.131827 [ 3 ] {} <Debug> HTTP-Session: c7742be2-672a-4783-b911-6999f0f03609 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7662 | 2024.08.06 04:03:27.131841 [ 3 ] {} <Debug> HTTP-Session: c7742be2-672a-4783-b911-6999f0f03609 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7663 | 2024.08.06 04:03:27.131872 [ 3 ] {} <Trace> HTTP-Session: c7742be2-672a-4783-b911-6999f0f03609 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7664 | 2024.08.06 04:03:27.132020 [ 3 ] {b47b1653-95cb-4364-9928-1731ee6fd63e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7665 | 2024.08.06 04:03:27.132070 [ 3 ] {b47b1653-95cb-4364-9928-1731ee6fd63e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7666 | 2024.08.06 04:03:27.132228 [ 3 ] {b47b1653-95cb-4364-9928-1731ee6fd63e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7667 | 2024.08.06 04:03:27.132610 [ 3 ] {b47b1653-95cb-4364-9928-1731ee6fd63e} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7668 | 2024.08.06 04:03:27.132646 [ 3 ] {b47b1653-95cb-4364-9928-1731ee6fd63e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7669 | 2024.08.06 04:03:27.133043 [ 3 ] {b47b1653-95cb-4364-9928-1731ee6fd63e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7670 | 2024.08.06 04:03:27.133385 [ 3 ] {b47b1653-95cb-4364-9928-1731ee6fd63e} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7671 | 2024.08.06 04:03:27.133513 [ 3 ] {b47b1653-95cb-4364-9928-1731ee6fd63e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001563 sec., 102367.24248240564 rows/sec., 7.13 MiB/sec. | ||
7672 | 2024.08.06 04:03:27.133678 [ 3 ] {b47b1653-95cb-4364-9928-1731ee6fd63e} <Debug> DynamicQueryHandler: Done processing query | ||
7673 | 2024.08.06 04:03:27.133703 [ 3 ] {b47b1653-95cb-4364-9928-1731ee6fd63e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7674 | 2024.08.06 04:03:27.133719 [ 3 ] {} <Debug> HTTP-Session: c7742be2-672a-4783-b911-6999f0f03609 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7675 | 2024.08.06 04:03:27.133859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7676 | 2024.08.06 04:03:27.133908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7677 | 2024.08.06 04:03:27.133928 [ 3 ] {} <Debug> HTTP-Session: 3190b95e-b777-4e47-8acc-6f1d0747fbe8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7678 | 2024.08.06 04:03:27.133944 [ 3 ] {} <Debug> HTTP-Session: 3190b95e-b777-4e47-8acc-6f1d0747fbe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7679 | 2024.08.06 04:03:27.133958 [ 3 ] {} <Debug> HTTP-Session: 3190b95e-b777-4e47-8acc-6f1d0747fbe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7680 | 2024.08.06 04:03:27.133989 [ 3 ] {} <Trace> HTTP-Session: 3190b95e-b777-4e47-8acc-6f1d0747fbe8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7681 | 2024.08.06 04:03:27.134164 [ 3 ] {30621f23-f2fb-4926-a15f-00b0501fd3de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7682 | 2024.08.06 04:03:27.134229 [ 3 ] {30621f23-f2fb-4926-a15f-00b0501fd3de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7683 | 2024.08.06 04:03:27.134638 [ 3 ] {30621f23-f2fb-4926-a15f-00b0501fd3de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7684 | 2024.08.06 04:03:27.135280 [ 3 ] {30621f23-f2fb-4926-a15f-00b0501fd3de} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7685 | 2024.08.06 04:03:27.135323 [ 3 ] {30621f23-f2fb-4926-a15f-00b0501fd3de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7686 | 2024.08.06 04:03:27.135935 [ 3 ] {30621f23-f2fb-4926-a15f-00b0501fd3de} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7687 | 2024.08.06 04:03:27.136353 [ 3 ] {30621f23-f2fb-4926-a15f-00b0501fd3de} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7688 | 2024.08.06 04:03:27.136502 [ 3 ] {30621f23-f2fb-4926-a15f-00b0501fd3de} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002436 sec., 4515.59934318555 rows/sec., 8.09 MiB/sec. | ||
7689 | 2024.08.06 04:03:27.136722 [ 3 ] {30621f23-f2fb-4926-a15f-00b0501fd3de} <Debug> DynamicQueryHandler: Done processing query | ||
7690 | 2024.08.06 04:03:27.136747 [ 3 ] {30621f23-f2fb-4926-a15f-00b0501fd3de} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
7691 | 2024.08.06 04:03:27.136762 [ 3 ] {} <Debug> HTTP-Session: 3190b95e-b777-4e47-8acc-6f1d0747fbe8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7692 | 2024.08.06 04:03:27.136887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7693 | 2024.08.06 04:03:27.136937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7694 | 2024.08.06 04:03:27.136957 [ 3 ] {} <Debug> HTTP-Session: 321cc26d-0a29-4ddb-9936-f6748ccbac4b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7695 | 2024.08.06 04:03:27.136973 [ 3 ] {} <Debug> HTTP-Session: 321cc26d-0a29-4ddb-9936-f6748ccbac4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7696 | 2024.08.06 04:03:27.136988 [ 3 ] {} <Debug> HTTP-Session: 321cc26d-0a29-4ddb-9936-f6748ccbac4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7697 | 2024.08.06 04:03:27.137018 [ 3 ] {} <Trace> HTTP-Session: 321cc26d-0a29-4ddb-9936-f6748ccbac4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7698 | 2024.08.06 04:03:27.137131 [ 3 ] {4b4d0be9-f11d-4a0e-8b5e-479fe21f6923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7699 | 2024.08.06 04:03:27.137176 [ 3 ] {4b4d0be9-f11d-4a0e-8b5e-479fe21f6923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7700 | 2024.08.06 04:03:27.137304 [ 3 ] {4b4d0be9-f11d-4a0e-8b5e-479fe21f6923} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7701 | 2024.08.06 04:03:27.137663 [ 3 ] {4b4d0be9-f11d-4a0e-8b5e-479fe21f6923} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7702 | 2024.08.06 04:03:27.137701 [ 3 ] {4b4d0be9-f11d-4a0e-8b5e-479fe21f6923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7703 | 2024.08.06 04:03:27.138063 [ 3 ] {4b4d0be9-f11d-4a0e-8b5e-479fe21f6923} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7704 | 2024.08.06 04:03:27.138392 [ 3 ] {4b4d0be9-f11d-4a0e-8b5e-479fe21f6923} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7705 | 2024.08.06 04:03:27.138522 [ 3 ] {4b4d0be9-f11d-4a0e-8b5e-479fe21f6923} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. | ||
7706 | 2024.08.06 04:03:27.138691 [ 3 ] {4b4d0be9-f11d-4a0e-8b5e-479fe21f6923} <Debug> DynamicQueryHandler: Done processing query | ||
7707 | 2024.08.06 04:03:27.138715 [ 3 ] {4b4d0be9-f11d-4a0e-8b5e-479fe21f6923} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7708 | 2024.08.06 04:03:27.138732 [ 3 ] {} <Debug> HTTP-Session: 321cc26d-0a29-4ddb-9936-f6748ccbac4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7709 | 2024.08.06 04:03:32.130482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7710 | 2024.08.06 04:03:32.130622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7711 | 2024.08.06 04:03:32.130652 [ 3 ] {} <Debug> HTTP-Session: 3592bd97-f4c7-4550-a6f5-fe21c548c3ed Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7712 | 2024.08.06 04:03:32.130680 [ 3 ] {} <Debug> HTTP-Session: 3592bd97-f4c7-4550-a6f5-fe21c548c3ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7713 | 2024.08.06 04:03:32.130698 [ 3 ] {} <Debug> HTTP-Session: 3592bd97-f4c7-4550-a6f5-fe21c548c3ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7714 | 2024.08.06 04:03:32.130755 [ 3 ] {} <Trace> HTTP-Session: 3592bd97-f4c7-4550-a6f5-fe21c548c3ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7715 | 2024.08.06 04:03:32.130943 [ 3 ] {583eac7a-4362-41a0-b730-b43c28d70daa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7716 | 2024.08.06 04:03:32.131010 [ 3 ] {583eac7a-4362-41a0-b730-b43c28d70daa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7717 | 2024.08.06 04:03:32.131203 [ 3 ] {583eac7a-4362-41a0-b730-b43c28d70daa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7718 | 2024.08.06 04:03:32.131676 [ 3 ] {583eac7a-4362-41a0-b730-b43c28d70daa} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7719 | 2024.08.06 04:03:32.131720 [ 3 ] {583eac7a-4362-41a0-b730-b43c28d70daa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7720 | 2024.08.06 04:03:32.132093 [ 3 ] {583eac7a-4362-41a0-b730-b43c28d70daa} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7721 | 2024.08.06 04:03:32.132450 [ 3 ] {583eac7a-4362-41a0-b730-b43c28d70daa} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7722 | 2024.08.06 04:03:32.132606 [ 3 ] {583eac7a-4362-41a0-b730-b43c28d70daa} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001722 sec., 16260.162601626016 rows/sec., 1.20 MiB/sec. | ||
7723 | 2024.08.06 04:03:32.132849 [ 3 ] {583eac7a-4362-41a0-b730-b43c28d70daa} <Debug> DynamicQueryHandler: Done processing query | ||
7724 | 2024.08.06 04:03:32.132878 [ 3 ] {583eac7a-4362-41a0-b730-b43c28d70daa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7725 | 2024.08.06 04:03:32.132894 [ 3 ] {} <Debug> HTTP-Session: 3592bd97-f4c7-4550-a6f5-fe21c548c3ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7726 | 2024.08.06 04:03:32.133078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7727 | 2024.08.06 04:03:32.133130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7728 | 2024.08.06 04:03:32.133150 [ 3 ] {} <Debug> HTTP-Session: 2494f9ee-f279-44d3-a441-45c72aaf6272 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7729 | 2024.08.06 04:03:32.133167 [ 3 ] {} <Debug> HTTP-Session: 2494f9ee-f279-44d3-a441-45c72aaf6272 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7730 | 2024.08.06 04:03:32.133182 [ 3 ] {} <Debug> HTTP-Session: 2494f9ee-f279-44d3-a441-45c72aaf6272 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7731 | 2024.08.06 04:03:32.133214 [ 3 ] {} <Trace> HTTP-Session: 2494f9ee-f279-44d3-a441-45c72aaf6272 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7732 | 2024.08.06 04:03:32.133368 [ 3 ] {b99b71b1-7822-4465-ad58-9e5d8578f68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7733 | 2024.08.06 04:03:32.133412 [ 3 ] {b99b71b1-7822-4465-ad58-9e5d8578f68c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7734 | 2024.08.06 04:03:32.133542 [ 3 ] {b99b71b1-7822-4465-ad58-9e5d8578f68c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7735 | 2024.08.06 04:03:32.133986 [ 3 ] {b99b71b1-7822-4465-ad58-9e5d8578f68c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7736 | 2024.08.06 04:03:32.134025 [ 3 ] {b99b71b1-7822-4465-ad58-9e5d8578f68c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7737 | 2024.08.06 04:03:32.134377 [ 3 ] {b99b71b1-7822-4465-ad58-9e5d8578f68c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7738 | 2024.08.06 04:03:32.134696 [ 3 ] {b99b71b1-7822-4465-ad58-9e5d8578f68c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7739 | 2024.08.06 04:03:32.134845 [ 3 ] {b99b71b1-7822-4465-ad58-9e5d8578f68c} <Debug> executeQuery: Read 227 rows, 20.47 KiB in 0.001546 sec., 146830.53040103492 rows/sec., 12.93 MiB/sec. | ||
7740 | 2024.08.06 04:03:32.135018 [ 3 ] {b99b71b1-7822-4465-ad58-9e5d8578f68c} <Debug> DynamicQueryHandler: Done processing query | ||
7741 | 2024.08.06 04:03:32.135044 [ 3 ] {b99b71b1-7822-4465-ad58-9e5d8578f68c} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
7742 | 2024.08.06 04:03:32.135060 [ 3 ] {} <Debug> HTTP-Session: 2494f9ee-f279-44d3-a441-45c72aaf6272 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7743 | 2024.08.06 04:03:32.135300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7744 | 2024.08.06 04:03:32.135350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7745 | 2024.08.06 04:03:32.135370 [ 3 ] {} <Debug> HTTP-Session: 20877c57-5b62-4d91-ba91-59fb54aaf102 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7746 | 2024.08.06 04:03:32.135387 [ 3 ] {} <Debug> HTTP-Session: 20877c57-5b62-4d91-ba91-59fb54aaf102 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7747 | 2024.08.06 04:03:32.135400 [ 3 ] {} <Debug> HTTP-Session: 20877c57-5b62-4d91-ba91-59fb54aaf102 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7748 | 2024.08.06 04:03:32.135431 [ 3 ] {} <Trace> HTTP-Session: 20877c57-5b62-4d91-ba91-59fb54aaf102 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7749 | 2024.08.06 04:03:32.135634 [ 3 ] {1d9732d6-d7b1-4896-adb8-c95b54f431b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7750 | 2024.08.06 04:03:32.135677 [ 3 ] {1d9732d6-d7b1-4896-adb8-c95b54f431b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7751 | 2024.08.06 04:03:32.135804 [ 3 ] {1d9732d6-d7b1-4896-adb8-c95b54f431b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7752 | 2024.08.06 04:03:32.136380 [ 3 ] {1d9732d6-d7b1-4896-adb8-c95b54f431b4} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7753 | 2024.08.06 04:03:32.136418 [ 3 ] {1d9732d6-d7b1-4896-adb8-c95b54f431b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7754 | 2024.08.06 04:03:32.136746 [ 3 ] {1d9732d6-d7b1-4896-adb8-c95b54f431b4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7755 | 2024.08.06 04:03:32.137063 [ 3 ] {1d9732d6-d7b1-4896-adb8-c95b54f431b4} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7756 | 2024.08.06 04:03:32.137212 [ 3 ] {1d9732d6-d7b1-4896-adb8-c95b54f431b4} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.001676 sec., 241050.11933174226 rows/sec., 17.04 MiB/sec. | ||
7757 | 2024.08.06 04:03:32.137388 [ 3 ] {1d9732d6-d7b1-4896-adb8-c95b54f431b4} <Debug> DynamicQueryHandler: Done processing query | ||
7758 | 2024.08.06 04:03:32.137413 [ 3 ] {1d9732d6-d7b1-4896-adb8-c95b54f431b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7759 | 2024.08.06 04:03:32.137429 [ 3 ] {} <Debug> HTTP-Session: 20877c57-5b62-4d91-ba91-59fb54aaf102 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7760 | 2024.08.06 04:03:32.137593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7761 | 2024.08.06 04:03:32.137643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7762 | 2024.08.06 04:03:32.137663 [ 3 ] {} <Debug> HTTP-Session: 182e25d8-a8fd-491d-a14e-d250bed87796 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7763 | 2024.08.06 04:03:32.137680 [ 3 ] {} <Debug> HTTP-Session: 182e25d8-a8fd-491d-a14e-d250bed87796 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7764 | 2024.08.06 04:03:32.137694 [ 3 ] {} <Debug> HTTP-Session: 182e25d8-a8fd-491d-a14e-d250bed87796 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7765 | 2024.08.06 04:03:32.137724 [ 3 ] {} <Trace> HTTP-Session: 182e25d8-a8fd-491d-a14e-d250bed87796 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7766 | 2024.08.06 04:03:32.137824 [ 3 ] {e0b21c13-0323-461f-b10d-9b457049f1e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7767 | 2024.08.06 04:03:32.137870 [ 3 ] {e0b21c13-0323-461f-b10d-9b457049f1e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7768 | 2024.08.06 04:03:32.138000 [ 3 ] {e0b21c13-0323-461f-b10d-9b457049f1e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7769 | 2024.08.06 04:03:32.138276 [ 3 ] {e0b21c13-0323-461f-b10d-9b457049f1e0} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7770 | 2024.08.06 04:03:32.138314 [ 3 ] {e0b21c13-0323-461f-b10d-9b457049f1e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7771 | 2024.08.06 04:03:32.138671 [ 3 ] {e0b21c13-0323-461f-b10d-9b457049f1e0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7772 | 2024.08.06 04:03:32.138994 [ 3 ] {e0b21c13-0323-461f-b10d-9b457049f1e0} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7773 | 2024.08.06 04:03:32.139152 [ 3 ] {e0b21c13-0323-461f-b10d-9b457049f1e0} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00135 sec., 4444.444444444444 rows/sec., 190.97 KiB/sec. | ||
7774 | 2024.08.06 04:03:32.139322 [ 3 ] {e0b21c13-0323-461f-b10d-9b457049f1e0} <Debug> DynamicQueryHandler: Done processing query | ||
7775 | 2024.08.06 04:03:32.139347 [ 3 ] {e0b21c13-0323-461f-b10d-9b457049f1e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7776 | 2024.08.06 04:03:32.139363 [ 3 ] {} <Debug> HTTP-Session: 182e25d8-a8fd-491d-a14e-d250bed87796 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7777 | 2024.08.06 04:03:32.139501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7778 | 2024.08.06 04:03:32.139552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7779 | 2024.08.06 04:03:32.139571 [ 3 ] {} <Debug> HTTP-Session: 6a449a76-0376-459a-a622-f5c68bebfc8a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7780 | 2024.08.06 04:03:32.139588 [ 3 ] {} <Debug> HTTP-Session: 6a449a76-0376-459a-a622-f5c68bebfc8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7781 | 2024.08.06 04:03:32.139602 [ 3 ] {} <Debug> HTTP-Session: 6a449a76-0376-459a-a622-f5c68bebfc8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7782 | 2024.08.06 04:03:32.139632 [ 3 ] {} <Trace> HTTP-Session: 6a449a76-0376-459a-a622-f5c68bebfc8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7783 | 2024.08.06 04:03:32.139771 [ 3 ] {2cfb5ea1-dec7-48fb-a43b-b2e8e9454507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7784 | 2024.08.06 04:03:32.139817 [ 3 ] {2cfb5ea1-dec7-48fb-a43b-b2e8e9454507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7785 | 2024.08.06 04:03:32.139959 [ 3 ] {2cfb5ea1-dec7-48fb-a43b-b2e8e9454507} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7786 | 2024.08.06 04:03:32.140298 [ 3 ] {2cfb5ea1-dec7-48fb-a43b-b2e8e9454507} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7787 | 2024.08.06 04:03:32.140336 [ 3 ] {2cfb5ea1-dec7-48fb-a43b-b2e8e9454507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7788 | 2024.08.06 04:03:32.140710 [ 3 ] {2cfb5ea1-dec7-48fb-a43b-b2e8e9454507} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7789 | 2024.08.06 04:03:32.141049 [ 3 ] {2cfb5ea1-dec7-48fb-a43b-b2e8e9454507} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7790 | 2024.08.06 04:03:32.141196 [ 3 ] {2cfb5ea1-dec7-48fb-a43b-b2e8e9454507} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001483 sec., 51921.7801753203 rows/sec., 3.20 MiB/sec. | ||
7791 | 2024.08.06 04:03:32.141461 [ 3 ] {2cfb5ea1-dec7-48fb-a43b-b2e8e9454507} <Debug> DynamicQueryHandler: Done processing query | ||
7792 | 2024.08.06 04:03:32.141492 [ 3 ] {2cfb5ea1-dec7-48fb-a43b-b2e8e9454507} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7793 | 2024.08.06 04:03:32.141509 [ 3 ] {} <Debug> HTTP-Session: 6a449a76-0376-459a-a622-f5c68bebfc8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7794 | 2024.08.06 04:03:32.141686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7795 | 2024.08.06 04:03:32.141738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7796 | 2024.08.06 04:03:32.141758 [ 3 ] {} <Debug> HTTP-Session: 135d50a6-26b8-4cfd-a1fb-276a81faec8d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7797 | 2024.08.06 04:03:32.141775 [ 3 ] {} <Debug> HTTP-Session: 135d50a6-26b8-4cfd-a1fb-276a81faec8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7798 | 2024.08.06 04:03:32.141788 [ 3 ] {} <Debug> HTTP-Session: 135d50a6-26b8-4cfd-a1fb-276a81faec8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7799 | 2024.08.06 04:03:32.141821 [ 3 ] {} <Trace> HTTP-Session: 135d50a6-26b8-4cfd-a1fb-276a81faec8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7800 | 2024.08.06 04:03:32.142002 [ 3 ] {d70f38fb-e5cd-47d7-bd85-277abdc9601d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7801 | 2024.08.06 04:03:32.142049 [ 3 ] {d70f38fb-e5cd-47d7-bd85-277abdc9601d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7802 | 2024.08.06 04:03:32.142212 [ 3 ] {d70f38fb-e5cd-47d7-bd85-277abdc9601d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7803 | 2024.08.06 04:03:32.142600 [ 3 ] {d70f38fb-e5cd-47d7-bd85-277abdc9601d} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7804 | 2024.08.06 04:03:32.142638 [ 3 ] {d70f38fb-e5cd-47d7-bd85-277abdc9601d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7805 | 2024.08.06 04:03:32.143014 [ 3 ] {d70f38fb-e5cd-47d7-bd85-277abdc9601d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7806 | 2024.08.06 04:03:32.143358 [ 3 ] {d70f38fb-e5cd-47d7-bd85-277abdc9601d} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7807 | 2024.08.06 04:03:32.143512 [ 3 ] {d70f38fb-e5cd-47d7-bd85-277abdc9601d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001605 sec., 99688.47352024922 rows/sec., 6.94 MiB/sec. | ||
7808 | 2024.08.06 04:03:32.143714 [ 3 ] {d70f38fb-e5cd-47d7-bd85-277abdc9601d} <Debug> DynamicQueryHandler: Done processing query | ||
7809 | 2024.08.06 04:03:32.143747 [ 3 ] {d70f38fb-e5cd-47d7-bd85-277abdc9601d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7810 | 2024.08.06 04:03:32.143765 [ 3 ] {} <Debug> HTTP-Session: 135d50a6-26b8-4cfd-a1fb-276a81faec8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7811 | 2024.08.06 04:03:32.143953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35555, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7812 | 2024.08.06 04:03:32.144005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7813 | 2024.08.06 04:03:32.144024 [ 3 ] {} <Debug> HTTP-Session: 53dbba91-5615-4ab9-9318-eb52f646228f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7814 | 2024.08.06 04:03:32.144041 [ 3 ] {} <Debug> HTTP-Session: 53dbba91-5615-4ab9-9318-eb52f646228f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7815 | 2024.08.06 04:03:32.144055 [ 3 ] {} <Debug> HTTP-Session: 53dbba91-5615-4ab9-9318-eb52f646228f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7816 | 2024.08.06 04:03:32.144085 [ 3 ] {} <Trace> HTTP-Session: 53dbba91-5615-4ab9-9318-eb52f646228f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7817 | 2024.08.06 04:03:32.144335 [ 3 ] {a4e13a6c-1924-4cd6-880c-b461242c6d83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7818 | 2024.08.06 04:03:32.144398 [ 3 ] {a4e13a6c-1924-4cd6-880c-b461242c6d83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7819 | 2024.08.06 04:03:32.144805 [ 3 ] {a4e13a6c-1924-4cd6-880c-b461242c6d83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7820 | 2024.08.06 04:03:32.145467 [ 3 ] {a4e13a6c-1924-4cd6-880c-b461242c6d83} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7821 | 2024.08.06 04:03:32.145505 [ 3 ] {a4e13a6c-1924-4cd6-880c-b461242c6d83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7822 | 2024.08.06 04:03:32.146110 [ 3 ] {a4e13a6c-1924-4cd6-880c-b461242c6d83} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7823 | 2024.08.06 04:03:32.146527 [ 3 ] {a4e13a6c-1924-4cd6-880c-b461242c6d83} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7824 | 2024.08.06 04:03:32.146717 [ 3 ] {a4e13a6c-1924-4cd6-880c-b461242c6d83} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00255 sec., 8627.450980392156 rows/sec., 15.46 MiB/sec. | ||
7825 | 2024.08.06 04:03:32.146939 [ 3 ] {a4e13a6c-1924-4cd6-880c-b461242c6d83} <Debug> DynamicQueryHandler: Done processing query | ||
7826 | 2024.08.06 04:03:32.146964 [ 3 ] {a4e13a6c-1924-4cd6-880c-b461242c6d83} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7827 | 2024.08.06 04:03:32.146980 [ 3 ] {} <Debug> HTTP-Session: 53dbba91-5615-4ab9-9318-eb52f646228f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7828 | 2024.08.06 04:03:32.147098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7829 | 2024.08.06 04:03:32.147148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7830 | 2024.08.06 04:03:32.147168 [ 3 ] {} <Debug> HTTP-Session: c7a0ba82-0096-47c7-ad96-8c73af9802b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7831 | 2024.08.06 04:03:32.147184 [ 3 ] {} <Debug> HTTP-Session: c7a0ba82-0096-47c7-ad96-8c73af9802b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7832 | 2024.08.06 04:03:32.147199 [ 3 ] {} <Debug> HTTP-Session: c7a0ba82-0096-47c7-ad96-8c73af9802b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7833 | 2024.08.06 04:03:32.147230 [ 3 ] {} <Trace> HTTP-Session: c7a0ba82-0096-47c7-ad96-8c73af9802b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7834 | 2024.08.06 04:03:32.147334 [ 3 ] {2a7593f1-62f0-412b-bfbc-a5453e90bada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7835 | 2024.08.06 04:03:32.147379 [ 3 ] {2a7593f1-62f0-412b-bfbc-a5453e90bada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7836 | 2024.08.06 04:03:32.147507 [ 3 ] {2a7593f1-62f0-412b-bfbc-a5453e90bada} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7837 | 2024.08.06 04:03:32.147801 [ 3 ] {2a7593f1-62f0-412b-bfbc-a5453e90bada} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7838 | 2024.08.06 04:03:32.147839 [ 3 ] {2a7593f1-62f0-412b-bfbc-a5453e90bada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7839 | 2024.08.06 04:03:32.148198 [ 3 ] {2a7593f1-62f0-412b-bfbc-a5453e90bada} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7840 | 2024.08.06 04:03:32.148526 [ 3 ] {2a7593f1-62f0-412b-bfbc-a5453e90bada} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7841 | 2024.08.06 04:03:32.148688 [ 3 ] {2a7593f1-62f0-412b-bfbc-a5453e90bada} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001377 sec., 16702.977487291213 rows/sec., 903.52 KiB/sec. | ||
7842 | 2024.08.06 04:03:32.149015 [ 3 ] {2a7593f1-62f0-412b-bfbc-a5453e90bada} <Debug> DynamicQueryHandler: Done processing query | ||
7843 | 2024.08.06 04:03:32.149040 [ 3 ] {2a7593f1-62f0-412b-bfbc-a5453e90bada} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7844 | 2024.08.06 04:03:32.149057 [ 3 ] {} <Debug> HTTP-Session: c7a0ba82-0096-47c7-ad96-8c73af9802b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7845 | 2024.08.06 04:03:32.149185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7846 | 2024.08.06 04:03:32.149243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7847 | 2024.08.06 04:03:32.149266 [ 3 ] {} <Debug> HTTP-Session: 46b54b81-f5dd-4758-9ee1-a79c12ab8958 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7848 | 2024.08.06 04:03:32.149289 [ 3 ] {} <Debug> HTTP-Session: 46b54b81-f5dd-4758-9ee1-a79c12ab8958 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7849 | 2024.08.06 04:03:32.149303 [ 3 ] {} <Debug> HTTP-Session: 46b54b81-f5dd-4758-9ee1-a79c12ab8958 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7850 | 2024.08.06 04:03:32.149350 [ 3 ] {} <Trace> HTTP-Session: 46b54b81-f5dd-4758-9ee1-a79c12ab8958 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7851 | 2024.08.06 04:03:32.149486 [ 3 ] {58bbb903-0802-48af-975f-1cf1a1e77920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7852 | 2024.08.06 04:03:32.149540 [ 3 ] {58bbb903-0802-48af-975f-1cf1a1e77920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7853 | 2024.08.06 04:03:32.149754 [ 3 ] {58bbb903-0802-48af-975f-1cf1a1e77920} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7854 | 2024.08.06 04:03:32.150146 [ 3 ] {58bbb903-0802-48af-975f-1cf1a1e77920} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7855 | 2024.08.06 04:03:32.150206 [ 3 ] {58bbb903-0802-48af-975f-1cf1a1e77920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7856 | 2024.08.06 04:03:32.150621 [ 3 ] {58bbb903-0802-48af-975f-1cf1a1e77920} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7857 | 2024.08.06 04:03:32.150948 [ 3 ] {58bbb903-0802-48af-975f-1cf1a1e77920} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7858 | 2024.08.06 04:03:32.151117 [ 3 ] {58bbb903-0802-48af-975f-1cf1a1e77920} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001675 sec., 35820.89552238806 rows/sec., 2.41 MiB/sec. | ||
7859 | 2024.08.06 04:03:32.151412 [ 3 ] {58bbb903-0802-48af-975f-1cf1a1e77920} <Debug> DynamicQueryHandler: Done processing query | ||
7860 | 2024.08.06 04:03:32.151451 [ 3 ] {58bbb903-0802-48af-975f-1cf1a1e77920} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7861 | 2024.08.06 04:03:32.151467 [ 3 ] {} <Debug> HTTP-Session: 46b54b81-f5dd-4758-9ee1-a79c12ab8958 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7862 | 2024.08.06 04:03:36.018108 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7863 | 2024.08.06 04:03:36.018178 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7864 | 2024.08.06 04:03:37.124869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7865 | 2024.08.06 04:03:37.124991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7866 | 2024.08.06 04:03:37.125019 [ 3 ] {} <Debug> HTTP-Session: 056e8c07-cadd-482a-a0e9-575bd89faac0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7867 | 2024.08.06 04:03:37.125046 [ 3 ] {} <Debug> HTTP-Session: 056e8c07-cadd-482a-a0e9-575bd89faac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7868 | 2024.08.06 04:03:37.125063 [ 3 ] {} <Debug> HTTP-Session: 056e8c07-cadd-482a-a0e9-575bd89faac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7869 | 2024.08.06 04:03:37.125119 [ 3 ] {} <Trace> HTTP-Session: 056e8c07-cadd-482a-a0e9-575bd89faac0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7870 | 2024.08.06 04:03:37.125317 [ 3 ] {5583f8d8-14c9-4877-9def-d2a77c42d8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7871 | 2024.08.06 04:03:37.125389 [ 3 ] {5583f8d8-14c9-4877-9def-d2a77c42d8e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7872 | 2024.08.06 04:03:37.125605 [ 3 ] {5583f8d8-14c9-4877-9def-d2a77c42d8e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7873 | 2024.08.06 04:03:37.126077 [ 3 ] {5583f8d8-14c9-4877-9def-d2a77c42d8e4} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7874 | 2024.08.06 04:03:37.126116 [ 3 ] {5583f8d8-14c9-4877-9def-d2a77c42d8e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7875 | 2024.08.06 04:03:37.126540 [ 3 ] {5583f8d8-14c9-4877-9def-d2a77c42d8e4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7876 | 2024.08.06 04:03:37.126953 [ 3 ] {5583f8d8-14c9-4877-9def-d2a77c42d8e4} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7877 | 2024.08.06 04:03:37.127139 [ 3 ] {5583f8d8-14c9-4877-9def-d2a77c42d8e4} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001883 sec., 5841.741901221455 rows/sec., 473.50 KiB/sec. | ||
7878 | 2024.08.06 04:03:37.127342 [ 3 ] {5583f8d8-14c9-4877-9def-d2a77c42d8e4} <Debug> DynamicQueryHandler: Done processing query | ||
7879 | 2024.08.06 04:03:37.127371 [ 3 ] {5583f8d8-14c9-4877-9def-d2a77c42d8e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7880 | 2024.08.06 04:03:37.127387 [ 3 ] {} <Debug> HTTP-Session: 056e8c07-cadd-482a-a0e9-575bd89faac0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7881 | 2024.08.06 04:03:37.127536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7882 | 2024.08.06 04:03:37.127586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7883 | 2024.08.06 04:03:37.127605 [ 3 ] {} <Debug> HTTP-Session: 825bf028-22db-45a7-ab6c-6557b239d053 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7884 | 2024.08.06 04:03:37.127622 [ 3 ] {} <Debug> HTTP-Session: 825bf028-22db-45a7-ab6c-6557b239d053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7885 | 2024.08.06 04:03:37.127636 [ 3 ] {} <Debug> HTTP-Session: 825bf028-22db-45a7-ab6c-6557b239d053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7886 | 2024.08.06 04:03:37.127669 [ 3 ] {} <Trace> HTTP-Session: 825bf028-22db-45a7-ab6c-6557b239d053 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7887 | 2024.08.06 04:03:37.127789 [ 3 ] {cbf7909a-cd98-4941-882d-dc95b6ed9366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7888 | 2024.08.06 04:03:37.127832 [ 3 ] {cbf7909a-cd98-4941-882d-dc95b6ed9366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7889 | 2024.08.06 04:03:37.127957 [ 3 ] {cbf7909a-cd98-4941-882d-dc95b6ed9366} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7890 | 2024.08.06 04:03:37.128348 [ 3 ] {cbf7909a-cd98-4941-882d-dc95b6ed9366} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7891 | 2024.08.06 04:03:37.128392 [ 3 ] {cbf7909a-cd98-4941-882d-dc95b6ed9366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7892 | 2024.08.06 04:03:37.128768 [ 3 ] {cbf7909a-cd98-4941-882d-dc95b6ed9366} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7893 | 2024.08.06 04:03:37.129105 [ 3 ] {cbf7909a-cd98-4941-882d-dc95b6ed9366} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7894 | 2024.08.06 04:03:37.129228 [ 60 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7895 | 2024.08.06 04:03:37.129231 [ 3 ] {cbf7909a-cd98-4941-882d-dc95b6ed9366} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001484 sec., 59973.045822102424 rows/sec., 4.85 MiB/sec. | ||
7896 | 2024.08.06 04:03:37.129276 [ 60 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7897 | 2024.08.06 04:03:37.129317 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7898 | 2024.08.06 04:03:37.129460 [ 3 ] {cbf7909a-cd98-4941-882d-dc95b6ed9366} <Debug> DynamicQueryHandler: Done processing query | ||
7899 | 2024.08.06 04:03:37.129509 [ 3 ] {cbf7909a-cd98-4941-882d-dc95b6ed9366} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7900 | 2024.08.06 04:03:37.129522 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::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 | ||
7901 | 2024.08.06 04:03:37.129534 [ 3 ] {} <Debug> HTTP-Session: 825bf028-22db-45a7-ab6c-6557b239d053 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7902 | 2024.08.06 04:03:37.129718 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7903 | 2024.08.06 04:03:37.129776 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 304 rows starting from the beginning of the part | ||
7904 | 2024.08.06 04:03:37.129788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7905 | 2024.08.06 04:03:37.129957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7906 | 2024.08.06 04:03:37.130005 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 127 rows starting from the beginning of the part | ||
7907 | 2024.08.06 04:03:37.130048 [ 3 ] {} <Debug> HTTP-Session: 60cee55b-602c-46a5-afe2-9c803679ce3f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7908 | 2024.08.06 04:03:37.130133 [ 3 ] {} <Debug> HTTP-Session: 60cee55b-602c-46a5-afe2-9c803679ce3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7909 | 2024.08.06 04:03:37.130224 [ 3 ] {} <Debug> HTTP-Session: 60cee55b-602c-46a5-afe2-9c803679ce3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7910 | 2024.08.06 04:03:37.130314 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 229 rows starting from the beginning of the part | ||
7911 | 2024.08.06 04:03:37.130379 [ 3 ] {} <Trace> HTTP-Session: 60cee55b-602c-46a5-afe2-9c803679ce3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7912 | 2024.08.06 04:03:37.130576 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 89 rows starting from the beginning of the part | ||
7913 | 2024.08.06 04:03:37.130737 [ 3 ] {a0d9978b-8411-4b74-a8f9-44c26f507c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7914 | 2024.08.06 04:03:37.130850 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 227 rows starting from the beginning of the part | ||
7915 | 2024.08.06 04:03:37.130891 [ 3 ] {a0d9978b-8411-4b74-a8f9-44c26f507c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7916 | 2024.08.06 04:03:37.131212 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 89 rows starting from the beginning of the part | ||
7917 | 2024.08.06 04:03:37.131982 [ 3 ] {a0d9978b-8411-4b74-a8f9-44c26f507c89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7918 | 2024.08.06 04:03:37.132765 [ 3 ] {a0d9978b-8411-4b74-a8f9-44c26f507c89} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7919 | 2024.08.06 04:03:37.132847 [ 3 ] {a0d9978b-8411-4b74-a8f9-44c26f507c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7920 | 2024.08.06 04:03:37.133735 [ 3 ] {a0d9978b-8411-4b74-a8f9-44c26f507c89} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7921 | 2024.08.06 04:03:37.134457 [ 186 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1065 rows, containing 4 columns (4 merged, 0 gathered) in 0.005039568 sec., 211327.63760703296 rows/sec., 18.00 MiB/sec. | ||
7922 | 2024.08.06 04:03:37.134525 [ 3 ] {a0d9978b-8411-4b74-a8f9-44c26f507c89} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7923 | 2024.08.06 04:03:37.134731 [ 60 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7924 | 2024.08.06 04:03:37.134783 [ 3 ] {a0d9978b-8411-4b74-a8f9-44c26f507c89} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.004162 sec., 18020.18260451706 rows/sec., 1.41 MiB/sec. | ||
7925 | 2024.08.06 04:03:37.134793 [ 60 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7926 | 2024.08.06 04:03:37.134798 [ 186 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7927 | 2024.08.06 04:03:37.134863 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7928 | 2024.08.06 04:03:37.135252 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::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 | ||
7929 | 2024.08.06 04:03:37.135298 [ 3 ] {a0d9978b-8411-4b74-a8f9-44c26f507c89} <Debug> DynamicQueryHandler: Done processing query | ||
7930 | 2024.08.06 04:03:37.135371 [ 3 ] {a0d9978b-8411-4b74-a8f9-44c26f507c89} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7931 | 2024.08.06 04:03:37.135467 [ 3 ] {} <Debug> HTTP-Session: 60cee55b-602c-46a5-afe2-9c803679ce3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7932 | 2024.08.06 04:03:37.135819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7933 | 2024.08.06 04:03:37.135933 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7934 | 2024.08.06 04:03:37.135975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7935 | 2024.08.06 04:03:37.136058 [ 3 ] {} <Debug> HTTP-Session: 2eb4d231-857b-432e-9867-af9905bd5ab5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7936 | 2024.08.06 04:03:37.136063 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 473 rows starting from the beginning of the part | ||
7937 | 2024.08.06 04:03:37.136118 [ 3 ] {} <Debug> HTTP-Session: 2eb4d231-857b-432e-9867-af9905bd5ab5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7938 | 2024.08.06 04:03:37.136184 [ 3 ] {} <Debug> HTTP-Session: 2eb4d231-857b-432e-9867-af9905bd5ab5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7939 | 2024.08.06 04:03:37.136375 [ 3 ] {} <Trace> HTTP-Session: 2eb4d231-857b-432e-9867-af9905bd5ab5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7940 | 2024.08.06 04:03:37.136411 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 103 rows starting from the beginning of the part | ||
7941 | 2024.08.06 04:03:37.136670 [ 193 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_41_8} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7942 | 2024.08.06 04:03:37.136929 [ 3 ] {a301c3d8-2647-4836-87c5-63656b076850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7943 | 2024.08.06 04:03:37.137076 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 408 rows starting from the beginning of the part | ||
7944 | 2024.08.06 04:03:37.137098 [ 3 ] {a301c3d8-2647-4836-87c5-63656b076850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7945 | 2024.08.06 04:03:37.137150 [ 193 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_41_8} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7946 | 2024.08.06 04:03:37.137612 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
7947 | 2024.08.06 04:03:37.137781 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 75 rows starting from the beginning of the part | ||
7948 | 2024.08.06 04:03:37.138182 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 404 rows starting from the beginning of the part | ||
7949 | 2024.08.06 04:03:37.138262 [ 3 ] {a301c3d8-2647-4836-87c5-63656b076850} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7950 | 2024.08.06 04:03:37.138446 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 75 rows starting from the beginning of the part | ||
7951 | 2024.08.06 04:03:37.139388 [ 3 ] {a301c3d8-2647-4836-87c5-63656b076850} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7952 | 2024.08.06 04:03:37.139450 [ 3 ] {a301c3d8-2647-4836-87c5-63656b076850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7953 | 2024.08.06 04:03:37.140570 [ 3 ] {a301c3d8-2647-4836-87c5-63656b076850} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7954 | 2024.08.06 04:03:37.141322 [ 186 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1538 rows, containing 4 columns (4 merged, 0 gathered) in 0.006231307 sec., 246818.2036288695 rows/sec., 17.83 MiB/sec. | ||
7955 | 2024.08.06 04:03:37.141536 [ 3 ] {a301c3d8-2647-4836-87c5-63656b076850} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7956 | 2024.08.06 04:03:37.141566 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7957 | 2024.08.06 04:03:37.141823 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7958 | 2024.08.06 04:03:37.141872 [ 3 ] {a301c3d8-2647-4836-87c5-63656b076850} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005159 sec., 31013.762357045936 rows/sec., 2.16 MiB/sec. | ||
7959 | 2024.08.06 04:03:37.141933 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7960 | 2024.08.06 04:03:37.142096 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7961 | 2024.08.06 04:03:37.142658 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
7962 | 2024.08.06 04:03:37.142766 [ 3 ] {a301c3d8-2647-4836-87c5-63656b076850} <Debug> DynamicQueryHandler: Done processing query | ||
7963 | 2024.08.06 04:03:37.142826 [ 3 ] {a301c3d8-2647-4836-87c5-63656b076850} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7964 | 2024.08.06 04:03:37.142888 [ 3 ] {} <Debug> HTTP-Session: 2eb4d231-857b-432e-9867-af9905bd5ab5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7965 | 2024.08.06 04:03:37.143010 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7966 | 2024.08.06 04:03:37.143084 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 6065 rows starting from the beginning of the part | ||
7967 | 2024.08.06 04:03:37.143123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7968 | 2024.08.06 04:03:37.143115 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_41_8} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7969 | 2024.08.06 04:03:37.143298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7970 | 2024.08.06 04:03:37.143451 [ 3 ] {} <Debug> HTTP-Session: df9e8b9d-f0ea-438e-a1d6-3f50d69fe10f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
7971 | 2024.08.06 04:03:37.143468 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 198 rows starting from the beginning of the part | ||
7972 | 2024.08.06 04:03:37.143590 [ 3 ] {} <Debug> HTTP-Session: df9e8b9d-f0ea-438e-a1d6-3f50d69fe10f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7973 | 2024.08.06 04:03:37.143686 [ 3 ] {} <Debug> HTTP-Session: df9e8b9d-f0ea-438e-a1d6-3f50d69fe10f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7974 | 2024.08.06 04:03:37.143701 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_41_8} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7975 | 2024.08.06 04:03:37.143874 [ 3 ] {} <Trace> HTTP-Session: df9e8b9d-f0ea-438e-a1d6-3f50d69fe10f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7976 | 2024.08.06 04:03:37.143994 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 162 rows starting from the beginning of the part | ||
7977 | 2024.08.06 04:03:37.144282 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
7978 | 2024.08.06 04:03:37.144452 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
7979 | 2024.08.06 04:03:37.144474 [ 3 ] {4aacaf8d-c26d-46d9-abc8-e9f36c35a2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7980 | 2024.08.06 04:03:37.144696 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
7981 | 2024.08.06 04:03:37.144815 [ 3 ] {4aacaf8d-c26d-46d9-abc8-e9f36c35a2b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7982 | 2024.08.06 04:03:37.145082 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
7983 | 2024.08.06 04:03:37.146232 [ 3 ] {4aacaf8d-c26d-46d9-abc8-e9f36c35a2b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7984 | 2024.08.06 04:03:37.147203 [ 3 ] {4aacaf8d-c26d-46d9-abc8-e9f36c35a2b3} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7985 | 2024.08.06 04:03:37.147252 [ 3 ] {4aacaf8d-c26d-46d9-abc8-e9f36c35a2b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7986 | 2024.08.06 04:03:37.148127 [ 3 ] {4aacaf8d-c26d-46d9-abc8-e9f36c35a2b3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7987 | 2024.08.06 04:03:37.148564 [ 3 ] {4aacaf8d-c26d-46d9-abc8-e9f36c35a2b3} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7988 | 2024.08.06 04:03:37.148732 [ 60 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7989 | 2024.08.06 04:03:37.148825 [ 60 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7990 | 2024.08.06 04:03:37.148893 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
7991 | 2024.08.06 04:03:37.148964 [ 3 ] {4aacaf8d-c26d-46d9-abc8-e9f36c35a2b3} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.004816 sec., 2284.0531561461794 rows/sec., 4.09 MiB/sec. | ||
7992 | 2024.08.06 04:03:37.149569 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
7993 | 2024.08.06 04:03:37.149702 [ 197 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6905 rows, containing 5 columns (5 merged, 0 gathered) in 0.007359823 sec., 938201.9105622513 rows/sec., 65.38 MiB/sec. | ||
7994 | 2024.08.06 04:03:37.150733 [ 197 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7995 | 2024.08.06 04:03:37.150882 [ 3 ] {4aacaf8d-c26d-46d9-abc8-e9f36c35a2b3} <Debug> DynamicQueryHandler: Done processing query | ||
7996 | 2024.08.06 04:03:37.150978 [ 3 ] {4aacaf8d-c26d-46d9-abc8-e9f36c35a2b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
7997 | 2024.08.06 04:03:37.151061 [ 3 ] {} <Debug> HTTP-Session: df9e8b9d-f0ea-438e-a1d6-3f50d69fe10f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7998 | 2024.08.06 04:03:37.151367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7999 | 2024.08.06 04:03:37.151542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8000 | 2024.08.06 04:03:37.151642 [ 3 ] {} <Debug> HTTP-Session: 209a2a19-4d65-4cb8-94fb-d0c71ace61c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8001 | 2024.08.06 04:03:37.151758 [ 3 ] {} <Debug> HTTP-Session: 209a2a19-4d65-4cb8-94fb-d0c71ace61c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8002 | 2024.08.06 04:03:37.151838 [ 3 ] {} <Debug> HTTP-Session: 209a2a19-4d65-4cb8-94fb-d0c71ace61c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8003 | 2024.08.06 04:03:37.151983 [ 3 ] {} <Trace> HTTP-Session: 209a2a19-4d65-4cb8-94fb-d0c71ace61c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8004 | 2024.08.06 04:03:37.152128 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8005 | 2024.08.06 04:03:37.152379 [ 3 ] {9bbb894a-df2e-4dcb-ab3f-5a8822ccee8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8006 | 2024.08.06 04:03:37.152481 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 439 rows starting from the beginning of the part | ||
8007 | 2024.08.06 04:03:37.152521 [ 197 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8008 | 2024.08.06 04:03:37.152541 [ 3 ] {9bbb894a-df2e-4dcb-ab3f-5a8822ccee8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8009 | 2024.08.06 04:03:37.152834 [ 197 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8010 | 2024.08.06 04:03:37.153233 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
8011 | 2024.08.06 04:03:37.153767 [ 3 ] {9bbb894a-df2e-4dcb-ab3f-5a8822ccee8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8012 | 2024.08.06 04:03:37.153764 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
8013 | 2024.08.06 04:03:37.154366 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 22 rows starting from the beginning of the part | ||
8014 | 2024.08.06 04:03:37.154978 [ 3 ] {9bbb894a-df2e-4dcb-ab3f-5a8822ccee8d} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8015 | 2024.08.06 04:03:37.155042 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
8016 | 2024.08.06 04:03:37.155053 [ 3 ] {9bbb894a-df2e-4dcb-ab3f-5a8822ccee8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8017 | 2024.08.06 04:03:37.155628 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 22 rows starting from the beginning of the part | ||
8018 | 2024.08.06 04:03:37.156299 [ 186 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
8019 | 2024.08.06 04:03:37.156534 [ 3 ] {9bbb894a-df2e-4dcb-ab3f-5a8822ccee8d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8020 | 2024.08.06 04:03:37.157566 [ 3 ] {9bbb894a-df2e-4dcb-ab3f-5a8822ccee8d} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8021 | 2024.08.06 04:03:37.157842 [ 60 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8022 | 2024.08.06 04:03:37.157956 [ 60 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8023 | 2024.08.06 04:03:37.158027 [ 3 ] {9bbb894a-df2e-4dcb-ab3f-5a8822ccee8d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005805 sec., 10335.917312661499 rows/sec., 713.29 KiB/sec. | ||
8024 | 2024.08.06 04:03:37.158051 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8025 | 2024.08.06 04:03:37.158749 [ 3 ] {9bbb894a-df2e-4dcb-ab3f-5a8822ccee8d} <Debug> DynamicQueryHandler: Done processing query | ||
8026 | 2024.08.06 04:03:37.158833 [ 3 ] {9bbb894a-df2e-4dcb-ab3f-5a8822ccee8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8027 | 2024.08.06 04:03:37.158904 [ 3 ] {} <Debug> HTTP-Session: 209a2a19-4d65-4cb8-94fb-d0c71ace61c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8028 | 2024.08.06 04:03:37.158961 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
8029 | 2024.08.06 04:03:37.159165 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8030 | 2024.08.06 04:03:37.159212 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2136 rows starting from the beginning of the part | ||
8031 | 2024.08.06 04:03:37.159350 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
8032 | 2024.08.06 04:03:37.159503 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
8033 | 2024.08.06 04:03:37.159735 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
8034 | 2024.08.06 04:03:37.159986 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
8035 | 2024.08.06 04:03:37.160354 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
8036 | 2024.08.06 04:03:37.164250 [ 196 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2436 rows, containing 4 columns (4 merged, 0 gathered) in 0.005905999 sec., 412461.97298712714 rows/sec., 27.81 MiB/sec. | ||
8037 | 2024.08.06 04:03:37.164875 [ 196 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8038 | 2024.08.06 04:03:37.165444 [ 196 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_41_8} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8039 | 2024.08.06 04:03:37.165519 [ 196 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_41_8} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8040 | 2024.08.06 04:03:37.165749 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
8041 | 2024.08.06 04:03:37.166037 [ 196 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 19 columns (19 merged, 0 gathered) in 0.01698186 sec., 30385.364147390213 rows/sec., 54.45 MiB/sec. | ||
8042 | 2024.08.06 04:03:37.166628 [ 197 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
8043 | 2024.08.06 04:03:37.167220 [ 197 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8044 | 2024.08.06 04:03:37.167305 [ 197 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
8045 | 2024.08.06 04:03:37.167447 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB. | ||
8046 | 2024.08.06 04:03:38.000203 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.46 MiB, peak 200.05 MiB, free memory in arenas 0.00 B, will set to 191.64 MiB (RSS), difference: 1.18 MiB | ||
8047 | 2024.08.06 04:03:42.130231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8048 | 2024.08.06 04:03:42.130358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8049 | 2024.08.06 04:03:42.130388 [ 3 ] {} <Debug> HTTP-Session: f1173871-2795-432e-bc46-10f606f33726 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8050 | 2024.08.06 04:03:42.130418 [ 3 ] {} <Debug> HTTP-Session: f1173871-2795-432e-bc46-10f606f33726 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8051 | 2024.08.06 04:03:42.130436 [ 3 ] {} <Debug> HTTP-Session: f1173871-2795-432e-bc46-10f606f33726 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8052 | 2024.08.06 04:03:42.130492 [ 3 ] {} <Trace> HTTP-Session: f1173871-2795-432e-bc46-10f606f33726 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8053 | 2024.08.06 04:03:42.130707 [ 3 ] {8af5ea0f-49fe-4ad3-a14d-c7342a220cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8054 | 2024.08.06 04:03:42.130784 [ 3 ] {8af5ea0f-49fe-4ad3-a14d-c7342a220cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8055 | 2024.08.06 04:03:42.131006 [ 3 ] {8af5ea0f-49fe-4ad3-a14d-c7342a220cdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8056 | 2024.08.06 04:03:42.131473 [ 3 ] {8af5ea0f-49fe-4ad3-a14d-c7342a220cdc} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8057 | 2024.08.06 04:03:42.131516 [ 3 ] {8af5ea0f-49fe-4ad3-a14d-c7342a220cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8058 | 2024.08.06 04:03:42.131899 [ 3 ] {8af5ea0f-49fe-4ad3-a14d-c7342a220cdc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8059 | 2024.08.06 04:03:42.132242 [ 3 ] {8af5ea0f-49fe-4ad3-a14d-c7342a220cdc} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8060 | 2024.08.06 04:03:42.132409 [ 3 ] {8af5ea0f-49fe-4ad3-a14d-c7342a220cdc} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001768 sec., 15837.10407239819 rows/sec., 1.17 MiB/sec. | ||
8061 | 2024.08.06 04:03:42.132592 [ 3 ] {8af5ea0f-49fe-4ad3-a14d-c7342a220cdc} <Debug> DynamicQueryHandler: Done processing query | ||
8062 | 2024.08.06 04:03:42.132619 [ 3 ] {8af5ea0f-49fe-4ad3-a14d-c7342a220cdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8063 | 2024.08.06 04:03:42.132636 [ 3 ] {} <Debug> HTTP-Session: f1173871-2795-432e-bc46-10f606f33726 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8064 | 2024.08.06 04:03:42.132861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8065 | 2024.08.06 04:03:42.132911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8066 | 2024.08.06 04:03:42.132930 [ 3 ] {} <Debug> HTTP-Session: fb64ee0e-6875-40ed-8f4e-d920d7544501 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8067 | 2024.08.06 04:03:42.132947 [ 3 ] {} <Debug> HTTP-Session: fb64ee0e-6875-40ed-8f4e-d920d7544501 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8068 | 2024.08.06 04:03:42.132960 [ 3 ] {} <Debug> HTTP-Session: fb64ee0e-6875-40ed-8f4e-d920d7544501 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8069 | 2024.08.06 04:03:42.132991 [ 3 ] {} <Trace> HTTP-Session: fb64ee0e-6875-40ed-8f4e-d920d7544501 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8070 | 2024.08.06 04:03:42.133148 [ 3 ] {d76a2f84-26f6-4e17-805b-b179524d1626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8071 | 2024.08.06 04:03:42.133193 [ 3 ] {d76a2f84-26f6-4e17-805b-b179524d1626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8072 | 2024.08.06 04:03:42.133318 [ 3 ] {d76a2f84-26f6-4e17-805b-b179524d1626} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8073 | 2024.08.06 04:03:42.133788 [ 3 ] {d76a2f84-26f6-4e17-805b-b179524d1626} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8074 | 2024.08.06 04:03:42.133827 [ 3 ] {d76a2f84-26f6-4e17-805b-b179524d1626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8075 | 2024.08.06 04:03:42.134161 [ 3 ] {d76a2f84-26f6-4e17-805b-b179524d1626} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8076 | 2024.08.06 04:03:42.134473 [ 3 ] {d76a2f84-26f6-4e17-805b-b179524d1626} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8077 | 2024.08.06 04:03:42.134625 [ 3 ] {d76a2f84-26f6-4e17-805b-b179524d1626} <Debug> executeQuery: Read 227 rows, 20.47 KiB in 0.001547 sec., 146735.6173238526 rows/sec., 12.92 MiB/sec. | ||
8078 | 2024.08.06 04:03:42.134794 [ 3 ] {d76a2f84-26f6-4e17-805b-b179524d1626} <Debug> DynamicQueryHandler: Done processing query | ||
8079 | 2024.08.06 04:03:42.134819 [ 3 ] {d76a2f84-26f6-4e17-805b-b179524d1626} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
8080 | 2024.08.06 04:03:42.134835 [ 3 ] {} <Debug> HTTP-Session: fb64ee0e-6875-40ed-8f4e-d920d7544501 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8081 | 2024.08.06 04:03:42.135028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8082 | 2024.08.06 04:03:42.135077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8083 | 2024.08.06 04:03:42.135096 [ 3 ] {} <Debug> HTTP-Session: 884bac72-28e1-475a-bc65-a5263a0868a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8084 | 2024.08.06 04:03:42.135112 [ 3 ] {} <Debug> HTTP-Session: 884bac72-28e1-475a-bc65-a5263a0868a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8085 | 2024.08.06 04:03:42.135126 [ 3 ] {} <Debug> HTTP-Session: 884bac72-28e1-475a-bc65-a5263a0868a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8086 | 2024.08.06 04:03:42.135158 [ 3 ] {} <Trace> HTTP-Session: 884bac72-28e1-475a-bc65-a5263a0868a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8087 | 2024.08.06 04:03:42.135354 [ 3 ] {f27c155a-c5ec-4f8f-b7c3-4a869605979a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8088 | 2024.08.06 04:03:42.135399 [ 3 ] {f27c155a-c5ec-4f8f-b7c3-4a869605979a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8089 | 2024.08.06 04:03:42.135526 [ 3 ] {f27c155a-c5ec-4f8f-b7c3-4a869605979a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8090 | 2024.08.06 04:03:42.136104 [ 3 ] {f27c155a-c5ec-4f8f-b7c3-4a869605979a} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8091 | 2024.08.06 04:03:42.136141 [ 3 ] {f27c155a-c5ec-4f8f-b7c3-4a869605979a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8092 | 2024.08.06 04:03:42.136475 [ 3 ] {f27c155a-c5ec-4f8f-b7c3-4a869605979a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8093 | 2024.08.06 04:03:42.136795 [ 3 ] {f27c155a-c5ec-4f8f-b7c3-4a869605979a} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8094 | 2024.08.06 04:03:42.136950 [ 3 ] {f27c155a-c5ec-4f8f-b7c3-4a869605979a} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.001694 sec., 238488.7839433294 rows/sec., 16.85 MiB/sec. | ||
8095 | 2024.08.06 04:03:42.137263 [ 3 ] {f27c155a-c5ec-4f8f-b7c3-4a869605979a} <Debug> DynamicQueryHandler: Done processing query | ||
8096 | 2024.08.06 04:03:42.137304 [ 3 ] {f27c155a-c5ec-4f8f-b7c3-4a869605979a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8097 | 2024.08.06 04:03:42.137335 [ 3 ] {} <Debug> HTTP-Session: 884bac72-28e1-475a-bc65-a5263a0868a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8098 | 2024.08.06 04:03:42.137479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8099 | 2024.08.06 04:03:42.137529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8100 | 2024.08.06 04:03:42.137548 [ 3 ] {} <Debug> HTTP-Session: dd454a8f-a7e8-41a1-b89e-e2ec4793f992 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8101 | 2024.08.06 04:03:42.137564 [ 3 ] {} <Debug> HTTP-Session: dd454a8f-a7e8-41a1-b89e-e2ec4793f992 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8102 | 2024.08.06 04:03:42.137577 [ 3 ] {} <Debug> HTTP-Session: dd454a8f-a7e8-41a1-b89e-e2ec4793f992 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8103 | 2024.08.06 04:03:42.137608 [ 3 ] {} <Trace> HTTP-Session: dd454a8f-a7e8-41a1-b89e-e2ec4793f992 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8104 | 2024.08.06 04:03:42.137717 [ 3 ] {d16a9371-a1fc-452b-bcfa-a9007e66e208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8105 | 2024.08.06 04:03:42.137795 [ 3 ] {d16a9371-a1fc-452b-bcfa-a9007e66e208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8106 | 2024.08.06 04:03:42.137941 [ 3 ] {d16a9371-a1fc-452b-bcfa-a9007e66e208} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8107 | 2024.08.06 04:03:42.138202 [ 3 ] {d16a9371-a1fc-452b-bcfa-a9007e66e208} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8108 | 2024.08.06 04:03:42.138240 [ 3 ] {d16a9371-a1fc-452b-bcfa-a9007e66e208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8109 | 2024.08.06 04:03:42.138602 [ 3 ] {d16a9371-a1fc-452b-bcfa-a9007e66e208} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8110 | 2024.08.06 04:03:42.138943 [ 3 ] {d16a9371-a1fc-452b-bcfa-a9007e66e208} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8111 | 2024.08.06 04:03:42.139067 [ 3 ] {d16a9371-a1fc-452b-bcfa-a9007e66e208} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001377 sec., 4357.298474945534 rows/sec., 187.23 KiB/sec. | ||
8112 | 2024.08.06 04:03:42.139261 [ 3 ] {d16a9371-a1fc-452b-bcfa-a9007e66e208} <Debug> DynamicQueryHandler: Done processing query | ||
8113 | 2024.08.06 04:03:42.139286 [ 3 ] {d16a9371-a1fc-452b-bcfa-a9007e66e208} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8114 | 2024.08.06 04:03:42.139302 [ 3 ] {} <Debug> HTTP-Session: dd454a8f-a7e8-41a1-b89e-e2ec4793f992 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8115 | 2024.08.06 04:03:42.139445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8116 | 2024.08.06 04:03:42.139494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8117 | 2024.08.06 04:03:42.139514 [ 3 ] {} <Debug> HTTP-Session: 83df0394-5f5f-44fc-908b-ea29956b6db1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8118 | 2024.08.06 04:03:42.139531 [ 3 ] {} <Debug> HTTP-Session: 83df0394-5f5f-44fc-908b-ea29956b6db1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8119 | 2024.08.06 04:03:42.139545 [ 3 ] {} <Debug> HTTP-Session: 83df0394-5f5f-44fc-908b-ea29956b6db1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8120 | 2024.08.06 04:03:42.139576 [ 3 ] {} <Trace> HTTP-Session: 83df0394-5f5f-44fc-908b-ea29956b6db1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8121 | 2024.08.06 04:03:42.139713 [ 3 ] {378a0126-fe67-4d60-9b77-34400f940640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8122 | 2024.08.06 04:03:42.139771 [ 3 ] {378a0126-fe67-4d60-9b77-34400f940640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8123 | 2024.08.06 04:03:42.139942 [ 3 ] {378a0126-fe67-4d60-9b77-34400f940640} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8124 | 2024.08.06 04:03:42.140322 [ 3 ] {378a0126-fe67-4d60-9b77-34400f940640} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8125 | 2024.08.06 04:03:42.140360 [ 3 ] {378a0126-fe67-4d60-9b77-34400f940640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8126 | 2024.08.06 04:03:42.140724 [ 3 ] {378a0126-fe67-4d60-9b77-34400f940640} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8127 | 2024.08.06 04:03:42.141068 [ 3 ] {378a0126-fe67-4d60-9b77-34400f940640} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8128 | 2024.08.06 04:03:42.141195 [ 3 ] {378a0126-fe67-4d60-9b77-34400f940640} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001543 sec., 49902.786779001945 rows/sec., 3.07 MiB/sec. | ||
8129 | 2024.08.06 04:03:42.141352 [ 3 ] {378a0126-fe67-4d60-9b77-34400f940640} <Debug> DynamicQueryHandler: Done processing query | ||
8130 | 2024.08.06 04:03:42.141378 [ 3 ] {378a0126-fe67-4d60-9b77-34400f940640} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8131 | 2024.08.06 04:03:42.141395 [ 3 ] {} <Debug> HTTP-Session: 83df0394-5f5f-44fc-908b-ea29956b6db1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8132 | 2024.08.06 04:03:42.141603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8133 | 2024.08.06 04:03:42.141650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8134 | 2024.08.06 04:03:42.141670 [ 3 ] {} <Debug> HTTP-Session: ea9e1ac6-83cc-4fa9-95dd-b0373c39dae5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8135 | 2024.08.06 04:03:42.141686 [ 3 ] {} <Debug> HTTP-Session: ea9e1ac6-83cc-4fa9-95dd-b0373c39dae5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8136 | 2024.08.06 04:03:42.141700 [ 3 ] {} <Debug> HTTP-Session: ea9e1ac6-83cc-4fa9-95dd-b0373c39dae5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8137 | 2024.08.06 04:03:42.141731 [ 3 ] {} <Trace> HTTP-Session: ea9e1ac6-83cc-4fa9-95dd-b0373c39dae5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8138 | 2024.08.06 04:03:42.141877 [ 3 ] {787d0563-b380-4d84-bd32-ade8eced3168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8139 | 2024.08.06 04:03:42.141924 [ 3 ] {787d0563-b380-4d84-bd32-ade8eced3168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8140 | 2024.08.06 04:03:42.142065 [ 3 ] {787d0563-b380-4d84-bd32-ade8eced3168} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8141 | 2024.08.06 04:03:42.142481 [ 3 ] {787d0563-b380-4d84-bd32-ade8eced3168} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8142 | 2024.08.06 04:03:42.142518 [ 3 ] {787d0563-b380-4d84-bd32-ade8eced3168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8143 | 2024.08.06 04:03:42.142889 [ 3 ] {787d0563-b380-4d84-bd32-ade8eced3168} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8144 | 2024.08.06 04:03:42.143239 [ 3 ] {787d0563-b380-4d84-bd32-ade8eced3168} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8145 | 2024.08.06 04:03:42.143363 [ 3 ] {787d0563-b380-4d84-bd32-ade8eced3168} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
8146 | 2024.08.06 04:03:42.143527 [ 3 ] {787d0563-b380-4d84-bd32-ade8eced3168} <Debug> DynamicQueryHandler: Done processing query | ||
8147 | 2024.08.06 04:03:42.143553 [ 3 ] {787d0563-b380-4d84-bd32-ade8eced3168} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8148 | 2024.08.06 04:03:42.143568 [ 3 ] {} <Debug> HTTP-Session: ea9e1ac6-83cc-4fa9-95dd-b0373c39dae5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8149 | 2024.08.06 04:03:42.143760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35471, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8150 | 2024.08.06 04:03:42.143810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8151 | 2024.08.06 04:03:42.143829 [ 3 ] {} <Debug> HTTP-Session: 2811d72b-6dde-42bd-9f9f-b63d20854b33 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8152 | 2024.08.06 04:03:42.143846 [ 3 ] {} <Debug> HTTP-Session: 2811d72b-6dde-42bd-9f9f-b63d20854b33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8153 | 2024.08.06 04:03:42.143859 [ 3 ] {} <Debug> HTTP-Session: 2811d72b-6dde-42bd-9f9f-b63d20854b33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8154 | 2024.08.06 04:03:42.143890 [ 3 ] {} <Trace> HTTP-Session: 2811d72b-6dde-42bd-9f9f-b63d20854b33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8155 | 2024.08.06 04:03:42.144180 [ 3 ] {2534c564-cd3e-4dc3-a9b4-802eaa6f001a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8156 | 2024.08.06 04:03:42.144244 [ 3 ] {2534c564-cd3e-4dc3-a9b4-802eaa6f001a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8157 | 2024.08.06 04:03:42.144637 [ 3 ] {2534c564-cd3e-4dc3-a9b4-802eaa6f001a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8158 | 2024.08.06 04:03:42.145200 [ 3 ] {2534c564-cd3e-4dc3-a9b4-802eaa6f001a} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8159 | 2024.08.06 04:03:42.145237 [ 3 ] {2534c564-cd3e-4dc3-a9b4-802eaa6f001a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8160 | 2024.08.06 04:03:42.145843 [ 3 ] {2534c564-cd3e-4dc3-a9b4-802eaa6f001a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8161 | 2024.08.06 04:03:42.146261 [ 3 ] {2534c564-cd3e-4dc3-a9b4-802eaa6f001a} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8162 | 2024.08.06 04:03:42.146407 [ 3 ] {2534c564-cd3e-4dc3-a9b4-802eaa6f001a} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002433 sec., 9042.334566378957 rows/sec., 16.20 MiB/sec. | ||
8163 | 2024.08.06 04:03:42.146600 [ 3 ] {2534c564-cd3e-4dc3-a9b4-802eaa6f001a} <Debug> DynamicQueryHandler: Done processing query | ||
8164 | 2024.08.06 04:03:42.146624 [ 3 ] {2534c564-cd3e-4dc3-a9b4-802eaa6f001a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8165 | 2024.08.06 04:03:42.146640 [ 3 ] {} <Debug> HTTP-Session: 2811d72b-6dde-42bd-9f9f-b63d20854b33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8166 | 2024.08.06 04:03:42.146772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8167 | 2024.08.06 04:03:42.146822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8168 | 2024.08.06 04:03:42.146842 [ 3 ] {} <Debug> HTTP-Session: 6f82cae2-0ac8-4baf-b997-14b93d81344a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8169 | 2024.08.06 04:03:42.146858 [ 3 ] {} <Debug> HTTP-Session: 6f82cae2-0ac8-4baf-b997-14b93d81344a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8170 | 2024.08.06 04:03:42.146872 [ 3 ] {} <Debug> HTTP-Session: 6f82cae2-0ac8-4baf-b997-14b93d81344a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8171 | 2024.08.06 04:03:42.146904 [ 3 ] {} <Trace> HTTP-Session: 6f82cae2-0ac8-4baf-b997-14b93d81344a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8172 | 2024.08.06 04:03:42.147005 [ 3 ] {1d603a2e-03da-463d-9384-1940612d69a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8173 | 2024.08.06 04:03:42.147051 [ 3 ] {1d603a2e-03da-463d-9384-1940612d69a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8174 | 2024.08.06 04:03:42.147175 [ 3 ] {1d603a2e-03da-463d-9384-1940612d69a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8175 | 2024.08.06 04:03:42.147443 [ 3 ] {1d603a2e-03da-463d-9384-1940612d69a6} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8176 | 2024.08.06 04:03:42.147485 [ 3 ] {1d603a2e-03da-463d-9384-1940612d69a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8177 | 2024.08.06 04:03:42.147920 [ 3 ] {1d603a2e-03da-463d-9384-1940612d69a6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8178 | 2024.08.06 04:03:42.148260 [ 3 ] {1d603a2e-03da-463d-9384-1940612d69a6} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8179 | 2024.08.06 04:03:42.148385 [ 52 ] {} <Debug> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
8180 | 2024.08.06 04:03:42.148389 [ 3 ] {1d603a2e-03da-463d-9384-1940612d69a6} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00141 sec., 16312.056737588653 rows/sec., 882.37 KiB/sec. | ||
8181 | 2024.08.06 04:03:42.148426 [ 52 ] {} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8182 | 2024.08.06 04:03:42.148463 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8183 | 2024.08.06 04:03:42.148650 [ 194 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::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 | ||
8184 | 2024.08.06 04:03:42.148668 [ 3 ] {1d603a2e-03da-463d-9384-1940612d69a6} <Debug> DynamicQueryHandler: Done processing query | ||
8185 | 2024.08.06 04:03:42.148737 [ 3 ] {1d603a2e-03da-463d-9384-1940612d69a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8186 | 2024.08.06 04:03:42.148769 [ 3 ] {} <Debug> HTTP-Session: 6f82cae2-0ac8-4baf-b997-14b93d81344a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8187 | 2024.08.06 04:03:42.148887 [ 194 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8188 | 2024.08.06 04:03:42.148925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8189 | 2024.08.06 04:03:42.148949 [ 194 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 372 rows starting from the beginning of the part | ||
8190 | 2024.08.06 04:03:42.149020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8191 | 2024.08.06 04:03:42.149141 [ 3 ] {} <Debug> HTTP-Session: 38ff26d5-52cc-4d4c-b43c-249ae99ba0b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8192 | 2024.08.06 04:03:42.149168 [ 194 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 23 rows starting from the beginning of the part | ||
8193 | 2024.08.06 04:03:42.149209 [ 3 ] {} <Debug> HTTP-Session: 38ff26d5-52cc-4d4c-b43c-249ae99ba0b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8194 | 2024.08.06 04:03:42.149284 [ 3 ] {} <Debug> HTTP-Session: 38ff26d5-52cc-4d4c-b43c-249ae99ba0b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8195 | 2024.08.06 04:03:42.149409 [ 194 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part | ||
8196 | 2024.08.06 04:03:42.149426 [ 3 ] {} <Trace> HTTP-Session: 38ff26d5-52cc-4d4c-b43c-249ae99ba0b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8197 | 2024.08.06 04:03:42.149622 [ 194 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 23 rows starting from the beginning of the part | ||
8198 | 2024.08.06 04:03:42.149893 [ 3 ] {eeb21b03-0857-4989-92ad-55f40dc39a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8199 | 2024.08.06 04:03:42.149919 [ 194 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 23 rows starting from the beginning of the part | ||
8200 | 2024.08.06 04:03:42.150112 [ 3 ] {eeb21b03-0857-4989-92ad-55f40dc39a36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8201 | 2024.08.06 04:03:42.150166 [ 194 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 23 rows starting from the beginning of the part | ||
8202 | 2024.08.06 04:03:42.150946 [ 3 ] {eeb21b03-0857-4989-92ad-55f40dc39a36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8203 | 2024.08.06 04:03:42.151660 [ 3 ] {eeb21b03-0857-4989-92ad-55f40dc39a36} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8204 | 2024.08.06 04:03:42.151717 [ 3 ] {eeb21b03-0857-4989-92ad-55f40dc39a36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8205 | 2024.08.06 04:03:42.152697 [ 3 ] {eeb21b03-0857-4989-92ad-55f40dc39a36} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8206 | 2024.08.06 04:03:42.152969 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 487 rows, containing 4 columns (4 merged, 0 gathered) in 0.004387243 sec., 111003.65309147454 rows/sec., 5.98 MiB/sec. | ||
8207 | 2024.08.06 04:03:42.153309 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
8208 | 2024.08.06 04:03:42.153368 [ 3 ] {eeb21b03-0857-4989-92ad-55f40dc39a36} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8209 | 2024.08.06 04:03:42.153706 [ 3 ] {eeb21b03-0857-4989-92ad-55f40dc39a36} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004042 sec., 14844.13656605641 rows/sec., 1.00 MiB/sec. | ||
8210 | 2024.08.06 04:03:42.154085 [ 3 ] {eeb21b03-0857-4989-92ad-55f40dc39a36} <Debug> DynamicQueryHandler: Done processing query | ||
8211 | 2024.08.06 04:03:42.154122 [ 3 ] {eeb21b03-0857-4989-92ad-55f40dc39a36} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8212 | 2024.08.06 04:03:42.154143 [ 3 ] {} <Debug> HTTP-Session: 38ff26d5-52cc-4d4c-b43c-249ae99ba0b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8213 | 2024.08.06 04:03:42.154300 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_21_4} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8214 | 2024.08.06 04:03:42.154397 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_21_4} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
8215 | 2024.08.06 04:03:42.154500 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
8216 | 2024.08.06 04:03:47.127137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8217 | 2024.08.06 04:03:47.127279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8218 | 2024.08.06 04:03:47.127308 [ 3 ] {} <Debug> HTTP-Session: bcf58321-5f42-4b7b-a947-9208ff4249ce Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8219 | 2024.08.06 04:03:47.127335 [ 3 ] {} <Debug> HTTP-Session: bcf58321-5f42-4b7b-a947-9208ff4249ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8220 | 2024.08.06 04:03:47.127353 [ 3 ] {} <Debug> HTTP-Session: bcf58321-5f42-4b7b-a947-9208ff4249ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8221 | 2024.08.06 04:03:47.127408 [ 3 ] {} <Trace> HTTP-Session: bcf58321-5f42-4b7b-a947-9208ff4249ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8222 | 2024.08.06 04:03:47.127615 [ 3 ] {86bfbaa6-012e-4868-8d68-c6467bba3093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8223 | 2024.08.06 04:03:47.127687 [ 3 ] {86bfbaa6-012e-4868-8d68-c6467bba3093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8224 | 2024.08.06 04:03:47.127903 [ 3 ] {86bfbaa6-012e-4868-8d68-c6467bba3093} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8225 | 2024.08.06 04:03:47.128348 [ 3 ] {86bfbaa6-012e-4868-8d68-c6467bba3093} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8226 | 2024.08.06 04:03:47.128387 [ 3 ] {86bfbaa6-012e-4868-8d68-c6467bba3093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8227 | 2024.08.06 04:03:47.128757 [ 3 ] {86bfbaa6-012e-4868-8d68-c6467bba3093} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8228 | 2024.08.06 04:03:47.129101 [ 3 ] {86bfbaa6-012e-4868-8d68-c6467bba3093} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8229 | 2024.08.06 04:03:47.129241 [ 3 ] {86bfbaa6-012e-4868-8d68-c6467bba3093} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001691 sec., 6505.026611472502 rows/sec., 527.26 KiB/sec. | ||
8230 | 2024.08.06 04:03:47.129247 [ 48 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8231 | 2024.08.06 04:03:47.129307 [ 48 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8232 | 2024.08.06 04:03:47.129338 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8233 | 2024.08.06 04:03:47.129476 [ 3 ] {86bfbaa6-012e-4868-8d68-c6467bba3093} <Debug> DynamicQueryHandler: Done processing query | ||
8234 | 2024.08.06 04:03:47.129513 [ 3 ] {86bfbaa6-012e-4868-8d68-c6467bba3093} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8235 | 2024.08.06 04:03:47.129522 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::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 | ||
8236 | 2024.08.06 04:03:47.129535 [ 3 ] {} <Debug> HTTP-Session: bcf58321-5f42-4b7b-a947-9208ff4249ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8237 | 2024.08.06 04:03:47.129741 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8238 | 2024.08.06 04:03:47.129810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8239 | 2024.08.06 04:03:47.129818 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 39 rows starting from the beginning of the part | ||
8240 | 2024.08.06 04:03:47.129897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8241 | 2024.08.06 04:03:47.129961 [ 3 ] {} <Debug> HTTP-Session: 3eaa4ce2-dd87-4d2e-b7f6-ab94ad0396f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8242 | 2024.08.06 04:03:47.130039 [ 3 ] {} <Debug> HTTP-Session: 3eaa4ce2-dd87-4d2e-b7f6-ab94ad0396f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8243 | 2024.08.06 04:03:47.130052 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 11 rows starting from the beginning of the part | ||
8244 | 2024.08.06 04:03:47.130096 [ 3 ] {} <Debug> HTTP-Session: 3eaa4ce2-dd87-4d2e-b7f6-ab94ad0396f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8245 | 2024.08.06 04:03:47.130270 [ 3 ] {} <Trace> HTTP-Session: 3eaa4ce2-dd87-4d2e-b7f6-ab94ad0396f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8246 | 2024.08.06 04:03:47.130417 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 28 rows starting from the beginning of the part | ||
8247 | 2024.08.06 04:03:47.130693 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 11 rows starting from the beginning of the part | ||
8248 | 2024.08.06 04:03:47.130787 [ 3 ] {994e558b-f013-4d51-bf6e-4f7bc1839451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8249 | 2024.08.06 04:03:47.131019 [ 3 ] {994e558b-f013-4d51-bf6e-4f7bc1839451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8250 | 2024.08.06 04:03:47.131056 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part | ||
8251 | 2024.08.06 04:03:47.131398 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 11 rows starting from the beginning of the part | ||
8252 | 2024.08.06 04:03:47.132121 [ 3 ] {994e558b-f013-4d51-bf6e-4f7bc1839451} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8253 | 2024.08.06 04:03:47.133041 [ 3 ] {994e558b-f013-4d51-bf6e-4f7bc1839451} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8254 | 2024.08.06 04:03:47.133114 [ 3 ] {994e558b-f013-4d51-bf6e-4f7bc1839451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8255 | 2024.08.06 04:03:47.134027 [ 3 ] {994e558b-f013-4d51-bf6e-4f7bc1839451} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8256 | 2024.08.06 04:03:47.134029 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 128 rows, containing 4 columns (4 merged, 0 gathered) in 0.004605019 sec., 27795.759366030845 rows/sec., 2.11 MiB/sec. | ||
8257 | 2024.08.06 04:03:47.134390 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8258 | 2024.08.06 04:03:47.134616 [ 3 ] {994e558b-f013-4d51-bf6e-4f7bc1839451} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8259 | 2024.08.06 04:03:47.134912 [ 3 ] {994e558b-f013-4d51-bf6e-4f7bc1839451} <Debug> executeQuery: Read 125 rows, 10.13 KiB in 0.004281 sec., 29198.78533053025 rows/sec., 2.31 MiB/sec. | ||
8260 | 2024.08.06 04:03:47.135328 [ 3 ] {994e558b-f013-4d51-bf6e-4f7bc1839451} <Debug> DynamicQueryHandler: Done processing query | ||
8261 | 2024.08.06 04:03:47.135360 [ 3 ] {994e558b-f013-4d51-bf6e-4f7bc1839451} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8262 | 2024.08.06 04:03:47.135387 [ 3 ] {} <Debug> HTTP-Session: 3eaa4ce2-dd87-4d2e-b7f6-ab94ad0396f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8263 | 2024.08.06 04:03:47.135572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 16771, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8264 | 2024.08.06 04:03:47.135654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8265 | 2024.08.06 04:03:47.135694 [ 3 ] {} <Debug> HTTP-Session: 90f51c7f-c06b-4ae2-bda1-c2527d8190de Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8266 | 2024.08.06 04:03:47.135695 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_36_7} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8267 | 2024.08.06 04:03:47.135716 [ 3 ] {} <Debug> HTTP-Session: 90f51c7f-c06b-4ae2-bda1-c2527d8190de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8268 | 2024.08.06 04:03:47.135758 [ 3 ] {} <Debug> HTTP-Session: 90f51c7f-c06b-4ae2-bda1-c2527d8190de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8269 | 2024.08.06 04:03:47.135826 [ 3 ] {} <Trace> HTTP-Session: 90f51c7f-c06b-4ae2-bda1-c2527d8190de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8270 | 2024.08.06 04:03:47.135956 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_36_7} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8271 | 2024.08.06 04:03:47.136022 [ 3 ] {dd9318f8-a293-4664-9881-97920950ffdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8272 | 2024.08.06 04:03:47.136117 [ 3 ] {dd9318f8-a293-4664-9881-97920950ffdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8273 | 2024.08.06 04:03:47.136164 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
8274 | 2024.08.06 04:03:47.136335 [ 3 ] {dd9318f8-a293-4664-9881-97920950ffdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8275 | 2024.08.06 04:03:47.136708 [ 3 ] {dd9318f8-a293-4664-9881-97920950ffdf} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8276 | 2024.08.06 04:03:47.136747 [ 3 ] {dd9318f8-a293-4664-9881-97920950ffdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8277 | 2024.08.06 04:03:47.137073 [ 3 ] {dd9318f8-a293-4664-9881-97920950ffdf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8278 | 2024.08.06 04:03:47.137392 [ 3 ] {dd9318f8-a293-4664-9881-97920950ffdf} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8279 | 2024.08.06 04:03:47.137519 [ 3 ] {dd9318f8-a293-4664-9881-97920950ffdf} <Debug> executeQuery: Read 99 rows, 7.89 KiB in 0.001571 sec., 63017.18650541057 rows/sec., 4.91 MiB/sec. | ||
8280 | 2024.08.06 04:03:47.137669 [ 3 ] {dd9318f8-a293-4664-9881-97920950ffdf} <Debug> DynamicQueryHandler: Done processing query | ||
8281 | 2024.08.06 04:03:47.137693 [ 3 ] {dd9318f8-a293-4664-9881-97920950ffdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8282 | 2024.08.06 04:03:47.137709 [ 3 ] {} <Debug> HTTP-Session: 90f51c7f-c06b-4ae2-bda1-c2527d8190de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8283 | 2024.08.06 04:03:47.137901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37545, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8284 | 2024.08.06 04:03:47.137950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8285 | 2024.08.06 04:03:47.137968 [ 3 ] {} <Debug> HTTP-Session: cae56304-7364-4f37-b5c5-10306c4f3f5a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8286 | 2024.08.06 04:03:47.137985 [ 3 ] {} <Debug> HTTP-Session: cae56304-7364-4f37-b5c5-10306c4f3f5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8287 | 2024.08.06 04:03:47.137999 [ 3 ] {} <Debug> HTTP-Session: cae56304-7364-4f37-b5c5-10306c4f3f5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8288 | 2024.08.06 04:03:47.138029 [ 3 ] {} <Trace> HTTP-Session: cae56304-7364-4f37-b5c5-10306c4f3f5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8289 | 2024.08.06 04:03:47.138198 [ 3 ] {83a5a694-1991-4ad6-a5e1-40be179dfbc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8290 | 2024.08.06 04:03:47.138248 [ 3 ] {83a5a694-1991-4ad6-a5e1-40be179dfbc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8291 | 2024.08.06 04:03:47.138388 [ 3 ] {83a5a694-1991-4ad6-a5e1-40be179dfbc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8292 | 2024.08.06 04:03:47.138794 [ 3 ] {83a5a694-1991-4ad6-a5e1-40be179dfbc4} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8293 | 2024.08.06 04:03:47.138830 [ 3 ] {83a5a694-1991-4ad6-a5e1-40be179dfbc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8294 | 2024.08.06 04:03:47.139227 [ 3 ] {83a5a694-1991-4ad6-a5e1-40be179dfbc4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8295 | 2024.08.06 04:03:47.139572 [ 3 ] {83a5a694-1991-4ad6-a5e1-40be179dfbc4} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8296 | 2024.08.06 04:03:47.139697 [ 3 ] {83a5a694-1991-4ad6-a5e1-40be179dfbc4} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001585 sec., 123659.30599369085 rows/sec., 8.63 MiB/sec. | ||
8297 | 2024.08.06 04:03:47.139860 [ 3 ] {83a5a694-1991-4ad6-a5e1-40be179dfbc4} <Debug> DynamicQueryHandler: Done processing query | ||
8298 | 2024.08.06 04:03:47.139883 [ 3 ] {83a5a694-1991-4ad6-a5e1-40be179dfbc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8299 | 2024.08.06 04:03:47.139899 [ 3 ] {} <Debug> HTTP-Session: cae56304-7364-4f37-b5c5-10306c4f3f5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8300 | 2024.08.06 04:03:47.140082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17694, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8301 | 2024.08.06 04:03:47.140131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8302 | 2024.08.06 04:03:47.140150 [ 3 ] {} <Debug> HTTP-Session: e69610c8-f918-4af1-8f26-241c4c98f2d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8303 | 2024.08.06 04:03:47.140166 [ 3 ] {} <Debug> HTTP-Session: e69610c8-f918-4af1-8f26-241c4c98f2d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8304 | 2024.08.06 04:03:47.140180 [ 3 ] {} <Debug> HTTP-Session: e69610c8-f918-4af1-8f26-241c4c98f2d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8305 | 2024.08.06 04:03:47.140210 [ 3 ] {} <Trace> HTTP-Session: e69610c8-f918-4af1-8f26-241c4c98f2d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8306 | 2024.08.06 04:03:47.140382 [ 3 ] {45b52453-5b1f-4ad1-9c1b-9412abc9aa7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8307 | 2024.08.06 04:03:47.140445 [ 3 ] {45b52453-5b1f-4ad1-9c1b-9412abc9aa7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8308 | 2024.08.06 04:03:47.140848 [ 3 ] {45b52453-5b1f-4ad1-9c1b-9412abc9aa7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8309 | 2024.08.06 04:03:47.141365 [ 3 ] {45b52453-5b1f-4ad1-9c1b-9412abc9aa7c} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8310 | 2024.08.06 04:03:47.141401 [ 3 ] {45b52453-5b1f-4ad1-9c1b-9412abc9aa7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8311 | 2024.08.06 04:03:47.141984 [ 3 ] {45b52453-5b1f-4ad1-9c1b-9412abc9aa7c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8312 | 2024.08.06 04:03:47.142401 [ 3 ] {45b52453-5b1f-4ad1-9c1b-9412abc9aa7c} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8313 | 2024.08.06 04:03:47.142549 [ 3 ] {45b52453-5b1f-4ad1-9c1b-9412abc9aa7c} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002262 sec., 4862.953138815207 rows/sec., 8.71 MiB/sec. | ||
8314 | 2024.08.06 04:03:47.142743 [ 3 ] {45b52453-5b1f-4ad1-9c1b-9412abc9aa7c} <Debug> DynamicQueryHandler: Done processing query | ||
8315 | 2024.08.06 04:03:47.142766 [ 3 ] {45b52453-5b1f-4ad1-9c1b-9412abc9aa7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
8316 | 2024.08.06 04:03:47.142782 [ 3 ] {} <Debug> HTTP-Session: e69610c8-f918-4af1-8f26-241c4c98f2d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8317 | 2024.08.06 04:03:47.142911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8318 | 2024.08.06 04:03:47.142961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8319 | 2024.08.06 04:03:47.142980 [ 3 ] {} <Debug> HTTP-Session: 5b473acb-55a0-4495-b342-3a75f8dde7df Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8320 | 2024.08.06 04:03:47.142997 [ 3 ] {} <Debug> HTTP-Session: 5b473acb-55a0-4495-b342-3a75f8dde7df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8321 | 2024.08.06 04:03:47.143011 [ 3 ] {} <Debug> HTTP-Session: 5b473acb-55a0-4495-b342-3a75f8dde7df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8322 | 2024.08.06 04:03:47.143042 [ 3 ] {} <Trace> HTTP-Session: 5b473acb-55a0-4495-b342-3a75f8dde7df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8323 | 2024.08.06 04:03:47.143167 [ 3 ] {688383d5-2950-46f5-b385-359a1b854f89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8324 | 2024.08.06 04:03:47.143211 [ 3 ] {688383d5-2950-46f5-b385-359a1b854f89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8325 | 2024.08.06 04:03:47.143333 [ 3 ] {688383d5-2950-46f5-b385-359a1b854f89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8326 | 2024.08.06 04:03:47.143616 [ 3 ] {688383d5-2950-46f5-b385-359a1b854f89} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8327 | 2024.08.06 04:03:47.143651 [ 3 ] {688383d5-2950-46f5-b385-359a1b854f89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8328 | 2024.08.06 04:03:47.144013 [ 3 ] {688383d5-2950-46f5-b385-359a1b854f89} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8329 | 2024.08.06 04:03:47.144339 [ 3 ] {688383d5-2950-46f5-b385-359a1b854f89} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8330 | 2024.08.06 04:03:47.144478 [ 3 ] {688383d5-2950-46f5-b385-359a1b854f89} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
8331 | 2024.08.06 04:03:47.144651 [ 3 ] {688383d5-2950-46f5-b385-359a1b854f89} <Debug> DynamicQueryHandler: Done processing query | ||
8332 | 2024.08.06 04:03:47.144675 [ 3 ] {688383d5-2950-46f5-b385-359a1b854f89} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8333 | 2024.08.06 04:03:47.144691 [ 3 ] {} <Debug> HTTP-Session: 5b473acb-55a0-4495-b342-3a75f8dde7df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8334 | 2024.08.06 04:03:51.018212 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8335 | 2024.08.06 04:03:51.018279 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8336 | 2024.08.06 04:03:52.129637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8337 | 2024.08.06 04:03:52.129750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8338 | 2024.08.06 04:03:52.129775 [ 3 ] {} <Debug> HTTP-Session: fb49047c-9678-4763-825f-0fe43644d76a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8339 | 2024.08.06 04:03:52.129800 [ 3 ] {} <Debug> HTTP-Session: fb49047c-9678-4763-825f-0fe43644d76a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8340 | 2024.08.06 04:03:52.129815 [ 3 ] {} <Debug> HTTP-Session: fb49047c-9678-4763-825f-0fe43644d76a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8341 | 2024.08.06 04:03:52.129863 [ 3 ] {} <Trace> HTTP-Session: fb49047c-9678-4763-825f-0fe43644d76a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8342 | 2024.08.06 04:03:52.130072 [ 3 ] {718e47ec-87e2-452c-92dc-4187fa385ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8343 | 2024.08.06 04:03:52.130141 [ 3 ] {718e47ec-87e2-452c-92dc-4187fa385ddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8344 | 2024.08.06 04:03:52.130333 [ 3 ] {718e47ec-87e2-452c-92dc-4187fa385ddc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8345 | 2024.08.06 04:03:52.130743 [ 3 ] {718e47ec-87e2-452c-92dc-4187fa385ddc} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8346 | 2024.08.06 04:03:52.130782 [ 3 ] {718e47ec-87e2-452c-92dc-4187fa385ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8347 | 2024.08.06 04:03:52.131147 [ 3 ] {718e47ec-87e2-452c-92dc-4187fa385ddc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8348 | 2024.08.06 04:03:52.131484 [ 3 ] {718e47ec-87e2-452c-92dc-4187fa385ddc} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8349 | 2024.08.06 04:03:52.131622 [ 3 ] {718e47ec-87e2-452c-92dc-4187fa385ddc} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001611 sec., 17380.509000620732 rows/sec., 1.29 MiB/sec. | ||
8350 | 2024.08.06 04:03:52.131891 [ 3 ] {718e47ec-87e2-452c-92dc-4187fa385ddc} <Debug> DynamicQueryHandler: Done processing query | ||
8351 | 2024.08.06 04:03:52.131923 [ 3 ] {718e47ec-87e2-452c-92dc-4187fa385ddc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8352 | 2024.08.06 04:03:52.131940 [ 3 ] {} <Debug> HTTP-Session: fb49047c-9678-4763-825f-0fe43644d76a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8353 | 2024.08.06 04:03:52.132089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8354 | 2024.08.06 04:03:52.132138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8355 | 2024.08.06 04:03:52.132157 [ 3 ] {} <Debug> HTTP-Session: db1656e1-2677-4b5f-9bf5-d6c044fcb41e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8356 | 2024.08.06 04:03:52.132173 [ 3 ] {} <Debug> HTTP-Session: db1656e1-2677-4b5f-9bf5-d6c044fcb41e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8357 | 2024.08.06 04:03:52.132187 [ 3 ] {} <Debug> HTTP-Session: db1656e1-2677-4b5f-9bf5-d6c044fcb41e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8358 | 2024.08.06 04:03:52.132217 [ 3 ] {} <Trace> HTTP-Session: db1656e1-2677-4b5f-9bf5-d6c044fcb41e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8359 | 2024.08.06 04:03:52.132311 [ 3 ] {2c70efc8-9ec6-4f4e-8624-753ba2642322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8360 | 2024.08.06 04:03:52.132356 [ 3 ] {2c70efc8-9ec6-4f4e-8624-753ba2642322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8361 | 2024.08.06 04:03:52.132496 [ 3 ] {2c70efc8-9ec6-4f4e-8624-753ba2642322} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8362 | 2024.08.06 04:03:52.132796 [ 3 ] {2c70efc8-9ec6-4f4e-8624-753ba2642322} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8363 | 2024.08.06 04:03:52.132831 [ 3 ] {2c70efc8-9ec6-4f4e-8624-753ba2642322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8364 | 2024.08.06 04:03:52.133139 [ 3 ] {2c70efc8-9ec6-4f4e-8624-753ba2642322} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8365 | 2024.08.06 04:03:52.133453 [ 3 ] {2c70efc8-9ec6-4f4e-8624-753ba2642322} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8366 | 2024.08.06 04:03:52.133575 [ 3 ] {2c70efc8-9ec6-4f4e-8624-753ba2642322} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001288 sec., 1552.7950310559006 rows/sec., 126.62 KiB/sec. | ||
8367 | 2024.08.06 04:03:52.133730 [ 3 ] {2c70efc8-9ec6-4f4e-8624-753ba2642322} <Debug> DynamicQueryHandler: Done processing query | ||
8368 | 2024.08.06 04:03:52.133754 [ 3 ] {2c70efc8-9ec6-4f4e-8624-753ba2642322} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8369 | 2024.08.06 04:03:52.133770 [ 3 ] {} <Debug> HTTP-Session: db1656e1-2677-4b5f-9bf5-d6c044fcb41e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8370 | 2024.08.06 04:03:52.133929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8371 | 2024.08.06 04:03:52.133977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8372 | 2024.08.06 04:03:52.133996 [ 3 ] {} <Debug> HTTP-Session: fc6693f9-0dbe-487c-a198-ae656eaff42a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8373 | 2024.08.06 04:03:52.134013 [ 3 ] {} <Debug> HTTP-Session: fc6693f9-0dbe-487c-a198-ae656eaff42a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8374 | 2024.08.06 04:03:52.134026 [ 3 ] {} <Debug> HTTP-Session: fc6693f9-0dbe-487c-a198-ae656eaff42a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8375 | 2024.08.06 04:03:52.134057 [ 3 ] {} <Trace> HTTP-Session: fc6693f9-0dbe-487c-a198-ae656eaff42a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8376 | 2024.08.06 04:03:52.134207 [ 3 ] {7ba06794-304c-4ce3-920b-f5c117b9e4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8377 | 2024.08.06 04:03:52.134249 [ 3 ] {7ba06794-304c-4ce3-920b-f5c117b9e4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8378 | 2024.08.06 04:03:52.134370 [ 3 ] {7ba06794-304c-4ce3-920b-f5c117b9e4ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8379 | 2024.08.06 04:03:52.134795 [ 3 ] {7ba06794-304c-4ce3-920b-f5c117b9e4ca} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8380 | 2024.08.06 04:03:52.134830 [ 3 ] {7ba06794-304c-4ce3-920b-f5c117b9e4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8381 | 2024.08.06 04:03:52.135148 [ 3 ] {7ba06794-304c-4ce3-920b-f5c117b9e4ca} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8382 | 2024.08.06 04:03:52.135457 [ 3 ] {7ba06794-304c-4ce3-920b-f5c117b9e4ca} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8383 | 2024.08.06 04:03:52.135581 [ 3 ] {7ba06794-304c-4ce3-920b-f5c117b9e4ca} <Debug> executeQuery: Read 228 rows, 20.54 KiB in 0.001443 sec., 158004.158004158 rows/sec., 13.90 MiB/sec. | ||
8384 | 2024.08.06 04:03:52.135846 [ 3 ] {7ba06794-304c-4ce3-920b-f5c117b9e4ca} <Debug> DynamicQueryHandler: Done processing query | ||
8385 | 2024.08.06 04:03:52.135903 [ 3 ] {7ba06794-304c-4ce3-920b-f5c117b9e4ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
8386 | 2024.08.06 04:03:52.135963 [ 3 ] {} <Debug> HTTP-Session: fc6693f9-0dbe-487c-a198-ae656eaff42a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8387 | 2024.08.06 04:03:52.136125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8388 | 2024.08.06 04:03:52.136177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8389 | 2024.08.06 04:03:52.136196 [ 3 ] {} <Debug> HTTP-Session: ec664e00-b237-41d3-a6bf-c4e45b88cf45 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8390 | 2024.08.06 04:03:52.136212 [ 3 ] {} <Debug> HTTP-Session: ec664e00-b237-41d3-a6bf-c4e45b88cf45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8391 | 2024.08.06 04:03:52.136226 [ 3 ] {} <Debug> HTTP-Session: ec664e00-b237-41d3-a6bf-c4e45b88cf45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8392 | 2024.08.06 04:03:52.136258 [ 3 ] {} <Trace> HTTP-Session: ec664e00-b237-41d3-a6bf-c4e45b88cf45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8393 | 2024.08.06 04:03:52.136355 [ 3 ] {41233dd1-db77-4342-980c-84fcfd6de342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8394 | 2024.08.06 04:03:52.136399 [ 3 ] {41233dd1-db77-4342-980c-84fcfd6de342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8395 | 2024.08.06 04:03:52.136541 [ 3 ] {41233dd1-db77-4342-980c-84fcfd6de342} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8396 | 2024.08.06 04:03:52.136858 [ 3 ] {41233dd1-db77-4342-980c-84fcfd6de342} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8397 | 2024.08.06 04:03:52.136894 [ 3 ] {41233dd1-db77-4342-980c-84fcfd6de342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8398 | 2024.08.06 04:03:52.137180 [ 3 ] {41233dd1-db77-4342-980c-84fcfd6de342} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
8399 | 2024.08.06 04:03:52.137487 [ 3 ] {41233dd1-db77-4342-980c-84fcfd6de342} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8400 | 2024.08.06 04:03:52.137614 [ 3 ] {41233dd1-db77-4342-980c-84fcfd6de342} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001284 sec., 1557.632398753894 rows/sec., 108.76 KiB/sec. | ||
8401 | 2024.08.06 04:03:52.137811 [ 3 ] {41233dd1-db77-4342-980c-84fcfd6de342} <Debug> DynamicQueryHandler: Done processing query | ||
8402 | 2024.08.06 04:03:52.137834 [ 3 ] {41233dd1-db77-4342-980c-84fcfd6de342} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8403 | 2024.08.06 04:03:52.137849 [ 3 ] {} <Debug> HTTP-Session: ec664e00-b237-41d3-a6bf-c4e45b88cf45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8404 | 2024.08.06 04:03:52.138001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8405 | 2024.08.06 04:03:52.138049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8406 | 2024.08.06 04:03:52.138069 [ 3 ] {} <Debug> HTTP-Session: c3bdeea7-8b3f-4a3e-ba2e-1087e9d12985 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8407 | 2024.08.06 04:03:52.138086 [ 3 ] {} <Debug> HTTP-Session: c3bdeea7-8b3f-4a3e-ba2e-1087e9d12985 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8408 | 2024.08.06 04:03:52.138099 [ 3 ] {} <Debug> HTTP-Session: c3bdeea7-8b3f-4a3e-ba2e-1087e9d12985 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8409 | 2024.08.06 04:03:52.138129 [ 3 ] {} <Trace> HTTP-Session: c3bdeea7-8b3f-4a3e-ba2e-1087e9d12985 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8410 | 2024.08.06 04:03:52.138323 [ 3 ] {f012dc9a-8f19-424b-999d-848a77b370fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8411 | 2024.08.06 04:03:52.138365 [ 3 ] {f012dc9a-8f19-424b-999d-848a77b370fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8412 | 2024.08.06 04:03:52.138485 [ 3 ] {f012dc9a-8f19-424b-999d-848a77b370fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8413 | 2024.08.06 04:03:52.139044 [ 3 ] {f012dc9a-8f19-424b-999d-848a77b370fa} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8414 | 2024.08.06 04:03:52.139079 [ 3 ] {f012dc9a-8f19-424b-999d-848a77b370fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8415 | 2024.08.06 04:03:52.139411 [ 3 ] {f012dc9a-8f19-424b-999d-848a77b370fa} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8416 | 2024.08.06 04:03:52.139718 [ 3 ] {f012dc9a-8f19-424b-999d-848a77b370fa} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8417 | 2024.08.06 04:03:52.139836 [ 3 ] {f012dc9a-8f19-424b-999d-848a77b370fa} <Debug> executeQuery: Read 406 rows, 29.40 KiB in 0.001618 sec., 250927.07045735474 rows/sec., 17.74 MiB/sec. | ||
8418 | 2024.08.06 04:03:52.139991 [ 3 ] {f012dc9a-8f19-424b-999d-848a77b370fa} <Debug> DynamicQueryHandler: Done processing query | ||
8419 | 2024.08.06 04:03:52.140016 [ 3 ] {f012dc9a-8f19-424b-999d-848a77b370fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
8420 | 2024.08.06 04:03:52.140031 [ 3 ] {} <Debug> HTTP-Session: c3bdeea7-8b3f-4a3e-ba2e-1087e9d12985 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8421 | 2024.08.06 04:03:52.140160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8422 | 2024.08.06 04:03:52.140207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8423 | 2024.08.06 04:03:52.140226 [ 3 ] {} <Debug> HTTP-Session: 783329e5-a19b-4ca6-8d32-de7723d36f7e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8424 | 2024.08.06 04:03:52.140243 [ 3 ] {} <Debug> HTTP-Session: 783329e5-a19b-4ca6-8d32-de7723d36f7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8425 | 2024.08.06 04:03:52.140256 [ 3 ] {} <Debug> HTTP-Session: 783329e5-a19b-4ca6-8d32-de7723d36f7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8426 | 2024.08.06 04:03:52.140287 [ 3 ] {} <Trace> HTTP-Session: 783329e5-a19b-4ca6-8d32-de7723d36f7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8427 | 2024.08.06 04:03:52.140379 [ 3 ] {64b80811-3cfc-423a-b8d0-b99d54f2cabd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8428 | 2024.08.06 04:03:52.140422 [ 3 ] {64b80811-3cfc-423a-b8d0-b99d54f2cabd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8429 | 2024.08.06 04:03:52.140548 [ 3 ] {64b80811-3cfc-423a-b8d0-b99d54f2cabd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8430 | 2024.08.06 04:03:52.140818 [ 3 ] {64b80811-3cfc-423a-b8d0-b99d54f2cabd} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8431 | 2024.08.06 04:03:52.140853 [ 3 ] {64b80811-3cfc-423a-b8d0-b99d54f2cabd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8432 | 2024.08.06 04:03:52.141202 [ 3 ] {64b80811-3cfc-423a-b8d0-b99d54f2cabd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8433 | 2024.08.06 04:03:52.141517 [ 3 ] {64b80811-3cfc-423a-b8d0-b99d54f2cabd} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8434 | 2024.08.06 04:03:52.141643 [ 44 ] {} <Debug> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
8435 | 2024.08.06 04:03:52.141647 [ 3 ] {64b80811-3cfc-423a-b8d0-b99d54f2cabd} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001291 sec., 4647.560030983734 rows/sec., 199.70 KiB/sec. | ||
8436 | 2024.08.06 04:03:52.141691 [ 44 ] {} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8437 | 2024.08.06 04:03:52.141735 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8438 | 2024.08.06 04:03:52.141929 [ 3 ] {64b80811-3cfc-423a-b8d0-b99d54f2cabd} <Debug> DynamicQueryHandler: Done processing query | ||
8439 | 2024.08.06 04:03:52.142036 [ 3 ] {64b80811-3cfc-423a-b8d0-b99d54f2cabd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8440 | 2024.08.06 04:03:52.142061 [ 191 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::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 | ||
8441 | 2024.08.06 04:03:52.142116 [ 3 ] {} <Debug> HTTP-Session: 783329e5-a19b-4ca6-8d32-de7723d36f7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8442 | 2024.08.06 04:03:52.142373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8443 | 2024.08.06 04:03:52.142434 [ 191 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8444 | 2024.08.06 04:03:52.142465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8445 | 2024.08.06 04:03:52.142501 [ 191 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
8446 | 2024.08.06 04:03:52.142514 [ 3 ] {} <Debug> HTTP-Session: f1148273-9490-4f5b-98df-7f03b9bd3bd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8447 | 2024.08.06 04:03:52.142563 [ 3 ] {} <Debug> HTTP-Session: f1148273-9490-4f5b-98df-7f03b9bd3bd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8448 | 2024.08.06 04:03:52.142613 [ 3 ] {} <Debug> HTTP-Session: f1148273-9490-4f5b-98df-7f03b9bd3bd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8449 | 2024.08.06 04:03:52.142760 [ 3 ] {} <Trace> HTTP-Session: f1148273-9490-4f5b-98df-7f03b9bd3bd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8450 | 2024.08.06 04:03:52.142776 [ 191 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
8451 | 2024.08.06 04:03:52.143077 [ 191 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
8452 | 2024.08.06 04:03:52.143139 [ 3 ] {b5014ec7-896a-4d82-82e8-109442b25adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8453 | 2024.08.06 04:03:52.143371 [ 3 ] {b5014ec7-896a-4d82-82e8-109442b25adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8454 | 2024.08.06 04:03:52.143464 [ 191 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
8455 | 2024.08.06 04:03:52.143782 [ 191 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
8456 | 2024.08.06 04:03:52.144140 [ 191 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
8457 | 2024.08.06 04:03:52.144780 [ 3 ] {b5014ec7-896a-4d82-82e8-109442b25adc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8458 | 2024.08.06 04:03:52.145563 [ 3 ] {b5014ec7-896a-4d82-82e8-109442b25adc} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8459 | 2024.08.06 04:03:52.145623 [ 3 ] {b5014ec7-896a-4d82-82e8-109442b25adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8460 | 2024.08.06 04:03:52.146841 [ 3 ] {b5014ec7-896a-4d82-82e8-109442b25adc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8461 | 2024.08.06 04:03:52.146894 [ 194 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005042809 sec., 24986.074229660495 rows/sec., 1.05 MiB/sec. | ||
8462 | 2024.08.06 04:03:52.147176 [ 194 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
8463 | 2024.08.06 04:03:52.147540 [ 3 ] {b5014ec7-896a-4d82-82e8-109442b25adc} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8464 | 2024.08.06 04:03:52.147884 [ 44 ] {} <Debug> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
8465 | 2024.08.06 04:03:52.147934 [ 3 ] {b5014ec7-896a-4d82-82e8-109442b25adc} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004983 sec., 15452.538631346579 rows/sec., 974.41 KiB/sec. | ||
8466 | 2024.08.06 04:03:52.147969 [ 44 ] {} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8467 | 2024.08.06 04:03:52.148053 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8468 | 2024.08.06 04:03:52.148320 [ 194 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_21_4} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8469 | 2024.08.06 04:03:52.148728 [ 3 ] {b5014ec7-896a-4d82-82e8-109442b25adc} <Debug> DynamicQueryHandler: Done processing query | ||
8470 | 2024.08.06 04:03:52.148837 [ 3 ] {b5014ec7-896a-4d82-82e8-109442b25adc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8471 | 2024.08.06 04:03:52.148802 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::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 | ||
8472 | 2024.08.06 04:03:52.148872 [ 194 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_21_4} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
8473 | 2024.08.06 04:03:52.148919 [ 3 ] {} <Debug> HTTP-Session: f1148273-9490-4f5b-98df-7f03b9bd3bd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8474 | 2024.08.06 04:03:52.149254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8475 | 2024.08.06 04:03:52.149331 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8476 | 2024.08.06 04:03:52.149465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8477 | 2024.08.06 04:03:52.149538 [ 3 ] {} <Debug> HTTP-Session: 4caeaf7f-5fa2-440a-a8f9-d38ec5aaff2a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8478 | 2024.08.06 04:03:52.149597 [ 3 ] {} <Debug> HTTP-Session: 4caeaf7f-5fa2-440a-a8f9-d38ec5aaff2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8479 | 2024.08.06 04:03:52.149643 [ 3 ] {} <Debug> HTTP-Session: 4caeaf7f-5fa2-440a-a8f9-d38ec5aaff2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8480 | 2024.08.06 04:03:52.149696 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8481 | 2024.08.06 04:03:52.149713 [ 3 ] {} <Trace> HTTP-Session: 4caeaf7f-5fa2-440a-a8f9-d38ec5aaff2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8482 | 2024.08.06 04:03:52.149768 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1232 rows starting from the beginning of the part | ||
8483 | 2024.08.06 04:03:52.150015 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 77 rows starting from the beginning of the part | ||
8484 | 2024.08.06 04:03:52.150141 [ 3 ] {0cf421ec-0ff6-47e2-b02b-029a1386803c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8485 | 2024.08.06 04:03:52.150347 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 77 rows starting from the beginning of the part | ||
8486 | 2024.08.06 04:03:52.150410 [ 3 ] {0cf421ec-0ff6-47e2-b02b-029a1386803c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8487 | 2024.08.06 04:03:52.150773 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 77 rows starting from the beginning of the part | ||
8488 | 2024.08.06 04:03:52.151132 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 77 rows starting from the beginning of the part | ||
8489 | 2024.08.06 04:03:52.151557 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 77 rows starting from the beginning of the part | ||
8490 | 2024.08.06 04:03:52.151656 [ 3 ] {0cf421ec-0ff6-47e2-b02b-029a1386803c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8491 | 2024.08.06 04:03:52.152823 [ 3 ] {0cf421ec-0ff6-47e2-b02b-029a1386803c} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8492 | 2024.08.06 04:03:52.152891 [ 3 ] {0cf421ec-0ff6-47e2-b02b-029a1386803c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8493 | 2024.08.06 04:03:52.153958 [ 3 ] {0cf421ec-0ff6-47e2-b02b-029a1386803c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8494 | 2024.08.06 04:03:52.154506 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1617 rows, containing 5 columns (5 merged, 0 gathered) in 0.006240307 sec., 259121.8669209704 rows/sec., 15.96 MiB/sec. | ||
8495 | 2024.08.06 04:03:52.154756 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
8496 | 2024.08.06 04:03:52.154832 [ 3 ] {0cf421ec-0ff6-47e2-b02b-029a1386803c} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8497 | 2024.08.06 04:03:52.155174 [ 3 ] {0cf421ec-0ff6-47e2-b02b-029a1386803c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00524 sec., 30725.190839694656 rows/sec., 2.14 MiB/sec. | ||
8498 | 2024.08.06 04:03:52.155696 [ 3 ] {0cf421ec-0ff6-47e2-b02b-029a1386803c} <Debug> DynamicQueryHandler: Done processing query | ||
8499 | 2024.08.06 04:03:52.155733 [ 3 ] {0cf421ec-0ff6-47e2-b02b-029a1386803c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8500 | 2024.08.06 04:03:52.155773 [ 3 ] {} <Debug> HTTP-Session: 4caeaf7f-5fa2-440a-a8f9-d38ec5aaff2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8501 | 2024.08.06 04:03:52.155869 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8502 | 2024.08.06 04:03:52.155975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35472, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8503 | 2024.08.06 04:03:52.156007 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
8504 | 2024.08.06 04:03:52.156053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8505 | 2024.08.06 04:03:52.156133 [ 3 ] {} <Debug> HTTP-Session: 8b477087-ecbc-4712-b95c-d780e23b04aa Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8506 | 2024.08.06 04:03:52.156171 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
8507 | 2024.08.06 04:03:52.156176 [ 3 ] {} <Debug> HTTP-Session: 8b477087-ecbc-4712-b95c-d780e23b04aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8508 | 2024.08.06 04:03:52.156230 [ 3 ] {} <Debug> HTTP-Session: 8b477087-ecbc-4712-b95c-d780e23b04aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8509 | 2024.08.06 04:03:52.156263 [ 3 ] {} <Trace> HTTP-Session: 8b477087-ecbc-4712-b95c-d780e23b04aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8510 | 2024.08.06 04:03:52.156629 [ 3 ] {9591403f-08c7-404f-bbdd-83549dad4adf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8511 | 2024.08.06 04:03:52.156701 [ 3 ] {9591403f-08c7-404f-bbdd-83549dad4adf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8512 | 2024.08.06 04:03:52.157160 [ 3 ] {9591403f-08c7-404f-bbdd-83549dad4adf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8513 | 2024.08.06 04:03:52.157849 [ 3 ] {9591403f-08c7-404f-bbdd-83549dad4adf} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8514 | 2024.08.06 04:03:52.157886 [ 3 ] {9591403f-08c7-404f-bbdd-83549dad4adf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8515 | 2024.08.06 04:03:52.158511 [ 3 ] {9591403f-08c7-404f-bbdd-83549dad4adf} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8516 | 2024.08.06 04:03:52.158936 [ 3 ] {9591403f-08c7-404f-bbdd-83549dad4adf} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8517 | 2024.08.06 04:03:52.159115 [ 3 ] {9591403f-08c7-404f-bbdd-83549dad4adf} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002752 sec., 7994.186046511628 rows/sec., 14.33 MiB/sec. | ||
8518 | 2024.08.06 04:03:52.159698 [ 3 ] {9591403f-08c7-404f-bbdd-83549dad4adf} <Debug> DynamicQueryHandler: Done processing query | ||
8519 | 2024.08.06 04:03:52.159723 [ 3 ] {9591403f-08c7-404f-bbdd-83549dad4adf} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8520 | 2024.08.06 04:03:52.159740 [ 3 ] {} <Debug> HTTP-Session: 8b477087-ecbc-4712-b95c-d780e23b04aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8521 | 2024.08.06 04:03:52.159855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8522 | 2024.08.06 04:03:52.159905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8523 | 2024.08.06 04:03:52.159925 [ 3 ] {} <Debug> HTTP-Session: d7bd92f5-6dc6-4c9b-aa4a-5685b7960275 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8524 | 2024.08.06 04:03:52.159943 [ 3 ] {} <Debug> HTTP-Session: d7bd92f5-6dc6-4c9b-aa4a-5685b7960275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8525 | 2024.08.06 04:03:52.159956 [ 3 ] {} <Debug> HTTP-Session: d7bd92f5-6dc6-4c9b-aa4a-5685b7960275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8526 | 2024.08.06 04:03:52.159987 [ 3 ] {} <Trace> HTTP-Session: d7bd92f5-6dc6-4c9b-aa4a-5685b7960275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8527 | 2024.08.06 04:03:52.160093 [ 3 ] {2b6c9886-ebd4-46cd-aecc-5499cb00bede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8528 | 2024.08.06 04:03:52.160140 [ 3 ] {2b6c9886-ebd4-46cd-aecc-5499cb00bede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8529 | 2024.08.06 04:03:52.160290 [ 3 ] {2b6c9886-ebd4-46cd-aecc-5499cb00bede} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8530 | 2024.08.06 04:03:52.160581 [ 3 ] {2b6c9886-ebd4-46cd-aecc-5499cb00bede} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8531 | 2024.08.06 04:03:52.160618 [ 3 ] {2b6c9886-ebd4-46cd-aecc-5499cb00bede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8532 | 2024.08.06 04:03:52.160982 [ 3 ] {2b6c9886-ebd4-46cd-aecc-5499cb00bede} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8533 | 2024.08.06 04:03:52.161324 [ 3 ] {2b6c9886-ebd4-46cd-aecc-5499cb00bede} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8534 | 2024.08.06 04:03:52.161483 [ 3 ] {2b6c9886-ebd4-46cd-aecc-5499cb00bede} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001416 sec., 16242.937853107345 rows/sec., 878.63 KiB/sec. | ||
8535 | 2024.08.06 04:03:52.161647 [ 3 ] {2b6c9886-ebd4-46cd-aecc-5499cb00bede} <Debug> DynamicQueryHandler: Done processing query | ||
8536 | 2024.08.06 04:03:52.161671 [ 3 ] {2b6c9886-ebd4-46cd-aecc-5499cb00bede} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8537 | 2024.08.06 04:03:52.161687 [ 3 ] {} <Debug> HTTP-Session: d7bd92f5-6dc6-4c9b-aa4a-5685b7960275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8538 | 2024.08.06 04:03:52.161810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8539 | 2024.08.06 04:03:52.161860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8540 | 2024.08.06 04:03:52.161881 [ 3 ] {} <Debug> HTTP-Session: b6919858-e714-405a-af8b-46fae2ac319e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8541 | 2024.08.06 04:03:52.161898 [ 3 ] {} <Debug> HTTP-Session: b6919858-e714-405a-af8b-46fae2ac319e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8542 | 2024.08.06 04:03:52.161913 [ 3 ] {} <Debug> HTTP-Session: b6919858-e714-405a-af8b-46fae2ac319e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8543 | 2024.08.06 04:03:52.161946 [ 3 ] {} <Trace> HTTP-Session: b6919858-e714-405a-af8b-46fae2ac319e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8544 | 2024.08.06 04:03:52.162066 [ 3 ] {7607069b-c201-4d88-bc0c-498c31bf444a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8545 | 2024.08.06 04:03:52.162109 [ 3 ] {7607069b-c201-4d88-bc0c-498c31bf444a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8546 | 2024.08.06 04:03:52.162237 [ 3 ] {7607069b-c201-4d88-bc0c-498c31bf444a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8547 | 2024.08.06 04:03:52.162546 [ 3 ] {7607069b-c201-4d88-bc0c-498c31bf444a} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8548 | 2024.08.06 04:03:52.162583 [ 3 ] {7607069b-c201-4d88-bc0c-498c31bf444a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
8549 | 2024.08.06 04:03:52.162997 [ 3 ] {7607069b-c201-4d88-bc0c-498c31bf444a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8550 | 2024.08.06 04:03:52.163388 [ 3 ] {7607069b-c201-4d88-bc0c-498c31bf444a} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8551 | 2024.08.06 04:03:52.163529 [ 3 ] {7607069b-c201-4d88-bc0c-498c31bf444a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001505 sec., 39867.109634551496 rows/sec., 2.69 MiB/sec. | ||
8552 | 2024.08.06 04:03:52.163713 [ 3 ] {7607069b-c201-4d88-bc0c-498c31bf444a} <Debug> DynamicQueryHandler: Done processing query | ||
8553 | 2024.08.06 04:03:52.163737 [ 3 ] {7607069b-c201-4d88-bc0c-498c31bf444a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8554 | 2024.08.06 04:03:52.163753 [ 3 ] {} <Debug> HTTP-Session: b6919858-e714-405a-af8b-46fae2ac319e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8555 | 2024.08.06 04:03:57.124911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8556 | 2024.08.06 04:03:57.125072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8557 | 2024.08.06 04:03:57.125102 [ 3 ] {} <Debug> HTTP-Session: d06cbbc5-5c8e-4be7-bf4c-19302f917f8d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8558 | 2024.08.06 04:03:57.125129 [ 3 ] {} <Debug> HTTP-Session: d06cbbc5-5c8e-4be7-bf4c-19302f917f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8559 | 2024.08.06 04:03:57.125146 [ 3 ] {} <Debug> HTTP-Session: d06cbbc5-5c8e-4be7-bf4c-19302f917f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8560 | 2024.08.06 04:03:57.125203 [ 3 ] {} <Trace> HTTP-Session: d06cbbc5-5c8e-4be7-bf4c-19302f917f8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8561 | 2024.08.06 04:03:57.125429 [ 3 ] {c3ba08cd-f32d-4969-9068-78ffc49ef56d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8562 | 2024.08.06 04:03:57.125514 [ 3 ] {c3ba08cd-f32d-4969-9068-78ffc49ef56d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8563 | 2024.08.06 04:03:57.125724 [ 3 ] {c3ba08cd-f32d-4969-9068-78ffc49ef56d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8564 | 2024.08.06 04:03:57.126247 [ 3 ] {c3ba08cd-f32d-4969-9068-78ffc49ef56d} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8565 | 2024.08.06 04:03:57.126289 [ 3 ] {c3ba08cd-f32d-4969-9068-78ffc49ef56d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8566 | 2024.08.06 04:03:57.126691 [ 3 ] {c3ba08cd-f32d-4969-9068-78ffc49ef56d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8567 | 2024.08.06 04:03:57.127037 [ 3 ] {c3ba08cd-f32d-4969-9068-78ffc49ef56d} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8568 | 2024.08.06 04:03:57.127228 [ 3 ] {c3ba08cd-f32d-4969-9068-78ffc49ef56d} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001862 sec., 5907.626208378088 rows/sec., 478.84 KiB/sec. | ||
8569 | 2024.08.06 04:03:57.127427 [ 3 ] {c3ba08cd-f32d-4969-9068-78ffc49ef56d} <Debug> DynamicQueryHandler: Done processing query | ||
8570 | 2024.08.06 04:03:57.127453 [ 3 ] {c3ba08cd-f32d-4969-9068-78ffc49ef56d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8571 | 2024.08.06 04:03:57.127470 [ 3 ] {} <Debug> HTTP-Session: d06cbbc5-5c8e-4be7-bf4c-19302f917f8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8572 | 2024.08.06 04:03:57.127624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8573 | 2024.08.06 04:03:57.127674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8574 | 2024.08.06 04:03:57.127699 [ 3 ] {} <Debug> HTTP-Session: fd099f60-9d42-48f2-b77e-8c1bf19b8d1b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8575 | 2024.08.06 04:03:57.127717 [ 3 ] {} <Debug> HTTP-Session: fd099f60-9d42-48f2-b77e-8c1bf19b8d1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8576 | 2024.08.06 04:03:57.127730 [ 3 ] {} <Debug> HTTP-Session: fd099f60-9d42-48f2-b77e-8c1bf19b8d1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8577 | 2024.08.06 04:03:57.127762 [ 3 ] {} <Trace> HTTP-Session: fd099f60-9d42-48f2-b77e-8c1bf19b8d1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8578 | 2024.08.06 04:03:57.127884 [ 3 ] {56f4c052-1cd4-4733-a407-b5192bf77c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8579 | 2024.08.06 04:03:57.127928 [ 3 ] {56f4c052-1cd4-4733-a407-b5192bf77c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8580 | 2024.08.06 04:03:57.128057 [ 3 ] {56f4c052-1cd4-4733-a407-b5192bf77c59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8581 | 2024.08.06 04:03:57.128515 [ 3 ] {56f4c052-1cd4-4733-a407-b5192bf77c59} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8582 | 2024.08.06 04:03:57.128552 [ 3 ] {56f4c052-1cd4-4733-a407-b5192bf77c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8583 | 2024.08.06 04:03:57.128877 [ 3 ] {56f4c052-1cd4-4733-a407-b5192bf77c59} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8584 | 2024.08.06 04:03:57.129188 [ 3 ] {56f4c052-1cd4-4733-a407-b5192bf77c59} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8585 | 2024.08.06 04:03:57.129351 [ 3 ] {56f4c052-1cd4-4733-a407-b5192bf77c59} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001506 sec., 59096.94555112882 rows/sec., 4.77 MiB/sec. | ||
8586 | 2024.08.06 04:03:57.129518 [ 3 ] {56f4c052-1cd4-4733-a407-b5192bf77c59} <Debug> DynamicQueryHandler: Done processing query | ||
8587 | 2024.08.06 04:03:57.129543 [ 3 ] {56f4c052-1cd4-4733-a407-b5192bf77c59} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8588 | 2024.08.06 04:03:57.129559 [ 3 ] {} <Debug> HTTP-Session: fd099f60-9d42-48f2-b77e-8c1bf19b8d1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8589 | 2024.08.06 04:03:57.129707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8590 | 2024.08.06 04:03:57.129756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8591 | 2024.08.06 04:03:57.129775 [ 3 ] {} <Debug> HTTP-Session: cda2120c-ad5e-47b8-8d18-e0a8d3d726a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8592 | 2024.08.06 04:03:57.129791 [ 3 ] {} <Debug> HTTP-Session: cda2120c-ad5e-47b8-8d18-e0a8d3d726a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8593 | 2024.08.06 04:03:57.129805 [ 3 ] {} <Debug> HTTP-Session: cda2120c-ad5e-47b8-8d18-e0a8d3d726a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8594 | 2024.08.06 04:03:57.129835 [ 3 ] {} <Trace> HTTP-Session: cda2120c-ad5e-47b8-8d18-e0a8d3d726a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8595 | 2024.08.06 04:03:57.129950 [ 3 ] {a7deedd0-2dc0-4461-bcf6-1d2e0c82e632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8596 | 2024.08.06 04:03:57.129993 [ 3 ] {a7deedd0-2dc0-4461-bcf6-1d2e0c82e632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8597 | 2024.08.06 04:03:57.130121 [ 3 ] {a7deedd0-2dc0-4461-bcf6-1d2e0c82e632} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8598 | 2024.08.06 04:03:57.130460 [ 3 ] {a7deedd0-2dc0-4461-bcf6-1d2e0c82e632} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8599 | 2024.08.06 04:03:57.130497 [ 3 ] {a7deedd0-2dc0-4461-bcf6-1d2e0c82e632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8600 | 2024.08.06 04:03:57.130812 [ 3 ] {a7deedd0-2dc0-4461-bcf6-1d2e0c82e632} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8601 | 2024.08.06 04:03:57.131131 [ 3 ] {a7deedd0-2dc0-4461-bcf6-1d2e0c82e632} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8602 | 2024.08.06 04:03:57.131293 [ 3 ] {a7deedd0-2dc0-4461-bcf6-1d2e0c82e632} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001372 sec., 54664.723032069975 rows/sec., 4.27 MiB/sec. | ||
8603 | 2024.08.06 04:03:57.131480 [ 3 ] {a7deedd0-2dc0-4461-bcf6-1d2e0c82e632} <Debug> DynamicQueryHandler: Done processing query | ||
8604 | 2024.08.06 04:03:57.131514 [ 3 ] {a7deedd0-2dc0-4461-bcf6-1d2e0c82e632} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8605 | 2024.08.06 04:03:57.131536 [ 3 ] {} <Debug> HTTP-Session: cda2120c-ad5e-47b8-8d18-e0a8d3d726a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8606 | 2024.08.06 04:03:57.131720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8607 | 2024.08.06 04:03:57.131769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8608 | 2024.08.06 04:03:57.131789 [ 3 ] {} <Debug> HTTP-Session: e8334c59-f631-4a44-91f1-f9993a268f4b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8609 | 2024.08.06 04:03:57.131806 [ 3 ] {} <Debug> HTTP-Session: e8334c59-f631-4a44-91f1-f9993a268f4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8610 | 2024.08.06 04:03:57.131819 [ 3 ] {} <Debug> HTTP-Session: e8334c59-f631-4a44-91f1-f9993a268f4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8611 | 2024.08.06 04:03:57.131851 [ 3 ] {} <Trace> HTTP-Session: e8334c59-f631-4a44-91f1-f9993a268f4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8612 | 2024.08.06 04:03:57.131995 [ 3 ] {47c38478-d2e8-4658-b907-41d6499dae4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8613 | 2024.08.06 04:03:57.132042 [ 3 ] {47c38478-d2e8-4658-b907-41d6499dae4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8614 | 2024.08.06 04:03:57.132189 [ 3 ] {47c38478-d2e8-4658-b907-41d6499dae4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8615 | 2024.08.06 04:03:57.132574 [ 3 ] {47c38478-d2e8-4658-b907-41d6499dae4a} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8616 | 2024.08.06 04:03:57.132610 [ 3 ] {47c38478-d2e8-4658-b907-41d6499dae4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8617 | 2024.08.06 04:03:57.133004 [ 3 ] {47c38478-d2e8-4658-b907-41d6499dae4a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8618 | 2024.08.06 04:03:57.133361 [ 3 ] {47c38478-d2e8-4658-b907-41d6499dae4a} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8619 | 2024.08.06 04:03:57.133558 [ 3 ] {47c38478-d2e8-4658-b907-41d6499dae4a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001622 sec., 98643.64981504316 rows/sec., 6.87 MiB/sec. | ||
8620 | 2024.08.06 04:03:57.133730 [ 3 ] {47c38478-d2e8-4658-b907-41d6499dae4a} <Debug> DynamicQueryHandler: Done processing query | ||
8621 | 2024.08.06 04:03:57.133755 [ 3 ] {47c38478-d2e8-4658-b907-41d6499dae4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8622 | 2024.08.06 04:03:57.133771 [ 3 ] {} <Debug> HTTP-Session: e8334c59-f631-4a44-91f1-f9993a268f4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8623 | 2024.08.06 04:03:57.133903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17687, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8624 | 2024.08.06 04:03:57.133952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8625 | 2024.08.06 04:03:57.133972 [ 3 ] {} <Debug> HTTP-Session: 3aeccea1-2cb7-46ca-ac99-44a72165acec Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8626 | 2024.08.06 04:03:57.133988 [ 3 ] {} <Debug> HTTP-Session: 3aeccea1-2cb7-46ca-ac99-44a72165acec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8627 | 2024.08.06 04:03:57.134001 [ 3 ] {} <Debug> HTTP-Session: 3aeccea1-2cb7-46ca-ac99-44a72165acec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8628 | 2024.08.06 04:03:57.134032 [ 3 ] {} <Trace> HTTP-Session: 3aeccea1-2cb7-46ca-ac99-44a72165acec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8629 | 2024.08.06 04:03:57.134234 [ 3 ] {349e38b8-e4f1-4ed8-929c-8ee6bf909931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8630 | 2024.08.06 04:03:57.134298 [ 3 ] {349e38b8-e4f1-4ed8-929c-8ee6bf909931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8631 | 2024.08.06 04:03:57.134710 [ 3 ] {349e38b8-e4f1-4ed8-929c-8ee6bf909931} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8632 | 2024.08.06 04:03:57.135254 [ 3 ] {349e38b8-e4f1-4ed8-929c-8ee6bf909931} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8633 | 2024.08.06 04:03:57.135291 [ 3 ] {349e38b8-e4f1-4ed8-929c-8ee6bf909931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8634 | 2024.08.06 04:03:57.135879 [ 3 ] {349e38b8-e4f1-4ed8-929c-8ee6bf909931} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8635 | 2024.08.06 04:03:57.136297 [ 3 ] {349e38b8-e4f1-4ed8-929c-8ee6bf909931} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8636 | 2024.08.06 04:03:57.136495 [ 3 ] {349e38b8-e4f1-4ed8-929c-8ee6bf909931} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002353 sec., 4674.883127921802 rows/sec., 8.38 MiB/sec. | ||
8637 | 2024.08.06 04:03:57.136851 [ 3 ] {349e38b8-e4f1-4ed8-929c-8ee6bf909931} <Debug> DynamicQueryHandler: Done processing query | ||
8638 | 2024.08.06 04:03:57.136877 [ 3 ] {349e38b8-e4f1-4ed8-929c-8ee6bf909931} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
8639 | 2024.08.06 04:03:57.136892 [ 3 ] {} <Debug> HTTP-Session: 3aeccea1-2cb7-46ca-ac99-44a72165acec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8640 | 2024.08.06 04:03:57.137055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8641 | 2024.08.06 04:03:57.137104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8642 | 2024.08.06 04:03:57.137124 [ 3 ] {} <Debug> HTTP-Session: 761cdfad-58b5-4fc6-8bef-6071a686fa31 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8643 | 2024.08.06 04:03:57.137141 [ 3 ] {} <Debug> HTTP-Session: 761cdfad-58b5-4fc6-8bef-6071a686fa31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8644 | 2024.08.06 04:03:57.137154 [ 3 ] {} <Debug> HTTP-Session: 761cdfad-58b5-4fc6-8bef-6071a686fa31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8645 | 2024.08.06 04:03:57.137185 [ 3 ] {} <Trace> HTTP-Session: 761cdfad-58b5-4fc6-8bef-6071a686fa31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8646 | 2024.08.06 04:03:57.137306 [ 3 ] {f63b8e0e-e7f4-4545-8352-62a4dd0a5e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8647 | 2024.08.06 04:03:57.137351 [ 3 ] {f63b8e0e-e7f4-4545-8352-62a4dd0a5e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8648 | 2024.08.06 04:03:57.137479 [ 3 ] {f63b8e0e-e7f4-4545-8352-62a4dd0a5e34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8649 | 2024.08.06 04:03:57.137863 [ 3 ] {f63b8e0e-e7f4-4545-8352-62a4dd0a5e34} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8650 | 2024.08.06 04:03:57.137903 [ 3 ] {f63b8e0e-e7f4-4545-8352-62a4dd0a5e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8651 | 2024.08.06 04:03:57.138275 [ 3 ] {f63b8e0e-e7f4-4545-8352-62a4dd0a5e34} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8652 | 2024.08.06 04:03:57.138606 [ 3 ] {f63b8e0e-e7f4-4545-8352-62a4dd0a5e34} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8653 | 2024.08.06 04:03:57.138772 [ 3 ] {f63b8e0e-e7f4-4545-8352-62a4dd0a5e34} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001506 sec., 39840.6374501992 rows/sec., 2.68 MiB/sec. | ||
8654 | 2024.08.06 04:03:57.138938 [ 3 ] {f63b8e0e-e7f4-4545-8352-62a4dd0a5e34} <Debug> DynamicQueryHandler: Done processing query | ||
8655 | 2024.08.06 04:03:57.138962 [ 3 ] {f63b8e0e-e7f4-4545-8352-62a4dd0a5e34} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8656 | 2024.08.06 04:03:57.138978 [ 3 ] {} <Debug> HTTP-Session: 761cdfad-58b5-4fc6-8bef-6071a686fa31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8657 | 2024.08.06 04:04:02.130720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8658 | 2024.08.06 04:04:02.130873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8659 | 2024.08.06 04:04:02.130903 [ 3 ] {} <Debug> HTTP-Session: 81a27ee8-45f0-404e-966b-189a1e690890 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8660 | 2024.08.06 04:04:02.130931 [ 3 ] {} <Debug> HTTP-Session: 81a27ee8-45f0-404e-966b-189a1e690890 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8661 | 2024.08.06 04:04:02.130949 [ 3 ] {} <Debug> HTTP-Session: 81a27ee8-45f0-404e-966b-189a1e690890 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8662 | 2024.08.06 04:04:02.131007 [ 3 ] {} <Trace> HTTP-Session: 81a27ee8-45f0-404e-966b-189a1e690890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8663 | 2024.08.06 04:04:02.131222 [ 3 ] {0cc06b2d-0f7c-4792-b907-960471f77534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8664 | 2024.08.06 04:04:02.131298 [ 3 ] {0cc06b2d-0f7c-4792-b907-960471f77534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8665 | 2024.08.06 04:04:02.131519 [ 3 ] {0cc06b2d-0f7c-4792-b907-960471f77534} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8666 | 2024.08.06 04:04:02.132087 [ 3 ] {0cc06b2d-0f7c-4792-b907-960471f77534} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8667 | 2024.08.06 04:04:02.132130 [ 3 ] {0cc06b2d-0f7c-4792-b907-960471f77534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8668 | 2024.08.06 04:04:02.132505 [ 3 ] {0cc06b2d-0f7c-4792-b907-960471f77534} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8669 | 2024.08.06 04:04:02.132852 [ 3 ] {0cc06b2d-0f7c-4792-b907-960471f77534} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8670 | 2024.08.06 04:04:02.133018 [ 3 ] {0cc06b2d-0f7c-4792-b907-960471f77534} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.00186 sec., 15053.763440860213 rows/sec., 1.11 MiB/sec. | ||
8671 | 2024.08.06 04:04:02.133216 [ 3 ] {0cc06b2d-0f7c-4792-b907-960471f77534} <Debug> DynamicQueryHandler: Done processing query | ||
8672 | 2024.08.06 04:04:02.133243 [ 3 ] {0cc06b2d-0f7c-4792-b907-960471f77534} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8673 | 2024.08.06 04:04:02.133260 [ 3 ] {} <Debug> HTTP-Session: 81a27ee8-45f0-404e-966b-189a1e690890 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8674 | 2024.08.06 04:04:02.133483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8675 | 2024.08.06 04:04:02.133534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8676 | 2024.08.06 04:04:02.133553 [ 3 ] {} <Debug> HTTP-Session: 05a936bf-b1ba-49e2-983d-318a4462133a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8677 | 2024.08.06 04:04:02.133570 [ 3 ] {} <Debug> HTTP-Session: 05a936bf-b1ba-49e2-983d-318a4462133a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8678 | 2024.08.06 04:04:02.133583 [ 3 ] {} <Debug> HTTP-Session: 05a936bf-b1ba-49e2-983d-318a4462133a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8679 | 2024.08.06 04:04:02.133616 [ 3 ] {} <Trace> HTTP-Session: 05a936bf-b1ba-49e2-983d-318a4462133a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8680 | 2024.08.06 04:04:02.133772 [ 3 ] {0c6030af-463b-4e23-a366-32fe0ab2fb50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8681 | 2024.08.06 04:04:02.133816 [ 3 ] {0c6030af-463b-4e23-a366-32fe0ab2fb50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8682 | 2024.08.06 04:04:02.133944 [ 3 ] {0c6030af-463b-4e23-a366-32fe0ab2fb50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8683 | 2024.08.06 04:04:02.134996 [ 3 ] {0c6030af-463b-4e23-a366-32fe0ab2fb50} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8684 | 2024.08.06 04:04:02.135035 [ 3 ] {0c6030af-463b-4e23-a366-32fe0ab2fb50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8685 | 2024.08.06 04:04:02.135378 [ 3 ] {0c6030af-463b-4e23-a366-32fe0ab2fb50} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8686 | 2024.08.06 04:04:02.135685 [ 3 ] {0c6030af-463b-4e23-a366-32fe0ab2fb50} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8687 | 2024.08.06 04:04:02.135847 [ 3 ] {0c6030af-463b-4e23-a366-32fe0ab2fb50} <Debug> executeQuery: Read 227 rows, 20.47 KiB in 0.002141 sec., 106025.22185894441 rows/sec., 9.34 MiB/sec. | ||
8688 | 2024.08.06 04:04:02.135854 [ 35 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8689 | 2024.08.06 04:04:02.135965 [ 35 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8690 | 2024.08.06 04:04:02.136013 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8691 | 2024.08.06 04:04:02.136097 [ 3 ] {0c6030af-463b-4e23-a366-32fe0ab2fb50} <Debug> DynamicQueryHandler: Done processing query | ||
8692 | 2024.08.06 04:04:02.136157 [ 3 ] {0c6030af-463b-4e23-a366-32fe0ab2fb50} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
8693 | 2024.08.06 04:04:02.136203 [ 3 ] {} <Debug> HTTP-Session: 05a936bf-b1ba-49e2-983d-318a4462133a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8694 | 2024.08.06 04:04:02.136233 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::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 | ||
8695 | 2024.08.06 04:04:02.136465 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8696 | 2024.08.06 04:04:02.136471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8697 | 2024.08.06 04:04:02.136524 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 304 rows starting from the beginning of the part | ||
8698 | 2024.08.06 04:04:02.136565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8699 | 2024.08.06 04:04:02.136613 [ 3 ] {} <Debug> HTTP-Session: 10d31279-92d2-44d4-8f1e-783c05eae3b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8700 | 2024.08.06 04:04:02.136668 [ 3 ] {} <Debug> HTTP-Session: 10d31279-92d2-44d4-8f1e-783c05eae3b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8701 | 2024.08.06 04:04:02.136710 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 227 rows starting from the beginning of the part | ||
8702 | 2024.08.06 04:04:02.136739 [ 3 ] {} <Debug> HTTP-Session: 10d31279-92d2-44d4-8f1e-783c05eae3b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8703 | 2024.08.06 04:04:02.136881 [ 3 ] {} <Trace> HTTP-Session: 10d31279-92d2-44d4-8f1e-783c05eae3b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8704 | 2024.08.06 04:04:02.136995 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 125 rows starting from the beginning of the part | ||
8705 | 2024.08.06 04:04:02.137238 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 228 rows starting from the beginning of the part | ||
8706 | 2024.08.06 04:04:02.137395 [ 3 ] {5d983142-a732-43b7-858c-6fa0e5b98ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8707 | 2024.08.06 04:04:02.137537 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 89 rows starting from the beginning of the part | ||
8708 | 2024.08.06 04:04:02.137633 [ 3 ] {5d983142-a732-43b7-858c-6fa0e5b98ec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8709 | 2024.08.06 04:04:02.137887 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 227 rows starting from the beginning of the part | ||
8710 | 2024.08.06 04:04:02.138921 [ 3 ] {5d983142-a732-43b7-858c-6fa0e5b98ec7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8711 | 2024.08.06 04:04:02.140161 [ 3 ] {5d983142-a732-43b7-858c-6fa0e5b98ec7} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8712 | 2024.08.06 04:04:02.140233 [ 3 ] {5d983142-a732-43b7-858c-6fa0e5b98ec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8713 | 2024.08.06 04:04:02.140912 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1200 rows, containing 4 columns (4 merged, 0 gathered) in 0.004816203 sec., 249158.9328772064 rows/sec., 21.45 MiB/sec. | ||
8714 | 2024.08.06 04:04:02.140925 [ 3 ] {5d983142-a732-43b7-858c-6fa0e5b98ec7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8715 | 2024.08.06 04:04:02.141126 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8716 | 2024.08.06 04:04:02.141717 [ 3 ] {5d983142-a732-43b7-858c-6fa0e5b98ec7} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8717 | 2024.08.06 04:04:02.141970 [ 35 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8718 | 2024.08.06 04:04:02.141996 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_46_9} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8719 | 2024.08.06 04:04:02.142006 [ 3 ] {5d983142-a732-43b7-858c-6fa0e5b98ec7} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.004878 sec., 82820.82820828208 rows/sec., 5.85 MiB/sec. | ||
8720 | 2024.08.06 04:04:02.142060 [ 35 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8721 | 2024.08.06 04:04:02.142167 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8722 | 2024.08.06 04:04:02.142345 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_46_9} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8723 | 2024.08.06 04:04:02.142622 [ 3 ] {5d983142-a732-43b7-858c-6fa0e5b98ec7} <Debug> DynamicQueryHandler: Done processing query | ||
8724 | 2024.08.06 04:04:02.142638 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
8725 | 2024.08.06 04:04:02.142666 [ 3 ] {5d983142-a732-43b7-858c-6fa0e5b98ec7} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8726 | 2024.08.06 04:04:02.142703 [ 3 ] {} <Debug> HTTP-Session: 10d31279-92d2-44d4-8f1e-783c05eae3b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8727 | 2024.08.06 04:04:02.142717 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::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 | ||
8728 | 2024.08.06 04:04:02.142908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8729 | 2024.08.06 04:04:02.142938 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8730 | 2024.08.06 04:04:02.143003 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 473 rows starting from the beginning of the part | ||
8731 | 2024.08.06 04:04:02.143007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8732 | 2024.08.06 04:04:02.143065 [ 3 ] {} <Debug> HTTP-Session: e8d2cd91-5feb-43e4-95f8-9cbfe3fe5269 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8733 | 2024.08.06 04:04:02.143112 [ 3 ] {} <Debug> HTTP-Session: e8d2cd91-5feb-43e4-95f8-9cbfe3fe5269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8734 | 2024.08.06 04:04:02.143172 [ 3 ] {} <Debug> HTTP-Session: e8d2cd91-5feb-43e4-95f8-9cbfe3fe5269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8735 | 2024.08.06 04:04:02.143273 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 404 rows starting from the beginning of the part | ||
8736 | 2024.08.06 04:04:02.143300 [ 3 ] {} <Trace> HTTP-Session: e8d2cd91-5feb-43e4-95f8-9cbfe3fe5269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8737 | 2024.08.06 04:04:02.143489 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 99 rows starting from the beginning of the part | ||
8738 | 2024.08.06 04:04:02.143736 [ 3 ] {a91cf01e-8c88-44bb-813d-d8e2164c508e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8739 | 2024.08.06 04:04:02.143824 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 406 rows starting from the beginning of the part | ||
8740 | 2024.08.06 04:04:02.143906 [ 3 ] {a91cf01e-8c88-44bb-813d-d8e2164c508e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8741 | 2024.08.06 04:04:02.144111 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 75 rows starting from the beginning of the part | ||
8742 | 2024.08.06 04:04:02.144435 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 404 rows starting from the beginning of the part | ||
8743 | 2024.08.06 04:04:02.145124 [ 3 ] {a91cf01e-8c88-44bb-813d-d8e2164c508e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8744 | 2024.08.06 04:04:02.145724 [ 3 ] {a91cf01e-8c88-44bb-813d-d8e2164c508e} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8745 | 2024.08.06 04:04:02.145798 [ 3 ] {a91cf01e-8c88-44bb-813d-d8e2164c508e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8746 | 2024.08.06 04:04:02.146794 [ 3 ] {a91cf01e-8c88-44bb-813d-d8e2164c508e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8747 | 2024.08.06 04:04:02.147386 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1861 rows, containing 4 columns (4 merged, 0 gathered) in 0.005049198 sec., 368573.3853178267 rows/sec., 26.41 MiB/sec. | ||
8748 | 2024.08.06 04:04:02.147407 [ 3 ] {a91cf01e-8c88-44bb-813d-d8e2164c508e} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8749 | 2024.08.06 04:04:02.147656 [ 187 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8750 | 2024.08.06 04:04:02.147684 [ 3 ] {a91cf01e-8c88-44bb-813d-d8e2164c508e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00416 sec., 1442.3076923076924 rows/sec., 61.97 KiB/sec. | ||
8751 | 2024.08.06 04:04:02.148079 [ 3 ] {a91cf01e-8c88-44bb-813d-d8e2164c508e} <Debug> DynamicQueryHandler: Done processing query | ||
8752 | 2024.08.06 04:04:02.148134 [ 3 ] {a91cf01e-8c88-44bb-813d-d8e2164c508e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8753 | 2024.08.06 04:04:02.148163 [ 3 ] {} <Debug> HTTP-Session: e8d2cd91-5feb-43e4-95f8-9cbfe3fe5269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8754 | 2024.08.06 04:04:02.148340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8755 | 2024.08.06 04:04:02.148357 [ 187 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_46_9} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8756 | 2024.08.06 04:04:02.148440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8757 | 2024.08.06 04:04:02.148483 [ 3 ] {} <Debug> HTTP-Session: 836a7f87-e154-4b6b-b443-67751d4fff96 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8758 | 2024.08.06 04:04:02.148505 [ 3 ] {} <Debug> HTTP-Session: 836a7f87-e154-4b6b-b443-67751d4fff96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8759 | 2024.08.06 04:04:02.148522 [ 187 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_46_9} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8760 | 2024.08.06 04:04:02.148530 [ 3 ] {} <Debug> HTTP-Session: 836a7f87-e154-4b6b-b443-67751d4fff96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8761 | 2024.08.06 04:04:02.148626 [ 3 ] {} <Trace> HTTP-Session: 836a7f87-e154-4b6b-b443-67751d4fff96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8762 | 2024.08.06 04:04:02.148672 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
8763 | 2024.08.06 04:04:02.148818 [ 3 ] {0b4b9cf0-4a81-45a2-841d-1f71e483436a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8764 | 2024.08.06 04:04:02.148872 [ 3 ] {0b4b9cf0-4a81-45a2-841d-1f71e483436a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8765 | 2024.08.06 04:04:02.149039 [ 3 ] {0b4b9cf0-4a81-45a2-841d-1f71e483436a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8766 | 2024.08.06 04:04:02.149399 [ 3 ] {0b4b9cf0-4a81-45a2-841d-1f71e483436a} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8767 | 2024.08.06 04:04:02.149436 [ 3 ] {0b4b9cf0-4a81-45a2-841d-1f71e483436a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8768 | 2024.08.06 04:04:02.149816 [ 3 ] {0b4b9cf0-4a81-45a2-841d-1f71e483436a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8769 | 2024.08.06 04:04:02.150169 [ 3 ] {0b4b9cf0-4a81-45a2-841d-1f71e483436a} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8770 | 2024.08.06 04:04:02.150331 [ 3 ] {0b4b9cf0-4a81-45a2-841d-1f71e483436a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001576 sec., 48857.86802030457 rows/sec., 3.01 MiB/sec. | ||
8771 | 2024.08.06 04:04:02.150502 [ 3 ] {0b4b9cf0-4a81-45a2-841d-1f71e483436a} <Debug> DynamicQueryHandler: Done processing query | ||
8772 | 2024.08.06 04:04:02.150527 [ 3 ] {0b4b9cf0-4a81-45a2-841d-1f71e483436a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8773 | 2024.08.06 04:04:02.150544 [ 3 ] {} <Debug> HTTP-Session: 836a7f87-e154-4b6b-b443-67751d4fff96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8774 | 2024.08.06 04:04:02.150738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8775 | 2024.08.06 04:04:02.150787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8776 | 2024.08.06 04:04:02.150807 [ 3 ] {} <Debug> HTTP-Session: 6dc3eb35-11ce-4ca4-87ad-69252e565511 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8777 | 2024.08.06 04:04:02.150824 [ 3 ] {} <Debug> HTTP-Session: 6dc3eb35-11ce-4ca4-87ad-69252e565511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8778 | 2024.08.06 04:04:02.150838 [ 3 ] {} <Debug> HTTP-Session: 6dc3eb35-11ce-4ca4-87ad-69252e565511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8779 | 2024.08.06 04:04:02.150868 [ 3 ] {} <Trace> HTTP-Session: 6dc3eb35-11ce-4ca4-87ad-69252e565511 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8780 | 2024.08.06 04:04:02.151044 [ 3 ] {9dcdca09-9870-419a-bf2c-cc6b07d9f15c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8781 | 2024.08.06 04:04:02.151091 [ 3 ] {9dcdca09-9870-419a-bf2c-cc6b07d9f15c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8782 | 2024.08.06 04:04:02.151235 [ 3 ] {9dcdca09-9870-419a-bf2c-cc6b07d9f15c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8783 | 2024.08.06 04:04:02.151652 [ 3 ] {9dcdca09-9870-419a-bf2c-cc6b07d9f15c} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8784 | 2024.08.06 04:04:02.151688 [ 3 ] {9dcdca09-9870-419a-bf2c-cc6b07d9f15c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8785 | 2024.08.06 04:04:02.152068 [ 3 ] {9dcdca09-9870-419a-bf2c-cc6b07d9f15c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8786 | 2024.08.06 04:04:02.152413 [ 3 ] {9dcdca09-9870-419a-bf2c-cc6b07d9f15c} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8787 | 2024.08.06 04:04:02.152565 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8788 | 2024.08.06 04:04:02.152574 [ 3 ] {9dcdca09-9870-419a-bf2c-cc6b07d9f15c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec. | ||
8789 | 2024.08.06 04:04:02.152611 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8790 | 2024.08.06 04:04:02.152677 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8791 | 2024.08.06 04:04:02.152924 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
8792 | 2024.08.06 04:04:02.153008 [ 3 ] {9dcdca09-9870-419a-bf2c-cc6b07d9f15c} <Debug> DynamicQueryHandler: Done processing query | ||
8793 | 2024.08.06 04:04:02.153122 [ 3 ] {9dcdca09-9870-419a-bf2c-cc6b07d9f15c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8794 | 2024.08.06 04:04:02.153228 [ 3 ] {} <Debug> HTTP-Session: 6dc3eb35-11ce-4ca4-87ad-69252e565511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8795 | 2024.08.06 04:04:02.153610 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8796 | 2024.08.06 04:04:02.153629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35471, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8797 | 2024.08.06 04:04:02.153708 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6905 rows starting from the beginning of the part | ||
8798 | 2024.08.06 04:04:02.153747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8799 | 2024.08.06 04:04:02.153839 [ 3 ] {} <Debug> HTTP-Session: 2271a53c-78eb-40ef-9cde-5a05da0314fb Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8800 | 2024.08.06 04:04:02.153939 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
8801 | 2024.08.06 04:04:02.153939 [ 3 ] {} <Debug> HTTP-Session: 2271a53c-78eb-40ef-9cde-5a05da0314fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8802 | 2024.08.06 04:04:02.154016 [ 3 ] {} <Debug> HTTP-Session: 2271a53c-78eb-40ef-9cde-5a05da0314fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8803 | 2024.08.06 04:04:02.154188 [ 3 ] {} <Trace> HTTP-Session: 2271a53c-78eb-40ef-9cde-5a05da0314fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8804 | 2024.08.06 04:04:02.154209 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 196 rows starting from the beginning of the part | ||
8805 | 2024.08.06 04:04:02.154421 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 161 rows starting from the beginning of the part | ||
8806 | 2024.08.06 04:04:02.154674 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::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 | ||
8807 | 2024.08.06 04:04:02.154811 [ 3 ] {a0d2590b-43b6-49ec-82ae-d0a292a974c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8808 | 2024.08.06 04:04:02.154944 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
8809 | 2024.08.06 04:04:02.155154 [ 3 ] {a0d2590b-43b6-49ec-82ae-d0a292a974c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8810 | 2024.08.06 04:04:02.156659 [ 3 ] {a0d2590b-43b6-49ec-82ae-d0a292a974c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8811 | 2024.08.06 04:04:02.158256 [ 3 ] {a0d2590b-43b6-49ec-82ae-d0a292a974c8} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8812 | 2024.08.06 04:04:02.158306 [ 3 ] {a0d2590b-43b6-49ec-82ae-d0a292a974c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8813 | 2024.08.06 04:04:02.159318 [ 3 ] {a0d2590b-43b6-49ec-82ae-d0a292a974c8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8814 | 2024.08.06 04:04:02.159957 [ 3 ] {a0d2590b-43b6-49ec-82ae-d0a292a974c8} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8815 | 2024.08.06 04:04:02.160172 [ 3 ] {a0d2590b-43b6-49ec-82ae-d0a292a974c8} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.005741 sec., 3832.0850026127855 rows/sec., 6.87 MiB/sec. | ||
8816 | 2024.08.06 04:04:02.160184 [ 34 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8817 | 2024.08.06 04:04:02.160349 [ 34 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8818 | 2024.08.06 04:04:02.160529 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8819 | 2024.08.06 04:04:02.161098 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
8820 | 2024.08.06 04:04:02.161137 [ 3 ] {a0d2590b-43b6-49ec-82ae-d0a292a974c8} <Debug> DynamicQueryHandler: Done processing query | ||
8821 | 2024.08.06 04:04:02.161210 [ 3 ] {a0d2590b-43b6-49ec-82ae-d0a292a974c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8822 | 2024.08.06 04:04:02.161231 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7742 rows, containing 5 columns (5 merged, 0 gathered) in 0.008468579 sec., 914202.9613232632 rows/sec., 63.70 MiB/sec. | ||
8823 | 2024.08.06 04:04:02.161265 [ 3 ] {} <Debug> HTTP-Session: 2271a53c-78eb-40ef-9cde-5a05da0314fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8824 | 2024.08.06 04:04:02.161480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8825 | 2024.08.06 04:04:02.161553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8826 | 2024.08.06 04:04:02.161589 [ 3 ] {} <Debug> HTTP-Session: a19a8a5c-27d2-4d91-b24a-307f19029dd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8827 | 2024.08.06 04:04:02.161625 [ 3 ] {} <Debug> HTTP-Session: a19a8a5c-27d2-4d91-b24a-307f19029dd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8828 | 2024.08.06 04:04:02.161634 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8829 | 2024.08.06 04:04:02.161647 [ 3 ] {} <Debug> HTTP-Session: a19a8a5c-27d2-4d91-b24a-307f19029dd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8830 | 2024.08.06 04:04:02.161704 [ 3 ] {} <Trace> HTTP-Session: a19a8a5c-27d2-4d91-b24a-307f19029dd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8831 | 2024.08.06 04:04:02.161725 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 516 rows starting from the beginning of the part | ||
8832 | 2024.08.06 04:04:02.161994 [ 3 ] {f765d50d-794c-4b93-8dc3-f0e45305a10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8833 | 2024.08.06 04:04:02.162024 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8834 | 2024.08.06 04:04:02.162290 [ 3 ] {f765d50d-794c-4b93-8dc3-f0e45305a10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8835 | 2024.08.06 04:04:02.162802 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 22 rows starting from the beginning of the part | ||
8836 | 2024.08.06 04:04:02.163826 [ 3 ] {f765d50d-794c-4b93-8dc3-f0e45305a10c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8837 | 2024.08.06 04:04:02.164334 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 11 rows starting from the beginning of the part | ||
8838 | 2024.08.06 04:04:02.164375 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8839 | 2024.08.06 04:04:02.164742 [ 199 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8840 | 2024.08.06 04:04:02.165133 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
8841 | 2024.08.06 04:04:02.165388 [ 3 ] {f765d50d-794c-4b93-8dc3-f0e45305a10c} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8842 | 2024.08.06 04:04:02.165407 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 22 rows starting from the beginning of the part | ||
8843 | 2024.08.06 04:04:02.165437 [ 3 ] {f765d50d-794c-4b93-8dc3-f0e45305a10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8844 | 2024.08.06 04:04:02.165894 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 11 rows starting from the beginning of the part | ||
8845 | 2024.08.06 04:04:02.166268 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 22 rows starting from the beginning of the part | ||
8846 | 2024.08.06 04:04:02.166431 [ 3 ] {f765d50d-794c-4b93-8dc3-f0e45305a10c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8847 | 2024.08.06 04:04:02.167042 [ 3 ] {f765d50d-794c-4b93-8dc3-f0e45305a10c} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8848 | 2024.08.06 04:04:02.167392 [ 3 ] {f765d50d-794c-4b93-8dc3-f0e45305a10c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005528 sec., 4160.636758321273 rows/sec., 225.06 KiB/sec. | ||
8849 | 2024.08.06 04:04:02.168135 [ 3 ] {f765d50d-794c-4b93-8dc3-f0e45305a10c} <Debug> DynamicQueryHandler: Done processing query | ||
8850 | 2024.08.06 04:04:02.168218 [ 3 ] {f765d50d-794c-4b93-8dc3-f0e45305a10c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8851 | 2024.08.06 04:04:02.168289 [ 3 ] {} <Debug> HTTP-Session: a19a8a5c-27d2-4d91-b24a-307f19029dd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8852 | 2024.08.06 04:04:02.168445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8853 | 2024.08.06 04:04:02.168499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8854 | 2024.08.06 04:04:02.168521 [ 3 ] {} <Debug> HTTP-Session: 8eb751b4-9d67-4398-b597-91c0b59ca529 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8855 | 2024.08.06 04:04:02.168539 [ 3 ] {} <Debug> HTTP-Session: 8eb751b4-9d67-4398-b597-91c0b59ca529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8856 | 2024.08.06 04:04:02.168554 [ 3 ] {} <Debug> HTTP-Session: 8eb751b4-9d67-4398-b597-91c0b59ca529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8857 | 2024.08.06 04:04:02.168593 [ 3 ] {} <Trace> HTTP-Session: 8eb751b4-9d67-4398-b597-91c0b59ca529 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8858 | 2024.08.06 04:04:02.168783 [ 3 ] {9aa9ef73-10ac-4dc2-9843-cfded36240f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8859 | 2024.08.06 04:04:02.168844 [ 3 ] {9aa9ef73-10ac-4dc2-9843-cfded36240f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8860 | 2024.08.06 04:04:02.169227 [ 3 ] {9aa9ef73-10ac-4dc2-9843-cfded36240f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8861 | 2024.08.06 04:04:02.169805 [ 3 ] {9aa9ef73-10ac-4dc2-9843-cfded36240f6} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8862 | 2024.08.06 04:04:02.169853 [ 3 ] {9aa9ef73-10ac-4dc2-9843-cfded36240f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8863 | 2024.08.06 04:04:02.170503 [ 3 ] {9aa9ef73-10ac-4dc2-9843-cfded36240f6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8864 | 2024.08.06 04:04:02.171090 [ 3 ] {9aa9ef73-10ac-4dc2-9843-cfded36240f6} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8865 | 2024.08.06 04:04:02.171295 [ 3 ] {9aa9ef73-10ac-4dc2-9843-cfded36240f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002599 sec., 23085.80223162755 rows/sec., 1.56 MiB/sec. | ||
8866 | 2024.08.06 04:04:02.171296 [ 34 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8867 | 2024.08.06 04:04:02.171678 [ 34 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8868 | 2024.08.06 04:04:02.171733 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8869 | 2024.08.06 04:04:02.171909 [ 3 ] {9aa9ef73-10ac-4dc2-9843-cfded36240f6} <Debug> DynamicQueryHandler: Done processing query | ||
8870 | 2024.08.06 04:04:02.171925 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
8871 | 2024.08.06 04:04:02.171943 [ 3 ] {9aa9ef73-10ac-4dc2-9843-cfded36240f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8872 | 2024.08.06 04:04:02.171975 [ 3 ] {} <Debug> HTTP-Session: 8eb751b4-9d67-4398-b597-91c0b59ca529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8873 | 2024.08.06 04:04:02.172132 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8874 | 2024.08.06 04:04:02.172188 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2436 rows starting from the beginning of the part | ||
8875 | 2024.08.06 04:04:02.172261 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
8876 | 2024.08.06 04:04:02.172450 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
8877 | 2024.08.06 04:04:02.172740 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
8878 | 2024.08.06 04:04:02.172807 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
8879 | 2024.08.06 04:04:02.173031 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::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 | ||
8880 | 2024.08.06 04:04:02.174515 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2736 rows, containing 4 columns (4 merged, 0 gathered) in 0.002680093 sec., 1020860.0970190213 rows/sec., 68.83 MiB/sec. | ||
8881 | 2024.08.06 04:04:02.174905 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8882 | 2024.08.06 04:04:02.175289 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_46_9} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8883 | 2024.08.06 04:04:02.175366 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_46_9} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8884 | 2024.08.06 04:04:02.175448 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
8885 | 2024.08.06 04:04:02.183235 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 19 columns (19 merged, 0 gathered) in 0.022552631 sec., 26781.797653675087 rows/sec., 47.99 MiB/sec. | ||
8886 | 2024.08.06 04:04:02.183950 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8887 | 2024.08.06 04:04:02.184547 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8888 | 2024.08.06 04:04:02.184631 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8889 | 2024.08.06 04:04:02.184782 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
8890 | 2024.08.06 04:04:03.000161 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.48 MiB, peak 202.10 MiB, free memory in arenas 0.00 B, will set to 194.64 MiB (RSS), difference: 2.16 MiB | ||
8891 | 2024.08.06 04:04:06.018340 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8892 | 2024.08.06 04:04:06.018400 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8893 | 2024.08.06 04:04:07.001244 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00087048 sec. | ||
8894 | 2024.08.06 04:04:07.125523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8895 | 2024.08.06 04:04:07.125656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8896 | 2024.08.06 04:04:07.125684 [ 3 ] {} <Debug> HTTP-Session: a0f8ae0d-29b1-4b97-a87f-9a73958e3e0f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8897 | 2024.08.06 04:04:07.125711 [ 3 ] {} <Debug> HTTP-Session: a0f8ae0d-29b1-4b97-a87f-9a73958e3e0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8898 | 2024.08.06 04:04:07.125730 [ 3 ] {} <Debug> HTTP-Session: a0f8ae0d-29b1-4b97-a87f-9a73958e3e0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8899 | 2024.08.06 04:04:07.125787 [ 3 ] {} <Trace> HTTP-Session: a0f8ae0d-29b1-4b97-a87f-9a73958e3e0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8900 | 2024.08.06 04:04:07.126001 [ 3 ] {47595961-0358-40b5-a51c-466a3f945f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8901 | 2024.08.06 04:04:07.126077 [ 3 ] {47595961-0358-40b5-a51c-466a3f945f7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8902 | 2024.08.06 04:04:07.126298 [ 3 ] {47595961-0358-40b5-a51c-466a3f945f7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8903 | 2024.08.06 04:04:07.126781 [ 3 ] {47595961-0358-40b5-a51c-466a3f945f7e} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8904 | 2024.08.06 04:04:07.126824 [ 3 ] {47595961-0358-40b5-a51c-466a3f945f7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8905 | 2024.08.06 04:04:07.127194 [ 3 ] {47595961-0358-40b5-a51c-466a3f945f7e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8906 | 2024.08.06 04:04:07.127538 [ 3 ] {47595961-0358-40b5-a51c-466a3f945f7e} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8907 | 2024.08.06 04:04:07.127722 [ 3 ] {47595961-0358-40b5-a51c-466a3f945f7e} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001778 sec., 6186.726659167603 rows/sec., 501.46 KiB/sec. | ||
8908 | 2024.08.06 04:04:07.127929 [ 3 ] {47595961-0358-40b5-a51c-466a3f945f7e} <Debug> DynamicQueryHandler: Done processing query | ||
8909 | 2024.08.06 04:04:07.127956 [ 3 ] {47595961-0358-40b5-a51c-466a3f945f7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8910 | 2024.08.06 04:04:07.127973 [ 3 ] {} <Debug> HTTP-Session: a0f8ae0d-29b1-4b97-a87f-9a73958e3e0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8911 | 2024.08.06 04:04:07.128107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8912 | 2024.08.06 04:04:07.128159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8913 | 2024.08.06 04:04:07.128179 [ 3 ] {} <Debug> HTTP-Session: f26112f6-282b-4495-9d98-ad0841f0d4f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8914 | 2024.08.06 04:04:07.128196 [ 3 ] {} <Debug> HTTP-Session: f26112f6-282b-4495-9d98-ad0841f0d4f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8915 | 2024.08.06 04:04:07.128210 [ 3 ] {} <Debug> HTTP-Session: f26112f6-282b-4495-9d98-ad0841f0d4f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8916 | 2024.08.06 04:04:07.128241 [ 3 ] {} <Trace> HTTP-Session: f26112f6-282b-4495-9d98-ad0841f0d4f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8917 | 2024.08.06 04:04:07.128337 [ 3 ] {25b58026-d64f-4fdf-b0ee-5f73266c53c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8918 | 2024.08.06 04:04:07.128381 [ 3 ] {25b58026-d64f-4fdf-b0ee-5f73266c53c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8919 | 2024.08.06 04:04:07.128510 [ 3 ] {25b58026-d64f-4fdf-b0ee-5f73266c53c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8920 | 2024.08.06 04:04:07.128833 [ 3 ] {25b58026-d64f-4fdf-b0ee-5f73266c53c4} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8921 | 2024.08.06 04:04:07.128870 [ 3 ] {25b58026-d64f-4fdf-b0ee-5f73266c53c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8922 | 2024.08.06 04:04:07.129174 [ 3 ] {25b58026-d64f-4fdf-b0ee-5f73266c53c4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8923 | 2024.08.06 04:04:07.129500 [ 3 ] {25b58026-d64f-4fdf-b0ee-5f73266c53c4} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8924 | 2024.08.06 04:04:07.129654 [ 3 ] {25b58026-d64f-4fdf-b0ee-5f73266c53c4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001331 sec., 3005.259203606311 rows/sec., 245.06 KiB/sec. | ||
8925 | 2024.08.06 04:04:07.129858 [ 3 ] {25b58026-d64f-4fdf-b0ee-5f73266c53c4} <Debug> DynamicQueryHandler: Done processing query | ||
8926 | 2024.08.06 04:04:07.129883 [ 3 ] {25b58026-d64f-4fdf-b0ee-5f73266c53c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8927 | 2024.08.06 04:04:07.129898 [ 3 ] {} <Debug> HTTP-Session: f26112f6-282b-4495-9d98-ad0841f0d4f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8928 | 2024.08.06 04:04:07.130034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 13058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8929 | 2024.08.06 04:04:07.130083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8930 | 2024.08.06 04:04:07.130102 [ 3 ] {} <Debug> HTTP-Session: 5ef45f08-2087-4144-a79b-cadccd35ff98 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8931 | 2024.08.06 04:04:07.130119 [ 3 ] {} <Debug> HTTP-Session: 5ef45f08-2087-4144-a79b-cadccd35ff98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8932 | 2024.08.06 04:04:07.130133 [ 3 ] {} <Debug> HTTP-Session: 5ef45f08-2087-4144-a79b-cadccd35ff98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8933 | 2024.08.06 04:04:07.130164 [ 3 ] {} <Trace> HTTP-Session: 5ef45f08-2087-4144-a79b-cadccd35ff98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8934 | 2024.08.06 04:04:07.130282 [ 3 ] {9f84e4d9-a19a-4148-a43b-a8c1f5a00f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8935 | 2024.08.06 04:04:07.130324 [ 3 ] {9f84e4d9-a19a-4148-a43b-a8c1f5a00f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8936 | 2024.08.06 04:04:07.130451 [ 3 ] {9f84e4d9-a19a-4148-a43b-a8c1f5a00f20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8937 | 2024.08.06 04:04:07.130788 [ 3 ] {9f84e4d9-a19a-4148-a43b-a8c1f5a00f20} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8938 | 2024.08.06 04:04:07.130825 [ 3 ] {9f84e4d9-a19a-4148-a43b-a8c1f5a00f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8939 | 2024.08.06 04:04:07.131145 [ 3 ] {9f84e4d9-a19a-4148-a43b-a8c1f5a00f20} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8940 | 2024.08.06 04:04:07.131465 [ 3 ] {9f84e4d9-a19a-4148-a43b-a8c1f5a00f20} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8941 | 2024.08.06 04:04:07.131614 [ 3 ] {9f84e4d9-a19a-4148-a43b-a8c1f5a00f20} <Debug> executeQuery: Read 91 rows, 7.51 KiB in 0.001369 sec., 66471.87728268809 rows/sec., 5.36 MiB/sec. | ||
8942 | 2024.08.06 04:04:07.131781 [ 3 ] {9f84e4d9-a19a-4148-a43b-a8c1f5a00f20} <Debug> DynamicQueryHandler: Done processing query | ||
8943 | 2024.08.06 04:04:07.131804 [ 3 ] {9f84e4d9-a19a-4148-a43b-a8c1f5a00f20} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8944 | 2024.08.06 04:04:07.131820 [ 3 ] {} <Debug> HTTP-Session: 5ef45f08-2087-4144-a79b-cadccd35ff98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8945 | 2024.08.06 04:04:07.131935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8946 | 2024.08.06 04:04:07.131985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8947 | 2024.08.06 04:04:07.132005 [ 3 ] {} <Debug> HTTP-Session: bdea06a3-0037-4ff3-ae4c-4b518335dd24 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8948 | 2024.08.06 04:04:07.132021 [ 3 ] {} <Debug> HTTP-Session: bdea06a3-0037-4ff3-ae4c-4b518335dd24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8949 | 2024.08.06 04:04:07.132035 [ 3 ] {} <Debug> HTTP-Session: bdea06a3-0037-4ff3-ae4c-4b518335dd24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8950 | 2024.08.06 04:04:07.132064 [ 3 ] {} <Trace> HTTP-Session: bdea06a3-0037-4ff3-ae4c-4b518335dd24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8951 | 2024.08.06 04:04:07.132160 [ 3 ] {100a0164-7c26-4066-b718-751f4edf7a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8952 | 2024.08.06 04:04:07.132203 [ 3 ] {100a0164-7c26-4066-b718-751f4edf7a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8953 | 2024.08.06 04:04:07.132329 [ 3 ] {100a0164-7c26-4066-b718-751f4edf7a59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8954 | 2024.08.06 04:04:07.132591 [ 3 ] {100a0164-7c26-4066-b718-751f4edf7a59} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8955 | 2024.08.06 04:04:07.132628 [ 3 ] {100a0164-7c26-4066-b718-751f4edf7a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8956 | 2024.08.06 04:04:07.132927 [ 3 ] {100a0164-7c26-4066-b718-751f4edf7a59} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8957 | 2024.08.06 04:04:07.133233 [ 3 ] {100a0164-7c26-4066-b718-751f4edf7a59} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8958 | 2024.08.06 04:04:07.133389 [ 3 ] {100a0164-7c26-4066-b718-751f4edf7a59} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001244 sec., 3215.434083601286 rows/sec., 224.52 KiB/sec. | ||
8959 | 2024.08.06 04:04:07.133552 [ 3 ] {100a0164-7c26-4066-b718-751f4edf7a59} <Debug> DynamicQueryHandler: Done processing query | ||
8960 | 2024.08.06 04:04:07.133576 [ 3 ] {100a0164-7c26-4066-b718-751f4edf7a59} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8961 | 2024.08.06 04:04:07.133591 [ 3 ] {} <Debug> HTTP-Session: bdea06a3-0037-4ff3-ae4c-4b518335dd24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8962 | 2024.08.06 04:04:07.133705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 13427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8963 | 2024.08.06 04:04:07.133754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8964 | 2024.08.06 04:04:07.133773 [ 3 ] {} <Debug> HTTP-Session: cb5da08e-1040-409a-8273-bbc0b519b9d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8965 | 2024.08.06 04:04:07.133789 [ 3 ] {} <Debug> HTTP-Session: cb5da08e-1040-409a-8273-bbc0b519b9d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8966 | 2024.08.06 04:04:07.133803 [ 3 ] {} <Debug> HTTP-Session: cb5da08e-1040-409a-8273-bbc0b519b9d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8967 | 2024.08.06 04:04:07.133833 [ 3 ] {} <Trace> HTTP-Session: cb5da08e-1040-409a-8273-bbc0b519b9d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8968 | 2024.08.06 04:04:07.133952 [ 3 ] {f758279d-b9f9-4728-88fe-e908bab4c5ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8969 | 2024.08.06 04:04:07.133995 [ 3 ] {f758279d-b9f9-4728-88fe-e908bab4c5ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8970 | 2024.08.06 04:04:07.134122 [ 3 ] {f758279d-b9f9-4728-88fe-e908bab4c5ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8971 | 2024.08.06 04:04:07.134439 [ 3 ] {f758279d-b9f9-4728-88fe-e908bab4c5ec} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8972 | 2024.08.06 04:04:07.134476 [ 3 ] {f758279d-b9f9-4728-88fe-e908bab4c5ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8973 | 2024.08.06 04:04:07.134798 [ 3 ] {f758279d-b9f9-4728-88fe-e908bab4c5ec} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8974 | 2024.08.06 04:04:07.135102 [ 3 ] {f758279d-b9f9-4728-88fe-e908bab4c5ec} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8975 | 2024.08.06 04:04:07.135226 [ 3 ] {f758279d-b9f9-4728-88fe-e908bab4c5ec} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001319 sec., 59893.85898407884 rows/sec., 4.68 MiB/sec. | ||
8976 | 2024.08.06 04:04:07.135381 [ 3 ] {f758279d-b9f9-4728-88fe-e908bab4c5ec} <Debug> DynamicQueryHandler: Done processing query | ||
8977 | 2024.08.06 04:04:07.135406 [ 3 ] {f758279d-b9f9-4728-88fe-e908bab4c5ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8978 | 2024.08.06 04:04:07.135421 [ 3 ] {} <Debug> HTTP-Session: cb5da08e-1040-409a-8273-bbc0b519b9d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8979 | 2024.08.06 04:04:07.135585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8980 | 2024.08.06 04:04:07.135634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8981 | 2024.08.06 04:04:07.135654 [ 3 ] {} <Debug> HTTP-Session: 95a715df-46e7-4608-b8ea-337ac212ac8a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8982 | 2024.08.06 04:04:07.135670 [ 3 ] {} <Debug> HTTP-Session: 95a715df-46e7-4608-b8ea-337ac212ac8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8983 | 2024.08.06 04:04:07.135683 [ 3 ] {} <Debug> HTTP-Session: 95a715df-46e7-4608-b8ea-337ac212ac8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8984 | 2024.08.06 04:04:07.135714 [ 3 ] {} <Trace> HTTP-Session: 95a715df-46e7-4608-b8ea-337ac212ac8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8985 | 2024.08.06 04:04:07.135856 [ 3 ] {b1bd304f-a586-4eb8-81c9-9767fa578d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8986 | 2024.08.06 04:04:07.135903 [ 3 ] {b1bd304f-a586-4eb8-81c9-9767fa578d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8987 | 2024.08.06 04:04:07.136046 [ 3 ] {b1bd304f-a586-4eb8-81c9-9767fa578d54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8988 | 2024.08.06 04:04:07.136417 [ 3 ] {b1bd304f-a586-4eb8-81c9-9767fa578d54} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8989 | 2024.08.06 04:04:07.136454 [ 3 ] {b1bd304f-a586-4eb8-81c9-9767fa578d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
8990 | 2024.08.06 04:04:07.136846 [ 3 ] {b1bd304f-a586-4eb8-81c9-9767fa578d54} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8991 | 2024.08.06 04:04:07.137184 [ 3 ] {b1bd304f-a586-4eb8-81c9-9767fa578d54} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8992 | 2024.08.06 04:04:07.137312 [ 3 ] {b1bd304f-a586-4eb8-81c9-9767fa578d54} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00152 sec., 106578.94736842105 rows/sec., 7.42 MiB/sec. | ||
8993 | 2024.08.06 04:04:07.137477 [ 3 ] {b1bd304f-a586-4eb8-81c9-9767fa578d54} <Debug> DynamicQueryHandler: Done processing query | ||
8994 | 2024.08.06 04:04:07.137501 [ 3 ] {b1bd304f-a586-4eb8-81c9-9767fa578d54} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8995 | 2024.08.06 04:04:07.137517 [ 3 ] {} <Debug> HTTP-Session: 95a715df-46e7-4608-b8ea-337ac212ac8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8996 | 2024.08.06 04:04:07.137645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8997 | 2024.08.06 04:04:07.137695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8998 | 2024.08.06 04:04:07.137715 [ 3 ] {} <Debug> HTTP-Session: 0707bb3c-0bf4-46e4-a5b7-822c08a9968d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
8999 | 2024.08.06 04:04:07.137732 [ 3 ] {} <Debug> HTTP-Session: 0707bb3c-0bf4-46e4-a5b7-822c08a9968d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9000 | 2024.08.06 04:04:07.137746 [ 3 ] {} <Debug> HTTP-Session: 0707bb3c-0bf4-46e4-a5b7-822c08a9968d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9001 | 2024.08.06 04:04:07.137775 [ 3 ] {} <Trace> HTTP-Session: 0707bb3c-0bf4-46e4-a5b7-822c08a9968d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9002 | 2024.08.06 04:04:07.137957 [ 3 ] {1c91b0b5-5a4a-414c-ad29-b4c00271153c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9003 | 2024.08.06 04:04:07.138021 [ 3 ] {1c91b0b5-5a4a-414c-ad29-b4c00271153c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9004 | 2024.08.06 04:04:07.138418 [ 3 ] {1c91b0b5-5a4a-414c-ad29-b4c00271153c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9005 | 2024.08.06 04:04:07.138934 [ 3 ] {1c91b0b5-5a4a-414c-ad29-b4c00271153c} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9006 | 2024.08.06 04:04:07.138970 [ 3 ] {1c91b0b5-5a4a-414c-ad29-b4c00271153c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9007 | 2024.08.06 04:04:07.139556 [ 3 ] {1c91b0b5-5a4a-414c-ad29-b4c00271153c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9008 | 2024.08.06 04:04:07.139979 [ 3 ] {1c91b0b5-5a4a-414c-ad29-b4c00271153c} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9009 | 2024.08.06 04:04:07.140127 [ 3 ] {1c91b0b5-5a4a-414c-ad29-b4c00271153c} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00228 sec., 4824.561403508772 rows/sec., 8.65 MiB/sec. | ||
9010 | 2024.08.06 04:04:07.140340 [ 3 ] {1c91b0b5-5a4a-414c-ad29-b4c00271153c} <Debug> DynamicQueryHandler: Done processing query | ||
9011 | 2024.08.06 04:04:07.140365 [ 3 ] {1c91b0b5-5a4a-414c-ad29-b4c00271153c} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
9012 | 2024.08.06 04:04:07.140380 [ 3 ] {} <Debug> HTTP-Session: 0707bb3c-0bf4-46e4-a5b7-822c08a9968d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9013 | 2024.08.06 04:04:07.140511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9014 | 2024.08.06 04:04:07.140560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9015 | 2024.08.06 04:04:07.140580 [ 3 ] {} <Debug> HTTP-Session: c1d7b7ce-c60f-4f03-8f43-362c62c8134f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9016 | 2024.08.06 04:04:07.140598 [ 3 ] {} <Debug> HTTP-Session: c1d7b7ce-c60f-4f03-8f43-362c62c8134f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9017 | 2024.08.06 04:04:07.140612 [ 3 ] {} <Debug> HTTP-Session: c1d7b7ce-c60f-4f03-8f43-362c62c8134f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9018 | 2024.08.06 04:04:07.140642 [ 3 ] {} <Trace> HTTP-Session: c1d7b7ce-c60f-4f03-8f43-362c62c8134f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9019 | 2024.08.06 04:04:07.140755 [ 3 ] {24258aac-a2a7-451b-97fd-50a80fc6c4db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9020 | 2024.08.06 04:04:07.140799 [ 3 ] {24258aac-a2a7-451b-97fd-50a80fc6c4db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9021 | 2024.08.06 04:04:07.140923 [ 3 ] {24258aac-a2a7-451b-97fd-50a80fc6c4db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9022 | 2024.08.06 04:04:07.141199 [ 3 ] {24258aac-a2a7-451b-97fd-50a80fc6c4db} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9023 | 2024.08.06 04:04:07.141234 [ 3 ] {24258aac-a2a7-451b-97fd-50a80fc6c4db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9024 | 2024.08.06 04:04:07.141601 [ 3 ] {24258aac-a2a7-451b-97fd-50a80fc6c4db} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9025 | 2024.08.06 04:04:07.141929 [ 3 ] {24258aac-a2a7-451b-97fd-50a80fc6c4db} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9026 | 2024.08.06 04:04:07.142058 [ 3 ] {24258aac-a2a7-451b-97fd-50a80fc6c4db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
9027 | 2024.08.06 04:04:07.142315 [ 3 ] {24258aac-a2a7-451b-97fd-50a80fc6c4db} <Debug> DynamicQueryHandler: Done processing query | ||
9028 | 2024.08.06 04:04:07.142374 [ 3 ] {24258aac-a2a7-451b-97fd-50a80fc6c4db} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9029 | 2024.08.06 04:04:07.142431 [ 3 ] {} <Debug> HTTP-Session: c1d7b7ce-c60f-4f03-8f43-362c62c8134f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9030 | 2024.08.06 04:04:12.130283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9031 | 2024.08.06 04:04:12.130421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9032 | 2024.08.06 04:04:12.130451 [ 3 ] {} <Debug> HTTP-Session: ed233943-f5f5-43cd-acda-ecbe06f27d18 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9033 | 2024.08.06 04:04:12.130478 [ 3 ] {} <Debug> HTTP-Session: ed233943-f5f5-43cd-acda-ecbe06f27d18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9034 | 2024.08.06 04:04:12.130497 [ 3 ] {} <Debug> HTTP-Session: ed233943-f5f5-43cd-acda-ecbe06f27d18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9035 | 2024.08.06 04:04:12.130553 [ 3 ] {} <Trace> HTTP-Session: ed233943-f5f5-43cd-acda-ecbe06f27d18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9036 | 2024.08.06 04:04:12.130757 [ 3 ] {eec3fb02-739d-454f-a7ec-4d5a788d56cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9037 | 2024.08.06 04:04:12.130830 [ 3 ] {eec3fb02-739d-454f-a7ec-4d5a788d56cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9038 | 2024.08.06 04:04:12.131032 [ 3 ] {eec3fb02-739d-454f-a7ec-4d5a788d56cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9039 | 2024.08.06 04:04:12.131473 [ 3 ] {eec3fb02-739d-454f-a7ec-4d5a788d56cd} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9040 | 2024.08.06 04:04:12.131511 [ 3 ] {eec3fb02-739d-454f-a7ec-4d5a788d56cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9041 | 2024.08.06 04:04:12.131873 [ 3 ] {eec3fb02-739d-454f-a7ec-4d5a788d56cd} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9042 | 2024.08.06 04:04:12.132195 [ 3 ] {eec3fb02-739d-454f-a7ec-4d5a788d56cd} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9043 | 2024.08.06 04:04:12.132332 [ 3 ] {eec3fb02-739d-454f-a7ec-4d5a788d56cd} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001642 sec., 17052.37515225335 rows/sec., 1.26 MiB/sec. | ||
9044 | 2024.08.06 04:04:12.132342 [ 24 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9045 | 2024.08.06 04:04:12.132403 [ 24 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9046 | 2024.08.06 04:04:12.132439 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9047 | 2024.08.06 04:04:12.132576 [ 3 ] {eec3fb02-739d-454f-a7ec-4d5a788d56cd} <Debug> DynamicQueryHandler: Done processing query | ||
9048 | 2024.08.06 04:04:12.132641 [ 3 ] {eec3fb02-739d-454f-a7ec-4d5a788d56cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9049 | 2024.08.06 04:04:12.132674 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::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 | ||
9050 | 2024.08.06 04:04:12.132682 [ 3 ] {} <Debug> HTTP-Session: ed233943-f5f5-43cd-acda-ecbe06f27d18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9051 | 2024.08.06 04:04:12.132986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9052 | 2024.08.06 04:04:12.133183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9053 | 2024.08.06 04:04:12.133307 [ 3 ] {} <Debug> HTTP-Session: 7df8a4a7-3970-43e8-93b1-22bfdf2c2c49 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9054 | 2024.08.06 04:04:12.133338 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9055 | 2024.08.06 04:04:12.133400 [ 3 ] {} <Debug> HTTP-Session: 7df8a4a7-3970-43e8-93b1-22bfdf2c2c49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9056 | 2024.08.06 04:04:12.133455 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 39 rows starting from the beginning of the part | ||
9057 | 2024.08.06 04:04:12.133477 [ 3 ] {} <Debug> HTTP-Session: 7df8a4a7-3970-43e8-93b1-22bfdf2c2c49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9058 | 2024.08.06 04:04:12.133650 [ 3 ] {} <Trace> HTTP-Session: 7df8a4a7-3970-43e8-93b1-22bfdf2c2c49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9059 | 2024.08.06 04:04:12.133881 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 28 rows starting from the beginning of the part | ||
9060 | 2024.08.06 04:04:12.134095 [ 3 ] {aab973ef-94d3-4f94-98f2-b603a4efa629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9061 | 2024.08.06 04:04:12.134177 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 11 rows starting from the beginning of the part | ||
9062 | 2024.08.06 04:04:12.134218 [ 3 ] {aab973ef-94d3-4f94-98f2-b603a4efa629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9063 | 2024.08.06 04:04:12.134466 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 28 rows starting from the beginning of the part | ||
9064 | 2024.08.06 04:04:12.134773 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 11 rows starting from the beginning of the part | ||
9065 | 2024.08.06 04:04:12.135086 [ 192 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part | ||
9066 | 2024.08.06 04:04:12.135538 [ 3 ] {aab973ef-94d3-4f94-98f2-b603a4efa629} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9067 | 2024.08.06 04:04:12.135970 [ 3 ] {aab973ef-94d3-4f94-98f2-b603a4efa629} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9068 | 2024.08.06 04:04:12.136012 [ 3 ] {aab973ef-94d3-4f94-98f2-b603a4efa629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9069 | 2024.08.06 04:04:12.136470 [ 3 ] {aab973ef-94d3-4f94-98f2-b603a4efa629} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9070 | 2024.08.06 04:04:12.136634 [ 203 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 4 columns (4 merged, 0 gathered) in 0.004119027 sec., 35202.48835465269 rows/sec., 2.65 MiB/sec. | ||
9071 | 2024.08.06 04:04:12.136915 [ 203 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9072 | 2024.08.06 04:04:12.137092 [ 3 ] {aab973ef-94d3-4f94-98f2-b603a4efa629} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9073 | 2024.08.06 04:04:12.137346 [ 24 ] {} <Debug> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
9074 | 2024.08.06 04:04:12.137487 [ 24 ] {} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9075 | 2024.08.06 04:04:12.137521 [ 3 ] {aab973ef-94d3-4f94-98f2-b603a4efa629} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003557 sec., 562.271577171774 rows/sec., 45.85 KiB/sec. | ||
9076 | 2024.08.06 04:04:12.137613 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9077 | 2024.08.06 04:04:12.138245 [ 188 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::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 | ||
9078 | 2024.08.06 04:04:12.138266 [ 3 ] {aab973ef-94d3-4f94-98f2-b603a4efa629} <Debug> DynamicQueryHandler: Done processing query | ||
9079 | 2024.08.06 04:04:12.138344 [ 3 ] {aab973ef-94d3-4f94-98f2-b603a4efa629} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9080 | 2024.08.06 04:04:12.138418 [ 3 ] {} <Debug> HTTP-Session: 7df8a4a7-3970-43e8-93b1-22bfdf2c2c49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9081 | 2024.08.06 04:04:12.138611 [ 188 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9082 | 2024.08.06 04:04:12.138660 [ 203 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_41_8} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9083 | 2024.08.06 04:04:12.138704 [ 188 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
9084 | 2024.08.06 04:04:12.138710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9085 | 2024.08.06 04:04:12.138869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9086 | 2024.08.06 04:04:12.139035 [ 3 ] {} <Debug> HTTP-Session: 56e3cfcb-20f4-4ef5-86a8-e8c46ab85571 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9087 | 2024.08.06 04:04:12.139085 [ 203 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_41_8} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9088 | 2024.08.06 04:04:12.139153 [ 3 ] {} <Debug> HTTP-Session: 56e3cfcb-20f4-4ef5-86a8-e8c46ab85571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9089 | 2024.08.06 04:04:12.139172 [ 188 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
9090 | 2024.08.06 04:04:12.139211 [ 3 ] {} <Debug> HTTP-Session: 56e3cfcb-20f4-4ef5-86a8-e8c46ab85571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9091 | 2024.08.06 04:04:12.139398 [ 3 ] {} <Trace> HTTP-Session: 56e3cfcb-20f4-4ef5-86a8-e8c46ab85571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9092 | 2024.08.06 04:04:12.139562 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
9093 | 2024.08.06 04:04:12.139643 [ 188 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
9094 | 2024.08.06 04:04:12.139902 [ 188 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
9095 | 2024.08.06 04:04:12.139927 [ 3 ] {5423df31-679f-4da6-8132-2bdbb5580956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9096 | 2024.08.06 04:04:12.140062 [ 3 ] {5423df31-679f-4da6-8132-2bdbb5580956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9097 | 2024.08.06 04:04:12.140138 [ 188 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
9098 | 2024.08.06 04:04:12.140548 [ 188 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
9099 | 2024.08.06 04:04:12.141264 [ 3 ] {5423df31-679f-4da6-8132-2bdbb5580956} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9100 | 2024.08.06 04:04:12.141958 [ 3 ] {5423df31-679f-4da6-8132-2bdbb5580956} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9101 | 2024.08.06 04:04:12.142001 [ 3 ] {5423df31-679f-4da6-8132-2bdbb5580956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9102 | 2024.08.06 04:04:12.142430 [ 186 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004578008 sec., 6989.939729244685 rows/sec., 569.98 KiB/sec. | ||
9103 | 2024.08.06 04:04:12.142536 [ 3 ] {5423df31-679f-4da6-8132-2bdbb5580956} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9104 | 2024.08.06 04:04:12.142653 [ 186 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
9105 | 2024.08.06 04:04:12.143307 [ 3 ] {5423df31-679f-4da6-8132-2bdbb5580956} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9106 | 2024.08.06 04:04:12.143575 [ 3 ] {5423df31-679f-4da6-8132-2bdbb5580956} <Debug> executeQuery: Read 228 rows, 20.54 KiB in 0.003836 sec., 59436.913451511995 rows/sec., 5.23 MiB/sec. | ||
9107 | 2024.08.06 04:04:12.143621 [ 186 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_16_3} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9108 | 2024.08.06 04:04:12.143823 [ 186 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_16_3} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
9109 | 2024.08.06 04:04:12.143880 [ 3 ] {5423df31-679f-4da6-8132-2bdbb5580956} <Debug> DynamicQueryHandler: Done processing query | ||
9110 | 2024.08.06 04:04:12.143952 [ 3 ] {5423df31-679f-4da6-8132-2bdbb5580956} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
9111 | 2024.08.06 04:04:12.143989 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9112 | 2024.08.06 04:04:12.143990 [ 3 ] {} <Debug> HTTP-Session: 56e3cfcb-20f4-4ef5-86a8-e8c46ab85571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9113 | 2024.08.06 04:04:12.144185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9114 | 2024.08.06 04:04:12.144236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9115 | 2024.08.06 04:04:12.144255 [ 3 ] {} <Debug> HTTP-Session: 42b5b24c-c627-491f-aa9c-25987eca383a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9116 | 2024.08.06 04:04:12.144272 [ 3 ] {} <Debug> HTTP-Session: 42b5b24c-c627-491f-aa9c-25987eca383a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9117 | 2024.08.06 04:04:12.144285 [ 3 ] {} <Debug> HTTP-Session: 42b5b24c-c627-491f-aa9c-25987eca383a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9118 | 2024.08.06 04:04:12.144317 [ 3 ] {} <Trace> HTTP-Session: 42b5b24c-c627-491f-aa9c-25987eca383a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9119 | 2024.08.06 04:04:12.144413 [ 3 ] {d5e0e058-f302-4b25-bc29-019c84c3c48c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9120 | 2024.08.06 04:04:12.144456 [ 3 ] {d5e0e058-f302-4b25-bc29-019c84c3c48c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9121 | 2024.08.06 04:04:12.144596 [ 3 ] {d5e0e058-f302-4b25-bc29-019c84c3c48c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9122 | 2024.08.06 04:04:12.144878 [ 3 ] {d5e0e058-f302-4b25-bc29-019c84c3c48c} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9123 | 2024.08.06 04:04:12.144913 [ 3 ] {d5e0e058-f302-4b25-bc29-019c84c3c48c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9124 | 2024.08.06 04:04:12.145207 [ 3 ] {d5e0e058-f302-4b25-bc29-019c84c3c48c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
9125 | 2024.08.06 04:04:12.145512 [ 3 ] {d5e0e058-f302-4b25-bc29-019c84c3c48c} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9126 | 2024.08.06 04:04:12.145636 [ 24 ] {} <Debug> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
9127 | 2024.08.06 04:04:12.145642 [ 3 ] {d5e0e058-f302-4b25-bc29-019c84c3c48c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001251 sec., 1598.721023181455 rows/sec., 111.63 KiB/sec. | ||
9128 | 2024.08.06 04:04:12.145674 [ 24 ] {} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9129 | 2024.08.06 04:04:12.145713 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9130 | 2024.08.06 04:04:12.145836 [ 196 ] {22f214b7-975d-4517-80a0-49b4818f93de::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 | ||
9131 | 2024.08.06 04:04:12.145888 [ 3 ] {d5e0e058-f302-4b25-bc29-019c84c3c48c} <Debug> DynamicQueryHandler: Done processing query | ||
9132 | 2024.08.06 04:04:12.145952 [ 3 ] {d5e0e058-f302-4b25-bc29-019c84c3c48c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9133 | 2024.08.06 04:04:12.145994 [ 3 ] {} <Debug> HTTP-Session: 42b5b24c-c627-491f-aa9c-25987eca383a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9134 | 2024.08.06 04:04:12.146053 [ 196 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9135 | 2024.08.06 04:04:12.146083 [ 196 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
9136 | 2024.08.06 04:04:12.146163 [ 196 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
9137 | 2024.08.06 04:04:12.146403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9138 | 2024.08.06 04:04:12.146479 [ 196 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
9139 | 2024.08.06 04:04:12.146584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9140 | 2024.08.06 04:04:12.146706 [ 3 ] {} <Debug> HTTP-Session: 6f737132-78ef-47f7-8c1b-823184de9b64 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9141 | 2024.08.06 04:04:12.146798 [ 3 ] {} <Debug> HTTP-Session: 6f737132-78ef-47f7-8c1b-823184de9b64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9142 | 2024.08.06 04:04:12.146829 [ 196 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
9143 | 2024.08.06 04:04:12.146864 [ 3 ] {} <Debug> HTTP-Session: 6f737132-78ef-47f7-8c1b-823184de9b64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9144 | 2024.08.06 04:04:12.147010 [ 3 ] {} <Trace> HTTP-Session: 6f737132-78ef-47f7-8c1b-823184de9b64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9145 | 2024.08.06 04:04:12.147057 [ 196 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
9146 | 2024.08.06 04:04:12.147353 [ 196 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
9147 | 2024.08.06 04:04:12.147545 [ 3 ] {1e6a1802-6847-4a51-9da0-61cf60d7a6d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9148 | 2024.08.06 04:04:12.147685 [ 3 ] {1e6a1802-6847-4a51-9da0-61cf60d7a6d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9149 | 2024.08.06 04:04:12.147968 [ 3 ] {1e6a1802-6847-4a51-9da0-61cf60d7a6d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9150 | 2024.08.06 04:04:12.148863 [ 3 ] {1e6a1802-6847-4a51-9da0-61cf60d7a6d5} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9151 | 2024.08.06 04:04:12.148914 [ 3 ] {1e6a1802-6847-4a51-9da0-61cf60d7a6d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9152 | 2024.08.06 04:04:12.148956 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003169854 sec., 10095.102171898137 rows/sec., 704.88 KiB/sec. | ||
9153 | 2024.08.06 04:04:12.149236 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
9154 | 2024.08.06 04:04:12.149552 [ 3 ] {1e6a1802-6847-4a51-9da0-61cf60d7a6d5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9155 | 2024.08.06 04:04:12.150253 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_16_3} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9156 | 2024.08.06 04:04:12.150408 [ 3 ] {1e6a1802-6847-4a51-9da0-61cf60d7a6d5} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9157 | 2024.08.06 04:04:12.150466 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_16_3} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
9158 | 2024.08.06 04:04:12.150643 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9159 | 2024.08.06 04:04:12.150718 [ 3 ] {1e6a1802-6847-4a51-9da0-61cf60d7a6d5} <Debug> executeQuery: Read 406 rows, 29.40 KiB in 0.003421 sec., 118678.74890382928 rows/sec., 8.39 MiB/sec. | ||
9160 | 2024.08.06 04:04:12.150910 [ 3 ] {1e6a1802-6847-4a51-9da0-61cf60d7a6d5} <Debug> DynamicQueryHandler: Done processing query | ||
9161 | 2024.08.06 04:04:12.150936 [ 3 ] {1e6a1802-6847-4a51-9da0-61cf60d7a6d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
9162 | 2024.08.06 04:04:12.150952 [ 3 ] {} <Debug> HTTP-Session: 6f737132-78ef-47f7-8c1b-823184de9b64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9163 | 2024.08.06 04:04:12.151086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9164 | 2024.08.06 04:04:12.151135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9165 | 2024.08.06 04:04:12.151156 [ 3 ] {} <Debug> HTTP-Session: b593c131-7634-4398-9257-ab5f2a4b259e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9166 | 2024.08.06 04:04:12.151172 [ 3 ] {} <Debug> HTTP-Session: b593c131-7634-4398-9257-ab5f2a4b259e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9167 | 2024.08.06 04:04:12.151186 [ 3 ] {} <Debug> HTTP-Session: b593c131-7634-4398-9257-ab5f2a4b259e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9168 | 2024.08.06 04:04:12.151217 [ 3 ] {} <Trace> HTTP-Session: b593c131-7634-4398-9257-ab5f2a4b259e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9169 | 2024.08.06 04:04:12.151315 [ 3 ] {2c7def79-9c9e-427d-9cba-b31b24ad2dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9170 | 2024.08.06 04:04:12.151362 [ 3 ] {2c7def79-9c9e-427d-9cba-b31b24ad2dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9171 | 2024.08.06 04:04:12.151497 [ 3 ] {2c7def79-9c9e-427d-9cba-b31b24ad2dbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9172 | 2024.08.06 04:04:12.151767 [ 3 ] {2c7def79-9c9e-427d-9cba-b31b24ad2dbb} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9173 | 2024.08.06 04:04:12.151804 [ 3 ] {2c7def79-9c9e-427d-9cba-b31b24ad2dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9174 | 2024.08.06 04:04:12.152168 [ 3 ] {2c7def79-9c9e-427d-9cba-b31b24ad2dbb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9175 | 2024.08.06 04:04:12.152502 [ 3 ] {2c7def79-9c9e-427d-9cba-b31b24ad2dbb} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9176 | 2024.08.06 04:04:12.152633 [ 3 ] {2c7def79-9c9e-427d-9cba-b31b24ad2dbb} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00134 sec., 4477.611940298508 rows/sec., 192.40 KiB/sec. | ||
9177 | 2024.08.06 04:04:12.152906 [ 3 ] {2c7def79-9c9e-427d-9cba-b31b24ad2dbb} <Debug> DynamicQueryHandler: Done processing query | ||
9178 | 2024.08.06 04:04:12.152944 [ 3 ] {2c7def79-9c9e-427d-9cba-b31b24ad2dbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9179 | 2024.08.06 04:04:12.152961 [ 3 ] {} <Debug> HTTP-Session: b593c131-7634-4398-9257-ab5f2a4b259e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9180 | 2024.08.06 04:04:12.153096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9181 | 2024.08.06 04:04:12.153144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9182 | 2024.08.06 04:04:12.153163 [ 3 ] {} <Debug> HTTP-Session: c1bbdc78-f251-4d26-b860-79238c2734db Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9183 | 2024.08.06 04:04:12.153180 [ 3 ] {} <Debug> HTTP-Session: c1bbdc78-f251-4d26-b860-79238c2734db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9184 | 2024.08.06 04:04:12.153194 [ 3 ] {} <Debug> HTTP-Session: c1bbdc78-f251-4d26-b860-79238c2734db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9185 | 2024.08.06 04:04:12.153224 [ 3 ] {} <Trace> HTTP-Session: c1bbdc78-f251-4d26-b860-79238c2734db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9186 | 2024.08.06 04:04:12.153352 [ 3 ] {6777a797-cec1-43a4-b68e-85570227a81b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9187 | 2024.08.06 04:04:12.153401 [ 3 ] {6777a797-cec1-43a4-b68e-85570227a81b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9188 | 2024.08.06 04:04:12.153557 [ 3 ] {6777a797-cec1-43a4-b68e-85570227a81b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9189 | 2024.08.06 04:04:12.153895 [ 3 ] {6777a797-cec1-43a4-b68e-85570227a81b} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9190 | 2024.08.06 04:04:12.153931 [ 3 ] {6777a797-cec1-43a4-b68e-85570227a81b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9191 | 2024.08.06 04:04:12.154303 [ 3 ] {6777a797-cec1-43a4-b68e-85570227a81b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
9192 | 2024.08.06 04:04:12.154659 [ 3 ] {6777a797-cec1-43a4-b68e-85570227a81b} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9193 | 2024.08.06 04:04:12.154788 [ 3 ] {6777a797-cec1-43a4-b68e-85570227a81b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001486 sec., 51816.95827725438 rows/sec., 3.19 MiB/sec. | ||
9194 | 2024.08.06 04:04:12.154958 [ 3 ] {6777a797-cec1-43a4-b68e-85570227a81b} <Debug> DynamicQueryHandler: Done processing query | ||
9195 | 2024.08.06 04:04:12.154982 [ 3 ] {6777a797-cec1-43a4-b68e-85570227a81b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9196 | 2024.08.06 04:04:12.154998 [ 3 ] {} <Debug> HTTP-Session: c1bbdc78-f251-4d26-b860-79238c2734db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9197 | 2024.08.06 04:04:12.155169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9198 | 2024.08.06 04:04:12.155219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9199 | 2024.08.06 04:04:12.155238 [ 3 ] {} <Debug> HTTP-Session: 2470fabd-859d-4963-a56a-f576ce6b2d2e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9200 | 2024.08.06 04:04:12.155254 [ 3 ] {} <Debug> HTTP-Session: 2470fabd-859d-4963-a56a-f576ce6b2d2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9201 | 2024.08.06 04:04:12.155268 [ 3 ] {} <Debug> HTTP-Session: 2470fabd-859d-4963-a56a-f576ce6b2d2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9202 | 2024.08.06 04:04:12.155300 [ 3 ] {} <Trace> HTTP-Session: 2470fabd-859d-4963-a56a-f576ce6b2d2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9203 | 2024.08.06 04:04:12.155438 [ 3 ] {7febac68-6d19-42a1-be59-6c0736cba5b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9204 | 2024.08.06 04:04:12.155485 [ 3 ] {7febac68-6d19-42a1-be59-6c0736cba5b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9205 | 2024.08.06 04:04:12.155625 [ 3 ] {7febac68-6d19-42a1-be59-6c0736cba5b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9206 | 2024.08.06 04:04:12.155989 [ 3 ] {7febac68-6d19-42a1-be59-6c0736cba5b5} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9207 | 2024.08.06 04:04:12.156026 [ 3 ] {7febac68-6d19-42a1-be59-6c0736cba5b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9208 | 2024.08.06 04:04:12.156400 [ 3 ] {7febac68-6d19-42a1-be59-6c0736cba5b5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9209 | 2024.08.06 04:04:12.156744 [ 3 ] {7febac68-6d19-42a1-be59-6c0736cba5b5} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9210 | 2024.08.06 04:04:12.156872 [ 3 ] {7febac68-6d19-42a1-be59-6c0736cba5b5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001499 sec., 107404.93662441628 rows/sec., 7.48 MiB/sec. | ||
9211 | 2024.08.06 04:04:12.157027 [ 3 ] {7febac68-6d19-42a1-be59-6c0736cba5b5} <Debug> DynamicQueryHandler: Done processing query | ||
9212 | 2024.08.06 04:04:12.157050 [ 3 ] {7febac68-6d19-42a1-be59-6c0736cba5b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9213 | 2024.08.06 04:04:12.157066 [ 3 ] {} <Debug> HTTP-Session: 2470fabd-859d-4963-a56a-f576ce6b2d2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9214 | 2024.08.06 04:04:12.157234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9215 | 2024.08.06 04:04:12.157282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9216 | 2024.08.06 04:04:12.157301 [ 3 ] {} <Debug> HTTP-Session: e314401d-c16b-47d3-a66e-ae9885c1012b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9217 | 2024.08.06 04:04:12.157318 [ 3 ] {} <Debug> HTTP-Session: e314401d-c16b-47d3-a66e-ae9885c1012b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9218 | 2024.08.06 04:04:12.157332 [ 3 ] {} <Debug> HTTP-Session: e314401d-c16b-47d3-a66e-ae9885c1012b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9219 | 2024.08.06 04:04:12.157363 [ 3 ] {} <Trace> HTTP-Session: e314401d-c16b-47d3-a66e-ae9885c1012b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9220 | 2024.08.06 04:04:12.157617 [ 3 ] {63390af7-d2fb-4777-b115-22d9ae6a8f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9221 | 2024.08.06 04:04:12.157681 [ 3 ] {63390af7-d2fb-4777-b115-22d9ae6a8f13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9222 | 2024.08.06 04:04:12.158078 [ 3 ] {63390af7-d2fb-4777-b115-22d9ae6a8f13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9223 | 2024.08.06 04:04:12.158683 [ 3 ] {63390af7-d2fb-4777-b115-22d9ae6a8f13} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9224 | 2024.08.06 04:04:12.158719 [ 3 ] {63390af7-d2fb-4777-b115-22d9ae6a8f13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9225 | 2024.08.06 04:04:12.159347 [ 3 ] {63390af7-d2fb-4777-b115-22d9ae6a8f13} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9226 | 2024.08.06 04:04:12.159767 [ 3 ] {63390af7-d2fb-4777-b115-22d9ae6a8f13} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9227 | 2024.08.06 04:04:12.159924 [ 3 ] {63390af7-d2fb-4777-b115-22d9ae6a8f13} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002477 sec., 8881.711748082358 rows/sec., 15.92 MiB/sec. | ||
9228 | 2024.08.06 04:04:12.160286 [ 3 ] {63390af7-d2fb-4777-b115-22d9ae6a8f13} <Debug> DynamicQueryHandler: Done processing query | ||
9229 | 2024.08.06 04:04:12.160311 [ 3 ] {63390af7-d2fb-4777-b115-22d9ae6a8f13} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9230 | 2024.08.06 04:04:12.160327 [ 3 ] {} <Debug> HTTP-Session: e314401d-c16b-47d3-a66e-ae9885c1012b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9231 | 2024.08.06 04:04:12.160448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9232 | 2024.08.06 04:04:12.160497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9233 | 2024.08.06 04:04:12.160517 [ 3 ] {} <Debug> HTTP-Session: 7192e7e6-8dfd-46a9-bce1-dc80a451ef45 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9234 | 2024.08.06 04:04:12.160533 [ 3 ] {} <Debug> HTTP-Session: 7192e7e6-8dfd-46a9-bce1-dc80a451ef45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9235 | 2024.08.06 04:04:12.160547 [ 3 ] {} <Debug> HTTP-Session: 7192e7e6-8dfd-46a9-bce1-dc80a451ef45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9236 | 2024.08.06 04:04:12.160578 [ 3 ] {} <Trace> HTTP-Session: 7192e7e6-8dfd-46a9-bce1-dc80a451ef45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9237 | 2024.08.06 04:04:12.160682 [ 3 ] {1ecf9ac6-0490-4b39-92ee-497912296241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9238 | 2024.08.06 04:04:12.160728 [ 3 ] {1ecf9ac6-0490-4b39-92ee-497912296241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9239 | 2024.08.06 04:04:12.160857 [ 3 ] {1ecf9ac6-0490-4b39-92ee-497912296241} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9240 | 2024.08.06 04:04:12.161172 [ 3 ] {1ecf9ac6-0490-4b39-92ee-497912296241} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9241 | 2024.08.06 04:04:12.161209 [ 3 ] {1ecf9ac6-0490-4b39-92ee-497912296241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9242 | 2024.08.06 04:04:12.161568 [ 3 ] {1ecf9ac6-0490-4b39-92ee-497912296241} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9243 | 2024.08.06 04:04:12.161911 [ 3 ] {1ecf9ac6-0490-4b39-92ee-497912296241} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9244 | 2024.08.06 04:04:12.162050 [ 3 ] {1ecf9ac6-0490-4b39-92ee-497912296241} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001392 sec., 16522.988505747126 rows/sec., 893.78 KiB/sec. | ||
9245 | 2024.08.06 04:04:12.162327 [ 3 ] {1ecf9ac6-0490-4b39-92ee-497912296241} <Debug> DynamicQueryHandler: Done processing query | ||
9246 | 2024.08.06 04:04:12.162366 [ 3 ] {1ecf9ac6-0490-4b39-92ee-497912296241} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9247 | 2024.08.06 04:04:12.162387 [ 3 ] {} <Debug> HTTP-Session: 7192e7e6-8dfd-46a9-bce1-dc80a451ef45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9248 | 2024.08.06 04:04:12.162534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9249 | 2024.08.06 04:04:12.162584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9250 | 2024.08.06 04:04:12.162606 [ 3 ] {} <Debug> HTTP-Session: abb5f1d9-c31b-4d54-894c-17abe117af16 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9251 | 2024.08.06 04:04:12.162623 [ 3 ] {} <Debug> HTTP-Session: abb5f1d9-c31b-4d54-894c-17abe117af16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9252 | 2024.08.06 04:04:12.162637 [ 3 ] {} <Debug> HTTP-Session: abb5f1d9-c31b-4d54-894c-17abe117af16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9253 | 2024.08.06 04:04:12.162669 [ 3 ] {} <Trace> HTTP-Session: abb5f1d9-c31b-4d54-894c-17abe117af16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9254 | 2024.08.06 04:04:12.162795 [ 3 ] {e5906a66-e29b-4a0a-b5fe-4a2138029054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9255 | 2024.08.06 04:04:12.162842 [ 3 ] {e5906a66-e29b-4a0a-b5fe-4a2138029054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9256 | 2024.08.06 04:04:12.162992 [ 3 ] {e5906a66-e29b-4a0a-b5fe-4a2138029054} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9257 | 2024.08.06 04:04:12.163279 [ 3 ] {e5906a66-e29b-4a0a-b5fe-4a2138029054} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9258 | 2024.08.06 04:04:12.163318 [ 3 ] {e5906a66-e29b-4a0a-b5fe-4a2138029054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9259 | 2024.08.06 04:04:12.163681 [ 3 ] {e5906a66-e29b-4a0a-b5fe-4a2138029054} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9260 | 2024.08.06 04:04:12.164006 [ 3 ] {e5906a66-e29b-4a0a-b5fe-4a2138029054} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9261 | 2024.08.06 04:04:12.164161 [ 3 ] {e5906a66-e29b-4a0a-b5fe-4a2138029054} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
9262 | 2024.08.06 04:04:12.164432 [ 3 ] {e5906a66-e29b-4a0a-b5fe-4a2138029054} <Debug> DynamicQueryHandler: Done processing query | ||
9263 | 2024.08.06 04:04:12.164489 [ 3 ] {e5906a66-e29b-4a0a-b5fe-4a2138029054} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9264 | 2024.08.06 04:04:12.164522 [ 3 ] {} <Debug> HTTP-Session: abb5f1d9-c31b-4d54-894c-17abe117af16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9265 | 2024.08.06 04:04:17.126560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9266 | 2024.08.06 04:04:17.126709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9267 | 2024.08.06 04:04:17.126738 [ 3 ] {} <Debug> HTTP-Session: 79574173-5b0c-4430-998a-4bd5c55199b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9268 | 2024.08.06 04:04:17.126767 [ 3 ] {} <Debug> HTTP-Session: 79574173-5b0c-4430-998a-4bd5c55199b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9269 | 2024.08.06 04:04:17.126785 [ 3 ] {} <Debug> HTTP-Session: 79574173-5b0c-4430-998a-4bd5c55199b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9270 | 2024.08.06 04:04:17.126841 [ 3 ] {} <Trace> HTTP-Session: 79574173-5b0c-4430-998a-4bd5c55199b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9271 | 2024.08.06 04:04:17.127046 [ 3 ] {2e12e66c-a089-4a7c-b59d-12df9512a03b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9272 | 2024.08.06 04:04:17.127116 [ 3 ] {2e12e66c-a089-4a7c-b59d-12df9512a03b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9273 | 2024.08.06 04:04:17.127312 [ 3 ] {2e12e66c-a089-4a7c-b59d-12df9512a03b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9274 | 2024.08.06 04:04:17.127723 [ 3 ] {2e12e66c-a089-4a7c-b59d-12df9512a03b} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9275 | 2024.08.06 04:04:17.127766 [ 3 ] {2e12e66c-a089-4a7c-b59d-12df9512a03b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9276 | 2024.08.06 04:04:17.128137 [ 3 ] {2e12e66c-a089-4a7c-b59d-12df9512a03b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9277 | 2024.08.06 04:04:17.128473 [ 3 ] {2e12e66c-a089-4a7c-b59d-12df9512a03b} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9278 | 2024.08.06 04:04:17.128654 [ 3 ] {2e12e66c-a089-4a7c-b59d-12df9512a03b} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001663 sec., 6614.55201443175 rows/sec., 536.14 KiB/sec. | ||
9279 | 2024.08.06 04:04:17.128855 [ 3 ] {2e12e66c-a089-4a7c-b59d-12df9512a03b} <Debug> DynamicQueryHandler: Done processing query | ||
9280 | 2024.08.06 04:04:17.128882 [ 3 ] {2e12e66c-a089-4a7c-b59d-12df9512a03b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9281 | 2024.08.06 04:04:17.128899 [ 3 ] {} <Debug> HTTP-Session: 79574173-5b0c-4430-998a-4bd5c55199b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9282 | 2024.08.06 04:04:17.129030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9283 | 2024.08.06 04:04:17.129081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9284 | 2024.08.06 04:04:17.129101 [ 3 ] {} <Debug> HTTP-Session: a9b1b14e-c2df-4cec-9298-12a5dbb614bf Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9285 | 2024.08.06 04:04:17.129117 [ 3 ] {} <Debug> HTTP-Session: a9b1b14e-c2df-4cec-9298-12a5dbb614bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9286 | 2024.08.06 04:04:17.129130 [ 3 ] {} <Debug> HTTP-Session: a9b1b14e-c2df-4cec-9298-12a5dbb614bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9287 | 2024.08.06 04:04:17.129161 [ 3 ] {} <Trace> HTTP-Session: a9b1b14e-c2df-4cec-9298-12a5dbb614bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9288 | 2024.08.06 04:04:17.129257 [ 3 ] {d0eda6bf-dbb3-460f-a163-535e56cd7f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9289 | 2024.08.06 04:04:17.129301 [ 3 ] {d0eda6bf-dbb3-460f-a163-535e56cd7f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9290 | 2024.08.06 04:04:17.129432 [ 3 ] {d0eda6bf-dbb3-460f-a163-535e56cd7f70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9291 | 2024.08.06 04:04:17.129725 [ 3 ] {d0eda6bf-dbb3-460f-a163-535e56cd7f70} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9292 | 2024.08.06 04:04:17.129763 [ 3 ] {d0eda6bf-dbb3-460f-a163-535e56cd7f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9293 | 2024.08.06 04:04:17.130076 [ 3 ] {d0eda6bf-dbb3-460f-a163-535e56cd7f70} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9294 | 2024.08.06 04:04:17.130382 [ 3 ] {d0eda6bf-dbb3-460f-a163-535e56cd7f70} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9295 | 2024.08.06 04:04:17.130538 [ 3 ] {d0eda6bf-dbb3-460f-a163-535e56cd7f70} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001303 sec., 3069.8388334612437 rows/sec., 250.32 KiB/sec. | ||
9296 | 2024.08.06 04:04:17.130693 [ 3 ] {d0eda6bf-dbb3-460f-a163-535e56cd7f70} <Debug> DynamicQueryHandler: Done processing query | ||
9297 | 2024.08.06 04:04:17.130717 [ 3 ] {d0eda6bf-dbb3-460f-a163-535e56cd7f70} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9298 | 2024.08.06 04:04:17.130734 [ 3 ] {} <Debug> HTTP-Session: a9b1b14e-c2df-4cec-9298-12a5dbb614bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9299 | 2024.08.06 04:04:17.130879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9300 | 2024.08.06 04:04:17.130927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9301 | 2024.08.06 04:04:17.130946 [ 3 ] {} <Debug> HTTP-Session: ddc221ac-408d-4441-8e9c-567b73ee48b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9302 | 2024.08.06 04:04:17.130963 [ 3 ] {} <Debug> HTTP-Session: ddc221ac-408d-4441-8e9c-567b73ee48b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9303 | 2024.08.06 04:04:17.130977 [ 3 ] {} <Debug> HTTP-Session: ddc221ac-408d-4441-8e9c-567b73ee48b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9304 | 2024.08.06 04:04:17.131007 [ 3 ] {} <Trace> HTTP-Session: ddc221ac-408d-4441-8e9c-567b73ee48b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9305 | 2024.08.06 04:04:17.131137 [ 3 ] {c513cf4b-ca41-4feb-a32c-fc8a0984a3d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9306 | 2024.08.06 04:04:17.131179 [ 3 ] {c513cf4b-ca41-4feb-a32c-fc8a0984a3d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9307 | 2024.08.06 04:04:17.131305 [ 3 ] {c513cf4b-ca41-4feb-a32c-fc8a0984a3d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9308 | 2024.08.06 04:04:17.131669 [ 3 ] {c513cf4b-ca41-4feb-a32c-fc8a0984a3d1} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9309 | 2024.08.06 04:04:17.131706 [ 3 ] {c513cf4b-ca41-4feb-a32c-fc8a0984a3d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9310 | 2024.08.06 04:04:17.132021 [ 3 ] {c513cf4b-ca41-4feb-a32c-fc8a0984a3d1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9311 | 2024.08.06 04:04:17.132330 [ 3 ] {c513cf4b-ca41-4feb-a32c-fc8a0984a3d1} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9312 | 2024.08.06 04:04:17.132491 [ 3 ] {c513cf4b-ca41-4feb-a32c-fc8a0984a3d1} <Debug> executeQuery: Read 127 rows, 10.28 KiB in 0.001401 sec., 90649.53604568166 rows/sec., 7.16 MiB/sec. | ||
9313 | 2024.08.06 04:04:17.132741 [ 3 ] {c513cf4b-ca41-4feb-a32c-fc8a0984a3d1} <Debug> DynamicQueryHandler: Done processing query | ||
9314 | 2024.08.06 04:04:17.132788 [ 3 ] {c513cf4b-ca41-4feb-a32c-fc8a0984a3d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9315 | 2024.08.06 04:04:17.132827 [ 3 ] {} <Debug> HTTP-Session: ddc221ac-408d-4441-8e9c-567b73ee48b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9316 | 2024.08.06 04:04:17.132965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9317 | 2024.08.06 04:04:17.133015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9318 | 2024.08.06 04:04:17.133036 [ 3 ] {} <Debug> HTTP-Session: f928a5bf-0114-4985-a69a-0ea574c2c1fb Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9319 | 2024.08.06 04:04:17.133052 [ 3 ] {} <Debug> HTTP-Session: f928a5bf-0114-4985-a69a-0ea574c2c1fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9320 | 2024.08.06 04:04:17.133067 [ 3 ] {} <Debug> HTTP-Session: f928a5bf-0114-4985-a69a-0ea574c2c1fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9321 | 2024.08.06 04:04:17.133097 [ 3 ] {} <Trace> HTTP-Session: f928a5bf-0114-4985-a69a-0ea574c2c1fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9322 | 2024.08.06 04:04:17.133194 [ 3 ] {3f38a090-4861-45e8-9fee-b8679236de00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9323 | 2024.08.06 04:04:17.133239 [ 3 ] {3f38a090-4861-45e8-9fee-b8679236de00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9324 | 2024.08.06 04:04:17.133380 [ 3 ] {3f38a090-4861-45e8-9fee-b8679236de00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9325 | 2024.08.06 04:04:17.133663 [ 3 ] {3f38a090-4861-45e8-9fee-b8679236de00} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9326 | 2024.08.06 04:04:17.133702 [ 3 ] {3f38a090-4861-45e8-9fee-b8679236de00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9327 | 2024.08.06 04:04:17.134000 [ 3 ] {3f38a090-4861-45e8-9fee-b8679236de00} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
9328 | 2024.08.06 04:04:17.134333 [ 3 ] {3f38a090-4861-45e8-9fee-b8679236de00} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9329 | 2024.08.06 04:04:17.134487 [ 3 ] {3f38a090-4861-45e8-9fee-b8679236de00} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00131 sec., 3053.4351145038167 rows/sec., 213.20 KiB/sec. | ||
9330 | 2024.08.06 04:04:17.134780 [ 3 ] {3f38a090-4861-45e8-9fee-b8679236de00} <Debug> DynamicQueryHandler: Done processing query | ||
9331 | 2024.08.06 04:04:17.134805 [ 3 ] {3f38a090-4861-45e8-9fee-b8679236de00} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9332 | 2024.08.06 04:04:17.134822 [ 3 ] {} <Debug> HTTP-Session: f928a5bf-0114-4985-a69a-0ea574c2c1fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9333 | 2024.08.06 04:04:17.134956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9334 | 2024.08.06 04:04:17.135006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9335 | 2024.08.06 04:04:17.135026 [ 3 ] {} <Debug> HTTP-Session: 4202cbca-94df-42ef-ae57-1ab648a35584 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9336 | 2024.08.06 04:04:17.135042 [ 3 ] {} <Debug> HTTP-Session: 4202cbca-94df-42ef-ae57-1ab648a35584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9337 | 2024.08.06 04:04:17.135055 [ 3 ] {} <Debug> HTTP-Session: 4202cbca-94df-42ef-ae57-1ab648a35584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9338 | 2024.08.06 04:04:17.135112 [ 3 ] {} <Trace> HTTP-Session: 4202cbca-94df-42ef-ae57-1ab648a35584 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9339 | 2024.08.06 04:04:17.135236 [ 3 ] {f3a458b3-6fd8-4178-8cf6-bf9c1f3a33d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9340 | 2024.08.06 04:04:17.135281 [ 3 ] {f3a458b3-6fd8-4178-8cf6-bf9c1f3a33d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9341 | 2024.08.06 04:04:17.135425 [ 3 ] {f3a458b3-6fd8-4178-8cf6-bf9c1f3a33d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9342 | 2024.08.06 04:04:17.135814 [ 3 ] {f3a458b3-6fd8-4178-8cf6-bf9c1f3a33d7} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9343 | 2024.08.06 04:04:17.135851 [ 3 ] {f3a458b3-6fd8-4178-8cf6-bf9c1f3a33d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9344 | 2024.08.06 04:04:17.136170 [ 3 ] {f3a458b3-6fd8-4178-8cf6-bf9c1f3a33d7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9345 | 2024.08.06 04:04:17.136473 [ 3 ] {f3a458b3-6fd8-4178-8cf6-bf9c1f3a33d7} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9346 | 2024.08.06 04:04:17.136632 [ 3 ] {f3a458b3-6fd8-4178-8cf6-bf9c1f3a33d7} <Debug> executeQuery: Read 103 rows, 8.22 KiB in 0.001445 sec., 71280.276816609 rows/sec., 5.56 MiB/sec. | ||
9347 | 2024.08.06 04:04:17.136800 [ 3 ] {f3a458b3-6fd8-4178-8cf6-bf9c1f3a33d7} <Debug> DynamicQueryHandler: Done processing query | ||
9348 | 2024.08.06 04:04:17.136824 [ 3 ] {f3a458b3-6fd8-4178-8cf6-bf9c1f3a33d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9349 | 2024.08.06 04:04:17.136840 [ 3 ] {} <Debug> HTTP-Session: 4202cbca-94df-42ef-ae57-1ab648a35584 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9350 | 2024.08.06 04:04:17.137038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9351 | 2024.08.06 04:04:17.137106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9352 | 2024.08.06 04:04:17.137130 [ 3 ] {} <Debug> HTTP-Session: 0ba9b43a-20d9-458a-9fd3-ea80df23cb06 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9353 | 2024.08.06 04:04:17.137151 [ 3 ] {} <Debug> HTTP-Session: 0ba9b43a-20d9-458a-9fd3-ea80df23cb06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9354 | 2024.08.06 04:04:17.137170 [ 3 ] {} <Debug> HTTP-Session: 0ba9b43a-20d9-458a-9fd3-ea80df23cb06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9355 | 2024.08.06 04:04:17.137208 [ 3 ] {} <Trace> HTTP-Session: 0ba9b43a-20d9-458a-9fd3-ea80df23cb06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9356 | 2024.08.06 04:04:17.137437 [ 3 ] {47f3e174-2ffa-484a-90f1-5ad13fcc6583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9357 | 2024.08.06 04:04:17.137493 [ 3 ] {47f3e174-2ffa-484a-90f1-5ad13fcc6583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9358 | 2024.08.06 04:04:17.137688 [ 3 ] {47f3e174-2ffa-484a-90f1-5ad13fcc6583} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9359 | 2024.08.06 04:04:17.138156 [ 3 ] {47f3e174-2ffa-484a-90f1-5ad13fcc6583} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9360 | 2024.08.06 04:04:17.138195 [ 3 ] {47f3e174-2ffa-484a-90f1-5ad13fcc6583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9361 | 2024.08.06 04:04:17.138596 [ 3 ] {47f3e174-2ffa-484a-90f1-5ad13fcc6583} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9362 | 2024.08.06 04:04:17.138943 [ 3 ] {47f3e174-2ffa-484a-90f1-5ad13fcc6583} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9363 | 2024.08.06 04:04:17.139084 [ 3 ] {47f3e174-2ffa-484a-90f1-5ad13fcc6583} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001775 sec., 111549.29577464788 rows/sec., 7.79 MiB/sec. | ||
9364 | 2024.08.06 04:04:17.139362 [ 3 ] {47f3e174-2ffa-484a-90f1-5ad13fcc6583} <Debug> DynamicQueryHandler: Done processing query | ||
9365 | 2024.08.06 04:04:17.139413 [ 3 ] {47f3e174-2ffa-484a-90f1-5ad13fcc6583} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9366 | 2024.08.06 04:04:17.139453 [ 3 ] {} <Debug> HTTP-Session: 0ba9b43a-20d9-458a-9fd3-ea80df23cb06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9367 | 2024.08.06 04:04:17.139607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17702, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9368 | 2024.08.06 04:04:17.139655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9369 | 2024.08.06 04:04:17.139674 [ 3 ] {} <Debug> HTTP-Session: 8c43779f-6b86-4ad2-888e-5bc00cc4d242 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9370 | 2024.08.06 04:04:17.139690 [ 3 ] {} <Debug> HTTP-Session: 8c43779f-6b86-4ad2-888e-5bc00cc4d242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9371 | 2024.08.06 04:04:17.139703 [ 3 ] {} <Debug> HTTP-Session: 8c43779f-6b86-4ad2-888e-5bc00cc4d242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9372 | 2024.08.06 04:04:17.139735 [ 3 ] {} <Trace> HTTP-Session: 8c43779f-6b86-4ad2-888e-5bc00cc4d242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9373 | 2024.08.06 04:04:17.139937 [ 3 ] {a26a4554-57cc-4284-b934-8c083dac712d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9374 | 2024.08.06 04:04:17.140011 [ 3 ] {a26a4554-57cc-4284-b934-8c083dac712d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9375 | 2024.08.06 04:04:17.140446 [ 3 ] {a26a4554-57cc-4284-b934-8c083dac712d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9376 | 2024.08.06 04:04:17.141063 [ 3 ] {a26a4554-57cc-4284-b934-8c083dac712d} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9377 | 2024.08.06 04:04:17.141098 [ 3 ] {a26a4554-57cc-4284-b934-8c083dac712d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9378 | 2024.08.06 04:04:17.141686 [ 3 ] {a26a4554-57cc-4284-b934-8c083dac712d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9379 | 2024.08.06 04:04:17.142096 [ 3 ] {a26a4554-57cc-4284-b934-8c083dac712d} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9380 | 2024.08.06 04:04:17.142294 [ 3 ] {a26a4554-57cc-4284-b934-8c083dac712d} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002469 sec., 4455.245038477116 rows/sec., 7.98 MiB/sec. | ||
9381 | 2024.08.06 04:04:17.142891 [ 3 ] {a26a4554-57cc-4284-b934-8c083dac712d} <Debug> DynamicQueryHandler: Done processing query | ||
9382 | 2024.08.06 04:04:17.142915 [ 3 ] {a26a4554-57cc-4284-b934-8c083dac712d} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
9383 | 2024.08.06 04:04:17.142930 [ 3 ] {} <Debug> HTTP-Session: 8c43779f-6b86-4ad2-888e-5bc00cc4d242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9384 | 2024.08.06 04:04:17.143065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9385 | 2024.08.06 04:04:17.143114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9386 | 2024.08.06 04:04:17.143132 [ 3 ] {} <Debug> HTTP-Session: a9f43d4a-372f-4946-b275-d4e2a290fea3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9387 | 2024.08.06 04:04:17.143149 [ 3 ] {} <Debug> HTTP-Session: a9f43d4a-372f-4946-b275-d4e2a290fea3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9388 | 2024.08.06 04:04:17.143162 [ 3 ] {} <Debug> HTTP-Session: a9f43d4a-372f-4946-b275-d4e2a290fea3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9389 | 2024.08.06 04:04:17.143192 [ 3 ] {} <Trace> HTTP-Session: a9f43d4a-372f-4946-b275-d4e2a290fea3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9390 | 2024.08.06 04:04:17.143322 [ 3 ] {db34b372-8634-4f41-8df3-f5b5b1bb9fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9391 | 2024.08.06 04:04:17.143367 [ 3 ] {db34b372-8634-4f41-8df3-f5b5b1bb9fe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9392 | 2024.08.06 04:04:17.143516 [ 3 ] {db34b372-8634-4f41-8df3-f5b5b1bb9fe6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9393 | 2024.08.06 04:04:17.143889 [ 3 ] {db34b372-8634-4f41-8df3-f5b5b1bb9fe6} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9394 | 2024.08.06 04:04:17.143924 [ 3 ] {db34b372-8634-4f41-8df3-f5b5b1bb9fe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9395 | 2024.08.06 04:04:17.144282 [ 3 ] {db34b372-8634-4f41-8df3-f5b5b1bb9fe6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9396 | 2024.08.06 04:04:17.144603 [ 3 ] {db34b372-8634-4f41-8df3-f5b5b1bb9fe6} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9397 | 2024.08.06 04:04:17.144746 [ 3 ] {db34b372-8634-4f41-8df3-f5b5b1bb9fe6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. | ||
9398 | 2024.08.06 04:04:17.144918 [ 3 ] {db34b372-8634-4f41-8df3-f5b5b1bb9fe6} <Debug> DynamicQueryHandler: Done processing query | ||
9399 | 2024.08.06 04:04:17.144941 [ 3 ] {db34b372-8634-4f41-8df3-f5b5b1bb9fe6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9400 | 2024.08.06 04:04:17.144956 [ 3 ] {} <Debug> HTTP-Session: a9f43d4a-372f-4946-b275-d4e2a290fea3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9401 | 2024.08.06 04:04:21.018454 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9402 | 2024.08.06 04:04:21.018525 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9403 | 2024.08.06 04:04:22.129530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9404 | 2024.08.06 04:04:22.129648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9405 | 2024.08.06 04:04:22.129673 [ 3 ] {} <Debug> HTTP-Session: 108e9a73-83d7-4515-99ef-9212769146da Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9406 | 2024.08.06 04:04:22.129698 [ 3 ] {} <Debug> HTTP-Session: 108e9a73-83d7-4515-99ef-9212769146da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9407 | 2024.08.06 04:04:22.129712 [ 3 ] {} <Debug> HTTP-Session: 108e9a73-83d7-4515-99ef-9212769146da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9408 | 2024.08.06 04:04:22.129763 [ 3 ] {} <Trace> HTTP-Session: 108e9a73-83d7-4515-99ef-9212769146da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9409 | 2024.08.06 04:04:22.129954 [ 3 ] {c539ef6d-c6ca-42f0-8087-00264c38e083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9410 | 2024.08.06 04:04:22.130023 [ 3 ] {c539ef6d-c6ca-42f0-8087-00264c38e083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9411 | 2024.08.06 04:04:22.130219 [ 3 ] {c539ef6d-c6ca-42f0-8087-00264c38e083} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9412 | 2024.08.06 04:04:22.130699 [ 3 ] {c539ef6d-c6ca-42f0-8087-00264c38e083} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9413 | 2024.08.06 04:04:22.130743 [ 3 ] {c539ef6d-c6ca-42f0-8087-00264c38e083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9414 | 2024.08.06 04:04:22.131119 [ 3 ] {c539ef6d-c6ca-42f0-8087-00264c38e083} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9415 | 2024.08.06 04:04:22.131466 [ 3 ] {c539ef6d-c6ca-42f0-8087-00264c38e083} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9416 | 2024.08.06 04:04:22.131626 [ 3 ] {c539ef6d-c6ca-42f0-8087-00264c38e083} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.00173 sec., 16184.971098265896 rows/sec., 1.20 MiB/sec. | ||
9417 | 2024.08.06 04:04:22.131822 [ 3 ] {c539ef6d-c6ca-42f0-8087-00264c38e083} <Debug> DynamicQueryHandler: Done processing query | ||
9418 | 2024.08.06 04:04:22.131849 [ 3 ] {c539ef6d-c6ca-42f0-8087-00264c38e083} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9419 | 2024.08.06 04:04:22.131865 [ 3 ] {} <Debug> HTTP-Session: 108e9a73-83d7-4515-99ef-9212769146da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9420 | 2024.08.06 04:04:22.132029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9421 | 2024.08.06 04:04:22.132079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9422 | 2024.08.06 04:04:22.132098 [ 3 ] {} <Debug> HTTP-Session: b535dde4-dad2-4f8c-9c5a-e6f44a19dae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9423 | 2024.08.06 04:04:22.132115 [ 3 ] {} <Debug> HTTP-Session: b535dde4-dad2-4f8c-9c5a-e6f44a19dae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9424 | 2024.08.06 04:04:22.132129 [ 3 ] {} <Debug> HTTP-Session: b535dde4-dad2-4f8c-9c5a-e6f44a19dae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9425 | 2024.08.06 04:04:22.132160 [ 3 ] {} <Trace> HTTP-Session: b535dde4-dad2-4f8c-9c5a-e6f44a19dae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9426 | 2024.08.06 04:04:22.132256 [ 3 ] {64ec985c-2708-4985-9747-12eff24fa31a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9427 | 2024.08.06 04:04:22.132301 [ 3 ] {64ec985c-2708-4985-9747-12eff24fa31a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9428 | 2024.08.06 04:04:22.132427 [ 3 ] {64ec985c-2708-4985-9747-12eff24fa31a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9429 | 2024.08.06 04:04:22.132739 [ 3 ] {64ec985c-2708-4985-9747-12eff24fa31a} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9430 | 2024.08.06 04:04:22.132782 [ 3 ] {64ec985c-2708-4985-9747-12eff24fa31a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9431 | 2024.08.06 04:04:22.133086 [ 3 ] {64ec985c-2708-4985-9747-12eff24fa31a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9432 | 2024.08.06 04:04:22.133410 [ 3 ] {64ec985c-2708-4985-9747-12eff24fa31a} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9433 | 2024.08.06 04:04:22.133590 [ 3 ] {64ec985c-2708-4985-9747-12eff24fa31a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001344 sec., 2976.190476190476 rows/sec., 242.69 KiB/sec. | ||
9434 | 2024.08.06 04:04:22.133967 [ 3 ] {64ec985c-2708-4985-9747-12eff24fa31a} <Debug> DynamicQueryHandler: Done processing query | ||
9435 | 2024.08.06 04:04:22.133996 [ 3 ] {64ec985c-2708-4985-9747-12eff24fa31a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9436 | 2024.08.06 04:04:22.134013 [ 3 ] {} <Debug> HTTP-Session: b535dde4-dad2-4f8c-9c5a-e6f44a19dae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9437 | 2024.08.06 04:04:22.134178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34537, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9438 | 2024.08.06 04:04:22.134228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9439 | 2024.08.06 04:04:22.134247 [ 3 ] {} <Debug> HTTP-Session: 582300f0-3cc4-4988-bad8-d49e21b43363 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9440 | 2024.08.06 04:04:22.134264 [ 3 ] {} <Debug> HTTP-Session: 582300f0-3cc4-4988-bad8-d49e21b43363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9441 | 2024.08.06 04:04:22.134277 [ 3 ] {} <Debug> HTTP-Session: 582300f0-3cc4-4988-bad8-d49e21b43363 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9442 | 2024.08.06 04:04:22.134308 [ 3 ] {} <Trace> HTTP-Session: 582300f0-3cc4-4988-bad8-d49e21b43363 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9443 | 2024.08.06 04:04:22.134467 [ 3 ] {ca417bda-035a-4c7f-9fb5-a81641f6f32f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9444 | 2024.08.06 04:04:22.134511 [ 3 ] {ca417bda-035a-4c7f-9fb5-a81641f6f32f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9445 | 2024.08.06 04:04:22.134659 [ 3 ] {ca417bda-035a-4c7f-9fb5-a81641f6f32f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9446 | 2024.08.06 04:04:22.135104 [ 3 ] {ca417bda-035a-4c7f-9fb5-a81641f6f32f} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9447 | 2024.08.06 04:04:22.135141 [ 3 ] {ca417bda-035a-4c7f-9fb5-a81641f6f32f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9448 | 2024.08.06 04:04:22.135468 [ 3 ] {ca417bda-035a-4c7f-9fb5-a81641f6f32f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9449 | 2024.08.06 04:04:22.135773 [ 3 ] {ca417bda-035a-4c7f-9fb5-a81641f6f32f} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9450 | 2024.08.06 04:04:22.135935 [ 3 ] {ca417bda-035a-4c7f-9fb5-a81641f6f32f} <Debug> executeQuery: Read 229 rows, 20.61 KiB in 0.001528 sec., 149869.10994764397 rows/sec., 13.17 MiB/sec. | ||
9451 | 2024.08.06 04:04:22.136246 [ 3 ] {ca417bda-035a-4c7f-9fb5-a81641f6f32f} <Debug> DynamicQueryHandler: Done processing query | ||
9452 | 2024.08.06 04:04:22.136290 [ 3 ] {ca417bda-035a-4c7f-9fb5-a81641f6f32f} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
9453 | 2024.08.06 04:04:22.136309 [ 3 ] {} <Debug> HTTP-Session: 582300f0-3cc4-4988-bad8-d49e21b43363 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9454 | 2024.08.06 04:04:22.136434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9455 | 2024.08.06 04:04:22.136483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9456 | 2024.08.06 04:04:22.136502 [ 3 ] {} <Debug> HTTP-Session: 61a2232d-ae03-4ac6-902d-0e88193195d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9457 | 2024.08.06 04:04:22.136519 [ 3 ] {} <Debug> HTTP-Session: 61a2232d-ae03-4ac6-902d-0e88193195d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9458 | 2024.08.06 04:04:22.136532 [ 3 ] {} <Debug> HTTP-Session: 61a2232d-ae03-4ac6-902d-0e88193195d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9459 | 2024.08.06 04:04:22.136564 [ 3 ] {} <Trace> HTTP-Session: 61a2232d-ae03-4ac6-902d-0e88193195d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9460 | 2024.08.06 04:04:22.136662 [ 3 ] {59b2f6f4-3929-4294-aa21-2a70617fb17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9461 | 2024.08.06 04:04:22.136706 [ 3 ] {59b2f6f4-3929-4294-aa21-2a70617fb17d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9462 | 2024.08.06 04:04:22.136849 [ 3 ] {59b2f6f4-3929-4294-aa21-2a70617fb17d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9463 | 2024.08.06 04:04:22.137123 [ 3 ] {59b2f6f4-3929-4294-aa21-2a70617fb17d} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9464 | 2024.08.06 04:04:22.137159 [ 3 ] {59b2f6f4-3929-4294-aa21-2a70617fb17d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9465 | 2024.08.06 04:04:22.137457 [ 3 ] {59b2f6f4-3929-4294-aa21-2a70617fb17d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9466 | 2024.08.06 04:04:22.137821 [ 3 ] {59b2f6f4-3929-4294-aa21-2a70617fb17d} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9467 | 2024.08.06 04:04:22.137992 [ 3 ] {59b2f6f4-3929-4294-aa21-2a70617fb17d} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001344 sec., 2976.190476190476 rows/sec., 207.81 KiB/sec. | ||
9468 | 2024.08.06 04:04:22.138285 [ 3 ] {59b2f6f4-3929-4294-aa21-2a70617fb17d} <Debug> DynamicQueryHandler: Done processing query | ||
9469 | 2024.08.06 04:04:22.138310 [ 3 ] {59b2f6f4-3929-4294-aa21-2a70617fb17d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9470 | 2024.08.06 04:04:22.138326 [ 3 ] {} <Debug> HTTP-Session: 61a2232d-ae03-4ac6-902d-0e88193195d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9471 | 2024.08.06 04:04:22.138590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9472 | 2024.08.06 04:04:22.138640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9473 | 2024.08.06 04:04:22.138659 [ 3 ] {} <Debug> HTTP-Session: f0597998-0d76-4eca-b369-cd31fac6569b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9474 | 2024.08.06 04:04:22.138675 [ 3 ] {} <Debug> HTTP-Session: f0597998-0d76-4eca-b369-cd31fac6569b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9475 | 2024.08.06 04:04:22.138689 [ 3 ] {} <Debug> HTTP-Session: f0597998-0d76-4eca-b369-cd31fac6569b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9476 | 2024.08.06 04:04:22.138721 [ 3 ] {} <Trace> HTTP-Session: f0597998-0d76-4eca-b369-cd31fac6569b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9477 | 2024.08.06 04:04:22.138933 [ 3 ] {a17c90ed-a450-4785-a325-5c36f1aed14d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9478 | 2024.08.06 04:04:22.138996 [ 3 ] {a17c90ed-a450-4785-a325-5c36f1aed14d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9479 | 2024.08.06 04:04:22.139146 [ 3 ] {a17c90ed-a450-4785-a325-5c36f1aed14d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9480 | 2024.08.06 04:04:22.139719 [ 3 ] {a17c90ed-a450-4785-a325-5c36f1aed14d} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9481 | 2024.08.06 04:04:22.139757 [ 3 ] {a17c90ed-a450-4785-a325-5c36f1aed14d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9482 | 2024.08.06 04:04:22.140103 [ 3 ] {a17c90ed-a450-4785-a325-5c36f1aed14d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9483 | 2024.08.06 04:04:22.140409 [ 3 ] {a17c90ed-a450-4785-a325-5c36f1aed14d} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9484 | 2024.08.06 04:04:22.140595 [ 3 ] {a17c90ed-a450-4785-a325-5c36f1aed14d} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001767 sec., 230899.83022071308 rows/sec., 16.34 MiB/sec. | ||
9485 | 2024.08.06 04:04:22.140917 [ 3 ] {a17c90ed-a450-4785-a325-5c36f1aed14d} <Debug> DynamicQueryHandler: Done processing query | ||
9486 | 2024.08.06 04:04:22.140958 [ 3 ] {a17c90ed-a450-4785-a325-5c36f1aed14d} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
9487 | 2024.08.06 04:04:22.140976 [ 3 ] {} <Debug> HTTP-Session: f0597998-0d76-4eca-b369-cd31fac6569b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9488 | 2024.08.06 04:04:22.141156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9489 | 2024.08.06 04:04:22.141205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9490 | 2024.08.06 04:04:22.141223 [ 3 ] {} <Debug> HTTP-Session: 213e4102-3bfd-4aa0-9628-023cf452cbd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9491 | 2024.08.06 04:04:22.141240 [ 3 ] {} <Debug> HTTP-Session: 213e4102-3bfd-4aa0-9628-023cf452cbd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9492 | 2024.08.06 04:04:22.141253 [ 3 ] {} <Debug> HTTP-Session: 213e4102-3bfd-4aa0-9628-023cf452cbd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9493 | 2024.08.06 04:04:22.141285 [ 3 ] {} <Trace> HTTP-Session: 213e4102-3bfd-4aa0-9628-023cf452cbd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9494 | 2024.08.06 04:04:22.141385 [ 3 ] {d8ae959c-636b-4c98-a04c-0a7d5d8dd47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9495 | 2024.08.06 04:04:22.141433 [ 3 ] {d8ae959c-636b-4c98-a04c-0a7d5d8dd47d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9496 | 2024.08.06 04:04:22.141584 [ 3 ] {d8ae959c-636b-4c98-a04c-0a7d5d8dd47d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9497 | 2024.08.06 04:04:22.141861 [ 3 ] {d8ae959c-636b-4c98-a04c-0a7d5d8dd47d} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9498 | 2024.08.06 04:04:22.141898 [ 3 ] {d8ae959c-636b-4c98-a04c-0a7d5d8dd47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9499 | 2024.08.06 04:04:22.142271 [ 3 ] {d8ae959c-636b-4c98-a04c-0a7d5d8dd47d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9500 | 2024.08.06 04:04:22.142596 [ 3 ] {d8ae959c-636b-4c98-a04c-0a7d5d8dd47d} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9501 | 2024.08.06 04:04:22.142751 [ 3 ] {d8ae959c-636b-4c98-a04c-0a7d5d8dd47d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00139 sec., 4316.546762589928 rows/sec., 185.48 KiB/sec. | ||
9502 | 2024.08.06 04:04:22.142918 [ 3 ] {d8ae959c-636b-4c98-a04c-0a7d5d8dd47d} <Debug> DynamicQueryHandler: Done processing query | ||
9503 | 2024.08.06 04:04:22.142944 [ 3 ] {d8ae959c-636b-4c98-a04c-0a7d5d8dd47d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9504 | 2024.08.06 04:04:22.142960 [ 3 ] {} <Debug> HTTP-Session: 213e4102-3bfd-4aa0-9628-023cf452cbd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9505 | 2024.08.06 04:04:22.143087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9506 | 2024.08.06 04:04:22.143136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9507 | 2024.08.06 04:04:22.143154 [ 3 ] {} <Debug> HTTP-Session: fd85b26e-7e73-4f3d-b42b-6fe9b60e8391 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9508 | 2024.08.06 04:04:22.143171 [ 3 ] {} <Debug> HTTP-Session: fd85b26e-7e73-4f3d-b42b-6fe9b60e8391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9509 | 2024.08.06 04:04:22.143185 [ 3 ] {} <Debug> HTTP-Session: fd85b26e-7e73-4f3d-b42b-6fe9b60e8391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9510 | 2024.08.06 04:04:22.143216 [ 3 ] {} <Trace> HTTP-Session: fd85b26e-7e73-4f3d-b42b-6fe9b60e8391 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9511 | 2024.08.06 04:04:22.143334 [ 3 ] {9b05e12d-47a2-49dd-80a6-341330435147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9512 | 2024.08.06 04:04:22.143382 [ 3 ] {9b05e12d-47a2-49dd-80a6-341330435147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9513 | 2024.08.06 04:04:22.143527 [ 3 ] {9b05e12d-47a2-49dd-80a6-341330435147} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9514 | 2024.08.06 04:04:22.143867 [ 3 ] {9b05e12d-47a2-49dd-80a6-341330435147} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9515 | 2024.08.06 04:04:22.143903 [ 3 ] {9b05e12d-47a2-49dd-80a6-341330435147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9516 | 2024.08.06 04:04:22.144269 [ 3 ] {9b05e12d-47a2-49dd-80a6-341330435147} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9517 | 2024.08.06 04:04:22.144605 [ 3 ] {9b05e12d-47a2-49dd-80a6-341330435147} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9518 | 2024.08.06 04:04:22.144763 [ 3 ] {9b05e12d-47a2-49dd-80a6-341330435147} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001465 sec., 52559.72696245734 rows/sec., 3.24 MiB/sec. | ||
9519 | 2024.08.06 04:04:22.144934 [ 3 ] {9b05e12d-47a2-49dd-80a6-341330435147} <Debug> DynamicQueryHandler: Done processing query | ||
9520 | 2024.08.06 04:04:22.144959 [ 3 ] {9b05e12d-47a2-49dd-80a6-341330435147} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9521 | 2024.08.06 04:04:22.144974 [ 3 ] {} <Debug> HTTP-Session: fd85b26e-7e73-4f3d-b42b-6fe9b60e8391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9522 | 2024.08.06 04:04:22.145141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9523 | 2024.08.06 04:04:22.145190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9524 | 2024.08.06 04:04:22.145209 [ 3 ] {} <Debug> HTTP-Session: f5116041-80ed-4839-8717-3d56c5bda15a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9525 | 2024.08.06 04:04:22.145226 [ 3 ] {} <Debug> HTTP-Session: f5116041-80ed-4839-8717-3d56c5bda15a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9526 | 2024.08.06 04:04:22.145239 [ 3 ] {} <Debug> HTTP-Session: f5116041-80ed-4839-8717-3d56c5bda15a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9527 | 2024.08.06 04:04:22.145271 [ 3 ] {} <Trace> HTTP-Session: f5116041-80ed-4839-8717-3d56c5bda15a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9528 | 2024.08.06 04:04:22.145476 [ 3 ] {3ef16cc2-bde5-47af-b304-a820890dcfaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9529 | 2024.08.06 04:04:22.145524 [ 3 ] {3ef16cc2-bde5-47af-b304-a820890dcfaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9530 | 2024.08.06 04:04:22.145669 [ 3 ] {3ef16cc2-bde5-47af-b304-a820890dcfaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9531 | 2024.08.06 04:04:22.146136 [ 3 ] {3ef16cc2-bde5-47af-b304-a820890dcfaf} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9532 | 2024.08.06 04:04:22.146172 [ 3 ] {3ef16cc2-bde5-47af-b304-a820890dcfaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9533 | 2024.08.06 04:04:22.146549 [ 3 ] {3ef16cc2-bde5-47af-b304-a820890dcfaf} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9534 | 2024.08.06 04:04:22.146884 [ 3 ] {3ef16cc2-bde5-47af-b304-a820890dcfaf} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9535 | 2024.08.06 04:04:22.147046 [ 3 ] {3ef16cc2-bde5-47af-b304-a820890dcfaf} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001685 sec., 96142.43323442136 rows/sec., 6.69 MiB/sec. | ||
9536 | 2024.08.06 04:04:22.147353 [ 3 ] {3ef16cc2-bde5-47af-b304-a820890dcfaf} <Debug> DynamicQueryHandler: Done processing query | ||
9537 | 2024.08.06 04:04:22.147411 [ 3 ] {3ef16cc2-bde5-47af-b304-a820890dcfaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9538 | 2024.08.06 04:04:22.147450 [ 3 ] {} <Debug> HTTP-Session: f5116041-80ed-4839-8717-3d56c5bda15a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9539 | 2024.08.06 04:04:22.147642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9540 | 2024.08.06 04:04:22.147707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9541 | 2024.08.06 04:04:22.147730 [ 3 ] {} <Debug> HTTP-Session: ed6c4e44-05e2-46f1-ace2-767f4af32527 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9542 | 2024.08.06 04:04:22.147752 [ 3 ] {} <Debug> HTTP-Session: ed6c4e44-05e2-46f1-ace2-767f4af32527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9543 | 2024.08.06 04:04:22.147769 [ 3 ] {} <Debug> HTTP-Session: ed6c4e44-05e2-46f1-ace2-767f4af32527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9544 | 2024.08.06 04:04:22.147808 [ 3 ] {} <Trace> HTTP-Session: ed6c4e44-05e2-46f1-ace2-767f4af32527 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9545 | 2024.08.06 04:04:22.148124 [ 3 ] {f49dfd2b-e837-4267-853c-09f5454568f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9546 | 2024.08.06 04:04:22.148206 [ 3 ] {f49dfd2b-e837-4267-853c-09f5454568f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9547 | 2024.08.06 04:04:22.148634 [ 3 ] {f49dfd2b-e837-4267-853c-09f5454568f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9548 | 2024.08.06 04:04:22.149303 [ 3 ] {f49dfd2b-e837-4267-853c-09f5454568f3} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9549 | 2024.08.06 04:04:22.149339 [ 3 ] {f49dfd2b-e837-4267-853c-09f5454568f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9550 | 2024.08.06 04:04:22.149950 [ 3 ] {f49dfd2b-e837-4267-853c-09f5454568f3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9551 | 2024.08.06 04:04:22.150368 [ 3 ] {f49dfd2b-e837-4267-853c-09f5454568f3} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9552 | 2024.08.06 04:04:22.150566 [ 3 ] {f49dfd2b-e837-4267-853c-09f5454568f3} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002648 sec., 8308.157099697884 rows/sec., 14.89 MiB/sec. | ||
9553 | 2024.08.06 04:04:22.150789 [ 3 ] {f49dfd2b-e837-4267-853c-09f5454568f3} <Debug> DynamicQueryHandler: Done processing query | ||
9554 | 2024.08.06 04:04:22.150814 [ 3 ] {f49dfd2b-e837-4267-853c-09f5454568f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9555 | 2024.08.06 04:04:22.150830 [ 3 ] {} <Debug> HTTP-Session: ed6c4e44-05e2-46f1-ace2-767f4af32527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9556 | 2024.08.06 04:04:22.150951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9557 | 2024.08.06 04:04:22.151000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9558 | 2024.08.06 04:04:22.151019 [ 3 ] {} <Debug> HTTP-Session: 311e3f10-8420-45c9-83dc-d2ff19914d4d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9559 | 2024.08.06 04:04:22.151035 [ 3 ] {} <Debug> HTTP-Session: 311e3f10-8420-45c9-83dc-d2ff19914d4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9560 | 2024.08.06 04:04:22.151049 [ 3 ] {} <Debug> HTTP-Session: 311e3f10-8420-45c9-83dc-d2ff19914d4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9561 | 2024.08.06 04:04:22.151080 [ 3 ] {} <Trace> HTTP-Session: 311e3f10-8420-45c9-83dc-d2ff19914d4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9562 | 2024.08.06 04:04:22.151181 [ 3 ] {955da1a0-9653-42dc-9deb-c637ee7ada2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9563 | 2024.08.06 04:04:22.151227 [ 3 ] {955da1a0-9653-42dc-9deb-c637ee7ada2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9564 | 2024.08.06 04:04:22.151355 [ 3 ] {955da1a0-9653-42dc-9deb-c637ee7ada2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9565 | 2024.08.06 04:04:22.151667 [ 3 ] {955da1a0-9653-42dc-9deb-c637ee7ada2f} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9566 | 2024.08.06 04:04:22.151703 [ 3 ] {955da1a0-9653-42dc-9deb-c637ee7ada2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9567 | 2024.08.06 04:04:22.152054 [ 3 ] {955da1a0-9653-42dc-9deb-c637ee7ada2f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9568 | 2024.08.06 04:04:22.152384 [ 3 ] {955da1a0-9653-42dc-9deb-c637ee7ada2f} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9569 | 2024.08.06 04:04:22.152547 [ 3 ] {955da1a0-9653-42dc-9deb-c637ee7ada2f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00139 sec., 16546.762589928057 rows/sec., 895.07 KiB/sec. | ||
9570 | 2024.08.06 04:04:22.152714 [ 3 ] {955da1a0-9653-42dc-9deb-c637ee7ada2f} <Debug> DynamicQueryHandler: Done processing query | ||
9571 | 2024.08.06 04:04:22.152739 [ 3 ] {955da1a0-9653-42dc-9deb-c637ee7ada2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9572 | 2024.08.06 04:04:22.152755 [ 3 ] {} <Debug> HTTP-Session: 311e3f10-8420-45c9-83dc-d2ff19914d4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9573 | 2024.08.06 04:04:22.152873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9574 | 2024.08.06 04:04:22.152924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9575 | 2024.08.06 04:04:22.152943 [ 3 ] {} <Debug> HTTP-Session: 84b42115-9ec4-4cdb-81d5-986bdedd2e63 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9576 | 2024.08.06 04:04:22.152959 [ 3 ] {} <Debug> HTTP-Session: 84b42115-9ec4-4cdb-81d5-986bdedd2e63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9577 | 2024.08.06 04:04:22.152972 [ 3 ] {} <Debug> HTTP-Session: 84b42115-9ec4-4cdb-81d5-986bdedd2e63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9578 | 2024.08.06 04:04:22.153003 [ 3 ] {} <Trace> HTTP-Session: 84b42115-9ec4-4cdb-81d5-986bdedd2e63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9579 | 2024.08.06 04:04:22.153131 [ 3 ] {eaa2e46a-09c6-4cdc-8853-575123dd85d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9580 | 2024.08.06 04:04:22.153176 [ 3 ] {eaa2e46a-09c6-4cdc-8853-575123dd85d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9581 | 2024.08.06 04:04:22.153310 [ 3 ] {eaa2e46a-09c6-4cdc-8853-575123dd85d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9582 | 2024.08.06 04:04:22.153614 [ 3 ] {eaa2e46a-09c6-4cdc-8853-575123dd85d1} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9583 | 2024.08.06 04:04:22.153651 [ 3 ] {eaa2e46a-09c6-4cdc-8853-575123dd85d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9584 | 2024.08.06 04:04:22.154007 [ 3 ] {eaa2e46a-09c6-4cdc-8853-575123dd85d1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9585 | 2024.08.06 04:04:22.154340 [ 3 ] {eaa2e46a-09c6-4cdc-8853-575123dd85d1} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9586 | 2024.08.06 04:04:22.154503 [ 3 ] {eaa2e46a-09c6-4cdc-8853-575123dd85d1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
9587 | 2024.08.06 04:04:22.154753 [ 3 ] {eaa2e46a-09c6-4cdc-8853-575123dd85d1} <Debug> DynamicQueryHandler: Done processing query | ||
9588 | 2024.08.06 04:04:22.154810 [ 3 ] {eaa2e46a-09c6-4cdc-8853-575123dd85d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9589 | 2024.08.06 04:04:22.154870 [ 3 ] {} <Debug> HTTP-Session: 84b42115-9ec4-4cdb-81d5-986bdedd2e63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9590 | 2024.08.06 04:04:27.124917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9591 | 2024.08.06 04:04:27.125109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9592 | 2024.08.06 04:04:27.125152 [ 3 ] {} <Debug> HTTP-Session: 9e063dda-7097-4f07-a4e8-1097320fa43b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9593 | 2024.08.06 04:04:27.125193 [ 3 ] {} <Debug> HTTP-Session: 9e063dda-7097-4f07-a4e8-1097320fa43b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9594 | 2024.08.06 04:04:27.125221 [ 3 ] {} <Debug> HTTP-Session: 9e063dda-7097-4f07-a4e8-1097320fa43b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9595 | 2024.08.06 04:04:27.125303 [ 3 ] {} <Trace> HTTP-Session: 9e063dda-7097-4f07-a4e8-1097320fa43b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9596 | 2024.08.06 04:04:27.125516 [ 3 ] {1c85f914-e887-48dc-82ed-bb96370bcc94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9597 | 2024.08.06 04:04:27.125584 [ 3 ] {1c85f914-e887-48dc-82ed-bb96370bcc94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9598 | 2024.08.06 04:04:27.125783 [ 3 ] {1c85f914-e887-48dc-82ed-bb96370bcc94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9599 | 2024.08.06 04:04:27.126278 [ 3 ] {1c85f914-e887-48dc-82ed-bb96370bcc94} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9600 | 2024.08.06 04:04:27.126320 [ 3 ] {1c85f914-e887-48dc-82ed-bb96370bcc94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9601 | 2024.08.06 04:04:27.126677 [ 3 ] {1c85f914-e887-48dc-82ed-bb96370bcc94} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9602 | 2024.08.06 04:04:27.127012 [ 3 ] {1c85f914-e887-48dc-82ed-bb96370bcc94} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9603 | 2024.08.06 04:04:27.127172 [ 3 ] {1c85f914-e887-48dc-82ed-bb96370bcc94} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001709 sec., 6436.512580456407 rows/sec., 521.71 KiB/sec. | ||
9604 | 2024.08.06 04:04:27.127373 [ 3 ] {1c85f914-e887-48dc-82ed-bb96370bcc94} <Debug> DynamicQueryHandler: Done processing query | ||
9605 | 2024.08.06 04:04:27.127399 [ 3 ] {1c85f914-e887-48dc-82ed-bb96370bcc94} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9606 | 2024.08.06 04:04:27.127415 [ 3 ] {} <Debug> HTTP-Session: 9e063dda-7097-4f07-a4e8-1097320fa43b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9607 | 2024.08.06 04:04:27.127594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9608 | 2024.08.06 04:04:27.127645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9609 | 2024.08.06 04:04:27.127664 [ 3 ] {} <Debug> HTTP-Session: e3d18dd0-d8c4-4ad9-94ef-4c8f88e3e6d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9610 | 2024.08.06 04:04:27.127681 [ 3 ] {} <Debug> HTTP-Session: e3d18dd0-d8c4-4ad9-94ef-4c8f88e3e6d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9611 | 2024.08.06 04:04:27.127695 [ 3 ] {} <Debug> HTTP-Session: e3d18dd0-d8c4-4ad9-94ef-4c8f88e3e6d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9612 | 2024.08.06 04:04:27.127727 [ 3 ] {} <Trace> HTTP-Session: e3d18dd0-d8c4-4ad9-94ef-4c8f88e3e6d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9613 | 2024.08.06 04:04:27.127850 [ 3 ] {41b7fe61-a56b-4efb-86a4-92bc43820e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9614 | 2024.08.06 04:04:27.127894 [ 3 ] {41b7fe61-a56b-4efb-86a4-92bc43820e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9615 | 2024.08.06 04:04:27.128020 [ 3 ] {41b7fe61-a56b-4efb-86a4-92bc43820e68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9616 | 2024.08.06 04:04:27.128390 [ 3 ] {41b7fe61-a56b-4efb-86a4-92bc43820e68} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9617 | 2024.08.06 04:04:27.128428 [ 3 ] {41b7fe61-a56b-4efb-86a4-92bc43820e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9618 | 2024.08.06 04:04:27.128743 [ 3 ] {41b7fe61-a56b-4efb-86a4-92bc43820e68} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9619 | 2024.08.06 04:04:27.129052 [ 3 ] {41b7fe61-a56b-4efb-86a4-92bc43820e68} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9620 | 2024.08.06 04:04:27.129211 [ 3 ] {41b7fe61-a56b-4efb-86a4-92bc43820e68} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001399 sec., 63616.869192280195 rows/sec., 5.14 MiB/sec. | ||
9621 | 2024.08.06 04:04:27.129211 [ 126 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9622 | 2024.08.06 04:04:27.129319 [ 126 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9623 | 2024.08.06 04:04:27.129371 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9624 | 2024.08.06 04:04:27.129467 [ 3 ] {41b7fe61-a56b-4efb-86a4-92bc43820e68} <Debug> DynamicQueryHandler: Done processing query | ||
9625 | 2024.08.06 04:04:27.129529 [ 3 ] {41b7fe61-a56b-4efb-86a4-92bc43820e68} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9626 | 2024.08.06 04:04:27.129596 [ 3 ] {} <Debug> HTTP-Session: e3d18dd0-d8c4-4ad9-94ef-4c8f88e3e6d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9627 | 2024.08.06 04:04:27.129685 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
9628 | 2024.08.06 04:04:27.129884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9629 | 2024.08.06 04:04:27.130071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9630 | 2024.08.06 04:04:27.130175 [ 3 ] {} <Debug> HTTP-Session: adae58de-69c4-4311-a6e2-32f909b988a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9631 | 2024.08.06 04:04:27.130268 [ 3 ] {} <Debug> HTTP-Session: adae58de-69c4-4311-a6e2-32f909b988a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9632 | 2024.08.06 04:04:27.130340 [ 3 ] {} <Debug> HTTP-Session: adae58de-69c4-4311-a6e2-32f909b988a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9633 | 2024.08.06 04:04:27.130398 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9634 | 2024.08.06 04:04:27.130489 [ 3 ] {} <Trace> HTTP-Session: adae58de-69c4-4311-a6e2-32f909b988a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9635 | 2024.08.06 04:04:27.130507 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 304 rows starting from the beginning of the part | ||
9636 | 2024.08.06 04:04:27.130838 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 91 rows starting from the beginning of the part | ||
9637 | 2024.08.06 04:04:27.130853 [ 3 ] {d79c825a-d86c-46a1-a7c2-fa01cc1c25f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9638 | 2024.08.06 04:04:27.131042 [ 3 ] {d79c825a-d86c-46a1-a7c2-fa01cc1c25f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9639 | 2024.08.06 04:04:27.131250 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 228 rows starting from the beginning of the part | ||
9640 | 2024.08.06 04:04:27.131743 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 127 rows starting from the beginning of the part | ||
9641 | 2024.08.06 04:04:27.132053 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 229 rows starting from the beginning of the part | ||
9642 | 2024.08.06 04:04:27.132348 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 89 rows starting from the beginning of the part | ||
9643 | 2024.08.06 04:04:27.132572 [ 3 ] {d79c825a-d86c-46a1-a7c2-fa01cc1c25f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9644 | 2024.08.06 04:04:27.133302 [ 3 ] {d79c825a-d86c-46a1-a7c2-fa01cc1c25f2} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9645 | 2024.08.06 04:04:27.133344 [ 3 ] {d79c825a-d86c-46a1-a7c2-fa01cc1c25f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9646 | 2024.08.06 04:04:27.133845 [ 3 ] {d79c825a-d86c-46a1-a7c2-fa01cc1c25f2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9647 | 2024.08.06 04:04:27.134236 [ 197 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1068 rows, containing 4 columns (4 merged, 0 gathered) in 0.004753702 sec., 224667.00689273328 rows/sec., 19.13 MiB/sec. | ||
9648 | 2024.08.06 04:04:27.134282 [ 3 ] {d79c825a-d86c-46a1-a7c2-fa01cc1c25f2} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9649 | 2024.08.06 04:04:27.134559 [ 197 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9650 | 2024.08.06 04:04:27.134553 [ 126 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9651 | 2024.08.06 04:04:27.134564 [ 3 ] {d79c825a-d86c-46a1-a7c2-fa01cc1c25f2} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.003848 sec., 19490.644490644492 rows/sec., 1.52 MiB/sec. | ||
9652 | 2024.08.06 04:04:27.134699 [ 126 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9653 | 2024.08.06 04:04:27.134823 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9654 | 2024.08.06 04:04:27.135092 [ 3 ] {d79c825a-d86c-46a1-a7c2-fa01cc1c25f2} <Debug> DynamicQueryHandler: Done processing query | ||
9655 | 2024.08.06 04:04:27.135196 [ 3 ] {d79c825a-d86c-46a1-a7c2-fa01cc1c25f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9656 | 2024.08.06 04:04:27.135280 [ 3 ] {} <Debug> HTTP-Session: adae58de-69c4-4311-a6e2-32f909b988a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9657 | 2024.08.06 04:04:27.135321 [ 196 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
9658 | 2024.08.06 04:04:27.135642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9659 | 2024.08.06 04:04:27.135905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9660 | 2024.08.06 04:04:27.136016 [ 3 ] {} <Debug> HTTP-Session: 6eeb39b2-9c46-4108-9d07-07e560cf311d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9661 | 2024.08.06 04:04:27.136144 [ 196 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9662 | 2024.08.06 04:04:27.136173 [ 3 ] {} <Debug> HTTP-Session: 6eeb39b2-9c46-4108-9d07-07e560cf311d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9663 | 2024.08.06 04:04:27.136290 [ 3 ] {} <Debug> HTTP-Session: 6eeb39b2-9c46-4108-9d07-07e560cf311d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9664 | 2024.08.06 04:04:27.136315 [ 196 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 473 rows starting from the beginning of the part | ||
9665 | 2024.08.06 04:04:27.136517 [ 3 ] {} <Trace> HTTP-Session: 6eeb39b2-9c46-4108-9d07-07e560cf311d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9666 | 2024.08.06 04:04:27.136651 [ 197 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_51_10} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9667 | 2024.08.06 04:04:27.136893 [ 196 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 79 rows starting from the beginning of the part | ||
9668 | 2024.08.06 04:04:27.137200 [ 197 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_51_10} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9669 | 2024.08.06 04:04:27.137311 [ 3 ] {e43b1054-c70a-4790-b572-31844ac2e60b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9670 | 2024.08.06 04:04:27.137516 [ 196 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 406 rows starting from the beginning of the part | ||
9671 | 2024.08.06 04:04:27.137732 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
9672 | 2024.08.06 04:04:27.137862 [ 3 ] {e43b1054-c70a-4790-b572-31844ac2e60b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9673 | 2024.08.06 04:04:27.138154 [ 196 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 103 rows starting from the beginning of the part | ||
9674 | 2024.08.06 04:04:27.138772 [ 196 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 408 rows starting from the beginning of the part | ||
9675 | 2024.08.06 04:04:27.139034 [ 196 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 75 rows starting from the beginning of the part | ||
9676 | 2024.08.06 04:04:27.139573 [ 3 ] {e43b1054-c70a-4790-b572-31844ac2e60b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9677 | 2024.08.06 04:04:27.140236 [ 3 ] {e43b1054-c70a-4790-b572-31844ac2e60b} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9678 | 2024.08.06 04:04:27.140281 [ 3 ] {e43b1054-c70a-4790-b572-31844ac2e60b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9679 | 2024.08.06 04:04:27.140798 [ 3 ] {e43b1054-c70a-4790-b572-31844ac2e60b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9680 | 2024.08.06 04:04:27.140872 [ 198 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 4 columns (4 merged, 0 gathered) in 0.005868598 sec., 263095.20604410116 rows/sec., 19.01 MiB/sec. | ||
9681 | 2024.08.06 04:04:27.141166 [ 198 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9682 | 2024.08.06 04:04:27.141452 [ 3 ] {e43b1054-c70a-4790-b572-31844ac2e60b} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9683 | 2024.08.06 04:04:27.141828 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9684 | 2024.08.06 04:04:27.141896 [ 3 ] {e43b1054-c70a-4790-b572-31844ac2e60b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004957 sec., 32277.587250353037 rows/sec., 2.25 MiB/sec. | ||
9685 | 2024.08.06 04:04:27.141907 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9686 | 2024.08.06 04:04:27.141984 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9687 | 2024.08.06 04:04:27.142140 [ 198 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_51_10} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9688 | 2024.08.06 04:04:27.142510 [ 3 ] {e43b1054-c70a-4790-b572-31844ac2e60b} <Debug> DynamicQueryHandler: Done processing query | ||
9689 | 2024.08.06 04:04:27.142526 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
9690 | 2024.08.06 04:04:27.142565 [ 3 ] {e43b1054-c70a-4790-b572-31844ac2e60b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9691 | 2024.08.06 04:04:27.142533 [ 198 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_51_10} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9692 | 2024.08.06 04:04:27.142634 [ 3 ] {} <Debug> HTTP-Session: 6eeb39b2-9c46-4108-9d07-07e560cf311d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9693 | 2024.08.06 04:04:27.142840 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
9694 | 2024.08.06 04:04:27.142928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9695 | 2024.08.06 04:04:27.143052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9696 | 2024.08.06 04:04:27.143080 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9697 | 2024.08.06 04:04:27.143090 [ 3 ] {} <Debug> HTTP-Session: b6491691-83cb-4539-8346-d8a9e14e03d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9698 | 2024.08.06 04:04:27.143152 [ 3 ] {} <Debug> HTTP-Session: b6491691-83cb-4539-8346-d8a9e14e03d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9699 | 2024.08.06 04:04:27.143173 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7742 rows starting from the beginning of the part | ||
9700 | 2024.08.06 04:04:27.143187 [ 3 ] {} <Debug> HTTP-Session: b6491691-83cb-4539-8346-d8a9e14e03d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9701 | 2024.08.06 04:04:27.143271 [ 3 ] {} <Trace> HTTP-Session: b6491691-83cb-4539-8346-d8a9e14e03d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9702 | 2024.08.06 04:04:27.143535 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 162 rows starting from the beginning of the part | ||
9703 | 2024.08.06 04:04:27.143706 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 161 rows starting from the beginning of the part | ||
9704 | 2024.08.06 04:04:27.143753 [ 3 ] {cb7979e0-2fa8-48b6-9c25-eb900dfee1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9705 | 2024.08.06 04:04:27.144129 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 198 rows starting from the beginning of the part | ||
9706 | 2024.08.06 04:04:27.144160 [ 3 ] {cb7979e0-2fa8-48b6-9c25-eb900dfee1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9707 | 2024.08.06 04:04:27.144442 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 162 rows starting from the beginning of the part | ||
9708 | 2024.08.06 04:04:27.144901 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
9709 | 2024.08.06 04:04:27.146551 [ 3 ] {cb7979e0-2fa8-48b6-9c25-eb900dfee1bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9710 | 2024.08.06 04:04:27.147275 [ 3 ] {cb7979e0-2fa8-48b6-9c25-eb900dfee1bc} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9711 | 2024.08.06 04:04:27.147339 [ 3 ] {cb7979e0-2fa8-48b6-9c25-eb900dfee1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9712 | 2024.08.06 04:04:27.149161 [ 3 ] {cb7979e0-2fa8-48b6-9c25-eb900dfee1bc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9713 | 2024.08.06 04:04:27.149960 [ 3 ] {cb7979e0-2fa8-48b6-9c25-eb900dfee1bc} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9714 | 2024.08.06 04:04:27.150164 [ 126 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9715 | 2024.08.06 04:04:27.150192 [ 3 ] {cb7979e0-2fa8-48b6-9c25-eb900dfee1bc} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00671 sec., 1639.344262295082 rows/sec., 2.94 MiB/sec. | ||
9716 | 2024.08.06 04:04:27.150242 [ 126 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9717 | 2024.08.06 04:04:27.150311 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9718 | 2024.08.06 04:04:27.150762 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
9719 | 2024.08.06 04:04:27.151439 [ 3 ] {cb7979e0-2fa8-48b6-9c25-eb900dfee1bc} <Debug> DynamicQueryHandler: Done processing query | ||
9720 | 2024.08.06 04:04:27.151544 [ 3 ] {cb7979e0-2fa8-48b6-9c25-eb900dfee1bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
9721 | 2024.08.06 04:04:27.151642 [ 3 ] {} <Debug> HTTP-Session: b6491691-83cb-4539-8346-d8a9e14e03d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9722 | 2024.08.06 04:04:27.151924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9723 | 2024.08.06 04:04:27.152094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9724 | 2024.08.06 04:04:27.152183 [ 3 ] {} <Debug> HTTP-Session: f54be6e6-28c0-4f55-baff-4915380995a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9725 | 2024.08.06 04:04:27.152254 [ 3 ] {} <Debug> HTTP-Session: f54be6e6-28c0-4f55-baff-4915380995a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9726 | 2024.08.06 04:04:27.152315 [ 3 ] {} <Debug> HTTP-Session: f54be6e6-28c0-4f55-baff-4915380995a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9727 | 2024.08.06 04:04:27.152459 [ 3 ] {} <Trace> HTTP-Session: f54be6e6-28c0-4f55-baff-4915380995a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9728 | 2024.08.06 04:04:27.152840 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9729 | 2024.08.06 04:04:27.152874 [ 3 ] {d75d2888-3f46-4a23-8794-232800d6cc17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9730 | 2024.08.06 04:04:27.152922 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8585 rows, containing 5 columns (5 merged, 0 gathered) in 0.010723123 sec., 800606.3159025594 rows/sec., 55.79 MiB/sec. | ||
9731 | 2024.08.06 04:04:27.153044 [ 3 ] {d75d2888-3f46-4a23-8794-232800d6cc17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9732 | 2024.08.06 04:04:27.153126 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 604 rows starting from the beginning of the part | ||
9733 | 2024.08.06 04:04:27.153431 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9734 | 2024.08.06 04:04:27.154311 [ 3 ] {d75d2888-3f46-4a23-8794-232800d6cc17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9735 | 2024.08.06 04:04:27.154376 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 11 rows starting from the beginning of the part | ||
9736 | 2024.08.06 04:04:27.155798 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 22 rows starting from the beginning of the part | ||
9737 | 2024.08.06 04:04:27.155882 [ 3 ] {d75d2888-3f46-4a23-8794-232800d6cc17} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9738 | 2024.08.06 04:04:27.155972 [ 3 ] {d75d2888-3f46-4a23-8794-232800d6cc17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9739 | 2024.08.06 04:04:27.156703 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 11 rows starting from the beginning of the part | ||
9740 | 2024.08.06 04:04:27.156783 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9741 | 2024.08.06 04:04:27.157395 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9742 | 2024.08.06 04:04:27.157809 [ 3 ] {d75d2888-3f46-4a23-8794-232800d6cc17} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9743 | 2024.08.06 04:04:27.157818 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
9744 | 2024.08.06 04:04:27.157894 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 22 rows starting from the beginning of the part | ||
9745 | 2024.08.06 04:04:27.158643 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 11 rows starting from the beginning of the part | ||
9746 | 2024.08.06 04:04:27.159169 [ 3 ] {d75d2888-3f46-4a23-8794-232800d6cc17} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9747 | 2024.08.06 04:04:27.159483 [ 126 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9748 | 2024.08.06 04:04:27.159574 [ 126 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9749 | 2024.08.06 04:04:27.159576 [ 3 ] {d75d2888-3f46-4a23-8794-232800d6cc17} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006831 sec., 8783.487044356609 rows/sec., 606.15 KiB/sec. | ||
9750 | 2024.08.06 04:04:27.159625 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9751 | 2024.08.06 04:04:27.160138 [ 198 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
9752 | 2024.08.06 04:04:27.160288 [ 3 ] {d75d2888-3f46-4a23-8794-232800d6cc17} <Debug> DynamicQueryHandler: Done processing query | ||
9753 | 2024.08.06 04:04:27.160362 [ 3 ] {d75d2888-3f46-4a23-8794-232800d6cc17} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9754 | 2024.08.06 04:04:27.160461 [ 3 ] {} <Debug> HTTP-Session: f54be6e6-28c0-4f55-baff-4915380995a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9755 | 2024.08.06 04:04:27.160568 [ 198 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9756 | 2024.08.06 04:04:27.160623 [ 198 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2736 rows starting from the beginning of the part | ||
9757 | 2024.08.06 04:04:27.160845 [ 198 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
9758 | 2024.08.06 04:04:27.161243 [ 198 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
9759 | 2024.08.06 04:04:27.161652 [ 198 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
9760 | 2024.08.06 04:04:27.161929 [ 198 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
9761 | 2024.08.06 04:04:27.162150 [ 198 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
9762 | 2024.08.06 04:04:27.164318 [ 199 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3036 rows, containing 4 columns (4 merged, 0 gathered) in 0.004531247 sec., 670014.2366990808 rows/sec., 45.17 MiB/sec. | ||
9763 | 2024.08.06 04:04:27.164694 [ 199 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9764 | 2024.08.06 04:04:27.165510 [ 199 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_51_10} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9765 | 2024.08.06 04:04:27.165604 [ 199 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_51_10} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9766 | 2024.08.06 04:04:27.165720 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
9767 | 2024.08.06 04:04:27.166535 [ 198 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 681 rows, containing 19 columns (19 merged, 0 gathered) in 0.016101419 sec., 42294.40895861415 rows/sec., 75.79 MiB/sec. | ||
9768 | 2024.08.06 04:04:27.167320 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9769 | 2024.08.06 04:04:27.167923 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9770 | 2024.08.06 04:04:27.168006 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9771 | 2024.08.06 04:04:27.168146 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
9772 | 2024.08.06 04:04:28.000205 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.24 MiB, peak 204.91 MiB, free memory in arenas 0.00 B, will set to 196.90 MiB (RSS), difference: 1.66 MiB | ||
9773 | 2024.08.06 04:04:32.129679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9774 | 2024.08.06 04:04:32.129804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9775 | 2024.08.06 04:04:32.129832 [ 3 ] {} <Debug> HTTP-Session: d605db4f-b338-4b6d-815e-4d1f7421dbb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9776 | 2024.08.06 04:04:32.129860 [ 3 ] {} <Debug> HTTP-Session: d605db4f-b338-4b6d-815e-4d1f7421dbb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9777 | 2024.08.06 04:04:32.129878 [ 3 ] {} <Debug> HTTP-Session: d605db4f-b338-4b6d-815e-4d1f7421dbb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9778 | 2024.08.06 04:04:32.129934 [ 3 ] {} <Trace> HTTP-Session: d605db4f-b338-4b6d-815e-4d1f7421dbb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9779 | 2024.08.06 04:04:32.130142 [ 3 ] {de2a8deb-3f60-48c5-be09-7b3d5b5f096f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9780 | 2024.08.06 04:04:32.130214 [ 3 ] {de2a8deb-3f60-48c5-be09-7b3d5b5f096f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9781 | 2024.08.06 04:04:32.130431 [ 3 ] {de2a8deb-3f60-48c5-be09-7b3d5b5f096f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9782 | 2024.08.06 04:04:32.130872 [ 3 ] {de2a8deb-3f60-48c5-be09-7b3d5b5f096f} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9783 | 2024.08.06 04:04:32.130911 [ 3 ] {de2a8deb-3f60-48c5-be09-7b3d5b5f096f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9784 | 2024.08.06 04:04:32.131285 [ 3 ] {de2a8deb-3f60-48c5-be09-7b3d5b5f096f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9785 | 2024.08.06 04:04:32.131631 [ 3 ] {de2a8deb-3f60-48c5-be09-7b3d5b5f096f} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9786 | 2024.08.06 04:04:32.131789 [ 3 ] {de2a8deb-3f60-48c5-be09-7b3d5b5f096f} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001714 sec., 16336.056009334889 rows/sec., 1.21 MiB/sec. | ||
9787 | 2024.08.06 04:04:32.132087 [ 3 ] {de2a8deb-3f60-48c5-be09-7b3d5b5f096f} <Debug> DynamicQueryHandler: Done processing query | ||
9788 | 2024.08.06 04:04:32.132145 [ 3 ] {de2a8deb-3f60-48c5-be09-7b3d5b5f096f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9789 | 2024.08.06 04:04:32.132190 [ 3 ] {} <Debug> HTTP-Session: d605db4f-b338-4b6d-815e-4d1f7421dbb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9790 | 2024.08.06 04:04:32.132420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9791 | 2024.08.06 04:04:32.132472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9792 | 2024.08.06 04:04:32.132491 [ 3 ] {} <Debug> HTTP-Session: c3d97053-c57b-4cfa-ae64-7d2bdeeb36ec Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9793 | 2024.08.06 04:04:32.132509 [ 3 ] {} <Debug> HTTP-Session: c3d97053-c57b-4cfa-ae64-7d2bdeeb36ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9794 | 2024.08.06 04:04:32.132525 [ 3 ] {} <Debug> HTTP-Session: c3d97053-c57b-4cfa-ae64-7d2bdeeb36ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9795 | 2024.08.06 04:04:32.132557 [ 3 ] {} <Trace> HTTP-Session: c3d97053-c57b-4cfa-ae64-7d2bdeeb36ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9796 | 2024.08.06 04:04:32.132716 [ 3 ] {35c8642f-60c6-4577-b3fa-d64382386669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9797 | 2024.08.06 04:04:32.132761 [ 3 ] {35c8642f-60c6-4577-b3fa-d64382386669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9798 | 2024.08.06 04:04:32.132908 [ 3 ] {35c8642f-60c6-4577-b3fa-d64382386669} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9799 | 2024.08.06 04:04:32.133415 [ 3 ] {35c8642f-60c6-4577-b3fa-d64382386669} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9800 | 2024.08.06 04:04:32.133453 [ 3 ] {35c8642f-60c6-4577-b3fa-d64382386669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9801 | 2024.08.06 04:04:32.133797 [ 3 ] {35c8642f-60c6-4577-b3fa-d64382386669} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9802 | 2024.08.06 04:04:32.134106 [ 3 ] {35c8642f-60c6-4577-b3fa-d64382386669} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9803 | 2024.08.06 04:04:32.134248 [ 3 ] {35c8642f-60c6-4577-b3fa-d64382386669} <Debug> executeQuery: Read 227 rows, 20.47 KiB in 0.001602 sec., 141697.87765293385 rows/sec., 12.48 MiB/sec. | ||
9804 | 2024.08.06 04:04:32.134414 [ 3 ] {35c8642f-60c6-4577-b3fa-d64382386669} <Debug> DynamicQueryHandler: Done processing query | ||
9805 | 2024.08.06 04:04:32.134439 [ 3 ] {35c8642f-60c6-4577-b3fa-d64382386669} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
9806 | 2024.08.06 04:04:32.134455 [ 3 ] {} <Debug> HTTP-Session: c3d97053-c57b-4cfa-ae64-7d2bdeeb36ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9807 | 2024.08.06 04:04:32.134645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9808 | 2024.08.06 04:04:32.134691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9809 | 2024.08.06 04:04:32.134710 [ 3 ] {} <Debug> HTTP-Session: 7be66f29-dedb-4adc-a7ab-594a5ec01e45 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9810 | 2024.08.06 04:04:32.134727 [ 3 ] {} <Debug> HTTP-Session: 7be66f29-dedb-4adc-a7ab-594a5ec01e45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9811 | 2024.08.06 04:04:32.134741 [ 3 ] {} <Debug> HTTP-Session: 7be66f29-dedb-4adc-a7ab-594a5ec01e45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9812 | 2024.08.06 04:04:32.134771 [ 3 ] {} <Trace> HTTP-Session: 7be66f29-dedb-4adc-a7ab-594a5ec01e45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9813 | 2024.08.06 04:04:32.134971 [ 3 ] {33ec755c-e01f-45f5-b6a9-0a0b228e6018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9814 | 2024.08.06 04:04:32.135013 [ 3 ] {33ec755c-e01f-45f5-b6a9-0a0b228e6018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9815 | 2024.08.06 04:04:32.135138 [ 3 ] {33ec755c-e01f-45f5-b6a9-0a0b228e6018} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9816 | 2024.08.06 04:04:32.135672 [ 3 ] {33ec755c-e01f-45f5-b6a9-0a0b228e6018} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9817 | 2024.08.06 04:04:32.135707 [ 3 ] {33ec755c-e01f-45f5-b6a9-0a0b228e6018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9818 | 2024.08.06 04:04:32.136029 [ 3 ] {33ec755c-e01f-45f5-b6a9-0a0b228e6018} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9819 | 2024.08.06 04:04:32.136333 [ 3 ] {33ec755c-e01f-45f5-b6a9-0a0b228e6018} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9820 | 2024.08.06 04:04:32.136480 [ 3 ] {33ec755c-e01f-45f5-b6a9-0a0b228e6018} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.00161 sec., 250931.67701863352 rows/sec., 17.73 MiB/sec. | ||
9821 | 2024.08.06 04:04:32.136645 [ 3 ] {33ec755c-e01f-45f5-b6a9-0a0b228e6018} <Debug> DynamicQueryHandler: Done processing query | ||
9822 | 2024.08.06 04:04:32.136668 [ 3 ] {33ec755c-e01f-45f5-b6a9-0a0b228e6018} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9823 | 2024.08.06 04:04:32.136684 [ 3 ] {} <Debug> HTTP-Session: 7be66f29-dedb-4adc-a7ab-594a5ec01e45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9824 | 2024.08.06 04:04:32.136831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9825 | 2024.08.06 04:04:32.136879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9826 | 2024.08.06 04:04:32.136898 [ 3 ] {} <Debug> HTTP-Session: 2fa925dc-ae93-4e67-980e-bafc36f8f8c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9827 | 2024.08.06 04:04:32.136916 [ 3 ] {} <Debug> HTTP-Session: 2fa925dc-ae93-4e67-980e-bafc36f8f8c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9828 | 2024.08.06 04:04:32.136930 [ 3 ] {} <Debug> HTTP-Session: 2fa925dc-ae93-4e67-980e-bafc36f8f8c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9829 | 2024.08.06 04:04:32.136960 [ 3 ] {} <Trace> HTTP-Session: 2fa925dc-ae93-4e67-980e-bafc36f8f8c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9830 | 2024.08.06 04:04:32.137054 [ 3 ] {3a061d7b-6f9b-4967-abbc-9c208b77b9e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9831 | 2024.08.06 04:04:32.137097 [ 3 ] {3a061d7b-6f9b-4967-abbc-9c208b77b9e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9832 | 2024.08.06 04:04:32.137225 [ 3 ] {3a061d7b-6f9b-4967-abbc-9c208b77b9e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9833 | 2024.08.06 04:04:32.137514 [ 3 ] {3a061d7b-6f9b-4967-abbc-9c208b77b9e9} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9834 | 2024.08.06 04:04:32.137551 [ 3 ] {3a061d7b-6f9b-4967-abbc-9c208b77b9e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9835 | 2024.08.06 04:04:32.137914 [ 3 ] {3a061d7b-6f9b-4967-abbc-9c208b77b9e9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9836 | 2024.08.06 04:04:32.138234 [ 3 ] {3a061d7b-6f9b-4967-abbc-9c208b77b9e9} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9837 | 2024.08.06 04:04:32.138391 [ 3 ] {3a061d7b-6f9b-4967-abbc-9c208b77b9e9} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001358 sec., 4418.262150220913 rows/sec., 189.85 KiB/sec. | ||
9838 | 2024.08.06 04:04:32.138562 [ 3 ] {3a061d7b-6f9b-4967-abbc-9c208b77b9e9} <Debug> DynamicQueryHandler: Done processing query | ||
9839 | 2024.08.06 04:04:32.138586 [ 3 ] {3a061d7b-6f9b-4967-abbc-9c208b77b9e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9840 | 2024.08.06 04:04:32.138602 [ 3 ] {} <Debug> HTTP-Session: 2fa925dc-ae93-4e67-980e-bafc36f8f8c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9841 | 2024.08.06 04:04:32.138732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9842 | 2024.08.06 04:04:32.138779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9843 | 2024.08.06 04:04:32.138798 [ 3 ] {} <Debug> HTTP-Session: 1949e48b-8ae4-447b-a9a7-e143e05a0338 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9844 | 2024.08.06 04:04:32.138815 [ 3 ] {} <Debug> HTTP-Session: 1949e48b-8ae4-447b-a9a7-e143e05a0338 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9845 | 2024.08.06 04:04:32.138829 [ 3 ] {} <Debug> HTTP-Session: 1949e48b-8ae4-447b-a9a7-e143e05a0338 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9846 | 2024.08.06 04:04:32.138859 [ 3 ] {} <Trace> HTTP-Session: 1949e48b-8ae4-447b-a9a7-e143e05a0338 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9847 | 2024.08.06 04:04:32.138977 [ 3 ] {0580bb3c-b769-4b71-bc27-edc2b3d32a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9848 | 2024.08.06 04:04:32.139024 [ 3 ] {0580bb3c-b769-4b71-bc27-edc2b3d32a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9849 | 2024.08.06 04:04:32.139166 [ 3 ] {0580bb3c-b769-4b71-bc27-edc2b3d32a9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9850 | 2024.08.06 04:04:32.139482 [ 3 ] {0580bb3c-b769-4b71-bc27-edc2b3d32a9c} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9851 | 2024.08.06 04:04:32.139519 [ 3 ] {0580bb3c-b769-4b71-bc27-edc2b3d32a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9852 | 2024.08.06 04:04:32.139888 [ 3 ] {0580bb3c-b769-4b71-bc27-edc2b3d32a9c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9853 | 2024.08.06 04:04:32.140223 [ 3 ] {0580bb3c-b769-4b71-bc27-edc2b3d32a9c} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9854 | 2024.08.06 04:04:32.140384 [ 3 ] {0580bb3c-b769-4b71-bc27-edc2b3d32a9c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001446 sec., 53250.345781466116 rows/sec., 3.28 MiB/sec. | ||
9855 | 2024.08.06 04:04:32.140556 [ 3 ] {0580bb3c-b769-4b71-bc27-edc2b3d32a9c} <Debug> DynamicQueryHandler: Done processing query | ||
9856 | 2024.08.06 04:04:32.140581 [ 3 ] {0580bb3c-b769-4b71-bc27-edc2b3d32a9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9857 | 2024.08.06 04:04:32.140596 [ 3 ] {} <Debug> HTTP-Session: 1949e48b-8ae4-447b-a9a7-e143e05a0338 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9858 | 2024.08.06 04:04:32.140802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9859 | 2024.08.06 04:04:32.140851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9860 | 2024.08.06 04:04:32.140870 [ 3 ] {} <Debug> HTTP-Session: fc18fac1-eb45-4981-9111-6c15dc31281a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9861 | 2024.08.06 04:04:32.140886 [ 3 ] {} <Debug> HTTP-Session: fc18fac1-eb45-4981-9111-6c15dc31281a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9862 | 2024.08.06 04:04:32.140900 [ 3 ] {} <Debug> HTTP-Session: fc18fac1-eb45-4981-9111-6c15dc31281a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9863 | 2024.08.06 04:04:32.140930 [ 3 ] {} <Trace> HTTP-Session: fc18fac1-eb45-4981-9111-6c15dc31281a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9864 | 2024.08.06 04:04:32.141069 [ 3 ] {1ab04eb5-b726-40ad-ba65-c03110dec86e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9865 | 2024.08.06 04:04:32.141115 [ 3 ] {1ab04eb5-b726-40ad-ba65-c03110dec86e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9866 | 2024.08.06 04:04:32.141258 [ 3 ] {1ab04eb5-b726-40ad-ba65-c03110dec86e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9867 | 2024.08.06 04:04:32.141718 [ 3 ] {1ab04eb5-b726-40ad-ba65-c03110dec86e} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9868 | 2024.08.06 04:04:32.141753 [ 3 ] {1ab04eb5-b726-40ad-ba65-c03110dec86e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9869 | 2024.08.06 04:04:32.142124 [ 3 ] {1ab04eb5-b726-40ad-ba65-c03110dec86e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9870 | 2024.08.06 04:04:32.142461 [ 3 ] {1ab04eb5-b726-40ad-ba65-c03110dec86e} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9871 | 2024.08.06 04:04:32.142611 [ 3 ] {1ab04eb5-b726-40ad-ba65-c03110dec86e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
9872 | 2024.08.06 04:04:32.142780 [ 3 ] {1ab04eb5-b726-40ad-ba65-c03110dec86e} <Debug> DynamicQueryHandler: Done processing query | ||
9873 | 2024.08.06 04:04:32.142803 [ 3 ] {1ab04eb5-b726-40ad-ba65-c03110dec86e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9874 | 2024.08.06 04:04:32.142819 [ 3 ] {} <Debug> HTTP-Session: fc18fac1-eb45-4981-9111-6c15dc31281a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9875 | 2024.08.06 04:04:32.143044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9876 | 2024.08.06 04:04:32.143092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9877 | 2024.08.06 04:04:32.143112 [ 3 ] {} <Debug> HTTP-Session: c584538b-42de-434d-a04a-68f038b56c69 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9878 | 2024.08.06 04:04:32.143128 [ 3 ] {} <Debug> HTTP-Session: c584538b-42de-434d-a04a-68f038b56c69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9879 | 2024.08.06 04:04:32.143142 [ 3 ] {} <Debug> HTTP-Session: c584538b-42de-434d-a04a-68f038b56c69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9880 | 2024.08.06 04:04:32.143173 [ 3 ] {} <Trace> HTTP-Session: c584538b-42de-434d-a04a-68f038b56c69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9881 | 2024.08.06 04:04:32.143434 [ 3 ] {dda91680-259c-4239-9cb9-195a5cd27353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9882 | 2024.08.06 04:04:32.143498 [ 3 ] {dda91680-259c-4239-9cb9-195a5cd27353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9883 | 2024.08.06 04:04:32.143906 [ 3 ] {dda91680-259c-4239-9cb9-195a5cd27353} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9884 | 2024.08.06 04:04:32.144658 [ 3 ] {dda91680-259c-4239-9cb9-195a5cd27353} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9885 | 2024.08.06 04:04:32.144693 [ 3 ] {dda91680-259c-4239-9cb9-195a5cd27353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9886 | 2024.08.06 04:04:32.145305 [ 3 ] {dda91680-259c-4239-9cb9-195a5cd27353} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9887 | 2024.08.06 04:04:32.145728 [ 3 ] {dda91680-259c-4239-9cb9-195a5cd27353} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9888 | 2024.08.06 04:04:32.145911 [ 3 ] {dda91680-259c-4239-9cb9-195a5cd27353} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002642 sec., 8327.024981074945 rows/sec., 14.92 MiB/sec. | ||
9889 | 2024.08.06 04:04:32.146136 [ 3 ] {dda91680-259c-4239-9cb9-195a5cd27353} <Debug> DynamicQueryHandler: Done processing query | ||
9890 | 2024.08.06 04:04:32.146161 [ 3 ] {dda91680-259c-4239-9cb9-195a5cd27353} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9891 | 2024.08.06 04:04:32.146177 [ 3 ] {} <Debug> HTTP-Session: c584538b-42de-434d-a04a-68f038b56c69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9892 | 2024.08.06 04:04:32.146299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9893 | 2024.08.06 04:04:32.146348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9894 | 2024.08.06 04:04:32.146367 [ 3 ] {} <Debug> HTTP-Session: 66785d48-21aa-46a8-b064-42f15540eb7f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9895 | 2024.08.06 04:04:32.146383 [ 3 ] {} <Debug> HTTP-Session: 66785d48-21aa-46a8-b064-42f15540eb7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9896 | 2024.08.06 04:04:32.146397 [ 3 ] {} <Debug> HTTP-Session: 66785d48-21aa-46a8-b064-42f15540eb7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9897 | 2024.08.06 04:04:32.146427 [ 3 ] {} <Trace> HTTP-Session: 66785d48-21aa-46a8-b064-42f15540eb7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9898 | 2024.08.06 04:04:32.146528 [ 3 ] {9bfc5b4c-c6b2-4c5c-905d-8c51d948f975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9899 | 2024.08.06 04:04:32.146574 [ 3 ] {9bfc5b4c-c6b2-4c5c-905d-8c51d948f975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9900 | 2024.08.06 04:04:32.146701 [ 3 ] {9bfc5b4c-c6b2-4c5c-905d-8c51d948f975} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9901 | 2024.08.06 04:04:32.146975 [ 3 ] {9bfc5b4c-c6b2-4c5c-905d-8c51d948f975} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9902 | 2024.08.06 04:04:32.147011 [ 3 ] {9bfc5b4c-c6b2-4c5c-905d-8c51d948f975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9903 | 2024.08.06 04:04:32.147362 [ 3 ] {9bfc5b4c-c6b2-4c5c-905d-8c51d948f975} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9904 | 2024.08.06 04:04:32.147679 [ 3 ] {9bfc5b4c-c6b2-4c5c-905d-8c51d948f975} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9905 | 2024.08.06 04:04:32.147836 [ 69 ] {} <Debug> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9906 | 2024.08.06 04:04:32.147840 [ 3 ] {9bfc5b4c-c6b2-4c5c-905d-8c51d948f975} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001336 sec., 17215.56886227545 rows/sec., 931.24 KiB/sec. | ||
9907 | 2024.08.06 04:04:32.147924 [ 69 ] {} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9908 | 2024.08.06 04:04:32.147992 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9909 | 2024.08.06 04:04:32.148212 [ 3 ] {9bfc5b4c-c6b2-4c5c-905d-8c51d948f975} <Debug> DynamicQueryHandler: Done processing query | ||
9910 | 2024.08.06 04:04:32.148298 [ 3 ] {9bfc5b4c-c6b2-4c5c-905d-8c51d948f975} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9911 | 2024.08.06 04:04:32.148364 [ 3 ] {} <Debug> HTTP-Session: 66785d48-21aa-46a8-b064-42f15540eb7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9912 | 2024.08.06 04:04:32.148390 [ 193 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::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 | ||
9913 | 2024.08.06 04:04:32.148600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9914 | 2024.08.06 04:04:32.148713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9915 | 2024.08.06 04:04:32.148740 [ 193 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9916 | 2024.08.06 04:04:32.148752 [ 3 ] {} <Debug> HTTP-Session: 303e2dad-1fcf-4f17-b2c0-6b70584b6946 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9917 | 2024.08.06 04:04:32.148803 [ 3 ] {} <Debug> HTTP-Session: 303e2dad-1fcf-4f17-b2c0-6b70584b6946 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9918 | 2024.08.06 04:04:32.148808 [ 193 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 487 rows starting from the beginning of the part | ||
9919 | 2024.08.06 04:04:32.148825 [ 3 ] {} <Debug> HTTP-Session: 303e2dad-1fcf-4f17-b2c0-6b70584b6946 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9920 | 2024.08.06 04:04:32.148907 [ 3 ] {} <Trace> HTTP-Session: 303e2dad-1fcf-4f17-b2c0-6b70584b6946 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9921 | 2024.08.06 04:04:32.149036 [ 193 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 23 rows starting from the beginning of the part | ||
9922 | 2024.08.06 04:04:32.149343 [ 3 ] {614e2ee1-6f0b-4056-a1ee-9fadc4770187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9923 | 2024.08.06 04:04:32.149390 [ 193 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 23 rows starting from the beginning of the part | ||
9924 | 2024.08.06 04:04:32.149546 [ 3 ] {614e2ee1-6f0b-4056-a1ee-9fadc4770187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9925 | 2024.08.06 04:04:32.149759 [ 193 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 23 rows starting from the beginning of the part | ||
9926 | 2024.08.06 04:04:32.150184 [ 193 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 23 rows starting from the beginning of the part | ||
9927 | 2024.08.06 04:04:32.150549 [ 193 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 23 rows starting from the beginning of the part | ||
9928 | 2024.08.06 04:04:32.151006 [ 3 ] {614e2ee1-6f0b-4056-a1ee-9fadc4770187} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9929 | 2024.08.06 04:04:32.151816 [ 3 ] {614e2ee1-6f0b-4056-a1ee-9fadc4770187} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9930 | 2024.08.06 04:04:32.151875 [ 3 ] {614e2ee1-6f0b-4056-a1ee-9fadc4770187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9931 | 2024.08.06 04:04:32.152858 [ 3 ] {614e2ee1-6f0b-4056-a1ee-9fadc4770187} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9932 | 2024.08.06 04:04:32.153622 [ 187 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 602 rows, containing 4 columns (4 merged, 0 gathered) in 0.00551077 sec., 109240.63243430591 rows/sec., 5.86 MiB/sec. | ||
9933 | 2024.08.06 04:04:32.153647 [ 3 ] {614e2ee1-6f0b-4056-a1ee-9fadc4770187} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9934 | 2024.08.06 04:04:32.154023 [ 3 ] {614e2ee1-6f0b-4056-a1ee-9fadc4770187} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004909 sec., 12222.448563862294 rows/sec., 843.48 KiB/sec. | ||
9935 | 2024.08.06 04:04:32.154187 [ 187 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9936 | 2024.08.06 04:04:32.154331 [ 3 ] {614e2ee1-6f0b-4056-a1ee-9fadc4770187} <Debug> DynamicQueryHandler: Done processing query | ||
9937 | 2024.08.06 04:04:32.154406 [ 3 ] {614e2ee1-6f0b-4056-a1ee-9fadc4770187} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9938 | 2024.08.06 04:04:32.154436 [ 3 ] {} <Debug> HTTP-Session: 303e2dad-1fcf-4f17-b2c0-6b70584b6946 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9939 | 2024.08.06 04:04:32.154842 [ 187 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_26_5} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9940 | 2024.08.06 04:04:32.154942 [ 187 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_26_5} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9941 | 2024.08.06 04:04:32.155049 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
9942 | 2024.08.06 04:04:36.018589 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9943 | 2024.08.06 04:04:36.018676 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9944 | 2024.08.06 04:04:37.125121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9945 | 2024.08.06 04:04:37.125241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9946 | 2024.08.06 04:04:37.125268 [ 3 ] {} <Debug> HTTP-Session: e082201d-c743-4eed-aedf-0adb8a8e0f3e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9947 | 2024.08.06 04:04:37.125295 [ 3 ] {} <Debug> HTTP-Session: e082201d-c743-4eed-aedf-0adb8a8e0f3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9948 | 2024.08.06 04:04:37.125312 [ 3 ] {} <Debug> HTTP-Session: e082201d-c743-4eed-aedf-0adb8a8e0f3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9949 | 2024.08.06 04:04:37.125365 [ 3 ] {} <Trace> HTTP-Session: e082201d-c743-4eed-aedf-0adb8a8e0f3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9950 | 2024.08.06 04:04:37.125559 [ 3 ] {506028e4-5623-4892-8adf-13414efc32c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9951 | 2024.08.06 04:04:37.125628 [ 3 ] {506028e4-5623-4892-8adf-13414efc32c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9952 | 2024.08.06 04:04:37.125825 [ 3 ] {506028e4-5623-4892-8adf-13414efc32c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9953 | 2024.08.06 04:04:37.126297 [ 3 ] {506028e4-5623-4892-8adf-13414efc32c7} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9954 | 2024.08.06 04:04:37.126335 [ 3 ] {506028e4-5623-4892-8adf-13414efc32c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9955 | 2024.08.06 04:04:37.126691 [ 3 ] {506028e4-5623-4892-8adf-13414efc32c7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9956 | 2024.08.06 04:04:37.127031 [ 3 ] {506028e4-5623-4892-8adf-13414efc32c7} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9957 | 2024.08.06 04:04:37.127168 [ 152 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9958 | 2024.08.06 04:04:37.127170 [ 3 ] {506028e4-5623-4892-8adf-13414efc32c7} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001674 sec., 6571.087216248507 rows/sec., 532.62 KiB/sec. | ||
9959 | 2024.08.06 04:04:37.127207 [ 152 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9960 | 2024.08.06 04:04:37.127242 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9961 | 2024.08.06 04:04:37.127354 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::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 | ||
9962 | 2024.08.06 04:04:37.127411 [ 3 ] {506028e4-5623-4892-8adf-13414efc32c7} <Debug> DynamicQueryHandler: Done processing query | ||
9963 | 2024.08.06 04:04:37.127445 [ 3 ] {506028e4-5623-4892-8adf-13414efc32c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9964 | 2024.08.06 04:04:37.127475 [ 3 ] {} <Debug> HTTP-Session: e082201d-c743-4eed-aedf-0adb8a8e0f3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9965 | 2024.08.06 04:04:37.127500 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9966 | 2024.08.06 04:04:37.127534 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 39 rows starting from the beginning of the part | ||
9967 | 2024.08.06 04:04:37.127593 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 11 rows starting from the beginning of the part | ||
9968 | 2024.08.06 04:04:37.127730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9969 | 2024.08.06 04:04:37.127998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9970 | 2024.08.06 04:04:37.128007 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 28 rows starting from the beginning of the part | ||
9971 | 2024.08.06 04:04:37.128112 [ 3 ] {} <Debug> HTTP-Session: 8b0e7104-b119-4173-910e-ac95a6e95d18 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9972 | 2024.08.06 04:04:37.128163 [ 3 ] {} <Debug> HTTP-Session: 8b0e7104-b119-4173-910e-ac95a6e95d18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9973 | 2024.08.06 04:04:37.128265 [ 3 ] {} <Debug> HTTP-Session: 8b0e7104-b119-4173-910e-ac95a6e95d18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9974 | 2024.08.06 04:04:37.128315 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 11 rows starting from the beginning of the part | ||
9975 | 2024.08.06 04:04:37.128403 [ 3 ] {} <Trace> HTTP-Session: 8b0e7104-b119-4173-910e-ac95a6e95d18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9976 | 2024.08.06 04:04:37.128614 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 28 rows starting from the beginning of the part | ||
9977 | 2024.08.06 04:04:37.128794 [ 3 ] {856d72a6-fbc9-43fd-826e-b5f251d4b25a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9978 | 2024.08.06 04:04:37.128924 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 11 rows starting from the beginning of the part | ||
9979 | 2024.08.06 04:04:37.128957 [ 3 ] {856d72a6-fbc9-43fd-826e-b5f251d4b25a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9980 | 2024.08.06 04:04:37.129562 [ 3 ] {856d72a6-fbc9-43fd-826e-b5f251d4b25a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9981 | 2024.08.06 04:04:37.130219 [ 3 ] {856d72a6-fbc9-43fd-826e-b5f251d4b25a} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9982 | 2024.08.06 04:04:37.130263 [ 3 ] {856d72a6-fbc9-43fd-826e-b5f251d4b25a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
9983 | 2024.08.06 04:04:37.130725 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 128 rows, containing 4 columns (4 merged, 0 gathered) in 0.003421311 sec., 37412.55910380553 rows/sec., 2.84 MiB/sec. | ||
9984 | 2024.08.06 04:04:37.130798 [ 3 ] {856d72a6-fbc9-43fd-826e-b5f251d4b25a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9985 | 2024.08.06 04:04:37.130951 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9986 | 2024.08.06 04:04:37.131466 [ 3 ] {856d72a6-fbc9-43fd-826e-b5f251d4b25a} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9987 | 2024.08.06 04:04:37.131773 [ 3 ] {856d72a6-fbc9-43fd-826e-b5f251d4b25a} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.003138 sec., 28362.014021669853 rows/sec., 2.29 MiB/sec. | ||
9988 | 2024.08.06 04:04:37.131968 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_46_9} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9989 | 2024.08.06 04:04:37.132091 [ 3 ] {856d72a6-fbc9-43fd-826e-b5f251d4b25a} <Debug> DynamicQueryHandler: Done processing query | ||
9990 | 2024.08.06 04:04:37.132105 [ 187 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_46_9} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9991 | 2024.08.06 04:04:37.132138 [ 3 ] {856d72a6-fbc9-43fd-826e-b5f251d4b25a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9992 | 2024.08.06 04:04:37.132165 [ 3 ] {} <Debug> HTTP-Session: 8b0e7104-b119-4173-910e-ac95a6e95d18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9993 | 2024.08.06 04:04:37.132298 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
9994 | 2024.08.06 04:04:37.132378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9995 | 2024.08.06 04:04:37.132435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9996 | 2024.08.06 04:04:37.132453 [ 3 ] {} <Debug> HTTP-Session: 49e0ffb5-6401-4ca0-be24-49b011e36519 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
9997 | 2024.08.06 04:04:37.132469 [ 3 ] {} <Debug> HTTP-Session: 49e0ffb5-6401-4ca0-be24-49b011e36519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9998 | 2024.08.06 04:04:37.132485 [ 3 ] {} <Debug> HTTP-Session: 49e0ffb5-6401-4ca0-be24-49b011e36519 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9999 | 2024.08.06 04:04:37.132517 [ 3 ] {} <Trace> HTTP-Session: 49e0ffb5-6401-4ca0-be24-49b011e36519 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10000 | 2024.08.06 04:04:37.132650 [ 3 ] {abb0c5b2-30c7-464f-a5df-5b5a9690629d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10001 | 2024.08.06 04:04:37.132695 [ 3 ] {abb0c5b2-30c7-464f-a5df-5b5a9690629d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10002 | 2024.08.06 04:04:37.132839 [ 3 ] {abb0c5b2-30c7-464f-a5df-5b5a9690629d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10003 | 2024.08.06 04:04:37.133199 [ 3 ] {abb0c5b2-30c7-464f-a5df-5b5a9690629d} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10004 | 2024.08.06 04:04:37.133234 [ 3 ] {abb0c5b2-30c7-464f-a5df-5b5a9690629d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10005 | 2024.08.06 04:04:37.133555 [ 3 ] {abb0c5b2-30c7-464f-a5df-5b5a9690629d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10006 | 2024.08.06 04:04:37.133859 [ 3 ] {abb0c5b2-30c7-464f-a5df-5b5a9690629d} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10007 | 2024.08.06 04:04:37.133982 [ 3 ] {abb0c5b2-30c7-464f-a5df-5b5a9690629d} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001382 sec., 54269.17510853835 rows/sec., 4.24 MiB/sec. | ||
10008 | 2024.08.06 04:04:37.134166 [ 3 ] {abb0c5b2-30c7-464f-a5df-5b5a9690629d} <Debug> DynamicQueryHandler: Done processing query | ||
10009 | 2024.08.06 04:04:37.134202 [ 3 ] {abb0c5b2-30c7-464f-a5df-5b5a9690629d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10010 | 2024.08.06 04:04:37.134236 [ 3 ] {} <Debug> HTTP-Session: 49e0ffb5-6401-4ca0-be24-49b011e36519 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10011 | 2024.08.06 04:04:37.134417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10012 | 2024.08.06 04:04:37.134466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10013 | 2024.08.06 04:04:37.134488 [ 3 ] {} <Debug> HTTP-Session: c278fffc-dc56-427a-a0aa-2b3d6c5b8ac3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10014 | 2024.08.06 04:04:37.134504 [ 3 ] {} <Debug> HTTP-Session: c278fffc-dc56-427a-a0aa-2b3d6c5b8ac3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10015 | 2024.08.06 04:04:37.134518 [ 3 ] {} <Debug> HTTP-Session: c278fffc-dc56-427a-a0aa-2b3d6c5b8ac3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10016 | 2024.08.06 04:04:37.134548 [ 3 ] {} <Trace> HTTP-Session: c278fffc-dc56-427a-a0aa-2b3d6c5b8ac3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10017 | 2024.08.06 04:04:37.134694 [ 3 ] {3664a4b6-5162-4760-bff0-0d423923567a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10018 | 2024.08.06 04:04:37.134740 [ 3 ] {3664a4b6-5162-4760-bff0-0d423923567a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10019 | 2024.08.06 04:04:37.134881 [ 3 ] {3664a4b6-5162-4760-bff0-0d423923567a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10020 | 2024.08.06 04:04:37.135284 [ 3 ] {3664a4b6-5162-4760-bff0-0d423923567a} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10021 | 2024.08.06 04:04:37.135319 [ 3 ] {3664a4b6-5162-4760-bff0-0d423923567a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10022 | 2024.08.06 04:04:37.135717 [ 3 ] {3664a4b6-5162-4760-bff0-0d423923567a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10023 | 2024.08.06 04:04:37.136056 [ 3 ] {3664a4b6-5162-4760-bff0-0d423923567a} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10024 | 2024.08.06 04:04:37.136183 [ 3 ] {3664a4b6-5162-4760-bff0-0d423923567a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. | ||
10025 | 2024.08.06 04:04:37.136349 [ 3 ] {3664a4b6-5162-4760-bff0-0d423923567a} <Debug> DynamicQueryHandler: Done processing query | ||
10026 | 2024.08.06 04:04:37.136372 [ 3 ] {3664a4b6-5162-4760-bff0-0d423923567a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10027 | 2024.08.06 04:04:37.136388 [ 3 ] {} <Debug> HTTP-Session: c278fffc-dc56-427a-a0aa-2b3d6c5b8ac3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10028 | 2024.08.06 04:04:37.136512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17698, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10029 | 2024.08.06 04:04:37.136562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10030 | 2024.08.06 04:04:37.136580 [ 3 ] {} <Debug> HTTP-Session: 234ddc3a-8df3-443f-bbde-4a1e47873dc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10031 | 2024.08.06 04:04:37.136596 [ 3 ] {} <Debug> HTTP-Session: 234ddc3a-8df3-443f-bbde-4a1e47873dc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10032 | 2024.08.06 04:04:37.136610 [ 3 ] {} <Debug> HTTP-Session: 234ddc3a-8df3-443f-bbde-4a1e47873dc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10033 | 2024.08.06 04:04:37.136640 [ 3 ] {} <Trace> HTTP-Session: 234ddc3a-8df3-443f-bbde-4a1e47873dc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10034 | 2024.08.06 04:04:37.136822 [ 3 ] {21faf893-2957-4193-859f-593d2c450a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10035 | 2024.08.06 04:04:37.136885 [ 3 ] {21faf893-2957-4193-859f-593d2c450a15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10036 | 2024.08.06 04:04:37.137283 [ 3 ] {21faf893-2957-4193-859f-593d2c450a15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10037 | 2024.08.06 04:04:37.137857 [ 3 ] {21faf893-2957-4193-859f-593d2c450a15} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10038 | 2024.08.06 04:04:37.137891 [ 3 ] {21faf893-2957-4193-859f-593d2c450a15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10039 | 2024.08.06 04:04:37.138473 [ 3 ] {21faf893-2957-4193-859f-593d2c450a15} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10040 | 2024.08.06 04:04:37.138869 [ 3 ] {21faf893-2957-4193-859f-593d2c450a15} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10041 | 2024.08.06 04:04:37.139016 [ 3 ] {21faf893-2957-4193-859f-593d2c450a15} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002304 sec., 4774.305555555556 rows/sec., 8.56 MiB/sec. | ||
10042 | 2024.08.06 04:04:37.139207 [ 3 ] {21faf893-2957-4193-859f-593d2c450a15} <Debug> DynamicQueryHandler: Done processing query | ||
10043 | 2024.08.06 04:04:37.139231 [ 3 ] {21faf893-2957-4193-859f-593d2c450a15} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
10044 | 2024.08.06 04:04:37.139246 [ 3 ] {} <Debug> HTTP-Session: 234ddc3a-8df3-443f-bbde-4a1e47873dc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10045 | 2024.08.06 04:04:37.139372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10046 | 2024.08.06 04:04:37.139444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10047 | 2024.08.06 04:04:37.139463 [ 3 ] {} <Debug> HTTP-Session: 3586a199-4bec-40e6-a70b-3126390e990b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10048 | 2024.08.06 04:04:37.139480 [ 3 ] {} <Debug> HTTP-Session: 3586a199-4bec-40e6-a70b-3126390e990b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10049 | 2024.08.06 04:04:37.139494 [ 3 ] {} <Debug> HTTP-Session: 3586a199-4bec-40e6-a70b-3126390e990b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10050 | 2024.08.06 04:04:37.139523 [ 3 ] {} <Trace> HTTP-Session: 3586a199-4bec-40e6-a70b-3126390e990b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10051 | 2024.08.06 04:04:37.139645 [ 3 ] {ee60b998-ba92-446f-86ab-eec6cd60806c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10052 | 2024.08.06 04:04:37.139691 [ 3 ] {ee60b998-ba92-446f-86ab-eec6cd60806c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10053 | 2024.08.06 04:04:37.139819 [ 3 ] {ee60b998-ba92-446f-86ab-eec6cd60806c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10054 | 2024.08.06 04:04:37.140199 [ 3 ] {ee60b998-ba92-446f-86ab-eec6cd60806c} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10055 | 2024.08.06 04:04:37.140279 [ 3 ] {ee60b998-ba92-446f-86ab-eec6cd60806c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10056 | 2024.08.06 04:04:37.140855 [ 3 ] {ee60b998-ba92-446f-86ab-eec6cd60806c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10057 | 2024.08.06 04:04:37.141170 [ 3 ] {ee60b998-ba92-446f-86ab-eec6cd60806c} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10058 | 2024.08.06 04:04:37.141300 [ 3 ] {ee60b998-ba92-446f-86ab-eec6cd60806c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001706 sec., 35169.98827667057 rows/sec., 2.37 MiB/sec. | ||
10059 | 2024.08.06 04:04:37.141459 [ 3 ] {ee60b998-ba92-446f-86ab-eec6cd60806c} <Debug> DynamicQueryHandler: Done processing query | ||
10060 | 2024.08.06 04:04:37.141483 [ 3 ] {ee60b998-ba92-446f-86ab-eec6cd60806c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10061 | 2024.08.06 04:04:37.141498 [ 3 ] {} <Debug> HTTP-Session: 3586a199-4bec-40e6-a70b-3126390e990b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10062 | 2024.08.06 04:04:42.129593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10063 | 2024.08.06 04:04:42.129733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10064 | 2024.08.06 04:04:42.129763 [ 3 ] {} <Debug> HTTP-Session: 240873db-e1b5-4e7a-8575-38ad2c86b0d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10065 | 2024.08.06 04:04:42.129791 [ 3 ] {} <Debug> HTTP-Session: 240873db-e1b5-4e7a-8575-38ad2c86b0d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10066 | 2024.08.06 04:04:42.129808 [ 3 ] {} <Debug> HTTP-Session: 240873db-e1b5-4e7a-8575-38ad2c86b0d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10067 | 2024.08.06 04:04:42.129863 [ 3 ] {} <Trace> HTTP-Session: 240873db-e1b5-4e7a-8575-38ad2c86b0d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10068 | 2024.08.06 04:04:42.130078 [ 3 ] {6c480e05-3583-48c1-b54f-0aafd6ebfc24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10069 | 2024.08.06 04:04:42.130153 [ 3 ] {6c480e05-3583-48c1-b54f-0aafd6ebfc24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10070 | 2024.08.06 04:04:42.130377 [ 3 ] {6c480e05-3583-48c1-b54f-0aafd6ebfc24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10071 | 2024.08.06 04:04:42.130828 [ 3 ] {6c480e05-3583-48c1-b54f-0aafd6ebfc24} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10072 | 2024.08.06 04:04:42.130872 [ 3 ] {6c480e05-3583-48c1-b54f-0aafd6ebfc24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10073 | 2024.08.06 04:04:42.131236 [ 3 ] {6c480e05-3583-48c1-b54f-0aafd6ebfc24} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10074 | 2024.08.06 04:04:42.131569 [ 3 ] {6c480e05-3583-48c1-b54f-0aafd6ebfc24} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10075 | 2024.08.06 04:04:42.131716 [ 3 ] {6c480e05-3583-48c1-b54f-0aafd6ebfc24} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001706 sec., 16412.6611957796 rows/sec., 1.22 MiB/sec. | ||
10076 | 2024.08.06 04:04:42.131909 [ 3 ] {6c480e05-3583-48c1-b54f-0aafd6ebfc24} <Debug> DynamicQueryHandler: Done processing query | ||
10077 | 2024.08.06 04:04:42.131935 [ 3 ] {6c480e05-3583-48c1-b54f-0aafd6ebfc24} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10078 | 2024.08.06 04:04:42.131951 [ 3 ] {} <Debug> HTTP-Session: 240873db-e1b5-4e7a-8575-38ad2c86b0d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10079 | 2024.08.06 04:04:42.132162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10080 | 2024.08.06 04:04:42.132212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10081 | 2024.08.06 04:04:42.132231 [ 3 ] {} <Debug> HTTP-Session: b00855a7-e52d-46ed-a22b-681d7f6ab0c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10082 | 2024.08.06 04:04:42.132247 [ 3 ] {} <Debug> HTTP-Session: b00855a7-e52d-46ed-a22b-681d7f6ab0c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10083 | 2024.08.06 04:04:42.132261 [ 3 ] {} <Debug> HTTP-Session: b00855a7-e52d-46ed-a22b-681d7f6ab0c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10084 | 2024.08.06 04:04:42.132292 [ 3 ] {} <Trace> HTTP-Session: b00855a7-e52d-46ed-a22b-681d7f6ab0c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10085 | 2024.08.06 04:04:42.132445 [ 3 ] {c9ed3d4c-e4ad-479e-91b2-dc238833b7d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10086 | 2024.08.06 04:04:42.132489 [ 3 ] {c9ed3d4c-e4ad-479e-91b2-dc238833b7d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10087 | 2024.08.06 04:04:42.132615 [ 3 ] {c9ed3d4c-e4ad-479e-91b2-dc238833b7d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10088 | 2024.08.06 04:04:42.133072 [ 3 ] {c9ed3d4c-e4ad-479e-91b2-dc238833b7d4} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10089 | 2024.08.06 04:04:42.133109 [ 3 ] {c9ed3d4c-e4ad-479e-91b2-dc238833b7d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10090 | 2024.08.06 04:04:42.133443 [ 3 ] {c9ed3d4c-e4ad-479e-91b2-dc238833b7d4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10091 | 2024.08.06 04:04:42.133750 [ 3 ] {c9ed3d4c-e4ad-479e-91b2-dc238833b7d4} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10092 | 2024.08.06 04:04:42.133893 [ 3 ] {c9ed3d4c-e4ad-479e-91b2-dc238833b7d4} <Debug> executeQuery: Read 227 rows, 20.47 KiB in 0.001516 sec., 149736.14775725594 rows/sec., 13.18 MiB/sec. | ||
10093 | 2024.08.06 04:04:42.134059 [ 3 ] {c9ed3d4c-e4ad-479e-91b2-dc238833b7d4} <Debug> DynamicQueryHandler: Done processing query | ||
10094 | 2024.08.06 04:04:42.134084 [ 3 ] {c9ed3d4c-e4ad-479e-91b2-dc238833b7d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
10095 | 2024.08.06 04:04:42.134100 [ 3 ] {} <Debug> HTTP-Session: b00855a7-e52d-46ed-a22b-681d7f6ab0c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10096 | 2024.08.06 04:04:42.134292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10097 | 2024.08.06 04:04:42.134341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10098 | 2024.08.06 04:04:42.134360 [ 3 ] {} <Debug> HTTP-Session: 978291d6-834d-43e9-9bbf-52f8fd1b9a01 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10099 | 2024.08.06 04:04:42.134377 [ 3 ] {} <Debug> HTTP-Session: 978291d6-834d-43e9-9bbf-52f8fd1b9a01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10100 | 2024.08.06 04:04:42.134391 [ 3 ] {} <Debug> HTTP-Session: 978291d6-834d-43e9-9bbf-52f8fd1b9a01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10101 | 2024.08.06 04:04:42.134421 [ 3 ] {} <Trace> HTTP-Session: 978291d6-834d-43e9-9bbf-52f8fd1b9a01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10102 | 2024.08.06 04:04:42.134630 [ 3 ] {6f5ea427-f756-41f1-956c-63cceda23107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10103 | 2024.08.06 04:04:42.134673 [ 3 ] {6f5ea427-f756-41f1-956c-63cceda23107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10104 | 2024.08.06 04:04:42.134800 [ 3 ] {6f5ea427-f756-41f1-956c-63cceda23107} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10105 | 2024.08.06 04:04:42.135321 [ 3 ] {6f5ea427-f756-41f1-956c-63cceda23107} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10106 | 2024.08.06 04:04:42.135357 [ 3 ] {6f5ea427-f756-41f1-956c-63cceda23107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10107 | 2024.08.06 04:04:42.135676 [ 3 ] {6f5ea427-f756-41f1-956c-63cceda23107} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10108 | 2024.08.06 04:04:42.135976 [ 3 ] {6f5ea427-f756-41f1-956c-63cceda23107} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10109 | 2024.08.06 04:04:42.136126 [ 3 ] {6f5ea427-f756-41f1-956c-63cceda23107} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.001601 sec., 252342.2860712055 rows/sec., 17.83 MiB/sec. | ||
10110 | 2024.08.06 04:04:42.136282 [ 3 ] {6f5ea427-f756-41f1-956c-63cceda23107} <Debug> DynamicQueryHandler: Done processing query | ||
10111 | 2024.08.06 04:04:42.136305 [ 3 ] {6f5ea427-f756-41f1-956c-63cceda23107} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10112 | 2024.08.06 04:04:42.136321 [ 3 ] {} <Debug> HTTP-Session: 978291d6-834d-43e9-9bbf-52f8fd1b9a01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10113 | 2024.08.06 04:04:42.136465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10114 | 2024.08.06 04:04:42.136513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10115 | 2024.08.06 04:04:42.136531 [ 3 ] {} <Debug> HTTP-Session: ca59ea04-cde8-4384-b8ed-6f8df30e8a98 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10116 | 2024.08.06 04:04:42.136548 [ 3 ] {} <Debug> HTTP-Session: ca59ea04-cde8-4384-b8ed-6f8df30e8a98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10117 | 2024.08.06 04:04:42.136562 [ 3 ] {} <Debug> HTTP-Session: ca59ea04-cde8-4384-b8ed-6f8df30e8a98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10118 | 2024.08.06 04:04:42.136592 [ 3 ] {} <Trace> HTTP-Session: ca59ea04-cde8-4384-b8ed-6f8df30e8a98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10119 | 2024.08.06 04:04:42.136686 [ 3 ] {5e856473-abce-41d5-ba72-eaaed3cbad95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10120 | 2024.08.06 04:04:42.136731 [ 3 ] {5e856473-abce-41d5-ba72-eaaed3cbad95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10121 | 2024.08.06 04:04:42.136859 [ 3 ] {5e856473-abce-41d5-ba72-eaaed3cbad95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10122 | 2024.08.06 04:04:42.137120 [ 3 ] {5e856473-abce-41d5-ba72-eaaed3cbad95} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10123 | 2024.08.06 04:04:42.137155 [ 3 ] {5e856473-abce-41d5-ba72-eaaed3cbad95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10124 | 2024.08.06 04:04:42.137572 [ 3 ] {5e856473-abce-41d5-ba72-eaaed3cbad95} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10125 | 2024.08.06 04:04:42.137987 [ 3 ] {5e856473-abce-41d5-ba72-eaaed3cbad95} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10126 | 2024.08.06 04:04:42.138205 [ 125 ] {} <Debug> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
10127 | 2024.08.06 04:04:42.138211 [ 3 ] {5e856473-abce-41d5-ba72-eaaed3cbad95} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 167.63 KiB/sec. | ||
10128 | 2024.08.06 04:04:42.138313 [ 125 ] {} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10129 | 2024.08.06 04:04:42.138390 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10130 | 2024.08.06 04:04:42.138672 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::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 | ||
10131 | 2024.08.06 04:04:42.138671 [ 3 ] {5e856473-abce-41d5-ba72-eaaed3cbad95} <Debug> DynamicQueryHandler: Done processing query | ||
10132 | 2024.08.06 04:04:42.138793 [ 3 ] {5e856473-abce-41d5-ba72-eaaed3cbad95} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10133 | 2024.08.06 04:04:42.138862 [ 3 ] {} <Debug> HTTP-Session: ca59ea04-cde8-4384-b8ed-6f8df30e8a98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10134 | 2024.08.06 04:04:42.138978 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10135 | 2024.08.06 04:04:42.139019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10136 | 2024.08.06 04:04:42.139052 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
10137 | 2024.08.06 04:04:42.139113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10138 | 2024.08.06 04:04:42.139168 [ 3 ] {} <Debug> HTTP-Session: f959d150-18df-4794-a7eb-3c1b063fcb63 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10139 | 2024.08.06 04:04:42.139236 [ 3 ] {} <Debug> HTTP-Session: f959d150-18df-4794-a7eb-3c1b063fcb63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10140 | 2024.08.06 04:04:42.139310 [ 3 ] {} <Debug> HTTP-Session: f959d150-18df-4794-a7eb-3c1b063fcb63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10141 | 2024.08.06 04:04:42.139314 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
10142 | 2024.08.06 04:04:42.139429 [ 3 ] {} <Trace> HTTP-Session: f959d150-18df-4794-a7eb-3c1b063fcb63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10143 | 2024.08.06 04:04:42.139612 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
10144 | 2024.08.06 04:04:42.139850 [ 3 ] {0949be5d-1b37-449d-8394-6c91714f83d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10145 | 2024.08.06 04:04:42.139922 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
10146 | 2024.08.06 04:04:42.140055 [ 3 ] {0949be5d-1b37-449d-8394-6c91714f83d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10147 | 2024.08.06 04:04:42.140162 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
10148 | 2024.08.06 04:04:42.140563 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
10149 | 2024.08.06 04:04:42.141400 [ 3 ] {0949be5d-1b37-449d-8394-6c91714f83d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10150 | 2024.08.06 04:04:42.142235 [ 3 ] {0949be5d-1b37-449d-8394-6c91714f83d2} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10151 | 2024.08.06 04:04:42.142306 [ 3 ] {0949be5d-1b37-449d-8394-6c91714f83d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10152 | 2024.08.06 04:04:42.143435 [ 3 ] {0949be5d-1b37-449d-8394-6c91714f83d2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10153 | 2024.08.06 04:04:42.143490 [ 192 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004972237 sec., 31374.208429726903 rows/sec., 1.32 MiB/sec. | ||
10154 | 2024.08.06 04:04:42.143774 [ 186 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
10155 | 2024.08.06 04:04:42.144057 [ 3 ] {0949be5d-1b37-449d-8394-6c91714f83d2} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10156 | 2024.08.06 04:04:42.144368 [ 125 ] {} <Debug> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
10157 | 2024.08.06 04:04:42.144445 [ 3 ] {0949be5d-1b37-449d-8394-6c91714f83d2} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004738 sec., 16251.582946390881 rows/sec., 1.00 MiB/sec. | ||
10158 | 2024.08.06 04:04:42.144474 [ 125 ] {} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10159 | 2024.08.06 04:04:42.144582 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10160 | 2024.08.06 04:04:42.144948 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::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 | ||
10161 | 2024.08.06 04:04:42.145007 [ 3 ] {0949be5d-1b37-449d-8394-6c91714f83d2} <Debug> DynamicQueryHandler: Done processing query | ||
10162 | 2024.08.06 04:04:42.145067 [ 3 ] {0949be5d-1b37-449d-8394-6c91714f83d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10163 | 2024.08.06 04:04:42.145145 [ 3 ] {} <Debug> HTTP-Session: f959d150-18df-4794-a7eb-3c1b063fcb63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10164 | 2024.08.06 04:04:42.145141 [ 192 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_26_5} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10165 | 2024.08.06 04:04:42.145436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10166 | 2024.08.06 04:04:42.145451 [ 192 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_26_5} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
10167 | 2024.08.06 04:04:42.145491 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10168 | 2024.08.06 04:04:42.145579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10169 | 2024.08.06 04:04:42.145651 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1617 rows starting from the beginning of the part | ||
10170 | 2024.08.06 04:04:42.145678 [ 3 ] {} <Debug> HTTP-Session: af98a4f1-d9ea-47a6-822a-1419c0dc1b9b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10171 | 2024.08.06 04:04:42.145699 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10172 | 2024.08.06 04:04:42.145747 [ 3 ] {} <Debug> HTTP-Session: af98a4f1-d9ea-47a6-822a-1419c0dc1b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10173 | 2024.08.06 04:04:42.145801 [ 3 ] {} <Debug> HTTP-Session: af98a4f1-d9ea-47a6-822a-1419c0dc1b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10174 | 2024.08.06 04:04:42.145937 [ 3 ] {} <Trace> HTTP-Session: af98a4f1-d9ea-47a6-822a-1419c0dc1b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10175 | 2024.08.06 04:04:42.145978 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 77 rows starting from the beginning of the part | ||
10176 | 2024.08.06 04:04:42.146283 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 77 rows starting from the beginning of the part | ||
10177 | 2024.08.06 04:04:42.146353 [ 3 ] {00a9f7e8-b7de-432f-bfd1-85fc24c88385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10178 | 2024.08.06 04:04:42.146582 [ 3 ] {00a9f7e8-b7de-432f-bfd1-85fc24c88385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10179 | 2024.08.06 04:04:42.146663 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 77 rows starting from the beginning of the part | ||
10180 | 2024.08.06 04:04:42.147131 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 77 rows starting from the beginning of the part | ||
10181 | 2024.08.06 04:04:42.147572 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 77 rows starting from the beginning of the part | ||
10182 | 2024.08.06 04:04:42.147923 [ 3 ] {00a9f7e8-b7de-432f-bfd1-85fc24c88385} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10183 | 2024.08.06 04:04:42.148866 [ 3 ] {00a9f7e8-b7de-432f-bfd1-85fc24c88385} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10184 | 2024.08.06 04:04:42.148929 [ 3 ] {00a9f7e8-b7de-432f-bfd1-85fc24c88385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10185 | 2024.08.06 04:04:42.150007 [ 3 ] {00a9f7e8-b7de-432f-bfd1-85fc24c88385} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10186 | 2024.08.06 04:04:42.150745 [ 192 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 5 columns (5 merged, 0 gathered) in 0.005996311 sec., 333871.94226583646 rows/sec., 20.56 MiB/sec. | ||
10187 | 2024.08.06 04:04:42.150833 [ 3 ] {00a9f7e8-b7de-432f-bfd1-85fc24c88385} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10188 | 2024.08.06 04:04:42.151016 [ 192 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
10189 | 2024.08.06 04:04:42.151053 [ 3 ] {00a9f7e8-b7de-432f-bfd1-85fc24c88385} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004907 sec., 32606.48053800693 rows/sec., 2.27 MiB/sec. | ||
10190 | 2024.08.06 04:04:42.151300 [ 3 ] {00a9f7e8-b7de-432f-bfd1-85fc24c88385} <Debug> DynamicQueryHandler: Done processing query | ||
10191 | 2024.08.06 04:04:42.151340 [ 3 ] {00a9f7e8-b7de-432f-bfd1-85fc24c88385} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10192 | 2024.08.06 04:04:42.151370 [ 3 ] {} <Debug> HTTP-Session: af98a4f1-d9ea-47a6-822a-1419c0dc1b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10193 | 2024.08.06 04:04:42.151532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10194 | 2024.08.06 04:04:42.151562 [ 192 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10195 | 2024.08.06 04:04:42.151613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10196 | 2024.08.06 04:04:42.151636 [ 3 ] {} <Debug> HTTP-Session: 8547c183-2903-4e8a-9bd1-02274fa530de Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10197 | 2024.08.06 04:04:42.151653 [ 192 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
10198 | 2024.08.06 04:04:42.151657 [ 3 ] {} <Debug> HTTP-Session: 8547c183-2903-4e8a-9bd1-02274fa530de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10199 | 2024.08.06 04:04:42.151682 [ 3 ] {} <Debug> HTTP-Session: 8547c183-2903-4e8a-9bd1-02274fa530de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10200 | 2024.08.06 04:04:42.151741 [ 3 ] {} <Trace> HTTP-Session: 8547c183-2903-4e8a-9bd1-02274fa530de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10201 | 2024.08.06 04:04:42.151755 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
10202 | 2024.08.06 04:04:42.152105 [ 3 ] {87fa2a8e-e8ab-4bac-9889-73d40fd12a84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10203 | 2024.08.06 04:04:42.152172 [ 3 ] {87fa2a8e-e8ab-4bac-9889-73d40fd12a84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10204 | 2024.08.06 04:04:42.152596 [ 3 ] {87fa2a8e-e8ab-4bac-9889-73d40fd12a84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10205 | 2024.08.06 04:04:42.153327 [ 3 ] {87fa2a8e-e8ab-4bac-9889-73d40fd12a84} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10206 | 2024.08.06 04:04:42.153382 [ 3 ] {87fa2a8e-e8ab-4bac-9889-73d40fd12a84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10207 | 2024.08.06 04:04:42.154223 [ 3 ] {87fa2a8e-e8ab-4bac-9889-73d40fd12a84} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10208 | 2024.08.06 04:04:42.154874 [ 3 ] {87fa2a8e-e8ab-4bac-9889-73d40fd12a84} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10209 | 2024.08.06 04:04:42.155121 [ 3 ] {87fa2a8e-e8ab-4bac-9889-73d40fd12a84} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.003277 sec., 6713.457430576747 rows/sec., 12.03 MiB/sec. | ||
10210 | 2024.08.06 04:04:42.155414 [ 3 ] {87fa2a8e-e8ab-4bac-9889-73d40fd12a84} <Debug> DynamicQueryHandler: Done processing query | ||
10211 | 2024.08.06 04:04:42.155448 [ 3 ] {87fa2a8e-e8ab-4bac-9889-73d40fd12a84} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10212 | 2024.08.06 04:04:42.155475 [ 3 ] {} <Debug> HTTP-Session: 8547c183-2903-4e8a-9bd1-02274fa530de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10213 | 2024.08.06 04:04:42.155621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10214 | 2024.08.06 04:04:42.155691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10215 | 2024.08.06 04:04:42.155723 [ 3 ] {} <Debug> HTTP-Session: 7610ea49-068e-4b19-a0cf-6ce5b99512aa Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10216 | 2024.08.06 04:04:42.155748 [ 3 ] {} <Debug> HTTP-Session: 7610ea49-068e-4b19-a0cf-6ce5b99512aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10217 | 2024.08.06 04:04:42.155769 [ 3 ] {} <Debug> HTTP-Session: 7610ea49-068e-4b19-a0cf-6ce5b99512aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10218 | 2024.08.06 04:04:42.155812 [ 3 ] {} <Trace> HTTP-Session: 7610ea49-068e-4b19-a0cf-6ce5b99512aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10219 | 2024.08.06 04:04:42.155949 [ 3 ] {f60aabc7-cb07-43f3-a52f-3df3222b5ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10220 | 2024.08.06 04:04:42.156010 [ 3 ] {f60aabc7-cb07-43f3-a52f-3df3222b5ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10221 | 2024.08.06 04:04:42.156198 [ 3 ] {f60aabc7-cb07-43f3-a52f-3df3222b5ccc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10222 | 2024.08.06 04:04:42.156546 [ 3 ] {f60aabc7-cb07-43f3-a52f-3df3222b5ccc} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10223 | 2024.08.06 04:04:42.156585 [ 3 ] {f60aabc7-cb07-43f3-a52f-3df3222b5ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10224 | 2024.08.06 04:04:42.157008 [ 3 ] {f60aabc7-cb07-43f3-a52f-3df3222b5ccc} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10225 | 2024.08.06 04:04:42.157359 [ 3 ] {f60aabc7-cb07-43f3-a52f-3df3222b5ccc} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10226 | 2024.08.06 04:04:42.157510 [ 3 ] {f60aabc7-cb07-43f3-a52f-3df3222b5ccc} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001598 sec., 14392.991239048812 rows/sec., 778.56 KiB/sec. | ||
10227 | 2024.08.06 04:04:42.157666 [ 3 ] {f60aabc7-cb07-43f3-a52f-3df3222b5ccc} <Debug> DynamicQueryHandler: Done processing query | ||
10228 | 2024.08.06 04:04:42.157692 [ 3 ] {f60aabc7-cb07-43f3-a52f-3df3222b5ccc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10229 | 2024.08.06 04:04:42.157708 [ 3 ] {} <Debug> HTTP-Session: 7610ea49-068e-4b19-a0cf-6ce5b99512aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10230 | 2024.08.06 04:04:42.157827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10231 | 2024.08.06 04:04:42.157876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10232 | 2024.08.06 04:04:42.157896 [ 3 ] {} <Debug> HTTP-Session: 32c98eaa-b1e2-4690-9009-aa6a461de4db Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10233 | 2024.08.06 04:04:42.157913 [ 3 ] {} <Debug> HTTP-Session: 32c98eaa-b1e2-4690-9009-aa6a461de4db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10234 | 2024.08.06 04:04:42.157927 [ 3 ] {} <Debug> HTTP-Session: 32c98eaa-b1e2-4690-9009-aa6a461de4db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10235 | 2024.08.06 04:04:42.157959 [ 3 ] {} <Trace> HTTP-Session: 32c98eaa-b1e2-4690-9009-aa6a461de4db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10236 | 2024.08.06 04:04:42.158079 [ 3 ] {93bd5b38-a69b-4a62-bcb5-81ced169aca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10237 | 2024.08.06 04:04:42.158125 [ 3 ] {93bd5b38-a69b-4a62-bcb5-81ced169aca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10238 | 2024.08.06 04:04:42.158257 [ 3 ] {93bd5b38-a69b-4a62-bcb5-81ced169aca0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10239 | 2024.08.06 04:04:42.158564 [ 3 ] {93bd5b38-a69b-4a62-bcb5-81ced169aca0} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10240 | 2024.08.06 04:04:42.158600 [ 3 ] {93bd5b38-a69b-4a62-bcb5-81ced169aca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10241 | 2024.08.06 04:04:42.158965 [ 3 ] {93bd5b38-a69b-4a62-bcb5-81ced169aca0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10242 | 2024.08.06 04:04:42.159309 [ 3 ] {93bd5b38-a69b-4a62-bcb5-81ced169aca0} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10243 | 2024.08.06 04:04:42.159462 [ 3 ] {93bd5b38-a69b-4a62-bcb5-81ced169aca0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec. | ||
10244 | 2024.08.06 04:04:42.159745 [ 3 ] {93bd5b38-a69b-4a62-bcb5-81ced169aca0} <Debug> DynamicQueryHandler: Done processing query | ||
10245 | 2024.08.06 04:04:42.159804 [ 3 ] {93bd5b38-a69b-4a62-bcb5-81ced169aca0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10246 | 2024.08.06 04:04:42.159850 [ 3 ] {} <Debug> HTTP-Session: 32c98eaa-b1e2-4690-9009-aa6a461de4db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10247 | 2024.08.06 04:04:47.126970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10248 | 2024.08.06 04:04:47.127120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10249 | 2024.08.06 04:04:47.127152 [ 3 ] {} <Debug> HTTP-Session: 8dec12b6-408d-4833-a61a-82e654c564ae Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10250 | 2024.08.06 04:04:47.127181 [ 3 ] {} <Debug> HTTP-Session: 8dec12b6-408d-4833-a61a-82e654c564ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10251 | 2024.08.06 04:04:47.127200 [ 3 ] {} <Debug> HTTP-Session: 8dec12b6-408d-4833-a61a-82e654c564ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10252 | 2024.08.06 04:04:47.127258 [ 3 ] {} <Trace> HTTP-Session: 8dec12b6-408d-4833-a61a-82e654c564ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10253 | 2024.08.06 04:04:47.127472 [ 3 ] {6bfdf478-8c65-46b6-acd6-7dcbba6a5b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10254 | 2024.08.06 04:04:47.127548 [ 3 ] {6bfdf478-8c65-46b6-acd6-7dcbba6a5b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10255 | 2024.08.06 04:04:47.127774 [ 3 ] {6bfdf478-8c65-46b6-acd6-7dcbba6a5b94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10256 | 2024.08.06 04:04:47.128202 [ 3 ] {6bfdf478-8c65-46b6-acd6-7dcbba6a5b94} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10257 | 2024.08.06 04:04:47.128245 [ 3 ] {6bfdf478-8c65-46b6-acd6-7dcbba6a5b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10258 | 2024.08.06 04:04:47.128618 [ 3 ] {6bfdf478-8c65-46b6-acd6-7dcbba6a5b94} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10259 | 2024.08.06 04:04:47.128972 [ 3 ] {6bfdf478-8c65-46b6-acd6-7dcbba6a5b94} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10260 | 2024.08.06 04:04:47.129133 [ 3 ] {6bfdf478-8c65-46b6-acd6-7dcbba6a5b94} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001723 sec., 6384.2135809634365 rows/sec., 517.47 KiB/sec. | ||
10261 | 2024.08.06 04:04:47.129318 [ 3 ] {6bfdf478-8c65-46b6-acd6-7dcbba6a5b94} <Debug> DynamicQueryHandler: Done processing query | ||
10262 | 2024.08.06 04:04:47.129345 [ 3 ] {6bfdf478-8c65-46b6-acd6-7dcbba6a5b94} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10263 | 2024.08.06 04:04:47.129360 [ 3 ] {} <Debug> HTTP-Session: 8dec12b6-408d-4833-a61a-82e654c564ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10264 | 2024.08.06 04:04:47.129498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10265 | 2024.08.06 04:04:47.129547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10266 | 2024.08.06 04:04:47.129568 [ 3 ] {} <Debug> HTTP-Session: 09df9018-ad08-422c-aafb-3585f08f3c0d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10267 | 2024.08.06 04:04:47.129584 [ 3 ] {} <Debug> HTTP-Session: 09df9018-ad08-422c-aafb-3585f08f3c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10268 | 2024.08.06 04:04:47.129598 [ 3 ] {} <Debug> HTTP-Session: 09df9018-ad08-422c-aafb-3585f08f3c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10269 | 2024.08.06 04:04:47.129629 [ 3 ] {} <Trace> HTTP-Session: 09df9018-ad08-422c-aafb-3585f08f3c0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10270 | 2024.08.06 04:04:47.129764 [ 3 ] {fc5dc312-c5e7-4e4c-b5fb-970ad8e615e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10271 | 2024.08.06 04:04:47.129808 [ 3 ] {fc5dc312-c5e7-4e4c-b5fb-970ad8e615e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10272 | 2024.08.06 04:04:47.129934 [ 3 ] {fc5dc312-c5e7-4e4c-b5fb-970ad8e615e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10273 | 2024.08.06 04:04:47.130314 [ 3 ] {fc5dc312-c5e7-4e4c-b5fb-970ad8e615e5} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10274 | 2024.08.06 04:04:47.130351 [ 3 ] {fc5dc312-c5e7-4e4c-b5fb-970ad8e615e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10275 | 2024.08.06 04:04:47.130675 [ 3 ] {fc5dc312-c5e7-4e4c-b5fb-970ad8e615e5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10276 | 2024.08.06 04:04:47.130993 [ 3 ] {fc5dc312-c5e7-4e4c-b5fb-970ad8e615e5} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10277 | 2024.08.06 04:04:47.131145 [ 3 ] {fc5dc312-c5e7-4e4c-b5fb-970ad8e615e5} <Debug> executeQuery: Read 125 rows, 10.13 KiB in 0.001433 sec., 87229.58827634333 rows/sec., 6.90 MiB/sec. | ||
10278 | 2024.08.06 04:04:47.131315 [ 3 ] {fc5dc312-c5e7-4e4c-b5fb-970ad8e615e5} <Debug> DynamicQueryHandler: Done processing query | ||
10279 | 2024.08.06 04:04:47.131340 [ 3 ] {fc5dc312-c5e7-4e4c-b5fb-970ad8e615e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10280 | 2024.08.06 04:04:47.131356 [ 3 ] {} <Debug> HTTP-Session: 09df9018-ad08-422c-aafb-3585f08f3c0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10281 | 2024.08.06 04:04:47.131527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 16771, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10282 | 2024.08.06 04:04:47.131575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10283 | 2024.08.06 04:04:47.131596 [ 3 ] {} <Debug> HTTP-Session: 178e26c2-a492-46ce-a47b-22d0302a66da Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10284 | 2024.08.06 04:04:47.131613 [ 3 ] {} <Debug> HTTP-Session: 178e26c2-a492-46ce-a47b-22d0302a66da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10285 | 2024.08.06 04:04:47.131627 [ 3 ] {} <Debug> HTTP-Session: 178e26c2-a492-46ce-a47b-22d0302a66da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10286 | 2024.08.06 04:04:47.131658 [ 3 ] {} <Trace> HTTP-Session: 178e26c2-a492-46ce-a47b-22d0302a66da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10287 | 2024.08.06 04:04:47.131776 [ 3 ] {6b8f8e53-b064-4d1c-be15-1c5022bec848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10288 | 2024.08.06 04:04:47.131819 [ 3 ] {6b8f8e53-b064-4d1c-be15-1c5022bec848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10289 | 2024.08.06 04:04:47.131944 [ 3 ] {6b8f8e53-b064-4d1c-be15-1c5022bec848} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10290 | 2024.08.06 04:04:47.132281 [ 3 ] {6b8f8e53-b064-4d1c-be15-1c5022bec848} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10291 | 2024.08.06 04:04:47.132319 [ 3 ] {6b8f8e53-b064-4d1c-be15-1c5022bec848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10292 | 2024.08.06 04:04:47.132632 [ 3 ] {6b8f8e53-b064-4d1c-be15-1c5022bec848} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10293 | 2024.08.06 04:04:47.132953 [ 3 ] {6b8f8e53-b064-4d1c-be15-1c5022bec848} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10294 | 2024.08.06 04:04:47.133110 [ 3 ] {6b8f8e53-b064-4d1c-be15-1c5022bec848} <Debug> executeQuery: Read 99 rows, 7.89 KiB in 0.001367 sec., 72421.36064374543 rows/sec., 5.64 MiB/sec. | ||
10295 | 2024.08.06 04:04:47.133267 [ 3 ] {6b8f8e53-b064-4d1c-be15-1c5022bec848} <Debug> DynamicQueryHandler: Done processing query | ||
10296 | 2024.08.06 04:04:47.133292 [ 3 ] {6b8f8e53-b064-4d1c-be15-1c5022bec848} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10297 | 2024.08.06 04:04:47.133308 [ 3 ] {} <Debug> HTTP-Session: 178e26c2-a492-46ce-a47b-22d0302a66da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10298 | 2024.08.06 04:04:47.133511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37545, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10299 | 2024.08.06 04:04:47.133557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10300 | 2024.08.06 04:04:47.133577 [ 3 ] {} <Debug> HTTP-Session: 3211bffd-61ef-44f2-94e5-ba07986b4b75 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10301 | 2024.08.06 04:04:47.133593 [ 3 ] {} <Debug> HTTP-Session: 3211bffd-61ef-44f2-94e5-ba07986b4b75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10302 | 2024.08.06 04:04:47.133607 [ 3 ] {} <Debug> HTTP-Session: 3211bffd-61ef-44f2-94e5-ba07986b4b75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10303 | 2024.08.06 04:04:47.133637 [ 3 ] {} <Trace> HTTP-Session: 3211bffd-61ef-44f2-94e5-ba07986b4b75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10304 | 2024.08.06 04:04:47.133796 [ 3 ] {ed0a6a82-1f03-455b-a704-4f4193d8ee95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10305 | 2024.08.06 04:04:47.133845 [ 3 ] {ed0a6a82-1f03-455b-a704-4f4193d8ee95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10306 | 2024.08.06 04:04:47.133991 [ 3 ] {ed0a6a82-1f03-455b-a704-4f4193d8ee95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10307 | 2024.08.06 04:04:47.134392 [ 3 ] {ed0a6a82-1f03-455b-a704-4f4193d8ee95} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10308 | 2024.08.06 04:04:47.134427 [ 3 ] {ed0a6a82-1f03-455b-a704-4f4193d8ee95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10309 | 2024.08.06 04:04:47.134823 [ 3 ] {ed0a6a82-1f03-455b-a704-4f4193d8ee95} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10310 | 2024.08.06 04:04:47.135167 [ 3 ] {ed0a6a82-1f03-455b-a704-4f4193d8ee95} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10311 | 2024.08.06 04:04:47.135329 [ 3 ] {ed0a6a82-1f03-455b-a704-4f4193d8ee95} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001611 sec., 121663.56300434512 rows/sec., 8.49 MiB/sec. | ||
10312 | 2024.08.06 04:04:47.135503 [ 3 ] {ed0a6a82-1f03-455b-a704-4f4193d8ee95} <Debug> DynamicQueryHandler: Done processing query | ||
10313 | 2024.08.06 04:04:47.135527 [ 3 ] {ed0a6a82-1f03-455b-a704-4f4193d8ee95} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10314 | 2024.08.06 04:04:47.135543 [ 3 ] {} <Debug> HTTP-Session: 3211bffd-61ef-44f2-94e5-ba07986b4b75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10315 | 2024.08.06 04:04:47.135757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17709, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10316 | 2024.08.06 04:04:47.135806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10317 | 2024.08.06 04:04:47.135827 [ 3 ] {} <Debug> HTTP-Session: ae287cf4-b861-4d32-85c3-e57eb68b52ca Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10318 | 2024.08.06 04:04:47.135843 [ 3 ] {} <Debug> HTTP-Session: ae287cf4-b861-4d32-85c3-e57eb68b52ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10319 | 2024.08.06 04:04:47.135857 [ 3 ] {} <Debug> HTTP-Session: ae287cf4-b861-4d32-85c3-e57eb68b52ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10320 | 2024.08.06 04:04:47.135888 [ 3 ] {} <Trace> HTTP-Session: ae287cf4-b861-4d32-85c3-e57eb68b52ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10321 | 2024.08.06 04:04:47.136071 [ 3 ] {31a6ddde-924a-4f46-8731-01b892ea2b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10322 | 2024.08.06 04:04:47.136135 [ 3 ] {31a6ddde-924a-4f46-8731-01b892ea2b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10323 | 2024.08.06 04:04:47.136547 [ 3 ] {31a6ddde-924a-4f46-8731-01b892ea2b2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10324 | 2024.08.06 04:04:47.137051 [ 3 ] {31a6ddde-924a-4f46-8731-01b892ea2b2a} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10325 | 2024.08.06 04:04:47.137087 [ 3 ] {31a6ddde-924a-4f46-8731-01b892ea2b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10326 | 2024.08.06 04:04:47.137682 [ 3 ] {31a6ddde-924a-4f46-8731-01b892ea2b2a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10327 | 2024.08.06 04:04:47.138104 [ 3 ] {31a6ddde-924a-4f46-8731-01b892ea2b2a} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10328 | 2024.08.06 04:04:47.138305 [ 3 ] {31a6ddde-924a-4f46-8731-01b892ea2b2a} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002343 sec., 4694.835680751174 rows/sec., 8.41 MiB/sec. | ||
10329 | 2024.08.06 04:04:47.138504 [ 3 ] {31a6ddde-924a-4f46-8731-01b892ea2b2a} <Debug> DynamicQueryHandler: Done processing query | ||
10330 | 2024.08.06 04:04:47.138529 [ 3 ] {31a6ddde-924a-4f46-8731-01b892ea2b2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
10331 | 2024.08.06 04:04:47.138545 [ 3 ] {} <Debug> HTTP-Session: ae287cf4-b861-4d32-85c3-e57eb68b52ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10332 | 2024.08.06 04:04:47.138678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10333 | 2024.08.06 04:04:47.138726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10334 | 2024.08.06 04:04:47.138745 [ 3 ] {} <Debug> HTTP-Session: 0cd1e714-f653-40f4-803f-e048f1db89ec Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10335 | 2024.08.06 04:04:47.138761 [ 3 ] {} <Debug> HTTP-Session: 0cd1e714-f653-40f4-803f-e048f1db89ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10336 | 2024.08.06 04:04:47.138775 [ 3 ] {} <Debug> HTTP-Session: 0cd1e714-f653-40f4-803f-e048f1db89ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10337 | 2024.08.06 04:04:47.138807 [ 3 ] {} <Trace> HTTP-Session: 0cd1e714-f653-40f4-803f-e048f1db89ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10338 | 2024.08.06 04:04:47.138919 [ 3 ] {69e1f971-fc2f-4fb1-8dce-7f1a3902d694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10339 | 2024.08.06 04:04:47.138963 [ 3 ] {69e1f971-fc2f-4fb1-8dce-7f1a3902d694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10340 | 2024.08.06 04:04:47.139089 [ 3 ] {69e1f971-fc2f-4fb1-8dce-7f1a3902d694} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10341 | 2024.08.06 04:04:47.139455 [ 3 ] {69e1f971-fc2f-4fb1-8dce-7f1a3902d694} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10342 | 2024.08.06 04:04:47.139492 [ 3 ] {69e1f971-fc2f-4fb1-8dce-7f1a3902d694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10343 | 2024.08.06 04:04:47.139866 [ 3 ] {69e1f971-fc2f-4fb1-8dce-7f1a3902d694} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10344 | 2024.08.06 04:04:47.140197 [ 3 ] {69e1f971-fc2f-4fb1-8dce-7f1a3902d694} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10345 | 2024.08.06 04:04:47.140354 [ 3 ] {69e1f971-fc2f-4fb1-8dce-7f1a3902d694} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. | ||
10346 | 2024.08.06 04:04:47.140555 [ 3 ] {69e1f971-fc2f-4fb1-8dce-7f1a3902d694} <Debug> DynamicQueryHandler: Done processing query | ||
10347 | 2024.08.06 04:04:47.140593 [ 3 ] {69e1f971-fc2f-4fb1-8dce-7f1a3902d694} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10348 | 2024.08.06 04:04:47.140620 [ 3 ] {} <Debug> HTTP-Session: 0cd1e714-f653-40f4-803f-e048f1db89ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10349 | 2024.08.06 04:04:51.018731 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10350 | 2024.08.06 04:04:51.018809 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10351 | 2024.08.06 04:04:52.129692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10352 | 2024.08.06 04:04:52.129821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10353 | 2024.08.06 04:04:52.129849 [ 3 ] {} <Debug> HTTP-Session: 772cfbde-d1d3-46af-ab6b-276f01703bd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10354 | 2024.08.06 04:04:52.129876 [ 3 ] {} <Debug> HTTP-Session: 772cfbde-d1d3-46af-ab6b-276f01703bd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10355 | 2024.08.06 04:04:52.129894 [ 3 ] {} <Debug> HTTP-Session: 772cfbde-d1d3-46af-ab6b-276f01703bd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10356 | 2024.08.06 04:04:52.129951 [ 3 ] {} <Trace> HTTP-Session: 772cfbde-d1d3-46af-ab6b-276f01703bd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10357 | 2024.08.06 04:04:52.130155 [ 3 ] {5a515bd2-3537-48cb-beae-6fd6d2a96abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10358 | 2024.08.06 04:04:52.130223 [ 3 ] {5a515bd2-3537-48cb-beae-6fd6d2a96abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10359 | 2024.08.06 04:04:52.130417 [ 3 ] {5a515bd2-3537-48cb-beae-6fd6d2a96abe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10360 | 2024.08.06 04:04:52.130881 [ 3 ] {5a515bd2-3537-48cb-beae-6fd6d2a96abe} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10361 | 2024.08.06 04:04:52.130923 [ 3 ] {5a515bd2-3537-48cb-beae-6fd6d2a96abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10362 | 2024.08.06 04:04:52.131300 [ 3 ] {5a515bd2-3537-48cb-beae-6fd6d2a96abe} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10363 | 2024.08.06 04:04:52.131655 [ 3 ] {5a515bd2-3537-48cb-beae-6fd6d2a96abe} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10364 | 2024.08.06 04:04:52.131824 [ 3 ] {5a515bd2-3537-48cb-beae-6fd6d2a96abe} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001723 sec., 16250.725478816019 rows/sec., 1.20 MiB/sec. | ||
10365 | 2024.08.06 04:04:52.132030 [ 3 ] {5a515bd2-3537-48cb-beae-6fd6d2a96abe} <Debug> DynamicQueryHandler: Done processing query | ||
10366 | 2024.08.06 04:04:52.132057 [ 3 ] {5a515bd2-3537-48cb-beae-6fd6d2a96abe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10367 | 2024.08.06 04:04:52.132074 [ 3 ] {} <Debug> HTTP-Session: 772cfbde-d1d3-46af-ab6b-276f01703bd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10368 | 2024.08.06 04:04:52.132229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10369 | 2024.08.06 04:04:52.132280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10370 | 2024.08.06 04:04:52.132300 [ 3 ] {} <Debug> HTTP-Session: 04cd4482-443a-4d2b-8e01-6c611cf549f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10371 | 2024.08.06 04:04:52.132316 [ 3 ] {} <Debug> HTTP-Session: 04cd4482-443a-4d2b-8e01-6c611cf549f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10372 | 2024.08.06 04:04:52.132330 [ 3 ] {} <Debug> HTTP-Session: 04cd4482-443a-4d2b-8e01-6c611cf549f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10373 | 2024.08.06 04:04:52.132362 [ 3 ] {} <Trace> HTTP-Session: 04cd4482-443a-4d2b-8e01-6c611cf549f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10374 | 2024.08.06 04:04:52.132460 [ 3 ] {b42c14b9-fcce-42a1-96f3-3a96aa14db2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10375 | 2024.08.06 04:04:52.132506 [ 3 ] {b42c14b9-fcce-42a1-96f3-3a96aa14db2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10376 | 2024.08.06 04:04:52.132634 [ 3 ] {b42c14b9-fcce-42a1-96f3-3a96aa14db2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10377 | 2024.08.06 04:04:52.132934 [ 3 ] {b42c14b9-fcce-42a1-96f3-3a96aa14db2e} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10378 | 2024.08.06 04:04:52.132971 [ 3 ] {b42c14b9-fcce-42a1-96f3-3a96aa14db2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10379 | 2024.08.06 04:04:52.133277 [ 3 ] {b42c14b9-fcce-42a1-96f3-3a96aa14db2e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
10380 | 2024.08.06 04:04:52.133588 [ 3 ] {b42c14b9-fcce-42a1-96f3-3a96aa14db2e} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10381 | 2024.08.06 04:04:52.133750 [ 3 ] {b42c14b9-fcce-42a1-96f3-3a96aa14db2e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001306 sec., 1531.3935681470136 rows/sec., 124.87 KiB/sec. | ||
10382 | 2024.08.06 04:04:52.134006 [ 3 ] {b42c14b9-fcce-42a1-96f3-3a96aa14db2e} <Debug> DynamicQueryHandler: Done processing query | ||
10383 | 2024.08.06 04:04:52.134045 [ 3 ] {b42c14b9-fcce-42a1-96f3-3a96aa14db2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10384 | 2024.08.06 04:04:52.134062 [ 3 ] {} <Debug> HTTP-Session: 04cd4482-443a-4d2b-8e01-6c611cf549f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10385 | 2024.08.06 04:04:52.134225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10386 | 2024.08.06 04:04:52.134276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10387 | 2024.08.06 04:04:52.134297 [ 3 ] {} <Debug> HTTP-Session: 4172c7b7-5bad-42d4-82fc-7aa33e3da368 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10388 | 2024.08.06 04:04:52.134313 [ 3 ] {} <Debug> HTTP-Session: 4172c7b7-5bad-42d4-82fc-7aa33e3da368 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10389 | 2024.08.06 04:04:52.134327 [ 3 ] {} <Debug> HTTP-Session: 4172c7b7-5bad-42d4-82fc-7aa33e3da368 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10390 | 2024.08.06 04:04:52.134359 [ 3 ] {} <Trace> HTTP-Session: 4172c7b7-5bad-42d4-82fc-7aa33e3da368 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10391 | 2024.08.06 04:04:52.134524 [ 3 ] {23ace60c-93e1-4286-8f69-095de0988759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10392 | 2024.08.06 04:04:52.134568 [ 3 ] {23ace60c-93e1-4286-8f69-095de0988759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10393 | 2024.08.06 04:04:52.134717 [ 3 ] {23ace60c-93e1-4286-8f69-095de0988759} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10394 | 2024.08.06 04:04:52.135148 [ 3 ] {23ace60c-93e1-4286-8f69-095de0988759} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10395 | 2024.08.06 04:04:52.135184 [ 3 ] {23ace60c-93e1-4286-8f69-095de0988759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10396 | 2024.08.06 04:04:52.135506 [ 3 ] {23ace60c-93e1-4286-8f69-095de0988759} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10397 | 2024.08.06 04:04:52.135813 [ 3 ] {23ace60c-93e1-4286-8f69-095de0988759} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10398 | 2024.08.06 04:04:52.135966 [ 3 ] {23ace60c-93e1-4286-8f69-095de0988759} <Debug> executeQuery: Read 228 rows, 20.54 KiB in 0.001508 sec., 151193.63395225463 rows/sec., 13.30 MiB/sec. | ||
10399 | 2024.08.06 04:04:52.135966 [ 147 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10400 | 2024.08.06 04:04:52.136082 [ 147 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10401 | 2024.08.06 04:04:52.136126 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10402 | 2024.08.06 04:04:52.136210 [ 3 ] {23ace60c-93e1-4286-8f69-095de0988759} <Debug> DynamicQueryHandler: Done processing query | ||
10403 | 2024.08.06 04:04:52.136295 [ 3 ] {23ace60c-93e1-4286-8f69-095de0988759} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
10404 | 2024.08.06 04:04:52.136365 [ 3 ] {} <Debug> HTTP-Session: 4172c7b7-5bad-42d4-82fc-7aa33e3da368 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10405 | 2024.08.06 04:04:52.136447 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
10406 | 2024.08.06 04:04:52.136603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10407 | 2024.08.06 04:04:52.136802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10408 | 2024.08.06 04:04:52.136932 [ 3 ] {} <Debug> HTTP-Session: 15725278-0112-4c3c-b87e-96a8cc9c6a05 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10409 | 2024.08.06 04:04:52.137032 [ 3 ] {} <Debug> HTTP-Session: 15725278-0112-4c3c-b87e-96a8cc9c6a05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10410 | 2024.08.06 04:04:52.137111 [ 3 ] {} <Debug> HTTP-Session: 15725278-0112-4c3c-b87e-96a8cc9c6a05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10411 | 2024.08.06 04:04:52.137277 [ 3 ] {} <Trace> HTTP-Session: 15725278-0112-4c3c-b87e-96a8cc9c6a05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10412 | 2024.08.06 04:04:52.137297 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10413 | 2024.08.06 04:04:52.137383 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 304 rows starting from the beginning of the part | ||
10414 | 2024.08.06 04:04:52.137518 [ 3 ] {492db307-e138-43ed-be44-eb5a2f92770e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10415 | 2024.08.06 04:04:52.137638 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 227 rows starting from the beginning of the part | ||
10416 | 2024.08.06 04:04:52.137656 [ 3 ] {492db307-e138-43ed-be44-eb5a2f92770e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10417 | 2024.08.06 04:04:52.138015 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 89 rows starting from the beginning of the part | ||
10418 | 2024.08.06 04:04:52.138401 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 227 rows starting from the beginning of the part | ||
10419 | 2024.08.06 04:04:52.138747 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 125 rows starting from the beginning of the part | ||
10420 | 2024.08.06 04:04:52.138952 [ 3 ] {492db307-e138-43ed-be44-eb5a2f92770e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10421 | 2024.08.06 04:04:52.138982 [ 188 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 228 rows starting from the beginning of the part | ||
10422 | 2024.08.06 04:04:52.139704 [ 3 ] {492db307-e138-43ed-be44-eb5a2f92770e} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10423 | 2024.08.06 04:04:52.139749 [ 3 ] {492db307-e138-43ed-be44-eb5a2f92770e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10424 | 2024.08.06 04:04:52.140203 [ 3 ] {492db307-e138-43ed-be44-eb5a2f92770e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
10425 | 2024.08.06 04:04:52.140651 [ 3 ] {492db307-e138-43ed-be44-eb5a2f92770e} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10426 | 2024.08.06 04:04:52.140920 [ 192 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1200 rows, containing 4 columns (4 merged, 0 gathered) in 0.00467756 sec., 256544.01012493693 rows/sec., 22.08 MiB/sec. | ||
10427 | 2024.08.06 04:04:52.140949 [ 3 ] {492db307-e138-43ed-be44-eb5a2f92770e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003491 sec., 572.9017473503294 rows/sec., 40.00 KiB/sec. | ||
10428 | 2024.08.06 04:04:52.141254 [ 192 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10429 | 2024.08.06 04:04:52.141505 [ 3 ] {492db307-e138-43ed-be44-eb5a2f92770e} <Debug> DynamicQueryHandler: Done processing query | ||
10430 | 2024.08.06 04:04:52.141566 [ 3 ] {492db307-e138-43ed-be44-eb5a2f92770e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10431 | 2024.08.06 04:04:52.141635 [ 3 ] {} <Debug> HTTP-Session: 15725278-0112-4c3c-b87e-96a8cc9c6a05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10432 | 2024.08.06 04:04:52.141952 [ 192 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_56_11} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10433 | 2024.08.06 04:04:52.141961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10434 | 2024.08.06 04:04:52.142024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10435 | 2024.08.06 04:04:52.142041 [ 192 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_56_11} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10436 | 2024.08.06 04:04:52.142049 [ 3 ] {} <Debug> HTTP-Session: 19cf2b88-1c29-4d72-88f5-07ce25705d43 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10437 | 2024.08.06 04:04:52.142072 [ 3 ] {} <Debug> HTTP-Session: 19cf2b88-1c29-4d72-88f5-07ce25705d43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10438 | 2024.08.06 04:04:52.142097 [ 3 ] {} <Debug> HTTP-Session: 19cf2b88-1c29-4d72-88f5-07ce25705d43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10439 | 2024.08.06 04:04:52.142130 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
10440 | 2024.08.06 04:04:52.142144 [ 3 ] {} <Trace> HTTP-Session: 19cf2b88-1c29-4d72-88f5-07ce25705d43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10441 | 2024.08.06 04:04:52.142361 [ 3 ] {19b23b58-69b2-4826-9def-e6b076434053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10442 | 2024.08.06 04:04:52.142404 [ 3 ] {19b23b58-69b2-4826-9def-e6b076434053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10443 | 2024.08.06 04:04:52.142538 [ 3 ] {19b23b58-69b2-4826-9def-e6b076434053} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10444 | 2024.08.06 04:04:52.143119 [ 3 ] {19b23b58-69b2-4826-9def-e6b076434053} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10445 | 2024.08.06 04:04:52.143157 [ 3 ] {19b23b58-69b2-4826-9def-e6b076434053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10446 | 2024.08.06 04:04:52.143490 [ 3 ] {19b23b58-69b2-4826-9def-e6b076434053} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10447 | 2024.08.06 04:04:52.143807 [ 3 ] {19b23b58-69b2-4826-9def-e6b076434053} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10448 | 2024.08.06 04:04:52.143967 [ 3 ] {19b23b58-69b2-4826-9def-e6b076434053} <Debug> executeQuery: Read 406 rows, 29.40 KiB in 0.001702 sec., 238542.89071680375 rows/sec., 16.87 MiB/sec. | ||
10449 | 2024.08.06 04:04:52.143968 [ 147 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10450 | 2024.08.06 04:04:52.144066 [ 147 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10451 | 2024.08.06 04:04:52.144138 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10452 | 2024.08.06 04:04:52.144253 [ 3 ] {19b23b58-69b2-4826-9def-e6b076434053} <Debug> DynamicQueryHandler: Done processing query | ||
10453 | 2024.08.06 04:04:52.144328 [ 3 ] {19b23b58-69b2-4826-9def-e6b076434053} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
10454 | 2024.08.06 04:04:52.144399 [ 3 ] {} <Debug> HTTP-Session: 19cf2b88-1c29-4d72-88f5-07ce25705d43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10455 | 2024.08.06 04:04:52.144471 [ 188 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
10456 | 2024.08.06 04:04:52.144692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10457 | 2024.08.06 04:04:52.144886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10458 | 2024.08.06 04:04:52.145023 [ 3 ] {} <Debug> HTTP-Session: bd7afd2c-57dc-467b-8328-e2a8bb749369 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10459 | 2024.08.06 04:04:52.145122 [ 3 ] {} <Debug> HTTP-Session: bd7afd2c-57dc-467b-8328-e2a8bb749369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10460 | 2024.08.06 04:04:52.145196 [ 3 ] {} <Debug> HTTP-Session: bd7afd2c-57dc-467b-8328-e2a8bb749369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10461 | 2024.08.06 04:04:52.145282 [ 188 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10462 | 2024.08.06 04:04:52.145352 [ 3 ] {} <Trace> HTTP-Session: bd7afd2c-57dc-467b-8328-e2a8bb749369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10463 | 2024.08.06 04:04:52.145392 [ 188 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 473 rows starting from the beginning of the part | ||
10464 | 2024.08.06 04:04:52.145878 [ 3 ] {fdcf46e8-4d17-43b7-9595-d572cc19a9df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10465 | 2024.08.06 04:04:52.146009 [ 188 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 404 rows starting from the beginning of the part | ||
10466 | 2024.08.06 04:04:52.146182 [ 3 ] {fdcf46e8-4d17-43b7-9595-d572cc19a9df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10467 | 2024.08.06 04:04:52.146557 [ 188 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 75 rows starting from the beginning of the part | ||
10468 | 2024.08.06 04:04:52.146737 [ 188 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 404 rows starting from the beginning of the part | ||
10469 | 2024.08.06 04:04:52.146957 [ 188 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 99 rows starting from the beginning of the part | ||
10470 | 2024.08.06 04:04:52.147113 [ 3 ] {fdcf46e8-4d17-43b7-9595-d572cc19a9df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10471 | 2024.08.06 04:04:52.147152 [ 188 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 406 rows starting from the beginning of the part | ||
10472 | 2024.08.06 04:04:52.147721 [ 3 ] {fdcf46e8-4d17-43b7-9595-d572cc19a9df} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10473 | 2024.08.06 04:04:52.147765 [ 3 ] {fdcf46e8-4d17-43b7-9595-d572cc19a9df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10474 | 2024.08.06 04:04:52.148309 [ 3 ] {fdcf46e8-4d17-43b7-9595-d572cc19a9df} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10475 | 2024.08.06 04:04:52.148768 [ 3 ] {fdcf46e8-4d17-43b7-9595-d572cc19a9df} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10476 | 2024.08.06 04:04:52.148790 [ 188 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1861 rows, containing 4 columns (4 merged, 0 gathered) in 0.004551607 sec., 408866.58272561757 rows/sec., 29.29 MiB/sec. | ||
10477 | 2024.08.06 04:04:52.148963 [ 3 ] {fdcf46e8-4d17-43b7-9595-d572cc19a9df} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003387 sec., 1771.479185119575 rows/sec., 76.12 KiB/sec. | ||
10478 | 2024.08.06 04:04:52.148965 [ 188 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10479 | 2024.08.06 04:04:52.149184 [ 3 ] {fdcf46e8-4d17-43b7-9595-d572cc19a9df} <Debug> DynamicQueryHandler: Done processing query | ||
10480 | 2024.08.06 04:04:52.149223 [ 3 ] {fdcf46e8-4d17-43b7-9595-d572cc19a9df} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10481 | 2024.08.06 04:04:52.149249 [ 3 ] {} <Debug> HTTP-Session: bd7afd2c-57dc-467b-8328-e2a8bb749369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10482 | 2024.08.06 04:04:52.149378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10483 | 2024.08.06 04:04:52.149409 [ 188 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_56_11} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10484 | 2024.08.06 04:04:52.149436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10485 | 2024.08.06 04:04:52.149471 [ 3 ] {} <Debug> HTTP-Session: 9d5c2b66-765e-4734-9af8-d8ee9c3968f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10486 | 2024.08.06 04:04:52.149488 [ 3 ] {} <Debug> HTTP-Session: 9d5c2b66-765e-4734-9af8-d8ee9c3968f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10487 | 2024.08.06 04:04:52.149498 [ 188 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_56_11} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10488 | 2024.08.06 04:04:52.149503 [ 3 ] {} <Debug> HTTP-Session: 9d5c2b66-765e-4734-9af8-d8ee9c3968f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10489 | 2024.08.06 04:04:52.149546 [ 3 ] {} <Trace> HTTP-Session: 9d5c2b66-765e-4734-9af8-d8ee9c3968f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10490 | 2024.08.06 04:04:52.149582 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
10491 | 2024.08.06 04:04:52.149694 [ 3 ] {af181ceb-3122-4238-871c-d19791e9662f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10492 | 2024.08.06 04:04:52.149743 [ 3 ] {af181ceb-3122-4238-871c-d19791e9662f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10493 | 2024.08.06 04:04:52.149885 [ 3 ] {af181ceb-3122-4238-871c-d19791e9662f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10494 | 2024.08.06 04:04:52.150218 [ 3 ] {af181ceb-3122-4238-871c-d19791e9662f} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10495 | 2024.08.06 04:04:52.150255 [ 3 ] {af181ceb-3122-4238-871c-d19791e9662f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10496 | 2024.08.06 04:04:52.150621 [ 3 ] {af181ceb-3122-4238-871c-d19791e9662f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10497 | 2024.08.06 04:04:52.150964 [ 3 ] {af181ceb-3122-4238-871c-d19791e9662f} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10498 | 2024.08.06 04:04:52.151126 [ 3 ] {af181ceb-3122-4238-871c-d19791e9662f} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001476 sec., 52168.0216802168 rows/sec., 3.21 MiB/sec. | ||
10499 | 2024.08.06 04:04:52.151333 [ 3 ] {af181ceb-3122-4238-871c-d19791e9662f} <Debug> DynamicQueryHandler: Done processing query | ||
10500 | 2024.08.06 04:04:52.151363 [ 3 ] {af181ceb-3122-4238-871c-d19791e9662f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10501 | 2024.08.06 04:04:52.151379 [ 3 ] {} <Debug> HTTP-Session: 9d5c2b66-765e-4734-9af8-d8ee9c3968f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10502 | 2024.08.06 04:04:52.151553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10503 | 2024.08.06 04:04:52.151604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10504 | 2024.08.06 04:04:52.151624 [ 3 ] {} <Debug> HTTP-Session: 56bbce9d-c2d3-4aa5-a9f0-b8adbd1efc40 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10505 | 2024.08.06 04:04:52.151640 [ 3 ] {} <Debug> HTTP-Session: 56bbce9d-c2d3-4aa5-a9f0-b8adbd1efc40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10506 | 2024.08.06 04:04:52.151654 [ 3 ] {} <Debug> HTTP-Session: 56bbce9d-c2d3-4aa5-a9f0-b8adbd1efc40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10507 | 2024.08.06 04:04:52.151685 [ 3 ] {} <Trace> HTTP-Session: 56bbce9d-c2d3-4aa5-a9f0-b8adbd1efc40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10508 | 2024.08.06 04:04:52.151859 [ 3 ] {2af504ab-2b89-4fd6-b0cb-18ca47eaf1b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10509 | 2024.08.06 04:04:52.151905 [ 3 ] {2af504ab-2b89-4fd6-b0cb-18ca47eaf1b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10510 | 2024.08.06 04:04:52.152049 [ 3 ] {2af504ab-2b89-4fd6-b0cb-18ca47eaf1b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10511 | 2024.08.06 04:04:52.152569 [ 3 ] {2af504ab-2b89-4fd6-b0cb-18ca47eaf1b9} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10512 | 2024.08.06 04:04:52.152606 [ 3 ] {2af504ab-2b89-4fd6-b0cb-18ca47eaf1b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10513 | 2024.08.06 04:04:52.152985 [ 3 ] {2af504ab-2b89-4fd6-b0cb-18ca47eaf1b9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10514 | 2024.08.06 04:04:52.153347 [ 3 ] {2af504ab-2b89-4fd6-b0cb-18ca47eaf1b9} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10515 | 2024.08.06 04:04:52.153512 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10516 | 2024.08.06 04:04:52.153518 [ 3 ] {2af504ab-2b89-4fd6-b0cb-18ca47eaf1b9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001743 sec., 92369.4779116466 rows/sec., 6.43 MiB/sec. | ||
10517 | 2024.08.06 04:04:52.153554 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10518 | 2024.08.06 04:04:52.153614 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10519 | 2024.08.06 04:04:52.153777 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
10520 | 2024.08.06 04:04:52.153817 [ 3 ] {2af504ab-2b89-4fd6-b0cb-18ca47eaf1b9} <Debug> DynamicQueryHandler: Done processing query | ||
10521 | 2024.08.06 04:04:52.153846 [ 3 ] {2af504ab-2b89-4fd6-b0cb-18ca47eaf1b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10522 | 2024.08.06 04:04:52.153873 [ 3 ] {} <Debug> HTTP-Session: 56bbce9d-c2d3-4aa5-a9f0-b8adbd1efc40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10523 | 2024.08.06 04:04:52.153947 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10524 | 2024.08.06 04:04:52.153980 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 8585 rows starting from the beginning of the part | ||
10525 | 2024.08.06 04:04:52.154089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10526 | 2024.08.06 04:04:52.154107 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
10527 | 2024.08.06 04:04:52.154185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10528 | 2024.08.06 04:04:52.154335 [ 3 ] {} <Debug> HTTP-Session: c205bc31-71d1-4090-a039-f6c0bf296cc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10529 | 2024.08.06 04:04:52.154379 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
10530 | 2024.08.06 04:04:52.154401 [ 3 ] {} <Debug> HTTP-Session: c205bc31-71d1-4090-a039-f6c0bf296cc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10531 | 2024.08.06 04:04:52.154465 [ 3 ] {} <Debug> HTTP-Session: c205bc31-71d1-4090-a039-f6c0bf296cc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10532 | 2024.08.06 04:04:52.154612 [ 3 ] {} <Trace> HTTP-Session: c205bc31-71d1-4090-a039-f6c0bf296cc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10533 | 2024.08.06 04:04:52.154650 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
10534 | 2024.08.06 04:04:52.154861 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 196 rows starting from the beginning of the part | ||
10535 | 2024.08.06 04:04:52.155023 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 161 rows starting from the beginning of the part | ||
10536 | 2024.08.06 04:04:52.155053 [ 3 ] {0a900719-f489-4f83-91f9-7dcaafb3b9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10537 | 2024.08.06 04:04:52.155438 [ 3 ] {0a900719-f489-4f83-91f9-7dcaafb3b9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10538 | 2024.08.06 04:04:52.156147 [ 3 ] {0a900719-f489-4f83-91f9-7dcaafb3b9ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10539 | 2024.08.06 04:04:52.157453 [ 3 ] {0a900719-f489-4f83-91f9-7dcaafb3b9ba} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10540 | 2024.08.06 04:04:52.157516 [ 3 ] {0a900719-f489-4f83-91f9-7dcaafb3b9ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10541 | 2024.08.06 04:04:52.158687 [ 3 ] {0a900719-f489-4f83-91f9-7dcaafb3b9ba} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10542 | 2024.08.06 04:04:52.159334 [ 3 ] {0a900719-f489-4f83-91f9-7dcaafb3b9ba} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10543 | 2024.08.06 04:04:52.159581 [ 146 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
10544 | 2024.08.06 04:04:52.159606 [ 3 ] {0a900719-f489-4f83-91f9-7dcaafb3b9ba} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.004801 sec., 4582.378671110186 rows/sec., 8.21 MiB/sec. | ||
10545 | 2024.08.06 04:04:52.159664 [ 146 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10546 | 2024.08.06 04:04:52.159735 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
10547 | 2024.08.06 04:04:52.160383 [ 196 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::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 | ||
10548 | 2024.08.06 04:04:52.161975 [ 3 ] {0a900719-f489-4f83-91f9-7dcaafb3b9ba} <Debug> DynamicQueryHandler: Done processing query | ||
10549 | 2024.08.06 04:04:52.162038 [ 3 ] {0a900719-f489-4f83-91f9-7dcaafb3b9ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10550 | 2024.08.06 04:04:52.162099 [ 3 ] {} <Debug> HTTP-Session: c205bc31-71d1-4090-a039-f6c0bf296cc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10551 | 2024.08.06 04:04:52.162194 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9422 rows, containing 5 columns (5 merged, 0 gathered) in 0.00848205 sec., 1110816.3710423778 rows/sec., 77.41 MiB/sec. | ||
10552 | 2024.08.06 04:04:52.162291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10553 | 2024.08.06 04:04:52.162326 [ 196 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10554 | 2024.08.06 04:04:52.162383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10555 | 2024.08.06 04:04:52.162418 [ 196 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 681 rows starting from the beginning of the part | ||
10556 | 2024.08.06 04:04:52.162431 [ 3 ] {} <Debug> HTTP-Session: 572b9cbc-da45-4863-997a-f5c6f61c89e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10557 | 2024.08.06 04:04:52.162439 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10558 | 2024.08.06 04:04:52.162472 [ 3 ] {} <Debug> HTTP-Session: 572b9cbc-da45-4863-997a-f5c6f61c89e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10559 | 2024.08.06 04:04:52.162518 [ 3 ] {} <Debug> HTTP-Session: 572b9cbc-da45-4863-997a-f5c6f61c89e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10560 | 2024.08.06 04:04:52.162621 [ 3 ] {} <Trace> HTTP-Session: 572b9cbc-da45-4863-997a-f5c6f61c89e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10561 | 2024.08.06 04:04:52.163147 [ 3 ] {9fa2c515-bd05-4e88-8cbe-dd1f83906a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10562 | 2024.08.06 04:04:52.163239 [ 196 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 22 rows starting from the beginning of the part | ||
10563 | 2024.08.06 04:04:52.163268 [ 3 ] {9fa2c515-bd05-4e88-8cbe-dd1f83906a08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10564 | 2024.08.06 04:04:52.164190 [ 196 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 11 rows starting from the beginning of the part | ||
10565 | 2024.08.06 04:04:52.164567 [ 3 ] {9fa2c515-bd05-4e88-8cbe-dd1f83906a08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10566 | 2024.08.06 04:04:52.164825 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10567 | 2024.08.06 04:04:52.165100 [ 196 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 22 rows starting from the beginning of the part | ||
10568 | 2024.08.06 04:04:52.165383 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10569 | 2024.08.06 04:04:52.166014 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.86 MiB. | ||
10570 | 2024.08.06 04:04:52.166223 [ 3 ] {9fa2c515-bd05-4e88-8cbe-dd1f83906a08} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10571 | 2024.08.06 04:04:52.166241 [ 196 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 11 rows starting from the beginning of the part | ||
10572 | 2024.08.06 04:04:52.166273 [ 3 ] {9fa2c515-bd05-4e88-8cbe-dd1f83906a08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10573 | 2024.08.06 04:04:52.166686 [ 196 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 22 rows starting from the beginning of the part | ||
10574 | 2024.08.06 04:04:52.167352 [ 3 ] {9fa2c515-bd05-4e88-8cbe-dd1f83906a08} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10575 | 2024.08.06 04:04:52.167841 [ 3 ] {9fa2c515-bd05-4e88-8cbe-dd1f83906a08} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10576 | 2024.08.06 04:04:52.168030 [ 3 ] {9fa2c515-bd05-4e88-8cbe-dd1f83906a08} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005034 sec., 4568.931267381803 rows/sec., 247.15 KiB/sec. | ||
10577 | 2024.08.06 04:04:52.168272 [ 3 ] {9fa2c515-bd05-4e88-8cbe-dd1f83906a08} <Debug> DynamicQueryHandler: Done processing query | ||
10578 | 2024.08.06 04:04:52.168303 [ 3 ] {9fa2c515-bd05-4e88-8cbe-dd1f83906a08} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10579 | 2024.08.06 04:04:52.168320 [ 3 ] {} <Debug> HTTP-Session: 572b9cbc-da45-4863-997a-f5c6f61c89e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10580 | 2024.08.06 04:04:52.168469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10581 | 2024.08.06 04:04:52.168526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10582 | 2024.08.06 04:04:52.168555 [ 3 ] {} <Debug> HTTP-Session: c23fb44a-784c-43b9-86c8-f93e730bb319 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10583 | 2024.08.06 04:04:52.168580 [ 3 ] {} <Debug> HTTP-Session: c23fb44a-784c-43b9-86c8-f93e730bb319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10584 | 2024.08.06 04:04:52.168599 [ 3 ] {} <Debug> HTTP-Session: c23fb44a-784c-43b9-86c8-f93e730bb319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10585 | 2024.08.06 04:04:52.168650 [ 3 ] {} <Trace> HTTP-Session: c23fb44a-784c-43b9-86c8-f93e730bb319 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10586 | 2024.08.06 04:04:52.168815 [ 3 ] {7558e015-f162-4c24-9e49-f799579a7c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10587 | 2024.08.06 04:04:52.168875 [ 3 ] {7558e015-f162-4c24-9e49-f799579a7c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10588 | 2024.08.06 04:04:52.169264 [ 3 ] {7558e015-f162-4c24-9e49-f799579a7c2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10589 | 2024.08.06 04:04:52.169850 [ 3 ] {7558e015-f162-4c24-9e49-f799579a7c2e} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10590 | 2024.08.06 04:04:52.169901 [ 3 ] {7558e015-f162-4c24-9e49-f799579a7c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10591 | 2024.08.06 04:04:52.170582 [ 3 ] {7558e015-f162-4c24-9e49-f799579a7c2e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10592 | 2024.08.06 04:04:52.171361 [ 3 ] {7558e015-f162-4c24-9e49-f799579a7c2e} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10593 | 2024.08.06 04:04:52.171520 [ 146 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10594 | 2024.08.06 04:04:52.171528 [ 3 ] {7558e015-f162-4c24-9e49-f799579a7c2e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002762 sec., 21723.38884866039 rows/sec., 1.46 MiB/sec. | ||
10595 | 2024.08.06 04:04:52.171567 [ 146 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10596 | 2024.08.06 04:04:52.171645 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10597 | 2024.08.06 04:04:52.171990 [ 3 ] {7558e015-f162-4c24-9e49-f799579a7c2e} <Debug> DynamicQueryHandler: Done processing query | ||
10598 | 2024.08.06 04:04:52.172036 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
10599 | 2024.08.06 04:04:52.172065 [ 3 ] {7558e015-f162-4c24-9e49-f799579a7c2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10600 | 2024.08.06 04:04:52.172143 [ 3 ] {} <Debug> HTTP-Session: c23fb44a-784c-43b9-86c8-f93e730bb319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10601 | 2024.08.06 04:04:52.172315 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10602 | 2024.08.06 04:04:52.172354 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3036 rows starting from the beginning of the part | ||
10603 | 2024.08.06 04:04:52.172458 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
10604 | 2024.08.06 04:04:52.172760 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
10605 | 2024.08.06 04:04:52.173153 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
10606 | 2024.08.06 04:04:52.173516 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
10607 | 2024.08.06 04:04:52.173896 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
10608 | 2024.08.06 04:04:52.174827 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 19 columns (19 merged, 0 gathered) in 0.014966362 sec., 51381.8922728182 rows/sec., 92.07 MiB/sec. | ||
10609 | 2024.08.06 04:04:52.176329 [ 194 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3336 rows, containing 4 columns (4 merged, 0 gathered) in 0.004595368 sec., 725948.3897698727 rows/sec., 48.94 MiB/sec. | ||
10610 | 2024.08.06 04:04:52.176613 [ 197 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
10611 | 2024.08.06 04:04:52.176717 [ 199 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10612 | 2024.08.06 04:04:52.177714 [ 199 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_56_11} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10613 | 2024.08.06 04:04:52.177901 [ 199 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_56_11} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10614 | 2024.08.06 04:04:52.178077 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
10615 | 2024.08.06 04:04:52.178148 [ 197 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10616 | 2024.08.06 04:04:52.178256 [ 197 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
10617 | 2024.08.06 04:04:52.178428 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. | ||
10618 | 2024.08.06 04:04:53.000206 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.81 MiB, peak 207.87 MiB, free memory in arenas 0.00 B, will set to 199.63 MiB (RSS), difference: 1.81 MiB | ||
10619 | 2024.08.06 04:04:57.124479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10620 | 2024.08.06 04:04:57.124665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10621 | 2024.08.06 04:04:57.124708 [ 3 ] {} <Debug> HTTP-Session: f3fe4031-1a91-467b-b264-33c186e1cd85 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10622 | 2024.08.06 04:04:57.124748 [ 3 ] {} <Debug> HTTP-Session: f3fe4031-1a91-467b-b264-33c186e1cd85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10623 | 2024.08.06 04:04:57.124776 [ 3 ] {} <Debug> HTTP-Session: f3fe4031-1a91-467b-b264-33c186e1cd85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10624 | 2024.08.06 04:04:57.124856 [ 3 ] {} <Trace> HTTP-Session: f3fe4031-1a91-467b-b264-33c186e1cd85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10625 | 2024.08.06 04:04:57.125150 [ 3 ] {511dc9ea-2a9e-46a3-aa28-6fa29d4c1b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10626 | 2024.08.06 04:04:57.125258 [ 3 ] {511dc9ea-2a9e-46a3-aa28-6fa29d4c1b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10627 | 2024.08.06 04:04:57.125455 [ 3 ] {511dc9ea-2a9e-46a3-aa28-6fa29d4c1b69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10628 | 2024.08.06 04:04:57.125962 [ 3 ] {511dc9ea-2a9e-46a3-aa28-6fa29d4c1b69} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10629 | 2024.08.06 04:04:57.126005 [ 3 ] {511dc9ea-2a9e-46a3-aa28-6fa29d4c1b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10630 | 2024.08.06 04:04:57.126377 [ 3 ] {511dc9ea-2a9e-46a3-aa28-6fa29d4c1b69} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10631 | 2024.08.06 04:04:57.126728 [ 3 ] {511dc9ea-2a9e-46a3-aa28-6fa29d4c1b69} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10632 | 2024.08.06 04:04:57.126877 [ 3 ] {511dc9ea-2a9e-46a3-aa28-6fa29d4c1b69} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001818 sec., 6050.605060506051 rows/sec., 490.43 KiB/sec. | ||
10633 | 2024.08.06 04:04:57.127074 [ 3 ] {511dc9ea-2a9e-46a3-aa28-6fa29d4c1b69} <Debug> DynamicQueryHandler: Done processing query | ||
10634 | 2024.08.06 04:04:57.127102 [ 3 ] {511dc9ea-2a9e-46a3-aa28-6fa29d4c1b69} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10635 | 2024.08.06 04:04:57.127118 [ 3 ] {} <Debug> HTTP-Session: f3fe4031-1a91-467b-b264-33c186e1cd85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10636 | 2024.08.06 04:04:57.127268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10637 | 2024.08.06 04:04:57.127316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10638 | 2024.08.06 04:04:57.127335 [ 3 ] {} <Debug> HTTP-Session: 0635c76e-0908-4a22-8076-e93aa21d9d0a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10639 | 2024.08.06 04:04:57.127351 [ 3 ] {} <Debug> HTTP-Session: 0635c76e-0908-4a22-8076-e93aa21d9d0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10640 | 2024.08.06 04:04:57.127364 [ 3 ] {} <Debug> HTTP-Session: 0635c76e-0908-4a22-8076-e93aa21d9d0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10641 | 2024.08.06 04:04:57.127396 [ 3 ] {} <Trace> HTTP-Session: 0635c76e-0908-4a22-8076-e93aa21d9d0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10642 | 2024.08.06 04:04:57.127525 [ 3 ] {11ce9096-0446-477d-9820-1f02230ccac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10643 | 2024.08.06 04:04:57.127568 [ 3 ] {11ce9096-0446-477d-9820-1f02230ccac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10644 | 2024.08.06 04:04:57.127696 [ 3 ] {11ce9096-0446-477d-9820-1f02230ccac9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10645 | 2024.08.06 04:04:57.128171 [ 3 ] {11ce9096-0446-477d-9820-1f02230ccac9} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10646 | 2024.08.06 04:04:57.128207 [ 3 ] {11ce9096-0446-477d-9820-1f02230ccac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10647 | 2024.08.06 04:04:57.128520 [ 3 ] {11ce9096-0446-477d-9820-1f02230ccac9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10648 | 2024.08.06 04:04:57.128823 [ 3 ] {11ce9096-0446-477d-9820-1f02230ccac9} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10649 | 2024.08.06 04:04:57.128944 [ 3 ] {11ce9096-0446-477d-9820-1f02230ccac9} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001463 sec., 60833.902939166095 rows/sec., 4.92 MiB/sec. | ||
10650 | 2024.08.06 04:04:57.129101 [ 3 ] {11ce9096-0446-477d-9820-1f02230ccac9} <Debug> DynamicQueryHandler: Done processing query | ||
10651 | 2024.08.06 04:04:57.129126 [ 3 ] {11ce9096-0446-477d-9820-1f02230ccac9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10652 | 2024.08.06 04:04:57.129141 [ 3 ] {} <Debug> HTTP-Session: 0635c76e-0908-4a22-8076-e93aa21d9d0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10653 | 2024.08.06 04:04:57.129279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10654 | 2024.08.06 04:04:57.129326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10655 | 2024.08.06 04:04:57.129345 [ 3 ] {} <Debug> HTTP-Session: 3227a80a-0bd1-4eba-afa3-96c1a2217c50 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10656 | 2024.08.06 04:04:57.129361 [ 3 ] {} <Debug> HTTP-Session: 3227a80a-0bd1-4eba-afa3-96c1a2217c50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10657 | 2024.08.06 04:04:57.129374 [ 3 ] {} <Debug> HTTP-Session: 3227a80a-0bd1-4eba-afa3-96c1a2217c50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10658 | 2024.08.06 04:04:57.129405 [ 3 ] {} <Trace> HTTP-Session: 3227a80a-0bd1-4eba-afa3-96c1a2217c50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10659 | 2024.08.06 04:04:57.129521 [ 3 ] {a0d11fcc-58e0-4b6c-9182-51be9a4cffac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10660 | 2024.08.06 04:04:57.129562 [ 3 ] {a0d11fcc-58e0-4b6c-9182-51be9a4cffac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10661 | 2024.08.06 04:04:57.129686 [ 3 ] {a0d11fcc-58e0-4b6c-9182-51be9a4cffac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10662 | 2024.08.06 04:04:57.130014 [ 3 ] {a0d11fcc-58e0-4b6c-9182-51be9a4cffac} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10663 | 2024.08.06 04:04:57.130050 [ 3 ] {a0d11fcc-58e0-4b6c-9182-51be9a4cffac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10664 | 2024.08.06 04:04:57.130353 [ 3 ] {a0d11fcc-58e0-4b6c-9182-51be9a4cffac} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10665 | 2024.08.06 04:04:57.130657 [ 3 ] {a0d11fcc-58e0-4b6c-9182-51be9a4cffac} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10666 | 2024.08.06 04:04:57.130783 [ 3 ] {a0d11fcc-58e0-4b6c-9182-51be9a4cffac} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001306 sec., 57427.25880551301 rows/sec., 4.48 MiB/sec. | ||
10667 | 2024.08.06 04:04:57.131037 [ 3 ] {a0d11fcc-58e0-4b6c-9182-51be9a4cffac} <Debug> DynamicQueryHandler: Done processing query | ||
10668 | 2024.08.06 04:04:57.131096 [ 3 ] {a0d11fcc-58e0-4b6c-9182-51be9a4cffac} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10669 | 2024.08.06 04:04:57.131152 [ 3 ] {} <Debug> HTTP-Session: 3227a80a-0bd1-4eba-afa3-96c1a2217c50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10670 | 2024.08.06 04:04:57.131350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10671 | 2024.08.06 04:04:57.131403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10672 | 2024.08.06 04:04:57.131421 [ 3 ] {} <Debug> HTTP-Session: 01af9b7b-a268-44ab-b8f7-165576f8b7c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10673 | 2024.08.06 04:04:57.131439 [ 3 ] {} <Debug> HTTP-Session: 01af9b7b-a268-44ab-b8f7-165576f8b7c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10674 | 2024.08.06 04:04:57.131453 [ 3 ] {} <Debug> HTTP-Session: 01af9b7b-a268-44ab-b8f7-165576f8b7c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10675 | 2024.08.06 04:04:57.131485 [ 3 ] {} <Trace> HTTP-Session: 01af9b7b-a268-44ab-b8f7-165576f8b7c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10676 | 2024.08.06 04:04:57.131632 [ 3 ] {64c840fe-2c34-4520-94b3-0c2980373644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10677 | 2024.08.06 04:04:57.131682 [ 3 ] {64c840fe-2c34-4520-94b3-0c2980373644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10678 | 2024.08.06 04:04:57.131842 [ 3 ] {64c840fe-2c34-4520-94b3-0c2980373644} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10679 | 2024.08.06 04:04:57.132235 [ 3 ] {64c840fe-2c34-4520-94b3-0c2980373644} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10680 | 2024.08.06 04:04:57.132270 [ 3 ] {64c840fe-2c34-4520-94b3-0c2980373644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10681 | 2024.08.06 04:04:57.132655 [ 3 ] {64c840fe-2c34-4520-94b3-0c2980373644} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10682 | 2024.08.06 04:04:57.132998 [ 3 ] {64c840fe-2c34-4520-94b3-0c2980373644} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10683 | 2024.08.06 04:04:57.133128 [ 3 ] {64c840fe-2c34-4520-94b3-0c2980373644} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. | ||
10684 | 2024.08.06 04:04:57.133287 [ 3 ] {64c840fe-2c34-4520-94b3-0c2980373644} <Debug> DynamicQueryHandler: Done processing query | ||
10685 | 2024.08.06 04:04:57.133312 [ 3 ] {64c840fe-2c34-4520-94b3-0c2980373644} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10686 | 2024.08.06 04:04:57.133327 [ 3 ] {} <Debug> HTTP-Session: 01af9b7b-a268-44ab-b8f7-165576f8b7c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10687 | 2024.08.06 04:04:57.133469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10688 | 2024.08.06 04:04:57.133516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10689 | 2024.08.06 04:04:57.133534 [ 3 ] {} <Debug> HTTP-Session: 90ca1532-9da1-4c19-85ac-3c8f85579796 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10690 | 2024.08.06 04:04:57.133550 [ 3 ] {} <Debug> HTTP-Session: 90ca1532-9da1-4c19-85ac-3c8f85579796 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10691 | 2024.08.06 04:04:57.133563 [ 3 ] {} <Debug> HTTP-Session: 90ca1532-9da1-4c19-85ac-3c8f85579796 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10692 | 2024.08.06 04:04:57.133593 [ 3 ] {} <Trace> HTTP-Session: 90ca1532-9da1-4c19-85ac-3c8f85579796 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10693 | 2024.08.06 04:04:57.133779 [ 3 ] {e74045f9-ac97-4258-8155-e976694e1034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10694 | 2024.08.06 04:04:57.133843 [ 3 ] {e74045f9-ac97-4258-8155-e976694e1034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10695 | 2024.08.06 04:04:57.134239 [ 3 ] {e74045f9-ac97-4258-8155-e976694e1034} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10696 | 2024.08.06 04:04:57.134845 [ 3 ] {e74045f9-ac97-4258-8155-e976694e1034} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10697 | 2024.08.06 04:04:57.134881 [ 3 ] {e74045f9-ac97-4258-8155-e976694e1034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10698 | 2024.08.06 04:04:57.135472 [ 3 ] {e74045f9-ac97-4258-8155-e976694e1034} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10699 | 2024.08.06 04:04:57.135878 [ 3 ] {e74045f9-ac97-4258-8155-e976694e1034} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10700 | 2024.08.06 04:04:57.136022 [ 3 ] {e74045f9-ac97-4258-8155-e976694e1034} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002353 sec., 4674.883127921802 rows/sec., 8.38 MiB/sec. | ||
10701 | 2024.08.06 04:04:57.136232 [ 3 ] {e74045f9-ac97-4258-8155-e976694e1034} <Debug> DynamicQueryHandler: Done processing query | ||
10702 | 2024.08.06 04:04:57.136257 [ 3 ] {e74045f9-ac97-4258-8155-e976694e1034} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
10703 | 2024.08.06 04:04:57.136273 [ 3 ] {} <Debug> HTTP-Session: 90ca1532-9da1-4c19-85ac-3c8f85579796 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10704 | 2024.08.06 04:04:57.136403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10705 | 2024.08.06 04:04:57.136451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10706 | 2024.08.06 04:04:57.136470 [ 3 ] {} <Debug> HTTP-Session: bafd1bf4-3bc5-48fc-98c8-134fdcecca6c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10707 | 2024.08.06 04:04:57.136486 [ 3 ] {} <Debug> HTTP-Session: bafd1bf4-3bc5-48fc-98c8-134fdcecca6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10708 | 2024.08.06 04:04:57.136500 [ 3 ] {} <Debug> HTTP-Session: bafd1bf4-3bc5-48fc-98c8-134fdcecca6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10709 | 2024.08.06 04:04:57.136530 [ 3 ] {} <Trace> HTTP-Session: bafd1bf4-3bc5-48fc-98c8-134fdcecca6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10710 | 2024.08.06 04:04:57.136639 [ 3 ] {8cf8abb6-b165-4f81-af4f-982b7eebdb8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10711 | 2024.08.06 04:04:57.136682 [ 3 ] {8cf8abb6-b165-4f81-af4f-982b7eebdb8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10712 | 2024.08.06 04:04:57.136807 [ 3 ] {8cf8abb6-b165-4f81-af4f-982b7eebdb8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10713 | 2024.08.06 04:04:57.137172 [ 3 ] {8cf8abb6-b165-4f81-af4f-982b7eebdb8e} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10714 | 2024.08.06 04:04:57.137206 [ 3 ] {8cf8abb6-b165-4f81-af4f-982b7eebdb8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10715 | 2024.08.06 04:04:57.137560 [ 3 ] {8cf8abb6-b165-4f81-af4f-982b7eebdb8e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10716 | 2024.08.06 04:04:57.137879 [ 3 ] {8cf8abb6-b165-4f81-af4f-982b7eebdb8e} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10717 | 2024.08.06 04:04:57.138011 [ 3 ] {8cf8abb6-b165-4f81-af4f-982b7eebdb8e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
10718 | 2024.08.06 04:04:57.138257 [ 3 ] {8cf8abb6-b165-4f81-af4f-982b7eebdb8e} <Debug> DynamicQueryHandler: Done processing query | ||
10719 | 2024.08.06 04:04:57.138283 [ 3 ] {8cf8abb6-b165-4f81-af4f-982b7eebdb8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10720 | 2024.08.06 04:04:57.138323 [ 3 ] {} <Debug> HTTP-Session: bafd1bf4-3bc5-48fc-98c8-134fdcecca6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10721 | 2024.08.06 04:05:02.129579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10722 | 2024.08.06 04:05:02.129729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10723 | 2024.08.06 04:05:02.129757 [ 3 ] {} <Debug> HTTP-Session: 9c5cb868-e20a-493c-ac3d-cdbd5d8273ce Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10724 | 2024.08.06 04:05:02.129785 [ 3 ] {} <Debug> HTTP-Session: 9c5cb868-e20a-493c-ac3d-cdbd5d8273ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10725 | 2024.08.06 04:05:02.129803 [ 3 ] {} <Debug> HTTP-Session: 9c5cb868-e20a-493c-ac3d-cdbd5d8273ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10726 | 2024.08.06 04:05:02.129860 [ 3 ] {} <Trace> HTTP-Session: 9c5cb868-e20a-493c-ac3d-cdbd5d8273ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10727 | 2024.08.06 04:05:02.130076 [ 3 ] {1b5327c7-b8b8-4f80-a723-f5090054daea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10728 | 2024.08.06 04:05:02.130150 [ 3 ] {1b5327c7-b8b8-4f80-a723-f5090054daea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10729 | 2024.08.06 04:05:02.130370 [ 3 ] {1b5327c7-b8b8-4f80-a723-f5090054daea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10730 | 2024.08.06 04:05:02.130872 [ 3 ] {1b5327c7-b8b8-4f80-a723-f5090054daea} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10731 | 2024.08.06 04:05:02.130914 [ 3 ] {1b5327c7-b8b8-4f80-a723-f5090054daea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10732 | 2024.08.06 04:05:02.131289 [ 3 ] {1b5327c7-b8b8-4f80-a723-f5090054daea} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10733 | 2024.08.06 04:05:02.131635 [ 3 ] {1b5327c7-b8b8-4f80-a723-f5090054daea} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10734 | 2024.08.06 04:05:02.131797 [ 3 ] {1b5327c7-b8b8-4f80-a723-f5090054daea} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001786 sec., 15677.491601343785 rows/sec., 1.16 MiB/sec. | ||
10735 | 2024.08.06 04:05:02.131824 [ 129 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10736 | 2024.08.06 04:05:02.131934 [ 129 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10737 | 2024.08.06 04:05:02.131974 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10738 | 2024.08.06 04:05:02.132058 [ 3 ] {1b5327c7-b8b8-4f80-a723-f5090054daea} <Debug> DynamicQueryHandler: Done processing query | ||
10739 | 2024.08.06 04:05:02.132122 [ 3 ] {1b5327c7-b8b8-4f80-a723-f5090054daea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10740 | 2024.08.06 04:05:02.132174 [ 3 ] {} <Debug> HTTP-Session: 9c5cb868-e20a-493c-ac3d-cdbd5d8273ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10741 | 2024.08.06 04:05:02.132213 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
10742 | 2024.08.06 04:05:02.132393 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10743 | 2024.08.06 04:05:02.132442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10744 | 2024.08.06 04:05:02.132455 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 39 rows starting from the beginning of the part | ||
10745 | 2024.08.06 04:05:02.132527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10746 | 2024.08.06 04:05:02.132563 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 28 rows starting from the beginning of the part | ||
10747 | 2024.08.06 04:05:02.132638 [ 3 ] {} <Debug> HTTP-Session: 7968f235-aa89-4610-9e3d-9a4488349daf Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10748 | 2024.08.06 04:05:02.132733 [ 3 ] {} <Debug> HTTP-Session: 7968f235-aa89-4610-9e3d-9a4488349daf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10749 | 2024.08.06 04:05:02.132889 [ 3 ] {} <Debug> HTTP-Session: 7968f235-aa89-4610-9e3d-9a4488349daf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10750 | 2024.08.06 04:05:02.132933 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 11 rows starting from the beginning of the part | ||
10751 | 2024.08.06 04:05:02.133053 [ 3 ] {} <Trace> HTTP-Session: 7968f235-aa89-4610-9e3d-9a4488349daf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10752 | 2024.08.06 04:05:02.133219 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 28 rows starting from the beginning of the part | ||
10753 | 2024.08.06 04:05:02.133538 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 11 rows starting from the beginning of the part | ||
10754 | 2024.08.06 04:05:02.133569 [ 3 ] {533331f7-b5da-4e09-8f31-7910d0809e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10755 | 2024.08.06 04:05:02.133637 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 28 rows starting from the beginning of the part | ||
10756 | 2024.08.06 04:05:02.133724 [ 3 ] {533331f7-b5da-4e09-8f31-7910d0809e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10757 | 2024.08.06 04:05:02.134642 [ 3 ] {533331f7-b5da-4e09-8f31-7910d0809e77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10758 | 2024.08.06 04:05:02.135788 [ 3 ] {533331f7-b5da-4e09-8f31-7910d0809e77} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10759 | 2024.08.06 04:05:02.135866 [ 3 ] {533331f7-b5da-4e09-8f31-7910d0809e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10760 | 2024.08.06 04:05:02.136435 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 4 columns (4 merged, 0 gathered) in 0.004360153 sec., 33255.713732981385 rows/sec., 2.50 MiB/sec. | ||
10761 | 2024.08.06 04:05:02.136628 [ 194 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10762 | 2024.08.06 04:05:02.136731 [ 3 ] {533331f7-b5da-4e09-8f31-7910d0809e77} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10763 | 2024.08.06 04:05:02.137568 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_51_10} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10764 | 2024.08.06 04:05:02.137632 [ 3 ] {533331f7-b5da-4e09-8f31-7910d0809e77} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10765 | 2024.08.06 04:05:02.137758 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_51_10} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10766 | 2024.08.06 04:05:02.137923 [ 3 ] {533331f7-b5da-4e09-8f31-7910d0809e77} <Debug> executeQuery: Read 227 rows, 20.47 KiB in 0.00461 sec., 49240.7809110629 rows/sec., 4.34 MiB/sec. | ||
10767 | 2024.08.06 04:05:02.137945 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
10768 | 2024.08.06 04:05:02.138186 [ 3 ] {533331f7-b5da-4e09-8f31-7910d0809e77} <Debug> DynamicQueryHandler: Done processing query | ||
10769 | 2024.08.06 04:05:02.138216 [ 3 ] {533331f7-b5da-4e09-8f31-7910d0809e77} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
10770 | 2024.08.06 04:05:02.138232 [ 3 ] {} <Debug> HTTP-Session: 7968f235-aa89-4610-9e3d-9a4488349daf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10771 | 2024.08.06 04:05:02.138400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10772 | 2024.08.06 04:05:02.138450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10773 | 2024.08.06 04:05:02.138468 [ 3 ] {} <Debug> HTTP-Session: e96c0157-aad1-4a2f-8e21-be9d577ec520 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10774 | 2024.08.06 04:05:02.138484 [ 3 ] {} <Debug> HTTP-Session: e96c0157-aad1-4a2f-8e21-be9d577ec520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10775 | 2024.08.06 04:05:02.138498 [ 3 ] {} <Debug> HTTP-Session: e96c0157-aad1-4a2f-8e21-be9d577ec520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10776 | 2024.08.06 04:05:02.138529 [ 3 ] {} <Trace> HTTP-Session: e96c0157-aad1-4a2f-8e21-be9d577ec520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10777 | 2024.08.06 04:05:02.138751 [ 3 ] {bc19c57a-aefd-48e3-b6c4-e22f5fad4a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10778 | 2024.08.06 04:05:02.138795 [ 3 ] {bc19c57a-aefd-48e3-b6c4-e22f5fad4a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10779 | 2024.08.06 04:05:02.138933 [ 3 ] {bc19c57a-aefd-48e3-b6c4-e22f5fad4a40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10780 | 2024.08.06 04:05:02.139482 [ 3 ] {bc19c57a-aefd-48e3-b6c4-e22f5fad4a40} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10781 | 2024.08.06 04:05:02.139518 [ 3 ] {bc19c57a-aefd-48e3-b6c4-e22f5fad4a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10782 | 2024.08.06 04:05:02.139850 [ 3 ] {bc19c57a-aefd-48e3-b6c4-e22f5fad4a40} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10783 | 2024.08.06 04:05:02.140162 [ 3 ] {bc19c57a-aefd-48e3-b6c4-e22f5fad4a40} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10784 | 2024.08.06 04:05:02.140291 [ 3 ] {bc19c57a-aefd-48e3-b6c4-e22f5fad4a40} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.001657 sec., 243814.12190706094 rows/sec., 17.23 MiB/sec. | ||
10785 | 2024.08.06 04:05:02.140537 [ 3 ] {bc19c57a-aefd-48e3-b6c4-e22f5fad4a40} <Debug> DynamicQueryHandler: Done processing query | ||
10786 | 2024.08.06 04:05:02.140595 [ 3 ] {bc19c57a-aefd-48e3-b6c4-e22f5fad4a40} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10787 | 2024.08.06 04:05:02.140651 [ 3 ] {} <Debug> HTTP-Session: e96c0157-aad1-4a2f-8e21-be9d577ec520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10788 | 2024.08.06 04:05:02.140836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10789 | 2024.08.06 04:05:02.140887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10790 | 2024.08.06 04:05:02.140905 [ 3 ] {} <Debug> HTTP-Session: 8ad4d115-8f8b-4330-8a5f-31dfa96f9547 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10791 | 2024.08.06 04:05:02.140922 [ 3 ] {} <Debug> HTTP-Session: 8ad4d115-8f8b-4330-8a5f-31dfa96f9547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10792 | 2024.08.06 04:05:02.140935 [ 3 ] {} <Debug> HTTP-Session: 8ad4d115-8f8b-4330-8a5f-31dfa96f9547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10793 | 2024.08.06 04:05:02.140967 [ 3 ] {} <Trace> HTTP-Session: 8ad4d115-8f8b-4330-8a5f-31dfa96f9547 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10794 | 2024.08.06 04:05:02.141066 [ 3 ] {31adca69-8fa0-45b0-8de3-d3754f47a23c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10795 | 2024.08.06 04:05:02.141111 [ 3 ] {31adca69-8fa0-45b0-8de3-d3754f47a23c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10796 | 2024.08.06 04:05:02.141259 [ 3 ] {31adca69-8fa0-45b0-8de3-d3754f47a23c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10797 | 2024.08.06 04:05:02.141538 [ 3 ] {31adca69-8fa0-45b0-8de3-d3754f47a23c} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10798 | 2024.08.06 04:05:02.141573 [ 3 ] {31adca69-8fa0-45b0-8de3-d3754f47a23c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10799 | 2024.08.06 04:05:02.141933 [ 3 ] {31adca69-8fa0-45b0-8de3-d3754f47a23c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10800 | 2024.08.06 04:05:02.142254 [ 3 ] {31adca69-8fa0-45b0-8de3-d3754f47a23c} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10801 | 2024.08.06 04:05:02.142386 [ 3 ] {31adca69-8fa0-45b0-8de3-d3754f47a23c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 191.40 KiB/sec. | ||
10802 | 2024.08.06 04:05:02.142649 [ 3 ] {31adca69-8fa0-45b0-8de3-d3754f47a23c} <Debug> DynamicQueryHandler: Done processing query | ||
10803 | 2024.08.06 04:05:02.142698 [ 3 ] {31adca69-8fa0-45b0-8de3-d3754f47a23c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10804 | 2024.08.06 04:05:02.142728 [ 3 ] {} <Debug> HTTP-Session: 8ad4d115-8f8b-4330-8a5f-31dfa96f9547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10805 | 2024.08.06 04:05:02.142854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10806 | 2024.08.06 04:05:02.142903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10807 | 2024.08.06 04:05:02.142921 [ 3 ] {} <Debug> HTTP-Session: 5fe079dc-0eb9-47d6-83cf-80843c3b7648 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10808 | 2024.08.06 04:05:02.142937 [ 3 ] {} <Debug> HTTP-Session: 5fe079dc-0eb9-47d6-83cf-80843c3b7648 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10809 | 2024.08.06 04:05:02.142951 [ 3 ] {} <Debug> HTTP-Session: 5fe079dc-0eb9-47d6-83cf-80843c3b7648 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10810 | 2024.08.06 04:05:02.142981 [ 3 ] {} <Trace> HTTP-Session: 5fe079dc-0eb9-47d6-83cf-80843c3b7648 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10811 | 2024.08.06 04:05:02.143117 [ 3 ] {e16503eb-d200-4885-a2a4-528366e836ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10812 | 2024.08.06 04:05:02.143164 [ 3 ] {e16503eb-d200-4885-a2a4-528366e836ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10813 | 2024.08.06 04:05:02.143324 [ 3 ] {e16503eb-d200-4885-a2a4-528366e836ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10814 | 2024.08.06 04:05:02.143647 [ 3 ] {e16503eb-d200-4885-a2a4-528366e836ff} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10815 | 2024.08.06 04:05:02.143683 [ 3 ] {e16503eb-d200-4885-a2a4-528366e836ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10816 | 2024.08.06 04:05:02.144043 [ 3 ] {e16503eb-d200-4885-a2a4-528366e836ff} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10817 | 2024.08.06 04:05:02.144390 [ 3 ] {e16503eb-d200-4885-a2a4-528366e836ff} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10818 | 2024.08.06 04:05:02.144519 [ 3 ] {e16503eb-d200-4885-a2a4-528366e836ff} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001463 sec., 52631.57894736842 rows/sec., 3.24 MiB/sec. | ||
10819 | 2024.08.06 04:05:02.144848 [ 3 ] {e16503eb-d200-4885-a2a4-528366e836ff} <Debug> DynamicQueryHandler: Done processing query | ||
10820 | 2024.08.06 04:05:02.144882 [ 3 ] {e16503eb-d200-4885-a2a4-528366e836ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10821 | 2024.08.06 04:05:02.144899 [ 3 ] {} <Debug> HTTP-Session: 5fe079dc-0eb9-47d6-83cf-80843c3b7648 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10822 | 2024.08.06 04:05:02.145092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10823 | 2024.08.06 04:05:02.145139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10824 | 2024.08.06 04:05:02.145157 [ 3 ] {} <Debug> HTTP-Session: 89620c14-1464-4627-97dc-a3a4402b2724 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10825 | 2024.08.06 04:05:02.145174 [ 3 ] {} <Debug> HTTP-Session: 89620c14-1464-4627-97dc-a3a4402b2724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10826 | 2024.08.06 04:05:02.145188 [ 3 ] {} <Debug> HTTP-Session: 89620c14-1464-4627-97dc-a3a4402b2724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10827 | 2024.08.06 04:05:02.145218 [ 3 ] {} <Trace> HTTP-Session: 89620c14-1464-4627-97dc-a3a4402b2724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10828 | 2024.08.06 04:05:02.145371 [ 3 ] {5b2e93a1-5508-4a7d-859c-316f5b083a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10829 | 2024.08.06 04:05:02.145418 [ 3 ] {5b2e93a1-5508-4a7d-859c-316f5b083a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10830 | 2024.08.06 04:05:02.145579 [ 3 ] {5b2e93a1-5508-4a7d-859c-316f5b083a0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10831 | 2024.08.06 04:05:02.146004 [ 3 ] {5b2e93a1-5508-4a7d-859c-316f5b083a0c} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10832 | 2024.08.06 04:05:02.146040 [ 3 ] {5b2e93a1-5508-4a7d-859c-316f5b083a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10833 | 2024.08.06 04:05:02.146407 [ 3 ] {5b2e93a1-5508-4a7d-859c-316f5b083a0c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10834 | 2024.08.06 04:05:02.146736 [ 3 ] {5b2e93a1-5508-4a7d-859c-316f5b083a0c} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10835 | 2024.08.06 04:05:02.146866 [ 3 ] {5b2e93a1-5508-4a7d-859c-316f5b083a0c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
10836 | 2024.08.06 04:05:02.147030 [ 3 ] {5b2e93a1-5508-4a7d-859c-316f5b083a0c} <Debug> DynamicQueryHandler: Done processing query | ||
10837 | 2024.08.06 04:05:02.147054 [ 3 ] {5b2e93a1-5508-4a7d-859c-316f5b083a0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10838 | 2024.08.06 04:05:02.147069 [ 3 ] {} <Debug> HTTP-Session: 89620c14-1464-4627-97dc-a3a4402b2724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10839 | 2024.08.06 04:05:02.147218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35494, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10840 | 2024.08.06 04:05:02.147266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10841 | 2024.08.06 04:05:02.147284 [ 3 ] {} <Debug> HTTP-Session: e271a500-4fe8-4cf4-8ace-f85fb309330f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10842 | 2024.08.06 04:05:02.147301 [ 3 ] {} <Debug> HTTP-Session: e271a500-4fe8-4cf4-8ace-f85fb309330f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10843 | 2024.08.06 04:05:02.147314 [ 3 ] {} <Debug> HTTP-Session: e271a500-4fe8-4cf4-8ace-f85fb309330f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10844 | 2024.08.06 04:05:02.147344 [ 3 ] {} <Trace> HTTP-Session: e271a500-4fe8-4cf4-8ace-f85fb309330f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10845 | 2024.08.06 04:05:02.147638 [ 3 ] {6e642a7b-36aa-4c38-9bdc-c4f6f409fe57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10846 | 2024.08.06 04:05:02.147701 [ 3 ] {6e642a7b-36aa-4c38-9bdc-c4f6f409fe57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10847 | 2024.08.06 04:05:02.148113 [ 3 ] {6e642a7b-36aa-4c38-9bdc-c4f6f409fe57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10848 | 2024.08.06 04:05:02.148749 [ 3 ] {6e642a7b-36aa-4c38-9bdc-c4f6f409fe57} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10849 | 2024.08.06 04:05:02.148784 [ 3 ] {6e642a7b-36aa-4c38-9bdc-c4f6f409fe57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10850 | 2024.08.06 04:05:02.149378 [ 3 ] {6e642a7b-36aa-4c38-9bdc-c4f6f409fe57} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10851 | 2024.08.06 04:05:02.149781 [ 3 ] {6e642a7b-36aa-4c38-9bdc-c4f6f409fe57} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10852 | 2024.08.06 04:05:02.149928 [ 3 ] {6e642a7b-36aa-4c38-9bdc-c4f6f409fe57} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002492 sec., 8828.25040128411 rows/sec., 15.82 MiB/sec. | ||
10853 | 2024.08.06 04:05:02.150119 [ 3 ] {6e642a7b-36aa-4c38-9bdc-c4f6f409fe57} <Debug> DynamicQueryHandler: Done processing query | ||
10854 | 2024.08.06 04:05:02.150144 [ 3 ] {6e642a7b-36aa-4c38-9bdc-c4f6f409fe57} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10855 | 2024.08.06 04:05:02.150160 [ 3 ] {} <Debug> HTTP-Session: e271a500-4fe8-4cf4-8ace-f85fb309330f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10856 | 2024.08.06 04:05:02.150287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10857 | 2024.08.06 04:05:02.150334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10858 | 2024.08.06 04:05:02.150353 [ 3 ] {} <Debug> HTTP-Session: 1dfd9eef-6969-4213-8460-9489f179dd7d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10859 | 2024.08.06 04:05:02.150370 [ 3 ] {} <Debug> HTTP-Session: 1dfd9eef-6969-4213-8460-9489f179dd7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10860 | 2024.08.06 04:05:02.150383 [ 3 ] {} <Debug> HTTP-Session: 1dfd9eef-6969-4213-8460-9489f179dd7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10861 | 2024.08.06 04:05:02.150414 [ 3 ] {} <Trace> HTTP-Session: 1dfd9eef-6969-4213-8460-9489f179dd7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10862 | 2024.08.06 04:05:02.150513 [ 3 ] {1ecda55a-563a-4fd0-a426-86a18fac3fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10863 | 2024.08.06 04:05:02.150557 [ 3 ] {1ecda55a-563a-4fd0-a426-86a18fac3fa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10864 | 2024.08.06 04:05:02.150678 [ 3 ] {1ecda55a-563a-4fd0-a426-86a18fac3fa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10865 | 2024.08.06 04:05:02.150962 [ 3 ] {1ecda55a-563a-4fd0-a426-86a18fac3fa2} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10866 | 2024.08.06 04:05:02.150996 [ 3 ] {1ecda55a-563a-4fd0-a426-86a18fac3fa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10867 | 2024.08.06 04:05:02.151340 [ 3 ] {1ecda55a-563a-4fd0-a426-86a18fac3fa2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10868 | 2024.08.06 04:05:02.151667 [ 3 ] {1ecda55a-563a-4fd0-a426-86a18fac3fa2} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10869 | 2024.08.06 04:05:02.151793 [ 3 ] {1ecda55a-563a-4fd0-a426-86a18fac3fa2} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001309 sec., 17570.664629488158 rows/sec., 950.45 KiB/sec. | ||
10870 | 2024.08.06 04:05:02.151950 [ 3 ] {1ecda55a-563a-4fd0-a426-86a18fac3fa2} <Debug> DynamicQueryHandler: Done processing query | ||
10871 | 2024.08.06 04:05:02.151975 [ 3 ] {1ecda55a-563a-4fd0-a426-86a18fac3fa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10872 | 2024.08.06 04:05:02.151990 [ 3 ] {} <Debug> HTTP-Session: 1dfd9eef-6969-4213-8460-9489f179dd7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10873 | 2024.08.06 04:05:02.152105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10874 | 2024.08.06 04:05:02.152152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10875 | 2024.08.06 04:05:02.152170 [ 3 ] {} <Debug> HTTP-Session: 714e3c67-9904-46c4-90f6-71bc53b5243b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10876 | 2024.08.06 04:05:02.152185 [ 3 ] {} <Debug> HTTP-Session: 714e3c67-9904-46c4-90f6-71bc53b5243b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10877 | 2024.08.06 04:05:02.152199 [ 3 ] {} <Debug> HTTP-Session: 714e3c67-9904-46c4-90f6-71bc53b5243b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10878 | 2024.08.06 04:05:02.152228 [ 3 ] {} <Trace> HTTP-Session: 714e3c67-9904-46c4-90f6-71bc53b5243b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10879 | 2024.08.06 04:05:02.152336 [ 3 ] {16d12bbd-2cf2-4292-8d74-c15cd659eeb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10880 | 2024.08.06 04:05:02.152379 [ 3 ] {16d12bbd-2cf2-4292-8d74-c15cd659eeb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10881 | 2024.08.06 04:05:02.152502 [ 3 ] {16d12bbd-2cf2-4292-8d74-c15cd659eeb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10882 | 2024.08.06 04:05:02.152787 [ 3 ] {16d12bbd-2cf2-4292-8d74-c15cd659eeb9} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10883 | 2024.08.06 04:05:02.152821 [ 3 ] {16d12bbd-2cf2-4292-8d74-c15cd659eeb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10884 | 2024.08.06 04:05:02.153168 [ 3 ] {16d12bbd-2cf2-4292-8d74-c15cd659eeb9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10885 | 2024.08.06 04:05:02.153488 [ 3 ] {16d12bbd-2cf2-4292-8d74-c15cd659eeb9} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10886 | 2024.08.06 04:05:02.153613 [ 3 ] {16d12bbd-2cf2-4292-8d74-c15cd659eeb9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001314 sec., 45662.100456621 rows/sec., 3.08 MiB/sec. | ||
10887 | 2024.08.06 04:05:02.153758 [ 3 ] {16d12bbd-2cf2-4292-8d74-c15cd659eeb9} <Debug> DynamicQueryHandler: Done processing query | ||
10888 | 2024.08.06 04:05:02.153781 [ 3 ] {16d12bbd-2cf2-4292-8d74-c15cd659eeb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10889 | 2024.08.06 04:05:02.153796 [ 3 ] {} <Debug> HTTP-Session: 714e3c67-9904-46c4-90f6-71bc53b5243b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10890 | 2024.08.06 04:05:06.018867 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10891 | 2024.08.06 04:05:06.018936 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10892 | 2024.08.06 04:05:07.124843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10893 | 2024.08.06 04:05:07.124957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10894 | 2024.08.06 04:05:07.124981 [ 3 ] {} <Debug> HTTP-Session: 4882fd4e-17e7-4cb1-938c-01a7dea02449 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10895 | 2024.08.06 04:05:07.125006 [ 3 ] {} <Debug> HTTP-Session: 4882fd4e-17e7-4cb1-938c-01a7dea02449 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10896 | 2024.08.06 04:05:07.125021 [ 3 ] {} <Debug> HTTP-Session: 4882fd4e-17e7-4cb1-938c-01a7dea02449 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10897 | 2024.08.06 04:05:07.125070 [ 3 ] {} <Trace> HTTP-Session: 4882fd4e-17e7-4cb1-938c-01a7dea02449 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10898 | 2024.08.06 04:05:07.125255 [ 3 ] {949210ec-3a9d-49a8-a5db-fdea249806be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10899 | 2024.08.06 04:05:07.125324 [ 3 ] {949210ec-3a9d-49a8-a5db-fdea249806be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10900 | 2024.08.06 04:05:07.125531 [ 3 ] {949210ec-3a9d-49a8-a5db-fdea249806be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10901 | 2024.08.06 04:05:07.125965 [ 3 ] {949210ec-3a9d-49a8-a5db-fdea249806be} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10902 | 2024.08.06 04:05:07.126011 [ 3 ] {949210ec-3a9d-49a8-a5db-fdea249806be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10903 | 2024.08.06 04:05:07.126383 [ 3 ] {949210ec-3a9d-49a8-a5db-fdea249806be} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10904 | 2024.08.06 04:05:07.126744 [ 3 ] {949210ec-3a9d-49a8-a5db-fdea249806be} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10905 | 2024.08.06 04:05:07.126911 [ 3 ] {949210ec-3a9d-49a8-a5db-fdea249806be} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001709 sec., 6436.512580456407 rows/sec., 521.71 KiB/sec. | ||
10906 | 2024.08.06 04:05:07.127125 [ 3 ] {949210ec-3a9d-49a8-a5db-fdea249806be} <Debug> DynamicQueryHandler: Done processing query | ||
10907 | 2024.08.06 04:05:07.127153 [ 3 ] {949210ec-3a9d-49a8-a5db-fdea249806be} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10908 | 2024.08.06 04:05:07.127169 [ 3 ] {} <Debug> HTTP-Session: 4882fd4e-17e7-4cb1-938c-01a7dea02449 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10909 | 2024.08.06 04:05:07.127322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10910 | 2024.08.06 04:05:07.127385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10911 | 2024.08.06 04:05:07.127406 [ 3 ] {} <Debug> HTTP-Session: c27b589f-398d-4b71-ab51-912831e7a9bc Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10912 | 2024.08.06 04:05:07.127424 [ 3 ] {} <Debug> HTTP-Session: c27b589f-398d-4b71-ab51-912831e7a9bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10913 | 2024.08.06 04:05:07.127437 [ 3 ] {} <Debug> HTTP-Session: c27b589f-398d-4b71-ab51-912831e7a9bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10914 | 2024.08.06 04:05:07.127472 [ 3 ] {} <Trace> HTTP-Session: c27b589f-398d-4b71-ab51-912831e7a9bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10915 | 2024.08.06 04:05:07.127579 [ 3 ] {a4641ca2-7af5-4e63-92ab-1b9b95c1f94c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10916 | 2024.08.06 04:05:07.127627 [ 3 ] {a4641ca2-7af5-4e63-92ab-1b9b95c1f94c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10917 | 2024.08.06 04:05:07.127763 [ 3 ] {a4641ca2-7af5-4e63-92ab-1b9b95c1f94c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10918 | 2024.08.06 04:05:07.128050 [ 3 ] {a4641ca2-7af5-4e63-92ab-1b9b95c1f94c} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10919 | 2024.08.06 04:05:07.128088 [ 3 ] {a4641ca2-7af5-4e63-92ab-1b9b95c1f94c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10920 | 2024.08.06 04:05:07.128394 [ 3 ] {a4641ca2-7af5-4e63-92ab-1b9b95c1f94c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10921 | 2024.08.06 04:05:07.128706 [ 3 ] {a4641ca2-7af5-4e63-92ab-1b9b95c1f94c} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10922 | 2024.08.06 04:05:07.128871 [ 3 ] {a4641ca2-7af5-4e63-92ab-1b9b95c1f94c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001314 sec., 3044.1400304414 rows/sec., 248.23 KiB/sec. | ||
10923 | 2024.08.06 04:05:07.129156 [ 3 ] {a4641ca2-7af5-4e63-92ab-1b9b95c1f94c} <Debug> DynamicQueryHandler: Done processing query | ||
10924 | 2024.08.06 04:05:07.129182 [ 3 ] {a4641ca2-7af5-4e63-92ab-1b9b95c1f94c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10925 | 2024.08.06 04:05:07.129199 [ 3 ] {} <Debug> HTTP-Session: c27b589f-398d-4b71-ab51-912831e7a9bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10926 | 2024.08.06 04:05:07.129324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 13058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10927 | 2024.08.06 04:05:07.129379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10928 | 2024.08.06 04:05:07.129399 [ 3 ] {} <Debug> HTTP-Session: 093af4eb-c08e-4c4c-a239-70bc10b3a77c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10929 | 2024.08.06 04:05:07.129416 [ 3 ] {} <Debug> HTTP-Session: 093af4eb-c08e-4c4c-a239-70bc10b3a77c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10930 | 2024.08.06 04:05:07.129430 [ 3 ] {} <Debug> HTTP-Session: 093af4eb-c08e-4c4c-a239-70bc10b3a77c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10931 | 2024.08.06 04:05:07.129461 [ 3 ] {} <Trace> HTTP-Session: 093af4eb-c08e-4c4c-a239-70bc10b3a77c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10932 | 2024.08.06 04:05:07.129588 [ 3 ] {707c17b0-262a-404b-ac8e-7410076a6e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10933 | 2024.08.06 04:05:07.129633 [ 3 ] {707c17b0-262a-404b-ac8e-7410076a6e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10934 | 2024.08.06 04:05:07.129781 [ 3 ] {707c17b0-262a-404b-ac8e-7410076a6e95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10935 | 2024.08.06 04:05:07.130126 [ 3 ] {707c17b0-262a-404b-ac8e-7410076a6e95} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10936 | 2024.08.06 04:05:07.130164 [ 3 ] {707c17b0-262a-404b-ac8e-7410076a6e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10937 | 2024.08.06 04:05:07.130481 [ 3 ] {707c17b0-262a-404b-ac8e-7410076a6e95} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10938 | 2024.08.06 04:05:07.130792 [ 3 ] {707c17b0-262a-404b-ac8e-7410076a6e95} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10939 | 2024.08.06 04:05:07.130915 [ 3 ] {707c17b0-262a-404b-ac8e-7410076a6e95} <Debug> executeQuery: Read 91 rows, 7.51 KiB in 0.001376 sec., 66133.72093023255 rows/sec., 5.33 MiB/sec. | ||
10940 | 2024.08.06 04:05:07.131146 [ 3 ] {707c17b0-262a-404b-ac8e-7410076a6e95} <Debug> DynamicQueryHandler: Done processing query | ||
10941 | 2024.08.06 04:05:07.131200 [ 3 ] {707c17b0-262a-404b-ac8e-7410076a6e95} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10942 | 2024.08.06 04:05:07.131255 [ 3 ] {} <Debug> HTTP-Session: 093af4eb-c08e-4c4c-a239-70bc10b3a77c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10943 | 2024.08.06 04:05:07.131430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10944 | 2024.08.06 04:05:07.131482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10945 | 2024.08.06 04:05:07.131501 [ 3 ] {} <Debug> HTTP-Session: d06d0b97-63bf-458b-b14f-8572ff820566 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10946 | 2024.08.06 04:05:07.131517 [ 3 ] {} <Debug> HTTP-Session: d06d0b97-63bf-458b-b14f-8572ff820566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10947 | 2024.08.06 04:05:07.131530 [ 3 ] {} <Debug> HTTP-Session: d06d0b97-63bf-458b-b14f-8572ff820566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10948 | 2024.08.06 04:05:07.131564 [ 3 ] {} <Trace> HTTP-Session: d06d0b97-63bf-458b-b14f-8572ff820566 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10949 | 2024.08.06 04:05:07.131663 [ 3 ] {74e3e083-d0fb-4c6a-8b38-36b2e1065775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10950 | 2024.08.06 04:05:07.131708 [ 3 ] {74e3e083-d0fb-4c6a-8b38-36b2e1065775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10951 | 2024.08.06 04:05:07.131851 [ 3 ] {74e3e083-d0fb-4c6a-8b38-36b2e1065775} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10952 | 2024.08.06 04:05:07.132123 [ 3 ] {74e3e083-d0fb-4c6a-8b38-36b2e1065775} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10953 | 2024.08.06 04:05:07.132161 [ 3 ] {74e3e083-d0fb-4c6a-8b38-36b2e1065775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10954 | 2024.08.06 04:05:07.132462 [ 3 ] {74e3e083-d0fb-4c6a-8b38-36b2e1065775} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10955 | 2024.08.06 04:05:07.132782 [ 3 ] {74e3e083-d0fb-4c6a-8b38-36b2e1065775} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10956 | 2024.08.06 04:05:07.132902 [ 3 ] {74e3e083-d0fb-4c6a-8b38-36b2e1065775} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001265 sec., 3162.0553359683795 rows/sec., 220.79 KiB/sec. | ||
10957 | 2024.08.06 04:05:07.133057 [ 3 ] {74e3e083-d0fb-4c6a-8b38-36b2e1065775} <Debug> DynamicQueryHandler: Done processing query | ||
10958 | 2024.08.06 04:05:07.133082 [ 3 ] {74e3e083-d0fb-4c6a-8b38-36b2e1065775} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10959 | 2024.08.06 04:05:07.133098 [ 3 ] {} <Debug> HTTP-Session: d06d0b97-63bf-458b-b14f-8572ff820566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10960 | 2024.08.06 04:05:07.133214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 13427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10961 | 2024.08.06 04:05:07.133265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10962 | 2024.08.06 04:05:07.133285 [ 3 ] {} <Debug> HTTP-Session: 74875b4a-1fbf-4fd0-b6b8-e5394149b642 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10963 | 2024.08.06 04:05:07.133302 [ 3 ] {} <Debug> HTTP-Session: 74875b4a-1fbf-4fd0-b6b8-e5394149b642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10964 | 2024.08.06 04:05:07.133318 [ 3 ] {} <Debug> HTTP-Session: 74875b4a-1fbf-4fd0-b6b8-e5394149b642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10965 | 2024.08.06 04:05:07.133350 [ 3 ] {} <Trace> HTTP-Session: 74875b4a-1fbf-4fd0-b6b8-e5394149b642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10966 | 2024.08.06 04:05:07.133471 [ 3 ] {1ec6e686-cd87-4557-9aea-163e9c3d4916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10967 | 2024.08.06 04:05:07.133520 [ 3 ] {1ec6e686-cd87-4557-9aea-163e9c3d4916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10968 | 2024.08.06 04:05:07.133646 [ 3 ] {1ec6e686-cd87-4557-9aea-163e9c3d4916} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10969 | 2024.08.06 04:05:07.133981 [ 3 ] {1ec6e686-cd87-4557-9aea-163e9c3d4916} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10970 | 2024.08.06 04:05:07.134017 [ 3 ] {1ec6e686-cd87-4557-9aea-163e9c3d4916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10971 | 2024.08.06 04:05:07.134325 [ 3 ] {1ec6e686-cd87-4557-9aea-163e9c3d4916} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10972 | 2024.08.06 04:05:07.134635 [ 3 ] {1ec6e686-cd87-4557-9aea-163e9c3d4916} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10973 | 2024.08.06 04:05:07.134762 [ 3 ] {1ec6e686-cd87-4557-9aea-163e9c3d4916} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001336 sec., 59131.73652694611 rows/sec., 4.62 MiB/sec. | ||
10974 | 2024.08.06 04:05:07.135018 [ 3 ] {1ec6e686-cd87-4557-9aea-163e9c3d4916} <Debug> DynamicQueryHandler: Done processing query | ||
10975 | 2024.08.06 04:05:07.135086 [ 3 ] {1ec6e686-cd87-4557-9aea-163e9c3d4916} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10976 | 2024.08.06 04:05:07.135144 [ 3 ] {} <Debug> HTTP-Session: 74875b4a-1fbf-4fd0-b6b8-e5394149b642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10977 | 2024.08.06 04:05:07.135350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10978 | 2024.08.06 04:05:07.135403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10979 | 2024.08.06 04:05:07.135423 [ 3 ] {} <Debug> HTTP-Session: 9285f68c-1a00-4895-ada3-bc114e13eb43 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10980 | 2024.08.06 04:05:07.135439 [ 3 ] {} <Debug> HTTP-Session: 9285f68c-1a00-4895-ada3-bc114e13eb43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10981 | 2024.08.06 04:05:07.135453 [ 3 ] {} <Debug> HTTP-Session: 9285f68c-1a00-4895-ada3-bc114e13eb43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10982 | 2024.08.06 04:05:07.135485 [ 3 ] {} <Trace> HTTP-Session: 9285f68c-1a00-4895-ada3-bc114e13eb43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10983 | 2024.08.06 04:05:07.135637 [ 3 ] {9f644404-96fd-4ae5-baa3-a03053a03ab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10984 | 2024.08.06 04:05:07.135688 [ 3 ] {9f644404-96fd-4ae5-baa3-a03053a03ab8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10985 | 2024.08.06 04:05:07.135850 [ 3 ] {9f644404-96fd-4ae5-baa3-a03053a03ab8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10986 | 2024.08.06 04:05:07.136251 [ 3 ] {9f644404-96fd-4ae5-baa3-a03053a03ab8} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10987 | 2024.08.06 04:05:07.136288 [ 3 ] {9f644404-96fd-4ae5-baa3-a03053a03ab8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
10988 | 2024.08.06 04:05:07.136677 [ 3 ] {9f644404-96fd-4ae5-baa3-a03053a03ab8} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10989 | 2024.08.06 04:05:07.137016 [ 3 ] {9f644404-96fd-4ae5-baa3-a03053a03ab8} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10990 | 2024.08.06 04:05:07.137146 [ 3 ] {9f644404-96fd-4ae5-baa3-a03053a03ab8} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001579 sec., 102596.5801139962 rows/sec., 7.14 MiB/sec. | ||
10991 | 2024.08.06 04:05:07.137313 [ 3 ] {9f644404-96fd-4ae5-baa3-a03053a03ab8} <Debug> DynamicQueryHandler: Done processing query | ||
10992 | 2024.08.06 04:05:07.137338 [ 3 ] {9f644404-96fd-4ae5-baa3-a03053a03ab8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10993 | 2024.08.06 04:05:07.137355 [ 3 ] {} <Debug> HTTP-Session: 9285f68c-1a00-4895-ada3-bc114e13eb43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10994 | 2024.08.06 04:05:07.137486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10995 | 2024.08.06 04:05:07.137537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10996 | 2024.08.06 04:05:07.137557 [ 3 ] {} <Debug> HTTP-Session: 54072041-6270-4876-8f59-83ce11183dbd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
10997 | 2024.08.06 04:05:07.137583 [ 3 ] {} <Debug> HTTP-Session: 54072041-6270-4876-8f59-83ce11183dbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10998 | 2024.08.06 04:05:07.137601 [ 3 ] {} <Debug> HTTP-Session: 54072041-6270-4876-8f59-83ce11183dbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10999 | 2024.08.06 04:05:07.137632 [ 3 ] {} <Trace> HTTP-Session: 54072041-6270-4876-8f59-83ce11183dbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11000 | 2024.08.06 04:05:07.137843 [ 3 ] {35ae16b3-69b8-4fff-b2a5-e3f061d0b2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11001 | 2024.08.06 04:05:07.137912 [ 3 ] {35ae16b3-69b8-4fff-b2a5-e3f061d0b2f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11002 | 2024.08.06 04:05:07.138328 [ 3 ] {35ae16b3-69b8-4fff-b2a5-e3f061d0b2f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11003 | 2024.08.06 04:05:07.138844 [ 3 ] {35ae16b3-69b8-4fff-b2a5-e3f061d0b2f8} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11004 | 2024.08.06 04:05:07.138882 [ 3 ] {35ae16b3-69b8-4fff-b2a5-e3f061d0b2f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11005 | 2024.08.06 04:05:07.139477 [ 3 ] {35ae16b3-69b8-4fff-b2a5-e3f061d0b2f8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
11006 | 2024.08.06 04:05:07.139912 [ 3 ] {35ae16b3-69b8-4fff-b2a5-e3f061d0b2f8} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11007 | 2024.08.06 04:05:07.140062 [ 3 ] {35ae16b3-69b8-4fff-b2a5-e3f061d0b2f8} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002341 sec., 4698.846646732165 rows/sec., 8.42 MiB/sec. | ||
11008 | 2024.08.06 04:05:07.140515 [ 3 ] {35ae16b3-69b8-4fff-b2a5-e3f061d0b2f8} <Debug> DynamicQueryHandler: Done processing query | ||
11009 | 2024.08.06 04:05:07.140557 [ 3 ] {35ae16b3-69b8-4fff-b2a5-e3f061d0b2f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
11010 | 2024.08.06 04:05:07.140574 [ 3 ] {} <Debug> HTTP-Session: 54072041-6270-4876-8f59-83ce11183dbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11011 | 2024.08.06 04:05:07.140700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11012 | 2024.08.06 04:05:07.140750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11013 | 2024.08.06 04:05:07.140771 [ 3 ] {} <Debug> HTTP-Session: da79db41-9902-475f-8e0e-c3fa144ab88f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11014 | 2024.08.06 04:05:07.140787 [ 3 ] {} <Debug> HTTP-Session: da79db41-9902-475f-8e0e-c3fa144ab88f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11015 | 2024.08.06 04:05:07.140801 [ 3 ] {} <Debug> HTTP-Session: da79db41-9902-475f-8e0e-c3fa144ab88f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11016 | 2024.08.06 04:05:07.140833 [ 3 ] {} <Trace> HTTP-Session: da79db41-9902-475f-8e0e-c3fa144ab88f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11017 | 2024.08.06 04:05:07.140958 [ 3 ] {1df51ad5-fcd9-4693-86e4-e482b617ea77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11018 | 2024.08.06 04:05:07.141005 [ 3 ] {1df51ad5-fcd9-4693-86e4-e482b617ea77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11019 | 2024.08.06 04:05:07.141152 [ 3 ] {1df51ad5-fcd9-4693-86e4-e482b617ea77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11020 | 2024.08.06 04:05:07.141449 [ 3 ] {1df51ad5-fcd9-4693-86e4-e482b617ea77} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11021 | 2024.08.06 04:05:07.141485 [ 3 ] {1df51ad5-fcd9-4693-86e4-e482b617ea77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11022 | 2024.08.06 04:05:07.141852 [ 3 ] {1df51ad5-fcd9-4693-86e4-e482b617ea77} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11023 | 2024.08.06 04:05:07.142186 [ 3 ] {1df51ad5-fcd9-4693-86e4-e482b617ea77} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11024 | 2024.08.06 04:05:07.142311 [ 3 ] {1df51ad5-fcd9-4693-86e4-e482b617ea77} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec. | ||
11025 | 2024.08.06 04:05:07.142570 [ 3 ] {1df51ad5-fcd9-4693-86e4-e482b617ea77} <Debug> DynamicQueryHandler: Done processing query | ||
11026 | 2024.08.06 04:05:07.142631 [ 3 ] {1df51ad5-fcd9-4693-86e4-e482b617ea77} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11027 | 2024.08.06 04:05:07.142694 [ 3 ] {} <Debug> HTTP-Session: da79db41-9902-475f-8e0e-c3fa144ab88f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11028 | 2024.08.06 04:05:12.129982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11029 | 2024.08.06 04:05:12.130135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11030 | 2024.08.06 04:05:12.130166 [ 3 ] {} <Debug> HTTP-Session: a4610988-e793-45b3-98eb-b4dd570bf856 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11031 | 2024.08.06 04:05:12.130194 [ 3 ] {} <Debug> HTTP-Session: a4610988-e793-45b3-98eb-b4dd570bf856 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11032 | 2024.08.06 04:05:12.130212 [ 3 ] {} <Debug> HTTP-Session: a4610988-e793-45b3-98eb-b4dd570bf856 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11033 | 2024.08.06 04:05:12.130270 [ 3 ] {} <Trace> HTTP-Session: a4610988-e793-45b3-98eb-b4dd570bf856 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11034 | 2024.08.06 04:05:12.130490 [ 3 ] {23c39bfa-2738-43a7-8f7e-c58fb2d7a12e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11035 | 2024.08.06 04:05:12.130569 [ 3 ] {23c39bfa-2738-43a7-8f7e-c58fb2d7a12e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11036 | 2024.08.06 04:05:12.130776 [ 3 ] {23c39bfa-2738-43a7-8f7e-c58fb2d7a12e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11037 | 2024.08.06 04:05:12.131234 [ 3 ] {23c39bfa-2738-43a7-8f7e-c58fb2d7a12e} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11038 | 2024.08.06 04:05:12.131284 [ 3 ] {23c39bfa-2738-43a7-8f7e-c58fb2d7a12e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11039 | 2024.08.06 04:05:12.131676 [ 3 ] {23c39bfa-2738-43a7-8f7e-c58fb2d7a12e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11040 | 2024.08.06 04:05:12.132022 [ 3 ] {23c39bfa-2738-43a7-8f7e-c58fb2d7a12e} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11041 | 2024.08.06 04:05:12.132186 [ 3 ] {23c39bfa-2738-43a7-8f7e-c58fb2d7a12e} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001763 sec., 15882.019285309132 rows/sec., 1.18 MiB/sec. | ||
11042 | 2024.08.06 04:05:12.132418 [ 3 ] {23c39bfa-2738-43a7-8f7e-c58fb2d7a12e} <Debug> DynamicQueryHandler: Done processing query | ||
11043 | 2024.08.06 04:05:12.132447 [ 3 ] {23c39bfa-2738-43a7-8f7e-c58fb2d7a12e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11044 | 2024.08.06 04:05:12.132464 [ 3 ] {} <Debug> HTTP-Session: a4610988-e793-45b3-98eb-b4dd570bf856 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11045 | 2024.08.06 04:05:12.132634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11046 | 2024.08.06 04:05:12.132692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11047 | 2024.08.06 04:05:12.132713 [ 3 ] {} <Debug> HTTP-Session: 5d6ad0ab-c60d-4b69-a68c-4d138bbc01f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11048 | 2024.08.06 04:05:12.132731 [ 3 ] {} <Debug> HTTP-Session: 5d6ad0ab-c60d-4b69-a68c-4d138bbc01f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11049 | 2024.08.06 04:05:12.132746 [ 3 ] {} <Debug> HTTP-Session: 5d6ad0ab-c60d-4b69-a68c-4d138bbc01f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11050 | 2024.08.06 04:05:12.132783 [ 3 ] {} <Trace> HTTP-Session: 5d6ad0ab-c60d-4b69-a68c-4d138bbc01f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11051 | 2024.08.06 04:05:12.132892 [ 3 ] {d084d4bb-9889-4556-9073-f710b1595348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11052 | 2024.08.06 04:05:12.132941 [ 3 ] {d084d4bb-9889-4556-9073-f710b1595348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11053 | 2024.08.06 04:05:12.133084 [ 3 ] {d084d4bb-9889-4556-9073-f710b1595348} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11054 | 2024.08.06 04:05:12.133376 [ 3 ] {d084d4bb-9889-4556-9073-f710b1595348} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11055 | 2024.08.06 04:05:12.133414 [ 3 ] {d084d4bb-9889-4556-9073-f710b1595348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11056 | 2024.08.06 04:05:12.133719 [ 3 ] {d084d4bb-9889-4556-9073-f710b1595348} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
11057 | 2024.08.06 04:05:12.134036 [ 3 ] {d084d4bb-9889-4556-9073-f710b1595348} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11058 | 2024.08.06 04:05:12.134201 [ 3 ] {d084d4bb-9889-4556-9073-f710b1595348} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001328 sec., 1506.0240963855422 rows/sec., 122.81 KiB/sec. | ||
11059 | 2024.08.06 04:05:12.134211 [ 127 ] {} <Debug> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
11060 | 2024.08.06 04:05:12.134326 [ 127 ] {} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11061 | 2024.08.06 04:05:12.134363 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11062 | 2024.08.06 04:05:12.134447 [ 3 ] {d084d4bb-9889-4556-9073-f710b1595348} <Debug> DynamicQueryHandler: Done processing query | ||
11063 | 2024.08.06 04:05:12.134561 [ 3 ] {d084d4bb-9889-4556-9073-f710b1595348} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11064 | 2024.08.06 04:05:12.134712 [ 3 ] {} <Debug> HTTP-Session: 5d6ad0ab-c60d-4b69-a68c-4d138bbc01f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11065 | 2024.08.06 04:05:12.134940 [ 194 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::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 | ||
11066 | 2024.08.06 04:05:12.135196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11067 | 2024.08.06 04:05:12.135373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11068 | 2024.08.06 04:05:12.135445 [ 3 ] {} <Debug> HTTP-Session: 836ac468-0414-4057-b5c4-393b8d5383b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11069 | 2024.08.06 04:05:12.135481 [ 194 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11070 | 2024.08.06 04:05:12.135493 [ 3 ] {} <Debug> HTTP-Session: 836ac468-0414-4057-b5c4-393b8d5383b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11071 | 2024.08.06 04:05:12.135540 [ 3 ] {} <Debug> HTTP-Session: 836ac468-0414-4057-b5c4-393b8d5383b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11072 | 2024.08.06 04:05:12.135545 [ 194 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
11073 | 2024.08.06 04:05:12.135609 [ 3 ] {} <Trace> HTTP-Session: 836ac468-0414-4057-b5c4-393b8d5383b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11074 | 2024.08.06 04:05:12.135772 [ 194 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
11075 | 2024.08.06 04:05:12.136103 [ 3 ] {614099b1-6880-43ec-ba77-e5e0d3a2f5a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11076 | 2024.08.06 04:05:12.136123 [ 194 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
11077 | 2024.08.06 04:05:12.136260 [ 3 ] {614099b1-6880-43ec-ba77-e5e0d3a2f5a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11078 | 2024.08.06 04:05:12.136447 [ 194 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
11079 | 2024.08.06 04:05:12.136814 [ 194 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
11080 | 2024.08.06 04:05:12.137120 [ 194 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
11081 | 2024.08.06 04:05:12.137656 [ 3 ] {614099b1-6880-43ec-ba77-e5e0d3a2f5a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11082 | 2024.08.06 04:05:12.138638 [ 3 ] {614099b1-6880-43ec-ba77-e5e0d3a2f5a4} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11083 | 2024.08.06 04:05:12.138713 [ 3 ] {614099b1-6880-43ec-ba77-e5e0d3a2f5a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11084 | 2024.08.06 04:05:12.139736 [ 3 ] {614099b1-6880-43ec-ba77-e5e0d3a2f5a4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11085 | 2024.08.06 04:05:12.139754 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.005281194 sec., 6059.2358470451945 rows/sec., 494.09 KiB/sec. | ||
11086 | 2024.08.06 04:05:12.140041 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
11087 | 2024.08.06 04:05:12.140394 [ 3 ] {614099b1-6880-43ec-ba77-e5e0d3a2f5a4} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11088 | 2024.08.06 04:05:12.140795 [ 3 ] {614099b1-6880-43ec-ba77-e5e0d3a2f5a4} <Debug> executeQuery: Read 228 rows, 20.54 KiB in 0.004936 sec., 46191.24797406807 rows/sec., 4.06 MiB/sec. | ||
11089 | 2024.08.06 04:05:12.141049 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_21_4} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11090 | 2024.08.06 04:05:12.141283 [ 3 ] {614099b1-6880-43ec-ba77-e5e0d3a2f5a4} <Debug> DynamicQueryHandler: Done processing query | ||
11091 | 2024.08.06 04:05:12.141371 [ 3 ] {614099b1-6880-43ec-ba77-e5e0d3a2f5a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
11092 | 2024.08.06 04:05:12.141394 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_21_4} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
11093 | 2024.08.06 04:05:12.141437 [ 3 ] {} <Debug> HTTP-Session: 836ac468-0414-4057-b5c4-393b8d5383b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11094 | 2024.08.06 04:05:12.141692 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11095 | 2024.08.06 04:05:12.141736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11096 | 2024.08.06 04:05:12.141859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11097 | 2024.08.06 04:05:12.141901 [ 3 ] {} <Debug> HTTP-Session: 8913545d-e2a7-4351-a9c0-eef937e1704e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11098 | 2024.08.06 04:05:12.141919 [ 3 ] {} <Debug> HTTP-Session: 8913545d-e2a7-4351-a9c0-eef937e1704e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11099 | 2024.08.06 04:05:12.141933 [ 3 ] {} <Debug> HTTP-Session: 8913545d-e2a7-4351-a9c0-eef937e1704e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11100 | 2024.08.06 04:05:12.141968 [ 3 ] {} <Trace> HTTP-Session: 8913545d-e2a7-4351-a9c0-eef937e1704e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11101 | 2024.08.06 04:05:12.142074 [ 3 ] {ec5ebe42-56ec-41c0-b993-7f8d569a1161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11102 | 2024.08.06 04:05:12.142123 [ 3 ] {ec5ebe42-56ec-41c0-b993-7f8d569a1161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11103 | 2024.08.06 04:05:12.142282 [ 3 ] {ec5ebe42-56ec-41c0-b993-7f8d569a1161} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11104 | 2024.08.06 04:05:12.142572 [ 3 ] {ec5ebe42-56ec-41c0-b993-7f8d569a1161} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11105 | 2024.08.06 04:05:12.142610 [ 3 ] {ec5ebe42-56ec-41c0-b993-7f8d569a1161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11106 | 2024.08.06 04:05:12.142938 [ 3 ] {ec5ebe42-56ec-41c0-b993-7f8d569a1161} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
11107 | 2024.08.06 04:05:12.143271 [ 3 ] {ec5ebe42-56ec-41c0-b993-7f8d569a1161} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11108 | 2024.08.06 04:05:12.143431 [ 127 ] {} <Debug> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
11109 | 2024.08.06 04:05:12.143440 [ 3 ] {ec5ebe42-56ec-41c0-b993-7f8d569a1161} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001382 sec., 1447.178002894356 rows/sec., 101.05 KiB/sec. | ||
11110 | 2024.08.06 04:05:12.143496 [ 127 ] {} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11111 | 2024.08.06 04:05:12.143574 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11112 | 2024.08.06 04:05:12.143742 [ 187 ] {22f214b7-975d-4517-80a0-49b4818f93de::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 | ||
11113 | 2024.08.06 04:05:12.143773 [ 3 ] {ec5ebe42-56ec-41c0-b993-7f8d569a1161} <Debug> DynamicQueryHandler: Done processing query | ||
11114 | 2024.08.06 04:05:12.143815 [ 3 ] {ec5ebe42-56ec-41c0-b993-7f8d569a1161} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11115 | 2024.08.06 04:05:12.143864 [ 3 ] {} <Debug> HTTP-Session: 8913545d-e2a7-4351-a9c0-eef937e1704e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11116 | 2024.08.06 04:05:12.143971 [ 187 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11117 | 2024.08.06 04:05:12.144012 [ 187 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
11118 | 2024.08.06 04:05:12.144123 [ 187 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
11119 | 2024.08.06 04:05:12.144265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11120 | 2024.08.06 04:05:12.144464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11121 | 2024.08.06 04:05:12.144452 [ 187 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
11122 | 2024.08.06 04:05:12.144501 [ 3 ] {} <Debug> HTTP-Session: 211efd96-ddd3-4cc8-964d-288cac7a8b03 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11123 | 2024.08.06 04:05:12.144551 [ 3 ] {} <Debug> HTTP-Session: 211efd96-ddd3-4cc8-964d-288cac7a8b03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11124 | 2024.08.06 04:05:12.144635 [ 3 ] {} <Debug> HTTP-Session: 211efd96-ddd3-4cc8-964d-288cac7a8b03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11125 | 2024.08.06 04:05:12.144711 [ 187 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
11126 | 2024.08.06 04:05:12.144758 [ 3 ] {} <Trace> HTTP-Session: 211efd96-ddd3-4cc8-964d-288cac7a8b03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11127 | 2024.08.06 04:05:12.145019 [ 187 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
11128 | 2024.08.06 04:05:12.145202 [ 187 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
11129 | 2024.08.06 04:05:12.145251 [ 3 ] {e3df1a76-3518-45ed-a8a8-2e0f488f10d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11130 | 2024.08.06 04:05:12.145441 [ 3 ] {e3df1a76-3518-45ed-a8a8-2e0f488f10d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11131 | 2024.08.06 04:05:12.146037 [ 3 ] {e3df1a76-3518-45ed-a8a8-2e0f488f10d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11132 | 2024.08.06 04:05:12.147211 [ 3 ] {e3df1a76-3518-45ed-a8a8-2e0f488f10d8} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11133 | 2024.08.06 04:05:12.147287 [ 3 ] {e3df1a76-3518-45ed-a8a8-2e0f488f10d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11134 | 2024.08.06 04:05:12.147857 [ 193 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004184729 sec., 7646.851205896487 rows/sec., 533.94 KiB/sec. | ||
11135 | 2024.08.06 04:05:12.148047 [ 193 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
11136 | 2024.08.06 04:05:12.148143 [ 3 ] {e3df1a76-3518-45ed-a8a8-2e0f488f10d8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11137 | 2024.08.06 04:05:12.148884 [ 193 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_21_4} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11138 | 2024.08.06 04:05:12.149023 [ 3 ] {e3df1a76-3518-45ed-a8a8-2e0f488f10d8} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11139 | 2024.08.06 04:05:12.149085 [ 193 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_21_4} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
11140 | 2024.08.06 04:05:12.149249 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
11141 | 2024.08.06 04:05:12.149383 [ 3 ] {e3df1a76-3518-45ed-a8a8-2e0f488f10d8} <Debug> executeQuery: Read 406 rows, 29.40 KiB in 0.004383 sec., 92630.61829796943 rows/sec., 6.55 MiB/sec. | ||
11142 | 2024.08.06 04:05:12.149728 [ 3 ] {e3df1a76-3518-45ed-a8a8-2e0f488f10d8} <Debug> DynamicQueryHandler: Done processing query | ||
11143 | 2024.08.06 04:05:12.149784 [ 3 ] {e3df1a76-3518-45ed-a8a8-2e0f488f10d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
11144 | 2024.08.06 04:05:12.149822 [ 3 ] {} <Debug> HTTP-Session: 211efd96-ddd3-4cc8-964d-288cac7a8b03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11145 | 2024.08.06 04:05:12.149968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11146 | 2024.08.06 04:05:12.150020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11147 | 2024.08.06 04:05:12.150040 [ 3 ] {} <Debug> HTTP-Session: 3bc3e927-db63-41d7-9e8b-33a0402971f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11148 | 2024.08.06 04:05:12.150057 [ 3 ] {} <Debug> HTTP-Session: 3bc3e927-db63-41d7-9e8b-33a0402971f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11149 | 2024.08.06 04:05:12.150071 [ 3 ] {} <Debug> HTTP-Session: 3bc3e927-db63-41d7-9e8b-33a0402971f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11150 | 2024.08.06 04:05:12.150103 [ 3 ] {} <Trace> HTTP-Session: 3bc3e927-db63-41d7-9e8b-33a0402971f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11151 | 2024.08.06 04:05:12.150205 [ 3 ] {595cee57-cf1b-4f68-a3ef-04fab3b14ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11152 | 2024.08.06 04:05:12.150252 [ 3 ] {595cee57-cf1b-4f68-a3ef-04fab3b14ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11153 | 2024.08.06 04:05:12.150404 [ 3 ] {595cee57-cf1b-4f68-a3ef-04fab3b14ce8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11154 | 2024.08.06 04:05:12.150733 [ 3 ] {595cee57-cf1b-4f68-a3ef-04fab3b14ce8} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11155 | 2024.08.06 04:05:12.150770 [ 3 ] {595cee57-cf1b-4f68-a3ef-04fab3b14ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11156 | 2024.08.06 04:05:12.151146 [ 3 ] {595cee57-cf1b-4f68-a3ef-04fab3b14ce8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11157 | 2024.08.06 04:05:12.151484 [ 3 ] {595cee57-cf1b-4f68-a3ef-04fab3b14ce8} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11158 | 2024.08.06 04:05:12.151611 [ 3 ] {595cee57-cf1b-4f68-a3ef-04fab3b14ce8} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001435 sec., 4181.1846689895465 rows/sec., 179.66 KiB/sec. | ||
11159 | 2024.08.06 04:05:12.151883 [ 3 ] {595cee57-cf1b-4f68-a3ef-04fab3b14ce8} <Debug> DynamicQueryHandler: Done processing query | ||
11160 | 2024.08.06 04:05:12.151929 [ 3 ] {595cee57-cf1b-4f68-a3ef-04fab3b14ce8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11161 | 2024.08.06 04:05:12.151952 [ 3 ] {} <Debug> HTTP-Session: 3bc3e927-db63-41d7-9e8b-33a0402971f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11162 | 2024.08.06 04:05:12.152102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11163 | 2024.08.06 04:05:12.152152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11164 | 2024.08.06 04:05:12.152172 [ 3 ] {} <Debug> HTTP-Session: 6995211d-2b61-4db9-88ce-4fc0568c9b31 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11165 | 2024.08.06 04:05:12.152188 [ 3 ] {} <Debug> HTTP-Session: 6995211d-2b61-4db9-88ce-4fc0568c9b31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11166 | 2024.08.06 04:05:12.152202 [ 3 ] {} <Debug> HTTP-Session: 6995211d-2b61-4db9-88ce-4fc0568c9b31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11167 | 2024.08.06 04:05:12.152233 [ 3 ] {} <Trace> HTTP-Session: 6995211d-2b61-4db9-88ce-4fc0568c9b31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11168 | 2024.08.06 04:05:12.152373 [ 3 ] {b37092fe-35ab-4d65-8902-5aa71dab575b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11169 | 2024.08.06 04:05:12.152424 [ 3 ] {b37092fe-35ab-4d65-8902-5aa71dab575b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11170 | 2024.08.06 04:05:12.152588 [ 3 ] {b37092fe-35ab-4d65-8902-5aa71dab575b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11171 | 2024.08.06 04:05:12.152913 [ 3 ] {b37092fe-35ab-4d65-8902-5aa71dab575b} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11172 | 2024.08.06 04:05:12.152949 [ 3 ] {b37092fe-35ab-4d65-8902-5aa71dab575b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11173 | 2024.08.06 04:05:12.153318 [ 3 ] {b37092fe-35ab-4d65-8902-5aa71dab575b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11174 | 2024.08.06 04:05:12.153670 [ 3 ] {b37092fe-35ab-4d65-8902-5aa71dab575b} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11175 | 2024.08.06 04:05:12.153798 [ 3 ] {b37092fe-35ab-4d65-8902-5aa71dab575b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001481 sec., 51991.89736664416 rows/sec., 3.20 MiB/sec. | ||
11176 | 2024.08.06 04:05:12.153952 [ 3 ] {b37092fe-35ab-4d65-8902-5aa71dab575b} <Debug> DynamicQueryHandler: Done processing query | ||
11177 | 2024.08.06 04:05:12.153975 [ 3 ] {b37092fe-35ab-4d65-8902-5aa71dab575b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11178 | 2024.08.06 04:05:12.153991 [ 3 ] {} <Debug> HTTP-Session: 6995211d-2b61-4db9-88ce-4fc0568c9b31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11179 | 2024.08.06 04:05:12.154150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11180 | 2024.08.06 04:05:12.154198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11181 | 2024.08.06 04:05:12.154218 [ 3 ] {} <Debug> HTTP-Session: 1f0d37e7-c898-44e8-90a6-42ca49036ea6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11182 | 2024.08.06 04:05:12.154234 [ 3 ] {} <Debug> HTTP-Session: 1f0d37e7-c898-44e8-90a6-42ca49036ea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11183 | 2024.08.06 04:05:12.154248 [ 3 ] {} <Debug> HTTP-Session: 1f0d37e7-c898-44e8-90a6-42ca49036ea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11184 | 2024.08.06 04:05:12.154280 [ 3 ] {} <Trace> HTTP-Session: 1f0d37e7-c898-44e8-90a6-42ca49036ea6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11185 | 2024.08.06 04:05:12.154423 [ 3 ] {336cd151-5ed0-4c2d-806a-6509ff5d6d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11186 | 2024.08.06 04:05:12.154469 [ 3 ] {336cd151-5ed0-4c2d-806a-6509ff5d6d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11187 | 2024.08.06 04:05:12.154609 [ 3 ] {336cd151-5ed0-4c2d-806a-6509ff5d6d58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11188 | 2024.08.06 04:05:12.155068 [ 3 ] {336cd151-5ed0-4c2d-806a-6509ff5d6d58} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11189 | 2024.08.06 04:05:12.155103 [ 3 ] {336cd151-5ed0-4c2d-806a-6509ff5d6d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11190 | 2024.08.06 04:05:12.155479 [ 3 ] {336cd151-5ed0-4c2d-806a-6509ff5d6d58} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11191 | 2024.08.06 04:05:12.155826 [ 3 ] {336cd151-5ed0-4c2d-806a-6509ff5d6d58} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11192 | 2024.08.06 04:05:12.155955 [ 3 ] {336cd151-5ed0-4c2d-806a-6509ff5d6d58} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001597 sec., 100814.02629931121 rows/sec., 7.02 MiB/sec. | ||
11193 | 2024.08.06 04:05:12.156121 [ 3 ] {336cd151-5ed0-4c2d-806a-6509ff5d6d58} <Debug> DynamicQueryHandler: Done processing query | ||
11194 | 2024.08.06 04:05:12.156146 [ 3 ] {336cd151-5ed0-4c2d-806a-6509ff5d6d58} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11195 | 2024.08.06 04:05:12.156162 [ 3 ] {} <Debug> HTTP-Session: 1f0d37e7-c898-44e8-90a6-42ca49036ea6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11196 | 2024.08.06 04:05:12.156329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11197 | 2024.08.06 04:05:12.156378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11198 | 2024.08.06 04:05:12.156399 [ 3 ] {} <Debug> HTTP-Session: 1f43fcaa-2fb4-4266-acc8-0d5fa8344c4f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11199 | 2024.08.06 04:05:12.156415 [ 3 ] {} <Debug> HTTP-Session: 1f43fcaa-2fb4-4266-acc8-0d5fa8344c4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11200 | 2024.08.06 04:05:12.156429 [ 3 ] {} <Debug> HTTP-Session: 1f43fcaa-2fb4-4266-acc8-0d5fa8344c4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11201 | 2024.08.06 04:05:12.156460 [ 3 ] {} <Trace> HTTP-Session: 1f43fcaa-2fb4-4266-acc8-0d5fa8344c4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11202 | 2024.08.06 04:05:12.156725 [ 3 ] {cd5f2cf9-2bfc-459f-ac97-2145d4ee7ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11203 | 2024.08.06 04:05:12.156789 [ 3 ] {cd5f2cf9-2bfc-459f-ac97-2145d4ee7ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11204 | 2024.08.06 04:05:12.157209 [ 3 ] {cd5f2cf9-2bfc-459f-ac97-2145d4ee7ca4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11205 | 2024.08.06 04:05:12.157829 [ 3 ] {cd5f2cf9-2bfc-459f-ac97-2145d4ee7ca4} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11206 | 2024.08.06 04:05:12.157865 [ 3 ] {cd5f2cf9-2bfc-459f-ac97-2145d4ee7ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11207 | 2024.08.06 04:05:12.158468 [ 3 ] {cd5f2cf9-2bfc-459f-ac97-2145d4ee7ca4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11208 | 2024.08.06 04:05:12.158889 [ 3 ] {cd5f2cf9-2bfc-459f-ac97-2145d4ee7ca4} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11209 | 2024.08.06 04:05:12.159049 [ 3 ] {cd5f2cf9-2bfc-459f-ac97-2145d4ee7ca4} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002506 sec., 8778.930566640063 rows/sec., 15.73 MiB/sec. | ||
11210 | 2024.08.06 04:05:12.159593 [ 3 ] {cd5f2cf9-2bfc-459f-ac97-2145d4ee7ca4} <Debug> DynamicQueryHandler: Done processing query | ||
11211 | 2024.08.06 04:05:12.159620 [ 3 ] {cd5f2cf9-2bfc-459f-ac97-2145d4ee7ca4} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11212 | 2024.08.06 04:05:12.159636 [ 3 ] {} <Debug> HTTP-Session: 1f43fcaa-2fb4-4266-acc8-0d5fa8344c4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11213 | 2024.08.06 04:05:12.159754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11214 | 2024.08.06 04:05:12.159803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11215 | 2024.08.06 04:05:12.159824 [ 3 ] {} <Debug> HTTP-Session: a6ff56b6-3375-46fd-99ca-28fa067875ae Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11216 | 2024.08.06 04:05:12.159840 [ 3 ] {} <Debug> HTTP-Session: a6ff56b6-3375-46fd-99ca-28fa067875ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11217 | 2024.08.06 04:05:12.159854 [ 3 ] {} <Debug> HTTP-Session: a6ff56b6-3375-46fd-99ca-28fa067875ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11218 | 2024.08.06 04:05:12.159885 [ 3 ] {} <Trace> HTTP-Session: a6ff56b6-3375-46fd-99ca-28fa067875ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11219 | 2024.08.06 04:05:12.159990 [ 3 ] {4600324b-5801-4fea-9bb8-eddfeb3f9942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11220 | 2024.08.06 04:05:12.160038 [ 3 ] {4600324b-5801-4fea-9bb8-eddfeb3f9942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11221 | 2024.08.06 04:05:12.160184 [ 3 ] {4600324b-5801-4fea-9bb8-eddfeb3f9942} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11222 | 2024.08.06 04:05:12.160503 [ 3 ] {4600324b-5801-4fea-9bb8-eddfeb3f9942} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11223 | 2024.08.06 04:05:12.160539 [ 3 ] {4600324b-5801-4fea-9bb8-eddfeb3f9942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11224 | 2024.08.06 04:05:12.160899 [ 3 ] {4600324b-5801-4fea-9bb8-eddfeb3f9942} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11225 | 2024.08.06 04:05:12.161230 [ 3 ] {4600324b-5801-4fea-9bb8-eddfeb3f9942} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11226 | 2024.08.06 04:05:12.161363 [ 3 ] {4600324b-5801-4fea-9bb8-eddfeb3f9942} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001402 sec., 16405.135520684737 rows/sec., 887.40 KiB/sec. | ||
11227 | 2024.08.06 04:05:12.161529 [ 3 ] {4600324b-5801-4fea-9bb8-eddfeb3f9942} <Debug> DynamicQueryHandler: Done processing query | ||
11228 | 2024.08.06 04:05:12.161554 [ 3 ] {4600324b-5801-4fea-9bb8-eddfeb3f9942} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11229 | 2024.08.06 04:05:12.161569 [ 3 ] {} <Debug> HTTP-Session: a6ff56b6-3375-46fd-99ca-28fa067875ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11230 | 2024.08.06 04:05:12.161700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11231 | 2024.08.06 04:05:12.161749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11232 | 2024.08.06 04:05:12.161770 [ 3 ] {} <Debug> HTTP-Session: e2e66f0b-887e-4968-859d-a00ac26d40db Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11233 | 2024.08.06 04:05:12.161786 [ 3 ] {} <Debug> HTTP-Session: e2e66f0b-887e-4968-859d-a00ac26d40db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11234 | 2024.08.06 04:05:12.161800 [ 3 ] {} <Debug> HTTP-Session: e2e66f0b-887e-4968-859d-a00ac26d40db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11235 | 2024.08.06 04:05:12.161830 [ 3 ] {} <Trace> HTTP-Session: e2e66f0b-887e-4968-859d-a00ac26d40db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11236 | 2024.08.06 04:05:12.161944 [ 3 ] {8215268e-f3a8-40a4-abe5-07ec7134d81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11237 | 2024.08.06 04:05:12.161988 [ 3 ] {8215268e-f3a8-40a4-abe5-07ec7134d81d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11238 | 2024.08.06 04:05:12.162116 [ 3 ] {8215268e-f3a8-40a4-abe5-07ec7134d81d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11239 | 2024.08.06 04:05:12.162403 [ 3 ] {8215268e-f3a8-40a4-abe5-07ec7134d81d} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11240 | 2024.08.06 04:05:12.162438 [ 3 ] {8215268e-f3a8-40a4-abe5-07ec7134d81d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11241 | 2024.08.06 04:05:12.162795 [ 3 ] {8215268e-f3a8-40a4-abe5-07ec7134d81d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11242 | 2024.08.06 04:05:12.163123 [ 3 ] {8215268e-f3a8-40a4-abe5-07ec7134d81d} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11243 | 2024.08.06 04:05:12.163247 [ 3 ] {8215268e-f3a8-40a4-abe5-07ec7134d81d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
11244 | 2024.08.06 04:05:12.163398 [ 3 ] {8215268e-f3a8-40a4-abe5-07ec7134d81d} <Debug> DynamicQueryHandler: Done processing query | ||
11245 | 2024.08.06 04:05:12.163423 [ 3 ] {8215268e-f3a8-40a4-abe5-07ec7134d81d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11246 | 2024.08.06 04:05:12.163438 [ 3 ] {} <Debug> HTTP-Session: e2e66f0b-887e-4968-859d-a00ac26d40db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11247 | 2024.08.06 04:05:17.126437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11248 | 2024.08.06 04:05:17.126560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11249 | 2024.08.06 04:05:17.126587 [ 3 ] {} <Debug> HTTP-Session: b5e4a194-7bd0-4dc9-8ce9-8c1f5bb9f9b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11250 | 2024.08.06 04:05:17.126611 [ 3 ] {} <Debug> HTTP-Session: b5e4a194-7bd0-4dc9-8ce9-8c1f5bb9f9b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11251 | 2024.08.06 04:05:17.126625 [ 3 ] {} <Debug> HTTP-Session: b5e4a194-7bd0-4dc9-8ce9-8c1f5bb9f9b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11252 | 2024.08.06 04:05:17.126674 [ 3 ] {} <Trace> HTTP-Session: b5e4a194-7bd0-4dc9-8ce9-8c1f5bb9f9b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11253 | 2024.08.06 04:05:17.126854 [ 3 ] {bff4fbb0-0ad4-4477-a5a6-5a34a9f7b7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11254 | 2024.08.06 04:05:17.126918 [ 3 ] {bff4fbb0-0ad4-4477-a5a6-5a34a9f7b7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11255 | 2024.08.06 04:05:17.127112 [ 3 ] {bff4fbb0-0ad4-4477-a5a6-5a34a9f7b7a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11256 | 2024.08.06 04:05:17.127528 [ 3 ] {bff4fbb0-0ad4-4477-a5a6-5a34a9f7b7a1} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11257 | 2024.08.06 04:05:17.127566 [ 3 ] {bff4fbb0-0ad4-4477-a5a6-5a34a9f7b7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11258 | 2024.08.06 04:05:17.127953 [ 3 ] {bff4fbb0-0ad4-4477-a5a6-5a34a9f7b7a1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11259 | 2024.08.06 04:05:17.128300 [ 3 ] {bff4fbb0-0ad4-4477-a5a6-5a34a9f7b7a1} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11260 | 2024.08.06 04:05:17.128443 [ 3 ] {bff4fbb0-0ad4-4477-a5a6-5a34a9f7b7a1} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001644 sec., 6690.997566909976 rows/sec., 542.34 KiB/sec. | ||
11261 | 2024.08.06 04:05:17.128637 [ 3 ] {bff4fbb0-0ad4-4477-a5a6-5a34a9f7b7a1} <Debug> DynamicQueryHandler: Done processing query | ||
11262 | 2024.08.06 04:05:17.128664 [ 3 ] {bff4fbb0-0ad4-4477-a5a6-5a34a9f7b7a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11263 | 2024.08.06 04:05:17.128680 [ 3 ] {} <Debug> HTTP-Session: b5e4a194-7bd0-4dc9-8ce9-8c1f5bb9f9b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11264 | 2024.08.06 04:05:17.128831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11265 | 2024.08.06 04:05:17.128881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11266 | 2024.08.06 04:05:17.128902 [ 3 ] {} <Debug> HTTP-Session: 868902f8-64cd-4df0-91b3-54f1f54dad4e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11267 | 2024.08.06 04:05:17.128918 [ 3 ] {} <Debug> HTTP-Session: 868902f8-64cd-4df0-91b3-54f1f54dad4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11268 | 2024.08.06 04:05:17.128932 [ 3 ] {} <Debug> HTTP-Session: 868902f8-64cd-4df0-91b3-54f1f54dad4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11269 | 2024.08.06 04:05:17.128965 [ 3 ] {} <Trace> HTTP-Session: 868902f8-64cd-4df0-91b3-54f1f54dad4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11270 | 2024.08.06 04:05:17.129062 [ 3 ] {16814466-ff72-4e78-bd9b-a93a55706c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11271 | 2024.08.06 04:05:17.129106 [ 3 ] {16814466-ff72-4e78-bd9b-a93a55706c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11272 | 2024.08.06 04:05:17.129234 [ 3 ] {16814466-ff72-4e78-bd9b-a93a55706c27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11273 | 2024.08.06 04:05:17.129515 [ 3 ] {16814466-ff72-4e78-bd9b-a93a55706c27} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11274 | 2024.08.06 04:05:17.129551 [ 3 ] {16814466-ff72-4e78-bd9b-a93a55706c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11275 | 2024.08.06 04:05:17.129855 [ 3 ] {16814466-ff72-4e78-bd9b-a93a55706c27} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
11276 | 2024.08.06 04:05:17.130167 [ 3 ] {16814466-ff72-4e78-bd9b-a93a55706c27} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11277 | 2024.08.06 04:05:17.130291 [ 3 ] {16814466-ff72-4e78-bd9b-a93a55706c27} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001252 sec., 3194.8881789137376 rows/sec., 260.52 KiB/sec. | ||
11278 | 2024.08.06 04:05:17.130438 [ 3 ] {16814466-ff72-4e78-bd9b-a93a55706c27} <Debug> DynamicQueryHandler: Done processing query | ||
11279 | 2024.08.06 04:05:17.130464 [ 3 ] {16814466-ff72-4e78-bd9b-a93a55706c27} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11280 | 2024.08.06 04:05:17.130479 [ 3 ] {} <Debug> HTTP-Session: 868902f8-64cd-4df0-91b3-54f1f54dad4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11281 | 2024.08.06 04:05:17.130619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17974, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11282 | 2024.08.06 04:05:17.130667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11283 | 2024.08.06 04:05:17.130688 [ 3 ] {} <Debug> HTTP-Session: 103eddf8-fa82-4ffb-be3e-94240c2e96e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11284 | 2024.08.06 04:05:17.130704 [ 3 ] {} <Debug> HTTP-Session: 103eddf8-fa82-4ffb-be3e-94240c2e96e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11285 | 2024.08.06 04:05:17.130717 [ 3 ] {} <Debug> HTTP-Session: 103eddf8-fa82-4ffb-be3e-94240c2e96e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11286 | 2024.08.06 04:05:17.130748 [ 3 ] {} <Trace> HTTP-Session: 103eddf8-fa82-4ffb-be3e-94240c2e96e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11287 | 2024.08.06 04:05:17.130877 [ 3 ] {15713104-283f-45b9-aab9-881c151d9951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11288 | 2024.08.06 04:05:17.130920 [ 3 ] {15713104-283f-45b9-aab9-881c151d9951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11289 | 2024.08.06 04:05:17.131041 [ 3 ] {15713104-283f-45b9-aab9-881c151d9951} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11290 | 2024.08.06 04:05:17.131501 [ 3 ] {15713104-283f-45b9-aab9-881c151d9951} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11291 | 2024.08.06 04:05:17.131537 [ 3 ] {15713104-283f-45b9-aab9-881c151d9951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11292 | 2024.08.06 04:05:17.131856 [ 3 ] {15713104-283f-45b9-aab9-881c151d9951} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11293 | 2024.08.06 04:05:17.132167 [ 3 ] {15713104-283f-45b9-aab9-881c151d9951} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11294 | 2024.08.06 04:05:17.132304 [ 3 ] {15713104-283f-45b9-aab9-881c151d9951} <Debug> executeQuery: Read 127 rows, 10.28 KiB in 0.001483 sec., 85637.22184760621 rows/sec., 6.77 MiB/sec. | ||
11295 | 2024.08.06 04:05:17.132366 [ 118 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11296 | 2024.08.06 04:05:17.132461 [ 118 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11297 | 2024.08.06 04:05:17.132495 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11298 | 2024.08.06 04:05:17.132549 [ 3 ] {15713104-283f-45b9-aab9-881c151d9951} <Debug> DynamicQueryHandler: Done processing query | ||
11299 | 2024.08.06 04:05:17.132617 [ 3 ] {15713104-283f-45b9-aab9-881c151d9951} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11300 | 2024.08.06 04:05:17.132670 [ 3 ] {} <Debug> HTTP-Session: 103eddf8-fa82-4ffb-be3e-94240c2e96e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11301 | 2024.08.06 04:05:17.132759 [ 193 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
11302 | 2024.08.06 04:05:17.132863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11303 | 2024.08.06 04:05:17.132969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11304 | 2024.08.06 04:05:17.133032 [ 3 ] {} <Debug> HTTP-Session: 8c00cb11-2064-492a-8bf5-06f2f1098026 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11305 | 2024.08.06 04:05:17.133086 [ 3 ] {} <Debug> HTTP-Session: 8c00cb11-2064-492a-8bf5-06f2f1098026 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11306 | 2024.08.06 04:05:17.133109 [ 193 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11307 | 2024.08.06 04:05:17.133118 [ 3 ] {} <Debug> HTTP-Session: 8c00cb11-2064-492a-8bf5-06f2f1098026 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11308 | 2024.08.06 04:05:17.133173 [ 193 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 304 rows starting from the beginning of the part | ||
11309 | 2024.08.06 04:05:17.133190 [ 3 ] {} <Trace> HTTP-Session: 8c00cb11-2064-492a-8bf5-06f2f1098026 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11310 | 2024.08.06 04:05:17.133367 [ 193 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 89 rows starting from the beginning of the part | ||
11311 | 2024.08.06 04:05:17.133456 [ 3 ] {8f5879c3-d49c-4dd7-848a-07a49d222fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11312 | 2024.08.06 04:05:17.133645 [ 3 ] {8f5879c3-d49c-4dd7-848a-07a49d222fbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11313 | 2024.08.06 04:05:17.133790 [ 193 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 227 rows starting from the beginning of the part | ||
11314 | 2024.08.06 04:05:17.134120 [ 193 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 91 rows starting from the beginning of the part | ||
11315 | 2024.08.06 04:05:17.134465 [ 193 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 228 rows starting from the beginning of the part | ||
11316 | 2024.08.06 04:05:17.134841 [ 193 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 127 rows starting from the beginning of the part | ||
11317 | 2024.08.06 04:05:17.134847 [ 3 ] {8f5879c3-d49c-4dd7-848a-07a49d222fbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11318 | 2024.08.06 04:05:17.135772 [ 3 ] {8f5879c3-d49c-4dd7-848a-07a49d222fbf} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11319 | 2024.08.06 04:05:17.135841 [ 3 ] {8f5879c3-d49c-4dd7-848a-07a49d222fbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11320 | 2024.08.06 04:05:17.136652 [ 3 ] {8f5879c3-d49c-4dd7-848a-07a49d222fbf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
11321 | 2024.08.06 04:05:17.137425 [ 3 ] {8f5879c3-d49c-4dd7-848a-07a49d222fbf} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11322 | 2024.08.06 04:05:17.137604 [ 193 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1066 rows, containing 4 columns (4 merged, 0 gathered) in 0.005012258 sec., 212678.59715122404 rows/sec., 18.11 MiB/sec. | ||
11323 | 2024.08.06 04:05:17.137775 [ 3 ] {8f5879c3-d49c-4dd7-848a-07a49d222fbf} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004429 sec., 903.1384059607135 rows/sec., 63.06 KiB/sec. | ||
11324 | 2024.08.06 04:05:17.137983 [ 187 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11325 | 2024.08.06 04:05:17.138278 [ 3 ] {8f5879c3-d49c-4dd7-848a-07a49d222fbf} <Debug> DynamicQueryHandler: Done processing query | ||
11326 | 2024.08.06 04:05:17.138316 [ 3 ] {8f5879c3-d49c-4dd7-848a-07a49d222fbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11327 | 2024.08.06 04:05:17.138339 [ 3 ] {} <Debug> HTTP-Session: 8c00cb11-2064-492a-8bf5-06f2f1098026 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11328 | 2024.08.06 04:05:17.138528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11329 | 2024.08.06 04:05:17.138621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11330 | 2024.08.06 04:05:17.138659 [ 3 ] {} <Debug> HTTP-Session: 6fcbd939-2157-4d13-b369-6aa83b1bdb9f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11331 | 2024.08.06 04:05:17.138684 [ 3 ] {} <Debug> HTTP-Session: 6fcbd939-2157-4d13-b369-6aa83b1bdb9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11332 | 2024.08.06 04:05:17.138714 [ 3 ] {} <Debug> HTTP-Session: 6fcbd939-2157-4d13-b369-6aa83b1bdb9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11333 | 2024.08.06 04:05:17.138757 [ 3 ] {} <Trace> HTTP-Session: 6fcbd939-2157-4d13-b369-6aa83b1bdb9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11334 | 2024.08.06 04:05:17.138861 [ 187 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_61_12} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11335 | 2024.08.06 04:05:17.139008 [ 3 ] {24902da7-061a-4d8a-b08e-ec6508651ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11336 | 2024.08.06 04:05:17.139060 [ 187 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_61_12} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11337 | 2024.08.06 04:05:17.139088 [ 3 ] {24902da7-061a-4d8a-b08e-ec6508651ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11338 | 2024.08.06 04:05:17.139287 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
11339 | 2024.08.06 04:05:17.139443 [ 3 ] {24902da7-061a-4d8a-b08e-ec6508651ea6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11340 | 2024.08.06 04:05:17.139900 [ 3 ] {24902da7-061a-4d8a-b08e-ec6508651ea6} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11341 | 2024.08.06 04:05:17.139946 [ 3 ] {24902da7-061a-4d8a-b08e-ec6508651ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11342 | 2024.08.06 04:05:17.140298 [ 3 ] {24902da7-061a-4d8a-b08e-ec6508651ea6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11343 | 2024.08.06 04:05:17.140611 [ 3 ] {24902da7-061a-4d8a-b08e-ec6508651ea6} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11344 | 2024.08.06 04:05:17.140761 [ 3 ] {24902da7-061a-4d8a-b08e-ec6508651ea6} <Debug> executeQuery: Read 103 rows, 8.22 KiB in 0.001858 sec., 55435.95263724434 rows/sec., 4.32 MiB/sec. | ||
11345 | 2024.08.06 04:05:17.140779 [ 118 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11346 | 2024.08.06 04:05:17.140871 [ 118 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11347 | 2024.08.06 04:05:17.140933 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11348 | 2024.08.06 04:05:17.141012 [ 3 ] {24902da7-061a-4d8a-b08e-ec6508651ea6} <Debug> DynamicQueryHandler: Done processing query | ||
11349 | 2024.08.06 04:05:17.141071 [ 3 ] {24902da7-061a-4d8a-b08e-ec6508651ea6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11350 | 2024.08.06 04:05:17.141128 [ 3 ] {} <Debug> HTTP-Session: 6fcbd939-2157-4d13-b369-6aa83b1bdb9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11351 | 2024.08.06 04:05:17.141191 [ 189 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
11352 | 2024.08.06 04:05:17.141335 [ 189 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11353 | 2024.08.06 04:05:17.141367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11354 | 2024.08.06 04:05:17.141388 [ 189 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 473 rows starting from the beginning of the part | ||
11355 | 2024.08.06 04:05:17.141461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11356 | 2024.08.06 04:05:17.141572 [ 3 ] {} <Debug> HTTP-Session: 06078918-4a02-4140-b0b1-383a55753174 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11357 | 2024.08.06 04:05:17.141620 [ 189 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 75 rows starting from the beginning of the part | ||
11358 | 2024.08.06 04:05:17.141640 [ 3 ] {} <Debug> HTTP-Session: 06078918-4a02-4140-b0b1-383a55753174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11359 | 2024.08.06 04:05:17.141712 [ 3 ] {} <Debug> HTTP-Session: 06078918-4a02-4140-b0b1-383a55753174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11360 | 2024.08.06 04:05:17.141849 [ 3 ] {} <Trace> HTTP-Session: 06078918-4a02-4140-b0b1-383a55753174 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11361 | 2024.08.06 04:05:17.141874 [ 189 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 404 rows starting from the beginning of the part | ||
11362 | 2024.08.06 04:05:17.142133 [ 189 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 79 rows starting from the beginning of the part | ||
11363 | 2024.08.06 04:05:17.142254 [ 3 ] {47bb8c00-59c8-4d29-92f3-cb6a4f440a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11364 | 2024.08.06 04:05:17.142364 [ 189 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 406 rows starting from the beginning of the part | ||
11365 | 2024.08.06 04:05:17.142456 [ 3 ] {47bb8c00-59c8-4d29-92f3-cb6a4f440a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11366 | 2024.08.06 04:05:17.142669 [ 189 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 103 rows starting from the beginning of the part | ||
11367 | 2024.08.06 04:05:17.143675 [ 3 ] {47bb8c00-59c8-4d29-92f3-cb6a4f440a2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11368 | 2024.08.06 04:05:17.144654 [ 3 ] {47bb8c00-59c8-4d29-92f3-cb6a4f440a2b} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11369 | 2024.08.06 04:05:17.144731 [ 3 ] {47bb8c00-59c8-4d29-92f3-cb6a4f440a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11370 | 2024.08.06 04:05:17.145607 [ 3 ] {47bb8c00-59c8-4d29-92f3-cb6a4f440a2b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11371 | 2024.08.06 04:05:17.145652 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1540 rows, containing 4 columns (4 merged, 0 gathered) in 0.004611429 sec., 333952.8809833134 rows/sec., 24.13 MiB/sec. | ||
11372 | 2024.08.06 04:05:17.145898 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11373 | 2024.08.06 04:05:17.146498 [ 3 ] {47bb8c00-59c8-4d29-92f3-cb6a4f440a2b} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11374 | 2024.08.06 04:05:17.146810 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11375 | 2024.08.06 04:05:17.146825 [ 3 ] {47bb8c00-59c8-4d29-92f3-cb6a4f440a2b} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.004748 sec., 41701.76916596462 rows/sec., 2.91 MiB/sec. | ||
11376 | 2024.08.06 04:05:17.146862 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_61_12} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11377 | 2024.08.06 04:05:17.146902 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11378 | 2024.08.06 04:05:17.147026 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11379 | 2024.08.06 04:05:17.147245 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_61_12} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11380 | 2024.08.06 04:05:17.147376 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
11381 | 2024.08.06 04:05:17.147438 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
11382 | 2024.08.06 04:05:17.147453 [ 3 ] {47bb8c00-59c8-4d29-92f3-cb6a4f440a2b} <Debug> DynamicQueryHandler: Done processing query | ||
11383 | 2024.08.06 04:05:17.147513 [ 3 ] {47bb8c00-59c8-4d29-92f3-cb6a4f440a2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11384 | 2024.08.06 04:05:17.147554 [ 3 ] {} <Debug> HTTP-Session: 06078918-4a02-4140-b0b1-383a55753174 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11385 | 2024.08.06 04:05:17.147663 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11386 | 2024.08.06 04:05:17.147702 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 9422 rows starting from the beginning of the part | ||
11387 | 2024.08.06 04:05:17.147758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17717, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11388 | 2024.08.06 04:05:17.147872 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
11389 | 2024.08.06 04:05:17.147944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11390 | 2024.08.06 04:05:17.148052 [ 3 ] {} <Debug> HTTP-Session: 7c587958-8a68-424b-b1af-0e70a251336a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11391 | 2024.08.06 04:05:17.148132 [ 3 ] {} <Debug> HTTP-Session: 7c587958-8a68-424b-b1af-0e70a251336a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11392 | 2024.08.06 04:05:17.148201 [ 3 ] {} <Debug> HTTP-Session: 7c587958-8a68-424b-b1af-0e70a251336a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11393 | 2024.08.06 04:05:17.148213 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
11394 | 2024.08.06 04:05:17.148321 [ 3 ] {} <Trace> HTTP-Session: 7c587958-8a68-424b-b1af-0e70a251336a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11395 | 2024.08.06 04:05:17.148560 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 162 rows starting from the beginning of the part | ||
11396 | 2024.08.06 04:05:17.148684 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 161 rows starting from the beginning of the part | ||
11397 | 2024.08.06 04:05:17.148933 [ 3 ] {a4e399a1-2f98-4db4-b9ba-aa74636a4085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11398 | 2024.08.06 04:05:17.148992 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 198 rows starting from the beginning of the part | ||
11399 | 2024.08.06 04:05:17.149395 [ 3 ] {a4e399a1-2f98-4db4-b9ba-aa74636a4085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11400 | 2024.08.06 04:05:17.150782 [ 3 ] {a4e399a1-2f98-4db4-b9ba-aa74636a4085} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11401 | 2024.08.06 04:05:17.152306 [ 3 ] {a4e399a1-2f98-4db4-b9ba-aa74636a4085} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11402 | 2024.08.06 04:05:17.152373 [ 3 ] {a4e399a1-2f98-4db4-b9ba-aa74636a4085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11403 | 2024.08.06 04:05:17.153337 [ 3 ] {a4e399a1-2f98-4db4-b9ba-aa74636a4085} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11404 | 2024.08.06 04:05:17.153893 [ 3 ] {a4e399a1-2f98-4db4-b9ba-aa74636a4085} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11405 | 2024.08.06 04:05:17.154092 [ 118 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
11406 | 2024.08.06 04:05:17.154112 [ 3 ] {a4e399a1-2f98-4db4-b9ba-aa74636a4085} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.005542 sec., 1984.8430169613857 rows/sec., 3.56 MiB/sec. | ||
11407 | 2024.08.06 04:05:17.154168 [ 118 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11408 | 2024.08.06 04:05:17.154239 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11409 | 2024.08.06 04:05:17.154593 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
11410 | 2024.08.06 04:05:17.155183 [ 3 ] {a4e399a1-2f98-4db4-b9ba-aa74636a4085} <Debug> DynamicQueryHandler: Done processing query | ||
11411 | 2024.08.06 04:05:17.155292 [ 3 ] {a4e399a1-2f98-4db4-b9ba-aa74636a4085} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
11412 | 2024.08.06 04:05:17.155396 [ 3 ] {} <Debug> HTTP-Session: 7c587958-8a68-424b-b1af-0e70a251336a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11413 | 2024.08.06 04:05:17.155406 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10263 rows, containing 5 columns (5 merged, 0 gathered) in 0.008214534 sec., 1249370.9320577404 rows/sec., 87.06 MiB/sec. | ||
11414 | 2024.08.06 04:05:17.155707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11415 | 2024.08.06 04:05:17.155802 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11416 | 2024.08.06 04:05:17.155922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11417 | 2024.08.06 04:05:17.156043 [ 3 ] {} <Debug> HTTP-Session: 22f2ea30-0621-4efd-97b6-b6aff9e10e2f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11418 | 2024.08.06 04:05:17.156101 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11419 | 2024.08.06 04:05:17.156117 [ 3 ] {} <Debug> HTTP-Session: 22f2ea30-0621-4efd-97b6-b6aff9e10e2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11420 | 2024.08.06 04:05:17.156209 [ 3 ] {} <Debug> HTTP-Session: 22f2ea30-0621-4efd-97b6-b6aff9e10e2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11421 | 2024.08.06 04:05:17.156362 [ 3 ] {} <Trace> HTTP-Session: 22f2ea30-0621-4efd-97b6-b6aff9e10e2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11422 | 2024.08.06 04:05:17.156361 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 769 rows starting from the beginning of the part | ||
11423 | 2024.08.06 04:05:17.157007 [ 3 ] {d603e179-3837-4ead-8734-27dc5e8241d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11424 | 2024.08.06 04:05:17.157328 [ 3 ] {d603e179-3837-4ead-8734-27dc5e8241d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11425 | 2024.08.06 04:05:17.157857 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11426 | 2024.08.06 04:05:17.157926 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 11 rows starting from the beginning of the part | ||
11427 | 2024.08.06 04:05:17.158206 [ 195 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11428 | 2024.08.06 04:05:17.158493 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
11429 | 2024.08.06 04:05:17.158971 [ 3 ] {d603e179-3837-4ead-8734-27dc5e8241d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11430 | 2024.08.06 04:05:17.159113 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 22 rows starting from the beginning of the part | ||
11431 | 2024.08.06 04:05:17.159715 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 11 rows starting from the beginning of the part | ||
11432 | 2024.08.06 04:05:17.160170 [ 3 ] {d603e179-3837-4ead-8734-27dc5e8241d9} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11433 | 2024.08.06 04:05:17.160280 [ 3 ] {d603e179-3837-4ead-8734-27dc5e8241d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11434 | 2024.08.06 04:05:17.160374 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 22 rows starting from the beginning of the part | ||
11435 | 2024.08.06 04:05:17.161050 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 11 rows starting from the beginning of the part | ||
11436 | 2024.08.06 04:05:17.161835 [ 3 ] {d603e179-3837-4ead-8734-27dc5e8241d9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11437 | 2024.08.06 04:05:17.162698 [ 3 ] {d603e179-3837-4ead-8734-27dc5e8241d9} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11438 | 2024.08.06 04:05:17.163068 [ 118 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11439 | 2024.08.06 04:05:17.163078 [ 3 ] {d603e179-3837-4ead-8734-27dc5e8241d9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006353 sec., 9444.356996694474 rows/sec., 651.76 KiB/sec. | ||
11440 | 2024.08.06 04:05:17.163138 [ 118 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11441 | 2024.08.06 04:05:17.163225 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11442 | 2024.08.06 04:05:17.163516 [ 3 ] {d603e179-3837-4ead-8734-27dc5e8241d9} <Debug> DynamicQueryHandler: Done processing query | ||
11443 | 2024.08.06 04:05:17.163585 [ 3 ] {d603e179-3837-4ead-8734-27dc5e8241d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11444 | 2024.08.06 04:05:17.163587 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
11445 | 2024.08.06 04:05:17.163624 [ 3 ] {} <Debug> HTTP-Session: 22f2ea30-0621-4efd-97b6-b6aff9e10e2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11446 | 2024.08.06 04:05:17.164021 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11447 | 2024.08.06 04:05:17.164110 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3336 rows starting from the beginning of the part | ||
11448 | 2024.08.06 04:05:17.164430 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
11449 | 2024.08.06 04:05:17.164740 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
11450 | 2024.08.06 04:05:17.165066 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
11451 | 2024.08.06 04:05:17.165377 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
11452 | 2024.08.06 04:05:17.165636 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
11453 | 2024.08.06 04:05:17.169410 [ 190 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3636 rows, containing 4 columns (4 merged, 0 gathered) in 0.006066323 sec., 599374.6129245014 rows/sec., 40.41 MiB/sec. | ||
11454 | 2024.08.06 04:05:17.169711 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11455 | 2024.08.06 04:05:17.170262 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_61_12} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11456 | 2024.08.06 04:05:17.170366 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_61_12} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11457 | 2024.08.06 04:05:17.170453 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
11458 | 2024.08.06 04:05:17.173404 [ 188 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 846 rows, containing 19 columns (19 merged, 0 gathered) in 0.019027808 sec., 44461.243249879335 rows/sec., 79.67 MiB/sec. | ||
11459 | 2024.08.06 04:05:17.174404 [ 188 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
11460 | 2024.08.06 04:05:17.175030 [ 188 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11461 | 2024.08.06 04:05:17.175115 [ 188 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
11462 | 2024.08.06 04:05:17.175270 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. | ||
11463 | 2024.08.06 04:05:21.018996 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11464 | 2024.08.06 04:05:21.019071 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11465 | 2024.08.06 04:05:22.130212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11466 | 2024.08.06 04:05:22.130346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11467 | 2024.08.06 04:05:22.130375 [ 3 ] {} <Debug> HTTP-Session: 0078bca6-e13d-48e8-8451-2c4b3d9a5b4f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11468 | 2024.08.06 04:05:22.130404 [ 3 ] {} <Debug> HTTP-Session: 0078bca6-e13d-48e8-8451-2c4b3d9a5b4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11469 | 2024.08.06 04:05:22.130421 [ 3 ] {} <Debug> HTTP-Session: 0078bca6-e13d-48e8-8451-2c4b3d9a5b4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11470 | 2024.08.06 04:05:22.130477 [ 3 ] {} <Trace> HTTP-Session: 0078bca6-e13d-48e8-8451-2c4b3d9a5b4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11471 | 2024.08.06 04:05:22.130693 [ 3 ] {be68f874-c699-45a6-96aa-bd402c013f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11472 | 2024.08.06 04:05:22.130768 [ 3 ] {be68f874-c699-45a6-96aa-bd402c013f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11473 | 2024.08.06 04:05:22.130979 [ 3 ] {be68f874-c699-45a6-96aa-bd402c013f10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11474 | 2024.08.06 04:05:22.131414 [ 3 ] {be68f874-c699-45a6-96aa-bd402c013f10} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11475 | 2024.08.06 04:05:22.131456 [ 3 ] {be68f874-c699-45a6-96aa-bd402c013f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11476 | 2024.08.06 04:05:22.131825 [ 3 ] {be68f874-c699-45a6-96aa-bd402c013f10} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11477 | 2024.08.06 04:05:22.132172 [ 3 ] {be68f874-c699-45a6-96aa-bd402c013f10} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11478 | 2024.08.06 04:05:22.132333 [ 3 ] {be68f874-c699-45a6-96aa-bd402c013f10} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001711 sec., 16364.699006428988 rows/sec., 1.21 MiB/sec. | ||
11479 | 2024.08.06 04:05:22.132669 [ 3 ] {be68f874-c699-45a6-96aa-bd402c013f10} <Debug> DynamicQueryHandler: Done processing query | ||
11480 | 2024.08.06 04:05:22.132741 [ 3 ] {be68f874-c699-45a6-96aa-bd402c013f10} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11481 | 2024.08.06 04:05:22.132808 [ 3 ] {} <Debug> HTTP-Session: 0078bca6-e13d-48e8-8451-2c4b3d9a5b4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11482 | 2024.08.06 04:05:22.133055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11483 | 2024.08.06 04:05:22.133110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11484 | 2024.08.06 04:05:22.133130 [ 3 ] {} <Debug> HTTP-Session: 18df9934-af0c-48de-bfb5-a36d0649c426 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11485 | 2024.08.06 04:05:22.133148 [ 3 ] {} <Debug> HTTP-Session: 18df9934-af0c-48de-bfb5-a36d0649c426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11486 | 2024.08.06 04:05:22.133162 [ 3 ] {} <Debug> HTTP-Session: 18df9934-af0c-48de-bfb5-a36d0649c426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11487 | 2024.08.06 04:05:22.133196 [ 3 ] {} <Trace> HTTP-Session: 18df9934-af0c-48de-bfb5-a36d0649c426 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11488 | 2024.08.06 04:05:22.133297 [ 3 ] {3bda6299-3f23-4982-9706-65b7059b2ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11489 | 2024.08.06 04:05:22.133345 [ 3 ] {3bda6299-3f23-4982-9706-65b7059b2ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11490 | 2024.08.06 04:05:22.133498 [ 3 ] {3bda6299-3f23-4982-9706-65b7059b2ce9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11491 | 2024.08.06 04:05:22.133787 [ 3 ] {3bda6299-3f23-4982-9706-65b7059b2ce9} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11492 | 2024.08.06 04:05:22.133825 [ 3 ] {3bda6299-3f23-4982-9706-65b7059b2ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11493 | 2024.08.06 04:05:22.134127 [ 3 ] {3bda6299-3f23-4982-9706-65b7059b2ce9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
11494 | 2024.08.06 04:05:22.134440 [ 3 ] {3bda6299-3f23-4982-9706-65b7059b2ce9} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11495 | 2024.08.06 04:05:22.134600 [ 3 ] {3bda6299-3f23-4982-9706-65b7059b2ce9} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001324 sec., 3021.1480362537764 rows/sec., 246.35 KiB/sec. | ||
11496 | 2024.08.06 04:05:22.134951 [ 3 ] {3bda6299-3f23-4982-9706-65b7059b2ce9} <Debug> DynamicQueryHandler: Done processing query | ||
11497 | 2024.08.06 04:05:22.134978 [ 3 ] {3bda6299-3f23-4982-9706-65b7059b2ce9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11498 | 2024.08.06 04:05:22.134995 [ 3 ] {} <Debug> HTTP-Session: 18df9934-af0c-48de-bfb5-a36d0649c426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11499 | 2024.08.06 04:05:22.135159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34537, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11500 | 2024.08.06 04:05:22.135210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11501 | 2024.08.06 04:05:22.135229 [ 3 ] {} <Debug> HTTP-Session: ea7e7e52-52c5-45f2-8963-26e21694baff Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11502 | 2024.08.06 04:05:22.135246 [ 3 ] {} <Debug> HTTP-Session: ea7e7e52-52c5-45f2-8963-26e21694baff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11503 | 2024.08.06 04:05:22.135260 [ 3 ] {} <Debug> HTTP-Session: ea7e7e52-52c5-45f2-8963-26e21694baff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11504 | 2024.08.06 04:05:22.135292 [ 3 ] {} <Trace> HTTP-Session: ea7e7e52-52c5-45f2-8963-26e21694baff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11505 | 2024.08.06 04:05:22.135452 [ 3 ] {6de3ab3b-d775-4792-ab16-ae983e35dfc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11506 | 2024.08.06 04:05:22.135496 [ 3 ] {6de3ab3b-d775-4792-ab16-ae983e35dfc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11507 | 2024.08.06 04:05:22.135652 [ 3 ] {6de3ab3b-d775-4792-ab16-ae983e35dfc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11508 | 2024.08.06 04:05:22.136124 [ 3 ] {6de3ab3b-d775-4792-ab16-ae983e35dfc6} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11509 | 2024.08.06 04:05:22.136161 [ 3 ] {6de3ab3b-d775-4792-ab16-ae983e35dfc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11510 | 2024.08.06 04:05:22.136505 [ 3 ] {6de3ab3b-d775-4792-ab16-ae983e35dfc6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11511 | 2024.08.06 04:05:22.136813 [ 3 ] {6de3ab3b-d775-4792-ab16-ae983e35dfc6} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11512 | 2024.08.06 04:05:22.136975 [ 3 ] {6de3ab3b-d775-4792-ab16-ae983e35dfc6} <Debug> executeQuery: Read 229 rows, 20.61 KiB in 0.001592 sec., 143844.22110552763 rows/sec., 12.64 MiB/sec. | ||
11513 | 2024.08.06 04:05:22.137152 [ 3 ] {6de3ab3b-d775-4792-ab16-ae983e35dfc6} <Debug> DynamicQueryHandler: Done processing query | ||
11514 | 2024.08.06 04:05:22.137177 [ 3 ] {6de3ab3b-d775-4792-ab16-ae983e35dfc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
11515 | 2024.08.06 04:05:22.137193 [ 3 ] {} <Debug> HTTP-Session: ea7e7e52-52c5-45f2-8963-26e21694baff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11516 | 2024.08.06 04:05:22.137373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11517 | 2024.08.06 04:05:22.137423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11518 | 2024.08.06 04:05:22.137442 [ 3 ] {} <Debug> HTTP-Session: 6bd01d4f-880c-473f-9006-443b78e3a0b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11519 | 2024.08.06 04:05:22.137459 [ 3 ] {} <Debug> HTTP-Session: 6bd01d4f-880c-473f-9006-443b78e3a0b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11520 | 2024.08.06 04:05:22.137473 [ 3 ] {} <Debug> HTTP-Session: 6bd01d4f-880c-473f-9006-443b78e3a0b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11521 | 2024.08.06 04:05:22.137504 [ 3 ] {} <Trace> HTTP-Session: 6bd01d4f-880c-473f-9006-443b78e3a0b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11522 | 2024.08.06 04:05:22.137597 [ 3 ] {014cce56-9a9d-486e-ac3b-f615601876c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11523 | 2024.08.06 04:05:22.137640 [ 3 ] {014cce56-9a9d-486e-ac3b-f615601876c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11524 | 2024.08.06 04:05:22.137770 [ 3 ] {014cce56-9a9d-486e-ac3b-f615601876c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11525 | 2024.08.06 04:05:22.138039 [ 3 ] {014cce56-9a9d-486e-ac3b-f615601876c2} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11526 | 2024.08.06 04:05:22.138077 [ 3 ] {014cce56-9a9d-486e-ac3b-f615601876c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11527 | 2024.08.06 04:05:22.138374 [ 3 ] {014cce56-9a9d-486e-ac3b-f615601876c2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
11528 | 2024.08.06 04:05:22.138673 [ 3 ] {014cce56-9a9d-486e-ac3b-f615601876c2} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11529 | 2024.08.06 04:05:22.138827 [ 3 ] {014cce56-9a9d-486e-ac3b-f615601876c2} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001253 sec., 3192.3383878691143 rows/sec., 222.90 KiB/sec. | ||
11530 | 2024.08.06 04:05:22.138999 [ 3 ] {014cce56-9a9d-486e-ac3b-f615601876c2} <Debug> DynamicQueryHandler: Done processing query | ||
11531 | 2024.08.06 04:05:22.139023 [ 3 ] {014cce56-9a9d-486e-ac3b-f615601876c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11532 | 2024.08.06 04:05:22.139039 [ 3 ] {} <Debug> HTTP-Session: 6bd01d4f-880c-473f-9006-443b78e3a0b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11533 | 2024.08.06 04:05:22.139214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11534 | 2024.08.06 04:05:22.139263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11535 | 2024.08.06 04:05:22.139283 [ 3 ] {} <Debug> HTTP-Session: 750fa9e8-c273-44fb-8a7c-93dce2742283 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11536 | 2024.08.06 04:05:22.139299 [ 3 ] {} <Debug> HTTP-Session: 750fa9e8-c273-44fb-8a7c-93dce2742283 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11537 | 2024.08.06 04:05:22.139313 [ 3 ] {} <Debug> HTTP-Session: 750fa9e8-c273-44fb-8a7c-93dce2742283 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11538 | 2024.08.06 04:05:22.139344 [ 3 ] {} <Trace> HTTP-Session: 750fa9e8-c273-44fb-8a7c-93dce2742283 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11539 | 2024.08.06 04:05:22.139560 [ 3 ] {662ccdff-7298-432a-b031-aeeb8560370f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11540 | 2024.08.06 04:05:22.139604 [ 3 ] {662ccdff-7298-432a-b031-aeeb8560370f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11541 | 2024.08.06 04:05:22.139735 [ 3 ] {662ccdff-7298-432a-b031-aeeb8560370f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11542 | 2024.08.06 04:05:22.140277 [ 3 ] {662ccdff-7298-432a-b031-aeeb8560370f} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11543 | 2024.08.06 04:05:22.140314 [ 3 ] {662ccdff-7298-432a-b031-aeeb8560370f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11544 | 2024.08.06 04:05:22.140643 [ 3 ] {662ccdff-7298-432a-b031-aeeb8560370f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11545 | 2024.08.06 04:05:22.140951 [ 3 ] {662ccdff-7298-432a-b031-aeeb8560370f} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11546 | 2024.08.06 04:05:22.141111 [ 3 ] {662ccdff-7298-432a-b031-aeeb8560370f} <Debug> executeQuery: Read 408 rows, 29.56 KiB in 0.001658 sec., 246079.61399276237 rows/sec., 17.41 MiB/sec. | ||
11547 | 2024.08.06 04:05:22.141289 [ 3 ] {662ccdff-7298-432a-b031-aeeb8560370f} <Debug> DynamicQueryHandler: Done processing query | ||
11548 | 2024.08.06 04:05:22.141313 [ 3 ] {662ccdff-7298-432a-b031-aeeb8560370f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
11549 | 2024.08.06 04:05:22.141329 [ 3 ] {} <Debug> HTTP-Session: 750fa9e8-c273-44fb-8a7c-93dce2742283 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11550 | 2024.08.06 04:05:22.141501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11551 | 2024.08.06 04:05:22.141551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11552 | 2024.08.06 04:05:22.141570 [ 3 ] {} <Debug> HTTP-Session: 0eceb96e-88cb-4d14-98b6-c0540c621dbd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11553 | 2024.08.06 04:05:22.141587 [ 3 ] {} <Debug> HTTP-Session: 0eceb96e-88cb-4d14-98b6-c0540c621dbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11554 | 2024.08.06 04:05:22.141601 [ 3 ] {} <Debug> HTTP-Session: 0eceb96e-88cb-4d14-98b6-c0540c621dbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11555 | 2024.08.06 04:05:22.141631 [ 3 ] {} <Trace> HTTP-Session: 0eceb96e-88cb-4d14-98b6-c0540c621dbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11556 | 2024.08.06 04:05:22.141734 [ 3 ] {9c48b28c-20dd-42a3-adc3-0633af92152a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11557 | 2024.08.06 04:05:22.141781 [ 3 ] {9c48b28c-20dd-42a3-adc3-0633af92152a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11558 | 2024.08.06 04:05:22.141916 [ 3 ] {9c48b28c-20dd-42a3-adc3-0633af92152a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11559 | 2024.08.06 04:05:22.142182 [ 3 ] {9c48b28c-20dd-42a3-adc3-0633af92152a} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11560 | 2024.08.06 04:05:22.142219 [ 3 ] {9c48b28c-20dd-42a3-adc3-0633af92152a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11561 | 2024.08.06 04:05:22.142573 [ 3 ] {9c48b28c-20dd-42a3-adc3-0633af92152a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11562 | 2024.08.06 04:05:22.142890 [ 3 ] {9c48b28c-20dd-42a3-adc3-0633af92152a} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11563 | 2024.08.06 04:05:22.143055 [ 3 ] {9c48b28c-20dd-42a3-adc3-0633af92152a} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001335 sec., 4494.38202247191 rows/sec., 193.12 KiB/sec. | ||
11564 | 2024.08.06 04:05:22.143376 [ 3 ] {9c48b28c-20dd-42a3-adc3-0633af92152a} <Debug> DynamicQueryHandler: Done processing query | ||
11565 | 2024.08.06 04:05:22.143437 [ 3 ] {9c48b28c-20dd-42a3-adc3-0633af92152a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11566 | 2024.08.06 04:05:22.143470 [ 3 ] {} <Debug> HTTP-Session: 0eceb96e-88cb-4d14-98b6-c0540c621dbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11567 | 2024.08.06 04:05:22.143611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11568 | 2024.08.06 04:05:22.143663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11569 | 2024.08.06 04:05:22.143682 [ 3 ] {} <Debug> HTTP-Session: 4262064f-cd9f-48e0-a58f-a662dde827b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11570 | 2024.08.06 04:05:22.143699 [ 3 ] {} <Debug> HTTP-Session: 4262064f-cd9f-48e0-a58f-a662dde827b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11571 | 2024.08.06 04:05:22.143713 [ 3 ] {} <Debug> HTTP-Session: 4262064f-cd9f-48e0-a58f-a662dde827b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11572 | 2024.08.06 04:05:22.143743 [ 3 ] {} <Trace> HTTP-Session: 4262064f-cd9f-48e0-a58f-a662dde827b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11573 | 2024.08.06 04:05:22.143864 [ 3 ] {4f0946db-93da-4884-b5cd-273633889e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11574 | 2024.08.06 04:05:22.143914 [ 3 ] {4f0946db-93da-4884-b5cd-273633889e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11575 | 2024.08.06 04:05:22.144083 [ 3 ] {4f0946db-93da-4884-b5cd-273633889e22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11576 | 2024.08.06 04:05:22.144407 [ 3 ] {4f0946db-93da-4884-b5cd-273633889e22} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11577 | 2024.08.06 04:05:22.144444 [ 3 ] {4f0946db-93da-4884-b5cd-273633889e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11578 | 2024.08.06 04:05:22.144809 [ 3 ] {4f0946db-93da-4884-b5cd-273633889e22} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11579 | 2024.08.06 04:05:22.145147 [ 3 ] {4f0946db-93da-4884-b5cd-273633889e22} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11580 | 2024.08.06 04:05:22.145303 [ 3 ] {4f0946db-93da-4884-b5cd-273633889e22} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001472 sec., 52309.782608695656 rows/sec., 3.22 MiB/sec. | ||
11581 | 2024.08.06 04:05:22.145616 [ 3 ] {4f0946db-93da-4884-b5cd-273633889e22} <Debug> DynamicQueryHandler: Done processing query | ||
11582 | 2024.08.06 04:05:22.145658 [ 3 ] {4f0946db-93da-4884-b5cd-273633889e22} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11583 | 2024.08.06 04:05:22.145675 [ 3 ] {} <Debug> HTTP-Session: 4262064f-cd9f-48e0-a58f-a662dde827b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11584 | 2024.08.06 04:05:22.145843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11585 | 2024.08.06 04:05:22.145895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11586 | 2024.08.06 04:05:22.145914 [ 3 ] {} <Debug> HTTP-Session: 748b753e-5569-41e4-b1ec-cfb47f43a6b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11587 | 2024.08.06 04:05:22.145931 [ 3 ] {} <Debug> HTTP-Session: 748b753e-5569-41e4-b1ec-cfb47f43a6b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11588 | 2024.08.06 04:05:22.145945 [ 3 ] {} <Debug> HTTP-Session: 748b753e-5569-41e4-b1ec-cfb47f43a6b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11589 | 2024.08.06 04:05:22.145976 [ 3 ] {} <Trace> HTTP-Session: 748b753e-5569-41e4-b1ec-cfb47f43a6b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11590 | 2024.08.06 04:05:22.146116 [ 3 ] {8ab45640-09f3-4b8a-b927-eb35a7e99ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11591 | 2024.08.06 04:05:22.146163 [ 3 ] {8ab45640-09f3-4b8a-b927-eb35a7e99ab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11592 | 2024.08.06 04:05:22.146329 [ 3 ] {8ab45640-09f3-4b8a-b927-eb35a7e99ab0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11593 | 2024.08.06 04:05:22.146717 [ 3 ] {8ab45640-09f3-4b8a-b927-eb35a7e99ab0} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11594 | 2024.08.06 04:05:22.146753 [ 3 ] {8ab45640-09f3-4b8a-b927-eb35a7e99ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11595 | 2024.08.06 04:05:22.147123 [ 3 ] {8ab45640-09f3-4b8a-b927-eb35a7e99ab0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11596 | 2024.08.06 04:05:22.147471 [ 3 ] {8ab45640-09f3-4b8a-b927-eb35a7e99ab0} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11597 | 2024.08.06 04:05:22.147627 [ 3 ] {8ab45640-09f3-4b8a-b927-eb35a7e99ab0} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001564 sec., 103580.56265984655 rows/sec., 7.21 MiB/sec. | ||
11598 | 2024.08.06 04:05:22.147914 [ 3 ] {8ab45640-09f3-4b8a-b927-eb35a7e99ab0} <Debug> DynamicQueryHandler: Done processing query | ||
11599 | 2024.08.06 04:05:22.147967 [ 3 ] {8ab45640-09f3-4b8a-b927-eb35a7e99ab0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11600 | 2024.08.06 04:05:22.148000 [ 3 ] {} <Debug> HTTP-Session: 748b753e-5569-41e4-b1ec-cfb47f43a6b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11601 | 2024.08.06 04:05:22.148172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11602 | 2024.08.06 04:05:22.148221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11603 | 2024.08.06 04:05:22.148240 [ 3 ] {} <Debug> HTTP-Session: acc44927-fa0b-4cd0-ab8c-3a5c72c2a3b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11604 | 2024.08.06 04:05:22.148257 [ 3 ] {} <Debug> HTTP-Session: acc44927-fa0b-4cd0-ab8c-3a5c72c2a3b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11605 | 2024.08.06 04:05:22.148272 [ 3 ] {} <Debug> HTTP-Session: acc44927-fa0b-4cd0-ab8c-3a5c72c2a3b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11606 | 2024.08.06 04:05:22.148303 [ 3 ] {} <Trace> HTTP-Session: acc44927-fa0b-4cd0-ab8c-3a5c72c2a3b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11607 | 2024.08.06 04:05:22.148593 [ 3 ] {87d73338-1909-4c0d-87e3-e52f55f425ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11608 | 2024.08.06 04:05:22.148664 [ 3 ] {87d73338-1909-4c0d-87e3-e52f55f425ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11609 | 2024.08.06 04:05:22.149084 [ 3 ] {87d73338-1909-4c0d-87e3-e52f55f425ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11610 | 2024.08.06 04:05:22.149738 [ 3 ] {87d73338-1909-4c0d-87e3-e52f55f425ce} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11611 | 2024.08.06 04:05:22.149774 [ 3 ] {87d73338-1909-4c0d-87e3-e52f55f425ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11612 | 2024.08.06 04:05:22.150391 [ 3 ] {87d73338-1909-4c0d-87e3-e52f55f425ce} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11613 | 2024.08.06 04:05:22.150795 [ 3 ] {87d73338-1909-4c0d-87e3-e52f55f425ce} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11614 | 2024.08.06 04:05:22.150996 [ 3 ] {87d73338-1909-4c0d-87e3-e52f55f425ce} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002604 sec., 8448.540706605223 rows/sec., 15.14 MiB/sec. | ||
11615 | 2024.08.06 04:05:22.151512 [ 3 ] {87d73338-1909-4c0d-87e3-e52f55f425ce} <Debug> DynamicQueryHandler: Done processing query | ||
11616 | 2024.08.06 04:05:22.151539 [ 3 ] {87d73338-1909-4c0d-87e3-e52f55f425ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11617 | 2024.08.06 04:05:22.151555 [ 3 ] {} <Debug> HTTP-Session: acc44927-fa0b-4cd0-ab8c-3a5c72c2a3b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11618 | 2024.08.06 04:05:22.151723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11619 | 2024.08.06 04:05:22.151774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11620 | 2024.08.06 04:05:22.151793 [ 3 ] {} <Debug> HTTP-Session: 96e1c594-71d7-4a51-b9b6-2148b7ae691e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11621 | 2024.08.06 04:05:22.151810 [ 3 ] {} <Debug> HTTP-Session: 96e1c594-71d7-4a51-b9b6-2148b7ae691e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11622 | 2024.08.06 04:05:22.151824 [ 3 ] {} <Debug> HTTP-Session: 96e1c594-71d7-4a51-b9b6-2148b7ae691e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11623 | 2024.08.06 04:05:22.151854 [ 3 ] {} <Trace> HTTP-Session: 96e1c594-71d7-4a51-b9b6-2148b7ae691e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11624 | 2024.08.06 04:05:22.151960 [ 3 ] {5db43e4b-798b-4e37-a49d-da401e07c503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11625 | 2024.08.06 04:05:22.152008 [ 3 ] {5db43e4b-798b-4e37-a49d-da401e07c503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11626 | 2024.08.06 04:05:22.152159 [ 3 ] {5db43e4b-798b-4e37-a49d-da401e07c503} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11627 | 2024.08.06 04:05:22.152425 [ 3 ] {5db43e4b-798b-4e37-a49d-da401e07c503} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11628 | 2024.08.06 04:05:22.152461 [ 3 ] {5db43e4b-798b-4e37-a49d-da401e07c503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11629 | 2024.08.06 04:05:22.152818 [ 3 ] {5db43e4b-798b-4e37-a49d-da401e07c503} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11630 | 2024.08.06 04:05:22.153144 [ 3 ] {5db43e4b-798b-4e37-a49d-da401e07c503} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11631 | 2024.08.06 04:05:22.153301 [ 3 ] {5db43e4b-798b-4e37-a49d-da401e07c503} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001365 sec., 16849.816849816852 rows/sec., 911.46 KiB/sec. | ||
11632 | 2024.08.06 04:05:22.153304 [ 113 ] {} <Debug> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
11633 | 2024.08.06 04:05:22.153411 [ 113 ] {} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11634 | 2024.08.06 04:05:22.153457 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11635 | 2024.08.06 04:05:22.153552 [ 3 ] {5db43e4b-798b-4e37-a49d-da401e07c503} <Debug> DynamicQueryHandler: Done processing query | ||
11636 | 2024.08.06 04:05:22.153617 [ 3 ] {5db43e4b-798b-4e37-a49d-da401e07c503} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11637 | 2024.08.06 04:05:22.153671 [ 3 ] {} <Debug> HTTP-Session: 96e1c594-71d7-4a51-b9b6-2148b7ae691e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11638 | 2024.08.06 04:05:22.153726 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::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 | ||
11639 | 2024.08.06 04:05:22.153822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11640 | 2024.08.06 04:05:22.153929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11641 | 2024.08.06 04:05:22.153987 [ 3 ] {} <Debug> HTTP-Session: 437a7004-2c05-44f4-943d-0f1bad352d9a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11642 | 2024.08.06 04:05:22.154026 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11643 | 2024.08.06 04:05:22.154034 [ 3 ] {} <Debug> HTTP-Session: 437a7004-2c05-44f4-943d-0f1bad352d9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11644 | 2024.08.06 04:05:22.154094 [ 3 ] {} <Debug> HTTP-Session: 437a7004-2c05-44f4-943d-0f1bad352d9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11645 | 2024.08.06 04:05:22.154100 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 602 rows starting from the beginning of the part | ||
11646 | 2024.08.06 04:05:22.154153 [ 3 ] {} <Trace> HTTP-Session: 437a7004-2c05-44f4-943d-0f1bad352d9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11647 | 2024.08.06 04:05:22.154368 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 23 rows starting from the beginning of the part | ||
11648 | 2024.08.06 04:05:22.154523 [ 3 ] {01073683-b5dc-47e1-bf70-8b455e181e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11649 | 2024.08.06 04:05:22.154680 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 23 rows starting from the beginning of the part | ||
11650 | 2024.08.06 04:05:22.154700 [ 3 ] {01073683-b5dc-47e1-bf70-8b455e181e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11651 | 2024.08.06 04:05:22.154979 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 23 rows starting from the beginning of the part | ||
11652 | 2024.08.06 04:05:22.155271 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part | ||
11653 | 2024.08.06 04:05:22.155628 [ 190 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 23 rows starting from the beginning of the part | ||
11654 | 2024.08.06 04:05:22.155877 [ 3 ] {01073683-b5dc-47e1-bf70-8b455e181e75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11655 | 2024.08.06 04:05:22.156820 [ 3 ] {01073683-b5dc-47e1-bf70-8b455e181e75} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11656 | 2024.08.06 04:05:22.156899 [ 3 ] {01073683-b5dc-47e1-bf70-8b455e181e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11657 | 2024.08.06 04:05:22.157885 [ 3 ] {01073683-b5dc-47e1-bf70-8b455e181e75} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11658 | 2024.08.06 04:05:22.158604 [ 196 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 717 rows, containing 4 columns (4 merged, 0 gathered) in 0.005035739 sec., 142382.2799394488 rows/sec., 7.62 MiB/sec. | ||
11659 | 2024.08.06 04:05:22.158661 [ 3 ] {01073683-b5dc-47e1-bf70-8b455e181e75} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11660 | 2024.08.06 04:05:22.158800 [ 196 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
11661 | 2024.08.06 04:05:22.158909 [ 3 ] {01073683-b5dc-47e1-bf70-8b455e181e75} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004525 sec., 13259.668508287292 rows/sec., 915.06 KiB/sec. | ||
11662 | 2024.08.06 04:05:22.159455 [ 3 ] {01073683-b5dc-47e1-bf70-8b455e181e75} <Debug> DynamicQueryHandler: Done processing query | ||
11663 | 2024.08.06 04:05:22.159549 [ 3 ] {01073683-b5dc-47e1-bf70-8b455e181e75} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11664 | 2024.08.06 04:05:22.159659 [ 3 ] {} <Debug> HTTP-Session: 437a7004-2c05-44f4-943d-0f1bad352d9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11665 | 2024.08.06 04:05:22.160234 [ 196 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_31_6} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11666 | 2024.08.06 04:05:22.160314 [ 196 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_31_6} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
11667 | 2024.08.06 04:05:22.160401 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
11668 | 2024.08.06 04:05:27.124883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11669 | 2024.08.06 04:05:27.125014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11670 | 2024.08.06 04:05:27.125039 [ 3 ] {} <Debug> HTTP-Session: 54df799b-5a94-47ea-b4be-7b5341fa1c54 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11671 | 2024.08.06 04:05:27.125063 [ 3 ] {} <Debug> HTTP-Session: 54df799b-5a94-47ea-b4be-7b5341fa1c54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11672 | 2024.08.06 04:05:27.125078 [ 3 ] {} <Debug> HTTP-Session: 54df799b-5a94-47ea-b4be-7b5341fa1c54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11673 | 2024.08.06 04:05:27.125126 [ 3 ] {} <Trace> HTTP-Session: 54df799b-5a94-47ea-b4be-7b5341fa1c54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11674 | 2024.08.06 04:05:27.125312 [ 3 ] {68f87745-b21d-4ea6-9937-bffe5225400b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11675 | 2024.08.06 04:05:27.125382 [ 3 ] {68f87745-b21d-4ea6-9937-bffe5225400b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11676 | 2024.08.06 04:05:27.125580 [ 3 ] {68f87745-b21d-4ea6-9937-bffe5225400b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11677 | 2024.08.06 04:05:27.125991 [ 3 ] {68f87745-b21d-4ea6-9937-bffe5225400b} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11678 | 2024.08.06 04:05:27.126032 [ 3 ] {68f87745-b21d-4ea6-9937-bffe5225400b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11679 | 2024.08.06 04:05:27.126392 [ 3 ] {68f87745-b21d-4ea6-9937-bffe5225400b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11680 | 2024.08.06 04:05:27.126730 [ 3 ] {68f87745-b21d-4ea6-9937-bffe5225400b} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11681 | 2024.08.06 04:05:27.126904 [ 110 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11682 | 2024.08.06 04:05:27.126907 [ 3 ] {68f87745-b21d-4ea6-9937-bffe5225400b} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001644 sec., 6690.997566909976 rows/sec., 542.34 KiB/sec. | ||
11683 | 2024.08.06 04:05:27.126996 [ 110 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11684 | 2024.08.06 04:05:27.127068 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11685 | 2024.08.06 04:05:27.127262 [ 3 ] {68f87745-b21d-4ea6-9937-bffe5225400b} <Debug> DynamicQueryHandler: Done processing query | ||
11686 | 2024.08.06 04:05:27.127295 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
11687 | 2024.08.06 04:05:27.127318 [ 3 ] {68f87745-b21d-4ea6-9937-bffe5225400b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11688 | 2024.08.06 04:05:27.127368 [ 3 ] {} <Debug> HTTP-Session: 54df799b-5a94-47ea-b4be-7b5341fa1c54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11689 | 2024.08.06 04:05:27.127640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11690 | 2024.08.06 04:05:27.127868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11691 | 2024.08.06 04:05:27.127954 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11692 | 2024.08.06 04:05:27.127976 [ 3 ] {} <Debug> HTTP-Session: 9a104ad0-c381-403a-82f6-3d9731adb261 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11693 | 2024.08.06 04:05:27.128081 [ 3 ] {} <Debug> HTTP-Session: 9a104ad0-c381-403a-82f6-3d9731adb261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11694 | 2024.08.06 04:05:27.128106 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 39 rows starting from the beginning of the part | ||
11695 | 2024.08.06 04:05:27.128152 [ 3 ] {} <Debug> HTTP-Session: 9a104ad0-c381-403a-82f6-3d9731adb261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11696 | 2024.08.06 04:05:27.128323 [ 3 ] {} <Trace> HTTP-Session: 9a104ad0-c381-403a-82f6-3d9731adb261 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11697 | 2024.08.06 04:05:27.128577 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 11 rows starting from the beginning of the part | ||
11698 | 2024.08.06 04:05:27.128844 [ 3 ] {4cd8513d-75ff-4d75-8b53-fc338721c60c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11699 | 2024.08.06 04:05:27.128968 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 28 rows starting from the beginning of the part | ||
11700 | 2024.08.06 04:05:27.129048 [ 3 ] {4cd8513d-75ff-4d75-8b53-fc338721c60c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11701 | 2024.08.06 04:05:27.129454 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 11 rows starting from the beginning of the part | ||
11702 | 2024.08.06 04:05:27.130123 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 28 rows starting from the beginning of the part | ||
11703 | 2024.08.06 04:05:27.130314 [ 3 ] {4cd8513d-75ff-4d75-8b53-fc338721c60c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11704 | 2024.08.06 04:05:27.130329 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 11 rows starting from the beginning of the part | ||
11705 | 2024.08.06 04:05:27.130910 [ 3 ] {4cd8513d-75ff-4d75-8b53-fc338721c60c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11706 | 2024.08.06 04:05:27.130952 [ 3 ] {4cd8513d-75ff-4d75-8b53-fc338721c60c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11707 | 2024.08.06 04:05:27.131449 [ 3 ] {4cd8513d-75ff-4d75-8b53-fc338721c60c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11708 | 2024.08.06 04:05:27.131786 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 128 rows, containing 4 columns (4 merged, 0 gathered) in 0.004617359 sec., 27721.474548546044 rows/sec., 2.10 MiB/sec. | ||
11709 | 2024.08.06 04:05:27.131898 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11710 | 2024.08.06 04:05:27.132011 [ 3 ] {4cd8513d-75ff-4d75-8b53-fc338721c60c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11711 | 2024.08.06 04:05:27.132274 [ 3 ] {4cd8513d-75ff-4d75-8b53-fc338721c60c} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.003645 sec., 24417.00960219479 rows/sec., 1.97 MiB/sec. | ||
11712 | 2024.08.06 04:05:27.132438 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_56_11} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11713 | 2024.08.06 04:05:27.132487 [ 3 ] {4cd8513d-75ff-4d75-8b53-fc338721c60c} <Debug> DynamicQueryHandler: Done processing query | ||
11714 | 2024.08.06 04:05:27.132519 [ 3 ] {4cd8513d-75ff-4d75-8b53-fc338721c60c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11715 | 2024.08.06 04:05:27.132524 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_56_11} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11716 | 2024.08.06 04:05:27.132539 [ 3 ] {} <Debug> HTTP-Session: 9a104ad0-c381-403a-82f6-3d9731adb261 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11717 | 2024.08.06 04:05:27.132607 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11718 | 2024.08.06 04:05:27.132692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11719 | 2024.08.06 04:05:27.132740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11720 | 2024.08.06 04:05:27.132758 [ 3 ] {} <Debug> HTTP-Session: 980ae1ae-dcc4-4b32-826f-16720cc8b183 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11721 | 2024.08.06 04:05:27.132775 [ 3 ] {} <Debug> HTTP-Session: 980ae1ae-dcc4-4b32-826f-16720cc8b183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11722 | 2024.08.06 04:05:27.132789 [ 3 ] {} <Debug> HTTP-Session: 980ae1ae-dcc4-4b32-826f-16720cc8b183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11723 | 2024.08.06 04:05:27.132819 [ 3 ] {} <Trace> HTTP-Session: 980ae1ae-dcc4-4b32-826f-16720cc8b183 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11724 | 2024.08.06 04:05:27.132933 [ 3 ] {fe12efde-3b31-4178-a01c-41f5004b4c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11725 | 2024.08.06 04:05:27.132977 [ 3 ] {fe12efde-3b31-4178-a01c-41f5004b4c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11726 | 2024.08.06 04:05:27.133105 [ 3 ] {fe12efde-3b31-4178-a01c-41f5004b4c7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11727 | 2024.08.06 04:05:27.133436 [ 3 ] {fe12efde-3b31-4178-a01c-41f5004b4c7f} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11728 | 2024.08.06 04:05:27.133472 [ 3 ] {fe12efde-3b31-4178-a01c-41f5004b4c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11729 | 2024.08.06 04:05:27.133792 [ 3 ] {fe12efde-3b31-4178-a01c-41f5004b4c7f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11730 | 2024.08.06 04:05:27.134097 [ 3 ] {fe12efde-3b31-4178-a01c-41f5004b4c7f} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11731 | 2024.08.06 04:05:27.134245 [ 3 ] {fe12efde-3b31-4178-a01c-41f5004b4c7f} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.00135 sec., 55555.555555555555 rows/sec., 4.34 MiB/sec. | ||
11732 | 2024.08.06 04:05:27.134416 [ 3 ] {fe12efde-3b31-4178-a01c-41f5004b4c7f} <Debug> DynamicQueryHandler: Done processing query | ||
11733 | 2024.08.06 04:05:27.134441 [ 3 ] {fe12efde-3b31-4178-a01c-41f5004b4c7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11734 | 2024.08.06 04:05:27.134456 [ 3 ] {} <Debug> HTTP-Session: 980ae1ae-dcc4-4b32-826f-16720cc8b183 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11735 | 2024.08.06 04:05:27.134610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11736 | 2024.08.06 04:05:27.134659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11737 | 2024.08.06 04:05:27.134678 [ 3 ] {} <Debug> HTTP-Session: 1eddd849-dc75-417a-8066-4cc67d88b444 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11738 | 2024.08.06 04:05:27.134695 [ 3 ] {} <Debug> HTTP-Session: 1eddd849-dc75-417a-8066-4cc67d88b444 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11739 | 2024.08.06 04:05:27.134709 [ 3 ] {} <Debug> HTTP-Session: 1eddd849-dc75-417a-8066-4cc67d88b444 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11740 | 2024.08.06 04:05:27.134739 [ 3 ] {} <Trace> HTTP-Session: 1eddd849-dc75-417a-8066-4cc67d88b444 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11741 | 2024.08.06 04:05:27.134879 [ 3 ] {f6af2bf5-9582-4049-b4ea-4313560588fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11742 | 2024.08.06 04:05:27.134926 [ 3 ] {f6af2bf5-9582-4049-b4ea-4313560588fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11743 | 2024.08.06 04:05:27.135076 [ 3 ] {f6af2bf5-9582-4049-b4ea-4313560588fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11744 | 2024.08.06 04:05:27.135535 [ 3 ] {f6af2bf5-9582-4049-b4ea-4313560588fa} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11745 | 2024.08.06 04:05:27.135572 [ 3 ] {f6af2bf5-9582-4049-b4ea-4313560588fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11746 | 2024.08.06 04:05:27.135963 [ 3 ] {f6af2bf5-9582-4049-b4ea-4313560588fa} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11747 | 2024.08.06 04:05:27.136298 [ 3 ] {f6af2bf5-9582-4049-b4ea-4313560588fa} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11748 | 2024.08.06 04:05:27.136460 [ 3 ] {f6af2bf5-9582-4049-b4ea-4313560588fa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001643 sec., 97382.83627510651 rows/sec., 6.78 MiB/sec. | ||
11749 | 2024.08.06 04:05:27.136650 [ 3 ] {f6af2bf5-9582-4049-b4ea-4313560588fa} <Debug> DynamicQueryHandler: Done processing query | ||
11750 | 2024.08.06 04:05:27.136673 [ 3 ] {f6af2bf5-9582-4049-b4ea-4313560588fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11751 | 2024.08.06 04:05:27.136689 [ 3 ] {} <Debug> HTTP-Session: 1eddd849-dc75-417a-8066-4cc67d88b444 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11752 | 2024.08.06 04:05:27.136838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11753 | 2024.08.06 04:05:27.136888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11754 | 2024.08.06 04:05:27.136906 [ 3 ] {} <Debug> HTTP-Session: 9c766efb-6ead-4eb5-b5ff-500de51eb38c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11755 | 2024.08.06 04:05:27.136923 [ 3 ] {} <Debug> HTTP-Session: 9c766efb-6ead-4eb5-b5ff-500de51eb38c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11756 | 2024.08.06 04:05:27.136936 [ 3 ] {} <Debug> HTTP-Session: 9c766efb-6ead-4eb5-b5ff-500de51eb38c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11757 | 2024.08.06 04:05:27.136966 [ 3 ] {} <Trace> HTTP-Session: 9c766efb-6ead-4eb5-b5ff-500de51eb38c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11758 | 2024.08.06 04:05:27.137150 [ 3 ] {1f703fa2-1afc-49b8-ba60-30cb3f68bd6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11759 | 2024.08.06 04:05:27.137216 [ 3 ] {1f703fa2-1afc-49b8-ba60-30cb3f68bd6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11760 | 2024.08.06 04:05:27.137617 [ 3 ] {1f703fa2-1afc-49b8-ba60-30cb3f68bd6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11761 | 2024.08.06 04:05:27.138102 [ 3 ] {1f703fa2-1afc-49b8-ba60-30cb3f68bd6b} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11762 | 2024.08.06 04:05:27.138138 [ 3 ] {1f703fa2-1afc-49b8-ba60-30cb3f68bd6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11763 | 2024.08.06 04:05:27.138716 [ 3 ] {1f703fa2-1afc-49b8-ba60-30cb3f68bd6b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11764 | 2024.08.06 04:05:27.139125 [ 3 ] {1f703fa2-1afc-49b8-ba60-30cb3f68bd6b} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11765 | 2024.08.06 04:05:27.139302 [ 3 ] {1f703fa2-1afc-49b8-ba60-30cb3f68bd6b} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002261 sec., 4865.103936311367 rows/sec., 8.72 MiB/sec. | ||
11766 | 2024.08.06 04:05:27.139789 [ 3 ] {1f703fa2-1afc-49b8-ba60-30cb3f68bd6b} <Debug> DynamicQueryHandler: Done processing query | ||
11767 | 2024.08.06 04:05:27.139822 [ 3 ] {1f703fa2-1afc-49b8-ba60-30cb3f68bd6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
11768 | 2024.08.06 04:05:27.139839 [ 3 ] {} <Debug> HTTP-Session: 9c766efb-6ead-4eb5-b5ff-500de51eb38c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11769 | 2024.08.06 04:05:27.139961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11770 | 2024.08.06 04:05:27.140008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11771 | 2024.08.06 04:05:27.140026 [ 3 ] {} <Debug> HTTP-Session: 45fc3068-bd5b-4614-bcca-70e837cea93c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11772 | 2024.08.06 04:05:27.140044 [ 3 ] {} <Debug> HTTP-Session: 45fc3068-bd5b-4614-bcca-70e837cea93c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11773 | 2024.08.06 04:05:27.140058 [ 3 ] {} <Debug> HTTP-Session: 45fc3068-bd5b-4614-bcca-70e837cea93c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11774 | 2024.08.06 04:05:27.140087 [ 3 ] {} <Trace> HTTP-Session: 45fc3068-bd5b-4614-bcca-70e837cea93c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11775 | 2024.08.06 04:05:27.140201 [ 3 ] {0885355d-b5ad-4140-82b1-bdacc9a89a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11776 | 2024.08.06 04:05:27.140250 [ 3 ] {0885355d-b5ad-4140-82b1-bdacc9a89a08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11777 | 2024.08.06 04:05:27.140396 [ 3 ] {0885355d-b5ad-4140-82b1-bdacc9a89a08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11778 | 2024.08.06 04:05:27.140691 [ 3 ] {0885355d-b5ad-4140-82b1-bdacc9a89a08} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11779 | 2024.08.06 04:05:27.140726 [ 3 ] {0885355d-b5ad-4140-82b1-bdacc9a89a08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11780 | 2024.08.06 04:05:27.141082 [ 3 ] {0885355d-b5ad-4140-82b1-bdacc9a89a08} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11781 | 2024.08.06 04:05:27.141408 [ 3 ] {0885355d-b5ad-4140-82b1-bdacc9a89a08} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11782 | 2024.08.06 04:05:27.141564 [ 3 ] {0885355d-b5ad-4140-82b1-bdacc9a89a08} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec. | ||
11783 | 2024.08.06 04:05:27.141826 [ 3 ] {0885355d-b5ad-4140-82b1-bdacc9a89a08} <Debug> DynamicQueryHandler: Done processing query | ||
11784 | 2024.08.06 04:05:27.141882 [ 3 ] {0885355d-b5ad-4140-82b1-bdacc9a89a08} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11785 | 2024.08.06 04:05:27.141935 [ 3 ] {} <Debug> HTTP-Session: 45fc3068-bd5b-4614-bcca-70e837cea93c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11786 | 2024.08.06 04:05:32.129944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11787 | 2024.08.06 04:05:32.130087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11788 | 2024.08.06 04:05:32.130115 [ 3 ] {} <Debug> HTTP-Session: de5bfa62-347e-4f05-ba5e-e7d7c1b66c94 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11789 | 2024.08.06 04:05:32.130144 [ 3 ] {} <Debug> HTTP-Session: de5bfa62-347e-4f05-ba5e-e7d7c1b66c94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11790 | 2024.08.06 04:05:32.130161 [ 3 ] {} <Debug> HTTP-Session: de5bfa62-347e-4f05-ba5e-e7d7c1b66c94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11791 | 2024.08.06 04:05:32.130217 [ 3 ] {} <Trace> HTTP-Session: de5bfa62-347e-4f05-ba5e-e7d7c1b66c94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11792 | 2024.08.06 04:05:32.130423 [ 3 ] {57a80d9e-6c1c-44d6-8e4d-0af98919fc7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11793 | 2024.08.06 04:05:32.130497 [ 3 ] {57a80d9e-6c1c-44d6-8e4d-0af98919fc7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11794 | 2024.08.06 04:05:32.130724 [ 3 ] {57a80d9e-6c1c-44d6-8e4d-0af98919fc7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11795 | 2024.08.06 04:05:32.131213 [ 3 ] {57a80d9e-6c1c-44d6-8e4d-0af98919fc7c} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11796 | 2024.08.06 04:05:32.131258 [ 3 ] {57a80d9e-6c1c-44d6-8e4d-0af98919fc7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11797 | 2024.08.06 04:05:32.131624 [ 3 ] {57a80d9e-6c1c-44d6-8e4d-0af98919fc7c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11798 | 2024.08.06 04:05:32.131955 [ 3 ] {57a80d9e-6c1c-44d6-8e4d-0af98919fc7c} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11799 | 2024.08.06 04:05:32.132099 [ 3 ] {57a80d9e-6c1c-44d6-8e4d-0af98919fc7c} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001746 sec., 16036.655211912945 rows/sec., 1.19 MiB/sec. | ||
11800 | 2024.08.06 04:05:32.132283 [ 3 ] {57a80d9e-6c1c-44d6-8e4d-0af98919fc7c} <Debug> DynamicQueryHandler: Done processing query | ||
11801 | 2024.08.06 04:05:32.132309 [ 3 ] {57a80d9e-6c1c-44d6-8e4d-0af98919fc7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11802 | 2024.08.06 04:05:32.132325 [ 3 ] {} <Debug> HTTP-Session: de5bfa62-347e-4f05-ba5e-e7d7c1b66c94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11803 | 2024.08.06 04:05:32.132555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11804 | 2024.08.06 04:05:32.132604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11805 | 2024.08.06 04:05:32.132623 [ 3 ] {} <Debug> HTTP-Session: 571c63ab-1e93-4a52-9270-0de8919bed1b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11806 | 2024.08.06 04:05:32.132640 [ 3 ] {} <Debug> HTTP-Session: 571c63ab-1e93-4a52-9270-0de8919bed1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11807 | 2024.08.06 04:05:32.132654 [ 3 ] {} <Debug> HTTP-Session: 571c63ab-1e93-4a52-9270-0de8919bed1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11808 | 2024.08.06 04:05:32.132685 [ 3 ] {} <Trace> HTTP-Session: 571c63ab-1e93-4a52-9270-0de8919bed1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11809 | 2024.08.06 04:05:32.132839 [ 3 ] {501606ce-cf63-4f55-aaf3-69bf0df2f72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11810 | 2024.08.06 04:05:32.132883 [ 3 ] {501606ce-cf63-4f55-aaf3-69bf0df2f72e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11811 | 2024.08.06 04:05:32.133007 [ 3 ] {501606ce-cf63-4f55-aaf3-69bf0df2f72e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11812 | 2024.08.06 04:05:32.133486 [ 3 ] {501606ce-cf63-4f55-aaf3-69bf0df2f72e} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11813 | 2024.08.06 04:05:32.133521 [ 3 ] {501606ce-cf63-4f55-aaf3-69bf0df2f72e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11814 | 2024.08.06 04:05:32.133844 [ 3 ] {501606ce-cf63-4f55-aaf3-69bf0df2f72e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11815 | 2024.08.06 04:05:32.134158 [ 3 ] {501606ce-cf63-4f55-aaf3-69bf0df2f72e} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11816 | 2024.08.06 04:05:32.134280 [ 3 ] {501606ce-cf63-4f55-aaf3-69bf0df2f72e} <Debug> executeQuery: Read 227 rows, 20.47 KiB in 0.001513 sec., 150033.0469266358 rows/sec., 13.21 MiB/sec. | ||
11817 | 2024.08.06 04:05:32.134446 [ 3 ] {501606ce-cf63-4f55-aaf3-69bf0df2f72e} <Debug> DynamicQueryHandler: Done processing query | ||
11818 | 2024.08.06 04:05:32.134470 [ 3 ] {501606ce-cf63-4f55-aaf3-69bf0df2f72e} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
11819 | 2024.08.06 04:05:32.134486 [ 3 ] {} <Debug> HTTP-Session: 571c63ab-1e93-4a52-9270-0de8919bed1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11820 | 2024.08.06 04:05:32.134664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11821 | 2024.08.06 04:05:32.134714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11822 | 2024.08.06 04:05:32.134733 [ 3 ] {} <Debug> HTTP-Session: 761ca7b2-3aef-4927-b2bb-4773fef38ca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11823 | 2024.08.06 04:05:32.134749 [ 3 ] {} <Debug> HTTP-Session: 761ca7b2-3aef-4927-b2bb-4773fef38ca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11824 | 2024.08.06 04:05:32.134764 [ 3 ] {} <Debug> HTTP-Session: 761ca7b2-3aef-4927-b2bb-4773fef38ca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11825 | 2024.08.06 04:05:32.134795 [ 3 ] {} <Trace> HTTP-Session: 761ca7b2-3aef-4927-b2bb-4773fef38ca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11826 | 2024.08.06 04:05:32.135006 [ 3 ] {791b426b-535c-4a87-8579-655ac924e08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11827 | 2024.08.06 04:05:32.135050 [ 3 ] {791b426b-535c-4a87-8579-655ac924e08e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11828 | 2024.08.06 04:05:32.135176 [ 3 ] {791b426b-535c-4a87-8579-655ac924e08e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11829 | 2024.08.06 04:05:32.135732 [ 3 ] {791b426b-535c-4a87-8579-655ac924e08e} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11830 | 2024.08.06 04:05:32.135769 [ 3 ] {791b426b-535c-4a87-8579-655ac924e08e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11831 | 2024.08.06 04:05:32.136091 [ 3 ] {791b426b-535c-4a87-8579-655ac924e08e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11832 | 2024.08.06 04:05:32.136399 [ 3 ] {791b426b-535c-4a87-8579-655ac924e08e} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11833 | 2024.08.06 04:05:32.136523 [ 3 ] {791b426b-535c-4a87-8579-655ac924e08e} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.001635 sec., 247094.8012232416 rows/sec., 17.46 MiB/sec. | ||
11834 | 2024.08.06 04:05:32.136683 [ 3 ] {791b426b-535c-4a87-8579-655ac924e08e} <Debug> DynamicQueryHandler: Done processing query | ||
11835 | 2024.08.06 04:05:32.136707 [ 3 ] {791b426b-535c-4a87-8579-655ac924e08e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11836 | 2024.08.06 04:05:32.136722 [ 3 ] {} <Debug> HTTP-Session: 761ca7b2-3aef-4927-b2bb-4773fef38ca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11837 | 2024.08.06 04:05:32.136867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11838 | 2024.08.06 04:05:32.136916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11839 | 2024.08.06 04:05:32.136935 [ 3 ] {} <Debug> HTTP-Session: 57beed02-4f8c-45b6-aaa9-7b07addff0e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11840 | 2024.08.06 04:05:32.136952 [ 3 ] {} <Debug> HTTP-Session: 57beed02-4f8c-45b6-aaa9-7b07addff0e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11841 | 2024.08.06 04:05:32.136966 [ 3 ] {} <Debug> HTTP-Session: 57beed02-4f8c-45b6-aaa9-7b07addff0e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11842 | 2024.08.06 04:05:32.136996 [ 3 ] {} <Trace> HTTP-Session: 57beed02-4f8c-45b6-aaa9-7b07addff0e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11843 | 2024.08.06 04:05:32.137089 [ 3 ] {ab5a8139-7363-4199-8800-af31ac6e8401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11844 | 2024.08.06 04:05:32.137134 [ 3 ] {ab5a8139-7363-4199-8800-af31ac6e8401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11845 | 2024.08.06 04:05:32.137264 [ 3 ] {ab5a8139-7363-4199-8800-af31ac6e8401} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11846 | 2024.08.06 04:05:32.137526 [ 3 ] {ab5a8139-7363-4199-8800-af31ac6e8401} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11847 | 2024.08.06 04:05:32.137561 [ 3 ] {ab5a8139-7363-4199-8800-af31ac6e8401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11848 | 2024.08.06 04:05:32.137921 [ 3 ] {ab5a8139-7363-4199-8800-af31ac6e8401} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11849 | 2024.08.06 04:05:32.138249 [ 3 ] {ab5a8139-7363-4199-8800-af31ac6e8401} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11850 | 2024.08.06 04:05:32.138380 [ 104 ] {} <Debug> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
11851 | 2024.08.06 04:05:32.138385 [ 3 ] {ab5a8139-7363-4199-8800-af31ac6e8401} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001317 sec., 4555.808656036446 rows/sec., 195.76 KiB/sec. | ||
11852 | 2024.08.06 04:05:32.138432 [ 104 ] {} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11853 | 2024.08.06 04:05:32.138474 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11854 | 2024.08.06 04:05:32.138624 [ 3 ] {ab5a8139-7363-4199-8800-af31ac6e8401} <Debug> DynamicQueryHandler: Done processing query | ||
11855 | 2024.08.06 04:05:32.138648 [ 200 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::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 | ||
11856 | 2024.08.06 04:05:32.138669 [ 3 ] {ab5a8139-7363-4199-8800-af31ac6e8401} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11857 | 2024.08.06 04:05:32.138729 [ 3 ] {} <Debug> HTTP-Session: 57beed02-4f8c-45b6-aaa9-7b07addff0e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11858 | 2024.08.06 04:05:32.138948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11859 | 2024.08.06 04:05:32.138997 [ 200 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11860 | 2024.08.06 04:05:32.139016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11861 | 2024.08.06 04:05:32.139045 [ 3 ] {} <Debug> HTTP-Session: 024aed23-8769-4c2a-b381-425804f1c7a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11862 | 2024.08.06 04:05:32.139045 [ 200 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
11863 | 2024.08.06 04:05:32.139069 [ 3 ] {} <Debug> HTTP-Session: 024aed23-8769-4c2a-b381-425804f1c7a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11864 | 2024.08.06 04:05:32.139089 [ 3 ] {} <Debug> HTTP-Session: 024aed23-8769-4c2a-b381-425804f1c7a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11865 | 2024.08.06 04:05:32.139138 [ 3 ] {} <Trace> HTTP-Session: 024aed23-8769-4c2a-b381-425804f1c7a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11866 | 2024.08.06 04:05:32.139151 [ 200 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
11867 | 2024.08.06 04:05:32.139496 [ 200 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
11868 | 2024.08.06 04:05:32.139541 [ 3 ] {0d102288-a8ba-45a3-acfb-8a9aaf56719d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11869 | 2024.08.06 04:05:32.139769 [ 3 ] {0d102288-a8ba-45a3-acfb-8a9aaf56719d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11870 | 2024.08.06 04:05:32.139905 [ 200 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
11871 | 2024.08.06 04:05:32.140270 [ 200 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
11872 | 2024.08.06 04:05:32.140709 [ 200 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
11873 | 2024.08.06 04:05:32.141241 [ 3 ] {0d102288-a8ba-45a3-acfb-8a9aaf56719d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11874 | 2024.08.06 04:05:32.141869 [ 3 ] {0d102288-a8ba-45a3-acfb-8a9aaf56719d} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11875 | 2024.08.06 04:05:32.141915 [ 3 ] {0d102288-a8ba-45a3-acfb-8a9aaf56719d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11876 | 2024.08.06 04:05:32.142543 [ 3 ] {0d102288-a8ba-45a3-acfb-8a9aaf56719d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11877 | 2024.08.06 04:05:32.142552 [ 186 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.004002704 sec., 46468.58723502912 rows/sec., 1.95 MiB/sec. | ||
11878 | 2024.08.06 04:05:32.142808 [ 186 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
11879 | 2024.08.06 04:05:32.143224 [ 3 ] {0d102288-a8ba-45a3-acfb-8a9aaf56719d} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11880 | 2024.08.06 04:05:32.143631 [ 103 ] {} <Debug> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
11881 | 2024.08.06 04:05:32.143645 [ 3 ] {0d102288-a8ba-45a3-acfb-8a9aaf56719d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00434 sec., 17741.935483870966 rows/sec., 1.09 MiB/sec. | ||
11882 | 2024.08.06 04:05:32.143780 [ 103 ] {} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11883 | 2024.08.06 04:05:32.143906 [ 186 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_31_6} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11884 | 2024.08.06 04:05:32.143913 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11885 | 2024.08.06 04:05:32.144245 [ 3 ] {0d102288-a8ba-45a3-acfb-8a9aaf56719d} <Debug> DynamicQueryHandler: Done processing query | ||
11886 | 2024.08.06 04:05:32.144289 [ 186 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_31_6} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
11887 | 2024.08.06 04:05:32.144322 [ 3 ] {0d102288-a8ba-45a3-acfb-8a9aaf56719d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11888 | 2024.08.06 04:05:32.144395 [ 3 ] {} <Debug> HTTP-Session: 024aed23-8769-4c2a-b381-425804f1c7a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11889 | 2024.08.06 04:05:32.144403 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::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 | ||
11890 | 2024.08.06 04:05:32.144551 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
11891 | 2024.08.06 04:05:32.144660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11892 | 2024.08.06 04:05:32.144773 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11893 | 2024.08.06 04:05:32.144780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11894 | 2024.08.06 04:05:32.144846 [ 3 ] {} <Debug> HTTP-Session: 6fe603b5-17d5-41f4-a630-c2e83b7e8241 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11895 | 2024.08.06 04:05:32.144847 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2002 rows starting from the beginning of the part | ||
11896 | 2024.08.06 04:05:32.144881 [ 3 ] {} <Debug> HTTP-Session: 6fe603b5-17d5-41f4-a630-c2e83b7e8241 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11897 | 2024.08.06 04:05:32.144927 [ 3 ] {} <Debug> HTTP-Session: 6fe603b5-17d5-41f4-a630-c2e83b7e8241 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11898 | 2024.08.06 04:05:32.145060 [ 3 ] {} <Trace> HTTP-Session: 6fe603b5-17d5-41f4-a630-c2e83b7e8241 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11899 | 2024.08.06 04:05:32.145115 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 77 rows starting from the beginning of the part | ||
11900 | 2024.08.06 04:05:32.145372 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 77 rows starting from the beginning of the part | ||
11901 | 2024.08.06 04:05:32.145502 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 77 rows starting from the beginning of the part | ||
11902 | 2024.08.06 04:05:32.145632 [ 3 ] {ff56984e-985e-4d6d-9f6f-76c1c55f7bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11903 | 2024.08.06 04:05:32.145823 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 77 rows starting from the beginning of the part | ||
11904 | 2024.08.06 04:05:32.145882 [ 3 ] {ff56984e-985e-4d6d-9f6f-76c1c55f7bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11905 | 2024.08.06 04:05:32.146116 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 77 rows starting from the beginning of the part | ||
11906 | 2024.08.06 04:05:32.146897 [ 3 ] {ff56984e-985e-4d6d-9f6f-76c1c55f7bfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11907 | 2024.08.06 04:05:32.148111 [ 3 ] {ff56984e-985e-4d6d-9f6f-76c1c55f7bfc} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11908 | 2024.08.06 04:05:32.148174 [ 3 ] {ff56984e-985e-4d6d-9f6f-76c1c55f7bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11909 | 2024.08.06 04:05:32.149036 [ 3 ] {ff56984e-985e-4d6d-9f6f-76c1c55f7bfc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11910 | 2024.08.06 04:05:32.149388 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2387 rows, containing 5 columns (5 merged, 0 gathered) in 0.005257384 sec., 454028.0869725323 rows/sec., 27.96 MiB/sec. | ||
11911 | 2024.08.06 04:05:32.149735 [ 3 ] {ff56984e-985e-4d6d-9f6f-76c1c55f7bfc} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11912 | 2024.08.06 04:05:32.149803 [ 199 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
11913 | 2024.08.06 04:05:32.150051 [ 3 ] {ff56984e-985e-4d6d-9f6f-76c1c55f7bfc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00473 sec., 33826.63847780127 rows/sec., 2.36 MiB/sec. | ||
11914 | 2024.08.06 04:05:32.150439 [ 3 ] {ff56984e-985e-4d6d-9f6f-76c1c55f7bfc} <Debug> DynamicQueryHandler: Done processing query | ||
11915 | 2024.08.06 04:05:32.150500 [ 3 ] {ff56984e-985e-4d6d-9f6f-76c1c55f7bfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11916 | 2024.08.06 04:05:32.150529 [ 3 ] {} <Debug> HTTP-Session: 6fe603b5-17d5-41f4-a630-c2e83b7e8241 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11917 | 2024.08.06 04:05:32.150726 [ 199 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11918 | 2024.08.06 04:05:32.150742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35509, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11919 | 2024.08.06 04:05:32.150851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11920 | 2024.08.06 04:05:32.150884 [ 3 ] {} <Debug> HTTP-Session: 5954149f-879a-4635-9c3d-6dec59f44f4d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11921 | 2024.08.06 04:05:32.150895 [ 199 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
11922 | 2024.08.06 04:05:32.150924 [ 3 ] {} <Debug> HTTP-Session: 5954149f-879a-4635-9c3d-6dec59f44f4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11923 | 2024.08.06 04:05:32.150948 [ 3 ] {} <Debug> HTTP-Session: 5954149f-879a-4635-9c3d-6dec59f44f4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11924 | 2024.08.06 04:05:32.151034 [ 3 ] {} <Trace> HTTP-Session: 5954149f-879a-4635-9c3d-6dec59f44f4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11925 | 2024.08.06 04:05:32.151046 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
11926 | 2024.08.06 04:05:32.151394 [ 3 ] {f41e1ddb-dc99-44be-aec1-6552ea0fb3ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11927 | 2024.08.06 04:05:32.151468 [ 3 ] {f41e1ddb-dc99-44be-aec1-6552ea0fb3ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11928 | 2024.08.06 04:05:32.151919 [ 3 ] {f41e1ddb-dc99-44be-aec1-6552ea0fb3ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11929 | 2024.08.06 04:05:32.152703 [ 3 ] {f41e1ddb-dc99-44be-aec1-6552ea0fb3ef} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11930 | 2024.08.06 04:05:32.152740 [ 3 ] {f41e1ddb-dc99-44be-aec1-6552ea0fb3ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11931 | 2024.08.06 04:05:32.153382 [ 3 ] {f41e1ddb-dc99-44be-aec1-6552ea0fb3ef} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11932 | 2024.08.06 04:05:32.153794 [ 3 ] {f41e1ddb-dc99-44be-aec1-6552ea0fb3ef} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11933 | 2024.08.06 04:05:32.154005 [ 3 ] {f41e1ddb-dc99-44be-aec1-6552ea0fb3ef} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00284 sec., 7746.478873239436 rows/sec., 13.88 MiB/sec. | ||
11934 | 2024.08.06 04:05:32.154240 [ 3 ] {f41e1ddb-dc99-44be-aec1-6552ea0fb3ef} <Debug> DynamicQueryHandler: Done processing query | ||
11935 | 2024.08.06 04:05:32.154265 [ 3 ] {f41e1ddb-dc99-44be-aec1-6552ea0fb3ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11936 | 2024.08.06 04:05:32.154281 [ 3 ] {} <Debug> HTTP-Session: 5954149f-879a-4635-9c3d-6dec59f44f4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11937 | 2024.08.06 04:05:32.154413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11938 | 2024.08.06 04:05:32.154464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11939 | 2024.08.06 04:05:32.154483 [ 3 ] {} <Debug> HTTP-Session: 429d4051-66ab-4cae-9932-a239031ff4fa Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11940 | 2024.08.06 04:05:32.154499 [ 3 ] {} <Debug> HTTP-Session: 429d4051-66ab-4cae-9932-a239031ff4fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11941 | 2024.08.06 04:05:32.154513 [ 3 ] {} <Debug> HTTP-Session: 429d4051-66ab-4cae-9932-a239031ff4fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11942 | 2024.08.06 04:05:32.154544 [ 3 ] {} <Trace> HTTP-Session: 429d4051-66ab-4cae-9932-a239031ff4fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11943 | 2024.08.06 04:05:32.154646 [ 3 ] {48c941fe-9a57-4ecb-b26a-e5f0f5776a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11944 | 2024.08.06 04:05:32.154691 [ 3 ] {48c941fe-9a57-4ecb-b26a-e5f0f5776a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11945 | 2024.08.06 04:05:32.154824 [ 3 ] {48c941fe-9a57-4ecb-b26a-e5f0f5776a6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11946 | 2024.08.06 04:05:32.155145 [ 3 ] {48c941fe-9a57-4ecb-b26a-e5f0f5776a6d} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11947 | 2024.08.06 04:05:32.155183 [ 3 ] {48c941fe-9a57-4ecb-b26a-e5f0f5776a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11948 | 2024.08.06 04:05:32.155546 [ 3 ] {48c941fe-9a57-4ecb-b26a-e5f0f5776a6d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11949 | 2024.08.06 04:05:32.155877 [ 3 ] {48c941fe-9a57-4ecb-b26a-e5f0f5776a6d} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11950 | 2024.08.06 04:05:32.156034 [ 3 ] {48c941fe-9a57-4ecb-b26a-e5f0f5776a6d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001417 sec., 16231.474947071276 rows/sec., 878.01 KiB/sec. | ||
11951 | 2024.08.06 04:05:32.156203 [ 3 ] {48c941fe-9a57-4ecb-b26a-e5f0f5776a6d} <Debug> DynamicQueryHandler: Done processing query | ||
11952 | 2024.08.06 04:05:32.156231 [ 3 ] {48c941fe-9a57-4ecb-b26a-e5f0f5776a6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11953 | 2024.08.06 04:05:32.156247 [ 3 ] {} <Debug> HTTP-Session: 429d4051-66ab-4cae-9932-a239031ff4fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11954 | 2024.08.06 04:05:32.156366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11955 | 2024.08.06 04:05:32.156416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11956 | 2024.08.06 04:05:32.156435 [ 3 ] {} <Debug> HTTP-Session: 71cae7c2-e61b-4146-9244-706bfa6949c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11957 | 2024.08.06 04:05:32.156452 [ 3 ] {} <Debug> HTTP-Session: 71cae7c2-e61b-4146-9244-706bfa6949c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11958 | 2024.08.06 04:05:32.156466 [ 3 ] {} <Debug> HTTP-Session: 71cae7c2-e61b-4146-9244-706bfa6949c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11959 | 2024.08.06 04:05:32.156496 [ 3 ] {} <Trace> HTTP-Session: 71cae7c2-e61b-4146-9244-706bfa6949c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11960 | 2024.08.06 04:05:32.156615 [ 3 ] {fe922940-b752-4bc2-920b-3889e2060cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11961 | 2024.08.06 04:05:32.156660 [ 3 ] {fe922940-b752-4bc2-920b-3889e2060cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11962 | 2024.08.06 04:05:32.156794 [ 3 ] {fe922940-b752-4bc2-920b-3889e2060cf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11963 | 2024.08.06 04:05:32.157075 [ 3 ] {fe922940-b752-4bc2-920b-3889e2060cf8} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11964 | 2024.08.06 04:05:32.157111 [ 3 ] {fe922940-b752-4bc2-920b-3889e2060cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11965 | 2024.08.06 04:05:32.157468 [ 3 ] {fe922940-b752-4bc2-920b-3889e2060cf8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11966 | 2024.08.06 04:05:32.157792 [ 3 ] {fe922940-b752-4bc2-920b-3889e2060cf8} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11967 | 2024.08.06 04:05:32.157944 [ 3 ] {fe922940-b752-4bc2-920b-3889e2060cf8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec. | ||
11968 | 2024.08.06 04:05:32.158110 [ 3 ] {fe922940-b752-4bc2-920b-3889e2060cf8} <Debug> DynamicQueryHandler: Done processing query | ||
11969 | 2024.08.06 04:05:32.158134 [ 3 ] {fe922940-b752-4bc2-920b-3889e2060cf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11970 | 2024.08.06 04:05:32.158150 [ 3 ] {} <Debug> HTTP-Session: 71cae7c2-e61b-4146-9244-706bfa6949c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11971 | 2024.08.06 04:05:36.019156 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11972 | 2024.08.06 04:05:36.019251 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11973 | 2024.08.06 04:05:37.124866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11974 | 2024.08.06 04:05:37.124998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11975 | 2024.08.06 04:05:37.125026 [ 3 ] {} <Debug> HTTP-Session: a2cb1666-7236-46ba-a9f5-48bb7ce2e5ad Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11976 | 2024.08.06 04:05:37.125053 [ 3 ] {} <Debug> HTTP-Session: a2cb1666-7236-46ba-a9f5-48bb7ce2e5ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11977 | 2024.08.06 04:05:37.125071 [ 3 ] {} <Debug> HTTP-Session: a2cb1666-7236-46ba-a9f5-48bb7ce2e5ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11978 | 2024.08.06 04:05:37.125128 [ 3 ] {} <Trace> HTTP-Session: a2cb1666-7236-46ba-a9f5-48bb7ce2e5ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11979 | 2024.08.06 04:05:37.125337 [ 3 ] {79849d26-4a1a-4d10-aa21-7aad57a4f209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11980 | 2024.08.06 04:05:37.125406 [ 3 ] {79849d26-4a1a-4d10-aa21-7aad57a4f209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11981 | 2024.08.06 04:05:37.125605 [ 3 ] {79849d26-4a1a-4d10-aa21-7aad57a4f209} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11982 | 2024.08.06 04:05:37.126066 [ 3 ] {79849d26-4a1a-4d10-aa21-7aad57a4f209} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11983 | 2024.08.06 04:05:37.126109 [ 3 ] {79849d26-4a1a-4d10-aa21-7aad57a4f209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
11984 | 2024.08.06 04:05:37.126472 [ 3 ] {79849d26-4a1a-4d10-aa21-7aad57a4f209} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11985 | 2024.08.06 04:05:37.126819 [ 3 ] {79849d26-4a1a-4d10-aa21-7aad57a4f209} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11986 | 2024.08.06 04:05:37.126991 [ 3 ] {79849d26-4a1a-4d10-aa21-7aad57a4f209} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001714 sec., 6417.736289381563 rows/sec., 520.19 KiB/sec. | ||
11987 | 2024.08.06 04:05:37.127191 [ 3 ] {79849d26-4a1a-4d10-aa21-7aad57a4f209} <Debug> DynamicQueryHandler: Done processing query | ||
11988 | 2024.08.06 04:05:37.127217 [ 3 ] {79849d26-4a1a-4d10-aa21-7aad57a4f209} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11989 | 2024.08.06 04:05:37.127233 [ 3 ] {} <Debug> HTTP-Session: a2cb1666-7236-46ba-a9f5-48bb7ce2e5ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11990 | 2024.08.06 04:05:37.127377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11991 | 2024.08.06 04:05:37.127427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11992 | 2024.08.06 04:05:37.127445 [ 3 ] {} <Debug> HTTP-Session: 2e702978-2f95-4280-9e18-524a079f3ddf Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
11993 | 2024.08.06 04:05:37.127462 [ 3 ] {} <Debug> HTTP-Session: 2e702978-2f95-4280-9e18-524a079f3ddf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11994 | 2024.08.06 04:05:37.127476 [ 3 ] {} <Debug> HTTP-Session: 2e702978-2f95-4280-9e18-524a079f3ddf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11995 | 2024.08.06 04:05:37.127506 [ 3 ] {} <Trace> HTTP-Session: 2e702978-2f95-4280-9e18-524a079f3ddf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11996 | 2024.08.06 04:05:37.127623 [ 3 ] {3b68aaf4-0ceb-487f-b31d-984d137bc250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11997 | 2024.08.06 04:05:37.127666 [ 3 ] {3b68aaf4-0ceb-487f-b31d-984d137bc250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11998 | 2024.08.06 04:05:37.127793 [ 3 ] {3b68aaf4-0ceb-487f-b31d-984d137bc250} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11999 | 2024.08.06 04:05:37.128229 [ 3 ] {3b68aaf4-0ceb-487f-b31d-984d137bc250} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12000 | 2024.08.06 04:05:37.128265 [ 3 ] {3b68aaf4-0ceb-487f-b31d-984d137bc250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12001 | 2024.08.06 04:05:37.128572 [ 3 ] {3b68aaf4-0ceb-487f-b31d-984d137bc250} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12002 | 2024.08.06 04:05:37.128870 [ 3 ] {3b68aaf4-0ceb-487f-b31d-984d137bc250} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12003 | 2024.08.06 04:05:37.129038 [ 3 ] {3b68aaf4-0ceb-487f-b31d-984d137bc250} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001451 sec., 61337.00895933839 rows/sec., 4.96 MiB/sec. | ||
12004 | 2024.08.06 04:05:37.129211 [ 3 ] {3b68aaf4-0ceb-487f-b31d-984d137bc250} <Debug> DynamicQueryHandler: Done processing query | ||
12005 | 2024.08.06 04:05:37.129235 [ 3 ] {3b68aaf4-0ceb-487f-b31d-984d137bc250} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12006 | 2024.08.06 04:05:37.129250 [ 3 ] {} <Debug> HTTP-Session: 2e702978-2f95-4280-9e18-524a079f3ddf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12007 | 2024.08.06 04:05:37.129390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12008 | 2024.08.06 04:05:37.129437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12009 | 2024.08.06 04:05:37.129455 [ 3 ] {} <Debug> HTTP-Session: a17078ac-8eaa-4a9c-9a58-200758112c2b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12010 | 2024.08.06 04:05:37.129472 [ 3 ] {} <Debug> HTTP-Session: a17078ac-8eaa-4a9c-9a58-200758112c2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12011 | 2024.08.06 04:05:37.129485 [ 3 ] {} <Debug> HTTP-Session: a17078ac-8eaa-4a9c-9a58-200758112c2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12012 | 2024.08.06 04:05:37.129515 [ 3 ] {} <Trace> HTTP-Session: a17078ac-8eaa-4a9c-9a58-200758112c2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12013 | 2024.08.06 04:05:37.129634 [ 3 ] {6ea12446-d96a-4351-8a97-193c051e422b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12014 | 2024.08.06 04:05:37.129676 [ 3 ] {6ea12446-d96a-4351-8a97-193c051e422b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12015 | 2024.08.06 04:05:37.129804 [ 3 ] {6ea12446-d96a-4351-8a97-193c051e422b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12016 | 2024.08.06 04:05:37.130136 [ 3 ] {6ea12446-d96a-4351-8a97-193c051e422b} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12017 | 2024.08.06 04:05:37.130171 [ 3 ] {6ea12446-d96a-4351-8a97-193c051e422b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12018 | 2024.08.06 04:05:37.130473 [ 3 ] {6ea12446-d96a-4351-8a97-193c051e422b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12019 | 2024.08.06 04:05:37.130775 [ 3 ] {6ea12446-d96a-4351-8a97-193c051e422b} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12020 | 2024.08.06 04:05:37.130940 [ 3 ] {6ea12446-d96a-4351-8a97-193c051e422b} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001338 sec., 56053.81165919283 rows/sec., 4.38 MiB/sec. | ||
12021 | 2024.08.06 04:05:37.131103 [ 3 ] {6ea12446-d96a-4351-8a97-193c051e422b} <Debug> DynamicQueryHandler: Done processing query | ||
12022 | 2024.08.06 04:05:37.131126 [ 3 ] {6ea12446-d96a-4351-8a97-193c051e422b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12023 | 2024.08.06 04:05:37.131142 [ 3 ] {} <Debug> HTTP-Session: a17078ac-8eaa-4a9c-9a58-200758112c2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12024 | 2024.08.06 04:05:37.131282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12025 | 2024.08.06 04:05:37.131329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12026 | 2024.08.06 04:05:37.131347 [ 3 ] {} <Debug> HTTP-Session: 38f045ba-725f-4131-87d3-356c2f0148a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12027 | 2024.08.06 04:05:37.131363 [ 3 ] {} <Debug> HTTP-Session: 38f045ba-725f-4131-87d3-356c2f0148a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12028 | 2024.08.06 04:05:37.131376 [ 3 ] {} <Debug> HTTP-Session: 38f045ba-725f-4131-87d3-356c2f0148a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12029 | 2024.08.06 04:05:37.131407 [ 3 ] {} <Trace> HTTP-Session: 38f045ba-725f-4131-87d3-356c2f0148a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12030 | 2024.08.06 04:05:37.131547 [ 3 ] {22c9c258-d2f2-4884-ad0d-52c3dea72774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12031 | 2024.08.06 04:05:37.131594 [ 3 ] {22c9c258-d2f2-4884-ad0d-52c3dea72774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12032 | 2024.08.06 04:05:37.131739 [ 3 ] {22c9c258-d2f2-4884-ad0d-52c3dea72774} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12033 | 2024.08.06 04:05:37.132213 [ 3 ] {22c9c258-d2f2-4884-ad0d-52c3dea72774} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12034 | 2024.08.06 04:05:37.132248 [ 3 ] {22c9c258-d2f2-4884-ad0d-52c3dea72774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12035 | 2024.08.06 04:05:37.132630 [ 3 ] {22c9c258-d2f2-4884-ad0d-52c3dea72774} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12036 | 2024.08.06 04:05:37.132977 [ 3 ] {22c9c258-d2f2-4884-ad0d-52c3dea72774} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12037 | 2024.08.06 04:05:37.133142 [ 3 ] {22c9c258-d2f2-4884-ad0d-52c3dea72774} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00165 sec., 96969.69696969698 rows/sec., 6.75 MiB/sec. | ||
12038 | 2024.08.06 04:05:37.133310 [ 3 ] {22c9c258-d2f2-4884-ad0d-52c3dea72774} <Debug> DynamicQueryHandler: Done processing query | ||
12039 | 2024.08.06 04:05:37.133334 [ 3 ] {22c9c258-d2f2-4884-ad0d-52c3dea72774} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12040 | 2024.08.06 04:05:37.133349 [ 3 ] {} <Debug> HTTP-Session: 38f045ba-725f-4131-87d3-356c2f0148a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12041 | 2024.08.06 04:05:37.133490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17714, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12042 | 2024.08.06 04:05:37.133538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12043 | 2024.08.06 04:05:37.133556 [ 3 ] {} <Debug> HTTP-Session: 2d333df5-f7e3-4345-a696-e01cb2274126 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12044 | 2024.08.06 04:05:37.133572 [ 3 ] {} <Debug> HTTP-Session: 2d333df5-f7e3-4345-a696-e01cb2274126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12045 | 2024.08.06 04:05:37.133586 [ 3 ] {} <Debug> HTTP-Session: 2d333df5-f7e3-4345-a696-e01cb2274126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12046 | 2024.08.06 04:05:37.133615 [ 3 ] {} <Trace> HTTP-Session: 2d333df5-f7e3-4345-a696-e01cb2274126 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12047 | 2024.08.06 04:05:37.133801 [ 3 ] {79c542a7-39f0-41fe-9a22-596da4d97555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12048 | 2024.08.06 04:05:37.133865 [ 3 ] {79c542a7-39f0-41fe-9a22-596da4d97555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12049 | 2024.08.06 04:05:37.134272 [ 3 ] {79c542a7-39f0-41fe-9a22-596da4d97555} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12050 | 2024.08.06 04:05:37.134841 [ 3 ] {79c542a7-39f0-41fe-9a22-596da4d97555} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12051 | 2024.08.06 04:05:37.134877 [ 3 ] {79c542a7-39f0-41fe-9a22-596da4d97555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12052 | 2024.08.06 04:05:37.135439 [ 3 ] {79c542a7-39f0-41fe-9a22-596da4d97555} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
12053 | 2024.08.06 04:05:37.135842 [ 3 ] {79c542a7-39f0-41fe-9a22-596da4d97555} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12054 | 2024.08.06 04:05:37.136036 [ 3 ] {79c542a7-39f0-41fe-9a22-596da4d97555} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002344 sec., 4692.8327645051195 rows/sec., 8.41 MiB/sec. | ||
12055 | 2024.08.06 04:05:37.136256 [ 3 ] {79c542a7-39f0-41fe-9a22-596da4d97555} <Debug> DynamicQueryHandler: Done processing query | ||
12056 | 2024.08.06 04:05:37.136280 [ 3 ] {79c542a7-39f0-41fe-9a22-596da4d97555} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
12057 | 2024.08.06 04:05:37.136295 [ 3 ] {} <Debug> HTTP-Session: 2d333df5-f7e3-4345-a696-e01cb2274126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12058 | 2024.08.06 04:05:37.136412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12059 | 2024.08.06 04:05:37.136460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12060 | 2024.08.06 04:05:37.136478 [ 3 ] {} <Debug> HTTP-Session: c500d2ec-ccdd-4249-a252-e0bbf29946a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12061 | 2024.08.06 04:05:37.136495 [ 3 ] {} <Debug> HTTP-Session: c500d2ec-ccdd-4249-a252-e0bbf29946a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12062 | 2024.08.06 04:05:37.136509 [ 3 ] {} <Debug> HTTP-Session: c500d2ec-ccdd-4249-a252-e0bbf29946a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12063 | 2024.08.06 04:05:37.136538 [ 3 ] {} <Trace> HTTP-Session: c500d2ec-ccdd-4249-a252-e0bbf29946a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12064 | 2024.08.06 04:05:37.136648 [ 3 ] {9ea952e2-9bb9-4a9b-815a-7ba1d9a3e77d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12065 | 2024.08.06 04:05:37.136691 [ 3 ] {9ea952e2-9bb9-4a9b-815a-7ba1d9a3e77d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12066 | 2024.08.06 04:05:37.136818 [ 3 ] {9ea952e2-9bb9-4a9b-815a-7ba1d9a3e77d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12067 | 2024.08.06 04:05:37.137127 [ 3 ] {9ea952e2-9bb9-4a9b-815a-7ba1d9a3e77d} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12068 | 2024.08.06 04:05:37.137162 [ 3 ] {9ea952e2-9bb9-4a9b-815a-7ba1d9a3e77d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12069 | 2024.08.06 04:05:37.137518 [ 3 ] {9ea952e2-9bb9-4a9b-815a-7ba1d9a3e77d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12070 | 2024.08.06 04:05:37.137830 [ 3 ] {9ea952e2-9bb9-4a9b-815a-7ba1d9a3e77d} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12071 | 2024.08.06 04:05:37.137994 [ 3 ] {9ea952e2-9bb9-4a9b-815a-7ba1d9a3e77d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
12072 | 2024.08.06 04:05:37.138157 [ 3 ] {9ea952e2-9bb9-4a9b-815a-7ba1d9a3e77d} <Debug> DynamicQueryHandler: Done processing query | ||
12073 | 2024.08.06 04:05:37.138180 [ 3 ] {9ea952e2-9bb9-4a9b-815a-7ba1d9a3e77d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12074 | 2024.08.06 04:05:37.138197 [ 3 ] {} <Debug> HTTP-Session: c500d2ec-ccdd-4249-a252-e0bbf29946a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12075 | 2024.08.06 04:05:42.129452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12076 | 2024.08.06 04:05:42.129591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12077 | 2024.08.06 04:05:42.129619 [ 3 ] {} <Debug> HTTP-Session: 8552275c-ba81-43c2-9650-547fb062ea67 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12078 | 2024.08.06 04:05:42.129647 [ 3 ] {} <Debug> HTTP-Session: 8552275c-ba81-43c2-9650-547fb062ea67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12079 | 2024.08.06 04:05:42.129665 [ 3 ] {} <Debug> HTTP-Session: 8552275c-ba81-43c2-9650-547fb062ea67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12080 | 2024.08.06 04:05:42.129719 [ 3 ] {} <Trace> HTTP-Session: 8552275c-ba81-43c2-9650-547fb062ea67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12081 | 2024.08.06 04:05:42.129927 [ 3 ] {58a71ef2-2f08-48f8-8036-6254cd6ff264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12082 | 2024.08.06 04:05:42.130001 [ 3 ] {58a71ef2-2f08-48f8-8036-6254cd6ff264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12083 | 2024.08.06 04:05:42.130219 [ 3 ] {58a71ef2-2f08-48f8-8036-6254cd6ff264} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12084 | 2024.08.06 04:05:42.130704 [ 3 ] {58a71ef2-2f08-48f8-8036-6254cd6ff264} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12085 | 2024.08.06 04:05:42.130744 [ 3 ] {58a71ef2-2f08-48f8-8036-6254cd6ff264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12086 | 2024.08.06 04:05:42.131106 [ 3 ] {58a71ef2-2f08-48f8-8036-6254cd6ff264} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12087 | 2024.08.06 04:05:42.131448 [ 3 ] {58a71ef2-2f08-48f8-8036-6254cd6ff264} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12088 | 2024.08.06 04:05:42.131587 [ 3 ] {58a71ef2-2f08-48f8-8036-6254cd6ff264} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001729 sec., 16194.331983805667 rows/sec., 1.20 MiB/sec. | ||
12089 | 2024.08.06 04:05:42.131782 [ 3 ] {58a71ef2-2f08-48f8-8036-6254cd6ff264} <Debug> DynamicQueryHandler: Done processing query | ||
12090 | 2024.08.06 04:05:42.131808 [ 3 ] {58a71ef2-2f08-48f8-8036-6254cd6ff264} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12091 | 2024.08.06 04:05:42.131824 [ 3 ] {} <Debug> HTTP-Session: 8552275c-ba81-43c2-9650-547fb062ea67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12092 | 2024.08.06 04:05:42.132022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12093 | 2024.08.06 04:05:42.132070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12094 | 2024.08.06 04:05:42.132089 [ 3 ] {} <Debug> HTTP-Session: a9a55d32-b8ae-4229-ba8b-7d3553e99531 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12095 | 2024.08.06 04:05:42.132106 [ 3 ] {} <Debug> HTTP-Session: a9a55d32-b8ae-4229-ba8b-7d3553e99531 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12096 | 2024.08.06 04:05:42.132120 [ 3 ] {} <Debug> HTTP-Session: a9a55d32-b8ae-4229-ba8b-7d3553e99531 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12097 | 2024.08.06 04:05:42.132151 [ 3 ] {} <Trace> HTTP-Session: a9a55d32-b8ae-4229-ba8b-7d3553e99531 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12098 | 2024.08.06 04:05:42.132303 [ 3 ] {12dc6ec1-3979-476c-81fe-2a117147cd27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12099 | 2024.08.06 04:05:42.132347 [ 3 ] {12dc6ec1-3979-476c-81fe-2a117147cd27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12100 | 2024.08.06 04:05:42.132470 [ 3 ] {12dc6ec1-3979-476c-81fe-2a117147cd27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12101 | 2024.08.06 04:05:42.132942 [ 3 ] {12dc6ec1-3979-476c-81fe-2a117147cd27} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12102 | 2024.08.06 04:05:42.132978 [ 3 ] {12dc6ec1-3979-476c-81fe-2a117147cd27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12103 | 2024.08.06 04:05:42.133299 [ 3 ] {12dc6ec1-3979-476c-81fe-2a117147cd27} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12104 | 2024.08.06 04:05:42.133598 [ 3 ] {12dc6ec1-3979-476c-81fe-2a117147cd27} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12105 | 2024.08.06 04:05:42.133722 [ 3 ] {12dc6ec1-3979-476c-81fe-2a117147cd27} <Debug> executeQuery: Read 227 rows, 20.47 KiB in 0.00149 sec., 152348.9932885906 rows/sec., 13.41 MiB/sec. | ||
12106 | 2024.08.06 04:05:42.133727 [ 96 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12107 | 2024.08.06 04:05:42.133789 [ 96 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12108 | 2024.08.06 04:05:42.133826 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12109 | 2024.08.06 04:05:42.133932 [ 3 ] {12dc6ec1-3979-476c-81fe-2a117147cd27} <Debug> DynamicQueryHandler: Done processing query | ||
12110 | 2024.08.06 04:05:42.133997 [ 3 ] {12dc6ec1-3979-476c-81fe-2a117147cd27} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
12111 | 2024.08.06 04:05:42.134073 [ 3 ] {} <Debug> HTTP-Session: a9a55d32-b8ae-4229-ba8b-7d3553e99531 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12112 | 2024.08.06 04:05:42.134211 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
12113 | 2024.08.06 04:05:42.134433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12114 | 2024.08.06 04:05:42.134603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12115 | 2024.08.06 04:05:42.134691 [ 3 ] {} <Debug> HTTP-Session: e0f01e60-134d-486b-a8ee-8aacc466c704 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12116 | 2024.08.06 04:05:42.134752 [ 3 ] {} <Debug> HTTP-Session: e0f01e60-134d-486b-a8ee-8aacc466c704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12117 | 2024.08.06 04:05:42.134798 [ 3 ] {} <Debug> HTTP-Session: e0f01e60-134d-486b-a8ee-8aacc466c704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12118 | 2024.08.06 04:05:42.134826 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12119 | 2024.08.06 04:05:42.134862 [ 3 ] {} <Trace> HTTP-Session: e0f01e60-134d-486b-a8ee-8aacc466c704 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12120 | 2024.08.06 04:05:42.134892 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 304 rows starting from the beginning of the part | ||
12121 | 2024.08.06 04:05:42.135125 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 229 rows starting from the beginning of the part | ||
12122 | 2024.08.06 04:05:42.135264 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 89 rows starting from the beginning of the part | ||
12123 | 2024.08.06 04:05:42.135396 [ 3 ] {ab129781-7954-4d66-a29b-8041bb7d7875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12124 | 2024.08.06 04:05:42.135526 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 227 rows starting from the beginning of the part | ||
12125 | 2024.08.06 04:05:42.135589 [ 3 ] {ab129781-7954-4d66-a29b-8041bb7d7875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12126 | 2024.08.06 04:05:42.135955 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 89 rows starting from the beginning of the part | ||
12127 | 2024.08.06 04:05:42.136308 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 227 rows starting from the beginning of the part | ||
12128 | 2024.08.06 04:05:42.137030 [ 3 ] {ab129781-7954-4d66-a29b-8041bb7d7875} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12129 | 2024.08.06 04:05:42.138189 [ 3 ] {ab129781-7954-4d66-a29b-8041bb7d7875} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12130 | 2024.08.06 04:05:42.138249 [ 3 ] {ab129781-7954-4d66-a29b-8041bb7d7875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12131 | 2024.08.06 04:05:42.138934 [ 3 ] {ab129781-7954-4d66-a29b-8041bb7d7875} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12132 | 2024.08.06 04:05:42.139088 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1165 rows, containing 4 columns (4 merged, 0 gathered) in 0.005174792 sec., 225129.8216430728 rows/sec., 19.45 MiB/sec. | ||
12133 | 2024.08.06 04:05:42.139373 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12134 | 2024.08.06 04:05:42.139700 [ 3 ] {ab129781-7954-4d66-a29b-8041bb7d7875} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12135 | 2024.08.06 04:05:42.140068 [ 96 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12136 | 2024.08.06 04:05:42.140124 [ 3 ] {ab129781-7954-4d66-a29b-8041bb7d7875} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.005077 sec., 79574.55190072878 rows/sec., 5.62 MiB/sec. | ||
12137 | 2024.08.06 04:05:42.140148 [ 96 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12138 | 2024.08.06 04:05:42.140244 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12139 | 2024.08.06 04:05:42.140444 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_66_13} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12140 | 2024.08.06 04:05:42.140811 [ 191 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_66_13} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12141 | 2024.08.06 04:05:42.140813 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
12142 | 2024.08.06 04:05:42.140794 [ 3 ] {ab129781-7954-4d66-a29b-8041bb7d7875} <Debug> DynamicQueryHandler: Done processing query | ||
12143 | 2024.08.06 04:05:42.141017 [ 3 ] {ab129781-7954-4d66-a29b-8041bb7d7875} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12144 | 2024.08.06 04:05:42.141099 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
12145 | 2024.08.06 04:05:42.141131 [ 3 ] {} <Debug> HTTP-Session: e0f01e60-134d-486b-a8ee-8aacc466c704 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12146 | 2024.08.06 04:05:42.141386 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12147 | 2024.08.06 04:05:42.141486 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 473 rows starting from the beginning of the part | ||
12148 | 2024.08.06 04:05:42.141527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12149 | 2024.08.06 04:05:42.141749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12150 | 2024.08.06 04:05:42.141807 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 408 rows starting from the beginning of the part | ||
12151 | 2024.08.06 04:05:42.141841 [ 3 ] {} <Debug> HTTP-Session: d2b6bd1d-228d-4282-9713-57e6b242c882 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12152 | 2024.08.06 04:05:42.141914 [ 3 ] {} <Debug> HTTP-Session: d2b6bd1d-228d-4282-9713-57e6b242c882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12153 | 2024.08.06 04:05:42.142005 [ 3 ] {} <Debug> HTTP-Session: d2b6bd1d-228d-4282-9713-57e6b242c882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12154 | 2024.08.06 04:05:42.142099 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 75 rows starting from the beginning of the part | ||
12155 | 2024.08.06 04:05:42.142139 [ 3 ] {} <Trace> HTTP-Session: d2b6bd1d-228d-4282-9713-57e6b242c882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12156 | 2024.08.06 04:05:42.142412 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 404 rows starting from the beginning of the part | ||
12157 | 2024.08.06 04:05:42.142500 [ 3 ] {fbdd49d5-2fd2-42c9-90d4-1a4ee4ffc2c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12158 | 2024.08.06 04:05:42.142691 [ 3 ] {fbdd49d5-2fd2-42c9-90d4-1a4ee4ffc2c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12159 | 2024.08.06 04:05:42.142695 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 75 rows starting from the beginning of the part | ||
12160 | 2024.08.06 04:05:42.143031 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 404 rows starting from the beginning of the part | ||
12161 | 2024.08.06 04:05:42.143747 [ 3 ] {fbdd49d5-2fd2-42c9-90d4-1a4ee4ffc2c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12162 | 2024.08.06 04:05:42.144494 [ 3 ] {fbdd49d5-2fd2-42c9-90d4-1a4ee4ffc2c6} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12163 | 2024.08.06 04:05:42.144541 [ 3 ] {fbdd49d5-2fd2-42c9-90d4-1a4ee4ffc2c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12164 | 2024.08.06 04:05:42.145569 [ 3 ] {fbdd49d5-2fd2-42c9-90d4-1a4ee4ffc2c6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12165 | 2024.08.06 04:05:42.146246 [ 188 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1839 rows, containing 4 columns (4 merged, 0 gathered) in 0.005857968 sec., 313931.3837153088 rows/sec., 22.47 MiB/sec. | ||
12166 | 2024.08.06 04:05:42.146369 [ 3 ] {fbdd49d5-2fd2-42c9-90d4-1a4ee4ffc2c6} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12167 | 2024.08.06 04:05:42.146507 [ 197 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12168 | 2024.08.06 04:05:42.146666 [ 3 ] {fbdd49d5-2fd2-42c9-90d4-1a4ee4ffc2c6} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004276 sec., 1403.180542563143 rows/sec., 60.29 KiB/sec. | ||
12169 | 2024.08.06 04:05:42.146970 [ 3 ] {fbdd49d5-2fd2-42c9-90d4-1a4ee4ffc2c6} <Debug> DynamicQueryHandler: Done processing query | ||
12170 | 2024.08.06 04:05:42.147021 [ 3 ] {fbdd49d5-2fd2-42c9-90d4-1a4ee4ffc2c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12171 | 2024.08.06 04:05:42.147052 [ 3 ] {} <Debug> HTTP-Session: d2b6bd1d-228d-4282-9713-57e6b242c882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12172 | 2024.08.06 04:05:42.147238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12173 | 2024.08.06 04:05:42.147266 [ 197 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_66_13} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12174 | 2024.08.06 04:05:42.147309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12175 | 2024.08.06 04:05:42.147373 [ 3 ] {} <Debug> HTTP-Session: e67256b5-4205-464d-983a-aae10949c9f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12176 | 2024.08.06 04:05:42.147403 [ 3 ] {} <Debug> HTTP-Session: e67256b5-4205-464d-983a-aae10949c9f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12177 | 2024.08.06 04:05:42.147424 [ 197 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_66_13} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12178 | 2024.08.06 04:05:42.147449 [ 3 ] {} <Debug> HTTP-Session: e67256b5-4205-464d-983a-aae10949c9f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12179 | 2024.08.06 04:05:42.147511 [ 3 ] {} <Trace> HTTP-Session: e67256b5-4205-464d-983a-aae10949c9f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12180 | 2024.08.06 04:05:42.147583 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
12181 | 2024.08.06 04:05:42.147715 [ 3 ] {554a9a78-496f-4437-a008-e87f1494b18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12182 | 2024.08.06 04:05:42.147768 [ 3 ] {554a9a78-496f-4437-a008-e87f1494b18b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12183 | 2024.08.06 04:05:42.147928 [ 3 ] {554a9a78-496f-4437-a008-e87f1494b18b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12184 | 2024.08.06 04:05:42.148284 [ 3 ] {554a9a78-496f-4437-a008-e87f1494b18b} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12185 | 2024.08.06 04:05:42.148321 [ 3 ] {554a9a78-496f-4437-a008-e87f1494b18b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12186 | 2024.08.06 04:05:42.148698 [ 3 ] {554a9a78-496f-4437-a008-e87f1494b18b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12187 | 2024.08.06 04:05:42.149043 [ 3 ] {554a9a78-496f-4437-a008-e87f1494b18b} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12188 | 2024.08.06 04:05:42.149175 [ 3 ] {554a9a78-496f-4437-a008-e87f1494b18b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001528 sec., 50392.67015706806 rows/sec., 3.10 MiB/sec. | ||
12189 | 2024.08.06 04:05:42.149348 [ 3 ] {554a9a78-496f-4437-a008-e87f1494b18b} <Debug> DynamicQueryHandler: Done processing query | ||
12190 | 2024.08.06 04:05:42.149373 [ 3 ] {554a9a78-496f-4437-a008-e87f1494b18b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12191 | 2024.08.06 04:05:42.149390 [ 3 ] {} <Debug> HTTP-Session: e67256b5-4205-464d-983a-aae10949c9f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12192 | 2024.08.06 04:05:42.149588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12193 | 2024.08.06 04:05:42.149638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12194 | 2024.08.06 04:05:42.149658 [ 3 ] {} <Debug> HTTP-Session: 88ca3607-afc1-4eab-9183-ea6e2db5cc5c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12195 | 2024.08.06 04:05:42.149675 [ 3 ] {} <Debug> HTTP-Session: 88ca3607-afc1-4eab-9183-ea6e2db5cc5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12196 | 2024.08.06 04:05:42.149690 [ 3 ] {} <Debug> HTTP-Session: 88ca3607-afc1-4eab-9183-ea6e2db5cc5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12197 | 2024.08.06 04:05:42.149722 [ 3 ] {} <Trace> HTTP-Session: 88ca3607-afc1-4eab-9183-ea6e2db5cc5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12198 | 2024.08.06 04:05:42.149891 [ 3 ] {3087dacb-5bca-41a2-b85e-3bd889155b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12199 | 2024.08.06 04:05:42.149938 [ 3 ] {3087dacb-5bca-41a2-b85e-3bd889155b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12200 | 2024.08.06 04:05:42.150084 [ 3 ] {3087dacb-5bca-41a2-b85e-3bd889155b2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12201 | 2024.08.06 04:05:42.150507 [ 3 ] {3087dacb-5bca-41a2-b85e-3bd889155b2b} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12202 | 2024.08.06 04:05:42.150543 [ 3 ] {3087dacb-5bca-41a2-b85e-3bd889155b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12203 | 2024.08.06 04:05:42.150919 [ 3 ] {3087dacb-5bca-41a2-b85e-3bd889155b2b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12204 | 2024.08.06 04:05:42.151261 [ 3 ] {3087dacb-5bca-41a2-b85e-3bd889155b2b} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12205 | 2024.08.06 04:05:42.151409 [ 3 ] {3087dacb-5bca-41a2-b85e-3bd889155b2b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001603 sec., 99812.85090455395 rows/sec., 6.95 MiB/sec. | ||
12206 | 2024.08.06 04:05:42.151441 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12207 | 2024.08.06 04:05:42.151516 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12208 | 2024.08.06 04:05:42.151585 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12209 | 2024.08.06 04:05:42.151689 [ 3 ] {3087dacb-5bca-41a2-b85e-3bd889155b2b} <Debug> DynamicQueryHandler: Done processing query | ||
12210 | 2024.08.06 04:05:42.151727 [ 3 ] {3087dacb-5bca-41a2-b85e-3bd889155b2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12211 | 2024.08.06 04:05:42.151738 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
12212 | 2024.08.06 04:05:42.151746 [ 3 ] {} <Debug> HTTP-Session: 88ca3607-afc1-4eab-9183-ea6e2db5cc5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12213 | 2024.08.06 04:05:42.151902 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12214 | 2024.08.06 04:05:42.151946 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 10263 rows starting from the beginning of the part | ||
12215 | 2024.08.06 04:05:42.151949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35532, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12216 | 2024.08.06 04:05:42.152020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12217 | 2024.08.06 04:05:42.152097 [ 3 ] {} <Debug> HTTP-Session: f34029a7-7f29-4c72-8b6b-eed2d1264f8b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12218 | 2024.08.06 04:05:42.152106 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 162 rows starting from the beginning of the part | ||
12219 | 2024.08.06 04:05:42.152139 [ 3 ] {} <Debug> HTTP-Session: f34029a7-7f29-4c72-8b6b-eed2d1264f8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12220 | 2024.08.06 04:05:42.152177 [ 3 ] {} <Debug> HTTP-Session: f34029a7-7f29-4c72-8b6b-eed2d1264f8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12221 | 2024.08.06 04:05:42.152331 [ 3 ] {} <Trace> HTTP-Session: f34029a7-7f29-4c72-8b6b-eed2d1264f8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12222 | 2024.08.06 04:05:42.152467 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
12223 | 2024.08.06 04:05:42.152701 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
12224 | 2024.08.06 04:05:42.152917 [ 3 ] {058448b9-3011-406f-ae3f-cbd698fb4b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12225 | 2024.08.06 04:05:42.152945 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
12226 | 2024.08.06 04:05:42.153214 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
12227 | 2024.08.06 04:05:42.153239 [ 3 ] {058448b9-3011-406f-ae3f-cbd698fb4b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12228 | 2024.08.06 04:05:42.154322 [ 3 ] {058448b9-3011-406f-ae3f-cbd698fb4b1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12229 | 2024.08.06 04:05:42.155344 [ 3 ] {058448b9-3011-406f-ae3f-cbd698fb4b1f} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12230 | 2024.08.06 04:05:42.155391 [ 3 ] {058448b9-3011-406f-ae3f-cbd698fb4b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12231 | 2024.08.06 04:05:42.156144 [ 3 ] {058448b9-3011-406f-ae3f-cbd698fb4b1f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
12232 | 2024.08.06 04:05:42.157119 [ 3 ] {058448b9-3011-406f-ae3f-cbd698fb4b1f} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12233 | 2024.08.06 04:05:42.157367 [ 3 ] {058448b9-3011-406f-ae3f-cbd698fb4b1f} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.004766 sec., 4616.030214015946 rows/sec., 8.27 MiB/sec. | ||
12234 | 2024.08.06 04:05:42.157370 [ 95 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
12235 | 2024.08.06 04:05:42.157526 [ 95 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12236 | 2024.08.06 04:05:42.157646 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12237 | 2024.08.06 04:05:42.158280 [ 3 ] {058448b9-3011-406f-ae3f-cbd698fb4b1f} <Debug> DynamicQueryHandler: Done processing query | ||
12238 | 2024.08.06 04:05:42.158361 [ 197 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
12239 | 2024.08.06 04:05:42.158397 [ 3 ] {058448b9-3011-406f-ae3f-cbd698fb4b1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
12240 | 2024.08.06 04:05:42.158518 [ 3 ] {} <Debug> HTTP-Session: f34029a7-7f29-4c72-8b6b-eed2d1264f8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12241 | 2024.08.06 04:05:42.158867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12242 | 2024.08.06 04:05:42.159005 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11065 rows, containing 5 columns (5 merged, 0 gathered) in 0.007335252 sec., 1508468.9660287064 rows/sec., 105.11 MiB/sec. | ||
12243 | 2024.08.06 04:05:42.159047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12244 | 2024.08.06 04:05:42.159140 [ 3 ] {} <Debug> HTTP-Session: 59083f42-f7e7-419c-abd2-ec6bc4e91f68 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12245 | 2024.08.06 04:05:42.159200 [ 3 ] {} <Debug> HTTP-Session: 59083f42-f7e7-419c-abd2-ec6bc4e91f68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12246 | 2024.08.06 04:05:42.159246 [ 3 ] {} <Debug> HTTP-Session: 59083f42-f7e7-419c-abd2-ec6bc4e91f68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12247 | 2024.08.06 04:05:42.159390 [ 3 ] {} <Trace> HTTP-Session: 59083f42-f7e7-419c-abd2-ec6bc4e91f68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12248 | 2024.08.06 04:05:42.159445 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12249 | 2024.08.06 04:05:42.159770 [ 3 ] {77096c04-d615-4fd9-a13d-0b505414efea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12250 | 2024.08.06 04:05:42.159929 [ 3 ] {77096c04-d615-4fd9-a13d-0b505414efea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12251 | 2024.08.06 04:05:42.160546 [ 197 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12252 | 2024.08.06 04:05:42.160994 [ 197 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 846 rows starting from the beginning of the part | ||
12253 | 2024.08.06 04:05:42.161428 [ 3 ] {77096c04-d615-4fd9-a13d-0b505414efea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12254 | 2024.08.06 04:05:42.161785 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12255 | 2024.08.06 04:05:42.162320 [ 197 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 22 rows starting from the beginning of the part | ||
12256 | 2024.08.06 04:05:42.162345 [ 192 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12257 | 2024.08.06 04:05:42.162591 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. | ||
12258 | 2024.08.06 04:05:42.163355 [ 197 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 11 rows starting from the beginning of the part | ||
12259 | 2024.08.06 04:05:42.163376 [ 3 ] {77096c04-d615-4fd9-a13d-0b505414efea} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12260 | 2024.08.06 04:05:42.163465 [ 3 ] {77096c04-d615-4fd9-a13d-0b505414efea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12261 | 2024.08.06 04:05:42.164042 [ 197 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 22 rows starting from the beginning of the part | ||
12262 | 2024.08.06 04:05:42.164768 [ 197 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 11 rows starting from the beginning of the part | ||
12263 | 2024.08.06 04:05:42.164861 [ 3 ] {77096c04-d615-4fd9-a13d-0b505414efea} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12264 | 2024.08.06 04:05:42.165372 [ 197 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 22 rows starting from the beginning of the part | ||
12265 | 2024.08.06 04:05:42.166050 [ 3 ] {77096c04-d615-4fd9-a13d-0b505414efea} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12266 | 2024.08.06 04:05:42.166455 [ 3 ] {77096c04-d615-4fd9-a13d-0b505414efea} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.006827 sec., 3368.976124212685 rows/sec., 182.24 KiB/sec. | ||
12267 | 2024.08.06 04:05:42.166794 [ 3 ] {77096c04-d615-4fd9-a13d-0b505414efea} <Debug> DynamicQueryHandler: Done processing query | ||
12268 | 2024.08.06 04:05:42.166849 [ 3 ] {77096c04-d615-4fd9-a13d-0b505414efea} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12269 | 2024.08.06 04:05:42.166880 [ 3 ] {} <Debug> HTTP-Session: 59083f42-f7e7-419c-abd2-ec6bc4e91f68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12270 | 2024.08.06 04:05:42.167100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12271 | 2024.08.06 04:05:42.167204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12272 | 2024.08.06 04:05:42.167233 [ 3 ] {} <Debug> HTTP-Session: 552400c3-efed-4727-bd46-09cadbed8ccf Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12273 | 2024.08.06 04:05:42.167257 [ 3 ] {} <Debug> HTTP-Session: 552400c3-efed-4727-bd46-09cadbed8ccf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12274 | 2024.08.06 04:05:42.167288 [ 3 ] {} <Debug> HTTP-Session: 552400c3-efed-4727-bd46-09cadbed8ccf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12275 | 2024.08.06 04:05:42.167336 [ 3 ] {} <Trace> HTTP-Session: 552400c3-efed-4727-bd46-09cadbed8ccf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12276 | 2024.08.06 04:05:42.167459 [ 3 ] {2f0205d0-1f73-4764-bc1f-8ccbb49ab633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12277 | 2024.08.06 04:05:42.167507 [ 3 ] {2f0205d0-1f73-4764-bc1f-8ccbb49ab633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12278 | 2024.08.06 04:05:42.167758 [ 3 ] {2f0205d0-1f73-4764-bc1f-8ccbb49ab633} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12279 | 2024.08.06 04:05:42.168532 [ 3 ] {2f0205d0-1f73-4764-bc1f-8ccbb49ab633} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12280 | 2024.08.06 04:05:42.168601 [ 3 ] {2f0205d0-1f73-4764-bc1f-8ccbb49ab633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12281 | 2024.08.06 04:05:42.169780 [ 3 ] {2f0205d0-1f73-4764-bc1f-8ccbb49ab633} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12282 | 2024.08.06 04:05:42.170789 [ 3 ] {2f0205d0-1f73-4764-bc1f-8ccbb49ab633} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12283 | 2024.08.06 04:05:42.171206 [ 95 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12284 | 2024.08.06 04:05:42.171265 [ 3 ] {2f0205d0-1f73-4764-bc1f-8ccbb49ab633} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003829 sec., 15669.887699138157 rows/sec., 1.06 MiB/sec. | ||
12285 | 2024.08.06 04:05:42.171367 [ 95 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12286 | 2024.08.06 04:05:42.171517 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
12287 | 2024.08.06 04:05:42.171893 [ 3 ] {2f0205d0-1f73-4764-bc1f-8ccbb49ab633} <Debug> DynamicQueryHandler: Done processing query | ||
12288 | 2024.08.06 04:05:42.171997 [ 3 ] {2f0205d0-1f73-4764-bc1f-8ccbb49ab633} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12289 | 2024.08.06 04:05:42.172119 [ 3 ] {} <Debug> HTTP-Session: 552400c3-efed-4727-bd46-09cadbed8ccf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12290 | 2024.08.06 04:05:42.172251 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
12291 | 2024.08.06 04:05:42.172843 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12292 | 2024.08.06 04:05:42.172933 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3636 rows starting from the beginning of the part | ||
12293 | 2024.08.06 04:05:42.173469 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
12294 | 2024.08.06 04:05:42.173781 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
12295 | 2024.08.06 04:05:42.174016 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
12296 | 2024.08.06 04:05:42.174360 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
12297 | 2024.08.06 04:05:42.174521 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
12298 | 2024.08.06 04:05:42.176858 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3936 rows, containing 4 columns (4 merged, 0 gathered) in 0.00513093 sec., 767112.3948290077 rows/sec., 51.71 MiB/sec. | ||
12299 | 2024.08.06 04:05:42.176894 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 934 rows, containing 19 columns (19 merged, 0 gathered) in 0.019049648 sec., 49029.777348116884 rows/sec., 87.86 MiB/sec. | ||
12300 | 2024.08.06 04:05:42.177245 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12301 | 2024.08.06 04:05:42.177666 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_66_13} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12302 | 2024.08.06 04:05:42.177676 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
12303 | 2024.08.06 04:05:42.177777 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_66_13} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12304 | 2024.08.06 04:05:42.177889 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
12305 | 2024.08.06 04:05:42.178345 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12306 | 2024.08.06 04:05:42.178424 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
12307 | 2024.08.06 04:05:42.178531 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. | ||
12308 | 2024.08.06 04:05:43.000166 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.81 MiB, peak 213.66 MiB, free memory in arenas 0.00 B, will set to 203.33 MiB (RSS), difference: 1.52 MiB | ||
12309 | 2024.08.06 04:05:47.125909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12310 | 2024.08.06 04:05:47.126037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12311 | 2024.08.06 04:05:47.126067 [ 3 ] {} <Debug> HTTP-Session: 361b3f23-b1cd-471b-96d1-85fd771d3207 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12312 | 2024.08.06 04:05:47.126095 [ 3 ] {} <Debug> HTTP-Session: 361b3f23-b1cd-471b-96d1-85fd771d3207 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12313 | 2024.08.06 04:05:47.126113 [ 3 ] {} <Debug> HTTP-Session: 361b3f23-b1cd-471b-96d1-85fd771d3207 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12314 | 2024.08.06 04:05:47.126169 [ 3 ] {} <Trace> HTTP-Session: 361b3f23-b1cd-471b-96d1-85fd771d3207 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12315 | 2024.08.06 04:05:47.126375 [ 3 ] {745ef399-d986-4e18-a3c7-d5be667441e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12316 | 2024.08.06 04:05:47.126450 [ 3 ] {745ef399-d986-4e18-a3c7-d5be667441e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12317 | 2024.08.06 04:05:47.126665 [ 3 ] {745ef399-d986-4e18-a3c7-d5be667441e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12318 | 2024.08.06 04:05:47.127112 [ 3 ] {745ef399-d986-4e18-a3c7-d5be667441e1} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12319 | 2024.08.06 04:05:47.127153 [ 3 ] {745ef399-d986-4e18-a3c7-d5be667441e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12320 | 2024.08.06 04:05:47.127523 [ 3 ] {745ef399-d986-4e18-a3c7-d5be667441e1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12321 | 2024.08.06 04:05:47.127882 [ 3 ] {745ef399-d986-4e18-a3c7-d5be667441e1} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12322 | 2024.08.06 04:05:47.128031 [ 3 ] {745ef399-d986-4e18-a3c7-d5be667441e1} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001721 sec., 6391.632771644392 rows/sec., 518.07 KiB/sec. | ||
12323 | 2024.08.06 04:05:47.128240 [ 3 ] {745ef399-d986-4e18-a3c7-d5be667441e1} <Debug> DynamicQueryHandler: Done processing query | ||
12324 | 2024.08.06 04:05:47.128268 [ 3 ] {745ef399-d986-4e18-a3c7-d5be667441e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12325 | 2024.08.06 04:05:47.128285 [ 3 ] {} <Debug> HTTP-Session: 361b3f23-b1cd-471b-96d1-85fd771d3207 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12326 | 2024.08.06 04:05:47.128430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12327 | 2024.08.06 04:05:47.128480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12328 | 2024.08.06 04:05:47.128498 [ 3 ] {} <Debug> HTTP-Session: 0433516f-0371-4c4f-970d-b1f44d4c0d8d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12329 | 2024.08.06 04:05:47.128515 [ 3 ] {} <Debug> HTTP-Session: 0433516f-0371-4c4f-970d-b1f44d4c0d8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12330 | 2024.08.06 04:05:47.128528 [ 3 ] {} <Debug> HTTP-Session: 0433516f-0371-4c4f-970d-b1f44d4c0d8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12331 | 2024.08.06 04:05:47.128560 [ 3 ] {} <Trace> HTTP-Session: 0433516f-0371-4c4f-970d-b1f44d4c0d8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12332 | 2024.08.06 04:05:47.128689 [ 3 ] {c94a2277-1b65-4c59-8198-5fc635291765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12333 | 2024.08.06 04:05:47.128732 [ 3 ] {c94a2277-1b65-4c59-8198-5fc635291765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12334 | 2024.08.06 04:05:47.128856 [ 3 ] {c94a2277-1b65-4c59-8198-5fc635291765} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12335 | 2024.08.06 04:05:47.129269 [ 3 ] {c94a2277-1b65-4c59-8198-5fc635291765} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12336 | 2024.08.06 04:05:47.129305 [ 3 ] {c94a2277-1b65-4c59-8198-5fc635291765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12337 | 2024.08.06 04:05:47.129623 [ 3 ] {c94a2277-1b65-4c59-8198-5fc635291765} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12338 | 2024.08.06 04:05:47.129935 [ 3 ] {c94a2277-1b65-4c59-8198-5fc635291765} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12339 | 2024.08.06 04:05:47.130058 [ 3 ] {c94a2277-1b65-4c59-8198-5fc635291765} <Debug> executeQuery: Read 125 rows, 10.13 KiB in 0.001422 sec., 87904.36005625878 rows/sec., 6.96 MiB/sec. | ||
12340 | 2024.08.06 04:05:47.130222 [ 3 ] {c94a2277-1b65-4c59-8198-5fc635291765} <Debug> DynamicQueryHandler: Done processing query | ||
12341 | 2024.08.06 04:05:47.130246 [ 3 ] {c94a2277-1b65-4c59-8198-5fc635291765} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12342 | 2024.08.06 04:05:47.130262 [ 3 ] {} <Debug> HTTP-Session: 0433516f-0371-4c4f-970d-b1f44d4c0d8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12343 | 2024.08.06 04:05:47.130444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 16771, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12344 | 2024.08.06 04:05:47.130492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12345 | 2024.08.06 04:05:47.130510 [ 3 ] {} <Debug> HTTP-Session: 29b1c150-1eef-4ce0-a222-2c870df4c6bd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12346 | 2024.08.06 04:05:47.130526 [ 3 ] {} <Debug> HTTP-Session: 29b1c150-1eef-4ce0-a222-2c870df4c6bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12347 | 2024.08.06 04:05:47.130540 [ 3 ] {} <Debug> HTTP-Session: 29b1c150-1eef-4ce0-a222-2c870df4c6bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12348 | 2024.08.06 04:05:47.130571 [ 3 ] {} <Trace> HTTP-Session: 29b1c150-1eef-4ce0-a222-2c870df4c6bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12349 | 2024.08.06 04:05:47.130687 [ 3 ] {c5fafaed-0489-41ea-82e0-86cbf1941f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12350 | 2024.08.06 04:05:47.130729 [ 3 ] {c5fafaed-0489-41ea-82e0-86cbf1941f5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12351 | 2024.08.06 04:05:47.130854 [ 3 ] {c5fafaed-0489-41ea-82e0-86cbf1941f5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12352 | 2024.08.06 04:05:47.131238 [ 3 ] {c5fafaed-0489-41ea-82e0-86cbf1941f5b} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12353 | 2024.08.06 04:05:47.131274 [ 3 ] {c5fafaed-0489-41ea-82e0-86cbf1941f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12354 | 2024.08.06 04:05:47.131591 [ 3 ] {c5fafaed-0489-41ea-82e0-86cbf1941f5b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12355 | 2024.08.06 04:05:47.131899 [ 3 ] {c5fafaed-0489-41ea-82e0-86cbf1941f5b} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12356 | 2024.08.06 04:05:47.132023 [ 3 ] {c5fafaed-0489-41ea-82e0-86cbf1941f5b} <Debug> executeQuery: Read 99 rows, 7.89 KiB in 0.001378 sec., 71843.2510885341 rows/sec., 5.59 MiB/sec. | ||
12357 | 2024.08.06 04:05:47.132183 [ 3 ] {c5fafaed-0489-41ea-82e0-86cbf1941f5b} <Debug> DynamicQueryHandler: Done processing query | ||
12358 | 2024.08.06 04:05:47.132208 [ 3 ] {c5fafaed-0489-41ea-82e0-86cbf1941f5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12359 | 2024.08.06 04:05:47.132224 [ 3 ] {} <Debug> HTTP-Session: 29b1c150-1eef-4ce0-a222-2c870df4c6bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12360 | 2024.08.06 04:05:47.132425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37545, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12361 | 2024.08.06 04:05:47.132473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12362 | 2024.08.06 04:05:47.132492 [ 3 ] {} <Debug> HTTP-Session: 3e3a1001-edd0-4f9d-89f9-8619a0ca664a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12363 | 2024.08.06 04:05:47.132507 [ 3 ] {} <Debug> HTTP-Session: 3e3a1001-edd0-4f9d-89f9-8619a0ca664a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12364 | 2024.08.06 04:05:47.132521 [ 3 ] {} <Debug> HTTP-Session: 3e3a1001-edd0-4f9d-89f9-8619a0ca664a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12365 | 2024.08.06 04:05:47.132551 [ 3 ] {} <Trace> HTTP-Session: 3e3a1001-edd0-4f9d-89f9-8619a0ca664a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12366 | 2024.08.06 04:05:47.132717 [ 3 ] {35179524-a02f-4a5e-bdab-46a4eb789ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12367 | 2024.08.06 04:05:47.132763 [ 3 ] {35179524-a02f-4a5e-bdab-46a4eb789ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12368 | 2024.08.06 04:05:47.132903 [ 3 ] {35179524-a02f-4a5e-bdab-46a4eb789ec1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12369 | 2024.08.06 04:05:47.133313 [ 3 ] {35179524-a02f-4a5e-bdab-46a4eb789ec1} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12370 | 2024.08.06 04:05:47.133350 [ 3 ] {35179524-a02f-4a5e-bdab-46a4eb789ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12371 | 2024.08.06 04:05:47.133755 [ 3 ] {35179524-a02f-4a5e-bdab-46a4eb789ec1} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12372 | 2024.08.06 04:05:47.134099 [ 3 ] {35179524-a02f-4a5e-bdab-46a4eb789ec1} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12373 | 2024.08.06 04:05:47.134241 [ 3 ] {35179524-a02f-4a5e-bdab-46a4eb789ec1} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001601 sec., 122423.48532167396 rows/sec., 8.55 MiB/sec. | ||
12374 | 2024.08.06 04:05:47.134478 [ 3 ] {35179524-a02f-4a5e-bdab-46a4eb789ec1} <Debug> DynamicQueryHandler: Done processing query | ||
12375 | 2024.08.06 04:05:47.134513 [ 3 ] {35179524-a02f-4a5e-bdab-46a4eb789ec1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12376 | 2024.08.06 04:05:47.134574 [ 3 ] {} <Debug> HTTP-Session: 3e3a1001-edd0-4f9d-89f9-8619a0ca664a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12377 | 2024.08.06 04:05:47.134796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17728, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12378 | 2024.08.06 04:05:47.134848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12379 | 2024.08.06 04:05:47.134867 [ 3 ] {} <Debug> HTTP-Session: 9d0196dd-f15d-4c3e-80e1-91a9d21f5220 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12380 | 2024.08.06 04:05:47.134883 [ 3 ] {} <Debug> HTTP-Session: 9d0196dd-f15d-4c3e-80e1-91a9d21f5220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12381 | 2024.08.06 04:05:47.134897 [ 3 ] {} <Debug> HTTP-Session: 9d0196dd-f15d-4c3e-80e1-91a9d21f5220 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12382 | 2024.08.06 04:05:47.134929 [ 3 ] {} <Trace> HTTP-Session: 9d0196dd-f15d-4c3e-80e1-91a9d21f5220 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12383 | 2024.08.06 04:05:47.135097 [ 3 ] {bb8c77a4-53b8-4f7b-8f98-60423d8a6175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12384 | 2024.08.06 04:05:47.135168 [ 3 ] {bb8c77a4-53b8-4f7b-8f98-60423d8a6175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12385 | 2024.08.06 04:05:47.135592 [ 3 ] {bb8c77a4-53b8-4f7b-8f98-60423d8a6175} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12386 | 2024.08.06 04:05:47.136171 [ 3 ] {bb8c77a4-53b8-4f7b-8f98-60423d8a6175} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12387 | 2024.08.06 04:05:47.136208 [ 3 ] {bb8c77a4-53b8-4f7b-8f98-60423d8a6175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12388 | 2024.08.06 04:05:47.136801 [ 3 ] {bb8c77a4-53b8-4f7b-8f98-60423d8a6175} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
12389 | 2024.08.06 04:05:47.137215 [ 3 ] {bb8c77a4-53b8-4f7b-8f98-60423d8a6175} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12390 | 2024.08.06 04:05:47.137403 [ 3 ] {bb8c77a4-53b8-4f7b-8f98-60423d8a6175} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002387 sec., 4608.294930875576 rows/sec., 8.26 MiB/sec. | ||
12391 | 2024.08.06 04:05:47.137875 [ 3 ] {bb8c77a4-53b8-4f7b-8f98-60423d8a6175} <Debug> DynamicQueryHandler: Done processing query | ||
12392 | 2024.08.06 04:05:47.137909 [ 3 ] {bb8c77a4-53b8-4f7b-8f98-60423d8a6175} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
12393 | 2024.08.06 04:05:47.137942 [ 3 ] {} <Debug> HTTP-Session: 9d0196dd-f15d-4c3e-80e1-91a9d21f5220 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12394 | 2024.08.06 04:05:47.138079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12395 | 2024.08.06 04:05:47.138134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12396 | 2024.08.06 04:05:47.138156 [ 3 ] {} <Debug> HTTP-Session: 2ca51546-9029-453a-a0b5-d7b8db0593a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12397 | 2024.08.06 04:05:47.138172 [ 3 ] {} <Debug> HTTP-Session: 2ca51546-9029-453a-a0b5-d7b8db0593a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12398 | 2024.08.06 04:05:47.138185 [ 3 ] {} <Debug> HTTP-Session: 2ca51546-9029-453a-a0b5-d7b8db0593a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12399 | 2024.08.06 04:05:47.138217 [ 3 ] {} <Trace> HTTP-Session: 2ca51546-9029-453a-a0b5-d7b8db0593a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12400 | 2024.08.06 04:05:47.138356 [ 3 ] {6f2cfaa2-a617-471c-a857-3699c8cec08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12401 | 2024.08.06 04:05:47.138401 [ 3 ] {6f2cfaa2-a617-471c-a857-3699c8cec08b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12402 | 2024.08.06 04:05:47.138543 [ 3 ] {6f2cfaa2-a617-471c-a857-3699c8cec08b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12403 | 2024.08.06 04:05:47.138846 [ 3 ] {6f2cfaa2-a617-471c-a857-3699c8cec08b} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12404 | 2024.08.06 04:05:47.138882 [ 3 ] {6f2cfaa2-a617-471c-a857-3699c8cec08b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12405 | 2024.08.06 04:05:47.139241 [ 3 ] {6f2cfaa2-a617-471c-a857-3699c8cec08b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12406 | 2024.08.06 04:05:47.139570 [ 3 ] {6f2cfaa2-a617-471c-a857-3699c8cec08b} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12407 | 2024.08.06 04:05:47.139723 [ 3 ] {6f2cfaa2-a617-471c-a857-3699c8cec08b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. | ||
12408 | 2024.08.06 04:05:47.139973 [ 3 ] {6f2cfaa2-a617-471c-a857-3699c8cec08b} <Debug> DynamicQueryHandler: Done processing query | ||
12409 | 2024.08.06 04:05:47.140035 [ 3 ] {6f2cfaa2-a617-471c-a857-3699c8cec08b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12410 | 2024.08.06 04:05:47.140092 [ 3 ] {} <Debug> HTTP-Session: 2ca51546-9029-453a-a0b5-d7b8db0593a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12411 | 2024.08.06 04:05:51.019330 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12412 | 2024.08.06 04:05:51.019430 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12413 | 2024.08.06 04:05:52.130043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12414 | 2024.08.06 04:05:52.130162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12415 | 2024.08.06 04:05:52.130189 [ 3 ] {} <Debug> HTTP-Session: 0179bdb9-6705-41af-9f2b-5694cfe4a251 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12416 | 2024.08.06 04:05:52.130214 [ 3 ] {} <Debug> HTTP-Session: 0179bdb9-6705-41af-9f2b-5694cfe4a251 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12417 | 2024.08.06 04:05:52.130229 [ 3 ] {} <Debug> HTTP-Session: 0179bdb9-6705-41af-9f2b-5694cfe4a251 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12418 | 2024.08.06 04:05:52.130280 [ 3 ] {} <Trace> HTTP-Session: 0179bdb9-6705-41af-9f2b-5694cfe4a251 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12419 | 2024.08.06 04:05:52.130482 [ 3 ] {656dd56c-705b-41c6-a41d-c38258e8f855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12420 | 2024.08.06 04:05:52.130551 [ 3 ] {656dd56c-705b-41c6-a41d-c38258e8f855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12421 | 2024.08.06 04:05:52.130748 [ 3 ] {656dd56c-705b-41c6-a41d-c38258e8f855} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12422 | 2024.08.06 04:05:52.131312 [ 3 ] {656dd56c-705b-41c6-a41d-c38258e8f855} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12423 | 2024.08.06 04:05:52.131356 [ 3 ] {656dd56c-705b-41c6-a41d-c38258e8f855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12424 | 2024.08.06 04:05:52.131731 [ 3 ] {656dd56c-705b-41c6-a41d-c38258e8f855} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12425 | 2024.08.06 04:05:52.132078 [ 3 ] {656dd56c-705b-41c6-a41d-c38258e8f855} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12426 | 2024.08.06 04:05:52.132222 [ 3 ] {656dd56c-705b-41c6-a41d-c38258e8f855} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001802 sec., 15538.290788013319 rows/sec., 1.15 MiB/sec. | ||
12427 | 2024.08.06 04:05:52.132248 [ 88 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
12428 | 2024.08.06 04:05:52.132309 [ 88 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12429 | 2024.08.06 04:05:52.132341 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12430 | 2024.08.06 04:05:52.132450 [ 3 ] {656dd56c-705b-41c6-a41d-c38258e8f855} <Debug> DynamicQueryHandler: Done processing query | ||
12431 | 2024.08.06 04:05:52.132514 [ 3 ] {656dd56c-705b-41c6-a41d-c38258e8f855} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12432 | 2024.08.06 04:05:52.132559 [ 3 ] {} <Debug> HTTP-Session: 0179bdb9-6705-41af-9f2b-5694cfe4a251 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12433 | 2024.08.06 04:05:52.132589 [ 195 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
12434 | 2024.08.06 04:05:52.132738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12435 | 2024.08.06 04:05:52.132847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12436 | 2024.08.06 04:05:52.132892 [ 195 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12437 | 2024.08.06 04:05:52.132903 [ 3 ] {} <Debug> HTTP-Session: 86117160-096e-44d8-a628-d3111c05fe2b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12438 | 2024.08.06 04:05:52.132951 [ 195 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 39 rows starting from the beginning of the part | ||
12439 | 2024.08.06 04:05:52.132962 [ 3 ] {} <Debug> HTTP-Session: 86117160-096e-44d8-a628-d3111c05fe2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12440 | 2024.08.06 04:05:52.133009 [ 3 ] {} <Debug> HTTP-Session: 86117160-096e-44d8-a628-d3111c05fe2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12441 | 2024.08.06 04:05:52.133108 [ 3 ] {} <Trace> HTTP-Session: 86117160-096e-44d8-a628-d3111c05fe2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12442 | 2024.08.06 04:05:52.133188 [ 195 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part | ||
12443 | 2024.08.06 04:05:52.133501 [ 3 ] {fa00aed7-21d0-40bd-9f19-823314593d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12444 | 2024.08.06 04:05:52.133521 [ 195 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 11 rows starting from the beginning of the part | ||
12445 | 2024.08.06 04:05:52.133662 [ 3 ] {fa00aed7-21d0-40bd-9f19-823314593d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12446 | 2024.08.06 04:05:52.133839 [ 195 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 28 rows starting from the beginning of the part | ||
12447 | 2024.08.06 04:05:52.134199 [ 195 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 11 rows starting from the beginning of the part | ||
12448 | 2024.08.06 04:05:52.134538 [ 195 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 28 rows starting from the beginning of the part | ||
12449 | 2024.08.06 04:05:52.134910 [ 3 ] {fa00aed7-21d0-40bd-9f19-823314593d37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12450 | 2024.08.06 04:05:52.135822 [ 3 ] {fa00aed7-21d0-40bd-9f19-823314593d37} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12451 | 2024.08.06 04:05:52.135876 [ 3 ] {fa00aed7-21d0-40bd-9f19-823314593d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12452 | 2024.08.06 04:05:52.136769 [ 3 ] {fa00aed7-21d0-40bd-9f19-823314593d37} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
12453 | 2024.08.06 04:05:52.137337 [ 203 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 4 columns (4 merged, 0 gathered) in 0.004913395 sec., 29511.162851755253 rows/sec., 2.22 MiB/sec. | ||
12454 | 2024.08.06 04:05:52.137567 [ 203 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
12455 | 2024.08.06 04:05:52.137733 [ 3 ] {fa00aed7-21d0-40bd-9f19-823314593d37} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12456 | 2024.08.06 04:05:52.138190 [ 3 ] {fa00aed7-21d0-40bd-9f19-823314593d37} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004853 sec., 412.1162167731301 rows/sec., 33.61 KiB/sec. | ||
12457 | 2024.08.06 04:05:52.138778 [ 3 ] {fa00aed7-21d0-40bd-9f19-823314593d37} <Debug> DynamicQueryHandler: Done processing query | ||
12458 | 2024.08.06 04:05:52.138835 [ 3 ] {fa00aed7-21d0-40bd-9f19-823314593d37} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12459 | 2024.08.06 04:05:52.138862 [ 3 ] {} <Debug> HTTP-Session: 86117160-096e-44d8-a628-d3111c05fe2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12460 | 2024.08.06 04:05:52.138997 [ 203 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_61_12} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12461 | 2024.08.06 04:05:52.139095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12462 | 2024.08.06 04:05:52.139132 [ 203 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_61_12} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
12463 | 2024.08.06 04:05:52.139173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12464 | 2024.08.06 04:05:52.139243 [ 3 ] {} <Debug> HTTP-Session: 2d1dec59-1fc0-4457-a463-47998ee07759 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12465 | 2024.08.06 04:05:52.139274 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
12466 | 2024.08.06 04:05:52.139283 [ 3 ] {} <Debug> HTTP-Session: 2d1dec59-1fc0-4457-a463-47998ee07759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12467 | 2024.08.06 04:05:52.139327 [ 3 ] {} <Debug> HTTP-Session: 2d1dec59-1fc0-4457-a463-47998ee07759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12468 | 2024.08.06 04:05:52.139359 [ 3 ] {} <Trace> HTTP-Session: 2d1dec59-1fc0-4457-a463-47998ee07759 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12469 | 2024.08.06 04:05:52.139529 [ 3 ] {3aef1837-e189-4db1-acbd-69865e896d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12470 | 2024.08.06 04:05:52.139572 [ 3 ] {3aef1837-e189-4db1-acbd-69865e896d3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12471 | 2024.08.06 04:05:52.139721 [ 3 ] {3aef1837-e189-4db1-acbd-69865e896d3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12472 | 2024.08.06 04:05:52.140188 [ 3 ] {3aef1837-e189-4db1-acbd-69865e896d3c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12473 | 2024.08.06 04:05:52.140224 [ 3 ] {3aef1837-e189-4db1-acbd-69865e896d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12474 | 2024.08.06 04:05:52.140559 [ 3 ] {3aef1837-e189-4db1-acbd-69865e896d3c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12475 | 2024.08.06 04:05:52.140876 [ 3 ] {3aef1837-e189-4db1-acbd-69865e896d3c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12476 | 2024.08.06 04:05:52.141002 [ 3 ] {3aef1837-e189-4db1-acbd-69865e896d3c} <Debug> executeQuery: Read 228 rows, 20.54 KiB in 0.001553 sec., 146812.62073406312 rows/sec., 12.92 MiB/sec. | ||
12477 | 2024.08.06 04:05:52.141161 [ 3 ] {3aef1837-e189-4db1-acbd-69865e896d3c} <Debug> DynamicQueryHandler: Done processing query | ||
12478 | 2024.08.06 04:05:52.141184 [ 3 ] {3aef1837-e189-4db1-acbd-69865e896d3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
12479 | 2024.08.06 04:05:52.141199 [ 3 ] {} <Debug> HTTP-Session: 2d1dec59-1fc0-4457-a463-47998ee07759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12480 | 2024.08.06 04:05:52.141332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12481 | 2024.08.06 04:05:52.141380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12482 | 2024.08.06 04:05:52.141399 [ 3 ] {} <Debug> HTTP-Session: 01798b72-5257-47f7-b018-01e353ca94be Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12483 | 2024.08.06 04:05:52.141414 [ 3 ] {} <Debug> HTTP-Session: 01798b72-5257-47f7-b018-01e353ca94be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12484 | 2024.08.06 04:05:52.141428 [ 3 ] {} <Debug> HTTP-Session: 01798b72-5257-47f7-b018-01e353ca94be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12485 | 2024.08.06 04:05:52.141457 [ 3 ] {} <Trace> HTTP-Session: 01798b72-5257-47f7-b018-01e353ca94be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12486 | 2024.08.06 04:05:52.141549 [ 3 ] {0cd4ea47-05de-40f9-b897-5047326d69f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12487 | 2024.08.06 04:05:52.141591 [ 3 ] {0cd4ea47-05de-40f9-b897-5047326d69f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12488 | 2024.08.06 04:05:52.141715 [ 3 ] {0cd4ea47-05de-40f9-b897-5047326d69f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12489 | 2024.08.06 04:05:52.142004 [ 3 ] {0cd4ea47-05de-40f9-b897-5047326d69f6} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12490 | 2024.08.06 04:05:52.142039 [ 3 ] {0cd4ea47-05de-40f9-b897-5047326d69f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12491 | 2024.08.06 04:05:52.142331 [ 3 ] {0cd4ea47-05de-40f9-b897-5047326d69f6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
12492 | 2024.08.06 04:05:52.142636 [ 3 ] {0cd4ea47-05de-40f9-b897-5047326d69f6} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12493 | 2024.08.06 04:05:52.142763 [ 3 ] {0cd4ea47-05de-40f9-b897-5047326d69f6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001237 sec., 1616.8148746968473 rows/sec., 112.89 KiB/sec. | ||
12494 | 2024.08.06 04:05:52.143017 [ 3 ] {0cd4ea47-05de-40f9-b897-5047326d69f6} <Debug> DynamicQueryHandler: Done processing query | ||
12495 | 2024.08.06 04:05:52.143061 [ 3 ] {0cd4ea47-05de-40f9-b897-5047326d69f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12496 | 2024.08.06 04:05:52.143086 [ 3 ] {} <Debug> HTTP-Session: 01798b72-5257-47f7-b018-01e353ca94be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12497 | 2024.08.06 04:05:52.143266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12498 | 2024.08.06 04:05:52.143315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12499 | 2024.08.06 04:05:52.143334 [ 3 ] {} <Debug> HTTP-Session: c320161b-5c5f-4ed2-a5e5-d8dce2ea345c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12500 | 2024.08.06 04:05:52.143350 [ 3 ] {} <Debug> HTTP-Session: c320161b-5c5f-4ed2-a5e5-d8dce2ea345c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12501 | 2024.08.06 04:05:52.143364 [ 3 ] {} <Debug> HTTP-Session: c320161b-5c5f-4ed2-a5e5-d8dce2ea345c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12502 | 2024.08.06 04:05:52.143394 [ 3 ] {} <Trace> HTTP-Session: c320161b-5c5f-4ed2-a5e5-d8dce2ea345c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12503 | 2024.08.06 04:05:52.143619 [ 3 ] {4c9d2045-ad50-41f0-95c0-22bb7e32d93f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12504 | 2024.08.06 04:05:52.143663 [ 3 ] {4c9d2045-ad50-41f0-95c0-22bb7e32d93f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12505 | 2024.08.06 04:05:52.143805 [ 3 ] {4c9d2045-ad50-41f0-95c0-22bb7e32d93f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12506 | 2024.08.06 04:05:52.144344 [ 3 ] {4c9d2045-ad50-41f0-95c0-22bb7e32d93f} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12507 | 2024.08.06 04:05:52.144380 [ 3 ] {4c9d2045-ad50-41f0-95c0-22bb7e32d93f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12508 | 2024.08.06 04:05:52.144701 [ 3 ] {4c9d2045-ad50-41f0-95c0-22bb7e32d93f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12509 | 2024.08.06 04:05:52.145010 [ 3 ] {4c9d2045-ad50-41f0-95c0-22bb7e32d93f} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12510 | 2024.08.06 04:05:52.145137 [ 3 ] {4c9d2045-ad50-41f0-95c0-22bb7e32d93f} <Debug> executeQuery: Read 406 rows, 29.40 KiB in 0.001625 sec., 249846.15384615384 rows/sec., 17.67 MiB/sec. | ||
12511 | 2024.08.06 04:05:52.145293 [ 3 ] {4c9d2045-ad50-41f0-95c0-22bb7e32d93f} <Debug> DynamicQueryHandler: Done processing query | ||
12512 | 2024.08.06 04:05:52.145317 [ 3 ] {4c9d2045-ad50-41f0-95c0-22bb7e32d93f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
12513 | 2024.08.06 04:05:52.145332 [ 3 ] {} <Debug> HTTP-Session: c320161b-5c5f-4ed2-a5e5-d8dce2ea345c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12514 | 2024.08.06 04:05:52.145461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12515 | 2024.08.06 04:05:52.145508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12516 | 2024.08.06 04:05:52.145526 [ 3 ] {} <Debug> HTTP-Session: 046099be-26b1-4657-a0d4-d4e2849e9557 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12517 | 2024.08.06 04:05:52.145542 [ 3 ] {} <Debug> HTTP-Session: 046099be-26b1-4657-a0d4-d4e2849e9557 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12518 | 2024.08.06 04:05:52.145556 [ 3 ] {} <Debug> HTTP-Session: 046099be-26b1-4657-a0d4-d4e2849e9557 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12519 | 2024.08.06 04:05:52.145586 [ 3 ] {} <Trace> HTTP-Session: 046099be-26b1-4657-a0d4-d4e2849e9557 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12520 | 2024.08.06 04:05:52.145680 [ 3 ] {364a9500-5146-4d40-851a-0ab1708bd41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12521 | 2024.08.06 04:05:52.145723 [ 3 ] {364a9500-5146-4d40-851a-0ab1708bd41e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12522 | 2024.08.06 04:05:52.145848 [ 3 ] {364a9500-5146-4d40-851a-0ab1708bd41e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12523 | 2024.08.06 04:05:52.146101 [ 3 ] {364a9500-5146-4d40-851a-0ab1708bd41e} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12524 | 2024.08.06 04:05:52.146137 [ 3 ] {364a9500-5146-4d40-851a-0ab1708bd41e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12525 | 2024.08.06 04:05:52.146483 [ 3 ] {364a9500-5146-4d40-851a-0ab1708bd41e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12526 | 2024.08.06 04:05:52.146804 [ 3 ] {364a9500-5146-4d40-851a-0ab1708bd41e} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12527 | 2024.08.06 04:05:52.146932 [ 3 ] {364a9500-5146-4d40-851a-0ab1708bd41e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001276 sec., 4702.194357366771 rows/sec., 202.05 KiB/sec. | ||
12528 | 2024.08.06 04:05:52.147183 [ 3 ] {364a9500-5146-4d40-851a-0ab1708bd41e} <Debug> DynamicQueryHandler: Done processing query | ||
12529 | 2024.08.06 04:05:52.147229 [ 3 ] {364a9500-5146-4d40-851a-0ab1708bd41e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12530 | 2024.08.06 04:05:52.147253 [ 3 ] {} <Debug> HTTP-Session: 046099be-26b1-4657-a0d4-d4e2849e9557 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12531 | 2024.08.06 04:05:52.147389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12532 | 2024.08.06 04:05:52.147436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12533 | 2024.08.06 04:05:52.147455 [ 3 ] {} <Debug> HTTP-Session: 77019d1c-3cec-4676-89e3-77e3a0e3774b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12534 | 2024.08.06 04:05:52.147472 [ 3 ] {} <Debug> HTTP-Session: 77019d1c-3cec-4676-89e3-77e3a0e3774b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12535 | 2024.08.06 04:05:52.147485 [ 3 ] {} <Debug> HTTP-Session: 77019d1c-3cec-4676-89e3-77e3a0e3774b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12536 | 2024.08.06 04:05:52.147515 [ 3 ] {} <Trace> HTTP-Session: 77019d1c-3cec-4676-89e3-77e3a0e3774b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12537 | 2024.08.06 04:05:52.147634 [ 3 ] {f7aa823a-fb19-4b0c-a42d-2f281fe79f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12538 | 2024.08.06 04:05:52.147683 [ 3 ] {f7aa823a-fb19-4b0c-a42d-2f281fe79f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12539 | 2024.08.06 04:05:52.147836 [ 3 ] {f7aa823a-fb19-4b0c-a42d-2f281fe79f06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12540 | 2024.08.06 04:05:52.148167 [ 3 ] {f7aa823a-fb19-4b0c-a42d-2f281fe79f06} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12541 | 2024.08.06 04:05:52.148203 [ 3 ] {f7aa823a-fb19-4b0c-a42d-2f281fe79f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12542 | 2024.08.06 04:05:52.148560 [ 3 ] {f7aa823a-fb19-4b0c-a42d-2f281fe79f06} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12543 | 2024.08.06 04:05:52.148902 [ 3 ] {f7aa823a-fb19-4b0c-a42d-2f281fe79f06} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12544 | 2024.08.06 04:05:52.149026 [ 3 ] {f7aa823a-fb19-4b0c-a42d-2f281fe79f06} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001435 sec., 53658.53658536585 rows/sec., 3.30 MiB/sec. | ||
12545 | 2024.08.06 04:05:52.149198 [ 3 ] {f7aa823a-fb19-4b0c-a42d-2f281fe79f06} <Debug> DynamicQueryHandler: Done processing query | ||
12546 | 2024.08.06 04:05:52.149222 [ 3 ] {f7aa823a-fb19-4b0c-a42d-2f281fe79f06} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12547 | 2024.08.06 04:05:52.149238 [ 3 ] {} <Debug> HTTP-Session: 77019d1c-3cec-4676-89e3-77e3a0e3774b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12548 | 2024.08.06 04:05:52.149389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12549 | 2024.08.06 04:05:52.149439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12550 | 2024.08.06 04:05:52.149459 [ 3 ] {} <Debug> HTTP-Session: 0d563f4b-84ea-46b6-9aff-d372220b0b60 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12551 | 2024.08.06 04:05:52.149474 [ 3 ] {} <Debug> HTTP-Session: 0d563f4b-84ea-46b6-9aff-d372220b0b60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12552 | 2024.08.06 04:05:52.149488 [ 3 ] {} <Debug> HTTP-Session: 0d563f4b-84ea-46b6-9aff-d372220b0b60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12553 | 2024.08.06 04:05:52.149519 [ 3 ] {} <Trace> HTTP-Session: 0d563f4b-84ea-46b6-9aff-d372220b0b60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12554 | 2024.08.06 04:05:52.149685 [ 3 ] {9ff502ab-a9c4-4169-abe9-26b598a0d9cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12555 | 2024.08.06 04:05:52.149731 [ 3 ] {9ff502ab-a9c4-4169-abe9-26b598a0d9cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12556 | 2024.08.06 04:05:52.149871 [ 3 ] {9ff502ab-a9c4-4169-abe9-26b598a0d9cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12557 | 2024.08.06 04:05:52.150253 [ 3 ] {9ff502ab-a9c4-4169-abe9-26b598a0d9cd} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12558 | 2024.08.06 04:05:52.150290 [ 3 ] {9ff502ab-a9c4-4169-abe9-26b598a0d9cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12559 | 2024.08.06 04:05:52.150654 [ 3 ] {9ff502ab-a9c4-4169-abe9-26b598a0d9cd} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12560 | 2024.08.06 04:05:52.150993 [ 3 ] {9ff502ab-a9c4-4169-abe9-26b598a0d9cd} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12561 | 2024.08.06 04:05:52.151116 [ 3 ] {9ff502ab-a9c4-4169-abe9-26b598a0d9cd} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00152 sec., 105921.05263157895 rows/sec., 7.38 MiB/sec. | ||
12562 | 2024.08.06 04:05:52.151270 [ 3 ] {9ff502ab-a9c4-4169-abe9-26b598a0d9cd} <Debug> DynamicQueryHandler: Done processing query | ||
12563 | 2024.08.06 04:05:52.151294 [ 3 ] {9ff502ab-a9c4-4169-abe9-26b598a0d9cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12564 | 2024.08.06 04:05:52.151310 [ 3 ] {} <Debug> HTTP-Session: 0d563f4b-84ea-46b6-9aff-d372220b0b60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12565 | 2024.08.06 04:05:52.151498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35531, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12566 | 2024.08.06 04:05:52.151547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12567 | 2024.08.06 04:05:52.151566 [ 3 ] {} <Debug> HTTP-Session: bddecfea-440f-44ca-a794-c61d6fd2e91d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12568 | 2024.08.06 04:05:52.151582 [ 3 ] {} <Debug> HTTP-Session: bddecfea-440f-44ca-a794-c61d6fd2e91d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12569 | 2024.08.06 04:05:52.151595 [ 3 ] {} <Debug> HTTP-Session: bddecfea-440f-44ca-a794-c61d6fd2e91d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12570 | 2024.08.06 04:05:52.151626 [ 3 ] {} <Trace> HTTP-Session: bddecfea-440f-44ca-a794-c61d6fd2e91d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12571 | 2024.08.06 04:05:52.151897 [ 3 ] {fc12ae53-0359-4922-8b19-eac8eb94ce0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12572 | 2024.08.06 04:05:52.151972 [ 3 ] {fc12ae53-0359-4922-8b19-eac8eb94ce0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12573 | 2024.08.06 04:05:52.152390 [ 3 ] {fc12ae53-0359-4922-8b19-eac8eb94ce0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12574 | 2024.08.06 04:05:52.153018 [ 3 ] {fc12ae53-0359-4922-8b19-eac8eb94ce0d} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12575 | 2024.08.06 04:05:52.153054 [ 3 ] {fc12ae53-0359-4922-8b19-eac8eb94ce0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12576 | 2024.08.06 04:05:52.153661 [ 3 ] {fc12ae53-0359-4922-8b19-eac8eb94ce0d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12577 | 2024.08.06 04:05:52.154071 [ 3 ] {fc12ae53-0359-4922-8b19-eac8eb94ce0d} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12578 | 2024.08.06 04:05:52.154223 [ 3 ] {fc12ae53-0359-4922-8b19-eac8eb94ce0d} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002507 sec., 8775.428799361787 rows/sec., 15.73 MiB/sec. | ||
12579 | 2024.08.06 04:05:52.154437 [ 3 ] {fc12ae53-0359-4922-8b19-eac8eb94ce0d} <Debug> DynamicQueryHandler: Done processing query | ||
12580 | 2024.08.06 04:05:52.154462 [ 3 ] {fc12ae53-0359-4922-8b19-eac8eb94ce0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
12581 | 2024.08.06 04:05:52.154478 [ 3 ] {} <Debug> HTTP-Session: bddecfea-440f-44ca-a794-c61d6fd2e91d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12582 | 2024.08.06 04:05:52.154594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12583 | 2024.08.06 04:05:52.154643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12584 | 2024.08.06 04:05:52.154661 [ 3 ] {} <Debug> HTTP-Session: 9042f88f-c10f-4c5a-ab98-7dfa07c19c46 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12585 | 2024.08.06 04:05:52.154677 [ 3 ] {} <Debug> HTTP-Session: 9042f88f-c10f-4c5a-ab98-7dfa07c19c46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12586 | 2024.08.06 04:05:52.154691 [ 3 ] {} <Debug> HTTP-Session: 9042f88f-c10f-4c5a-ab98-7dfa07c19c46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12587 | 2024.08.06 04:05:52.154721 [ 3 ] {} <Trace> HTTP-Session: 9042f88f-c10f-4c5a-ab98-7dfa07c19c46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12588 | 2024.08.06 04:05:52.154824 [ 3 ] {7190967c-167b-43a2-a23a-7164d26d48b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12589 | 2024.08.06 04:05:52.154869 [ 3 ] {7190967c-167b-43a2-a23a-7164d26d48b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12590 | 2024.08.06 04:05:52.154995 [ 3 ] {7190967c-167b-43a2-a23a-7164d26d48b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12591 | 2024.08.06 04:05:52.155319 [ 3 ] {7190967c-167b-43a2-a23a-7164d26d48b0} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12592 | 2024.08.06 04:05:52.155354 [ 3 ] {7190967c-167b-43a2-a23a-7164d26d48b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12593 | 2024.08.06 04:05:52.155700 [ 3 ] {7190967c-167b-43a2-a23a-7164d26d48b0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
12594 | 2024.08.06 04:05:52.156034 [ 3 ] {7190967c-167b-43a2-a23a-7164d26d48b0} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12595 | 2024.08.06 04:05:52.156161 [ 3 ] {7190967c-167b-43a2-a23a-7164d26d48b0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001365 sec., 16849.816849816852 rows/sec., 911.46 KiB/sec. | ||
12596 | 2024.08.06 04:05:52.156318 [ 3 ] {7190967c-167b-43a2-a23a-7164d26d48b0} <Debug> DynamicQueryHandler: Done processing query | ||
12597 | 2024.08.06 04:05:52.156343 [ 3 ] {7190967c-167b-43a2-a23a-7164d26d48b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12598 | 2024.08.06 04:05:52.156360 [ 3 ] {} <Debug> HTTP-Session: 9042f88f-c10f-4c5a-ab98-7dfa07c19c46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12599 | 2024.08.06 04:05:52.156482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12600 | 2024.08.06 04:05:52.156532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12601 | 2024.08.06 04:05:52.156551 [ 3 ] {} <Debug> HTTP-Session: 4653f624-2b77-4ecd-b758-6c4a8d20dbef Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12602 | 2024.08.06 04:05:52.156567 [ 3 ] {} <Debug> HTTP-Session: 4653f624-2b77-4ecd-b758-6c4a8d20dbef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12603 | 2024.08.06 04:05:52.156580 [ 3 ] {} <Debug> HTTP-Session: 4653f624-2b77-4ecd-b758-6c4a8d20dbef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12604 | 2024.08.06 04:05:52.156611 [ 3 ] {} <Trace> HTTP-Session: 4653f624-2b77-4ecd-b758-6c4a8d20dbef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12605 | 2024.08.06 04:05:52.156724 [ 3 ] {cf1b6376-100a-4e42-ab10-4e5817fff7db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12606 | 2024.08.06 04:05:52.156769 [ 3 ] {cf1b6376-100a-4e42-ab10-4e5817fff7db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12607 | 2024.08.06 04:05:52.156894 [ 3 ] {cf1b6376-100a-4e42-ab10-4e5817fff7db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12608 | 2024.08.06 04:05:52.157192 [ 3 ] {cf1b6376-100a-4e42-ab10-4e5817fff7db} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12609 | 2024.08.06 04:05:52.157228 [ 3 ] {cf1b6376-100a-4e42-ab10-4e5817fff7db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12610 | 2024.08.06 04:05:52.157578 [ 3 ] {cf1b6376-100a-4e42-ab10-4e5817fff7db} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12611 | 2024.08.06 04:05:52.157903 [ 3 ] {cf1b6376-100a-4e42-ab10-4e5817fff7db} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12612 | 2024.08.06 04:05:52.158029 [ 3 ] {cf1b6376-100a-4e42-ab10-4e5817fff7db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. | ||
12613 | 2024.08.06 04:05:52.158276 [ 3 ] {cf1b6376-100a-4e42-ab10-4e5817fff7db} <Debug> DynamicQueryHandler: Done processing query | ||
12614 | 2024.08.06 04:05:52.158337 [ 3 ] {cf1b6376-100a-4e42-ab10-4e5817fff7db} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12615 | 2024.08.06 04:05:52.158396 [ 3 ] {} <Debug> HTTP-Session: 4653f624-2b77-4ecd-b758-6c4a8d20dbef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12616 | 2024.08.06 04:05:57.124139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12617 | 2024.08.06 04:05:57.124283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12618 | 2024.08.06 04:05:57.124311 [ 3 ] {} <Debug> HTTP-Session: 4d3b1a25-256c-483b-9123-0b529352f7f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12619 | 2024.08.06 04:05:57.124340 [ 3 ] {} <Debug> HTTP-Session: 4d3b1a25-256c-483b-9123-0b529352f7f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12620 | 2024.08.06 04:05:57.124358 [ 3 ] {} <Debug> HTTP-Session: 4d3b1a25-256c-483b-9123-0b529352f7f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12621 | 2024.08.06 04:05:57.124413 [ 3 ] {} <Trace> HTTP-Session: 4d3b1a25-256c-483b-9123-0b529352f7f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12622 | 2024.08.06 04:05:57.124612 [ 3 ] {c7d0682a-b177-42f7-9fab-b698263db0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12623 | 2024.08.06 04:05:57.124688 [ 3 ] {c7d0682a-b177-42f7-9fab-b698263db0d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12624 | 2024.08.06 04:05:57.124908 [ 3 ] {c7d0682a-b177-42f7-9fab-b698263db0d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12625 | 2024.08.06 04:05:57.125405 [ 3 ] {c7d0682a-b177-42f7-9fab-b698263db0d1} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12626 | 2024.08.06 04:05:57.125443 [ 3 ] {c7d0682a-b177-42f7-9fab-b698263db0d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12627 | 2024.08.06 04:05:57.125806 [ 3 ] {c7d0682a-b177-42f7-9fab-b698263db0d1} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12628 | 2024.08.06 04:05:57.126155 [ 3 ] {c7d0682a-b177-42f7-9fab-b698263db0d1} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12629 | 2024.08.06 04:05:57.126298 [ 3 ] {c7d0682a-b177-42f7-9fab-b698263db0d1} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.00175 sec., 6285.714285714285 rows/sec., 509.49 KiB/sec. | ||
12630 | 2024.08.06 04:05:57.126488 [ 3 ] {c7d0682a-b177-42f7-9fab-b698263db0d1} <Debug> DynamicQueryHandler: Done processing query | ||
12631 | 2024.08.06 04:05:57.126514 [ 3 ] {c7d0682a-b177-42f7-9fab-b698263db0d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12632 | 2024.08.06 04:05:57.126531 [ 3 ] {} <Debug> HTTP-Session: 4d3b1a25-256c-483b-9123-0b529352f7f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12633 | 2024.08.06 04:05:57.126704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12634 | 2024.08.06 04:05:57.126757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12635 | 2024.08.06 04:05:57.126776 [ 3 ] {} <Debug> HTTP-Session: 778329b5-d7ff-4794-b8b0-4ee4531c6625 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12636 | 2024.08.06 04:05:57.126792 [ 3 ] {} <Debug> HTTP-Session: 778329b5-d7ff-4794-b8b0-4ee4531c6625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12637 | 2024.08.06 04:05:57.126806 [ 3 ] {} <Debug> HTTP-Session: 778329b5-d7ff-4794-b8b0-4ee4531c6625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12638 | 2024.08.06 04:05:57.126839 [ 3 ] {} <Trace> HTTP-Session: 778329b5-d7ff-4794-b8b0-4ee4531c6625 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12639 | 2024.08.06 04:05:57.126960 [ 3 ] {be505f26-71e6-4538-995a-ce79e91242e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12640 | 2024.08.06 04:05:57.127004 [ 3 ] {be505f26-71e6-4538-995a-ce79e91242e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12641 | 2024.08.06 04:05:57.127141 [ 3 ] {be505f26-71e6-4538-995a-ce79e91242e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12642 | 2024.08.06 04:05:57.127490 [ 3 ] {be505f26-71e6-4538-995a-ce79e91242e9} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12643 | 2024.08.06 04:05:57.127527 [ 3 ] {be505f26-71e6-4538-995a-ce79e91242e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12644 | 2024.08.06 04:05:57.127853 [ 3 ] {be505f26-71e6-4538-995a-ce79e91242e9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12645 | 2024.08.06 04:05:57.128166 [ 3 ] {be505f26-71e6-4538-995a-ce79e91242e9} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12646 | 2024.08.06 04:05:57.128291 [ 3 ] {be505f26-71e6-4538-995a-ce79e91242e9} <Debug> executeQuery: Read 89 rows, 7.36 KiB in 0.001377 sec., 64633.260711692084 rows/sec., 5.22 MiB/sec. | ||
12647 | 2024.08.06 04:05:57.128452 [ 3 ] {be505f26-71e6-4538-995a-ce79e91242e9} <Debug> DynamicQueryHandler: Done processing query | ||
12648 | 2024.08.06 04:05:57.128477 [ 3 ] {be505f26-71e6-4538-995a-ce79e91242e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12649 | 2024.08.06 04:05:57.128493 [ 3 ] {} <Debug> HTTP-Session: 778329b5-d7ff-4794-b8b0-4ee4531c6625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12650 | 2024.08.06 04:05:57.128618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12651 | 2024.08.06 04:05:57.128667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12652 | 2024.08.06 04:05:57.128687 [ 3 ] {} <Debug> HTTP-Session: 6bd09f36-79b4-400e-bbc7-633c80cee938 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12653 | 2024.08.06 04:05:57.128703 [ 3 ] {} <Debug> HTTP-Session: 6bd09f36-79b4-400e-bbc7-633c80cee938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12654 | 2024.08.06 04:05:57.128718 [ 3 ] {} <Debug> HTTP-Session: 6bd09f36-79b4-400e-bbc7-633c80cee938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12655 | 2024.08.06 04:05:57.128748 [ 3 ] {} <Trace> HTTP-Session: 6bd09f36-79b4-400e-bbc7-633c80cee938 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12656 | 2024.08.06 04:05:57.128869 [ 3 ] {d47c5cd3-77f6-4d63-b557-b6c8f717f070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12657 | 2024.08.06 04:05:57.128911 [ 3 ] {d47c5cd3-77f6-4d63-b557-b6c8f717f070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12658 | 2024.08.06 04:05:57.129035 [ 3 ] {d47c5cd3-77f6-4d63-b557-b6c8f717f070} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12659 | 2024.08.06 04:05:57.129364 [ 3 ] {d47c5cd3-77f6-4d63-b557-b6c8f717f070} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12660 | 2024.08.06 04:05:57.129401 [ 3 ] {d47c5cd3-77f6-4d63-b557-b6c8f717f070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12661 | 2024.08.06 04:05:57.129714 [ 3 ] {d47c5cd3-77f6-4d63-b557-b6c8f717f070} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12662 | 2024.08.06 04:05:57.130032 [ 3 ] {d47c5cd3-77f6-4d63-b557-b6c8f717f070} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12663 | 2024.08.06 04:05:57.130164 [ 3 ] {d47c5cd3-77f6-4d63-b557-b6c8f717f070} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001338 sec., 56053.81165919283 rows/sec., 4.38 MiB/sec. | ||
12664 | 2024.08.06 04:05:57.130363 [ 3 ] {d47c5cd3-77f6-4d63-b557-b6c8f717f070} <Debug> DynamicQueryHandler: Done processing query | ||
12665 | 2024.08.06 04:05:57.130387 [ 3 ] {d47c5cd3-77f6-4d63-b557-b6c8f717f070} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12666 | 2024.08.06 04:05:57.130403 [ 3 ] {} <Debug> HTTP-Session: 6bd09f36-79b4-400e-bbc7-633c80cee938 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12667 | 2024.08.06 04:05:57.130598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12668 | 2024.08.06 04:05:57.130648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12669 | 2024.08.06 04:05:57.130667 [ 3 ] {} <Debug> HTTP-Session: aae45e99-b19b-4312-92a8-74775ee53bfc Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12670 | 2024.08.06 04:05:57.130683 [ 3 ] {} <Debug> HTTP-Session: aae45e99-b19b-4312-92a8-74775ee53bfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12671 | 2024.08.06 04:05:57.130697 [ 3 ] {} <Debug> HTTP-Session: aae45e99-b19b-4312-92a8-74775ee53bfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12672 | 2024.08.06 04:05:57.130727 [ 3 ] {} <Trace> HTTP-Session: aae45e99-b19b-4312-92a8-74775ee53bfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12673 | 2024.08.06 04:05:57.130869 [ 3 ] {8abf090d-e6a1-42ec-ae50-4af62514da1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12674 | 2024.08.06 04:05:57.130917 [ 3 ] {8abf090d-e6a1-42ec-ae50-4af62514da1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12675 | 2024.08.06 04:05:57.131071 [ 3 ] {8abf090d-e6a1-42ec-ae50-4af62514da1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12676 | 2024.08.06 04:05:57.131453 [ 3 ] {8abf090d-e6a1-42ec-ae50-4af62514da1b} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12677 | 2024.08.06 04:05:57.131489 [ 3 ] {8abf090d-e6a1-42ec-ae50-4af62514da1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12678 | 2024.08.06 04:05:57.131879 [ 3 ] {8abf090d-e6a1-42ec-ae50-4af62514da1b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12679 | 2024.08.06 04:05:57.132225 [ 3 ] {8abf090d-e6a1-42ec-ae50-4af62514da1b} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12680 | 2024.08.06 04:05:57.132382 [ 3 ] {8abf090d-e6a1-42ec-ae50-4af62514da1b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. | ||
12681 | 2024.08.06 04:05:57.132555 [ 3 ] {8abf090d-e6a1-42ec-ae50-4af62514da1b} <Debug> DynamicQueryHandler: Done processing query | ||
12682 | 2024.08.06 04:05:57.132580 [ 3 ] {8abf090d-e6a1-42ec-ae50-4af62514da1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12683 | 2024.08.06 04:05:57.132596 [ 3 ] {} <Debug> HTTP-Session: aae45e99-b19b-4312-92a8-74775ee53bfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12684 | 2024.08.06 04:05:57.132726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17706, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12685 | 2024.08.06 04:05:57.132774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12686 | 2024.08.06 04:05:57.132794 [ 3 ] {} <Debug> HTTP-Session: 81de77e8-5e02-400b-a56d-78053af445ff Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12687 | 2024.08.06 04:05:57.132810 [ 3 ] {} <Debug> HTTP-Session: 81de77e8-5e02-400b-a56d-78053af445ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12688 | 2024.08.06 04:05:57.132823 [ 3 ] {} <Debug> HTTP-Session: 81de77e8-5e02-400b-a56d-78053af445ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12689 | 2024.08.06 04:05:57.132854 [ 3 ] {} <Trace> HTTP-Session: 81de77e8-5e02-400b-a56d-78053af445ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12690 | 2024.08.06 04:05:57.133045 [ 3 ] {ad3e21f5-b9bb-496d-86a7-5e458f0cc7c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12691 | 2024.08.06 04:05:57.133109 [ 3 ] {ad3e21f5-b9bb-496d-86a7-5e458f0cc7c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12692 | 2024.08.06 04:05:57.133526 [ 3 ] {ad3e21f5-b9bb-496d-86a7-5e458f0cc7c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12693 | 2024.08.06 04:05:57.134052 [ 3 ] {ad3e21f5-b9bb-496d-86a7-5e458f0cc7c0} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12694 | 2024.08.06 04:05:57.134088 [ 3 ] {ad3e21f5-b9bb-496d-86a7-5e458f0cc7c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12695 | 2024.08.06 04:05:57.134706 [ 3 ] {ad3e21f5-b9bb-496d-86a7-5e458f0cc7c0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12696 | 2024.08.06 04:05:57.135127 [ 3 ] {ad3e21f5-b9bb-496d-86a7-5e458f0cc7c0} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12697 | 2024.08.06 04:05:57.135320 [ 3 ] {ad3e21f5-b9bb-496d-86a7-5e458f0cc7c0} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00238 sec., 4621.848739495798 rows/sec., 8.28 MiB/sec. | ||
12698 | 2024.08.06 04:05:57.135537 [ 3 ] {ad3e21f5-b9bb-496d-86a7-5e458f0cc7c0} <Debug> DynamicQueryHandler: Done processing query | ||
12699 | 2024.08.06 04:05:57.135562 [ 3 ] {ad3e21f5-b9bb-496d-86a7-5e458f0cc7c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
12700 | 2024.08.06 04:05:57.135578 [ 3 ] {} <Debug> HTTP-Session: 81de77e8-5e02-400b-a56d-78053af445ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12701 | 2024.08.06 04:05:57.135710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12702 | 2024.08.06 04:05:57.135759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12703 | 2024.08.06 04:05:57.135778 [ 3 ] {} <Debug> HTTP-Session: fdaa609c-f4ef-47ea-ab32-316372a8c128 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12704 | 2024.08.06 04:05:57.135795 [ 3 ] {} <Debug> HTTP-Session: fdaa609c-f4ef-47ea-ab32-316372a8c128 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12705 | 2024.08.06 04:05:57.135809 [ 3 ] {} <Debug> HTTP-Session: fdaa609c-f4ef-47ea-ab32-316372a8c128 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12706 | 2024.08.06 04:05:57.135840 [ 3 ] {} <Trace> HTTP-Session: fdaa609c-f4ef-47ea-ab32-316372a8c128 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12707 | 2024.08.06 04:05:57.135960 [ 3 ] {6cb3f8a4-91f7-44f8-8662-bfe71f0e0f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12708 | 2024.08.06 04:05:57.136006 [ 3 ] {6cb3f8a4-91f7-44f8-8662-bfe71f0e0f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12709 | 2024.08.06 04:05:57.136133 [ 3 ] {6cb3f8a4-91f7-44f8-8662-bfe71f0e0f31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12710 | 2024.08.06 04:05:57.136422 [ 3 ] {6cb3f8a4-91f7-44f8-8662-bfe71f0e0f31} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12711 | 2024.08.06 04:05:57.136459 [ 3 ] {6cb3f8a4-91f7-44f8-8662-bfe71f0e0f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12712 | 2024.08.06 04:05:57.136815 [ 3 ] {6cb3f8a4-91f7-44f8-8662-bfe71f0e0f31} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12713 | 2024.08.06 04:05:57.137146 [ 3 ] {6cb3f8a4-91f7-44f8-8662-bfe71f0e0f31} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12714 | 2024.08.06 04:05:57.137304 [ 3 ] {6cb3f8a4-91f7-44f8-8662-bfe71f0e0f31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
12715 | 2024.08.06 04:05:57.137474 [ 3 ] {6cb3f8a4-91f7-44f8-8662-bfe71f0e0f31} <Debug> DynamicQueryHandler: Done processing query | ||
12716 | 2024.08.06 04:05:57.137497 [ 3 ] {6cb3f8a4-91f7-44f8-8662-bfe71f0e0f31} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12717 | 2024.08.06 04:05:57.137513 [ 3 ] {} <Debug> HTTP-Session: fdaa609c-f4ef-47ea-ab32-316372a8c128 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12718 | 2024.08.06 04:06:02.129628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12719 | 2024.08.06 04:06:02.129775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12720 | 2024.08.06 04:06:02.129805 [ 3 ] {} <Debug> HTTP-Session: 23bb6fc7-b1c5-4e00-8a7a-1e2769f48ee3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12721 | 2024.08.06 04:06:02.129834 [ 3 ] {} <Debug> HTTP-Session: 23bb6fc7-b1c5-4e00-8a7a-1e2769f48ee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12722 | 2024.08.06 04:06:02.129852 [ 3 ] {} <Debug> HTTP-Session: 23bb6fc7-b1c5-4e00-8a7a-1e2769f48ee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12723 | 2024.08.06 04:06:02.129909 [ 3 ] {} <Trace> HTTP-Session: 23bb6fc7-b1c5-4e00-8a7a-1e2769f48ee3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12724 | 2024.08.06 04:06:02.130127 [ 3 ] {8b64bfb9-b225-44f1-8a4d-7dffad5c8fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12725 | 2024.08.06 04:06:02.130195 [ 3 ] {8b64bfb9-b225-44f1-8a4d-7dffad5c8fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12726 | 2024.08.06 04:06:02.130395 [ 3 ] {8b64bfb9-b225-44f1-8a4d-7dffad5c8fdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12727 | 2024.08.06 04:06:02.130919 [ 3 ] {8b64bfb9-b225-44f1-8a4d-7dffad5c8fdc} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12728 | 2024.08.06 04:06:02.130966 [ 3 ] {8b64bfb9-b225-44f1-8a4d-7dffad5c8fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12729 | 2024.08.06 04:06:02.131344 [ 3 ] {8b64bfb9-b225-44f1-8a4d-7dffad5c8fdc} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12730 | 2024.08.06 04:06:02.131702 [ 3 ] {8b64bfb9-b225-44f1-8a4d-7dffad5c8fdc} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12731 | 2024.08.06 04:06:02.131879 [ 3 ] {8b64bfb9-b225-44f1-8a4d-7dffad5c8fdc} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001809 sec., 15478.164731896075 rows/sec., 1.15 MiB/sec. | ||
12732 | 2024.08.06 04:06:02.132111 [ 3 ] {8b64bfb9-b225-44f1-8a4d-7dffad5c8fdc} <Debug> DynamicQueryHandler: Done processing query | ||
12733 | 2024.08.06 04:06:02.132139 [ 3 ] {8b64bfb9-b225-44f1-8a4d-7dffad5c8fdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12734 | 2024.08.06 04:06:02.132155 [ 3 ] {} <Debug> HTTP-Session: 23bb6fc7-b1c5-4e00-8a7a-1e2769f48ee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12735 | 2024.08.06 04:06:02.132384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12736 | 2024.08.06 04:06:02.132444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12737 | 2024.08.06 04:06:02.132466 [ 3 ] {} <Debug> HTTP-Session: 614e289d-b438-41f8-9e13-a4154a972dfb Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12738 | 2024.08.06 04:06:02.132484 [ 3 ] {} <Debug> HTTP-Session: 614e289d-b438-41f8-9e13-a4154a972dfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12739 | 2024.08.06 04:06:02.132498 [ 3 ] {} <Debug> HTTP-Session: 614e289d-b438-41f8-9e13-a4154a972dfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12740 | 2024.08.06 04:06:02.132533 [ 3 ] {} <Trace> HTTP-Session: 614e289d-b438-41f8-9e13-a4154a972dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12741 | 2024.08.06 04:06:02.132697 [ 3 ] {65b0c277-ea34-4763-b286-b5773f52eb29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12742 | 2024.08.06 04:06:02.132745 [ 3 ] {65b0c277-ea34-4763-b286-b5773f52eb29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12743 | 2024.08.06 04:06:02.132873 [ 3 ] {65b0c277-ea34-4763-b286-b5773f52eb29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12744 | 2024.08.06 04:06:02.133310 [ 3 ] {65b0c277-ea34-4763-b286-b5773f52eb29} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12745 | 2024.08.06 04:06:02.133348 [ 3 ] {65b0c277-ea34-4763-b286-b5773f52eb29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12746 | 2024.08.06 04:06:02.133674 [ 3 ] {65b0c277-ea34-4763-b286-b5773f52eb29} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12747 | 2024.08.06 04:06:02.133989 [ 3 ] {65b0c277-ea34-4763-b286-b5773f52eb29} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12748 | 2024.08.06 04:06:02.134137 [ 3 ] {65b0c277-ea34-4763-b286-b5773f52eb29} <Debug> executeQuery: Read 227 rows, 20.47 KiB in 0.001507 sec., 150630.39150630392 rows/sec., 13.26 MiB/sec. | ||
12749 | 2024.08.06 04:06:02.134338 [ 3 ] {65b0c277-ea34-4763-b286-b5773f52eb29} <Debug> DynamicQueryHandler: Done processing query | ||
12750 | 2024.08.06 04:06:02.134373 [ 3 ] {65b0c277-ea34-4763-b286-b5773f52eb29} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
12751 | 2024.08.06 04:06:02.134405 [ 3 ] {} <Debug> HTTP-Session: 614e289d-b438-41f8-9e13-a4154a972dfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12752 | 2024.08.06 04:06:02.134645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12753 | 2024.08.06 04:06:02.134697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12754 | 2024.08.06 04:06:02.134715 [ 3 ] {} <Debug> HTTP-Session: ccf3b044-66f6-4a2d-a474-91845683797b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12755 | 2024.08.06 04:06:02.134732 [ 3 ] {} <Debug> HTTP-Session: ccf3b044-66f6-4a2d-a474-91845683797b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12756 | 2024.08.06 04:06:02.134746 [ 3 ] {} <Debug> HTTP-Session: ccf3b044-66f6-4a2d-a474-91845683797b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12757 | 2024.08.06 04:06:02.134776 [ 3 ] {} <Trace> HTTP-Session: ccf3b044-66f6-4a2d-a474-91845683797b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12758 | 2024.08.06 04:06:02.134988 [ 3 ] {057499d0-feba-4303-a87c-718c7cdd2fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12759 | 2024.08.06 04:06:02.135033 [ 3 ] {057499d0-feba-4303-a87c-718c7cdd2fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12760 | 2024.08.06 04:06:02.135161 [ 3 ] {057499d0-feba-4303-a87c-718c7cdd2fcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12761 | 2024.08.06 04:06:02.135747 [ 3 ] {057499d0-feba-4303-a87c-718c7cdd2fcc} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12762 | 2024.08.06 04:06:02.135784 [ 3 ] {057499d0-feba-4303-a87c-718c7cdd2fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12763 | 2024.08.06 04:06:02.136111 [ 3 ] {057499d0-feba-4303-a87c-718c7cdd2fcc} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12764 | 2024.08.06 04:06:02.136423 [ 3 ] {057499d0-feba-4303-a87c-718c7cdd2fcc} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12765 | 2024.08.06 04:06:02.136580 [ 3 ] {057499d0-feba-4303-a87c-718c7cdd2fcc} <Debug> executeQuery: Read 404 rows, 29.24 KiB in 0.001699 sec., 237786.93349028841 rows/sec., 16.80 MiB/sec. | ||
12766 | 2024.08.06 04:06:02.136768 [ 3 ] {057499d0-feba-4303-a87c-718c7cdd2fcc} <Debug> DynamicQueryHandler: Done processing query | ||
12767 | 2024.08.06 04:06:02.136806 [ 3 ] {057499d0-feba-4303-a87c-718c7cdd2fcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12768 | 2024.08.06 04:06:02.136839 [ 3 ] {} <Debug> HTTP-Session: ccf3b044-66f6-4a2d-a474-91845683797b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12769 | 2024.08.06 04:06:02.136981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12770 | 2024.08.06 04:06:02.137030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12771 | 2024.08.06 04:06:02.137050 [ 3 ] {} <Debug> HTTP-Session: 6bc2ed26-0686-45bc-827d-18a425ed998b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12772 | 2024.08.06 04:06:02.137066 [ 3 ] {} <Debug> HTTP-Session: 6bc2ed26-0686-45bc-827d-18a425ed998b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12773 | 2024.08.06 04:06:02.137081 [ 3 ] {} <Debug> HTTP-Session: 6bc2ed26-0686-45bc-827d-18a425ed998b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12774 | 2024.08.06 04:06:02.137112 [ 3 ] {} <Trace> HTTP-Session: 6bc2ed26-0686-45bc-827d-18a425ed998b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12775 | 2024.08.06 04:06:02.137208 [ 3 ] {36bb0d4e-3cd1-4958-90ed-1ab671cefda7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12776 | 2024.08.06 04:06:02.137253 [ 3 ] {36bb0d4e-3cd1-4958-90ed-1ab671cefda7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12777 | 2024.08.06 04:06:02.137384 [ 3 ] {36bb0d4e-3cd1-4958-90ed-1ab671cefda7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12778 | 2024.08.06 04:06:02.137665 [ 3 ] {36bb0d4e-3cd1-4958-90ed-1ab671cefda7} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12779 | 2024.08.06 04:06:02.137701 [ 3 ] {36bb0d4e-3cd1-4958-90ed-1ab671cefda7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12780 | 2024.08.06 04:06:02.138063 [ 3 ] {36bb0d4e-3cd1-4958-90ed-1ab671cefda7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
12781 | 2024.08.06 04:06:02.138403 [ 3 ] {36bb0d4e-3cd1-4958-90ed-1ab671cefda7} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12782 | 2024.08.06 04:06:02.138562 [ 3 ] {36bb0d4e-3cd1-4958-90ed-1ab671cefda7} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001372 sec., 4373.1778425655975 rows/sec., 187.91 KiB/sec. | ||
12783 | 2024.08.06 04:06:02.138727 [ 3 ] {36bb0d4e-3cd1-4958-90ed-1ab671cefda7} <Debug> DynamicQueryHandler: Done processing query | ||
12784 | 2024.08.06 04:06:02.138751 [ 3 ] {36bb0d4e-3cd1-4958-90ed-1ab671cefda7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12785 | 2024.08.06 04:06:02.138768 [ 3 ] {} <Debug> HTTP-Session: 6bc2ed26-0686-45bc-827d-18a425ed998b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12786 | 2024.08.06 04:06:02.138896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12787 | 2024.08.06 04:06:02.138945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12788 | 2024.08.06 04:06:02.138965 [ 3 ] {} <Debug> HTTP-Session: b48c8fb5-e93d-4c77-9980-b996de37b12a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12789 | 2024.08.06 04:06:02.138981 [ 3 ] {} <Debug> HTTP-Session: b48c8fb5-e93d-4c77-9980-b996de37b12a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12790 | 2024.08.06 04:06:02.138995 [ 3 ] {} <Debug> HTTP-Session: b48c8fb5-e93d-4c77-9980-b996de37b12a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12791 | 2024.08.06 04:06:02.139025 [ 3 ] {} <Trace> HTTP-Session: b48c8fb5-e93d-4c77-9980-b996de37b12a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12792 | 2024.08.06 04:06:02.139161 [ 3 ] {be9d80b7-8cf9-4be1-afe8-49b9ddb58a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12793 | 2024.08.06 04:06:02.139209 [ 3 ] {be9d80b7-8cf9-4be1-afe8-49b9ddb58a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12794 | 2024.08.06 04:06:02.139352 [ 3 ] {be9d80b7-8cf9-4be1-afe8-49b9ddb58a77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12795 | 2024.08.06 04:06:02.139704 [ 3 ] {be9d80b7-8cf9-4be1-afe8-49b9ddb58a77} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12796 | 2024.08.06 04:06:02.139740 [ 3 ] {be9d80b7-8cf9-4be1-afe8-49b9ddb58a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12797 | 2024.08.06 04:06:02.140108 [ 3 ] {be9d80b7-8cf9-4be1-afe8-49b9ddb58a77} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
12798 | 2024.08.06 04:06:02.140489 [ 3 ] {be9d80b7-8cf9-4be1-afe8-49b9ddb58a77} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12799 | 2024.08.06 04:06:02.140648 [ 3 ] {be9d80b7-8cf9-4be1-afe8-49b9ddb58a77} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001545 sec., 49838.18770226537 rows/sec., 3.07 MiB/sec. | ||
12800 | 2024.08.06 04:06:02.140908 [ 3 ] {be9d80b7-8cf9-4be1-afe8-49b9ddb58a77} <Debug> DynamicQueryHandler: Done processing query | ||
12801 | 2024.08.06 04:06:02.140948 [ 3 ] {be9d80b7-8cf9-4be1-afe8-49b9ddb58a77} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12802 | 2024.08.06 04:06:02.140965 [ 3 ] {} <Debug> HTTP-Session: b48c8fb5-e93d-4c77-9980-b996de37b12a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12803 | 2024.08.06 04:06:02.141155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12804 | 2024.08.06 04:06:02.141205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12805 | 2024.08.06 04:06:02.141224 [ 3 ] {} <Debug> HTTP-Session: c4f87b53-3698-4b7a-b7d6-6f9ee4a54e03 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12806 | 2024.08.06 04:06:02.141240 [ 3 ] {} <Debug> HTTP-Session: c4f87b53-3698-4b7a-b7d6-6f9ee4a54e03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12807 | 2024.08.06 04:06:02.141253 [ 3 ] {} <Debug> HTTP-Session: c4f87b53-3698-4b7a-b7d6-6f9ee4a54e03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12808 | 2024.08.06 04:06:02.141284 [ 3 ] {} <Trace> HTTP-Session: c4f87b53-3698-4b7a-b7d6-6f9ee4a54e03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12809 | 2024.08.06 04:06:02.141451 [ 3 ] {8761c168-7e41-4d38-8ea4-f01292c2c191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12810 | 2024.08.06 04:06:02.141499 [ 3 ] {8761c168-7e41-4d38-8ea4-f01292c2c191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12811 | 2024.08.06 04:06:02.141666 [ 3 ] {8761c168-7e41-4d38-8ea4-f01292c2c191} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12812 | 2024.08.06 04:06:02.142051 [ 3 ] {8761c168-7e41-4d38-8ea4-f01292c2c191} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12813 | 2024.08.06 04:06:02.142088 [ 3 ] {8761c168-7e41-4d38-8ea4-f01292c2c191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12814 | 2024.08.06 04:06:02.142458 [ 3 ] {8761c168-7e41-4d38-8ea4-f01292c2c191} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12815 | 2024.08.06 04:06:02.142801 [ 3 ] {8761c168-7e41-4d38-8ea4-f01292c2c191} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12816 | 2024.08.06 04:06:02.142962 [ 3 ] {8761c168-7e41-4d38-8ea4-f01292c2c191} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
12817 | 2024.08.06 04:06:02.143128 [ 3 ] {8761c168-7e41-4d38-8ea4-f01292c2c191} <Debug> DynamicQueryHandler: Done processing query | ||
12818 | 2024.08.06 04:06:02.143153 [ 3 ] {8761c168-7e41-4d38-8ea4-f01292c2c191} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12819 | 2024.08.06 04:06:02.143170 [ 3 ] {} <Debug> HTTP-Session: c4f87b53-3698-4b7a-b7d6-6f9ee4a54e03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12820 | 2024.08.06 04:06:02.143375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35540, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12821 | 2024.08.06 04:06:02.143425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12822 | 2024.08.06 04:06:02.143444 [ 3 ] {} <Debug> HTTP-Session: 98f48a1a-12ee-4faa-b5de-962128726bf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12823 | 2024.08.06 04:06:02.143460 [ 3 ] {} <Debug> HTTP-Session: 98f48a1a-12ee-4faa-b5de-962128726bf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12824 | 2024.08.06 04:06:02.143475 [ 3 ] {} <Debug> HTTP-Session: 98f48a1a-12ee-4faa-b5de-962128726bf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12825 | 2024.08.06 04:06:02.143506 [ 3 ] {} <Trace> HTTP-Session: 98f48a1a-12ee-4faa-b5de-962128726bf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12826 | 2024.08.06 04:06:02.143755 [ 3 ] {d4b539fe-e1e6-46a5-a9b8-55322ce2044a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12827 | 2024.08.06 04:06:02.143819 [ 3 ] {d4b539fe-e1e6-46a5-a9b8-55322ce2044a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12828 | 2024.08.06 04:06:02.144235 [ 3 ] {d4b539fe-e1e6-46a5-a9b8-55322ce2044a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12829 | 2024.08.06 04:06:02.144932 [ 3 ] {d4b539fe-e1e6-46a5-a9b8-55322ce2044a} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12830 | 2024.08.06 04:06:02.144969 [ 3 ] {d4b539fe-e1e6-46a5-a9b8-55322ce2044a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12831 | 2024.08.06 04:06:02.145588 [ 3 ] {d4b539fe-e1e6-46a5-a9b8-55322ce2044a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12832 | 2024.08.06 04:06:02.146002 [ 3 ] {d4b539fe-e1e6-46a5-a9b8-55322ce2044a} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12833 | 2024.08.06 04:06:02.146205 [ 3 ] {d4b539fe-e1e6-46a5-a9b8-55322ce2044a} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002606 sec., 8442.05679201842 rows/sec., 15.13 MiB/sec. | ||
12834 | 2024.08.06 04:06:02.146425 [ 3 ] {d4b539fe-e1e6-46a5-a9b8-55322ce2044a} <Debug> DynamicQueryHandler: Done processing query | ||
12835 | 2024.08.06 04:06:02.146449 [ 3 ] {d4b539fe-e1e6-46a5-a9b8-55322ce2044a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
12836 | 2024.08.06 04:06:02.146465 [ 3 ] {} <Debug> HTTP-Session: 98f48a1a-12ee-4faa-b5de-962128726bf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12837 | 2024.08.06 04:06:02.146591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12838 | 2024.08.06 04:06:02.146640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12839 | 2024.08.06 04:06:02.146659 [ 3 ] {} <Debug> HTTP-Session: 0bf40b35-a869-490d-a847-02ee12ae4a04 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12840 | 2024.08.06 04:06:02.146676 [ 3 ] {} <Debug> HTTP-Session: 0bf40b35-a869-490d-a847-02ee12ae4a04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12841 | 2024.08.06 04:06:02.146689 [ 3 ] {} <Debug> HTTP-Session: 0bf40b35-a869-490d-a847-02ee12ae4a04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12842 | 2024.08.06 04:06:02.146721 [ 3 ] {} <Trace> HTTP-Session: 0bf40b35-a869-490d-a847-02ee12ae4a04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12843 | 2024.08.06 04:06:02.146824 [ 3 ] {e82fc274-7a45-4cea-8d6d-5595c3a4002d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12844 | 2024.08.06 04:06:02.146869 [ 3 ] {e82fc274-7a45-4cea-8d6d-5595c3a4002d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12845 | 2024.08.06 04:06:02.146997 [ 3 ] {e82fc274-7a45-4cea-8d6d-5595c3a4002d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12846 | 2024.08.06 04:06:02.147272 [ 3 ] {e82fc274-7a45-4cea-8d6d-5595c3a4002d} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12847 | 2024.08.06 04:06:02.147309 [ 3 ] {e82fc274-7a45-4cea-8d6d-5595c3a4002d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12848 | 2024.08.06 04:06:02.147672 [ 3 ] {e82fc274-7a45-4cea-8d6d-5595c3a4002d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
12849 | 2024.08.06 04:06:02.148000 [ 3 ] {e82fc274-7a45-4cea-8d6d-5595c3a4002d} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12850 | 2024.08.06 04:06:02.148168 [ 3 ] {e82fc274-7a45-4cea-8d6d-5595c3a4002d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001363 sec., 16874.541452677917 rows/sec., 912.80 KiB/sec. | ||
12851 | 2024.08.06 04:06:02.148341 [ 3 ] {e82fc274-7a45-4cea-8d6d-5595c3a4002d} <Debug> DynamicQueryHandler: Done processing query | ||
12852 | 2024.08.06 04:06:02.148365 [ 3 ] {e82fc274-7a45-4cea-8d6d-5595c3a4002d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12853 | 2024.08.06 04:06:02.148380 [ 3 ] {} <Debug> HTTP-Session: 0bf40b35-a869-490d-a847-02ee12ae4a04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12854 | 2024.08.06 04:06:02.148513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12855 | 2024.08.06 04:06:02.148562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12856 | 2024.08.06 04:06:02.148581 [ 3 ] {} <Debug> HTTP-Session: 09c0a744-d0d3-4f9a-91fd-83a376f6d5fa Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12857 | 2024.08.06 04:06:02.148598 [ 3 ] {} <Debug> HTTP-Session: 09c0a744-d0d3-4f9a-91fd-83a376f6d5fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12858 | 2024.08.06 04:06:02.148611 [ 3 ] {} <Debug> HTTP-Session: 09c0a744-d0d3-4f9a-91fd-83a376f6d5fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12859 | 2024.08.06 04:06:02.148641 [ 3 ] {} <Trace> HTTP-Session: 09c0a744-d0d3-4f9a-91fd-83a376f6d5fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12860 | 2024.08.06 04:06:02.148774 [ 3 ] {b96f341f-cdbf-4cf4-8781-79f4e125d0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12861 | 2024.08.06 04:06:02.148818 [ 3 ] {b96f341f-cdbf-4cf4-8781-79f4e125d0a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12862 | 2024.08.06 04:06:02.148948 [ 3 ] {b96f341f-cdbf-4cf4-8781-79f4e125d0a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12863 | 2024.08.06 04:06:02.149240 [ 3 ] {b96f341f-cdbf-4cf4-8781-79f4e125d0a6} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12864 | 2024.08.06 04:06:02.149276 [ 3 ] {b96f341f-cdbf-4cf4-8781-79f4e125d0a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12865 | 2024.08.06 04:06:02.149629 [ 3 ] {b96f341f-cdbf-4cf4-8781-79f4e125d0a6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12866 | 2024.08.06 04:06:02.149965 [ 3 ] {b96f341f-cdbf-4cf4-8781-79f4e125d0a6} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12867 | 2024.08.06 04:06:02.150129 [ 3 ] {b96f341f-cdbf-4cf4-8781-79f4e125d0a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
12868 | 2024.08.06 04:06:02.150330 [ 3 ] {b96f341f-cdbf-4cf4-8781-79f4e125d0a6} <Debug> DynamicQueryHandler: Done processing query | ||
12869 | 2024.08.06 04:06:02.150368 [ 3 ] {b96f341f-cdbf-4cf4-8781-79f4e125d0a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12870 | 2024.08.06 04:06:02.150399 [ 3 ] {} <Debug> HTTP-Session: 09c0a744-d0d3-4f9a-91fd-83a376f6d5fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12871 | 2024.08.06 04:06:06.019494 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12872 | 2024.08.06 04:06:06.019567 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12873 | 2024.08.06 04:06:07.001314 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000942513 sec. | ||
12874 | 2024.08.06 04:06:07.124492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 1630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12875 | 2024.08.06 04:06:07.124620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12876 | 2024.08.06 04:06:07.124649 [ 3 ] {} <Debug> HTTP-Session: ac930ed0-e904-4870-b840-45792cfe92a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12877 | 2024.08.06 04:06:07.124676 [ 3 ] {} <Debug> HTTP-Session: ac930ed0-e904-4870-b840-45792cfe92a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12878 | 2024.08.06 04:06:07.124694 [ 3 ] {} <Debug> HTTP-Session: ac930ed0-e904-4870-b840-45792cfe92a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12879 | 2024.08.06 04:06:07.124751 [ 3 ] {} <Trace> HTTP-Session: ac930ed0-e904-4870-b840-45792cfe92a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12880 | 2024.08.06 04:06:07.124957 [ 3 ] {10edf43b-b2b3-4320-b8a8-69b29d463bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12881 | 2024.08.06 04:06:07.125060 [ 3 ] {10edf43b-b2b3-4320-b8a8-69b29d463bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12882 | 2024.08.06 04:06:07.125272 [ 3 ] {10edf43b-b2b3-4320-b8a8-69b29d463bbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12883 | 2024.08.06 04:06:07.125720 [ 3 ] {10edf43b-b2b3-4320-b8a8-69b29d463bbd} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12884 | 2024.08.06 04:06:07.125763 [ 3 ] {10edf43b-b2b3-4320-b8a8-69b29d463bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12885 | 2024.08.06 04:06:07.126131 [ 3 ] {10edf43b-b2b3-4320-b8a8-69b29d463bbd} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12886 | 2024.08.06 04:06:07.126469 [ 3 ] {10edf43b-b2b3-4320-b8a8-69b29d463bbd} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12887 | 2024.08.06 04:06:07.126619 [ 3 ] {10edf43b-b2b3-4320-b8a8-69b29d463bbd} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001724 sec., 6380.510440835266 rows/sec., 517.17 KiB/sec. | ||
12888 | 2024.08.06 04:06:07.126902 [ 3 ] {10edf43b-b2b3-4320-b8a8-69b29d463bbd} <Debug> DynamicQueryHandler: Done processing query | ||
12889 | 2024.08.06 04:06:07.126962 [ 3 ] {10edf43b-b2b3-4320-b8a8-69b29d463bbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12890 | 2024.08.06 04:06:07.127044 [ 3 ] {} <Debug> HTTP-Session: ac930ed0-e904-4870-b840-45792cfe92a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12891 | 2024.08.06 04:06:07.127229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12892 | 2024.08.06 04:06:07.127284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12893 | 2024.08.06 04:06:07.127303 [ 3 ] {} <Debug> HTTP-Session: 3ecb96d3-c562-4c41-80d0-d02761b2b2a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12894 | 2024.08.06 04:06:07.127320 [ 3 ] {} <Debug> HTTP-Session: 3ecb96d3-c562-4c41-80d0-d02761b2b2a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12895 | 2024.08.06 04:06:07.127334 [ 3 ] {} <Debug> HTTP-Session: 3ecb96d3-c562-4c41-80d0-d02761b2b2a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12896 | 2024.08.06 04:06:07.127368 [ 3 ] {} <Trace> HTTP-Session: 3ecb96d3-c562-4c41-80d0-d02761b2b2a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12897 | 2024.08.06 04:06:07.127469 [ 3 ] {d0fb0673-7037-451a-88c6-acc59919ab8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12898 | 2024.08.06 04:06:07.127514 [ 3 ] {d0fb0673-7037-451a-88c6-acc59919ab8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12899 | 2024.08.06 04:06:07.127666 [ 3 ] {d0fb0673-7037-451a-88c6-acc59919ab8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12900 | 2024.08.06 04:06:07.127977 [ 3 ] {d0fb0673-7037-451a-88c6-acc59919ab8b} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12901 | 2024.08.06 04:06:07.128014 [ 3 ] {d0fb0673-7037-451a-88c6-acc59919ab8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12902 | 2024.08.06 04:06:07.128317 [ 3 ] {d0fb0673-7037-451a-88c6-acc59919ab8b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
12903 | 2024.08.06 04:06:07.128635 [ 3 ] {d0fb0673-7037-451a-88c6-acc59919ab8b} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12904 | 2024.08.06 04:06:07.128799 [ 3 ] {d0fb0673-7037-451a-88c6-acc59919ab8b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001347 sec., 2969.5619896065327 rows/sec., 242.15 KiB/sec. | ||
12905 | 2024.08.06 04:06:07.129066 [ 3 ] {d0fb0673-7037-451a-88c6-acc59919ab8b} <Debug> DynamicQueryHandler: Done processing query | ||
12906 | 2024.08.06 04:06:07.129108 [ 3 ] {d0fb0673-7037-451a-88c6-acc59919ab8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12907 | 2024.08.06 04:06:07.129124 [ 3 ] {} <Debug> HTTP-Session: 3ecb96d3-c562-4c41-80d0-d02761b2b2a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12908 | 2024.08.06 04:06:07.129263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 13058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12909 | 2024.08.06 04:06:07.129312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12910 | 2024.08.06 04:06:07.129331 [ 3 ] {} <Debug> HTTP-Session: 0acb455b-e19e-40ef-83f4-c95ad58852f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12911 | 2024.08.06 04:06:07.129347 [ 3 ] {} <Debug> HTTP-Session: 0acb455b-e19e-40ef-83f4-c95ad58852f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12912 | 2024.08.06 04:06:07.129362 [ 3 ] {} <Debug> HTTP-Session: 0acb455b-e19e-40ef-83f4-c95ad58852f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12913 | 2024.08.06 04:06:07.129393 [ 3 ] {} <Trace> HTTP-Session: 0acb455b-e19e-40ef-83f4-c95ad58852f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12914 | 2024.08.06 04:06:07.129515 [ 3 ] {ba19c2cc-31a4-4d31-93c5-0c9d0c300244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12915 | 2024.08.06 04:06:07.129559 [ 3 ] {ba19c2cc-31a4-4d31-93c5-0c9d0c300244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12916 | 2024.08.06 04:06:07.129707 [ 3 ] {ba19c2cc-31a4-4d31-93c5-0c9d0c300244} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12917 | 2024.08.06 04:06:07.130054 [ 3 ] {ba19c2cc-31a4-4d31-93c5-0c9d0c300244} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12918 | 2024.08.06 04:06:07.130091 [ 3 ] {ba19c2cc-31a4-4d31-93c5-0c9d0c300244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12919 | 2024.08.06 04:06:07.130402 [ 3 ] {ba19c2cc-31a4-4d31-93c5-0c9d0c300244} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12920 | 2024.08.06 04:06:07.130725 [ 3 ] {ba19c2cc-31a4-4d31-93c5-0c9d0c300244} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12921 | 2024.08.06 04:06:07.130875 [ 3 ] {ba19c2cc-31a4-4d31-93c5-0c9d0c300244} <Debug> executeQuery: Read 91 rows, 7.51 KiB in 0.001403 sec., 64861.01211689237 rows/sec., 5.23 MiB/sec. | ||
12922 | 2024.08.06 04:06:07.130890 [ 74 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12923 | 2024.08.06 04:06:07.130999 [ 74 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12924 | 2024.08.06 04:06:07.131045 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12925 | 2024.08.06 04:06:07.131143 [ 3 ] {ba19c2cc-31a4-4d31-93c5-0c9d0c300244} <Debug> DynamicQueryHandler: Done processing query | ||
12926 | 2024.08.06 04:06:07.131223 [ 3 ] {ba19c2cc-31a4-4d31-93c5-0c9d0c300244} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12927 | 2024.08.06 04:06:07.131313 [ 3 ] {} <Debug> HTTP-Session: 0acb455b-e19e-40ef-83f4-c95ad58852f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12928 | 2024.08.06 04:06:07.131420 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
12929 | 2024.08.06 04:06:07.131559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12930 | 2024.08.06 04:06:07.131736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12931 | 2024.08.06 04:06:07.131845 [ 3 ] {} <Debug> HTTP-Session: 55c7c0db-844b-49eb-9d93-6528c5eea6f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12932 | 2024.08.06 04:06:07.131942 [ 3 ] {} <Debug> HTTP-Session: 55c7c0db-844b-49eb-9d93-6528c5eea6f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12933 | 2024.08.06 04:06:07.132030 [ 3 ] {} <Debug> HTTP-Session: 55c7c0db-844b-49eb-9d93-6528c5eea6f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12934 | 2024.08.06 04:06:07.132164 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12935 | 2024.08.06 04:06:07.132184 [ 3 ] {} <Trace> HTTP-Session: 55c7c0db-844b-49eb-9d93-6528c5eea6f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12936 | 2024.08.06 04:06:07.132268 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 304 rows starting from the beginning of the part | ||
12937 | 2024.08.06 04:06:07.132516 [ 3 ] {343d289d-4ba3-4290-88b6-633f63490b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12938 | 2024.08.06 04:06:07.132534 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 125 rows starting from the beginning of the part | ||
12939 | 2024.08.06 04:06:07.132659 [ 3 ] {343d289d-4ba3-4290-88b6-633f63490b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12940 | 2024.08.06 04:06:07.132755 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 228 rows starting from the beginning of the part | ||
12941 | 2024.08.06 04:06:07.133140 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 89 rows starting from the beginning of the part | ||
12942 | 2024.08.06 04:06:07.133475 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 227 rows starting from the beginning of the part | ||
12943 | 2024.08.06 04:06:07.133813 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 91 rows starting from the beginning of the part | ||
12944 | 2024.08.06 04:06:07.134107 [ 3 ] {343d289d-4ba3-4290-88b6-633f63490b82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12945 | 2024.08.06 04:06:07.134980 [ 3 ] {343d289d-4ba3-4290-88b6-633f63490b82} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12946 | 2024.08.06 04:06:07.135054 [ 3 ] {343d289d-4ba3-4290-88b6-633f63490b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12947 | 2024.08.06 04:06:07.135951 [ 3 ] {343d289d-4ba3-4290-88b6-633f63490b82} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
12948 | 2024.08.06 04:06:07.136751 [ 3 ] {343d289d-4ba3-4290-88b6-633f63490b82} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12949 | 2024.08.06 04:06:07.136949 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1064 rows, containing 4 columns (4 merged, 0 gathered) in 0.005800516 sec., 183431.9567431587 rows/sec., 15.63 MiB/sec. | ||
12950 | 2024.08.06 04:06:07.137112 [ 3 ] {343d289d-4ba3-4290-88b6-633f63490b82} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004761 sec., 840.1596303297628 rows/sec., 58.66 KiB/sec. | ||
12951 | 2024.08.06 04:06:07.137335 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12952 | 2024.08.06 04:06:07.137653 [ 3 ] {343d289d-4ba3-4290-88b6-633f63490b82} <Debug> DynamicQueryHandler: Done processing query | ||
12953 | 2024.08.06 04:06:07.137737 [ 3 ] {343d289d-4ba3-4290-88b6-633f63490b82} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12954 | 2024.08.06 04:06:07.137802 [ 3 ] {} <Debug> HTTP-Session: 55c7c0db-844b-49eb-9d93-6528c5eea6f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12955 | 2024.08.06 04:06:07.138051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 13427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12956 | 2024.08.06 04:06:07.138175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12957 | 2024.08.06 04:06:07.138202 [ 3 ] {} <Debug> HTTP-Session: 0476eb1b-1221-4b0f-a67d-2edfa7ccb89e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12958 | 2024.08.06 04:06:07.138249 [ 3 ] {} <Debug> HTTP-Session: 0476eb1b-1221-4b0f-a67d-2edfa7ccb89e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12959 | 2024.08.06 04:06:07.138275 [ 3 ] {} <Debug> HTTP-Session: 0476eb1b-1221-4b0f-a67d-2edfa7ccb89e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12960 | 2024.08.06 04:06:07.138339 [ 3 ] {} <Trace> HTTP-Session: 0476eb1b-1221-4b0f-a67d-2edfa7ccb89e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12961 | 2024.08.06 04:06:07.138473 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_71_14} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12962 | 2024.08.06 04:06:07.138575 [ 3 ] {307c3179-39c3-47bb-9a79-3a99e40510dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12963 | 2024.08.06 04:06:07.138648 [ 3 ] {307c3179-39c3-47bb-9a79-3a99e40510dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12964 | 2024.08.06 04:06:07.138664 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_71_14} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12965 | 2024.08.06 04:06:07.138865 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
12966 | 2024.08.06 04:06:07.138977 [ 3 ] {307c3179-39c3-47bb-9a79-3a99e40510dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12967 | 2024.08.06 04:06:07.139334 [ 3 ] {307c3179-39c3-47bb-9a79-3a99e40510dc} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12968 | 2024.08.06 04:06:07.139372 [ 3 ] {307c3179-39c3-47bb-9a79-3a99e40510dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12969 | 2024.08.06 04:06:07.139696 [ 3 ] {307c3179-39c3-47bb-9a79-3a99e40510dc} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12970 | 2024.08.06 04:06:07.140010 [ 3 ] {307c3179-39c3-47bb-9a79-3a99e40510dc} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12971 | 2024.08.06 04:06:07.140148 [ 3 ] {307c3179-39c3-47bb-9a79-3a99e40510dc} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001674 sec., 47192.35364396655 rows/sec., 3.69 MiB/sec. | ||
12972 | 2024.08.06 04:06:07.140178 [ 74 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12973 | 2024.08.06 04:06:07.140282 [ 74 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12974 | 2024.08.06 04:06:07.140346 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12975 | 2024.08.06 04:06:07.140398 [ 3 ] {307c3179-39c3-47bb-9a79-3a99e40510dc} <Debug> DynamicQueryHandler: Done processing query | ||
12976 | 2024.08.06 04:06:07.140471 [ 3 ] {307c3179-39c3-47bb-9a79-3a99e40510dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12977 | 2024.08.06 04:06:07.140535 [ 3 ] {} <Debug> HTTP-Session: 0476eb1b-1221-4b0f-a67d-2edfa7ccb89e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12978 | 2024.08.06 04:06:07.140591 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
12979 | 2024.08.06 04:06:07.140771 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12980 | 2024.08.06 04:06:07.140775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12981 | 2024.08.06 04:06:07.140818 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 473 rows starting from the beginning of the part | ||
12982 | 2024.08.06 04:06:07.140876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12983 | 2024.08.06 04:06:07.140995 [ 3 ] {} <Debug> HTTP-Session: 3b362881-7959-4c99-918f-abdf3cba6d44 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
12984 | 2024.08.06 04:06:07.141011 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 99 rows starting from the beginning of the part | ||
12985 | 2024.08.06 04:06:07.141054 [ 3 ] {} <Debug> HTTP-Session: 3b362881-7959-4c99-918f-abdf3cba6d44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12986 | 2024.08.06 04:06:07.141146 [ 3 ] {} <Debug> HTTP-Session: 3b362881-7959-4c99-918f-abdf3cba6d44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12987 | 2024.08.06 04:06:07.141385 [ 3 ] {} <Trace> HTTP-Session: 3b362881-7959-4c99-918f-abdf3cba6d44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12988 | 2024.08.06 04:06:07.141395 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 406 rows starting from the beginning of the part | ||
12989 | 2024.08.06 04:06:07.141615 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 75 rows starting from the beginning of the part | ||
12990 | 2024.08.06 04:06:07.141806 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 404 rows starting from the beginning of the part | ||
12991 | 2024.08.06 04:06:07.141912 [ 3 ] {af4b0215-158f-4a9b-b844-b2f9042b4623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12992 | 2024.08.06 04:06:07.142146 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 79 rows starting from the beginning of the part | ||
12993 | 2024.08.06 04:06:07.142203 [ 3 ] {af4b0215-158f-4a9b-b844-b2f9042b4623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12994 | 2024.08.06 04:06:07.143040 [ 3 ] {af4b0215-158f-4a9b-b844-b2f9042b4623} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12995 | 2024.08.06 04:06:07.144069 [ 3 ] {af4b0215-158f-4a9b-b844-b2f9042b4623} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12996 | 2024.08.06 04:06:07.144146 [ 3 ] {af4b0215-158f-4a9b-b844-b2f9042b4623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
12997 | 2024.08.06 04:06:07.145089 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1536 rows, containing 4 columns (4 merged, 0 gathered) in 0.00465333 sec., 330086.1963368169 rows/sec., 23.84 MiB/sec. | ||
12998 | 2024.08.06 04:06:07.145128 [ 3 ] {af4b0215-158f-4a9b-b844-b2f9042b4623} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12999 | 2024.08.06 04:06:07.145272 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13000 | 2024.08.06 04:06:07.146013 [ 3 ] {af4b0215-158f-4a9b-b844-b2f9042b4623} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13001 | 2024.08.06 04:06:07.146127 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_71_14} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13002 | 2024.08.06 04:06:07.146264 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13003 | 2024.08.06 04:06:07.146361 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13004 | 2024.08.06 04:06:07.146388 [ 3 ] {af4b0215-158f-4a9b-b844-b2f9042b4623} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004742 sec., 34162.80050611556 rows/sec., 2.38 MiB/sec. | ||
13005 | 2024.08.06 04:06:07.146404 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_71_14} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13006 | 2024.08.06 04:06:07.146405 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13007 | 2024.08.06 04:06:07.146839 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
13008 | 2024.08.06 04:06:07.146903 [ 200 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
13009 | 2024.08.06 04:06:07.146938 [ 3 ] {af4b0215-158f-4a9b-b844-b2f9042b4623} <Debug> DynamicQueryHandler: Done processing query | ||
13010 | 2024.08.06 04:06:07.146967 [ 3 ] {af4b0215-158f-4a9b-b844-b2f9042b4623} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13011 | 2024.08.06 04:06:07.146995 [ 3 ] {} <Debug> HTTP-Session: 3b362881-7959-4c99-918f-abdf3cba6d44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13012 | 2024.08.06 04:06:07.147084 [ 200 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13013 | 2024.08.06 04:06:07.147127 [ 200 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 11065 rows starting from the beginning of the part | ||
13014 | 2024.08.06 04:06:07.147152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 17727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13015 | 2024.08.06 04:06:07.147304 [ 200 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 196 rows starting from the beginning of the part | ||
13016 | 2024.08.06 04:06:07.147303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13017 | 2024.08.06 04:06:07.147409 [ 3 ] {} <Debug> HTTP-Session: 2c55d8de-15af-478d-9fe5-2e935784b2d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13018 | 2024.08.06 04:06:07.147530 [ 3 ] {} <Debug> HTTP-Session: 2c55d8de-15af-478d-9fe5-2e935784b2d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13019 | 2024.08.06 04:06:07.147604 [ 3 ] {} <Debug> HTTP-Session: 2c55d8de-15af-478d-9fe5-2e935784b2d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13020 | 2024.08.06 04:06:07.147706 [ 200 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 161 rows starting from the beginning of the part | ||
13021 | 2024.08.06 04:06:07.147750 [ 3 ] {} <Trace> HTTP-Session: 2c55d8de-15af-478d-9fe5-2e935784b2d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13022 | 2024.08.06 04:06:07.147973 [ 200 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
13023 | 2024.08.06 04:06:07.148211 [ 200 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
13024 | 2024.08.06 04:06:07.148227 [ 3 ] {bcf7af7b-5747-4f63-b6ba-7e0c3ac15d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13025 | 2024.08.06 04:06:07.148585 [ 200 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 162 rows starting from the beginning of the part | ||
13026 | 2024.08.06 04:06:07.148612 [ 3 ] {bcf7af7b-5747-4f63-b6ba-7e0c3ac15d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13027 | 2024.08.06 04:06:07.149758 [ 3 ] {bcf7af7b-5747-4f63-b6ba-7e0c3ac15d19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13028 | 2024.08.06 04:06:07.150696 [ 3 ] {bcf7af7b-5747-4f63-b6ba-7e0c3ac15d19} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13029 | 2024.08.06 04:06:07.150742 [ 3 ] {bcf7af7b-5747-4f63-b6ba-7e0c3ac15d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13030 | 2024.08.06 04:06:07.151711 [ 3 ] {bcf7af7b-5747-4f63-b6ba-7e0c3ac15d19} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
13031 | 2024.08.06 04:06:07.152601 [ 3 ] {bcf7af7b-5747-4f63-b6ba-7e0c3ac15d19} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13032 | 2024.08.06 04:06:07.152802 [ 74 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
13033 | 2024.08.06 04:06:07.152823 [ 3 ] {bcf7af7b-5747-4f63-b6ba-7e0c3ac15d19} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.004891 sec., 2249.0288284604376 rows/sec., 4.03 MiB/sec. | ||
13034 | 2024.08.06 04:06:07.152868 [ 74 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13035 | 2024.08.06 04:06:07.152958 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13036 | 2024.08.06 04:06:07.153424 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
13037 | 2024.08.06 04:06:07.153958 [ 3 ] {bcf7af7b-5747-4f63-b6ba-7e0c3ac15d19} <Debug> DynamicQueryHandler: Done processing query | ||
13038 | 2024.08.06 04:06:07.154067 [ 3 ] {bcf7af7b-5747-4f63-b6ba-7e0c3ac15d19} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
13039 | 2024.08.06 04:06:07.154175 [ 3 ] {} <Debug> HTTP-Session: 2c55d8de-15af-478d-9fe5-2e935784b2d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13040 | 2024.08.06 04:06:07.154258 [ 200 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11904 rows, containing 5 columns (5 merged, 0 gathered) in 0.00764222 sec., 1557662.5640193557 rows/sec., 108.54 MiB/sec. | ||
13041 | 2024.08.06 04:06:07.154466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13042 | 2024.08.06 04:06:07.154652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13043 | 2024.08.06 04:06:07.154702 [ 200 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13044 | 2024.08.06 04:06:07.154766 [ 3 ] {} <Debug> HTTP-Session: fefd6f4f-ec06-4793-83a0-3a74d3e45a1e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13045 | 2024.08.06 04:06:07.154877 [ 3 ] {} <Debug> HTTP-Session: fefd6f4f-ec06-4793-83a0-3a74d3e45a1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13046 | 2024.08.06 04:06:07.154971 [ 3 ] {} <Debug> HTTP-Session: fefd6f4f-ec06-4793-83a0-3a74d3e45a1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13047 | 2024.08.06 04:06:07.155127 [ 3 ] {} <Trace> HTTP-Session: fefd6f4f-ec06-4793-83a0-3a74d3e45a1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13048 | 2024.08.06 04:06:07.155209 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13049 | 2024.08.06 04:06:07.155516 [ 3 ] {ca83ca3b-cac5-4267-a00d-b0dd49185e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13050 | 2024.08.06 04:06:07.155610 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 934 rows starting from the beginning of the part | ||
13051 | 2024.08.06 04:06:07.155684 [ 3 ] {ca83ca3b-cac5-4267-a00d-b0dd49185e0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13052 | 2024.08.06 04:06:07.156924 [ 200 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13053 | 2024.08.06 04:06:07.157032 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 11 rows starting from the beginning of the part | ||
13054 | 2024.08.06 04:06:07.157181 [ 3 ] {ca83ca3b-cac5-4267-a00d-b0dd49185e0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13055 | 2024.08.06 04:06:07.157388 [ 200 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13056 | 2024.08.06 04:06:07.157781 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.54 MiB. | ||
13057 | 2024.08.06 04:06:07.158374 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 22 rows starting from the beginning of the part | ||
13058 | 2024.08.06 04:06:07.158614 [ 3 ] {ca83ca3b-cac5-4267-a00d-b0dd49185e0a} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13059 | 2024.08.06 04:06:07.158744 [ 3 ] {ca83ca3b-cac5-4267-a00d-b0dd49185e0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13060 | 2024.08.06 04:06:07.158996 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 11 rows starting from the beginning of the part | ||
13061 | 2024.08.06 04:06:07.159560 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 22 rows starting from the beginning of the part | ||
13062 | 2024.08.06 04:06:07.160168 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 11 rows starting from the beginning of the part | ||
13063 | 2024.08.06 04:06:07.160237 [ 3 ] {ca83ca3b-cac5-4267-a00d-b0dd49185e0a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13064 | 2024.08.06 04:06:07.161295 [ 3 ] {ca83ca3b-cac5-4267-a00d-b0dd49185e0a} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13065 | 2024.08.06 04:06:07.161572 [ 74 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13066 | 2024.08.06 04:06:07.161671 [ 74 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13067 | 2024.08.06 04:06:07.161742 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13068 | 2024.08.06 04:06:07.161754 [ 3 ] {ca83ca3b-cac5-4267-a00d-b0dd49185e0a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006386 sec., 9395.552771688068 rows/sec., 648.39 KiB/sec. | ||
13069 | 2024.08.06 04:06:07.162290 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
13070 | 2024.08.06 04:06:07.162536 [ 3 ] {ca83ca3b-cac5-4267-a00d-b0dd49185e0a} <Debug> DynamicQueryHandler: Done processing query | ||
13071 | 2024.08.06 04:06:07.162617 [ 3 ] {ca83ca3b-cac5-4267-a00d-b0dd49185e0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13072 | 2024.08.06 04:06:07.162688 [ 3 ] {} <Debug> HTTP-Session: fefd6f4f-ec06-4793-83a0-3a74d3e45a1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13073 | 2024.08.06 04:06:07.162770 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13074 | 2024.08.06 04:06:07.162833 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3936 rows starting from the beginning of the part | ||
13075 | 2024.08.06 04:06:07.162908 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
13076 | 2024.08.06 04:06:07.163109 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
13077 | 2024.08.06 04:06:07.163384 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
13078 | 2024.08.06 04:06:07.163576 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
13079 | 2024.08.06 04:06:07.163853 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
13080 | 2024.08.06 04:06:07.167997 [ 188 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4236 rows, containing 4 columns (4 merged, 0 gathered) in 0.006128405 sec., 691207.5817443527 rows/sec., 46.60 MiB/sec. | ||
13081 | 2024.08.06 04:06:07.168426 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13082 | 2024.08.06 04:06:07.169072 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_71_14} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13083 | 2024.08.06 04:06:07.169178 [ 189 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_71_14} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13084 | 2024.08.06 04:06:07.169550 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
13085 | 2024.08.06 04:06:07.170756 [ 192 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1011 rows, containing 19 columns (19 merged, 0 gathered) in 0.017667986 sec., 57222.141787977416 rows/sec., 102.54 MiB/sec. | ||
13086 | 2024.08.06 04:06:07.172174 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
13087 | 2024.08.06 04:06:07.172896 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13088 | 2024.08.06 04:06:07.173006 [ 199 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
13089 | 2024.08.06 04:06:07.173171 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.11 MiB. | ||
13090 | 2024.08.06 04:06:12.129325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3907, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13091 | 2024.08.06 04:06:12.129454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13092 | 2024.08.06 04:06:12.129480 [ 3 ] {} <Debug> HTTP-Session: fe5c28ee-326b-4ad9-a036-07a286b83cb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13093 | 2024.08.06 04:06:12.129504 [ 3 ] {} <Debug> HTTP-Session: fe5c28ee-326b-4ad9-a036-07a286b83cb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13094 | 2024.08.06 04:06:12.129519 [ 3 ] {} <Debug> HTTP-Session: fe5c28ee-326b-4ad9-a036-07a286b83cb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13095 | 2024.08.06 04:06:12.129568 [ 3 ] {} <Trace> HTTP-Session: fe5c28ee-326b-4ad9-a036-07a286b83cb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13096 | 2024.08.06 04:06:12.129756 [ 3 ] {870828e7-6879-41ea-b0f2-68e05fafbe31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13097 | 2024.08.06 04:06:12.129823 [ 3 ] {870828e7-6879-41ea-b0f2-68e05fafbe31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13098 | 2024.08.06 04:06:12.130017 [ 3 ] {870828e7-6879-41ea-b0f2-68e05fafbe31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13099 | 2024.08.06 04:06:12.130453 [ 3 ] {870828e7-6879-41ea-b0f2-68e05fafbe31} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13100 | 2024.08.06 04:06:12.130493 [ 3 ] {870828e7-6879-41ea-b0f2-68e05fafbe31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13101 | 2024.08.06 04:06:12.130859 [ 3 ] {870828e7-6879-41ea-b0f2-68e05fafbe31} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13102 | 2024.08.06 04:06:12.131199 [ 3 ] {870828e7-6879-41ea-b0f2-68e05fafbe31} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13103 | 2024.08.06 04:06:12.131375 [ 3 ] {870828e7-6879-41ea-b0f2-68e05fafbe31} <Debug> executeQuery: Read 28 rows, 2.12 KiB in 0.001681 sec., 16656.75193337299 rows/sec., 1.23 MiB/sec. | ||
13104 | 2024.08.06 04:06:12.131688 [ 3 ] {870828e7-6879-41ea-b0f2-68e05fafbe31} <Debug> DynamicQueryHandler: Done processing query | ||
13105 | 2024.08.06 04:06:12.131744 [ 3 ] {870828e7-6879-41ea-b0f2-68e05fafbe31} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13106 | 2024.08.06 04:06:12.131793 [ 3 ] {} <Debug> HTTP-Session: fe5c28ee-326b-4ad9-a036-07a286b83cb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13107 | 2024.08.06 04:06:12.131944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13108 | 2024.08.06 04:06:12.131995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13109 | 2024.08.06 04:06:12.132014 [ 3 ] {} <Debug> HTTP-Session: 2373c171-43d0-4c2b-97cd-7548695b0510 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13110 | 2024.08.06 04:06:12.132032 [ 3 ] {} <Debug> HTTP-Session: 2373c171-43d0-4c2b-97cd-7548695b0510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13111 | 2024.08.06 04:06:12.132046 [ 3 ] {} <Debug> HTTP-Session: 2373c171-43d0-4c2b-97cd-7548695b0510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13112 | 2024.08.06 04:06:12.132077 [ 3 ] {} <Trace> HTTP-Session: 2373c171-43d0-4c2b-97cd-7548695b0510 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13113 | 2024.08.06 04:06:12.132177 [ 3 ] {0a926f6a-163a-41a0-91f2-48a2f2061e8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13114 | 2024.08.06 04:06:12.132221 [ 3 ] {0a926f6a-163a-41a0-91f2-48a2f2061e8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13115 | 2024.08.06 04:06:12.132370 [ 3 ] {0a926f6a-163a-41a0-91f2-48a2f2061e8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13116 | 2024.08.06 04:06:12.132720 [ 3 ] {0a926f6a-163a-41a0-91f2-48a2f2061e8c} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13117 | 2024.08.06 04:06:12.132758 [ 3 ] {0a926f6a-163a-41a0-91f2-48a2f2061e8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13118 | 2024.08.06 04:06:12.133062 [ 3 ] {0a926f6a-163a-41a0-91f2-48a2f2061e8c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
13119 | 2024.08.06 04:06:12.133385 [ 3 ] {0a926f6a-163a-41a0-91f2-48a2f2061e8c} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13120 | 2024.08.06 04:06:12.133545 [ 3 ] {0a926f6a-163a-41a0-91f2-48a2f2061e8c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001382 sec., 1447.178002894356 rows/sec., 118.01 KiB/sec. | ||
13121 | 2024.08.06 04:06:12.133543 [ 70 ] {} <Debug> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
13122 | 2024.08.06 04:06:12.133658 [ 70 ] {} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13123 | 2024.08.06 04:06:12.133701 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13124 | 2024.08.06 04:06:12.133795 [ 3 ] {0a926f6a-163a-41a0-91f2-48a2f2061e8c} <Debug> DynamicQueryHandler: Done processing query | ||
13125 | 2024.08.06 04:06:12.133860 [ 3 ] {0a926f6a-163a-41a0-91f2-48a2f2061e8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13126 | 2024.08.06 04:06:12.133933 [ 3 ] {} <Debug> HTTP-Session: 2373c171-43d0-4c2b-97cd-7548695b0510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13127 | 2024.08.06 04:06:12.134028 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::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 | ||
13128 | 2024.08.06 04:06:12.134212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 34404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13129 | 2024.08.06 04:06:12.134323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13130 | 2024.08.06 04:06:12.134382 [ 3 ] {} <Debug> HTTP-Session: eff84391-add4-421b-a577-b97065ed6698 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13131 | 2024.08.06 04:06:12.134434 [ 3 ] {} <Debug> HTTP-Session: eff84391-add4-421b-a577-b97065ed6698 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13132 | 2024.08.06 04:06:12.134447 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13133 | 2024.08.06 04:06:12.134461 [ 3 ] {} <Debug> HTTP-Session: eff84391-add4-421b-a577-b97065ed6698 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13134 | 2024.08.06 04:06:12.134504 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 16 rows starting from the beginning of the part | ||
13135 | 2024.08.06 04:06:12.134528 [ 3 ] {} <Trace> HTTP-Session: eff84391-add4-421b-a577-b97065ed6698 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13136 | 2024.08.06 04:06:12.134667 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
13137 | 2024.08.06 04:06:12.134908 [ 3 ] {c1d8c0d8-ebd2-4619-8fe2-172aad5aa0ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13138 | 2024.08.06 04:06:12.134913 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
13139 | 2024.08.06 04:06:12.135060 [ 3 ] {c1d8c0d8-ebd2-4619-8fe2-172aad5aa0ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13140 | 2024.08.06 04:06:12.135201 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
13141 | 2024.08.06 04:06:12.135591 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
13142 | 2024.08.06 04:06:12.135974 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
13143 | 2024.08.06 04:06:12.136531 [ 3 ] {c1d8c0d8-ebd2-4619-8fe2-172aad5aa0ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13144 | 2024.08.06 04:06:12.137806 [ 3 ] {c1d8c0d8-ebd2-4619-8fe2-172aad5aa0ff} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13145 | 2024.08.06 04:06:12.137888 [ 3 ] {c1d8c0d8-ebd2-4619-8fe2-172aad5aa0ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13146 | 2024.08.06 04:06:12.138754 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004949167 sec., 6465.734536741234 rows/sec., 527.24 KiB/sec. | ||
13147 | 2024.08.06 04:06:12.138898 [ 3 ] {c1d8c0d8-ebd2-4619-8fe2-172aad5aa0ff} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13148 | 2024.08.06 04:06:12.138913 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
13149 | 2024.08.06 04:06:12.139780 [ 3 ] {c1d8c0d8-ebd2-4619-8fe2-172aad5aa0ff} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13150 | 2024.08.06 04:06:12.139815 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_26_5} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13151 | 2024.08.06 04:06:12.140030 [ 193 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_26_5} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
13152 | 2024.08.06 04:06:12.140107 [ 3 ] {c1d8c0d8-ebd2-4619-8fe2-172aad5aa0ff} <Debug> executeQuery: Read 228 rows, 20.54 KiB in 0.005414 sec., 42113.04026597709 rows/sec., 3.70 MiB/sec. | ||
13153 | 2024.08.06 04:06:12.140244 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
13154 | 2024.08.06 04:06:12.140442 [ 3 ] {c1d8c0d8-ebd2-4619-8fe2-172aad5aa0ff} <Debug> DynamicQueryHandler: Done processing query | ||
13155 | 2024.08.06 04:06:12.140471 [ 3 ] {c1d8c0d8-ebd2-4619-8fe2-172aad5aa0ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
13156 | 2024.08.06 04:06:12.140487 [ 3 ] {} <Debug> HTTP-Session: eff84391-add4-421b-a577-b97065ed6698 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13157 | 2024.08.06 04:06:12.140668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13158 | 2024.08.06 04:06:12.140716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13159 | 2024.08.06 04:06:12.140735 [ 3 ] {} <Debug> HTTP-Session: e98e6af1-7b1a-46d9-8c54-8f8d7b18febb Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13160 | 2024.08.06 04:06:12.140752 [ 3 ] {} <Debug> HTTP-Session: e98e6af1-7b1a-46d9-8c54-8f8d7b18febb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13161 | 2024.08.06 04:06:12.140766 [ 3 ] {} <Debug> HTTP-Session: e98e6af1-7b1a-46d9-8c54-8f8d7b18febb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13162 | 2024.08.06 04:06:12.140800 [ 3 ] {} <Trace> HTTP-Session: e98e6af1-7b1a-46d9-8c54-8f8d7b18febb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13163 | 2024.08.06 04:06:12.140895 [ 3 ] {56c31e02-cede-4287-9aec-a2ee95ce4a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13164 | 2024.08.06 04:06:12.140938 [ 3 ] {56c31e02-cede-4287-9aec-a2ee95ce4a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13165 | 2024.08.06 04:06:12.141081 [ 3 ] {56c31e02-cede-4287-9aec-a2ee95ce4a21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13166 | 2024.08.06 04:06:12.141363 [ 3 ] {56c31e02-cede-4287-9aec-a2ee95ce4a21} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13167 | 2024.08.06 04:06:12.141400 [ 3 ] {56c31e02-cede-4287-9aec-a2ee95ce4a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13168 | 2024.08.06 04:06:12.141703 [ 3 ] {56c31e02-cede-4287-9aec-a2ee95ce4a21} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
13169 | 2024.08.06 04:06:12.142013 [ 3 ] {56c31e02-cede-4287-9aec-a2ee95ce4a21} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13170 | 2024.08.06 04:06:12.142170 [ 70 ] {} <Debug> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
13171 | 2024.08.06 04:06:12.142178 [ 3 ] {56c31e02-cede-4287-9aec-a2ee95ce4a21} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001297 sec., 1542.0200462606015 rows/sec., 107.67 KiB/sec. | ||
13172 | 2024.08.06 04:06:12.142232 [ 70 ] {} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13173 | 2024.08.06 04:06:12.142291 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13174 | 2024.08.06 04:06:12.142501 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::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 | ||
13175 | 2024.08.06 04:06:12.142522 [ 3 ] {56c31e02-cede-4287-9aec-a2ee95ce4a21} <Debug> DynamicQueryHandler: Done processing query | ||
13176 | 2024.08.06 04:06:12.142574 [ 3 ] {56c31e02-cede-4287-9aec-a2ee95ce4a21} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13177 | 2024.08.06 04:06:12.142598 [ 3 ] {} <Debug> HTTP-Session: e98e6af1-7b1a-46d9-8c54-8f8d7b18febb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13178 | 2024.08.06 04:06:12.142707 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13179 | 2024.08.06 04:06:12.142745 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 16 rows starting from the beginning of the part | ||
13180 | 2024.08.06 04:06:12.142894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 65639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13181 | 2024.08.06 04:06:12.142947 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
13182 | 2024.08.06 04:06:12.143046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13183 | 2024.08.06 04:06:12.143167 [ 3 ] {} <Debug> HTTP-Session: 9195f488-a926-49a9-a910-6890edbb6beb Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13184 | 2024.08.06 04:06:12.143233 [ 3 ] {} <Debug> HTTP-Session: 9195f488-a926-49a9-a910-6890edbb6beb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13185 | 2024.08.06 04:06:12.143299 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
13186 | 2024.08.06 04:06:12.143325 [ 3 ] {} <Debug> HTTP-Session: 9195f488-a926-49a9-a910-6890edbb6beb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13187 | 2024.08.06 04:06:12.143502 [ 3 ] {} <Trace> HTTP-Session: 9195f488-a926-49a9-a910-6890edbb6beb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13188 | 2024.08.06 04:06:12.143598 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
13189 | 2024.08.06 04:06:12.143918 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
13190 | 2024.08.06 04:06:12.143995 [ 3 ] {cd8b4252-5ece-43a7-9f86-4dad7150f951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13191 | 2024.08.06 04:06:12.144153 [ 197 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
13192 | 2024.08.06 04:06:12.144174 [ 3 ] {cd8b4252-5ece-43a7-9f86-4dad7150f951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13193 | 2024.08.06 04:06:12.145019 [ 3 ] {cd8b4252-5ece-43a7-9f86-4dad7150f951} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13194 | 2024.08.06 04:06:12.146117 [ 3 ] {cd8b4252-5ece-43a7-9f86-4dad7150f951} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13195 | 2024.08.06 04:06:12.146187 [ 3 ] {cd8b4252-5ece-43a7-9f86-4dad7150f951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13196 | 2024.08.06 04:06:12.146560 [ 203 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004164538 sec., 7683.925563892081 rows/sec., 536.52 KiB/sec. | ||
13197 | 2024.08.06 04:06:12.146777 [ 203 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
13198 | 2024.08.06 04:06:12.146887 [ 3 ] {cd8b4252-5ece-43a7-9f86-4dad7150f951} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13199 | 2024.08.06 04:06:12.147776 [ 203 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_26_5} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13200 | 2024.08.06 04:06:12.147954 [ 203 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_26_5} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
13201 | 2024.08.06 04:06:12.147968 [ 3 ] {cd8b4252-5ece-43a7-9f86-4dad7150f951} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13202 | 2024.08.06 04:06:12.148116 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13203 | 2024.08.06 04:06:12.148318 [ 3 ] {cd8b4252-5ece-43a7-9f86-4dad7150f951} <Debug> executeQuery: Read 406 rows, 29.40 KiB in 0.004564 sec., 88957.05521472392 rows/sec., 6.29 MiB/sec. | ||
13204 | 2024.08.06 04:06:12.148561 [ 3 ] {cd8b4252-5ece-43a7-9f86-4dad7150f951} <Debug> DynamicQueryHandler: Done processing query | ||
13205 | 2024.08.06 04:06:12.148598 [ 3 ] {cd8b4252-5ece-43a7-9f86-4dad7150f951} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
13206 | 2024.08.06 04:06:12.148622 [ 3 ] {} <Debug> HTTP-Session: 9195f488-a926-49a9-a910-6890edbb6beb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13207 | 2024.08.06 04:06:12.148851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13208 | 2024.08.06 04:06:12.148904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13209 | 2024.08.06 04:06:12.148923 [ 3 ] {} <Debug> HTTP-Session: 901e00b3-985f-4294-9881-71f8699780ec Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13210 | 2024.08.06 04:06:12.148940 [ 3 ] {} <Debug> HTTP-Session: 901e00b3-985f-4294-9881-71f8699780ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13211 | 2024.08.06 04:06:12.148954 [ 3 ] {} <Debug> HTTP-Session: 901e00b3-985f-4294-9881-71f8699780ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13212 | 2024.08.06 04:06:12.148985 [ 3 ] {} <Trace> HTTP-Session: 901e00b3-985f-4294-9881-71f8699780ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13213 | 2024.08.06 04:06:12.149088 [ 3 ] {1bb81b7e-1710-43c3-b210-2a5f6e71437f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13214 | 2024.08.06 04:06:12.149135 [ 3 ] {1bb81b7e-1710-43c3-b210-2a5f6e71437f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13215 | 2024.08.06 04:06:12.149277 [ 3 ] {1bb81b7e-1710-43c3-b210-2a5f6e71437f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13216 | 2024.08.06 04:06:12.149561 [ 3 ] {1bb81b7e-1710-43c3-b210-2a5f6e71437f} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13217 | 2024.08.06 04:06:12.149597 [ 3 ] {1bb81b7e-1710-43c3-b210-2a5f6e71437f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13218 | 2024.08.06 04:06:12.149969 [ 3 ] {1bb81b7e-1710-43c3-b210-2a5f6e71437f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
13219 | 2024.08.06 04:06:12.150323 [ 3 ] {1bb81b7e-1710-43c3-b210-2a5f6e71437f} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13220 | 2024.08.06 04:06:12.150497 [ 3 ] {1bb81b7e-1710-43c3-b210-2a5f6e71437f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001425 sec., 4210.526315789473 rows/sec., 180.92 KiB/sec. | ||
13221 | 2024.08.06 04:06:12.150662 [ 3 ] {1bb81b7e-1710-43c3-b210-2a5f6e71437f} <Debug> DynamicQueryHandler: Done processing query | ||
13222 | 2024.08.06 04:06:12.150687 [ 3 ] {1bb81b7e-1710-43c3-b210-2a5f6e71437f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13223 | 2024.08.06 04:06:12.150703 [ 3 ] {} <Debug> HTTP-Session: 901e00b3-985f-4294-9881-71f8699780ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13224 | 2024.08.06 04:06:12.150821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13225 | 2024.08.06 04:06:12.150868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13226 | 2024.08.06 04:06:12.150887 [ 3 ] {} <Debug> HTTP-Session: f1cdf4ef-16cd-4a30-9dd4-93d53417fe00 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13227 | 2024.08.06 04:06:12.150903 [ 3 ] {} <Debug> HTTP-Session: f1cdf4ef-16cd-4a30-9dd4-93d53417fe00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13228 | 2024.08.06 04:06:12.150917 [ 3 ] {} <Debug> HTTP-Session: f1cdf4ef-16cd-4a30-9dd4-93d53417fe00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13229 | 2024.08.06 04:06:12.150947 [ 3 ] {} <Trace> HTTP-Session: f1cdf4ef-16cd-4a30-9dd4-93d53417fe00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13230 | 2024.08.06 04:06:12.151069 [ 3 ] {352f1554-0153-451a-9634-3ade254ba6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13231 | 2024.08.06 04:06:12.151117 [ 3 ] {352f1554-0153-451a-9634-3ade254ba6a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13232 | 2024.08.06 04:06:12.151263 [ 3 ] {352f1554-0153-451a-9634-3ade254ba6a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13233 | 2024.08.06 04:06:12.151585 [ 3 ] {352f1554-0153-451a-9634-3ade254ba6a9} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13234 | 2024.08.06 04:06:12.151622 [ 3 ] {352f1554-0153-451a-9634-3ade254ba6a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13235 | 2024.08.06 04:06:12.152007 [ 3 ] {352f1554-0153-451a-9634-3ade254ba6a9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
13236 | 2024.08.06 04:06:12.152368 [ 3 ] {352f1554-0153-451a-9634-3ade254ba6a9} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13237 | 2024.08.06 04:06:12.152531 [ 3 ] {352f1554-0153-451a-9634-3ade254ba6a9} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001501 sec., 51299.13391072618 rows/sec., 3.16 MiB/sec. | ||
13238 | 2024.08.06 04:06:12.152689 [ 3 ] {352f1554-0153-451a-9634-3ade254ba6a9} <Debug> DynamicQueryHandler: Done processing query | ||
13239 | 2024.08.06 04:06:12.152714 [ 3 ] {352f1554-0153-451a-9634-3ade254ba6a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13240 | 2024.08.06 04:06:12.152730 [ 3 ] {} <Debug> HTTP-Session: f1cdf4ef-16cd-4a30-9dd4-93d53417fe00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13241 | 2024.08.06 04:06:12.152917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13242 | 2024.08.06 04:06:12.152965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13243 | 2024.08.06 04:06:12.152983 [ 3 ] {} <Debug> HTTP-Session: 61c95d97-484d-44fa-9a7d-97086793d9d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13244 | 2024.08.06 04:06:12.152999 [ 3 ] {} <Debug> HTTP-Session: 61c95d97-484d-44fa-9a7d-97086793d9d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13245 | 2024.08.06 04:06:12.153013 [ 3 ] {} <Debug> HTTP-Session: 61c95d97-484d-44fa-9a7d-97086793d9d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13246 | 2024.08.06 04:06:12.153044 [ 3 ] {} <Trace> HTTP-Session: 61c95d97-484d-44fa-9a7d-97086793d9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13247 | 2024.08.06 04:06:12.153211 [ 3 ] {02f2f3b4-a3ba-4d84-86fc-36a3a08b99ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13248 | 2024.08.06 04:06:12.153258 [ 3 ] {02f2f3b4-a3ba-4d84-86fc-36a3a08b99ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13249 | 2024.08.06 04:06:12.153403 [ 3 ] {02f2f3b4-a3ba-4d84-86fc-36a3a08b99ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13250 | 2024.08.06 04:06:12.153769 [ 3 ] {02f2f3b4-a3ba-4d84-86fc-36a3a08b99ab} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13251 | 2024.08.06 04:06:12.153804 [ 3 ] {02f2f3b4-a3ba-4d84-86fc-36a3a08b99ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13252 | 2024.08.06 04:06:12.154212 [ 3 ] {02f2f3b4-a3ba-4d84-86fc-36a3a08b99ab} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13253 | 2024.08.06 04:06:12.154629 [ 3 ] {02f2f3b4-a3ba-4d84-86fc-36a3a08b99ab} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13254 | 2024.08.06 04:06:12.154784 [ 3 ] {02f2f3b4-a3ba-4d84-86fc-36a3a08b99ab} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001656 sec., 97222.22222222223 rows/sec., 6.77 MiB/sec. | ||
13255 | 2024.08.06 04:06:12.154986 [ 3 ] {02f2f3b4-a3ba-4d84-86fc-36a3a08b99ab} <Debug> DynamicQueryHandler: Done processing query | ||
13256 | 2024.08.06 04:06:12.155027 [ 3 ] {02f2f3b4-a3ba-4d84-86fc-36a3a08b99ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13257 | 2024.08.06 04:06:12.155057 [ 3 ] {} <Debug> HTTP-Session: 61c95d97-484d-44fa-9a7d-97086793d9d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13258 | 2024.08.06 04:06:12.155217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 35537, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13259 | 2024.08.06 04:06:12.155267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13260 | 2024.08.06 04:06:12.155286 [ 3 ] {} <Debug> HTTP-Session: 49b7953c-8961-4d59-b8d0-2154f58831a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13261 | 2024.08.06 04:06:12.155303 [ 3 ] {} <Debug> HTTP-Session: 49b7953c-8961-4d59-b8d0-2154f58831a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13262 | 2024.08.06 04:06:12.155317 [ 3 ] {} <Debug> HTTP-Session: 49b7953c-8961-4d59-b8d0-2154f58831a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13263 | 2024.08.06 04:06:12.155347 [ 3 ] {} <Trace> HTTP-Session: 49b7953c-8961-4d59-b8d0-2154f58831a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13264 | 2024.08.06 04:06:12.155611 [ 3 ] {d7dac469-3230-4393-b442-c60add7991bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13265 | 2024.08.06 04:06:12.155677 [ 3 ] {d7dac469-3230-4393-b442-c60add7991bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13266 | 2024.08.06 04:06:12.156089 [ 3 ] {d7dac469-3230-4393-b442-c60add7991bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13267 | 2024.08.06 04:06:12.156667 [ 3 ] {d7dac469-3230-4393-b442-c60add7991bf} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13268 | 2024.08.06 04:06:12.156704 [ 3 ] {d7dac469-3230-4393-b442-c60add7991bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13269 | 2024.08.06 04:06:12.157311 [ 3 ] {d7dac469-3230-4393-b442-c60add7991bf} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
13270 | 2024.08.06 04:06:12.157733 [ 3 ] {d7dac469-3230-4393-b442-c60add7991bf} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13271 | 2024.08.06 04:06:12.157949 [ 3 ] {d7dac469-3230-4393-b442-c60add7991bf} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002508 sec., 8771.929824561405 rows/sec., 15.72 MiB/sec. | ||
13272 | 2024.08.06 04:06:12.158432 [ 3 ] {d7dac469-3230-4393-b442-c60add7991bf} <Debug> DynamicQueryHandler: Done processing query | ||
13273 | 2024.08.06 04:06:12.158471 [ 3 ] {d7dac469-3230-4393-b442-c60add7991bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
13274 | 2024.08.06 04:06:12.158489 [ 3 ] {} <Debug> HTTP-Session: 49b7953c-8961-4d59-b8d0-2154f58831a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13275 | 2024.08.06 04:06:12.158617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13276 | 2024.08.06 04:06:12.158665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13277 | 2024.08.06 04:06:12.158684 [ 3 ] {} <Debug> HTTP-Session: 98f2cf9f-ad40-463d-b067-2bfdc193b9c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13278 | 2024.08.06 04:06:12.158701 [ 3 ] {} <Debug> HTTP-Session: 98f2cf9f-ad40-463d-b067-2bfdc193b9c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13279 | 2024.08.06 04:06:12.158715 [ 3 ] {} <Debug> HTTP-Session: 98f2cf9f-ad40-463d-b067-2bfdc193b9c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13280 | 2024.08.06 04:06:12.158746 [ 3 ] {} <Trace> HTTP-Session: 98f2cf9f-ad40-463d-b067-2bfdc193b9c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13281 | 2024.08.06 04:06:12.158854 [ 3 ] {f477c20e-e3b5-47d7-8a9e-3cb132f2c89f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13282 | 2024.08.06 04:06:12.158902 [ 3 ] {f477c20e-e3b5-47d7-8a9e-3cb132f2c89f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13283 | 2024.08.06 04:06:12.159050 [ 3 ] {f477c20e-e3b5-47d7-8a9e-3cb132f2c89f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13284 | 2024.08.06 04:06:12.159343 [ 3 ] {f477c20e-e3b5-47d7-8a9e-3cb132f2c89f} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13285 | 2024.08.06 04:06:12.159380 [ 3 ] {f477c20e-e3b5-47d7-8a9e-3cb132f2c89f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13286 | 2024.08.06 04:06:12.159749 [ 3 ] {f477c20e-e3b5-47d7-8a9e-3cb132f2c89f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
13287 | 2024.08.06 04:06:12.160075 [ 3 ] {f477c20e-e3b5-47d7-8a9e-3cb132f2c89f} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13288 | 2024.08.06 04:06:12.160206 [ 3 ] {f477c20e-e3b5-47d7-8a9e-3cb132f2c89f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001383 sec., 16630.51337671728 rows/sec., 899.60 KiB/sec. | ||
13289 | 2024.08.06 04:06:12.160215 [ 68 ] {} <Debug> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
13290 | 2024.08.06 04:06:12.160273 [ 68 ] {} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13291 | 2024.08.06 04:06:12.160310 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13292 | 2024.08.06 04:06:12.160428 [ 3 ] {f477c20e-e3b5-47d7-8a9e-3cb132f2c89f} <Debug> DynamicQueryHandler: Done processing query | ||
13293 | 2024.08.06 04:06:12.160481 [ 3 ] {f477c20e-e3b5-47d7-8a9e-3cb132f2c89f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13294 | 2024.08.06 04:06:12.160495 [ 198 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::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 | ||
13295 | 2024.08.06 04:06:12.160510 [ 3 ] {} <Debug> HTTP-Session: 98f2cf9f-ad40-463d-b067-2bfdc193b9c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13296 | 2024.08.06 04:06:12.160723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13297 | 2024.08.06 04:06:12.160738 [ 198 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13298 | 2024.08.06 04:06:12.160812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13299 | 2024.08.06 04:06:12.160817 [ 198 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 717 rows starting from the beginning of the part | ||
13300 | 2024.08.06 04:06:12.160854 [ 3 ] {} <Debug> HTTP-Session: 8758f7da-dd47-4a93-ae58-c1e6ebd05095 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13301 | 2024.08.06 04:06:12.160892 [ 3 ] {} <Debug> HTTP-Session: 8758f7da-dd47-4a93-ae58-c1e6ebd05095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13302 | 2024.08.06 04:06:12.160932 [ 3 ] {} <Debug> HTTP-Session: 8758f7da-dd47-4a93-ae58-c1e6ebd05095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13303 | 2024.08.06 04:06:12.161045 [ 198 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part | ||
13304 | 2024.08.06 04:06:12.161061 [ 3 ] {} <Trace> HTTP-Session: 8758f7da-dd47-4a93-ae58-c1e6ebd05095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13305 | 2024.08.06 04:06:12.161387 [ 198 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 23 rows starting from the beginning of the part | ||
13306 | 2024.08.06 04:06:12.161468 [ 3 ] {66ff487d-09e3-4ed4-8190-809920f2497e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13307 | 2024.08.06 04:06:12.161687 [ 3 ] {66ff487d-09e3-4ed4-8190-809920f2497e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13308 | 2024.08.06 04:06:12.161754 [ 198 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 23 rows starting from the beginning of the part | ||
13309 | 2024.08.06 04:06:12.162134 [ 198 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 23 rows starting from the beginning of the part | ||
13310 | 2024.08.06 04:06:12.162485 [ 198 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 23 rows starting from the beginning of the part | ||
13311 | 2024.08.06 04:06:12.163102 [ 3 ] {66ff487d-09e3-4ed4-8190-809920f2497e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13312 | 2024.08.06 04:06:12.163783 [ 3 ] {66ff487d-09e3-4ed4-8190-809920f2497e} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13313 | 2024.08.06 04:06:12.163842 [ 3 ] {66ff487d-09e3-4ed4-8190-809920f2497e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13314 | 2024.08.06 04:06:12.164854 [ 3 ] {66ff487d-09e3-4ed4-8190-809920f2497e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13315 | 2024.08.06 04:06:12.165492 [ 198 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 832 rows, containing 4 columns (4 merged, 0 gathered) in 0.00509906 sec., 163167.328880225 rows/sec., 8.72 MiB/sec. | ||
13316 | 2024.08.06 04:06:12.165722 [ 3 ] {66ff487d-09e3-4ed4-8190-809920f2497e} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13317 | 2024.08.06 04:06:12.165755 [ 203 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
13318 | 2024.08.06 04:06:12.166010 [ 3 ] {66ff487d-09e3-4ed4-8190-809920f2497e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004701 sec., 12763.241863433312 rows/sec., 880.80 KiB/sec. | ||
13319 | 2024.08.06 04:06:12.166430 [ 3 ] {66ff487d-09e3-4ed4-8190-809920f2497e} <Debug> DynamicQueryHandler: Done processing query | ||
13320 | 2024.08.06 04:06:12.166461 [ 3 ] {66ff487d-09e3-4ed4-8190-809920f2497e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13321 | 2024.08.06 04:06:12.166498 [ 3 ] {} <Debug> HTTP-Session: 8758f7da-dd47-4a93-ae58-c1e6ebd05095 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13322 | 2024.08.06 04:06:12.166645 [ 203 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_36_7} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13323 | 2024.08.06 04:06:12.166734 [ 203 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_36_7} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
13324 | 2024.08.06 04:06:12.166822 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
13325 | 2024.08.06 04:06:17.125703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13326 | 2024.08.06 04:06:17.125850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13327 | 2024.08.06 04:06:17.125880 [ 3 ] {} <Debug> HTTP-Session: 0c705e3f-9700-4321-a15b-05b82d44bda9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13328 | 2024.08.06 04:06:17.125907 [ 3 ] {} <Debug> HTTP-Session: 0c705e3f-9700-4321-a15b-05b82d44bda9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13329 | 2024.08.06 04:06:17.125925 [ 3 ] {} <Debug> HTTP-Session: 0c705e3f-9700-4321-a15b-05b82d44bda9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13330 | 2024.08.06 04:06:17.125981 [ 3 ] {} <Trace> HTTP-Session: 0c705e3f-9700-4321-a15b-05b82d44bda9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13331 | 2024.08.06 04:06:17.126188 [ 3 ] {28dad6b0-95ab-481d-9947-28d53382968e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13332 | 2024.08.06 04:06:17.126264 [ 3 ] {28dad6b0-95ab-481d-9947-28d53382968e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13333 | 2024.08.06 04:06:17.126490 [ 3 ] {28dad6b0-95ab-481d-9947-28d53382968e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13334 | 2024.08.06 04:06:17.126912 [ 3 ] {28dad6b0-95ab-481d-9947-28d53382968e} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13335 | 2024.08.06 04:06:17.126955 [ 3 ] {28dad6b0-95ab-481d-9947-28d53382968e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13336 | 2024.08.06 04:06:17.127319 [ 3 ] {28dad6b0-95ab-481d-9947-28d53382968e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13337 | 2024.08.06 04:06:17.127663 [ 3 ] {28dad6b0-95ab-481d-9947-28d53382968e} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13338 | 2024.08.06 04:06:17.127834 [ 3 ] {28dad6b0-95ab-481d-9947-28d53382968e} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001701 sec., 1763.668430335097 rows/sec., 142.95 KiB/sec. | ||
13339 | 2024.08.06 04:06:17.127876 [ 63 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
13340 | 2024.08.06 04:06:17.128011 [ 63 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13341 | 2024.08.06 04:06:17.128074 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13342 | 2024.08.06 04:06:17.128117 [ 3 ] {28dad6b0-95ab-481d-9947-28d53382968e} <Debug> DynamicQueryHandler: Done processing query | ||
13343 | 2024.08.06 04:06:17.128178 [ 3 ] {28dad6b0-95ab-481d-9947-28d53382968e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13344 | 2024.08.06 04:06:17.128236 [ 3 ] {} <Debug> HTTP-Session: 0c705e3f-9700-4321-a15b-05b82d44bda9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13345 | 2024.08.06 04:06:17.128374 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
13346 | 2024.08.06 04:06:17.128447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13347 | 2024.08.06 04:06:17.128644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13348 | 2024.08.06 04:06:17.128754 [ 3 ] {} <Debug> HTTP-Session: ff2cf7bb-ff9f-4fd0-949f-57c229825f40 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13349 | 2024.08.06 04:06:17.128845 [ 3 ] {} <Debug> HTTP-Session: ff2cf7bb-ff9f-4fd0-949f-57c229825f40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13350 | 2024.08.06 04:06:17.128933 [ 3 ] {} <Debug> HTTP-Session: ff2cf7bb-ff9f-4fd0-949f-57c229825f40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13351 | 2024.08.06 04:06:17.129080 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13352 | 2024.08.06 04:06:17.129099 [ 3 ] {} <Trace> HTTP-Session: ff2cf7bb-ff9f-4fd0-949f-57c229825f40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13353 | 2024.08.06 04:06:17.129209 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 39 rows starting from the beginning of the part | ||
13354 | 2024.08.06 04:06:17.129497 [ 3 ] {a78607e4-551b-43fd-aca4-5735cacddc27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13355 | 2024.08.06 04:06:17.129663 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 11 rows starting from the beginning of the part | ||
13356 | 2024.08.06 04:06:17.129707 [ 3 ] {a78607e4-551b-43fd-aca4-5735cacddc27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13357 | 2024.08.06 04:06:17.130359 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 28 rows starting from the beginning of the part | ||
13358 | 2024.08.06 04:06:17.130895 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 11 rows starting from the beginning of the part | ||
13359 | 2024.08.06 04:06:17.131273 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 28 rows starting from the beginning of the part | ||
13360 | 2024.08.06 04:06:17.131686 [ 3 ] {a78607e4-551b-43fd-aca4-5735cacddc27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13361 | 2024.08.06 04:06:17.131701 [ 196 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 3 rows starting from the beginning of the part | ||
13362 | 2024.08.06 04:06:17.132440 [ 3 ] {a78607e4-551b-43fd-aca4-5735cacddc27} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13363 | 2024.08.06 04:06:17.132483 [ 3 ] {a78607e4-551b-43fd-aca4-5735cacddc27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13364 | 2024.08.06 04:06:17.132948 [ 3 ] {a78607e4-551b-43fd-aca4-5735cacddc27} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
13365 | 2024.08.06 04:06:17.133418 [ 186 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.005202552 sec., 23065.603188588986 rows/sec., 1.74 MiB/sec. | ||
13366 | 2024.08.06 04:06:17.133515 [ 3 ] {a78607e4-551b-43fd-aca4-5735cacddc27} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13367 | 2024.08.06 04:06:17.133778 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
13368 | 2024.08.06 04:06:17.133789 [ 3 ] {a78607e4-551b-43fd-aca4-5735cacddc27} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004459 sec., 897.0621215519174 rows/sec., 73.15 KiB/sec. | ||
13369 | 2024.08.06 04:06:17.134141 [ 3 ] {a78607e4-551b-43fd-aca4-5735cacddc27} <Debug> DynamicQueryHandler: Done processing query | ||
13370 | 2024.08.06 04:06:17.134211 [ 3 ] {a78607e4-551b-43fd-aca4-5735cacddc27} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13371 | 2024.08.06 04:06:17.134278 [ 3 ] {} <Debug> HTTP-Session: ff2cf7bb-ff9f-4fd0-949f-57c229825f40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13372 | 2024.08.06 04:06:17.134523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13373 | 2024.08.06 04:06:17.134596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13374 | 2024.08.06 04:06:17.134638 [ 3 ] {} <Debug> HTTP-Session: c41d57d1-e44f-4143-90a6-8241da13864c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13375 | 2024.08.06 04:06:17.134660 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_66_13} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13376 | 2024.08.06 04:06:17.134671 [ 3 ] {} <Debug> HTTP-Session: c41d57d1-e44f-4143-90a6-8241da13864c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13377 | 2024.08.06 04:06:17.134728 [ 3 ] {} <Debug> HTTP-Session: c41d57d1-e44f-4143-90a6-8241da13864c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13378 | 2024.08.06 04:06:17.134805 [ 3 ] {} <Trace> HTTP-Session: c41d57d1-e44f-4143-90a6-8241da13864c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13379 | 2024.08.06 04:06:17.134847 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_66_13} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
13380 | 2024.08.06 04:06:17.135005 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13381 | 2024.08.06 04:06:17.135035 [ 3 ] {baccdb4a-9551-4b2c-bf1c-aca6d4caf84c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13382 | 2024.08.06 04:06:17.135096 [ 3 ] {baccdb4a-9551-4b2c-bf1c-aca6d4caf84c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13383 | 2024.08.06 04:06:17.135243 [ 3 ] {baccdb4a-9551-4b2c-bf1c-aca6d4caf84c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13384 | 2024.08.06 04:06:17.135592 [ 3 ] {baccdb4a-9551-4b2c-bf1c-aca6d4caf84c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13385 | 2024.08.06 04:06:17.135629 [ 3 ] {baccdb4a-9551-4b2c-bf1c-aca6d4caf84c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13386 | 2024.08.06 04:06:17.135945 [ 3 ] {baccdb4a-9551-4b2c-bf1c-aca6d4caf84c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13387 | 2024.08.06 04:06:17.136255 [ 3 ] {baccdb4a-9551-4b2c-bf1c-aca6d4caf84c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13388 | 2024.08.06 04:06:17.136403 [ 3 ] {baccdb4a-9551-4b2c-bf1c-aca6d4caf84c} <Debug> executeQuery: Read 103 rows, 8.13 KiB in 0.00147 sec., 70068.02721088435 rows/sec., 5.40 MiB/sec. | ||
13389 | 2024.08.06 04:06:17.136572 [ 3 ] {baccdb4a-9551-4b2c-bf1c-aca6d4caf84c} <Debug> DynamicQueryHandler: Done processing query | ||
13390 | 2024.08.06 04:06:17.136597 [ 3 ] {baccdb4a-9551-4b2c-bf1c-aca6d4caf84c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13391 | 2024.08.06 04:06:17.136612 [ 3 ] {} <Debug> HTTP-Session: c41d57d1-e44f-4143-90a6-8241da13864c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13392 | 2024.08.06 04:06:17.136741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13393 | 2024.08.06 04:06:17.136789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13394 | 2024.08.06 04:06:17.136808 [ 3 ] {} <Debug> HTTP-Session: abdc7b67-8e6d-409d-a097-5f5e9020a802 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13395 | 2024.08.06 04:06:17.136823 [ 3 ] {} <Debug> HTTP-Session: abdc7b67-8e6d-409d-a097-5f5e9020a802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13396 | 2024.08.06 04:06:17.136837 [ 3 ] {} <Debug> HTTP-Session: abdc7b67-8e6d-409d-a097-5f5e9020a802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13397 | 2024.08.06 04:06:17.136871 [ 3 ] {} <Trace> HTTP-Session: abdc7b67-8e6d-409d-a097-5f5e9020a802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13398 | 2024.08.06 04:06:17.136964 [ 3 ] {402348fa-6a3c-4b38-853d-64ff0c761ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13399 | 2024.08.06 04:06:17.137007 [ 3 ] {402348fa-6a3c-4b38-853d-64ff0c761ae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13400 | 2024.08.06 04:06:17.137135 [ 3 ] {402348fa-6a3c-4b38-853d-64ff0c761ae8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13401 | 2024.08.06 04:06:17.137425 [ 3 ] {402348fa-6a3c-4b38-853d-64ff0c761ae8} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13402 | 2024.08.06 04:06:17.137461 [ 3 ] {402348fa-6a3c-4b38-853d-64ff0c761ae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13403 | 2024.08.06 04:06:17.137753 [ 3 ] {402348fa-6a3c-4b38-853d-64ff0c761ae8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
13404 | 2024.08.06 04:06:17.138074 [ 3 ] {402348fa-6a3c-4b38-853d-64ff0c761ae8} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13405 | 2024.08.06 04:06:17.138225 [ 3 ] {402348fa-6a3c-4b38-853d-64ff0c761ae8} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001278 sec., 3129.8904538341158 rows/sec., 218.54 KiB/sec. | ||
13406 | 2024.08.06 04:06:17.138389 [ 3 ] {402348fa-6a3c-4b38-853d-64ff0c761ae8} <Debug> DynamicQueryHandler: Done processing query | ||
13407 | 2024.08.06 04:06:17.138414 [ 3 ] {402348fa-6a3c-4b38-853d-64ff0c761ae8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13408 | 2024.08.06 04:06:17.138431 [ 3 ] {} <Debug> HTTP-Session: abdc7b67-8e6d-409d-a097-5f5e9020a802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13409 | 2024.08.06 04:06:17.138595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 16099, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13410 | 2024.08.06 04:06:17.138642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13411 | 2024.08.06 04:06:17.138661 [ 3 ] {} <Debug> HTTP-Session: 7ec1a119-99de-41c6-af00-dc970039ac82 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13412 | 2024.08.06 04:06:17.138677 [ 3 ] {} <Debug> HTTP-Session: 7ec1a119-99de-41c6-af00-dc970039ac82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13413 | 2024.08.06 04:06:17.138690 [ 3 ] {} <Debug> HTTP-Session: 7ec1a119-99de-41c6-af00-dc970039ac82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13414 | 2024.08.06 04:06:17.138721 [ 3 ] {} <Trace> HTTP-Session: 7ec1a119-99de-41c6-af00-dc970039ac82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13415 | 2024.08.06 04:06:17.138837 [ 3 ] {0dd0905a-5b27-4223-a8da-d0ea1a0f27aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13416 | 2024.08.06 04:06:17.138881 [ 3 ] {0dd0905a-5b27-4223-a8da-d0ea1a0f27aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13417 | 2024.08.06 04:06:17.139007 [ 3 ] {0dd0905a-5b27-4223-a8da-d0ea1a0f27aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13418 | 2024.08.06 04:06:17.139340 [ 3 ] {0dd0905a-5b27-4223-a8da-d0ea1a0f27aa} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13419 | 2024.08.06 04:06:17.139376 [ 3 ] {0dd0905a-5b27-4223-a8da-d0ea1a0f27aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13420 | 2024.08.06 04:06:17.139696 [ 3 ] {0dd0905a-5b27-4223-a8da-d0ea1a0f27aa} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13421 | 2024.08.06 04:06:17.140004 [ 3 ] {0dd0905a-5b27-4223-a8da-d0ea1a0f27aa} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13422 | 2024.08.06 04:06:17.140155 [ 3 ] {0dd0905a-5b27-4223-a8da-d0ea1a0f27aa} <Debug> executeQuery: Read 95 rows, 7.58 KiB in 0.001354 sec., 70162.48153618907 rows/sec., 5.47 MiB/sec. | ||
13423 | 2024.08.06 04:06:17.140317 [ 3 ] {0dd0905a-5b27-4223-a8da-d0ea1a0f27aa} <Debug> DynamicQueryHandler: Done processing query | ||
13424 | 2024.08.06 04:06:17.140343 [ 3 ] {0dd0905a-5b27-4223-a8da-d0ea1a0f27aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
13425 | 2024.08.06 04:06:17.140359 [ 3 ] {} <Debug> HTTP-Session: 7ec1a119-99de-41c6-af00-dc970039ac82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13426 | 2024.08.06 04:06:17.140554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13427 | 2024.08.06 04:06:17.140604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13428 | 2024.08.06 04:06:17.140623 [ 3 ] {} <Debug> HTTP-Session: bf894e4f-8128-40d0-a9dd-b43fdef44113 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13429 | 2024.08.06 04:06:17.140639 [ 3 ] {} <Debug> HTTP-Session: bf894e4f-8128-40d0-a9dd-b43fdef44113 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13430 | 2024.08.06 04:06:17.140652 [ 3 ] {} <Debug> HTTP-Session: bf894e4f-8128-40d0-a9dd-b43fdef44113 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13431 | 2024.08.06 04:06:17.140683 [ 3 ] {} <Trace> HTTP-Session: bf894e4f-8128-40d0-a9dd-b43fdef44113 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13432 | 2024.08.06 04:06:17.140853 [ 3 ] {9c0f5ca7-3920-46cf-bbac-4ca4b5dc0f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13433 | 2024.08.06 04:06:17.140900 [ 3 ] {9c0f5ca7-3920-46cf-bbac-4ca4b5dc0f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13434 | 2024.08.06 04:06:17.141046 [ 3 ] {9c0f5ca7-3920-46cf-bbac-4ca4b5dc0f30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13435 | 2024.08.06 04:06:17.141445 [ 3 ] {9c0f5ca7-3920-46cf-bbac-4ca4b5dc0f30} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13436 | 2024.08.06 04:06:17.141481 [ 3 ] {9c0f5ca7-3920-46cf-bbac-4ca4b5dc0f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13437 | 2024.08.06 04:06:17.141891 [ 3 ] {9c0f5ca7-3920-46cf-bbac-4ca4b5dc0f30} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13438 | 2024.08.06 04:06:17.142239 [ 3 ] {9c0f5ca7-3920-46cf-bbac-4ca4b5dc0f30} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13439 | 2024.08.06 04:06:17.142393 [ 3 ] {9c0f5ca7-3920-46cf-bbac-4ca4b5dc0f30} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001617 sec., 122448.97959183675 rows/sec., 8.55 MiB/sec. | ||
13440 | 2024.08.06 04:06:17.142668 [ 3 ] {9c0f5ca7-3920-46cf-bbac-4ca4b5dc0f30} <Debug> DynamicQueryHandler: Done processing query | ||
13441 | 2024.08.06 04:06:17.142726 [ 3 ] {9c0f5ca7-3920-46cf-bbac-4ca4b5dc0f30} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
13442 | 2024.08.06 04:06:17.142784 [ 3 ] {} <Debug> HTTP-Session: bf894e4f-8128-40d0-a9dd-b43fdef44113 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13443 | 2024.08.06 04:06:17.143003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13444 | 2024.08.06 04:06:17.143056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13445 | 2024.08.06 04:06:17.143075 [ 3 ] {} <Debug> HTTP-Session: 2d5db8dc-a14c-41e3-919a-32b93060760c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13446 | 2024.08.06 04:06:17.143092 [ 3 ] {} <Debug> HTTP-Session: 2d5db8dc-a14c-41e3-919a-32b93060760c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13447 | 2024.08.06 04:06:17.143106 [ 3 ] {} <Debug> HTTP-Session: 2d5db8dc-a14c-41e3-919a-32b93060760c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13448 | 2024.08.06 04:06:17.143137 [ 3 ] {} <Trace> HTTP-Session: 2d5db8dc-a14c-41e3-919a-32b93060760c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13449 | 2024.08.06 04:06:17.143289 [ 3 ] {5d099877-ea30-4503-97d1-eb6cf60a42e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13450 | 2024.08.06 04:06:17.143359 [ 3 ] {5d099877-ea30-4503-97d1-eb6cf60a42e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13451 | 2024.08.06 04:06:17.143778 [ 3 ] {5d099877-ea30-4503-97d1-eb6cf60a42e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13452 | 2024.08.06 04:06:17.144322 [ 3 ] {5d099877-ea30-4503-97d1-eb6cf60a42e1} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13453 | 2024.08.06 04:06:17.144360 [ 3 ] {5d099877-ea30-4503-97d1-eb6cf60a42e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13454 | 2024.08.06 04:06:17.144937 [ 3 ] {5d099877-ea30-4503-97d1-eb6cf60a42e1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
13455 | 2024.08.06 04:06:17.145349 [ 3 ] {5d099877-ea30-4503-97d1-eb6cf60a42e1} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13456 | 2024.08.06 04:06:17.145533 [ 3 ] {5d099877-ea30-4503-97d1-eb6cf60a42e1} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.00232 sec., 1293.103448275862 rows/sec., 2.32 MiB/sec. | ||
13457 | 2024.08.06 04:06:17.145762 [ 3 ] {5d099877-ea30-4503-97d1-eb6cf60a42e1} <Debug> DynamicQueryHandler: Done processing query | ||
13458 | 2024.08.06 04:06:17.145787 [ 3 ] {5d099877-ea30-4503-97d1-eb6cf60a42e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13459 | 2024.08.06 04:06:17.145804 [ 3 ] {} <Debug> HTTP-Session: 2d5db8dc-a14c-41e3-919a-32b93060760c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13460 | 2024.08.06 04:06:17.145937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13461 | 2024.08.06 04:06:17.145987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13462 | 2024.08.06 04:06:17.146008 [ 3 ] {} <Debug> HTTP-Session: 9886fb26-d149-4f7f-87d4-9d84573e576a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13463 | 2024.08.06 04:06:17.146025 [ 3 ] {} <Debug> HTTP-Session: 9886fb26-d149-4f7f-87d4-9d84573e576a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13464 | 2024.08.06 04:06:17.146038 [ 3 ] {} <Debug> HTTP-Session: 9886fb26-d149-4f7f-87d4-9d84573e576a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13465 | 2024.08.06 04:06:17.146071 [ 3 ] {} <Trace> HTTP-Session: 9886fb26-d149-4f7f-87d4-9d84573e576a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13466 | 2024.08.06 04:06:17.146186 [ 3 ] {bd859683-c4f1-492f-b877-d49a45ac6f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13467 | 2024.08.06 04:06:17.146232 [ 3 ] {bd859683-c4f1-492f-b877-d49a45ac6f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13468 | 2024.08.06 04:06:17.146360 [ 3 ] {bd859683-c4f1-492f-b877-d49a45ac6f44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13469 | 2024.08.06 04:06:17.146816 [ 3 ] {bd859683-c4f1-492f-b877-d49a45ac6f44} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13470 | 2024.08.06 04:06:17.146894 [ 3 ] {bd859683-c4f1-492f-b877-d49a45ac6f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13471 | 2024.08.06 04:06:17.147426 [ 3 ] {bd859683-c4f1-492f-b877-d49a45ac6f44} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13472 | 2024.08.06 04:06:17.147757 [ 3 ] {bd859683-c4f1-492f-b877-d49a45ac6f44} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13473 | 2024.08.06 04:06:17.147912 [ 3 ] {bd859683-c4f1-492f-b877-d49a45ac6f44} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001758 sec., 34129.69283276451 rows/sec., 2.30 MiB/sec. | ||
13474 | 2024.08.06 04:06:17.148080 [ 3 ] {bd859683-c4f1-492f-b877-d49a45ac6f44} <Debug> DynamicQueryHandler: Done processing query | ||
13475 | 2024.08.06 04:06:17.148106 [ 3 ] {bd859683-c4f1-492f-b877-d49a45ac6f44} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13476 | 2024.08.06 04:06:17.148122 [ 3 ] {} <Debug> HTTP-Session: 9886fb26-d149-4f7f-87d4-9d84573e576a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13477 | 2024.08.06 04:06:21.019831 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13478 | 2024.08.06 04:06:21.019896 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13479 | 2024.08.06 04:06:22.130719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 5055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13480 | 2024.08.06 04:06:22.130845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13481 | 2024.08.06 04:06:22.130875 [ 3 ] {} <Debug> HTTP-Session: faf3c042-7146-4457-b923-1a547295dbf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13482 | 2024.08.06 04:06:22.130904 [ 3 ] {} <Debug> HTTP-Session: faf3c042-7146-4457-b923-1a547295dbf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13483 | 2024.08.06 04:06:22.130921 [ 3 ] {} <Debug> HTTP-Session: faf3c042-7146-4457-b923-1a547295dbf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13484 | 2024.08.06 04:06:22.130979 [ 3 ] {} <Trace> HTTP-Session: faf3c042-7146-4457-b923-1a547295dbf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13485 | 2024.08.06 04:06:22.131197 [ 3 ] {decd5d21-66dc-4acf-b346-dfa0be5bea41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13486 | 2024.08.06 04:06:22.131274 [ 3 ] {decd5d21-66dc-4acf-b346-dfa0be5bea41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13487 | 2024.08.06 04:06:22.131498 [ 3 ] {decd5d21-66dc-4acf-b346-dfa0be5bea41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13488 | 2024.08.06 04:06:22.131989 [ 3 ] {decd5d21-66dc-4acf-b346-dfa0be5bea41} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13489 | 2024.08.06 04:06:22.132032 [ 3 ] {decd5d21-66dc-4acf-b346-dfa0be5bea41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13490 | 2024.08.06 04:06:22.132413 [ 3 ] {decd5d21-66dc-4acf-b346-dfa0be5bea41} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13491 | 2024.08.06 04:06:22.132762 [ 3 ] {decd5d21-66dc-4acf-b346-dfa0be5bea41} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13492 | 2024.08.06 04:06:22.132943 [ 3 ] {decd5d21-66dc-4acf-b346-dfa0be5bea41} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.001817 sec., 19812.87837094111 rows/sec., 1.49 MiB/sec. | ||
13493 | 2024.08.06 04:06:22.133137 [ 3 ] {decd5d21-66dc-4acf-b346-dfa0be5bea41} <Debug> DynamicQueryHandler: Done processing query | ||
13494 | 2024.08.06 04:06:22.133164 [ 3 ] {decd5d21-66dc-4acf-b346-dfa0be5bea41} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13495 | 2024.08.06 04:06:22.133180 [ 3 ] {} <Debug> HTTP-Session: faf3c042-7146-4457-b923-1a547295dbf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13496 | 2024.08.06 04:06:22.133333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13497 | 2024.08.06 04:06:22.133383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13498 | 2024.08.06 04:06:22.133401 [ 3 ] {} <Debug> HTTP-Session: 94363633-c51d-4353-8562-f63172802e0b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13499 | 2024.08.06 04:06:22.133417 [ 3 ] {} <Debug> HTTP-Session: 94363633-c51d-4353-8562-f63172802e0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13500 | 2024.08.06 04:06:22.133431 [ 3 ] {} <Debug> HTTP-Session: 94363633-c51d-4353-8562-f63172802e0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13501 | 2024.08.06 04:06:22.133463 [ 3 ] {} <Trace> HTTP-Session: 94363633-c51d-4353-8562-f63172802e0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13502 | 2024.08.06 04:06:22.133560 [ 3 ] {3f7dab53-3c42-4a9b-a870-b730ec4e690f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13503 | 2024.08.06 04:06:22.133606 [ 3 ] {3f7dab53-3c42-4a9b-a870-b730ec4e690f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13504 | 2024.08.06 04:06:22.133733 [ 3 ] {3f7dab53-3c42-4a9b-a870-b730ec4e690f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13505 | 2024.08.06 04:06:22.134040 [ 3 ] {3f7dab53-3c42-4a9b-a870-b730ec4e690f} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13506 | 2024.08.06 04:06:22.134076 [ 3 ] {3f7dab53-3c42-4a9b-a870-b730ec4e690f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13507 | 2024.08.06 04:06:22.134394 [ 3 ] {3f7dab53-3c42-4a9b-a870-b730ec4e690f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
13508 | 2024.08.06 04:06:22.134702 [ 3 ] {3f7dab53-3c42-4a9b-a870-b730ec4e690f} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13509 | 2024.08.06 04:06:22.134833 [ 3 ] {3f7dab53-3c42-4a9b-a870-b730ec4e690f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001296 sec., 3086.4197530864194 rows/sec., 251.68 KiB/sec. | ||
13510 | 2024.08.06 04:06:22.135073 [ 3 ] {3f7dab53-3c42-4a9b-a870-b730ec4e690f} <Debug> DynamicQueryHandler: Done processing query | ||
13511 | 2024.08.06 04:06:22.135135 [ 3 ] {3f7dab53-3c42-4a9b-a870-b730ec4e690f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13512 | 2024.08.06 04:06:22.135208 [ 3 ] {} <Debug> HTTP-Session: 94363633-c51d-4353-8562-f63172802e0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13513 | 2024.08.06 04:06:22.135413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 38140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13514 | 2024.08.06 04:06:22.135467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13515 | 2024.08.06 04:06:22.135486 [ 3 ] {} <Debug> HTTP-Session: 96ff2e47-f13b-4aef-924b-8ca6f1810e1f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13516 | 2024.08.06 04:06:22.135503 [ 3 ] {} <Debug> HTTP-Session: 96ff2e47-f13b-4aef-924b-8ca6f1810e1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13517 | 2024.08.06 04:06:22.135516 [ 3 ] {} <Debug> HTTP-Session: 96ff2e47-f13b-4aef-924b-8ca6f1810e1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13518 | 2024.08.06 04:06:22.135549 [ 3 ] {} <Trace> HTTP-Session: 96ff2e47-f13b-4aef-924b-8ca6f1810e1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13519 | 2024.08.06 04:06:22.135726 [ 3 ] {8faf48ef-3c66-4cc3-9220-81966a4aa102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13520 | 2024.08.06 04:06:22.135770 [ 3 ] {8faf48ef-3c66-4cc3-9220-81966a4aa102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13521 | 2024.08.06 04:06:22.135917 [ 3 ] {8faf48ef-3c66-4cc3-9220-81966a4aa102} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13522 | 2024.08.06 04:06:22.136468 [ 3 ] {8faf48ef-3c66-4cc3-9220-81966a4aa102} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13523 | 2024.08.06 04:06:22.136506 [ 3 ] {8faf48ef-3c66-4cc3-9220-81966a4aa102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13524 | 2024.08.06 04:06:22.136838 [ 3 ] {8faf48ef-3c66-4cc3-9220-81966a4aa102} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13525 | 2024.08.06 04:06:22.137151 [ 3 ] {8faf48ef-3c66-4cc3-9220-81966a4aa102} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13526 | 2024.08.06 04:06:22.137304 [ 3 ] {8faf48ef-3c66-4cc3-9220-81966a4aa102} <Debug> executeQuery: Read 253 rows, 22.76 KiB in 0.001658 sec., 152593.4861278649 rows/sec., 13.41 MiB/sec. | ||
13527 | 2024.08.06 04:06:22.137469 [ 3 ] {8faf48ef-3c66-4cc3-9220-81966a4aa102} <Debug> DynamicQueryHandler: Done processing query | ||
13528 | 2024.08.06 04:06:22.137495 [ 3 ] {8faf48ef-3c66-4cc3-9220-81966a4aa102} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
13529 | 2024.08.06 04:06:22.137510 [ 3 ] {} <Debug> HTTP-Session: 96ff2e47-f13b-4aef-924b-8ca6f1810e1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13530 | 2024.08.06 04:06:22.137677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13531 | 2024.08.06 04:06:22.137727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13532 | 2024.08.06 04:06:22.137745 [ 3 ] {} <Debug> HTTP-Session: 4e5abc40-aab5-4f6b-a137-38da10709037 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13533 | 2024.08.06 04:06:22.137761 [ 3 ] {} <Debug> HTTP-Session: 4e5abc40-aab5-4f6b-a137-38da10709037 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13534 | 2024.08.06 04:06:22.137774 [ 3 ] {} <Debug> HTTP-Session: 4e5abc40-aab5-4f6b-a137-38da10709037 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13535 | 2024.08.06 04:06:22.137805 [ 3 ] {} <Trace> HTTP-Session: 4e5abc40-aab5-4f6b-a137-38da10709037 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13536 | 2024.08.06 04:06:22.137901 [ 3 ] {5606e54e-63d4-4d04-bb85-52c93978f50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13537 | 2024.08.06 04:06:22.137944 [ 3 ] {5606e54e-63d4-4d04-bb85-52c93978f50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13538 | 2024.08.06 04:06:22.138071 [ 3 ] {5606e54e-63d4-4d04-bb85-52c93978f50f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13539 | 2024.08.06 04:06:22.138371 [ 3 ] {5606e54e-63d4-4d04-bb85-52c93978f50f} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13540 | 2024.08.06 04:06:22.138407 [ 3 ] {5606e54e-63d4-4d04-bb85-52c93978f50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13541 | 2024.08.06 04:06:22.138707 [ 3 ] {5606e54e-63d4-4d04-bb85-52c93978f50f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
13542 | 2024.08.06 04:06:22.139013 [ 3 ] {5606e54e-63d4-4d04-bb85-52c93978f50f} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13543 | 2024.08.06 04:06:22.139171 [ 3 ] {5606e54e-63d4-4d04-bb85-52c93978f50f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001295 sec., 3088.803088803089 rows/sec., 215.67 KiB/sec. | ||
13544 | 2024.08.06 04:06:22.139334 [ 3 ] {5606e54e-63d4-4d04-bb85-52c93978f50f} <Debug> DynamicQueryHandler: Done processing query | ||
13545 | 2024.08.06 04:06:22.139359 [ 3 ] {5606e54e-63d4-4d04-bb85-52c93978f50f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13546 | 2024.08.06 04:06:22.139374 [ 3 ] {} <Debug> HTTP-Session: 4e5abc40-aab5-4f6b-a137-38da10709037 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13547 | 2024.08.06 04:06:22.139536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 67336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13548 | 2024.08.06 04:06:22.139584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13549 | 2024.08.06 04:06:22.139604 [ 3 ] {} <Debug> HTTP-Session: b0c2936d-1c80-4df0-9bf2-3f10e1d92c24 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13550 | 2024.08.06 04:06:22.139620 [ 3 ] {} <Debug> HTTP-Session: b0c2936d-1c80-4df0-9bf2-3f10e1d92c24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13551 | 2024.08.06 04:06:22.139633 [ 3 ] {} <Debug> HTTP-Session: b0c2936d-1c80-4df0-9bf2-3f10e1d92c24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13552 | 2024.08.06 04:06:22.139664 [ 3 ] {} <Trace> HTTP-Session: b0c2936d-1c80-4df0-9bf2-3f10e1d92c24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13553 | 2024.08.06 04:06:22.139868 [ 3 ] {9781b03e-f4f4-48ae-aed5-db1f67bb3cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13554 | 2024.08.06 04:06:22.139912 [ 3 ] {9781b03e-f4f4-48ae-aed5-db1f67bb3cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13555 | 2024.08.06 04:06:22.140040 [ 3 ] {9781b03e-f4f4-48ae-aed5-db1f67bb3cf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13556 | 2024.08.06 04:06:22.140719 [ 3 ] {9781b03e-f4f4-48ae-aed5-db1f67bb3cf1} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13557 | 2024.08.06 04:06:22.140756 [ 3 ] {9781b03e-f4f4-48ae-aed5-db1f67bb3cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13558 | 2024.08.06 04:06:22.141096 [ 3 ] {9781b03e-f4f4-48ae-aed5-db1f67bb3cf1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13559 | 2024.08.06 04:06:22.141410 [ 3 ] {9781b03e-f4f4-48ae-aed5-db1f67bb3cf1} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13560 | 2024.08.06 04:06:22.141563 [ 3 ] {9781b03e-f4f4-48ae-aed5-db1f67bb3cf1} <Debug> executeQuery: Read 416 rows, 30.20 KiB in 0.001798 sec., 231368.18687430478 rows/sec., 16.40 MiB/sec. | ||
13561 | 2024.08.06 04:06:22.141730 [ 3 ] {9781b03e-f4f4-48ae-aed5-db1f67bb3cf1} <Debug> DynamicQueryHandler: Done processing query | ||
13562 | 2024.08.06 04:06:22.141755 [ 3 ] {9781b03e-f4f4-48ae-aed5-db1f67bb3cf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
13563 | 2024.08.06 04:06:22.141772 [ 3 ] {} <Debug> HTTP-Session: b0c2936d-1c80-4df0-9bf2-3f10e1d92c24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13564 | 2024.08.06 04:06:22.142001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13565 | 2024.08.06 04:06:22.142050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13566 | 2024.08.06 04:06:22.142069 [ 3 ] {} <Debug> HTTP-Session: 736167d1-59f8-4496-9783-2bda542e5dfe Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13567 | 2024.08.06 04:06:22.142084 [ 3 ] {} <Debug> HTTP-Session: 736167d1-59f8-4496-9783-2bda542e5dfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13568 | 2024.08.06 04:06:22.142098 [ 3 ] {} <Debug> HTTP-Session: 736167d1-59f8-4496-9783-2bda542e5dfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13569 | 2024.08.06 04:06:22.142128 [ 3 ] {} <Trace> HTTP-Session: 736167d1-59f8-4496-9783-2bda542e5dfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13570 | 2024.08.06 04:06:22.142225 [ 3 ] {990d57bf-b360-4643-928f-04d281e25348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13571 | 2024.08.06 04:06:22.142270 [ 3 ] {990d57bf-b360-4643-928f-04d281e25348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13572 | 2024.08.06 04:06:22.142401 [ 3 ] {990d57bf-b360-4643-928f-04d281e25348} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13573 | 2024.08.06 04:06:22.142667 [ 3 ] {990d57bf-b360-4643-928f-04d281e25348} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13574 | 2024.08.06 04:06:22.142703 [ 3 ] {990d57bf-b360-4643-928f-04d281e25348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13575 | 2024.08.06 04:06:22.143060 [ 3 ] {990d57bf-b360-4643-928f-04d281e25348} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
13576 | 2024.08.06 04:06:22.143389 [ 3 ] {990d57bf-b360-4643-928f-04d281e25348} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13577 | 2024.08.06 04:06:22.143553 [ 3 ] {990d57bf-b360-4643-928f-04d281e25348} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 191.40 KiB/sec. | ||
13578 | 2024.08.06 04:06:22.143552 [ 54 ] {} <Debug> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
13579 | 2024.08.06 04:06:22.143661 [ 54 ] {} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13580 | 2024.08.06 04:06:22.143703 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13581 | 2024.08.06 04:06:22.143804 [ 3 ] {990d57bf-b360-4643-928f-04d281e25348} <Debug> DynamicQueryHandler: Done processing query | ||
13582 | 2024.08.06 04:06:22.143885 [ 3 ] {990d57bf-b360-4643-928f-04d281e25348} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13583 | 2024.08.06 04:06:22.143960 [ 3 ] {} <Debug> HTTP-Session: 736167d1-59f8-4496-9783-2bda542e5dfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13584 | 2024.08.06 04:06:22.144034 [ 186 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::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 | ||
13585 | 2024.08.06 04:06:22.144279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13586 | 2024.08.06 04:06:22.144489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13587 | 2024.08.06 04:06:22.144595 [ 3 ] {} <Debug> HTTP-Session: 817b1f61-dfde-4e81-8be4-34c7d37e5e04 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13588 | 2024.08.06 04:06:22.144641 [ 186 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13589 | 2024.08.06 04:06:22.144653 [ 3 ] {} <Debug> HTTP-Session: 817b1f61-dfde-4e81-8be4-34c7d37e5e04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13590 | 2024.08.06 04:06:22.144695 [ 186 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
13591 | 2024.08.06 04:06:22.144720 [ 3 ] {} <Debug> HTTP-Session: 817b1f61-dfde-4e81-8be4-34c7d37e5e04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13592 | 2024.08.06 04:06:22.144817 [ 3 ] {} <Trace> HTTP-Session: 817b1f61-dfde-4e81-8be4-34c7d37e5e04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13593 | 2024.08.06 04:06:22.144936 [ 186 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
13594 | 2024.08.06 04:06:22.145251 [ 186 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
13595 | 2024.08.06 04:06:22.145309 [ 3 ] {ff43fde0-0771-4869-bc81-b4ec8fba4836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13596 | 2024.08.06 04:06:22.145572 [ 3 ] {ff43fde0-0771-4869-bc81-b4ec8fba4836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13597 | 2024.08.06 04:06:22.145612 [ 186 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
13598 | 2024.08.06 04:06:22.145947 [ 186 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
13599 | 2024.08.06 04:06:22.146313 [ 186 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
13600 | 2024.08.06 04:06:22.146889 [ 3 ] {ff43fde0-0771-4869-bc81-b4ec8fba4836} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13601 | 2024.08.06 04:06:22.147825 [ 3 ] {ff43fde0-0771-4869-bc81-b4ec8fba4836} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13602 | 2024.08.06 04:06:22.147902 [ 3 ] {ff43fde0-0771-4869-bc81-b4ec8fba4836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13603 | 2024.08.06 04:06:22.149082 [ 3 ] {ff43fde0-0771-4869-bc81-b4ec8fba4836} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
13604 | 2024.08.06 04:06:22.149084 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005280454 sec., 40905.57364953846 rows/sec., 1.72 MiB/sec. | ||
13605 | 2024.08.06 04:06:22.149325 [ 189 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
13606 | 2024.08.06 04:06:22.149865 [ 3 ] {ff43fde0-0771-4869-bc81-b4ec8fba4836} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13607 | 2024.08.06 04:06:22.150173 [ 54 ] {} <Debug> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
13608 | 2024.08.06 04:06:22.150182 [ 3 ] {ff43fde0-0771-4869-bc81-b4ec8fba4836} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005149 sec., 14954.360069916489 rows/sec., 942.99 KiB/sec. | ||
13609 | 2024.08.06 04:06:22.150271 [ 54 ] {} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13610 | 2024.08.06 04:06:22.150382 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13611 | 2024.08.06 04:06:22.150398 [ 187 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_36_7} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13612 | 2024.08.06 04:06:22.150824 [ 3 ] {ff43fde0-0771-4869-bc81-b4ec8fba4836} <Debug> DynamicQueryHandler: Done processing query | ||
13613 | 2024.08.06 04:06:22.150905 [ 3 ] {ff43fde0-0771-4869-bc81-b4ec8fba4836} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13614 | 2024.08.06 04:06:22.151043 [ 188 ] {2084a85a-13a2-498d-bff1-abd4a385858f::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 | ||
13615 | 2024.08.06 04:06:22.151060 [ 3 ] {} <Debug> HTTP-Session: 817b1f61-dfde-4e81-8be4-34c7d37e5e04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13616 | 2024.08.06 04:06:22.151317 [ 187 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_36_7} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
13617 | 2024.08.06 04:06:22.151535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13618 | 2024.08.06 04:06:22.151869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13619 | 2024.08.06 04:06:22.151956 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
13620 | 2024.08.06 04:06:22.152017 [ 3 ] {} <Debug> HTTP-Session: 45dcff28-7dc4-4295-80a5-7d1135846af1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13621 | 2024.08.06 04:06:22.152147 [ 3 ] {} <Debug> HTTP-Session: 45dcff28-7dc4-4295-80a5-7d1135846af1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13622 | 2024.08.06 04:06:22.152234 [ 3 ] {} <Debug> HTTP-Session: 45dcff28-7dc4-4295-80a5-7d1135846af1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13623 | 2024.08.06 04:06:22.152303 [ 188 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13624 | 2024.08.06 04:06:22.152373 [ 3 ] {} <Trace> HTTP-Session: 45dcff28-7dc4-4295-80a5-7d1135846af1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13625 | 2024.08.06 04:06:22.152425 [ 188 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2387 rows starting from the beginning of the part | ||
13626 | 2024.08.06 04:06:22.152668 [ 188 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 77 rows starting from the beginning of the part | ||
13627 | 2024.08.06 04:06:22.152768 [ 3 ] {ffd0abf4-1a17-4cfd-9468-aaabb2490d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13628 | 2024.08.06 04:06:22.153004 [ 3 ] {ffd0abf4-1a17-4cfd-9468-aaabb2490d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13629 | 2024.08.06 04:06:22.153024 [ 188 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 77 rows starting from the beginning of the part | ||
13630 | 2024.08.06 04:06:22.153455 [ 188 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 77 rows starting from the beginning of the part | ||
13631 | 2024.08.06 04:06:22.153887 [ 188 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 77 rows starting from the beginning of the part | ||
13632 | 2024.08.06 04:06:22.154284 [ 188 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 77 rows starting from the beginning of the part | ||
13633 | 2024.08.06 04:06:22.154620 [ 3 ] {ffd0abf4-1a17-4cfd-9468-aaabb2490d45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13634 | 2024.08.06 04:06:22.155368 [ 3 ] {ffd0abf4-1a17-4cfd-9468-aaabb2490d45} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13635 | 2024.08.06 04:06:22.155417 [ 3 ] {ffd0abf4-1a17-4cfd-9468-aaabb2490d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13636 | 2024.08.06 04:06:22.155953 [ 3 ] {ffd0abf4-1a17-4cfd-9468-aaabb2490d45} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13637 | 2024.08.06 04:06:22.156386 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2772 rows, containing 5 columns (5 merged, 0 gathered) in 0.005861908 sec., 472883.5730618768 rows/sec., 29.12 MiB/sec. | ||
13638 | 2024.08.06 04:06:22.156544 [ 3 ] {ffd0abf4-1a17-4cfd-9468-aaabb2490d45} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13639 | 2024.08.06 04:06:22.156717 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
13640 | 2024.08.06 04:06:22.156862 [ 3 ] {ffd0abf4-1a17-4cfd-9468-aaabb2490d45} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00428 sec., 37850.46728971963 rows/sec., 2.64 MiB/sec. | ||
13641 | 2024.08.06 04:06:22.157266 [ 3 ] {ffd0abf4-1a17-4cfd-9468-aaabb2490d45} <Debug> DynamicQueryHandler: Done processing query | ||
13642 | 2024.08.06 04:06:22.157334 [ 3 ] {ffd0abf4-1a17-4cfd-9468-aaabb2490d45} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13643 | 2024.08.06 04:06:22.157404 [ 3 ] {} <Debug> HTTP-Session: 45dcff28-7dc4-4295-80a5-7d1135846af1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13644 | 2024.08.06 04:06:22.157788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 48467, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13645 | 2024.08.06 04:06:22.157963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13646 | 2024.08.06 04:06:22.158047 [ 3 ] {} <Debug> HTTP-Session: 151b4cea-3c3c-4ebb-8351-2fd6d8ea6e14 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13647 | 2024.08.06 04:06:22.158117 [ 3 ] {} <Debug> HTTP-Session: 151b4cea-3c3c-4ebb-8351-2fd6d8ea6e14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13648 | 2024.08.06 04:06:22.158156 [ 3 ] {} <Debug> HTTP-Session: 151b4cea-3c3c-4ebb-8351-2fd6d8ea6e14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13649 | 2024.08.06 04:06:22.158236 [ 3 ] {} <Trace> HTTP-Session: 151b4cea-3c3c-4ebb-8351-2fd6d8ea6e14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13650 | 2024.08.06 04:06:22.158393 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13651 | 2024.08.06 04:06:22.158495 [ 189 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
13652 | 2024.08.06 04:06:22.158632 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
13653 | 2024.08.06 04:06:22.158642 [ 3 ] {939c2680-2353-4421-a46d-a97fed8453df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13654 | 2024.08.06 04:06:22.158736 [ 3 ] {939c2680-2353-4421-a46d-a97fed8453df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13655 | 2024.08.06 04:06:22.159170 [ 3 ] {939c2680-2353-4421-a46d-a97fed8453df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13656 | 2024.08.06 04:06:22.159909 [ 3 ] {939c2680-2353-4421-a46d-a97fed8453df} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13657 | 2024.08.06 04:06:22.159946 [ 3 ] {939c2680-2353-4421-a46d-a97fed8453df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13658 | 2024.08.06 04:06:22.160579 [ 3 ] {939c2680-2353-4421-a46d-a97fed8453df} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
13659 | 2024.08.06 04:06:22.160999 [ 3 ] {939c2680-2353-4421-a46d-a97fed8453df} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13660 | 2024.08.06 04:06:22.161194 [ 3 ] {939c2680-2353-4421-a46d-a97fed8453df} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002847 sec., 10537.40779768177 rows/sec., 18.88 MiB/sec. | ||
13661 | 2024.08.06 04:06:22.161654 [ 3 ] {939c2680-2353-4421-a46d-a97fed8453df} <Debug> DynamicQueryHandler: Done processing query | ||
13662 | 2024.08.06 04:06:22.161708 [ 3 ] {939c2680-2353-4421-a46d-a97fed8453df} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
13663 | 2024.08.06 04:06:22.161751 [ 3 ] {} <Debug> HTTP-Session: 151b4cea-3c3c-4ebb-8351-2fd6d8ea6e14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13664 | 2024.08.06 04:06:22.161905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13665 | 2024.08.06 04:06:22.161956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13666 | 2024.08.06 04:06:22.161975 [ 3 ] {} <Debug> HTTP-Session: c3ba348b-7764-46f7-b6f4-c0d8b17280cf Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13667 | 2024.08.06 04:06:22.161994 [ 3 ] {} <Debug> HTTP-Session: c3ba348b-7764-46f7-b6f4-c0d8b17280cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13668 | 2024.08.06 04:06:22.162008 [ 3 ] {} <Debug> HTTP-Session: c3ba348b-7764-46f7-b6f4-c0d8b17280cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13669 | 2024.08.06 04:06:22.162041 [ 3 ] {} <Trace> HTTP-Session: c3ba348b-7764-46f7-b6f4-c0d8b17280cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13670 | 2024.08.06 04:06:22.162149 [ 3 ] {bc62a428-849d-489f-b8da-76d3a571d854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13671 | 2024.08.06 04:06:22.162196 [ 3 ] {bc62a428-849d-489f-b8da-76d3a571d854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13672 | 2024.08.06 04:06:22.162342 [ 3 ] {bc62a428-849d-489f-b8da-76d3a571d854} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13673 | 2024.08.06 04:06:22.162611 [ 3 ] {bc62a428-849d-489f-b8da-76d3a571d854} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13674 | 2024.08.06 04:06:22.162647 [ 3 ] {bc62a428-849d-489f-b8da-76d3a571d854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13675 | 2024.08.06 04:06:22.163007 [ 3 ] {bc62a428-849d-489f-b8da-76d3a571d854} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
13676 | 2024.08.06 04:06:22.163344 [ 3 ] {bc62a428-849d-489f-b8da-76d3a571d854} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13677 | 2024.08.06 04:06:22.163500 [ 3 ] {bc62a428-849d-489f-b8da-76d3a571d854} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001376 sec., 16715.116279069767 rows/sec., 904.17 KiB/sec. | ||
13678 | 2024.08.06 04:06:22.163713 [ 3 ] {bc62a428-849d-489f-b8da-76d3a571d854} <Debug> DynamicQueryHandler: Done processing query | ||
13679 | 2024.08.06 04:06:22.163739 [ 3 ] {bc62a428-849d-489f-b8da-76d3a571d854} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13680 | 2024.08.06 04:06:22.163756 [ 3 ] {} <Debug> HTTP-Session: c3ba348b-7764-46f7-b6f4-c0d8b17280cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13681 | 2024.08.06 04:06:22.163872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13682 | 2024.08.06 04:06:22.163920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13683 | 2024.08.06 04:06:22.163939 [ 3 ] {} <Debug> HTTP-Session: ee946870-a52d-412d-9076-c6a01d8eef07 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13684 | 2024.08.06 04:06:22.163955 [ 3 ] {} <Debug> HTTP-Session: ee946870-a52d-412d-9076-c6a01d8eef07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13685 | 2024.08.06 04:06:22.163969 [ 3 ] {} <Debug> HTTP-Session: ee946870-a52d-412d-9076-c6a01d8eef07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13686 | 2024.08.06 04:06:22.164002 [ 3 ] {} <Trace> HTTP-Session: ee946870-a52d-412d-9076-c6a01d8eef07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13687 | 2024.08.06 04:06:22.164117 [ 3 ] {45f4b34a-3eee-4ad0-a6dd-48532652b966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13688 | 2024.08.06 04:06:22.164161 [ 3 ] {45f4b34a-3eee-4ad0-a6dd-48532652b966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13689 | 2024.08.06 04:06:22.164292 [ 3 ] {45f4b34a-3eee-4ad0-a6dd-48532652b966} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13690 | 2024.08.06 04:06:22.164573 [ 3 ] {45f4b34a-3eee-4ad0-a6dd-48532652b966} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13691 | 2024.08.06 04:06:22.164609 [ 3 ] {45f4b34a-3eee-4ad0-a6dd-48532652b966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
13692 | 2024.08.06 04:06:22.164971 [ 3 ] {45f4b34a-3eee-4ad0-a6dd-48532652b966} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13693 | 2024.08.06 04:06:22.165303 [ 3 ] {45f4b34a-3eee-4ad0-a6dd-48532652b966} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13694 | 2024.08.06 04:06:22.165455 [ 3 ] {45f4b34a-3eee-4ad0-a6dd-48532652b966} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec. | ||
13695 | 2024.08.06 04:06:22.165618 [ 3 ] {45f4b34a-3eee-4ad0-a6dd-48532652b966} <Debug> DynamicQueryHandler: Done processing query | ||
13696 | 2024.08.06 04:06:22.165642 [ 3 ] {45f4b34a-3eee-4ad0-a6dd-48532652b966} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13697 | 2024.08.06 04:06:22.165659 [ 3 ] {} <Debug> HTTP-Session: ee946870-a52d-412d-9076-c6a01d8eef07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13698 | 2024.08.06 04:06:27.124680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13699 | 2024.08.06 04:06:27.124825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13700 | 2024.08.06 04:06:27.124862 [ 3 ] {} <Debug> HTTP-Session: a146584c-6439-4f7b-ab81-8a4bdf21c263 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13701 | 2024.08.06 04:06:27.124895 [ 3 ] {} <Debug> HTTP-Session: a146584c-6439-4f7b-ab81-8a4bdf21c263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13702 | 2024.08.06 04:06:27.124917 [ 3 ] {} <Debug> HTTP-Session: a146584c-6439-4f7b-ab81-8a4bdf21c263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13703 | 2024.08.06 04:06:27.124977 [ 3 ] {} <Trace> HTTP-Session: a146584c-6439-4f7b-ab81-8a4bdf21c263 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13704 | 2024.08.06 04:06:27.125172 [ 3 ] {2c78d8e7-ab5b-4ec2-8f5a-d3c32a87e5c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13705 | 2024.08.06 04:06:27.125246 [ 3 ] {2c78d8e7-ab5b-4ec2-8f5a-d3c32a87e5c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13706 | 2024.08.06 04:06:27.125469 [ 3 ] {2c78d8e7-ab5b-4ec2-8f5a-d3c32a87e5c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13707 | 2024.08.06 04:06:27.125967 [ 3 ] {2c78d8e7-ab5b-4ec2-8f5a-d3c32a87e5c2} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13708 | 2024.08.06 04:06:27.126009 [ 3 ] {2c78d8e7-ab5b-4ec2-8f5a-d3c32a87e5c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13709 | 2024.08.06 04:06:27.126383 [ 3 ] {2c78d8e7-ab5b-4ec2-8f5a-d3c32a87e5c2} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13710 | 2024.08.06 04:06:27.126737 [ 3 ] {2c78d8e7-ab5b-4ec2-8f5a-d3c32a87e5c2} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13711 | 2024.08.06 04:06:27.126892 [ 3 ] {2c78d8e7-ab5b-4ec2-8f5a-d3c32a87e5c2} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001781 sec., 1684.4469399213924 rows/sec., 136.53 KiB/sec. | ||
13712 | 2024.08.06 04:06:27.127095 [ 3 ] {2c78d8e7-ab5b-4ec2-8f5a-d3c32a87e5c2} <Debug> DynamicQueryHandler: Done processing query | ||
13713 | 2024.08.06 04:06:27.127124 [ 3 ] {2c78d8e7-ab5b-4ec2-8f5a-d3c32a87e5c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13714 | 2024.08.06 04:06:27.127141 [ 3 ] {} <Debug> HTTP-Session: a146584c-6439-4f7b-ab81-8a4bdf21c263 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13715 | 2024.08.06 04:06:27.127284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13716 | 2024.08.06 04:06:27.127339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13717 | 2024.08.06 04:06:27.127361 [ 3 ] {} <Debug> HTTP-Session: 7474b15d-b56c-4b9b-916a-4ea1dd592309 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13718 | 2024.08.06 04:06:27.127379 [ 3 ] {} <Debug> HTTP-Session: 7474b15d-b56c-4b9b-916a-4ea1dd592309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13719 | 2024.08.06 04:06:27.127392 [ 3 ] {} <Debug> HTTP-Session: 7474b15d-b56c-4b9b-916a-4ea1dd592309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13720 | 2024.08.06 04:06:27.127427 [ 3 ] {} <Trace> HTTP-Session: 7474b15d-b56c-4b9b-916a-4ea1dd592309 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13721 | 2024.08.06 04:06:27.127552 [ 3 ] {1d7cc060-2a91-44dc-988c-082be7d973f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13722 | 2024.08.06 04:06:27.127597 [ 3 ] {1d7cc060-2a91-44dc-988c-082be7d973f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13723 | 2024.08.06 04:06:27.127727 [ 3 ] {1d7cc060-2a91-44dc-988c-082be7d973f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13724 | 2024.08.06 04:06:27.128066 [ 3 ] {1d7cc060-2a91-44dc-988c-082be7d973f1} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13725 | 2024.08.06 04:06:27.128102 [ 3 ] {1d7cc060-2a91-44dc-988c-082be7d973f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13726 | 2024.08.06 04:06:27.128436 [ 3 ] {1d7cc060-2a91-44dc-988c-082be7d973f1} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13727 | 2024.08.06 04:06:27.128746 [ 3 ] {1d7cc060-2a91-44dc-988c-082be7d973f1} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13728 | 2024.08.06 04:06:27.128875 [ 3 ] {1d7cc060-2a91-44dc-988c-082be7d973f1} <Debug> executeQuery: Read 65 rows, 5.22 KiB in 0.001367 sec., 47549.37820043892 rows/sec., 3.73 MiB/sec. | ||
13729 | 2024.08.06 04:06:27.129120 [ 3 ] {1d7cc060-2a91-44dc-988c-082be7d973f1} <Debug> DynamicQueryHandler: Done processing query | ||
13730 | 2024.08.06 04:06:27.129175 [ 3 ] {1d7cc060-2a91-44dc-988c-082be7d973f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13731 | 2024.08.06 04:06:27.129228 [ 3 ] {} <Debug> HTTP-Session: 7474b15d-b56c-4b9b-916a-4ea1dd592309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13732 | 2024.08.06 04:06:27.129444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 11385, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13733 | 2024.08.06 04:06:27.129498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13734 | 2024.08.06 04:06:27.129517 [ 3 ] {} <Debug> HTTP-Session: 5d02fbf7-ee2a-427d-a2b6-4e26632b45ca Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13735 | 2024.08.06 04:06:27.129534 [ 3 ] {} <Debug> HTTP-Session: 5d02fbf7-ee2a-427d-a2b6-4e26632b45ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13736 | 2024.08.06 04:06:27.129548 [ 3 ] {} <Debug> HTTP-Session: 5d02fbf7-ee2a-427d-a2b6-4e26632b45ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13737 | 2024.08.06 04:06:27.129582 [ 3 ] {} <Trace> HTTP-Session: 5d02fbf7-ee2a-427d-a2b6-4e26632b45ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13738 | 2024.08.06 04:06:27.129710 [ 3 ] {106d430f-a77e-48b0-9fd5-3c49177b76e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13739 | 2024.08.06 04:06:27.129755 [ 3 ] {106d430f-a77e-48b0-9fd5-3c49177b76e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13740 | 2024.08.06 04:06:27.129900 [ 3 ] {106d430f-a77e-48b0-9fd5-3c49177b76e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13741 | 2024.08.06 04:06:27.130290 [ 3 ] {106d430f-a77e-48b0-9fd5-3c49177b76e0} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13742 | 2024.08.06 04:06:27.130327 [ 3 ] {106d430f-a77e-48b0-9fd5-3c49177b76e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13743 | 2024.08.06 04:06:27.130640 [ 3 ] {106d430f-a77e-48b0-9fd5-3c49177b76e0} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13744 | 2024.08.06 04:06:27.130956 [ 3 ] {106d430f-a77e-48b0-9fd5-3c49177b76e0} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13745 | 2024.08.06 04:06:27.131082 [ 3 ] {106d430f-a77e-48b0-9fd5-3c49177b76e0} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001418 sec., 47249.64739069111 rows/sec., 3.69 MiB/sec. | ||
13746 | 2024.08.06 04:06:27.131323 [ 3 ] {106d430f-a77e-48b0-9fd5-3c49177b76e0} <Debug> DynamicQueryHandler: Done processing query | ||
13747 | 2024.08.06 04:06:27.131386 [ 3 ] {106d430f-a77e-48b0-9fd5-3c49177b76e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13748 | 2024.08.06 04:06:27.131441 [ 3 ] {} <Debug> HTTP-Session: 5d02fbf7-ee2a-427d-a2b6-4e26632b45ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13749 | 2024.08.06 04:06:27.131683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13750 | 2024.08.06 04:06:27.131738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13751 | 2024.08.06 04:06:27.131757 [ 3 ] {} <Debug> HTTP-Session: 151ce747-fae0-4a6a-9da6-a75d1228bd76 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13752 | 2024.08.06 04:06:27.131774 [ 3 ] {} <Debug> HTTP-Session: 151ce747-fae0-4a6a-9da6-a75d1228bd76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13753 | 2024.08.06 04:06:27.131788 [ 3 ] {} <Debug> HTTP-Session: 151ce747-fae0-4a6a-9da6-a75d1228bd76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13754 | 2024.08.06 04:06:27.131821 [ 3 ] {} <Trace> HTTP-Session: 151ce747-fae0-4a6a-9da6-a75d1228bd76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13755 | 2024.08.06 04:06:27.131973 [ 3 ] {ef6fa72e-76fc-4b08-a10d-d4dc74174a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13756 | 2024.08.06 04:06:27.132024 [ 3 ] {ef6fa72e-76fc-4b08-a10d-d4dc74174a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13757 | 2024.08.06 04:06:27.132183 [ 3 ] {ef6fa72e-76fc-4b08-a10d-d4dc74174a58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13758 | 2024.08.06 04:06:27.132599 [ 3 ] {ef6fa72e-76fc-4b08-a10d-d4dc74174a58} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13759 | 2024.08.06 04:06:27.132635 [ 3 ] {ef6fa72e-76fc-4b08-a10d-d4dc74174a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13760 | 2024.08.06 04:06:27.133023 [ 3 ] {ef6fa72e-76fc-4b08-a10d-d4dc74174a58} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13761 | 2024.08.06 04:06:27.133365 [ 3 ] {ef6fa72e-76fc-4b08-a10d-d4dc74174a58} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13762 | 2024.08.06 04:06:27.133499 [ 3 ] {ef6fa72e-76fc-4b08-a10d-d4dc74174a58} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
13763 | 2024.08.06 04:06:27.133753 [ 3 ] {ef6fa72e-76fc-4b08-a10d-d4dc74174a58} <Debug> DynamicQueryHandler: Done processing query | ||
13764 | 2024.08.06 04:06:27.133814 [ 3 ] {ef6fa72e-76fc-4b08-a10d-d4dc74174a58} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13765 | 2024.08.06 04:06:27.133878 [ 3 ] {} <Debug> HTTP-Session: 151ce747-fae0-4a6a-9da6-a75d1228bd76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13766 | 2024.08.06 04:06:27.134130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13767 | 2024.08.06 04:06:27.134182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13768 | 2024.08.06 04:06:27.134201 [ 3 ] {} <Debug> HTTP-Session: 4361b029-9f18-4125-a55c-540452478f1e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13769 | 2024.08.06 04:06:27.134219 [ 3 ] {} <Debug> HTTP-Session: 4361b029-9f18-4125-a55c-540452478f1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13770 | 2024.08.06 04:06:27.134233 [ 3 ] {} <Debug> HTTP-Session: 4361b029-9f18-4125-a55c-540452478f1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13771 | 2024.08.06 04:06:27.134266 [ 3 ] {} <Trace> HTTP-Session: 4361b029-9f18-4125-a55c-540452478f1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13772 | 2024.08.06 04:06:27.134402 [ 3 ] {6d001efd-8ebc-4d07-b256-30ea6857f9f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13773 | 2024.08.06 04:06:27.134472 [ 3 ] {6d001efd-8ebc-4d07-b256-30ea6857f9f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13774 | 2024.08.06 04:06:27.134890 [ 3 ] {6d001efd-8ebc-4d07-b256-30ea6857f9f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13775 | 2024.08.06 04:06:27.135371 [ 3 ] {6d001efd-8ebc-4d07-b256-30ea6857f9f9} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13776 | 2024.08.06 04:06:27.135407 [ 3 ] {6d001efd-8ebc-4d07-b256-30ea6857f9f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13777 | 2024.08.06 04:06:27.135980 [ 3 ] {6d001efd-8ebc-4d07-b256-30ea6857f9f9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13778 | 2024.08.06 04:06:27.136394 [ 3 ] {6d001efd-8ebc-4d07-b256-30ea6857f9f9} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13779 | 2024.08.06 04:06:27.136572 [ 3 ] {6d001efd-8ebc-4d07-b256-30ea6857f9f9} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.002228 sec., 1346.499102333932 rows/sec., 2.41 MiB/sec. | ||
13780 | 2024.08.06 04:06:27.137008 [ 3 ] {6d001efd-8ebc-4d07-b256-30ea6857f9f9} <Debug> DynamicQueryHandler: Done processing query | ||
13781 | 2024.08.06 04:06:27.137074 [ 3 ] {6d001efd-8ebc-4d07-b256-30ea6857f9f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13782 | 2024.08.06 04:06:27.137149 [ 3 ] {} <Debug> HTTP-Session: 4361b029-9f18-4125-a55c-540452478f1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13783 | 2024.08.06 04:06:27.137367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13784 | 2024.08.06 04:06:27.137433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13785 | 2024.08.06 04:06:27.137452 [ 3 ] {} <Debug> HTTP-Session: b6a3712c-44d2-47b5-8f8b-424200bbb083 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13786 | 2024.08.06 04:06:27.137470 [ 3 ] {} <Debug> HTTP-Session: b6a3712c-44d2-47b5-8f8b-424200bbb083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13787 | 2024.08.06 04:06:27.137484 [ 3 ] {} <Debug> HTTP-Session: b6a3712c-44d2-47b5-8f8b-424200bbb083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13788 | 2024.08.06 04:06:27.137516 [ 3 ] {} <Trace> HTTP-Session: b6a3712c-44d2-47b5-8f8b-424200bbb083 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13789 | 2024.08.06 04:06:27.137642 [ 3 ] {bf34422a-7a30-463f-9efc-d32efd3bf469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13790 | 2024.08.06 04:06:27.137691 [ 3 ] {bf34422a-7a30-463f-9efc-d32efd3bf469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13791 | 2024.08.06 04:06:27.137838 [ 3 ] {bf34422a-7a30-463f-9efc-d32efd3bf469} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13792 | 2024.08.06 04:06:27.138127 [ 3 ] {bf34422a-7a30-463f-9efc-d32efd3bf469} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13793 | 2024.08.06 04:06:27.138164 [ 3 ] {bf34422a-7a30-463f-9efc-d32efd3bf469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13794 | 2024.08.06 04:06:27.138527 [ 3 ] {bf34422a-7a30-463f-9efc-d32efd3bf469} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13795 | 2024.08.06 04:06:27.138858 [ 3 ] {bf34422a-7a30-463f-9efc-d32efd3bf469} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13796 | 2024.08.06 04:06:27.139022 [ 3 ] {bf34422a-7a30-463f-9efc-d32efd3bf469} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
13797 | 2024.08.06 04:06:27.139182 [ 3 ] {bf34422a-7a30-463f-9efc-d32efd3bf469} <Debug> DynamicQueryHandler: Done processing query | ||
13798 | 2024.08.06 04:06:27.139208 [ 3 ] {bf34422a-7a30-463f-9efc-d32efd3bf469} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13799 | 2024.08.06 04:06:27.139223 [ 3 ] {} <Debug> HTTP-Session: b6a3712c-44d2-47b5-8f8b-424200bbb083 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13800 | 2024.08.06 04:06:32.129755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 5055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13801 | 2024.08.06 04:06:32.129891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13802 | 2024.08.06 04:06:32.129917 [ 3 ] {} <Debug> HTTP-Session: e878833d-c67e-4fc3-8018-76d707462bfb Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13803 | 2024.08.06 04:06:32.129943 [ 3 ] {} <Debug> HTTP-Session: e878833d-c67e-4fc3-8018-76d707462bfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13804 | 2024.08.06 04:06:32.129958 [ 3 ] {} <Debug> HTTP-Session: e878833d-c67e-4fc3-8018-76d707462bfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13805 | 2024.08.06 04:06:32.130007 [ 3 ] {} <Trace> HTTP-Session: e878833d-c67e-4fc3-8018-76d707462bfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13806 | 2024.08.06 04:06:32.130203 [ 3 ] {cb6c0ed9-4873-4782-81f0-da6597d3fac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13807 | 2024.08.06 04:06:32.130270 [ 3 ] {cb6c0ed9-4873-4782-81f0-da6597d3fac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13808 | 2024.08.06 04:06:32.130459 [ 3 ] {cb6c0ed9-4873-4782-81f0-da6597d3fac8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13809 | 2024.08.06 04:06:32.130927 [ 3 ] {cb6c0ed9-4873-4782-81f0-da6597d3fac8} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13810 | 2024.08.06 04:06:32.130973 [ 3 ] {cb6c0ed9-4873-4782-81f0-da6597d3fac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13811 | 2024.08.06 04:06:32.131356 [ 3 ] {cb6c0ed9-4873-4782-81f0-da6597d3fac8} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13812 | 2024.08.06 04:06:32.131708 [ 3 ] {cb6c0ed9-4873-4782-81f0-da6597d3fac8} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13813 | 2024.08.06 04:06:32.131860 [ 3 ] {cb6c0ed9-4873-4782-81f0-da6597d3fac8} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.001718 sec., 20954.598370197906 rows/sec., 1.58 MiB/sec. | ||
13814 | 2024.08.06 04:06:32.132089 [ 3 ] {cb6c0ed9-4873-4782-81f0-da6597d3fac8} <Debug> DynamicQueryHandler: Done processing query | ||
13815 | 2024.08.06 04:06:32.132118 [ 3 ] {cb6c0ed9-4873-4782-81f0-da6597d3fac8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13816 | 2024.08.06 04:06:32.132134 [ 3 ] {} <Debug> HTTP-Session: e878833d-c67e-4fc3-8018-76d707462bfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13817 | 2024.08.06 04:06:32.132342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37873, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13818 | 2024.08.06 04:06:32.132398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13819 | 2024.08.06 04:06:32.132418 [ 3 ] {} <Debug> HTTP-Session: b45da0a7-f443-4a71-9471-72a4fe5567c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13820 | 2024.08.06 04:06:32.132436 [ 3 ] {} <Debug> HTTP-Session: b45da0a7-f443-4a71-9471-72a4fe5567c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13821 | 2024.08.06 04:06:32.132451 [ 3 ] {} <Debug> HTTP-Session: b45da0a7-f443-4a71-9471-72a4fe5567c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13822 | 2024.08.06 04:06:32.132486 [ 3 ] {} <Trace> HTTP-Session: b45da0a7-f443-4a71-9471-72a4fe5567c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13823 | 2024.08.06 04:06:32.132668 [ 3 ] {8f878463-2c8e-41ed-a9ed-8f02d9041994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13824 | 2024.08.06 04:06:32.132715 [ 3 ] {8f878463-2c8e-41ed-a9ed-8f02d9041994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13825 | 2024.08.06 04:06:32.132848 [ 3 ] {8f878463-2c8e-41ed-a9ed-8f02d9041994} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13826 | 2024.08.06 04:06:32.133360 [ 3 ] {8f878463-2c8e-41ed-a9ed-8f02d9041994} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13827 | 2024.08.06 04:06:32.133397 [ 3 ] {8f878463-2c8e-41ed-a9ed-8f02d9041994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13828 | 2024.08.06 04:06:32.133730 [ 3 ] {8f878463-2c8e-41ed-a9ed-8f02d9041994} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13829 | 2024.08.06 04:06:32.134043 [ 3 ] {8f878463-2c8e-41ed-a9ed-8f02d9041994} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13830 | 2024.08.06 04:06:32.134167 [ 3 ] {8f878463-2c8e-41ed-a9ed-8f02d9041994} <Debug> executeQuery: Read 251 rows, 22.61 KiB in 0.001591 sec., 157762.41357636708 rows/sec., 13.88 MiB/sec. | ||
13831 | 2024.08.06 04:06:32.134177 [ 44 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13832 | 2024.08.06 04:06:32.134230 [ 44 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13833 | 2024.08.06 04:06:32.134264 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13834 | 2024.08.06 04:06:32.134399 [ 3 ] {8f878463-2c8e-41ed-a9ed-8f02d9041994} <Debug> DynamicQueryHandler: Done processing query | ||
13835 | 2024.08.06 04:06:32.134433 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
13836 | 2024.08.06 04:06:32.134446 [ 3 ] {8f878463-2c8e-41ed-a9ed-8f02d9041994} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
13837 | 2024.08.06 04:06:32.134528 [ 3 ] {} <Debug> HTTP-Session: b45da0a7-f443-4a71-9471-72a4fe5567c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13838 | 2024.08.06 04:06:32.134644 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13839 | 2024.08.06 04:06:32.134685 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 304 rows starting from the beginning of the part | ||
13840 | 2024.08.06 04:06:32.134775 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 228 rows starting from the beginning of the part | ||
13841 | 2024.08.06 04:06:32.134812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 66652, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13842 | 2024.08.06 04:06:32.135044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13843 | 2024.08.06 04:06:32.135142 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 103 rows starting from the beginning of the part | ||
13844 | 2024.08.06 04:06:32.135166 [ 3 ] {} <Debug> HTTP-Session: aea15534-6ef0-4f65-9f4c-56ab01c3aacd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13845 | 2024.08.06 04:06:32.135260 [ 3 ] {} <Debug> HTTP-Session: aea15534-6ef0-4f65-9f4c-56ab01c3aacd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13846 | 2024.08.06 04:06:32.135344 [ 3 ] {} <Debug> HTTP-Session: aea15534-6ef0-4f65-9f4c-56ab01c3aacd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13847 | 2024.08.06 04:06:32.135453 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 253 rows starting from the beginning of the part | ||
13848 | 2024.08.06 04:06:32.135490 [ 3 ] {} <Trace> HTTP-Session: aea15534-6ef0-4f65-9f4c-56ab01c3aacd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13849 | 2024.08.06 04:06:32.135641 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 65 rows starting from the beginning of the part | ||
13850 | 2024.08.06 04:06:32.135828 [ 190 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 251 rows starting from the beginning of the part | ||
13851 | 2024.08.06 04:06:32.136057 [ 3 ] {861fb0b4-6fd9-499e-80b2-3d14d9d69bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13852 | 2024.08.06 04:06:32.136195 [ 3 ] {861fb0b4-6fd9-499e-80b2-3d14d9d69bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13853 | 2024.08.06 04:06:32.136599 [ 3 ] {861fb0b4-6fd9-499e-80b2-3d14d9d69bdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13854 | 2024.08.06 04:06:32.137815 [ 3 ] {861fb0b4-6fd9-499e-80b2-3d14d9d69bdc} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13855 | 2024.08.06 04:06:32.137876 [ 3 ] {861fb0b4-6fd9-499e-80b2-3d14d9d69bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13856 | 2024.08.06 04:06:32.138523 [ 200 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1204 rows, containing 4 columns (4 merged, 0 gathered) in 0.004182099 sec., 287893.7107897255 rows/sec., 24.77 MiB/sec. | ||
13857 | 2024.08.06 04:06:32.138577 [ 3 ] {861fb0b4-6fd9-499e-80b2-3d14d9d69bdc} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13858 | 2024.08.06 04:06:32.138797 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13859 | 2024.08.06 04:06:32.139351 [ 3 ] {861fb0b4-6fd9-499e-80b2-3d14d9d69bdc} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13860 | 2024.08.06 04:06:32.139677 [ 44 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13861 | 2024.08.06 04:06:32.139704 [ 3 ] {861fb0b4-6fd9-499e-80b2-3d14d9d69bdc} <Debug> executeQuery: Read 412 rows, 29.88 KiB in 0.003955 sec., 104171.93426042983 rows/sec., 7.38 MiB/sec. | ||
13862 | 2024.08.06 04:06:32.139762 [ 44 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13863 | 2024.08.06 04:06:32.139864 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13864 | 2024.08.06 04:06:32.139968 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_76_15} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13865 | 2024.08.06 04:06:32.140213 [ 3 ] {861fb0b4-6fd9-499e-80b2-3d14d9d69bdc} <Debug> DynamicQueryHandler: Done processing query | ||
13866 | 2024.08.06 04:06:32.140273 [ 192 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
13867 | 2024.08.06 04:06:32.140271 [ 195 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_76_15} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13868 | 2024.08.06 04:06:32.140285 [ 3 ] {861fb0b4-6fd9-499e-80b2-3d14d9d69bdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
13869 | 2024.08.06 04:06:32.140346 [ 3 ] {} <Debug> HTTP-Session: aea15534-6ef0-4f65-9f4c-56ab01c3aacd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13870 | 2024.08.06 04:06:32.140516 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
13871 | 2024.08.06 04:06:32.140587 [ 192 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13872 | 2024.08.06 04:06:32.140604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13873 | 2024.08.06 04:06:32.140639 [ 192 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 473 rows starting from the beginning of the part | ||
13874 | 2024.08.06 04:06:32.140668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13875 | 2024.08.06 04:06:32.140704 [ 3 ] {} <Debug> HTTP-Session: 0f263a78-7e3b-4b16-a242-15acee98a4b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13876 | 2024.08.06 04:06:32.140764 [ 3 ] {} <Debug> HTTP-Session: 0f263a78-7e3b-4b16-a242-15acee98a4b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13877 | 2024.08.06 04:06:32.140799 [ 192 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 406 rows starting from the beginning of the part | ||
13878 | 2024.08.06 04:06:32.140833 [ 3 ] {} <Debug> HTTP-Session: 0f263a78-7e3b-4b16-a242-15acee98a4b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13879 | 2024.08.06 04:06:32.140961 [ 3 ] {} <Trace> HTTP-Session: 0f263a78-7e3b-4b16-a242-15acee98a4b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13880 | 2024.08.06 04:06:32.141115 [ 192 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 95 rows starting from the beginning of the part | ||
13881 | 2024.08.06 04:06:32.141348 [ 3 ] {6789169a-cd61-41c4-a983-1ce930723088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13882 | 2024.08.06 04:06:32.141417 [ 192 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 416 rows starting from the beginning of the part | ||
13883 | 2024.08.06 04:06:32.141494 [ 3 ] {6789169a-cd61-41c4-a983-1ce930723088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13884 | 2024.08.06 04:06:32.141659 [ 192 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 67 rows starting from the beginning of the part | ||
13885 | 2024.08.06 04:06:32.141957 [ 192 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 412 rows starting from the beginning of the part | ||
13886 | 2024.08.06 04:06:32.142326 [ 3 ] {6789169a-cd61-41c4-a983-1ce930723088} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13887 | 2024.08.06 04:06:32.142750 [ 3 ] {6789169a-cd61-41c4-a983-1ce930723088} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13888 | 2024.08.06 04:06:32.142793 [ 3 ] {6789169a-cd61-41c4-a983-1ce930723088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13889 | 2024.08.06 04:06:32.143327 [ 3 ] {6789169a-cd61-41c4-a983-1ce930723088} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
13890 | 2024.08.06 04:06:32.143793 [ 3 ] {6789169a-cd61-41c4-a983-1ce930723088} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13891 | 2024.08.06 04:06:32.144047 [ 3 ] {6789169a-cd61-41c4-a983-1ce930723088} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.002841 sec., 2111.9324181626184 rows/sec., 90.75 KiB/sec. | ||
13892 | 2024.08.06 04:06:32.144199 [ 191 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1869 rows, containing 4 columns (4 merged, 0 gathered) in 0.004159138 sec., 449371.9612092698 rows/sec., 32.21 MiB/sec. | ||
13893 | 2024.08.06 04:06:32.144582 [ 3 ] {6789169a-cd61-41c4-a983-1ce930723088} <Debug> DynamicQueryHandler: Done processing query | ||
13894 | 2024.08.06 04:06:32.144633 [ 3 ] {6789169a-cd61-41c4-a983-1ce930723088} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13895 | 2024.08.06 04:06:32.144642 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13896 | 2024.08.06 04:06:32.144657 [ 3 ] {} <Debug> HTTP-Session: 0f263a78-7e3b-4b16-a242-15acee98a4b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13897 | 2024.08.06 04:06:32.144949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13898 | 2024.08.06 04:06:32.145085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13899 | 2024.08.06 04:06:32.145152 [ 3 ] {} <Debug> HTTP-Session: c30ca7e9-c68d-49d2-9546-e98ca6b83713 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13900 | 2024.08.06 04:06:32.145186 [ 3 ] {} <Debug> HTTP-Session: c30ca7e9-c68d-49d2-9546-e98ca6b83713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13901 | 2024.08.06 04:06:32.145219 [ 3 ] {} <Debug> HTTP-Session: c30ca7e9-c68d-49d2-9546-e98ca6b83713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13902 | 2024.08.06 04:06:32.145274 [ 3 ] {} <Trace> HTTP-Session: c30ca7e9-c68d-49d2-9546-e98ca6b83713 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13903 | 2024.08.06 04:06:32.145407 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_76_15} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13904 | 2024.08.06 04:06:32.145539 [ 3 ] {e6d5e992-7f60-4043-b5e9-bf00219a50c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13905 | 2024.08.06 04:06:32.145591 [ 195 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_76_15} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13906 | 2024.08.06 04:06:32.145621 [ 3 ] {e6d5e992-7f60-4043-b5e9-bf00219a50c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13907 | 2024.08.06 04:06:32.145781 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
13908 | 2024.08.06 04:06:32.145948 [ 3 ] {e6d5e992-7f60-4043-b5e9-bf00219a50c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13909 | 2024.08.06 04:06:32.146278 [ 3 ] {e6d5e992-7f60-4043-b5e9-bf00219a50c3} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13910 | 2024.08.06 04:06:32.146314 [ 3 ] {e6d5e992-7f60-4043-b5e9-bf00219a50c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13911 | 2024.08.06 04:06:32.146687 [ 3 ] {e6d5e992-7f60-4043-b5e9-bf00219a50c3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
13912 | 2024.08.06 04:06:32.147024 [ 3 ] {e6d5e992-7f60-4043-b5e9-bf00219a50c3} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13913 | 2024.08.06 04:06:32.147151 [ 3 ] {e6d5e992-7f60-4043-b5e9-bf00219a50c3} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001747 sec., 44075.55809959931 rows/sec., 2.71 MiB/sec. | ||
13914 | 2024.08.06 04:06:32.147320 [ 3 ] {e6d5e992-7f60-4043-b5e9-bf00219a50c3} <Debug> DynamicQueryHandler: Done processing query | ||
13915 | 2024.08.06 04:06:32.147345 [ 3 ] {e6d5e992-7f60-4043-b5e9-bf00219a50c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13916 | 2024.08.06 04:06:32.147361 [ 3 ] {} <Debug> HTTP-Session: c30ca7e9-c68d-49d2-9546-e98ca6b83713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13917 | 2024.08.06 04:06:32.147546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13918 | 2024.08.06 04:06:32.147594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13919 | 2024.08.06 04:06:32.147613 [ 3 ] {} <Debug> HTTP-Session: 98acede6-5c99-480e-8073-001bf71ec725 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13920 | 2024.08.06 04:06:32.147630 [ 3 ] {} <Debug> HTTP-Session: 98acede6-5c99-480e-8073-001bf71ec725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13921 | 2024.08.06 04:06:32.147643 [ 3 ] {} <Debug> HTTP-Session: 98acede6-5c99-480e-8073-001bf71ec725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13922 | 2024.08.06 04:06:32.147675 [ 3 ] {} <Trace> HTTP-Session: 98acede6-5c99-480e-8073-001bf71ec725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13923 | 2024.08.06 04:06:32.147823 [ 3 ] {a0a7d5b5-9f28-47e5-8c1f-6926bab1e0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13924 | 2024.08.06 04:06:32.147869 [ 3 ] {a0a7d5b5-9f28-47e5-8c1f-6926bab1e0d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13925 | 2024.08.06 04:06:32.148009 [ 3 ] {a0a7d5b5-9f28-47e5-8c1f-6926bab1e0d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13926 | 2024.08.06 04:06:32.148404 [ 3 ] {a0a7d5b5-9f28-47e5-8c1f-6926bab1e0d0} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13927 | 2024.08.06 04:06:32.148438 [ 3 ] {a0a7d5b5-9f28-47e5-8c1f-6926bab1e0d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13928 | 2024.08.06 04:06:32.148803 [ 3 ] {a0a7d5b5-9f28-47e5-8c1f-6926bab1e0d0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13929 | 2024.08.06 04:06:32.149141 [ 3 ] {a0a7d5b5-9f28-47e5-8c1f-6926bab1e0d0} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13930 | 2024.08.06 04:06:32.149267 [ 3 ] {a0a7d5b5-9f28-47e5-8c1f-6926bab1e0d0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001516 sec., 105540.89709762533 rows/sec., 7.35 MiB/sec. | ||
13931 | 2024.08.06 04:06:32.149272 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13932 | 2024.08.06 04:06:32.149327 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13933 | 2024.08.06 04:06:32.149367 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13934 | 2024.08.06 04:06:32.149501 [ 3 ] {a0a7d5b5-9f28-47e5-8c1f-6926bab1e0d0} <Debug> DynamicQueryHandler: Done processing query | ||
13935 | 2024.08.06 04:06:32.149550 [ 3 ] {a0a7d5b5-9f28-47e5-8c1f-6926bab1e0d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13936 | 2024.08.06 04:06:32.149558 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
13937 | 2024.08.06 04:06:32.149575 [ 3 ] {} <Debug> HTTP-Session: 98acede6-5c99-480e-8073-001bf71ec725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13938 | 2024.08.06 04:06:32.149762 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13939 | 2024.08.06 04:06:32.149814 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 11904 rows starting from the beginning of the part | ||
13940 | 2024.08.06 04:06:32.149925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 48445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13941 | 2024.08.06 04:06:32.150012 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 161 rows starting from the beginning of the part | ||
13942 | 2024.08.06 04:06:32.150075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13943 | 2024.08.06 04:06:32.150170 [ 3 ] {} <Debug> HTTP-Session: 082c6983-5dee-4eb5-9f0c-35060ff7ef93 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13944 | 2024.08.06 04:06:32.150273 [ 3 ] {} <Debug> HTTP-Session: 082c6983-5dee-4eb5-9f0c-35060ff7ef93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13945 | 2024.08.06 04:06:32.150356 [ 3 ] {} <Debug> HTTP-Session: 082c6983-5dee-4eb5-9f0c-35060ff7ef93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13946 | 2024.08.06 04:06:32.150398 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 198 rows starting from the beginning of the part | ||
13947 | 2024.08.06 04:06:32.150470 [ 3 ] {} <Trace> HTTP-Session: 082c6983-5dee-4eb5-9f0c-35060ff7ef93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13948 | 2024.08.06 04:06:32.150632 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 162 rows starting from the beginning of the part | ||
13949 | 2024.08.06 04:06:32.150829 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
13950 | 2024.08.06 04:06:32.150933 [ 191 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
13951 | 2024.08.06 04:06:32.151117 [ 3 ] {681efbae-f6b8-434f-89af-e0c6dd3746fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13952 | 2024.08.06 04:06:32.151435 [ 3 ] {681efbae-f6b8-434f-89af-e0c6dd3746fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13953 | 2024.08.06 04:06:32.152586 [ 3 ] {681efbae-f6b8-434f-89af-e0c6dd3746fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13954 | 2024.08.06 04:06:32.154427 [ 3 ] {681efbae-f6b8-434f-89af-e0c6dd3746fd} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13955 | 2024.08.06 04:06:32.154491 [ 3 ] {681efbae-f6b8-434f-89af-e0c6dd3746fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13956 | 2024.08.06 04:06:32.155786 [ 3 ] {681efbae-f6b8-434f-89af-e0c6dd3746fd} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13957 | 2024.08.06 04:06:32.156321 [ 3 ] {681efbae-f6b8-434f-89af-e0c6dd3746fd} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13958 | 2024.08.06 04:06:32.156472 [ 44 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
13959 | 2024.08.06 04:06:32.156492 [ 3 ] {681efbae-f6b8-434f-89af-e0c6dd3746fd} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.00576 sec., 5208.333333333333 rows/sec., 9.33 MiB/sec. | ||
13960 | 2024.08.06 04:06:32.156522 [ 44 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13961 | 2024.08.06 04:06:32.156618 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13962 | 2024.08.06 04:06:32.157057 [ 195 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
13963 | 2024.08.06 04:06:32.157278 [ 3 ] {681efbae-f6b8-434f-89af-e0c6dd3746fd} <Debug> DynamicQueryHandler: Done processing query | ||
13964 | 2024.08.06 04:06:32.157392 [ 3 ] {681efbae-f6b8-434f-89af-e0c6dd3746fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
13965 | 2024.08.06 04:06:32.157479 [ 3 ] {} <Debug> HTTP-Session: 082c6983-5dee-4eb5-9f0c-35060ff7ef93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13966 | 2024.08.06 04:06:32.157783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13967 | 2024.08.06 04:06:32.157995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13968 | 2024.08.06 04:06:32.158098 [ 3 ] {} <Debug> HTTP-Session: e0c066b7-cdd1-4c0c-beeb-3225583fc2bb Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13969 | 2024.08.06 04:06:32.158160 [ 3 ] {} <Debug> HTTP-Session: e0c066b7-cdd1-4c0c-beeb-3225583fc2bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13970 | 2024.08.06 04:06:32.158230 [ 3 ] {} <Debug> HTTP-Session: e0c066b7-cdd1-4c0c-beeb-3225583fc2bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13971 | 2024.08.06 04:06:32.158239 [ 193 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12745 rows, containing 5 columns (5 merged, 0 gathered) in 0.008773906 sec., 1452602.751841654 rows/sec., 101.22 MiB/sec. | ||
13972 | 2024.08.06 04:06:32.158366 [ 3 ] {} <Trace> HTTP-Session: e0c066b7-cdd1-4c0c-beeb-3225583fc2bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13973 | 2024.08.06 04:06:32.158474 [ 195 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13974 | 2024.08.06 04:06:32.158659 [ 195 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1011 rows starting from the beginning of the part | ||
13975 | 2024.08.06 04:06:32.158684 [ 3 ] {e810bd71-f2a0-4e35-9624-fff8ad8277cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13976 | 2024.08.06 04:06:32.158850 [ 3 ] {e810bd71-f2a0-4e35-9624-fff8ad8277cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13977 | 2024.08.06 04:06:32.158913 [ 193 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13978 | 2024.08.06 04:06:32.160226 [ 3 ] {e810bd71-f2a0-4e35-9624-fff8ad8277cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13979 | 2024.08.06 04:06:32.160405 [ 195 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 22 rows starting from the beginning of the part | ||
13980 | 2024.08.06 04:06:32.160983 [ 193 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13981 | 2024.08.06 04:06:32.161371 [ 193 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13982 | 2024.08.06 04:06:32.161688 [ 195 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 3 rows starting from the beginning of the part | ||
13983 | 2024.08.06 04:06:32.161720 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB. | ||
13984 | 2024.08.06 04:06:32.161750 [ 3 ] {e810bd71-f2a0-4e35-9624-fff8ad8277cd} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13985 | 2024.08.06 04:06:32.161847 [ 3 ] {e810bd71-f2a0-4e35-9624-fff8ad8277cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
13986 | 2024.08.06 04:06:32.162426 [ 195 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 30 rows starting from the beginning of the part | ||
13987 | 2024.08.06 04:06:32.163207 [ 195 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 3 rows starting from the beginning of the part | ||
13988 | 2024.08.06 04:06:32.163307 [ 3 ] {e810bd71-f2a0-4e35-9624-fff8ad8277cd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
13989 | 2024.08.06 04:06:32.163881 [ 195 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 30 rows starting from the beginning of the part | ||
13990 | 2024.08.06 04:06:32.164578 [ 3 ] {e810bd71-f2a0-4e35-9624-fff8ad8277cd} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13991 | 2024.08.06 04:06:32.164982 [ 3 ] {e810bd71-f2a0-4e35-9624-fff8ad8277cd} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.006408 sec., 3589.263420724095 rows/sec., 194.15 KiB/sec. | ||
13992 | 2024.08.06 04:06:32.165285 [ 3 ] {e810bd71-f2a0-4e35-9624-fff8ad8277cd} <Debug> DynamicQueryHandler: Done processing query | ||
13993 | 2024.08.06 04:06:32.165341 [ 3 ] {e810bd71-f2a0-4e35-9624-fff8ad8277cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13994 | 2024.08.06 04:06:32.165403 [ 3 ] {} <Debug> HTTP-Session: e0c066b7-cdd1-4c0c-beeb-3225583fc2bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13995 | 2024.08.06 04:06:32.165627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13996 | 2024.08.06 04:06:32.165701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13997 | 2024.08.06 04:06:32.165732 [ 3 ] {} <Debug> HTTP-Session: 6f945123-6d35-4b65-91f8-3cf25f950f42 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
13998 | 2024.08.06 04:06:32.165758 [ 3 ] {} <Debug> HTTP-Session: 6f945123-6d35-4b65-91f8-3cf25f950f42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13999 | 2024.08.06 04:06:32.165771 [ 3 ] {} <Debug> HTTP-Session: 6f945123-6d35-4b65-91f8-3cf25f950f42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14000 | 2024.08.06 04:06:32.165808 [ 3 ] {} <Trace> HTTP-Session: 6f945123-6d35-4b65-91f8-3cf25f950f42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14001 | 2024.08.06 04:06:32.165951 [ 3 ] {be245d80-8697-4217-8030-21b872ee251a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14002 | 2024.08.06 04:06:32.166007 [ 3 ] {be245d80-8697-4217-8030-21b872ee251a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14003 | 2024.08.06 04:06:32.166265 [ 3 ] {be245d80-8697-4217-8030-21b872ee251a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14004 | 2024.08.06 04:06:32.167188 [ 3 ] {be245d80-8697-4217-8030-21b872ee251a} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14005 | 2024.08.06 04:06:32.167262 [ 3 ] {be245d80-8697-4217-8030-21b872ee251a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
14006 | 2024.08.06 04:06:32.168484 [ 3 ] {be245d80-8697-4217-8030-21b872ee251a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14007 | 2024.08.06 04:06:32.169417 [ 3 ] {be245d80-8697-4217-8030-21b872ee251a} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14008 | 2024.08.06 04:06:32.169711 [ 44 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14009 | 2024.08.06 04:06:32.169814 [ 44 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14010 | 2024.08.06 04:06:32.169876 [ 3 ] {be245d80-8697-4217-8030-21b872ee251a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003948 sec., 15197.568389057751 rows/sec., 1.02 MiB/sec. | ||
14011 | 2024.08.06 04:06:32.169893 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
14012 | 2024.08.06 04:06:32.170376 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
14013 | 2024.08.06 04:06:32.170510 [ 3 ] {be245d80-8697-4217-8030-21b872ee251a} <Debug> DynamicQueryHandler: Done processing query | ||
14014 | 2024.08.06 04:06:32.170598 [ 3 ] {be245d80-8697-4217-8030-21b872ee251a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14015 | 2024.08.06 04:06:32.170678 [ 3 ] {} <Debug> HTTP-Session: 6f945123-6d35-4b65-91f8-3cf25f950f42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14016 | 2024.08.06 04:06:32.171066 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14017 | 2024.08.06 04:06:32.171195 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4236 rows starting from the beginning of the part | ||
14018 | 2024.08.06 04:06:32.171529 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
14019 | 2024.08.06 04:06:32.171792 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
14020 | 2024.08.06 04:06:32.172089 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
14021 | 2024.08.06 04:06:32.172418 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
14022 | 2024.08.06 04:06:32.172788 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
14023 | 2024.08.06 04:06:32.176473 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4536 rows, containing 4 columns (4 merged, 0 gathered) in 0.006400871 sec., 708653.5566800206 rows/sec., 47.77 MiB/sec. | ||
14024 | 2024.08.06 04:06:32.176872 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14025 | 2024.08.06 04:06:32.177294 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_76_15} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14026 | 2024.08.06 04:06:32.177407 [ 197 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_76_15} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14027 | 2024.08.06 04:06:32.177490 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
14028 | 2024.08.06 04:06:32.177843 [ 203 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1099 rows, containing 19 columns (19 merged, 0 gathered) in 0.021076626 sec., 52143.07071729602 rows/sec., 93.44 MiB/sec. | ||
14029 | 2024.08.06 04:06:32.178910 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
14030 | 2024.08.06 04:06:32.179525 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14031 | 2024.08.06 04:06:32.179612 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
14032 | 2024.08.06 04:06:32.179758 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.51 MiB. | ||
14033 | 2024.08.06 04:06:33.000155 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.54 MiB, peak 217.12 MiB, free memory in arenas 0.00 B, will set to 209.11 MiB (RSS), difference: 3.56 MiB | ||
14034 | 2024.08.06 04:06:36.019963 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14035 | 2024.08.06 04:06:36.020044 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14036 | 2024.08.06 04:06:37.124697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14037 | 2024.08.06 04:06:37.124811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14038 | 2024.08.06 04:06:37.124836 [ 3 ] {} <Debug> HTTP-Session: 81308cb0-f649-41d7-a1e3-50e33c8d169d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14039 | 2024.08.06 04:06:37.124859 [ 3 ] {} <Debug> HTTP-Session: 81308cb0-f649-41d7-a1e3-50e33c8d169d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14040 | 2024.08.06 04:06:37.124874 [ 3 ] {} <Debug> HTTP-Session: 81308cb0-f649-41d7-a1e3-50e33c8d169d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14041 | 2024.08.06 04:06:37.124922 [ 3 ] {} <Trace> HTTP-Session: 81308cb0-f649-41d7-a1e3-50e33c8d169d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14042 | 2024.08.06 04:06:37.125108 [ 3 ] {cd42d7a2-77ce-42dd-8e89-95984b3f3b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14043 | 2024.08.06 04:06:37.125174 [ 3 ] {cd42d7a2-77ce-42dd-8e89-95984b3f3b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14044 | 2024.08.06 04:06:37.125364 [ 3 ] {cd42d7a2-77ce-42dd-8e89-95984b3f3b2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14045 | 2024.08.06 04:06:37.125798 [ 3 ] {cd42d7a2-77ce-42dd-8e89-95984b3f3b2c} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14046 | 2024.08.06 04:06:37.125841 [ 3 ] {cd42d7a2-77ce-42dd-8e89-95984b3f3b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14047 | 2024.08.06 04:06:37.126223 [ 3 ] {cd42d7a2-77ce-42dd-8e89-95984b3f3b2c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
14048 | 2024.08.06 04:06:37.126586 [ 3 ] {cd42d7a2-77ce-42dd-8e89-95984b3f3b2c} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14049 | 2024.08.06 04:06:37.126759 [ 3 ] {cd42d7a2-77ce-42dd-8e89-95984b3f3b2c} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001704 sec., 1760.5633802816901 rows/sec., 142.70 KiB/sec. | ||
14050 | 2024.08.06 04:06:37.127041 [ 3 ] {cd42d7a2-77ce-42dd-8e89-95984b3f3b2c} <Debug> DynamicQueryHandler: Done processing query | ||
14051 | 2024.08.06 04:06:37.127103 [ 3 ] {cd42d7a2-77ce-42dd-8e89-95984b3f3b2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14052 | 2024.08.06 04:06:37.127163 [ 3 ] {} <Debug> HTTP-Session: 81308cb0-f649-41d7-a1e3-50e33c8d169d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14053 | 2024.08.06 04:06:37.127368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14054 | 2024.08.06 04:06:37.127423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14055 | 2024.08.06 04:06:37.127444 [ 3 ] {} <Debug> HTTP-Session: 041eea09-b427-490a-8c25-0331dee24569 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14056 | 2024.08.06 04:06:37.127462 [ 3 ] {} <Debug> HTTP-Session: 041eea09-b427-490a-8c25-0331dee24569 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14057 | 2024.08.06 04:06:37.127475 [ 3 ] {} <Debug> HTTP-Session: 041eea09-b427-490a-8c25-0331dee24569 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14058 | 2024.08.06 04:06:37.127508 [ 3 ] {} <Trace> HTTP-Session: 041eea09-b427-490a-8c25-0331dee24569 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14059 | 2024.08.06 04:06:37.127635 [ 3 ] {04506f71-1fce-4179-9056-8142c04a8d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14060 | 2024.08.06 04:06:37.127681 [ 3 ] {04506f71-1fce-4179-9056-8142c04a8d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14061 | 2024.08.06 04:06:37.127821 [ 3 ] {04506f71-1fce-4179-9056-8142c04a8d80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14062 | 2024.08.06 04:06:37.128194 [ 3 ] {04506f71-1fce-4179-9056-8142c04a8d80} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14063 | 2024.08.06 04:06:37.128231 [ 3 ] {04506f71-1fce-4179-9056-8142c04a8d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14064 | 2024.08.06 04:06:37.128557 [ 3 ] {04506f71-1fce-4179-9056-8142c04a8d80} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14065 | 2024.08.06 04:06:37.128876 [ 3 ] {04506f71-1fce-4179-9056-8142c04a8d80} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14066 | 2024.08.06 04:06:37.129030 [ 3 ] {04506f71-1fce-4179-9056-8142c04a8d80} <Debug> executeQuery: Read 65 rows, 5.22 KiB in 0.001438 sec., 45201.66898470097 rows/sec., 3.54 MiB/sec. | ||
14067 | 2024.08.06 04:06:37.129200 [ 3 ] {04506f71-1fce-4179-9056-8142c04a8d80} <Debug> DynamicQueryHandler: Done processing query | ||
14068 | 2024.08.06 04:06:37.129225 [ 3 ] {04506f71-1fce-4179-9056-8142c04a8d80} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14069 | 2024.08.06 04:06:37.129240 [ 3 ] {} <Debug> HTTP-Session: 041eea09-b427-490a-8c25-0331dee24569 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14070 | 2024.08.06 04:06:37.129420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 11385, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14071 | 2024.08.06 04:06:37.129469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14072 | 2024.08.06 04:06:37.129489 [ 3 ] {} <Debug> HTTP-Session: 83404d7d-183a-4cab-9dbd-7245c2f1bac2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14073 | 2024.08.06 04:06:37.129505 [ 3 ] {} <Debug> HTTP-Session: 83404d7d-183a-4cab-9dbd-7245c2f1bac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14074 | 2024.08.06 04:06:37.129519 [ 3 ] {} <Debug> HTTP-Session: 83404d7d-183a-4cab-9dbd-7245c2f1bac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14075 | 2024.08.06 04:06:37.129550 [ 3 ] {} <Trace> HTTP-Session: 83404d7d-183a-4cab-9dbd-7245c2f1bac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14076 | 2024.08.06 04:06:37.129669 [ 3 ] {fb3d320d-47d2-407f-a639-0178a81a4219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14077 | 2024.08.06 04:06:37.129712 [ 3 ] {fb3d320d-47d2-407f-a639-0178a81a4219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14078 | 2024.08.06 04:06:37.129840 [ 3 ] {fb3d320d-47d2-407f-a639-0178a81a4219} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14079 | 2024.08.06 04:06:37.130196 [ 3 ] {fb3d320d-47d2-407f-a639-0178a81a4219} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14080 | 2024.08.06 04:06:37.130234 [ 3 ] {fb3d320d-47d2-407f-a639-0178a81a4219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14081 | 2024.08.06 04:06:37.130553 [ 3 ] {fb3d320d-47d2-407f-a639-0178a81a4219} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14082 | 2024.08.06 04:06:37.130864 [ 3 ] {fb3d320d-47d2-407f-a639-0178a81a4219} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14083 | 2024.08.06 04:06:37.131019 [ 3 ] {fb3d320d-47d2-407f-a639-0178a81a4219} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001388 sec., 48270.89337175793 rows/sec., 3.77 MiB/sec. | ||
14084 | 2024.08.06 04:06:37.131265 [ 3 ] {fb3d320d-47d2-407f-a639-0178a81a4219} <Debug> DynamicQueryHandler: Done processing query | ||
14085 | 2024.08.06 04:06:37.131327 [ 3 ] {fb3d320d-47d2-407f-a639-0178a81a4219} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14086 | 2024.08.06 04:06:37.131389 [ 3 ] {} <Debug> HTTP-Session: 83404d7d-183a-4cab-9dbd-7245c2f1bac2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14087 | 2024.08.06 04:06:37.131638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14088 | 2024.08.06 04:06:37.131693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14089 | 2024.08.06 04:06:37.131712 [ 3 ] {} <Debug> HTTP-Session: 0d2cd048-8259-4b12-9441-50e096050803 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14090 | 2024.08.06 04:06:37.131729 [ 3 ] {} <Debug> HTTP-Session: 0d2cd048-8259-4b12-9441-50e096050803 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14091 | 2024.08.06 04:06:37.131745 [ 3 ] {} <Debug> HTTP-Session: 0d2cd048-8259-4b12-9441-50e096050803 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14092 | 2024.08.06 04:06:37.131777 [ 3 ] {} <Trace> HTTP-Session: 0d2cd048-8259-4b12-9441-50e096050803 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14093 | 2024.08.06 04:06:37.131931 [ 3 ] {bc66c5d6-ddb4-4e44-b115-cf89d5474451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14094 | 2024.08.06 04:06:37.131980 [ 3 ] {bc66c5d6-ddb4-4e44-b115-cf89d5474451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14095 | 2024.08.06 04:06:37.132144 [ 3 ] {bc66c5d6-ddb4-4e44-b115-cf89d5474451} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14096 | 2024.08.06 04:06:37.132556 [ 3 ] {bc66c5d6-ddb4-4e44-b115-cf89d5474451} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14097 | 2024.08.06 04:06:37.132593 [ 3 ] {bc66c5d6-ddb4-4e44-b115-cf89d5474451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14098 | 2024.08.06 04:06:37.132994 [ 3 ] {bc66c5d6-ddb4-4e44-b115-cf89d5474451} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14099 | 2024.08.06 04:06:37.133361 [ 3 ] {bc66c5d6-ddb4-4e44-b115-cf89d5474451} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14100 | 2024.08.06 04:06:37.133518 [ 3 ] {bc66c5d6-ddb4-4e44-b115-cf89d5474451} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001648 sec., 97087.3786407767 rows/sec., 6.76 MiB/sec. | ||
14101 | 2024.08.06 04:06:37.133687 [ 3 ] {bc66c5d6-ddb4-4e44-b115-cf89d5474451} <Debug> DynamicQueryHandler: Done processing query | ||
14102 | 2024.08.06 04:06:37.133711 [ 3 ] {bc66c5d6-ddb4-4e44-b115-cf89d5474451} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14103 | 2024.08.06 04:06:37.133726 [ 3 ] {} <Debug> HTTP-Session: 0d2cd048-8259-4b12-9441-50e096050803 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14104 | 2024.08.06 04:06:37.133894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14105 | 2024.08.06 04:06:37.133943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14106 | 2024.08.06 04:06:37.133963 [ 3 ] {} <Debug> HTTP-Session: fd726a07-51b7-4313-8d51-05404b5018ca Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14107 | 2024.08.06 04:06:37.133980 [ 3 ] {} <Debug> HTTP-Session: fd726a07-51b7-4313-8d51-05404b5018ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14108 | 2024.08.06 04:06:37.133993 [ 3 ] {} <Debug> HTTP-Session: fd726a07-51b7-4313-8d51-05404b5018ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14109 | 2024.08.06 04:06:37.134024 [ 3 ] {} <Trace> HTTP-Session: fd726a07-51b7-4313-8d51-05404b5018ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14110 | 2024.08.06 04:06:37.134153 [ 3 ] {684e1b12-0ac9-4d49-83d5-c387eddc0a53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14111 | 2024.08.06 04:06:37.134216 [ 3 ] {684e1b12-0ac9-4d49-83d5-c387eddc0a53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14112 | 2024.08.06 04:06:37.134625 [ 3 ] {684e1b12-0ac9-4d49-83d5-c387eddc0a53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14113 | 2024.08.06 04:06:37.135116 [ 3 ] {684e1b12-0ac9-4d49-83d5-c387eddc0a53} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14114 | 2024.08.06 04:06:37.135153 [ 3 ] {684e1b12-0ac9-4d49-83d5-c387eddc0a53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14115 | 2024.08.06 04:06:37.135766 [ 3 ] {684e1b12-0ac9-4d49-83d5-c387eddc0a53} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
14116 | 2024.08.06 04:06:37.136198 [ 3 ] {684e1b12-0ac9-4d49-83d5-c387eddc0a53} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14117 | 2024.08.06 04:06:37.136383 [ 3 ] {684e1b12-0ac9-4d49-83d5-c387eddc0a53} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.002286 sec., 1312.3359580052495 rows/sec., 2.35 MiB/sec. | ||
14118 | 2024.08.06 04:06:37.136598 [ 3 ] {684e1b12-0ac9-4d49-83d5-c387eddc0a53} <Debug> DynamicQueryHandler: Done processing query | ||
14119 | 2024.08.06 04:06:37.136622 [ 3 ] {684e1b12-0ac9-4d49-83d5-c387eddc0a53} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14120 | 2024.08.06 04:06:37.136638 [ 3 ] {} <Debug> HTTP-Session: fd726a07-51b7-4313-8d51-05404b5018ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14121 | 2024.08.06 04:06:37.136776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14122 | 2024.08.06 04:06:37.136826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14123 | 2024.08.06 04:06:37.136846 [ 3 ] {} <Debug> HTTP-Session: 81ed481c-6ff1-44c6-adf1-afc1fd8a8068 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14124 | 2024.08.06 04:06:37.136863 [ 3 ] {} <Debug> HTTP-Session: 81ed481c-6ff1-44c6-adf1-afc1fd8a8068 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14125 | 2024.08.06 04:06:37.136877 [ 3 ] {} <Debug> HTTP-Session: 81ed481c-6ff1-44c6-adf1-afc1fd8a8068 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14126 | 2024.08.06 04:06:37.136913 [ 3 ] {} <Trace> HTTP-Session: 81ed481c-6ff1-44c6-adf1-afc1fd8a8068 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14127 | 2024.08.06 04:06:37.137030 [ 3 ] {b02e8896-4ad5-4128-a9bc-8e3866efe2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14128 | 2024.08.06 04:06:37.137075 [ 3 ] {b02e8896-4ad5-4128-a9bc-8e3866efe2f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14129 | 2024.08.06 04:06:37.137203 [ 3 ] {b02e8896-4ad5-4128-a9bc-8e3866efe2f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14130 | 2024.08.06 04:06:37.137539 [ 3 ] {b02e8896-4ad5-4128-a9bc-8e3866efe2f3} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14131 | 2024.08.06 04:06:37.137580 [ 3 ] {b02e8896-4ad5-4128-a9bc-8e3866efe2f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14132 | 2024.08.06 04:06:37.137960 [ 3 ] {b02e8896-4ad5-4128-a9bc-8e3866efe2f3} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14133 | 2024.08.06 04:06:37.138299 [ 3 ] {b02e8896-4ad5-4128-a9bc-8e3866efe2f3} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14134 | 2024.08.06 04:06:37.138452 [ 3 ] {b02e8896-4ad5-4128-a9bc-8e3866efe2f3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001453 sec., 41293.87474191328 rows/sec., 2.78 MiB/sec. | ||
14135 | 2024.08.06 04:06:37.138691 [ 3 ] {b02e8896-4ad5-4128-a9bc-8e3866efe2f3} <Debug> DynamicQueryHandler: Done processing query | ||
14136 | 2024.08.06 04:06:37.138754 [ 3 ] {b02e8896-4ad5-4128-a9bc-8e3866efe2f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14137 | 2024.08.06 04:06:37.138803 [ 3 ] {} <Debug> HTTP-Session: 81ed481c-6ff1-44c6-adf1-afc1fd8a8068 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14138 | 2024.08.06 04:06:42.130183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 6348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14139 | 2024.08.06 04:06:42.130315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14140 | 2024.08.06 04:06:42.130344 [ 3 ] {} <Debug> HTTP-Session: 95f41ddc-6938-4e54-a57b-14fa98d6f5dd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14141 | 2024.08.06 04:06:42.130372 [ 3 ] {} <Debug> HTTP-Session: 95f41ddc-6938-4e54-a57b-14fa98d6f5dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14142 | 2024.08.06 04:06:42.130390 [ 3 ] {} <Debug> HTTP-Session: 95f41ddc-6938-4e54-a57b-14fa98d6f5dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14143 | 2024.08.06 04:06:42.130443 [ 3 ] {} <Trace> HTTP-Session: 95f41ddc-6938-4e54-a57b-14fa98d6f5dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14144 | 2024.08.06 04:06:42.130652 [ 3 ] {f5b0b056-a07f-4686-aa35-a5e29d496188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14145 | 2024.08.06 04:06:42.130723 [ 3 ] {f5b0b056-a07f-4686-aa35-a5e29d496188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14146 | 2024.08.06 04:06:42.130941 [ 3 ] {f5b0b056-a07f-4686-aa35-a5e29d496188} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14147 | 2024.08.06 04:06:42.131419 [ 3 ] {f5b0b056-a07f-4686-aa35-a5e29d496188} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14148 | 2024.08.06 04:06:42.131457 [ 3 ] {f5b0b056-a07f-4686-aa35-a5e29d496188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14149 | 2024.08.06 04:06:42.131822 [ 3 ] {f5b0b056-a07f-4686-aa35-a5e29d496188} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14150 | 2024.08.06 04:06:42.132157 [ 3 ] {f5b0b056-a07f-4686-aa35-a5e29d496188} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14151 | 2024.08.06 04:06:42.132300 [ 3 ] {f5b0b056-a07f-4686-aa35-a5e29d496188} <Debug> executeQuery: Read 45 rows, 3.50 KiB in 0.001721 sec., 26147.588611272513 rows/sec., 1.99 MiB/sec. | ||
14152 | 2024.08.06 04:06:42.132311 [ 36 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14153 | 2024.08.06 04:06:42.132368 [ 36 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14154 | 2024.08.06 04:06:42.132405 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14155 | 2024.08.06 04:06:42.132536 [ 3 ] {f5b0b056-a07f-4686-aa35-a5e29d496188} <Debug> DynamicQueryHandler: Done processing query | ||
14156 | 2024.08.06 04:06:42.132584 [ 3 ] {f5b0b056-a07f-4686-aa35-a5e29d496188} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14157 | 2024.08.06 04:06:42.132606 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
14158 | 2024.08.06 04:06:42.132621 [ 3 ] {} <Debug> HTTP-Session: 95f41ddc-6938-4e54-a57b-14fa98d6f5dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14159 | 2024.08.06 04:06:42.132820 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14160 | 2024.08.06 04:06:42.132881 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 39 rows starting from the beginning of the part | ||
14161 | 2024.08.06 04:06:42.132916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 41925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14162 | 2024.08.06 04:06:42.133037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14163 | 2024.08.06 04:06:42.133103 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 36 rows starting from the beginning of the part | ||
14164 | 2024.08.06 04:06:42.133117 [ 3 ] {} <Debug> HTTP-Session: f294170a-e035-4ccb-bfef-3581e3e8cd26 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14165 | 2024.08.06 04:06:42.133200 [ 3 ] {} <Debug> HTTP-Session: f294170a-e035-4ccb-bfef-3581e3e8cd26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14166 | 2024.08.06 04:06:42.133273 [ 3 ] {} <Debug> HTTP-Session: f294170a-e035-4ccb-bfef-3581e3e8cd26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14167 | 2024.08.06 04:06:42.133440 [ 3 ] {} <Trace> HTTP-Session: f294170a-e035-4ccb-bfef-3581e3e8cd26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14168 | 2024.08.06 04:06:42.133459 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 3 rows starting from the beginning of the part | ||
14169 | 2024.08.06 04:06:42.133768 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 36 rows starting from the beginning of the part | ||
14170 | 2024.08.06 04:06:42.133913 [ 3 ] {a105aeed-1f1d-4836-bbe9-446179e7612a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14171 | 2024.08.06 04:06:42.134101 [ 3 ] {a105aeed-1f1d-4836-bbe9-446179e7612a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14172 | 2024.08.06 04:06:42.134115 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 3 rows starting from the beginning of the part | ||
14173 | 2024.08.06 04:06:42.134460 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 45 rows starting from the beginning of the part | ||
14174 | 2024.08.06 04:06:42.135268 [ 3 ] {a105aeed-1f1d-4836-bbe9-446179e7612a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14175 | 2024.08.06 04:06:42.136365 [ 3 ] {a105aeed-1f1d-4836-bbe9-446179e7612a} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14176 | 2024.08.06 04:06:42.136431 [ 3 ] {a105aeed-1f1d-4836-bbe9-446179e7612a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14177 | 2024.08.06 04:06:42.137129 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 4 columns (4 merged, 0 gathered) in 0.004640839 sec., 34907.48116881452 rows/sec., 2.64 MiB/sec. | ||
14178 | 2024.08.06 04:06:42.137243 [ 3 ] {a105aeed-1f1d-4836-bbe9-446179e7612a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14179 | 2024.08.06 04:06:42.137300 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14180 | 2024.08.06 04:06:42.137925 [ 3 ] {a105aeed-1f1d-4836-bbe9-446179e7612a} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14181 | 2024.08.06 04:06:42.138072 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_71_14} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14182 | 2024.08.06 04:06:42.138233 [ 3 ] {a105aeed-1f1d-4836-bbe9-446179e7612a} <Debug> executeQuery: Read 278 rows, 25.02 KiB in 0.004571 sec., 60818.20170640997 rows/sec., 5.35 MiB/sec. | ||
14183 | 2024.08.06 04:06:42.138314 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_71_14} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14184 | 2024.08.06 04:06:42.138492 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
14185 | 2024.08.06 04:06:42.138572 [ 3 ] {a105aeed-1f1d-4836-bbe9-446179e7612a} <Debug> DynamicQueryHandler: Done processing query | ||
14186 | 2024.08.06 04:06:42.138602 [ 3 ] {a105aeed-1f1d-4836-bbe9-446179e7612a} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
14187 | 2024.08.06 04:06:42.138618 [ 3 ] {} <Debug> HTTP-Session: f294170a-e035-4ccb-bfef-3581e3e8cd26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14188 | 2024.08.06 04:06:42.138848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 69228, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14189 | 2024.08.06 04:06:42.138905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14190 | 2024.08.06 04:06:42.138925 [ 3 ] {} <Debug> HTTP-Session: b2931e42-e201-48b4-8e90-025f94b1a5e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14191 | 2024.08.06 04:06:42.138942 [ 3 ] {} <Debug> HTTP-Session: b2931e42-e201-48b4-8e90-025f94b1a5e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14192 | 2024.08.06 04:06:42.138956 [ 3 ] {} <Debug> HTTP-Session: b2931e42-e201-48b4-8e90-025f94b1a5e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14193 | 2024.08.06 04:06:42.138988 [ 3 ] {} <Trace> HTTP-Session: b2931e42-e201-48b4-8e90-025f94b1a5e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14194 | 2024.08.06 04:06:42.139239 [ 3 ] {addcbb8f-3bb0-44b5-9466-8991d9e15bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14195 | 2024.08.06 04:06:42.139283 [ 3 ] {addcbb8f-3bb0-44b5-9466-8991d9e15bb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14196 | 2024.08.06 04:06:42.139426 [ 3 ] {addcbb8f-3bb0-44b5-9466-8991d9e15bb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14197 | 2024.08.06 04:06:42.140064 [ 3 ] {addcbb8f-3bb0-44b5-9466-8991d9e15bb7} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14198 | 2024.08.06 04:06:42.140104 [ 3 ] {addcbb8f-3bb0-44b5-9466-8991d9e15bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14199 | 2024.08.06 04:06:42.140525 [ 3 ] {addcbb8f-3bb0-44b5-9466-8991d9e15bb7} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14200 | 2024.08.06 04:06:42.140912 [ 3 ] {addcbb8f-3bb0-44b5-9466-8991d9e15bb7} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14201 | 2024.08.06 04:06:42.141071 [ 3 ] {addcbb8f-3bb0-44b5-9466-8991d9e15bb7} <Debug> executeQuery: Read 427 rows, 31.11 KiB in 0.001967 sec., 217081.85053380782 rows/sec., 15.44 MiB/sec. | ||
14202 | 2024.08.06 04:06:42.141258 [ 3 ] {addcbb8f-3bb0-44b5-9466-8991d9e15bb7} <Debug> DynamicQueryHandler: Done processing query | ||
14203 | 2024.08.06 04:06:42.141282 [ 3 ] {addcbb8f-3bb0-44b5-9466-8991d9e15bb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
14204 | 2024.08.06 04:06:42.141298 [ 3 ] {} <Debug> HTTP-Session: b2931e42-e201-48b4-8e90-025f94b1a5e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14205 | 2024.08.06 04:06:42.141434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14206 | 2024.08.06 04:06:42.141484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14207 | 2024.08.06 04:06:42.141503 [ 3 ] {} <Debug> HTTP-Session: a74c9e69-f199-4e2e-98f7-c7a0de8cb4e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14208 | 2024.08.06 04:06:42.141520 [ 3 ] {} <Debug> HTTP-Session: a74c9e69-f199-4e2e-98f7-c7a0de8cb4e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14209 | 2024.08.06 04:06:42.141535 [ 3 ] {} <Debug> HTTP-Session: a74c9e69-f199-4e2e-98f7-c7a0de8cb4e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14210 | 2024.08.06 04:06:42.141565 [ 3 ] {} <Trace> HTTP-Session: a74c9e69-f199-4e2e-98f7-c7a0de8cb4e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14211 | 2024.08.06 04:06:42.141661 [ 3 ] {c467b6de-af94-45b8-bb91-ae01e1ae1c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14212 | 2024.08.06 04:06:42.141707 [ 3 ] {c467b6de-af94-45b8-bb91-ae01e1ae1c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14213 | 2024.08.06 04:06:42.141846 [ 3 ] {c467b6de-af94-45b8-bb91-ae01e1ae1c8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14214 | 2024.08.06 04:06:42.142169 [ 3 ] {c467b6de-af94-45b8-bb91-ae01e1ae1c8d} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14215 | 2024.08.06 04:06:42.142207 [ 3 ] {c467b6de-af94-45b8-bb91-ae01e1ae1c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14216 | 2024.08.06 04:06:42.142570 [ 3 ] {c467b6de-af94-45b8-bb91-ae01e1ae1c8d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
14217 | 2024.08.06 04:06:42.142896 [ 3 ] {c467b6de-af94-45b8-bb91-ae01e1ae1c8d} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14218 | 2024.08.06 04:06:42.143026 [ 3 ] {c467b6de-af94-45b8-bb91-ae01e1ae1c8d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001389 sec., 4319.654427645788 rows/sec., 185.61 KiB/sec. | ||
14219 | 2024.08.06 04:06:42.143303 [ 3 ] {c467b6de-af94-45b8-bb91-ae01e1ae1c8d} <Debug> DynamicQueryHandler: Done processing query | ||
14220 | 2024.08.06 04:06:42.143346 [ 3 ] {c467b6de-af94-45b8-bb91-ae01e1ae1c8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14221 | 2024.08.06 04:06:42.143362 [ 3 ] {} <Debug> HTTP-Session: a74c9e69-f199-4e2e-98f7-c7a0de8cb4e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14222 | 2024.08.06 04:06:42.143475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14223 | 2024.08.06 04:06:42.143524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14224 | 2024.08.06 04:06:42.143543 [ 3 ] {} <Debug> HTTP-Session: a810e801-bb4f-4729-8d12-632b34dfbda9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14225 | 2024.08.06 04:06:42.143560 [ 3 ] {} <Debug> HTTP-Session: a810e801-bb4f-4729-8d12-632b34dfbda9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14226 | 2024.08.06 04:06:42.143574 [ 3 ] {} <Debug> HTTP-Session: a810e801-bb4f-4729-8d12-632b34dfbda9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14227 | 2024.08.06 04:06:42.143605 [ 3 ] {} <Trace> HTTP-Session: a810e801-bb4f-4729-8d12-632b34dfbda9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14228 | 2024.08.06 04:06:42.143723 [ 3 ] {094f2869-e31c-4860-998c-5371d06aa4d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
14229 | 2024.08.06 04:06:42.143772 [ 3 ] {094f2869-e31c-4860-998c-5371d06aa4d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
14230 | 2024.08.06 04:06:42.143931 [ 3 ] {094f2869-e31c-4860-998c-5371d06aa4d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14231 | 2024.08.06 04:06:42.144265 [ 3 ] {094f2869-e31c-4860-998c-5371d06aa4d9} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14232 | 2024.08.06 04:06:42.144302 [ 3 ] {094f2869-e31c-4860-998c-5371d06aa4d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14233 | 2024.08.06 04:06:42.144667 [ 3 ] {094f2869-e31c-4860-998c-5371d06aa4d9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
14234 | 2024.08.06 04:06:42.145011 [ 3 ] {094f2869-e31c-4860-998c-5371d06aa4d9} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14235 | 2024.08.06 04:06:42.145155 [ 3 ] {094f2869-e31c-4860-998c-5371d06aa4d9} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001471 sec., 52345.34330387491 rows/sec., 3.22 MiB/sec. | ||
14236 | 2024.08.06 04:06:42.145456 [ 3 ] {094f2869-e31c-4860-998c-5371d06aa4d9} <Debug> DynamicQueryHandler: Done processing query | ||
14237 | 2024.08.06 04:06:42.145500 [ 3 ] {094f2869-e31c-4860-998c-5371d06aa4d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14238 | 2024.08.06 04:06:42.145523 [ 3 ] {} <Debug> HTTP-Session: a810e801-bb4f-4729-8d12-632b34dfbda9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14239 | 2024.08.06 04:06:42.145725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14240 | 2024.08.06 04:06:42.145788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14241 | 2024.08.06 04:06:42.145812 [ 3 ] {} <Debug> HTTP-Session: a0376539-1df6-4640-a171-156c4659fff1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14242 | 2024.08.06 04:06:42.145833 [ 3 ] {} <Debug> HTTP-Session: a0376539-1df6-4640-a171-156c4659fff1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14243 | 2024.08.06 04:06:42.145850 [ 3 ] {} <Debug> HTTP-Session: a0376539-1df6-4640-a171-156c4659fff1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14244 | 2024.08.06 04:06:42.145890 [ 3 ] {} <Trace> HTTP-Session: a0376539-1df6-4640-a171-156c4659fff1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14245 | 2024.08.06 04:06:42.146098 [ 3 ] {c27da0ab-bc13-4099-a95e-3040f9128dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14246 | 2024.08.06 04:06:42.146156 [ 3 ] {c27da0ab-bc13-4099-a95e-3040f9128dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14247 | 2024.08.06 04:06:42.146333 [ 3 ] {c27da0ab-bc13-4099-a95e-3040f9128dd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14248 | 2024.08.06 04:06:42.146789 [ 3 ] {c27da0ab-bc13-4099-a95e-3040f9128dd1} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14249 | 2024.08.06 04:06:42.146826 [ 3 ] {c27da0ab-bc13-4099-a95e-3040f9128dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14250 | 2024.08.06 04:06:42.147220 [ 3 ] {c27da0ab-bc13-4099-a95e-3040f9128dd1} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14251 | 2024.08.06 04:06:42.147577 [ 3 ] {c27da0ab-bc13-4099-a95e-3040f9128dd1} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14252 | 2024.08.06 04:06:42.147735 [ 3 ] {c27da0ab-bc13-4099-a95e-3040f9128dd1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001741 sec., 91901.20620333143 rows/sec., 6.40 MiB/sec. | ||
14253 | 2024.08.06 04:06:42.147977 [ 3 ] {c27da0ab-bc13-4099-a95e-3040f9128dd1} <Debug> DynamicQueryHandler: Done processing query | ||
14254 | 2024.08.06 04:06:42.148039 [ 3 ] {c27da0ab-bc13-4099-a95e-3040f9128dd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14255 | 2024.08.06 04:06:42.148101 [ 3 ] {} <Debug> HTTP-Session: a0376539-1df6-4640-a171-156c4659fff1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14256 | 2024.08.06 04:06:42.148312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 62696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14257 | 2024.08.06 04:06:42.148364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14258 | 2024.08.06 04:06:42.148383 [ 3 ] {} <Debug> HTTP-Session: 721a049b-0600-4a4e-8eb1-3d08f7a51614 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14259 | 2024.08.06 04:06:42.148400 [ 3 ] {} <Debug> HTTP-Session: 721a049b-0600-4a4e-8eb1-3d08f7a51614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14260 | 2024.08.06 04:06:42.148414 [ 3 ] {} <Debug> HTTP-Session: 721a049b-0600-4a4e-8eb1-3d08f7a51614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14261 | 2024.08.06 04:06:42.148446 [ 3 ] {} <Trace> HTTP-Session: 721a049b-0600-4a4e-8eb1-3d08f7a51614 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14262 | 2024.08.06 04:06:42.148835 [ 3 ] {d1a8c6e5-162a-425c-b3d1-c26eab1b48ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14263 | 2024.08.06 04:06:42.148910 [ 3 ] {d1a8c6e5-162a-425c-b3d1-c26eab1b48ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14264 | 2024.08.06 04:06:42.149341 [ 3 ] {d1a8c6e5-162a-425c-b3d1-c26eab1b48ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14265 | 2024.08.06 04:06:42.150052 [ 3 ] {d1a8c6e5-162a-425c-b3d1-c26eab1b48ec} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14266 | 2024.08.06 04:06:42.150089 [ 3 ] {d1a8c6e5-162a-425c-b3d1-c26eab1b48ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14267 | 2024.08.06 04:06:42.150714 [ 3 ] {d1a8c6e5-162a-425c-b3d1-c26eab1b48ec} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
14268 | 2024.08.06 04:06:42.151134 [ 3 ] {d1a8c6e5-162a-425c-b3d1-c26eab1b48ec} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14269 | 2024.08.06 04:06:42.151326 [ 3 ] {d1a8c6e5-162a-425c-b3d1-c26eab1b48ec} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002785 sec., 14003.59066427289 rows/sec., 25.09 MiB/sec. | ||
14270 | 2024.08.06 04:06:42.151526 [ 3 ] {d1a8c6e5-162a-425c-b3d1-c26eab1b48ec} <Debug> DynamicQueryHandler: Done processing query | ||
14271 | 2024.08.06 04:06:42.151551 [ 3 ] {d1a8c6e5-162a-425c-b3d1-c26eab1b48ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
14272 | 2024.08.06 04:06:42.151567 [ 3 ] {} <Debug> HTTP-Session: 721a049b-0600-4a4e-8eb1-3d08f7a51614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14273 | 2024.08.06 04:06:42.151699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4700, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14274 | 2024.08.06 04:06:42.151745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14275 | 2024.08.06 04:06:42.151764 [ 3 ] {} <Debug> HTTP-Session: 9a5a76d1-d180-4a4f-96ef-86af8954f91a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14276 | 2024.08.06 04:06:42.151782 [ 3 ] {} <Debug> HTTP-Session: 9a5a76d1-d180-4a4f-96ef-86af8954f91a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14277 | 2024.08.06 04:06:42.151796 [ 3 ] {} <Debug> HTTP-Session: 9a5a76d1-d180-4a4f-96ef-86af8954f91a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14278 | 2024.08.06 04:06:42.151827 [ 3 ] {} <Trace> HTTP-Session: 9a5a76d1-d180-4a4f-96ef-86af8954f91a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14279 | 2024.08.06 04:06:42.151933 [ 3 ] {139fcfa6-ef18-41c3-91e7-d07242c4b1b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14280 | 2024.08.06 04:06:42.151978 [ 3 ] {139fcfa6-ef18-41c3-91e7-d07242c4b1b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14281 | 2024.08.06 04:06:42.152105 [ 3 ] {139fcfa6-ef18-41c3-91e7-d07242c4b1b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14282 | 2024.08.06 04:06:42.152381 [ 3 ] {139fcfa6-ef18-41c3-91e7-d07242c4b1b3} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14283 | 2024.08.06 04:06:42.152418 [ 3 ] {139fcfa6-ef18-41c3-91e7-d07242c4b1b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14284 | 2024.08.06 04:06:42.152788 [ 3 ] {139fcfa6-ef18-41c3-91e7-d07242c4b1b3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
14285 | 2024.08.06 04:06:42.153133 [ 3 ] {139fcfa6-ef18-41c3-91e7-d07242c4b1b3} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14286 | 2024.08.06 04:06:42.153297 [ 3 ] {139fcfa6-ef18-41c3-91e7-d07242c4b1b3} <Debug> executeQuery: Read 32 rows, 1.94 KiB in 0.001387 sec., 23071.377072819036 rows/sec., 1.36 MiB/sec. | ||
14287 | 2024.08.06 04:06:42.153489 [ 3 ] {139fcfa6-ef18-41c3-91e7-d07242c4b1b3} <Debug> DynamicQueryHandler: Done processing query | ||
14288 | 2024.08.06 04:06:42.153523 [ 3 ] {139fcfa6-ef18-41c3-91e7-d07242c4b1b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14289 | 2024.08.06 04:06:42.153544 [ 3 ] {} <Debug> HTTP-Session: 9a5a76d1-d180-4a4f-96ef-86af8954f91a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14290 | 2024.08.06 04:06:42.153671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14291 | 2024.08.06 04:06:42.153718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14292 | 2024.08.06 04:06:42.153736 [ 3 ] {} <Debug> HTTP-Session: f1dde03e-a9ad-4ea2-b971-1afa5594c86f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14293 | 2024.08.06 04:06:42.153752 [ 3 ] {} <Debug> HTTP-Session: f1dde03e-a9ad-4ea2-b971-1afa5594c86f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14294 | 2024.08.06 04:06:42.153766 [ 3 ] {} <Debug> HTTP-Session: f1dde03e-a9ad-4ea2-b971-1afa5594c86f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14295 | 2024.08.06 04:06:42.153825 [ 3 ] {} <Trace> HTTP-Session: f1dde03e-a9ad-4ea2-b971-1afa5594c86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14296 | 2024.08.06 04:06:42.153937 [ 3 ] {0569c03a-427f-4b53-a6ac-930a390b87c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14297 | 2024.08.06 04:06:42.153982 [ 3 ] {0569c03a-427f-4b53-a6ac-930a390b87c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14298 | 2024.08.06 04:06:42.154108 [ 3 ] {0569c03a-427f-4b53-a6ac-930a390b87c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14299 | 2024.08.06 04:06:42.154392 [ 3 ] {0569c03a-427f-4b53-a6ac-930a390b87c6} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14300 | 2024.08.06 04:06:42.154428 [ 3 ] {0569c03a-427f-4b53-a6ac-930a390b87c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14301 | 2024.08.06 04:06:42.154788 [ 3 ] {0569c03a-427f-4b53-a6ac-930a390b87c6} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14302 | 2024.08.06 04:06:42.155119 [ 3 ] {0569c03a-427f-4b53-a6ac-930a390b87c6} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14303 | 2024.08.06 04:06:42.155278 [ 3 ] {0569c03a-427f-4b53-a6ac-930a390b87c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
14304 | 2024.08.06 04:06:42.155553 [ 3 ] {0569c03a-427f-4b53-a6ac-930a390b87c6} <Debug> DynamicQueryHandler: Done processing query | ||
14305 | 2024.08.06 04:06:42.155621 [ 3 ] {0569c03a-427f-4b53-a6ac-930a390b87c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14306 | 2024.08.06 04:06:42.155689 [ 3 ] {} <Debug> HTTP-Session: f1dde03e-a9ad-4ea2-b971-1afa5594c86f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14307 | 2024.08.06 04:06:47.126248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14308 | 2024.08.06 04:06:47.126391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14309 | 2024.08.06 04:06:47.126420 [ 3 ] {} <Debug> HTTP-Session: c9bf595e-2c2d-49e2-a24e-578dd8872d42 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14310 | 2024.08.06 04:06:47.126448 [ 3 ] {} <Debug> HTTP-Session: c9bf595e-2c2d-49e2-a24e-578dd8872d42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14311 | 2024.08.06 04:06:47.126465 [ 3 ] {} <Debug> HTTP-Session: c9bf595e-2c2d-49e2-a24e-578dd8872d42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14312 | 2024.08.06 04:06:47.126522 [ 3 ] {} <Trace> HTTP-Session: c9bf595e-2c2d-49e2-a24e-578dd8872d42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14313 | 2024.08.06 04:06:47.126729 [ 3 ] {9625ee50-c057-4078-9cbb-a86f49342a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14314 | 2024.08.06 04:06:47.126805 [ 3 ] {9625ee50-c057-4078-9cbb-a86f49342a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14315 | 2024.08.06 04:06:47.127029 [ 3 ] {9625ee50-c057-4078-9cbb-a86f49342a7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14316 | 2024.08.06 04:06:47.127450 [ 3 ] {9625ee50-c057-4078-9cbb-a86f49342a7d} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14317 | 2024.08.06 04:06:47.127492 [ 3 ] {9625ee50-c057-4078-9cbb-a86f49342a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14318 | 2024.08.06 04:06:47.127863 [ 3 ] {9625ee50-c057-4078-9cbb-a86f49342a7d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14319 | 2024.08.06 04:06:47.128215 [ 3 ] {9625ee50-c057-4078-9cbb-a86f49342a7d} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14320 | 2024.08.06 04:06:47.128381 [ 3 ] {9625ee50-c057-4078-9cbb-a86f49342a7d} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001711 sec., 1753.3606078316773 rows/sec., 142.12 KiB/sec. | ||
14321 | 2024.08.06 04:06:47.128643 [ 3 ] {9625ee50-c057-4078-9cbb-a86f49342a7d} <Debug> DynamicQueryHandler: Done processing query | ||
14322 | 2024.08.06 04:06:47.128710 [ 3 ] {9625ee50-c057-4078-9cbb-a86f49342a7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14323 | 2024.08.06 04:06:47.128772 [ 3 ] {} <Debug> HTTP-Session: c9bf595e-2c2d-49e2-a24e-578dd8872d42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14324 | 2024.08.06 04:06:47.128985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14325 | 2024.08.06 04:06:47.129038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14326 | 2024.08.06 04:06:47.129057 [ 3 ] {} <Debug> HTTP-Session: 728c9cb5-bc0b-4387-b9eb-1d529bb1c516 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14327 | 2024.08.06 04:06:47.129076 [ 3 ] {} <Debug> HTTP-Session: 728c9cb5-bc0b-4387-b9eb-1d529bb1c516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14328 | 2024.08.06 04:06:47.129089 [ 3 ] {} <Debug> HTTP-Session: 728c9cb5-bc0b-4387-b9eb-1d529bb1c516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14329 | 2024.08.06 04:06:47.129122 [ 3 ] {} <Trace> HTTP-Session: 728c9cb5-bc0b-4387-b9eb-1d529bb1c516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14330 | 2024.08.06 04:06:47.129266 [ 3 ] {72840ee1-962c-4de9-93dd-48878081c4c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14331 | 2024.08.06 04:06:47.129313 [ 3 ] {72840ee1-962c-4de9-93dd-48878081c4c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14332 | 2024.08.06 04:06:47.129460 [ 3 ] {72840ee1-962c-4de9-93dd-48878081c4c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14333 | 2024.08.06 04:06:47.129825 [ 3 ] {72840ee1-962c-4de9-93dd-48878081c4c0} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14334 | 2024.08.06 04:06:47.129864 [ 3 ] {72840ee1-962c-4de9-93dd-48878081c4c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14335 | 2024.08.06 04:06:47.130188 [ 3 ] {72840ee1-962c-4de9-93dd-48878081c4c0} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14336 | 2024.08.06 04:06:47.130509 [ 3 ] {72840ee1-962c-4de9-93dd-48878081c4c0} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14337 | 2024.08.06 04:06:47.130663 [ 3 ] {72840ee1-962c-4de9-93dd-48878081c4c0} <Debug> executeQuery: Read 101 rows, 7.98 KiB in 0.001443 sec., 69993.06999306999 rows/sec., 5.40 MiB/sec. | ||
14338 | 2024.08.06 04:06:47.130927 [ 3 ] {72840ee1-962c-4de9-93dd-48878081c4c0} <Debug> DynamicQueryHandler: Done processing query | ||
14339 | 2024.08.06 04:06:47.130990 [ 3 ] {72840ee1-962c-4de9-93dd-48878081c4c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14340 | 2024.08.06 04:06:47.131050 [ 3 ] {} <Debug> HTTP-Session: 728c9cb5-bc0b-4387-b9eb-1d529bb1c516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14341 | 2024.08.06 04:06:47.131258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 15415, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14342 | 2024.08.06 04:06:47.131308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14343 | 2024.08.06 04:06:47.131327 [ 3 ] {} <Debug> HTTP-Session: 95bd98d4-5e81-4c13-8e0e-c07a19c894cf Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14344 | 2024.08.06 04:06:47.131343 [ 3 ] {} <Debug> HTTP-Session: 95bd98d4-5e81-4c13-8e0e-c07a19c894cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14345 | 2024.08.06 04:06:47.131357 [ 3 ] {} <Debug> HTTP-Session: 95bd98d4-5e81-4c13-8e0e-c07a19c894cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14346 | 2024.08.06 04:06:47.131388 [ 3 ] {} <Trace> HTTP-Session: 95bd98d4-5e81-4c13-8e0e-c07a19c894cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14347 | 2024.08.06 04:06:47.131517 [ 3 ] {5f75bd19-b80a-4cc9-a6b8-c0c87349079e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14348 | 2024.08.06 04:06:47.131562 [ 3 ] {5f75bd19-b80a-4cc9-a6b8-c0c87349079e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14349 | 2024.08.06 04:06:47.131711 [ 3 ] {5f75bd19-b80a-4cc9-a6b8-c0c87349079e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14350 | 2024.08.06 04:06:47.132072 [ 3 ] {5f75bd19-b80a-4cc9-a6b8-c0c87349079e} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14351 | 2024.08.06 04:06:47.132110 [ 3 ] {5f75bd19-b80a-4cc9-a6b8-c0c87349079e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14352 | 2024.08.06 04:06:47.132426 [ 3 ] {5f75bd19-b80a-4cc9-a6b8-c0c87349079e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14353 | 2024.08.06 04:06:47.132744 [ 3 ] {5f75bd19-b80a-4cc9-a6b8-c0c87349079e} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14354 | 2024.08.06 04:06:47.132892 [ 3 ] {5f75bd19-b80a-4cc9-a6b8-c0c87349079e} <Debug> executeQuery: Read 91 rows, 7.25 KiB in 0.001419 sec., 64129.66878083158 rows/sec., 4.99 MiB/sec. | ||
14355 | 2024.08.06 04:06:47.133057 [ 3 ] {5f75bd19-b80a-4cc9-a6b8-c0c87349079e} <Debug> DynamicQueryHandler: Done processing query | ||
14356 | 2024.08.06 04:06:47.133082 [ 3 ] {5f75bd19-b80a-4cc9-a6b8-c0c87349079e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
14357 | 2024.08.06 04:06:47.133097 [ 3 ] {} <Debug> HTTP-Session: 95bd98d4-5e81-4c13-8e0e-c07a19c894cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14358 | 2024.08.06 04:06:47.133334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37548, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14359 | 2024.08.06 04:06:47.133383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14360 | 2024.08.06 04:06:47.133402 [ 3 ] {} <Debug> HTTP-Session: d0a7e534-95b7-43ae-9ff5-f46cfba50a0a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14361 | 2024.08.06 04:06:47.133418 [ 3 ] {} <Debug> HTTP-Session: d0a7e534-95b7-43ae-9ff5-f46cfba50a0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14362 | 2024.08.06 04:06:47.133432 [ 3 ] {} <Debug> HTTP-Session: d0a7e534-95b7-43ae-9ff5-f46cfba50a0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14363 | 2024.08.06 04:06:47.133464 [ 3 ] {} <Trace> HTTP-Session: d0a7e534-95b7-43ae-9ff5-f46cfba50a0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14364 | 2024.08.06 04:06:47.133639 [ 3 ] {c78e9429-2b1f-4bd6-9e5f-a494e8cfb9f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14365 | 2024.08.06 04:06:47.133688 [ 3 ] {c78e9429-2b1f-4bd6-9e5f-a494e8cfb9f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14366 | 2024.08.06 04:06:47.133832 [ 3 ] {c78e9429-2b1f-4bd6-9e5f-a494e8cfb9f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14367 | 2024.08.06 04:06:47.134233 [ 3 ] {c78e9429-2b1f-4bd6-9e5f-a494e8cfb9f2} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14368 | 2024.08.06 04:06:47.134271 [ 3 ] {c78e9429-2b1f-4bd6-9e5f-a494e8cfb9f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14369 | 2024.08.06 04:06:47.134672 [ 3 ] {c78e9429-2b1f-4bd6-9e5f-a494e8cfb9f2} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14370 | 2024.08.06 04:06:47.135028 [ 3 ] {c78e9429-2b1f-4bd6-9e5f-a494e8cfb9f2} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14371 | 2024.08.06 04:06:47.135179 [ 3 ] {c78e9429-2b1f-4bd6-9e5f-a494e8cfb9f2} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001628 sec., 120393.12039312038 rows/sec., 8.41 MiB/sec. | ||
14372 | 2024.08.06 04:06:47.135342 [ 3 ] {c78e9429-2b1f-4bd6-9e5f-a494e8cfb9f2} <Debug> DynamicQueryHandler: Done processing query | ||
14373 | 2024.08.06 04:06:47.135367 [ 3 ] {c78e9429-2b1f-4bd6-9e5f-a494e8cfb9f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
14374 | 2024.08.06 04:06:47.135384 [ 3 ] {} <Debug> HTTP-Session: d0a7e534-95b7-43ae-9ff5-f46cfba50a0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14375 | 2024.08.06 04:06:47.135519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14376 | 2024.08.06 04:06:47.135568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14377 | 2024.08.06 04:06:47.135586 [ 3 ] {} <Debug> HTTP-Session: 4c395d54-ef3d-4cb3-8f26-b401a0eeed90 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14378 | 2024.08.06 04:06:47.135604 [ 3 ] {} <Debug> HTTP-Session: 4c395d54-ef3d-4cb3-8f26-b401a0eeed90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14379 | 2024.08.06 04:06:47.135617 [ 3 ] {} <Debug> HTTP-Session: 4c395d54-ef3d-4cb3-8f26-b401a0eeed90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14380 | 2024.08.06 04:06:47.135648 [ 3 ] {} <Trace> HTTP-Session: 4c395d54-ef3d-4cb3-8f26-b401a0eeed90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14381 | 2024.08.06 04:06:47.135783 [ 3 ] {28ebffd8-0aa7-4e69-9b57-31fa196822f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14382 | 2024.08.06 04:06:47.135849 [ 3 ] {28ebffd8-0aa7-4e69-9b57-31fa196822f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14383 | 2024.08.06 04:06:47.136262 [ 3 ] {28ebffd8-0aa7-4e69-9b57-31fa196822f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14384 | 2024.08.06 04:06:47.136739 [ 3 ] {28ebffd8-0aa7-4e69-9b57-31fa196822f3} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14385 | 2024.08.06 04:06:47.136776 [ 3 ] {28ebffd8-0aa7-4e69-9b57-31fa196822f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14386 | 2024.08.06 04:06:47.137373 [ 3 ] {28ebffd8-0aa7-4e69-9b57-31fa196822f3} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
14387 | 2024.08.06 04:06:47.137799 [ 3 ] {28ebffd8-0aa7-4e69-9b57-31fa196822f3} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14388 | 2024.08.06 04:06:47.137986 [ 3 ] {28ebffd8-0aa7-4e69-9b57-31fa196822f3} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.002257 sec., 1329.198050509526 rows/sec., 2.38 MiB/sec. | ||
14389 | 2024.08.06 04:06:47.138204 [ 3 ] {28ebffd8-0aa7-4e69-9b57-31fa196822f3} <Debug> DynamicQueryHandler: Done processing query | ||
14390 | 2024.08.06 04:06:47.138229 [ 3 ] {28ebffd8-0aa7-4e69-9b57-31fa196822f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14391 | 2024.08.06 04:06:47.138245 [ 3 ] {} <Debug> HTTP-Session: 4c395d54-ef3d-4cb3-8f26-b401a0eeed90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14392 | 2024.08.06 04:06:47.138367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14393 | 2024.08.06 04:06:47.138416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14394 | 2024.08.06 04:06:47.138434 [ 3 ] {} <Debug> HTTP-Session: 903b730c-dd75-49c7-a3cc-de9ece5b29c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14395 | 2024.08.06 04:06:47.138451 [ 3 ] {} <Debug> HTTP-Session: 903b730c-dd75-49c7-a3cc-de9ece5b29c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14396 | 2024.08.06 04:06:47.138464 [ 3 ] {} <Debug> HTTP-Session: 903b730c-dd75-49c7-a3cc-de9ece5b29c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14397 | 2024.08.06 04:06:47.138495 [ 3 ] {} <Trace> HTTP-Session: 903b730c-dd75-49c7-a3cc-de9ece5b29c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14398 | 2024.08.06 04:06:47.138609 [ 3 ] {14d30afe-006e-4cd1-9833-7cccdc09eee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14399 | 2024.08.06 04:06:47.138655 [ 3 ] {14d30afe-006e-4cd1-9833-7cccdc09eee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14400 | 2024.08.06 04:06:47.138783 [ 3 ] {14d30afe-006e-4cd1-9833-7cccdc09eee5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14401 | 2024.08.06 04:06:47.139142 [ 3 ] {14d30afe-006e-4cd1-9833-7cccdc09eee5} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14402 | 2024.08.06 04:06:47.139179 [ 3 ] {14d30afe-006e-4cd1-9833-7cccdc09eee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14403 | 2024.08.06 04:06:47.139542 [ 3 ] {14d30afe-006e-4cd1-9833-7cccdc09eee5} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14404 | 2024.08.06 04:06:47.139882 [ 3 ] {14d30afe-006e-4cd1-9833-7cccdc09eee5} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14405 | 2024.08.06 04:06:47.140042 [ 3 ] {14d30afe-006e-4cd1-9833-7cccdc09eee5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. | ||
14406 | 2024.08.06 04:06:47.140206 [ 3 ] {14d30afe-006e-4cd1-9833-7cccdc09eee5} <Debug> DynamicQueryHandler: Done processing query | ||
14407 | 2024.08.06 04:06:47.140232 [ 3 ] {14d30afe-006e-4cd1-9833-7cccdc09eee5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14408 | 2024.08.06 04:06:47.140247 [ 3 ] {} <Debug> HTTP-Session: 903b730c-dd75-49c7-a3cc-de9ece5b29c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14409 | 2024.08.06 04:06:51.020103 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14410 | 2024.08.06 04:06:51.020177 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14411 | 2024.08.06 04:06:52.131342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 7064, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14412 | 2024.08.06 04:06:52.131468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14413 | 2024.08.06 04:06:52.131497 [ 3 ] {} <Debug> HTTP-Session: 67855227-b410-4bb6-a591-c01090cdf2d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14414 | 2024.08.06 04:06:52.131526 [ 3 ] {} <Debug> HTTP-Session: 67855227-b410-4bb6-a591-c01090cdf2d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14415 | 2024.08.06 04:06:52.131544 [ 3 ] {} <Debug> HTTP-Session: 67855227-b410-4bb6-a591-c01090cdf2d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14416 | 2024.08.06 04:06:52.131600 [ 3 ] {} <Trace> HTTP-Session: 67855227-b410-4bb6-a591-c01090cdf2d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14417 | 2024.08.06 04:06:52.131821 [ 3 ] {46157a43-a5be-4365-8f59-9a0e16f4bf65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14418 | 2024.08.06 04:06:52.131898 [ 3 ] {46157a43-a5be-4365-8f59-9a0e16f4bf65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14419 | 2024.08.06 04:06:52.132119 [ 3 ] {46157a43-a5be-4365-8f59-9a0e16f4bf65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14420 | 2024.08.06 04:06:52.132565 [ 3 ] {46157a43-a5be-4365-8f59-9a0e16f4bf65} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14421 | 2024.08.06 04:06:52.132607 [ 3 ] {46157a43-a5be-4365-8f59-9a0e16f4bf65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14422 | 2024.08.06 04:06:52.132972 [ 3 ] {46157a43-a5be-4365-8f59-9a0e16f4bf65} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14423 | 2024.08.06 04:06:52.133329 [ 3 ] {46157a43-a5be-4365-8f59-9a0e16f4bf65} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14424 | 2024.08.06 04:06:52.133500 [ 3 ] {46157a43-a5be-4365-8f59-9a0e16f4bf65} <Debug> executeQuery: Read 50 rows, 3.91 KiB in 0.001752 sec., 28538.812785388127 rows/sec., 2.18 MiB/sec. | ||
14425 | 2024.08.06 04:06:52.133707 [ 3 ] {46157a43-a5be-4365-8f59-9a0e16f4bf65} <Debug> DynamicQueryHandler: Done processing query | ||
14426 | 2024.08.06 04:06:52.133746 [ 3 ] {46157a43-a5be-4365-8f59-9a0e16f4bf65} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14427 | 2024.08.06 04:06:52.133777 [ 3 ] {} <Debug> HTTP-Session: 67855227-b410-4bb6-a591-c01090cdf2d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14428 | 2024.08.06 04:06:52.133926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14429 | 2024.08.06 04:06:52.133975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14430 | 2024.08.06 04:06:52.133995 [ 3 ] {} <Debug> HTTP-Session: 6a20c185-7235-4d62-953c-5fcbf09e3fe4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14431 | 2024.08.06 04:06:52.134012 [ 3 ] {} <Debug> HTTP-Session: 6a20c185-7235-4d62-953c-5fcbf09e3fe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14432 | 2024.08.06 04:06:52.134026 [ 3 ] {} <Debug> HTTP-Session: 6a20c185-7235-4d62-953c-5fcbf09e3fe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14433 | 2024.08.06 04:06:52.134059 [ 3 ] {} <Trace> HTTP-Session: 6a20c185-7235-4d62-953c-5fcbf09e3fe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14434 | 2024.08.06 04:06:52.134152 [ 3 ] {1aa42428-da5c-4299-8f4b-6b3df0462fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14435 | 2024.08.06 04:06:52.134196 [ 3 ] {1aa42428-da5c-4299-8f4b-6b3df0462fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14436 | 2024.08.06 04:06:52.134322 [ 3 ] {1aa42428-da5c-4299-8f4b-6b3df0462fd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14437 | 2024.08.06 04:06:52.134610 [ 3 ] {1aa42428-da5c-4299-8f4b-6b3df0462fd7} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14438 | 2024.08.06 04:06:52.134647 [ 3 ] {1aa42428-da5c-4299-8f4b-6b3df0462fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14439 | 2024.08.06 04:06:52.134952 [ 3 ] {1aa42428-da5c-4299-8f4b-6b3df0462fd7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
14440 | 2024.08.06 04:06:52.135257 [ 3 ] {1aa42428-da5c-4299-8f4b-6b3df0462fd7} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14441 | 2024.08.06 04:06:52.135411 [ 3 ] {1aa42428-da5c-4299-8f4b-6b3df0462fd7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001273 sec., 1571.0919088766693 rows/sec., 128.11 KiB/sec. | ||
14442 | 2024.08.06 04:06:52.135671 [ 3 ] {1aa42428-da5c-4299-8f4b-6b3df0462fd7} <Debug> DynamicQueryHandler: Done processing query | ||
14443 | 2024.08.06 04:06:52.135739 [ 3 ] {1aa42428-da5c-4299-8f4b-6b3df0462fd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14444 | 2024.08.06 04:06:52.135788 [ 3 ] {} <Debug> HTTP-Session: 6a20c185-7235-4d62-953c-5fcbf09e3fe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14445 | 2024.08.06 04:06:52.136031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 44350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14446 | 2024.08.06 04:06:52.136085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14447 | 2024.08.06 04:06:52.136104 [ 3 ] {} <Debug> HTTP-Session: 234913fd-a100-40d9-b6ad-c407e1a5e149 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14448 | 2024.08.06 04:06:52.136120 [ 3 ] {} <Debug> HTTP-Session: 234913fd-a100-40d9-b6ad-c407e1a5e149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14449 | 2024.08.06 04:06:52.136134 [ 3 ] {} <Debug> HTTP-Session: 234913fd-a100-40d9-b6ad-c407e1a5e149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14450 | 2024.08.06 04:06:52.136166 [ 3 ] {} <Trace> HTTP-Session: 234913fd-a100-40d9-b6ad-c407e1a5e149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14451 | 2024.08.06 04:06:52.136348 [ 3 ] {877fa6d6-a830-4959-b47a-976122c13653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14452 | 2024.08.06 04:06:52.136393 [ 3 ] {877fa6d6-a830-4959-b47a-976122c13653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14453 | 2024.08.06 04:06:52.136545 [ 3 ] {877fa6d6-a830-4959-b47a-976122c13653} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14454 | 2024.08.06 04:06:52.137015 [ 3 ] {877fa6d6-a830-4959-b47a-976122c13653} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14455 | 2024.08.06 04:06:52.137052 [ 3 ] {877fa6d6-a830-4959-b47a-976122c13653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14456 | 2024.08.06 04:06:52.137388 [ 3 ] {877fa6d6-a830-4959-b47a-976122c13653} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14457 | 2024.08.06 04:06:52.137692 [ 3 ] {877fa6d6-a830-4959-b47a-976122c13653} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14458 | 2024.08.06 04:06:52.137856 [ 3 ] {877fa6d6-a830-4959-b47a-976122c13653} <Debug> executeQuery: Read 294 rows, 26.48 KiB in 0.0016 sec., 183750 rows/sec., 16.16 MiB/sec. | ||
14459 | 2024.08.06 04:06:52.138016 [ 3 ] {877fa6d6-a830-4959-b47a-976122c13653} <Debug> DynamicQueryHandler: Done processing query | ||
14460 | 2024.08.06 04:06:52.138041 [ 3 ] {877fa6d6-a830-4959-b47a-976122c13653} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
14461 | 2024.08.06 04:06:52.138056 [ 3 ] {} <Debug> HTTP-Session: 234913fd-a100-40d9-b6ad-c407e1a5e149 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14462 | 2024.08.06 04:06:52.138225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14463 | 2024.08.06 04:06:52.138273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14464 | 2024.08.06 04:06:52.138292 [ 3 ] {} <Debug> HTTP-Session: ae032f3b-310e-45b3-b879-a7b7ad2ecc71 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14465 | 2024.08.06 04:06:52.138309 [ 3 ] {} <Debug> HTTP-Session: ae032f3b-310e-45b3-b879-a7b7ad2ecc71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14466 | 2024.08.06 04:06:52.138322 [ 3 ] {} <Debug> HTTP-Session: ae032f3b-310e-45b3-b879-a7b7ad2ecc71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14467 | 2024.08.06 04:06:52.138352 [ 3 ] {} <Trace> HTTP-Session: ae032f3b-310e-45b3-b879-a7b7ad2ecc71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14468 | 2024.08.06 04:06:52.138446 [ 3 ] {6636dc50-5360-4b46-8439-f03aabbdb994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14469 | 2024.08.06 04:06:52.138488 [ 3 ] {6636dc50-5360-4b46-8439-f03aabbdb994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14470 | 2024.08.06 04:06:52.138615 [ 3 ] {6636dc50-5360-4b46-8439-f03aabbdb994} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14471 | 2024.08.06 04:06:52.138905 [ 3 ] {6636dc50-5360-4b46-8439-f03aabbdb994} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14472 | 2024.08.06 04:06:52.138942 [ 3 ] {6636dc50-5360-4b46-8439-f03aabbdb994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14473 | 2024.08.06 04:06:52.139233 [ 3 ] {6636dc50-5360-4b46-8439-f03aabbdb994} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
14474 | 2024.08.06 04:06:52.139554 [ 3 ] {6636dc50-5360-4b46-8439-f03aabbdb994} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14475 | 2024.08.06 04:06:52.139709 [ 3 ] {6636dc50-5360-4b46-8439-f03aabbdb994} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001278 sec., 1564.9452269170579 rows/sec., 109.27 KiB/sec. | ||
14476 | 2024.08.06 04:06:52.139923 [ 3 ] {6636dc50-5360-4b46-8439-f03aabbdb994} <Debug> DynamicQueryHandler: Done processing query | ||
14477 | 2024.08.06 04:06:52.139948 [ 3 ] {6636dc50-5360-4b46-8439-f03aabbdb994} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14478 | 2024.08.06 04:06:52.139964 [ 3 ] {} <Debug> HTTP-Session: ae032f3b-310e-45b3-b879-a7b7ad2ecc71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14479 | 2024.08.06 04:06:52.140163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 70359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14480 | 2024.08.06 04:06:52.140212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14481 | 2024.08.06 04:06:52.140232 [ 3 ] {} <Debug> HTTP-Session: 22875342-b0fa-48c3-91c4-11a083271977 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14482 | 2024.08.06 04:06:52.140248 [ 3 ] {} <Debug> HTTP-Session: 22875342-b0fa-48c3-91c4-11a083271977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14483 | 2024.08.06 04:06:52.140262 [ 3 ] {} <Debug> HTTP-Session: 22875342-b0fa-48c3-91c4-11a083271977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14484 | 2024.08.06 04:06:52.140293 [ 3 ] {} <Trace> HTTP-Session: 22875342-b0fa-48c3-91c4-11a083271977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14485 | 2024.08.06 04:06:52.140502 [ 3 ] {022bafbe-5a07-4f76-bfd9-393668a5ee70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14486 | 2024.08.06 04:06:52.140544 [ 3 ] {022bafbe-5a07-4f76-bfd9-393668a5ee70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14487 | 2024.08.06 04:06:52.140670 [ 3 ] {022bafbe-5a07-4f76-bfd9-393668a5ee70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14488 | 2024.08.06 04:06:52.141203 [ 3 ] {022bafbe-5a07-4f76-bfd9-393668a5ee70} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14489 | 2024.08.06 04:06:52.141239 [ 3 ] {022bafbe-5a07-4f76-bfd9-393668a5ee70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14490 | 2024.08.06 04:06:52.141569 [ 3 ] {022bafbe-5a07-4f76-bfd9-393668a5ee70} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14491 | 2024.08.06 04:06:52.141879 [ 3 ] {022bafbe-5a07-4f76-bfd9-393668a5ee70} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14492 | 2024.08.06 04:06:52.142030 [ 3 ] {022bafbe-5a07-4f76-bfd9-393668a5ee70} <Debug> executeQuery: Read 434 rows, 31.62 KiB in 0.001636 sec., 265281.173594132 rows/sec., 18.87 MiB/sec. | ||
14493 | 2024.08.06 04:06:52.142255 [ 3 ] {022bafbe-5a07-4f76-bfd9-393668a5ee70} <Debug> DynamicQueryHandler: Done processing query | ||
14494 | 2024.08.06 04:06:52.142305 [ 3 ] {022bafbe-5a07-4f76-bfd9-393668a5ee70} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
14495 | 2024.08.06 04:06:52.142365 [ 3 ] {} <Debug> HTTP-Session: 22875342-b0fa-48c3-91c4-11a083271977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14496 | 2024.08.06 04:06:52.142635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14497 | 2024.08.06 04:06:52.142685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14498 | 2024.08.06 04:06:52.142704 [ 3 ] {} <Debug> HTTP-Session: 3786bfb5-8a2a-4153-a37b-39d5b6516475 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14499 | 2024.08.06 04:06:52.142721 [ 3 ] {} <Debug> HTTP-Session: 3786bfb5-8a2a-4153-a37b-39d5b6516475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14500 | 2024.08.06 04:06:52.142735 [ 3 ] {} <Debug> HTTP-Session: 3786bfb5-8a2a-4153-a37b-39d5b6516475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14501 | 2024.08.06 04:06:52.142766 [ 3 ] {} <Trace> HTTP-Session: 3786bfb5-8a2a-4153-a37b-39d5b6516475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14502 | 2024.08.06 04:06:52.142866 [ 3 ] {0ef4ebbd-6211-49b1-82f6-2ade3b13ab08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14503 | 2024.08.06 04:06:52.142913 [ 3 ] {0ef4ebbd-6211-49b1-82f6-2ade3b13ab08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14504 | 2024.08.06 04:06:52.143062 [ 3 ] {0ef4ebbd-6211-49b1-82f6-2ade3b13ab08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14505 | 2024.08.06 04:06:52.143321 [ 3 ] {0ef4ebbd-6211-49b1-82f6-2ade3b13ab08} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14506 | 2024.08.06 04:06:52.143357 [ 3 ] {0ef4ebbd-6211-49b1-82f6-2ade3b13ab08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14507 | 2024.08.06 04:06:52.143710 [ 3 ] {0ef4ebbd-6211-49b1-82f6-2ade3b13ab08} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
14508 | 2024.08.06 04:06:52.144031 [ 3 ] {0ef4ebbd-6211-49b1-82f6-2ade3b13ab08} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14509 | 2024.08.06 04:06:52.144194 [ 3 ] {0ef4ebbd-6211-49b1-82f6-2ade3b13ab08} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001346 sec., 4457.652303120357 rows/sec., 191.54 KiB/sec. | ||
14510 | 2024.08.06 04:06:52.144354 [ 3 ] {0ef4ebbd-6211-49b1-82f6-2ade3b13ab08} <Debug> DynamicQueryHandler: Done processing query | ||
14511 | 2024.08.06 04:06:52.144380 [ 3 ] {0ef4ebbd-6211-49b1-82f6-2ade3b13ab08} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14512 | 2024.08.06 04:06:52.144396 [ 3 ] {} <Debug> HTTP-Session: 3786bfb5-8a2a-4153-a37b-39d5b6516475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14513 | 2024.08.06 04:06:52.144515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14514 | 2024.08.06 04:06:52.144565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14515 | 2024.08.06 04:06:52.144583 [ 3 ] {} <Debug> HTTP-Session: ea1bc7b8-396b-4ce1-9b69-21f00f6bf90b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14516 | 2024.08.06 04:06:52.144599 [ 3 ] {} <Debug> HTTP-Session: ea1bc7b8-396b-4ce1-9b69-21f00f6bf90b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14517 | 2024.08.06 04:06:52.144612 [ 3 ] {} <Debug> HTTP-Session: ea1bc7b8-396b-4ce1-9b69-21f00f6bf90b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14518 | 2024.08.06 04:06:52.144642 [ 3 ] {} <Trace> HTTP-Session: ea1bc7b8-396b-4ce1-9b69-21f00f6bf90b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14519 | 2024.08.06 04:06:52.144760 [ 3 ] {51e8d694-cf1d-4f1e-b82d-fbfab5d95048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
14520 | 2024.08.06 04:06:52.144807 [ 3 ] {51e8d694-cf1d-4f1e-b82d-fbfab5d95048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
14521 | 2024.08.06 04:06:52.144952 [ 3 ] {51e8d694-cf1d-4f1e-b82d-fbfab5d95048} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14522 | 2024.08.06 04:06:52.145248 [ 3 ] {51e8d694-cf1d-4f1e-b82d-fbfab5d95048} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14523 | 2024.08.06 04:06:52.145284 [ 3 ] {51e8d694-cf1d-4f1e-b82d-fbfab5d95048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14524 | 2024.08.06 04:06:52.145672 [ 3 ] {51e8d694-cf1d-4f1e-b82d-fbfab5d95048} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
14525 | 2024.08.06 04:06:52.146009 [ 3 ] {51e8d694-cf1d-4f1e-b82d-fbfab5d95048} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14526 | 2024.08.06 04:06:52.146159 [ 3 ] {51e8d694-cf1d-4f1e-b82d-fbfab5d95048} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00144 sec., 53472.22222222222 rows/sec., 3.29 MiB/sec. | ||
14527 | 2024.08.06 04:06:52.146437 [ 3 ] {51e8d694-cf1d-4f1e-b82d-fbfab5d95048} <Debug> DynamicQueryHandler: Done processing query | ||
14528 | 2024.08.06 04:06:52.146495 [ 3 ] {51e8d694-cf1d-4f1e-b82d-fbfab5d95048} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14529 | 2024.08.06 04:06:52.146525 [ 3 ] {} <Debug> HTTP-Session: ea1bc7b8-396b-4ce1-9b69-21f00f6bf90b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14530 | 2024.08.06 04:06:52.146723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14531 | 2024.08.06 04:06:52.146772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14532 | 2024.08.06 04:06:52.146792 [ 3 ] {} <Debug> HTTP-Session: 7aa82755-50af-4dc2-83e9-38fa0d8111e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14533 | 2024.08.06 04:06:52.146808 [ 3 ] {} <Debug> HTTP-Session: 7aa82755-50af-4dc2-83e9-38fa0d8111e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14534 | 2024.08.06 04:06:52.146822 [ 3 ] {} <Debug> HTTP-Session: 7aa82755-50af-4dc2-83e9-38fa0d8111e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14535 | 2024.08.06 04:06:52.146855 [ 3 ] {} <Trace> HTTP-Session: 7aa82755-50af-4dc2-83e9-38fa0d8111e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14536 | 2024.08.06 04:06:52.147039 [ 3 ] {fcbee28f-6e7a-480f-9409-92cb7bbbdab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14537 | 2024.08.06 04:06:52.147092 [ 3 ] {fcbee28f-6e7a-480f-9409-92cb7bbbdab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14538 | 2024.08.06 04:06:52.147269 [ 3 ] {fcbee28f-6e7a-480f-9409-92cb7bbbdab7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14539 | 2024.08.06 04:06:52.147738 [ 3 ] {fcbee28f-6e7a-480f-9409-92cb7bbbdab7} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14540 | 2024.08.06 04:06:52.147777 [ 3 ] {fcbee28f-6e7a-480f-9409-92cb7bbbdab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14541 | 2024.08.06 04:06:52.148172 [ 3 ] {fcbee28f-6e7a-480f-9409-92cb7bbbdab7} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14542 | 2024.08.06 04:06:52.148520 [ 3 ] {fcbee28f-6e7a-480f-9409-92cb7bbbdab7} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14543 | 2024.08.06 04:06:52.148675 [ 3 ] {fcbee28f-6e7a-480f-9409-92cb7bbbdab7} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001736 sec., 92741.93548387097 rows/sec., 6.46 MiB/sec. | ||
14544 | 2024.08.06 04:06:52.148945 [ 3 ] {fcbee28f-6e7a-480f-9409-92cb7bbbdab7} <Debug> DynamicQueryHandler: Done processing query | ||
14545 | 2024.08.06 04:06:52.149006 [ 3 ] {fcbee28f-6e7a-480f-9409-92cb7bbbdab7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14546 | 2024.08.06 04:06:52.149061 [ 3 ] {} <Debug> HTTP-Session: 7aa82755-50af-4dc2-83e9-38fa0d8111e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14547 | 2024.08.06 04:06:52.149340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 70646, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14548 | 2024.08.06 04:06:52.149393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14549 | 2024.08.06 04:06:52.149412 [ 3 ] {} <Debug> HTTP-Session: e7052a0e-0621-4e25-a010-c81f51877d9e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14550 | 2024.08.06 04:06:52.149428 [ 3 ] {} <Debug> HTTP-Session: e7052a0e-0621-4e25-a010-c81f51877d9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14551 | 2024.08.06 04:06:52.149442 [ 3 ] {} <Debug> HTTP-Session: e7052a0e-0621-4e25-a010-c81f51877d9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14552 | 2024.08.06 04:06:52.149474 [ 3 ] {} <Trace> HTTP-Session: e7052a0e-0621-4e25-a010-c81f51877d9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14553 | 2024.08.06 04:06:52.149891 [ 3 ] {8be885f8-e0ba-4a94-8e44-7fbeb1d45d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14554 | 2024.08.06 04:06:52.149964 [ 3 ] {8be885f8-e0ba-4a94-8e44-7fbeb1d45d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14555 | 2024.08.06 04:06:52.150389 [ 3 ] {8be885f8-e0ba-4a94-8e44-7fbeb1d45d53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14556 | 2024.08.06 04:06:52.151572 [ 3 ] {8be885f8-e0ba-4a94-8e44-7fbeb1d45d53} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14557 | 2024.08.06 04:06:52.151609 [ 3 ] {8be885f8-e0ba-4a94-8e44-7fbeb1d45d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14558 | 2024.08.06 04:06:52.152254 [ 3 ] {8be885f8-e0ba-4a94-8e44-7fbeb1d45d53} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
14559 | 2024.08.06 04:06:52.152685 [ 3 ] {8be885f8-e0ba-4a94-8e44-7fbeb1d45d53} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14560 | 2024.08.06 04:06:52.152862 [ 3 ] {8be885f8-e0ba-4a94-8e44-7fbeb1d45d53} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.003289 sec., 13377.926421404683 rows/sec., 23.97 MiB/sec. | ||
14561 | 2024.08.06 04:06:52.153324 [ 3 ] {8be885f8-e0ba-4a94-8e44-7fbeb1d45d53} <Debug> DynamicQueryHandler: Done processing query | ||
14562 | 2024.08.06 04:06:52.153387 [ 3 ] {8be885f8-e0ba-4a94-8e44-7fbeb1d45d53} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
14563 | 2024.08.06 04:06:52.153455 [ 3 ] {} <Debug> HTTP-Session: e7052a0e-0621-4e25-a010-c81f51877d9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14564 | 2024.08.06 04:06:52.153657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4126, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14565 | 2024.08.06 04:06:52.153710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14566 | 2024.08.06 04:06:52.153728 [ 3 ] {} <Debug> HTTP-Session: 5f4fbb6e-54be-4d09-aa80-fc7b8edd36ef Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14567 | 2024.08.06 04:06:52.153745 [ 3 ] {} <Debug> HTTP-Session: 5f4fbb6e-54be-4d09-aa80-fc7b8edd36ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14568 | 2024.08.06 04:06:52.153758 [ 3 ] {} <Debug> HTTP-Session: 5f4fbb6e-54be-4d09-aa80-fc7b8edd36ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14569 | 2024.08.06 04:06:52.153790 [ 3 ] {} <Trace> HTTP-Session: 5f4fbb6e-54be-4d09-aa80-fc7b8edd36ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14570 | 2024.08.06 04:06:52.153901 [ 3 ] {4d312d00-f9b3-4fd3-893f-3d7450c163f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14571 | 2024.08.06 04:06:52.153948 [ 3 ] {4d312d00-f9b3-4fd3-893f-3d7450c163f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14572 | 2024.08.06 04:06:52.154086 [ 3 ] {4d312d00-f9b3-4fd3-893f-3d7450c163f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14573 | 2024.08.06 04:06:52.154382 [ 3 ] {4d312d00-f9b3-4fd3-893f-3d7450c163f4} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14574 | 2024.08.06 04:06:52.154419 [ 3 ] {4d312d00-f9b3-4fd3-893f-3d7450c163f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14575 | 2024.08.06 04:06:52.154779 [ 3 ] {4d312d00-f9b3-4fd3-893f-3d7450c163f4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
14576 | 2024.08.06 04:06:52.155107 [ 3 ] {4d312d00-f9b3-4fd3-893f-3d7450c163f4} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14577 | 2024.08.06 04:06:52.155279 [ 3 ] {4d312d00-f9b3-4fd3-893f-3d7450c163f4} <Debug> executeQuery: Read 29 rows, 1.64 KiB in 0.001397 sec., 20758.768790264854 rows/sec., 1.15 MiB/sec. | ||
14578 | 2024.08.06 04:06:52.155439 [ 3 ] {4d312d00-f9b3-4fd3-893f-3d7450c163f4} <Debug> DynamicQueryHandler: Done processing query | ||
14579 | 2024.08.06 04:06:52.155465 [ 3 ] {4d312d00-f9b3-4fd3-893f-3d7450c163f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14580 | 2024.08.06 04:06:52.155481 [ 3 ] {} <Debug> HTTP-Session: 5f4fbb6e-54be-4d09-aa80-fc7b8edd36ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14581 | 2024.08.06 04:06:52.155600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14582 | 2024.08.06 04:06:52.155650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14583 | 2024.08.06 04:06:52.155668 [ 3 ] {} <Debug> HTTP-Session: 492beeb6-e10f-4dba-9eed-109fd76710bb Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14584 | 2024.08.06 04:06:52.155685 [ 3 ] {} <Debug> HTTP-Session: 492beeb6-e10f-4dba-9eed-109fd76710bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14585 | 2024.08.06 04:06:52.155698 [ 3 ] {} <Debug> HTTP-Session: 492beeb6-e10f-4dba-9eed-109fd76710bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14586 | 2024.08.06 04:06:52.155729 [ 3 ] {} <Trace> HTTP-Session: 492beeb6-e10f-4dba-9eed-109fd76710bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14587 | 2024.08.06 04:06:52.155843 [ 3 ] {9dd5733a-2baf-4f2b-9c4e-b484793289d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14588 | 2024.08.06 04:06:52.155887 [ 3 ] {9dd5733a-2baf-4f2b-9c4e-b484793289d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14589 | 2024.08.06 04:06:52.156015 [ 3 ] {9dd5733a-2baf-4f2b-9c4e-b484793289d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14590 | 2024.08.06 04:06:52.156309 [ 3 ] {9dd5733a-2baf-4f2b-9c4e-b484793289d8} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14591 | 2024.08.06 04:06:52.156346 [ 3 ] {9dd5733a-2baf-4f2b-9c4e-b484793289d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.63 GiB. | ||
14592 | 2024.08.06 04:06:52.156709 [ 3 ] {9dd5733a-2baf-4f2b-9c4e-b484793289d8} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14593 | 2024.08.06 04:06:52.157042 [ 3 ] {9dd5733a-2baf-4f2b-9c4e-b484793289d8} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14594 | 2024.08.06 04:06:52.157203 [ 3 ] {9dd5733a-2baf-4f2b-9c4e-b484793289d8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
14595 | 2024.08.06 04:06:52.157462 [ 3 ] {9dd5733a-2baf-4f2b-9c4e-b484793289d8} <Debug> DynamicQueryHandler: Done processing query | ||
14596 | 2024.08.06 04:06:52.157522 [ 3 ] {9dd5733a-2baf-4f2b-9c4e-b484793289d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14597 | 2024.08.06 04:06:52.157580 [ 3 ] {} <Debug> HTTP-Session: 492beeb6-e10f-4dba-9eed-109fd76710bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14598 | 2024.08.06 04:06:57.123557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14599 | 2024.08.06 04:06:57.123680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14600 | 2024.08.06 04:06:57.123704 [ 3 ] {} <Debug> HTTP-Session: e9b96045-ce15-431f-998d-e45d3a651b50 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14601 | 2024.08.06 04:06:57.123729 [ 3 ] {} <Debug> HTTP-Session: e9b96045-ce15-431f-998d-e45d3a651b50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14602 | 2024.08.06 04:06:57.123744 [ 3 ] {} <Debug> HTTP-Session: e9b96045-ce15-431f-998d-e45d3a651b50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14603 | 2024.08.06 04:06:57.123794 [ 3 ] {} <Trace> HTTP-Session: e9b96045-ce15-431f-998d-e45d3a651b50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14604 | 2024.08.06 04:06:57.123969 [ 3 ] {df7cab36-f2df-422f-a860-c9757c56259e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14605 | 2024.08.06 04:06:57.124036 [ 3 ] {df7cab36-f2df-422f-a860-c9757c56259e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14606 | 2024.08.06 04:06:57.124233 [ 3 ] {df7cab36-f2df-422f-a860-c9757c56259e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14607 | 2024.08.06 04:06:57.124654 [ 3 ] {df7cab36-f2df-422f-a860-c9757c56259e} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14608 | 2024.08.06 04:06:57.124694 [ 3 ] {df7cab36-f2df-422f-a860-c9757c56259e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB. | ||
14609 | 2024.08.06 04:06:57.125059 [ 3 ] {df7cab36-f2df-422f-a860-c9757c56259e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14610 | 2024.08.06 04:06:57.125401 [ 3 ] {df7cab36-f2df-422f-a860-c9757c56259e} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14611 | 2024.08.06 04:06:57.125567 [ 3 ] {df7cab36-f2df-422f-a860-c9757c56259e} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001648 sec., 1820.388349514563 rows/sec., 147.55 KiB/sec. | ||
14612 | 2024.08.06 04:06:57.125771 [ 3 ] {df7cab36-f2df-422f-a860-c9757c56259e} <Debug> DynamicQueryHandler: Done processing query | ||
14613 | 2024.08.06 04:06:57.125800 [ 3 ] {df7cab36-f2df-422f-a860-c9757c56259e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14614 | 2024.08.06 04:06:57.125820 [ 3 ] {} <Debug> HTTP-Session: e9b96045-ce15-431f-998d-e45d3a651b50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14615 | 2024.08.06 04:06:57.125988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14616 | 2024.08.06 04:06:57.126037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14617 | 2024.08.06 04:06:57.126056 [ 3 ] {} <Debug> HTTP-Session: d2fa4a9f-b4da-40ce-b074-e891c76e1624 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14618 | 2024.08.06 04:06:57.126074 [ 3 ] {} <Debug> HTTP-Session: d2fa4a9f-b4da-40ce-b074-e891c76e1624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14619 | 2024.08.06 04:06:57.126087 [ 3 ] {} <Debug> HTTP-Session: d2fa4a9f-b4da-40ce-b074-e891c76e1624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14620 | 2024.08.06 04:06:57.126119 [ 3 ] {} <Trace> HTTP-Session: d2fa4a9f-b4da-40ce-b074-e891c76e1624 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14621 | 2024.08.06 04:06:57.126236 [ 3 ] {67328b35-685d-4cfc-b13c-3ef23a253d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14622 | 2024.08.06 04:06:57.126279 [ 3 ] {67328b35-685d-4cfc-b13c-3ef23a253d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14623 | 2024.08.06 04:06:57.126406 [ 3 ] {67328b35-685d-4cfc-b13c-3ef23a253d34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14624 | 2024.08.06 04:06:57.126781 [ 3 ] {67328b35-685d-4cfc-b13c-3ef23a253d34} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14625 | 2024.08.06 04:06:57.126819 [ 3 ] {67328b35-685d-4cfc-b13c-3ef23a253d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB. | ||
14626 | 2024.08.06 04:06:57.127139 [ 3 ] {67328b35-685d-4cfc-b13c-3ef23a253d34} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14627 | 2024.08.06 04:06:57.127453 [ 3 ] {67328b35-685d-4cfc-b13c-3ef23a253d34} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14628 | 2024.08.06 04:06:57.127597 [ 3 ] {67328b35-685d-4cfc-b13c-3ef23a253d34} <Debug> executeQuery: Read 65 rows, 5.22 KiB in 0.001397 sec., 46528.27487473156 rows/sec., 3.65 MiB/sec. | ||
14629 | 2024.08.06 04:06:57.127616 [ 41 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14630 | 2024.08.06 04:06:57.127704 [ 41 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14631 | 2024.08.06 04:06:57.127743 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB. | ||
14632 | 2024.08.06 04:06:57.127835 [ 3 ] {67328b35-685d-4cfc-b13c-3ef23a253d34} <Debug> DynamicQueryHandler: Done processing query | ||
14633 | 2024.08.06 04:06:57.127879 [ 3 ] {67328b35-685d-4cfc-b13c-3ef23a253d34} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14634 | 2024.08.06 04:06:57.127902 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
14635 | 2024.08.06 04:06:57.127915 [ 3 ] {} <Debug> HTTP-Session: d2fa4a9f-b4da-40ce-b074-e891c76e1624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14636 | 2024.08.06 04:06:57.128164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 11385, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14637 | 2024.08.06 04:06:57.128251 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14638 | 2024.08.06 04:06:57.128279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14639 | 2024.08.06 04:06:57.128342 [ 3 ] {} <Debug> HTTP-Session: acf59937-7d55-4a39-bae1-3a0941ca29db Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14640 | 2024.08.06 04:06:57.128348 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 304 rows starting from the beginning of the part | ||
14641 | 2024.08.06 04:06:57.128385 [ 3 ] {} <Debug> HTTP-Session: acf59937-7d55-4a39-bae1-3a0941ca29db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14642 | 2024.08.06 04:06:57.128434 [ 3 ] {} <Debug> HTTP-Session: acf59937-7d55-4a39-bae1-3a0941ca29db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14643 | 2024.08.06 04:06:57.128549 [ 3 ] {} <Trace> HTTP-Session: acf59937-7d55-4a39-bae1-3a0941ca29db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14644 | 2024.08.06 04:06:57.128720 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 65 rows starting from the beginning of the part | ||
14645 | 2024.08.06 04:06:57.128809 [ 3 ] {a7a0a49d-246a-4917-9ff5-daee79f6150f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14646 | 2024.08.06 04:06:57.128911 [ 3 ] {a7a0a49d-246a-4917-9ff5-daee79f6150f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14647 | 2024.08.06 04:06:57.128918 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 278 rows starting from the beginning of the part | ||
14648 | 2024.08.06 04:06:57.129131 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 101 rows starting from the beginning of the part | ||
14649 | 2024.08.06 04:06:57.129372 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 294 rows starting from the beginning of the part | ||
14650 | 2024.08.06 04:06:57.129452 [ 3 ] {a7a0a49d-246a-4917-9ff5-daee79f6150f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14651 | 2024.08.06 04:06:57.129524 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 65 rows starting from the beginning of the part | ||
14652 | 2024.08.06 04:06:57.130299 [ 3 ] {a7a0a49d-246a-4917-9ff5-daee79f6150f} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14653 | 2024.08.06 04:06:57.130343 [ 3 ] {a7a0a49d-246a-4917-9ff5-daee79f6150f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB. | ||
14654 | 2024.08.06 04:06:57.130816 [ 3 ] {a7a0a49d-246a-4917-9ff5-daee79f6150f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14655 | 2024.08.06 04:06:57.131279 [ 3 ] {a7a0a49d-246a-4917-9ff5-daee79f6150f} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14656 | 2024.08.06 04:06:57.131528 [ 41 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14657 | 2024.08.06 04:06:57.131626 [ 3 ] {a7a0a49d-246a-4917-9ff5-daee79f6150f} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.002848 sec., 23525.280898876405 rows/sec., 1.84 MiB/sec. | ||
14658 | 2024.08.06 04:06:57.131684 [ 41 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14659 | 2024.08.06 04:06:57.131808 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB. | ||
14660 | 2024.08.06 04:06:57.131897 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1107 rows, containing 4 columns (4 merged, 0 gathered) in 0.004079456 sec., 271359.71070652554 rows/sec., 23.15 MiB/sec. | ||
14661 | 2024.08.06 04:06:57.132234 [ 3 ] {a7a0a49d-246a-4917-9ff5-daee79f6150f} <Debug> DynamicQueryHandler: Done processing query | ||
14662 | 2024.08.06 04:06:57.132242 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14663 | 2024.08.06 04:06:57.132255 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
14664 | 2024.08.06 04:06:57.132268 [ 3 ] {a7a0a49d-246a-4917-9ff5-daee79f6150f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14665 | 2024.08.06 04:06:57.132353 [ 3 ] {} <Debug> HTTP-Session: acf59937-7d55-4a39-bae1-3a0941ca29db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14666 | 2024.08.06 04:06:57.132657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14667 | 2024.08.06 04:06:57.132846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14668 | 2024.08.06 04:06:57.132950 [ 3 ] {} <Debug> HTTP-Session: f9428d90-ee73-4c51-b4bd-def2ae208e2f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14669 | 2024.08.06 04:06:57.132948 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14670 | 2024.08.06 04:06:57.133004 [ 3 ] {} <Debug> HTTP-Session: f9428d90-ee73-4c51-b4bd-def2ae208e2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14671 | 2024.08.06 04:06:57.133054 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 473 rows starting from the beginning of the part | ||
14672 | 2024.08.06 04:06:57.133060 [ 3 ] {} <Debug> HTTP-Session: f9428d90-ee73-4c51-b4bd-def2ae208e2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14673 | 2024.08.06 04:06:57.133163 [ 3 ] {} <Trace> HTTP-Session: f9428d90-ee73-4c51-b4bd-def2ae208e2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14674 | 2024.08.06 04:06:57.133456 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 67 rows starting from the beginning of the part | ||
14675 | 2024.08.06 04:06:57.133539 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_81_16} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14676 | 2024.08.06 04:06:57.133786 [ 3 ] {3cfcb6d5-f196-433a-82ae-a975fd6bd365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14677 | 2024.08.06 04:06:57.133899 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part | ||
14678 | 2024.08.06 04:06:57.134029 [ 3 ] {3cfcb6d5-f196-433a-82ae-a975fd6bd365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14679 | 2024.08.06 04:06:57.134103 [ 196 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_81_16} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14680 | 2024.08.06 04:06:57.134381 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 91 rows starting from the beginning of the part | ||
14681 | 2024.08.06 04:06:57.134544 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
14682 | 2024.08.06 04:06:57.134779 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 434 rows starting from the beginning of the part | ||
14683 | 2024.08.06 04:06:57.135194 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 67 rows starting from the beginning of the part | ||
14684 | 2024.08.06 04:06:57.135851 [ 3 ] {3cfcb6d5-f196-433a-82ae-a975fd6bd365} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14685 | 2024.08.06 04:06:57.136664 [ 3 ] {3cfcb6d5-f196-433a-82ae-a975fd6bd365} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14686 | 2024.08.06 04:06:57.136733 [ 3 ] {3cfcb6d5-f196-433a-82ae-a975fd6bd365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB. | ||
14687 | 2024.08.06 04:06:57.137678 [ 3 ] {3cfcb6d5-f196-433a-82ae-a975fd6bd365} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14688 | 2024.08.06 04:06:57.138116 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1559 rows, containing 4 columns (4 merged, 0 gathered) in 0.006092034 sec., 255907.9611177482 rows/sec., 18.51 MiB/sec. | ||
14689 | 2024.08.06 04:06:57.138390 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14690 | 2024.08.06 04:06:57.138458 [ 3 ] {3cfcb6d5-f196-433a-82ae-a975fd6bd365} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14691 | 2024.08.06 04:06:57.138717 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14692 | 2024.08.06 04:06:57.138822 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14693 | 2024.08.06 04:06:57.138855 [ 3 ] {3cfcb6d5-f196-433a-82ae-a975fd6bd365} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005329 sec., 30024.39482079189 rows/sec., 2.09 MiB/sec. | ||
14694 | 2024.08.06 04:06:57.138912 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB. | ||
14695 | 2024.08.06 04:06:57.139514 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
14696 | 2024.08.06 04:06:57.139637 [ 3 ] {3cfcb6d5-f196-433a-82ae-a975fd6bd365} <Debug> DynamicQueryHandler: Done processing query | ||
14697 | 2024.08.06 04:06:57.139702 [ 3 ] {3cfcb6d5-f196-433a-82ae-a975fd6bd365} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14698 | 2024.08.06 04:06:57.139759 [ 3 ] {} <Debug> HTTP-Session: f9428d90-ee73-4c51-b4bd-def2ae208e2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14699 | 2024.08.06 04:06:57.139934 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14700 | 2024.08.06 04:06:57.139955 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_81_16} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14701 | 2024.08.06 04:06:57.140004 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 12745 rows starting from the beginning of the part | ||
14702 | 2024.08.06 04:06:57.140014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14703 | 2024.08.06 04:06:57.140197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14704 | 2024.08.06 04:06:57.140339 [ 3 ] {} <Debug> HTTP-Session: 3f766c67-a53c-4d9d-9bf0-7f41ab1f26fb Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14705 | 2024.08.06 04:06:57.140397 [ 194 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_81_16} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14706 | 2024.08.06 04:06:57.140450 [ 3 ] {} <Debug> HTTP-Session: 3f766c67-a53c-4d9d-9bf0-7f41ab1f26fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14707 | 2024.08.06 04:06:57.140464 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
14708 | 2024.08.06 04:06:57.140535 [ 3 ] {} <Debug> HTTP-Session: 3f766c67-a53c-4d9d-9bf0-7f41ab1f26fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14709 | 2024.08.06 04:06:57.140716 [ 3 ] {} <Trace> HTTP-Session: 3f766c67-a53c-4d9d-9bf0-7f41ab1f26fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14710 | 2024.08.06 04:06:57.140861 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
14711 | 2024.08.06 04:06:57.140903 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
14712 | 2024.08.06 04:06:57.141197 [ 3 ] {3bebb849-82a3-4528-bffc-cb47b3e7ce7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14713 | 2024.08.06 04:06:57.141326 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 196 rows starting from the beginning of the part | ||
14714 | 2024.08.06 04:06:57.141627 [ 3 ] {3bebb849-82a3-4528-bffc-cb47b3e7ce7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14715 | 2024.08.06 04:06:57.141688 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 161 rows starting from the beginning of the part | ||
14716 | 2024.08.06 04:06:57.142090 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
14717 | 2024.08.06 04:06:57.143294 [ 3 ] {3bebb849-82a3-4528-bffc-cb47b3e7ce7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14718 | 2024.08.06 04:06:57.143919 [ 3 ] {3bebb849-82a3-4528-bffc-cb47b3e7ce7f} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14719 | 2024.08.06 04:06:57.143962 [ 3 ] {3bebb849-82a3-4528-bffc-cb47b3e7ce7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB. | ||
14720 | 2024.08.06 04:06:57.144863 [ 3 ] {3bebb849-82a3-4528-bffc-cb47b3e7ce7f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14721 | 2024.08.06 04:06:57.145419 [ 3 ] {3bebb849-82a3-4528-bffc-cb47b3e7ce7f} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14722 | 2024.08.06 04:06:57.145652 [ 41 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14723 | 2024.08.06 04:06:57.145671 [ 3 ] {3bebb849-82a3-4528-bffc-cb47b3e7ce7f} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.004716 sec., 636.1323155216286 rows/sec., 1.14 MiB/sec. | ||
14724 | 2024.08.06 04:06:57.145717 [ 41 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14725 | 2024.08.06 04:06:57.145800 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB. | ||
14726 | 2024.08.06 04:06:57.146212 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
14727 | 2024.08.06 04:06:57.146314 [ 3 ] {3bebb849-82a3-4528-bffc-cb47b3e7ce7f} <Debug> DynamicQueryHandler: Done processing query | ||
14728 | 2024.08.06 04:06:57.146379 [ 3 ] {3bebb849-82a3-4528-bffc-cb47b3e7ce7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14729 | 2024.08.06 04:06:57.146422 [ 3 ] {} <Debug> HTTP-Session: 3f766c67-a53c-4d9d-9bf0-7f41ab1f26fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14730 | 2024.08.06 04:06:57.146663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14731 | 2024.08.06 04:06:57.146826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14732 | 2024.08.06 04:06:57.146944 [ 3 ] {} <Debug> HTTP-Session: 5f24c304-d88b-45b0-b0b2-2737d4b21c0c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14733 | 2024.08.06 04:06:57.147016 [ 3 ] {} <Debug> HTTP-Session: 5f24c304-d88b-45b0-b0b2-2737d4b21c0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14734 | 2024.08.06 04:06:57.147083 [ 3 ] {} <Debug> HTTP-Session: 5f24c304-d88b-45b0-b0b2-2737d4b21c0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14735 | 2024.08.06 04:06:57.147236 [ 3 ] {} <Trace> HTTP-Session: 5f24c304-d88b-45b0-b0b2-2737d4b21c0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14736 | 2024.08.06 04:06:57.147514 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14737 | 2024.08.06 04:06:57.147743 [ 3 ] {e79ecd80-53fc-4238-8b1b-8e4c5d01b5fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14738 | 2024.08.06 04:06:57.147948 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1099 rows starting from the beginning of the part | ||
14739 | 2024.08.06 04:06:57.147955 [ 3 ] {e79ecd80-53fc-4238-8b1b-8e4c5d01b5fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14740 | 2024.08.06 04:06:57.147987 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13582 rows, containing 5 columns (5 merged, 0 gathered) in 0.008882949 sec., 1528996.7329543377 rows/sec., 106.54 MiB/sec. | ||
14741 | 2024.08.06 04:06:57.148540 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14742 | 2024.08.06 04:06:57.149344 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 3 rows starting from the beginning of the part | ||
14743 | 2024.08.06 04:06:57.149450 [ 3 ] {e79ecd80-53fc-4238-8b1b-8e4c5d01b5fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14744 | 2024.08.06 04:06:57.150782 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 39 rows starting from the beginning of the part | ||
14745 | 2024.08.06 04:06:57.151008 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14746 | 2024.08.06 04:06:57.151517 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14747 | 2024.08.06 04:06:57.151723 [ 3 ] {e79ecd80-53fc-4238-8b1b-8e4c5d01b5fd} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14748 | 2024.08.06 04:06:57.151854 [ 3 ] {e79ecd80-53fc-4238-8b1b-8e4c5d01b5fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB. | ||
14749 | 2024.08.06 04:06:57.151904 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. | ||
14750 | 2024.08.06 04:06:57.152054 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 3 rows starting from the beginning of the part | ||
14751 | 2024.08.06 04:06:57.152719 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 44 rows starting from the beginning of the part | ||
14752 | 2024.08.06 04:06:57.153344 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 3 rows starting from the beginning of the part | ||
14753 | 2024.08.06 04:06:57.153395 [ 3 ] {e79ecd80-53fc-4238-8b1b-8e4c5d01b5fd} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14754 | 2024.08.06 04:06:57.154437 [ 3 ] {e79ecd80-53fc-4238-8b1b-8e4c5d01b5fd} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14755 | 2024.08.06 04:06:57.154725 [ 64 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14756 | 2024.08.06 04:06:57.154778 [ 3 ] {e79ecd80-53fc-4238-8b1b-8e4c5d01b5fd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007272 sec., 8250.82508250825 rows/sec., 569.39 KiB/sec. | ||
14757 | 2024.08.06 04:06:57.154817 [ 64 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14758 | 2024.08.06 04:06:57.154915 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.62 GiB. | ||
14759 | 2024.08.06 04:06:57.155411 [ 3 ] {e79ecd80-53fc-4238-8b1b-8e4c5d01b5fd} <Debug> DynamicQueryHandler: Done processing query | ||
14760 | 2024.08.06 04:06:57.155423 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
14761 | 2024.08.06 04:06:57.155483 [ 3 ] {e79ecd80-53fc-4238-8b1b-8e4c5d01b5fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14762 | 2024.08.06 04:06:57.155563 [ 3 ] {} <Debug> HTTP-Session: 5f24c304-d88b-45b0-b0b2-2737d4b21c0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14763 | 2024.08.06 04:06:57.155957 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14764 | 2024.08.06 04:06:57.156041 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4536 rows starting from the beginning of the part | ||
14765 | 2024.08.06 04:06:57.156215 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
14766 | 2024.08.06 04:06:57.156301 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
14767 | 2024.08.06 04:06:57.156510 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
14768 | 2024.08.06 04:06:57.156744 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
14769 | 2024.08.06 04:06:57.156864 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
14770 | 2024.08.06 04:06:57.160805 [ 200 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4836 rows, containing 4 columns (4 merged, 0 gathered) in 0.005702144 sec., 848102.0472299542 rows/sec., 57.17 MiB/sec. | ||
14771 | 2024.08.06 04:06:57.161244 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14772 | 2024.08.06 04:06:57.162091 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_81_16} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14773 | 2024.08.06 04:06:57.162243 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_81_16} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14774 | 2024.08.06 04:06:57.162364 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
14775 | 2024.08.06 04:06:57.163427 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1191 rows, containing 19 columns (19 merged, 0 gathered) in 0.017478451 sec., 68141.04979897819 rows/sec., 122.11 MiB/sec. | ||
14776 | 2024.08.06 04:06:57.164648 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14777 | 2024.08.06 04:06:57.165303 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14778 | 2024.08.06 04:06:57.165411 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14779 | 2024.08.06 04:06:57.165572 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.51 MiB. | ||
14780 | 2024.08.06 04:07:02.130680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 7637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14781 | 2024.08.06 04:07:02.130798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14782 | 2024.08.06 04:07:02.130832 [ 3 ] {} <Debug> HTTP-Session: 775b33c3-8d4b-4cd4-990a-70976241484b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14783 | 2024.08.06 04:07:02.130874 [ 3 ] {} <Debug> HTTP-Session: 775b33c3-8d4b-4cd4-990a-70976241484b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14784 | 2024.08.06 04:07:02.130902 [ 3 ] {} <Debug> HTTP-Session: 775b33c3-8d4b-4cd4-990a-70976241484b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14785 | 2024.08.06 04:07:02.130981 [ 3 ] {} <Trace> HTTP-Session: 775b33c3-8d4b-4cd4-990a-70976241484b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14786 | 2024.08.06 04:07:02.131287 [ 3 ] {89a27713-41c9-4f00-b99b-067794e56f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14787 | 2024.08.06 04:07:02.131392 [ 3 ] {89a27713-41c9-4f00-b99b-067794e56f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14788 | 2024.08.06 04:07:02.131713 [ 3 ] {89a27713-41c9-4f00-b99b-067794e56f33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14789 | 2024.08.06 04:07:02.132229 [ 3 ] {89a27713-41c9-4f00-b99b-067794e56f33} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14790 | 2024.08.06 04:07:02.132268 [ 3 ] {89a27713-41c9-4f00-b99b-067794e56f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
14791 | 2024.08.06 04:07:02.132635 [ 3 ] {89a27713-41c9-4f00-b99b-067794e56f33} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14792 | 2024.08.06 04:07:02.132967 [ 3 ] {89a27713-41c9-4f00-b99b-067794e56f33} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14793 | 2024.08.06 04:07:02.133136 [ 3 ] {89a27713-41c9-4f00-b99b-067794e56f33} <Debug> executeQuery: Read 54 rows, 4.23 KiB in 0.001953 sec., 27649.769585253456 rows/sec., 2.12 MiB/sec. | ||
14794 | 2024.08.06 04:07:02.133456 [ 3 ] {89a27713-41c9-4f00-b99b-067794e56f33} <Debug> DynamicQueryHandler: Done processing query | ||
14795 | 2024.08.06 04:07:02.133528 [ 3 ] {89a27713-41c9-4f00-b99b-067794e56f33} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14796 | 2024.08.06 04:07:02.133588 [ 3 ] {} <Debug> HTTP-Session: 775b33c3-8d4b-4cd4-990a-70976241484b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14797 | 2024.08.06 04:07:02.133877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 46067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14798 | 2024.08.06 04:07:02.133932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14799 | 2024.08.06 04:07:02.133951 [ 3 ] {} <Debug> HTTP-Session: a89b40cf-b5e8-4cb9-80f4-e69f8bf95d30 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14800 | 2024.08.06 04:07:02.133969 [ 3 ] {} <Debug> HTTP-Session: a89b40cf-b5e8-4cb9-80f4-e69f8bf95d30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14801 | 2024.08.06 04:07:02.133982 [ 3 ] {} <Debug> HTTP-Session: a89b40cf-b5e8-4cb9-80f4-e69f8bf95d30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14802 | 2024.08.06 04:07:02.134015 [ 3 ] {} <Trace> HTTP-Session: a89b40cf-b5e8-4cb9-80f4-e69f8bf95d30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14803 | 2024.08.06 04:07:02.134201 [ 3 ] {fcb1dce2-b002-46cb-94be-65e593ff8d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14804 | 2024.08.06 04:07:02.134248 [ 3 ] {fcb1dce2-b002-46cb-94be-65e593ff8d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14805 | 2024.08.06 04:07:02.134397 [ 3 ] {fcb1dce2-b002-46cb-94be-65e593ff8d6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14806 | 2024.08.06 04:07:02.134886 [ 3 ] {fcb1dce2-b002-46cb-94be-65e593ff8d6a} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14807 | 2024.08.06 04:07:02.134925 [ 3 ] {fcb1dce2-b002-46cb-94be-65e593ff8d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
14808 | 2024.08.06 04:07:02.135257 [ 3 ] {fcb1dce2-b002-46cb-94be-65e593ff8d6a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14809 | 2024.08.06 04:07:02.135562 [ 3 ] {fcb1dce2-b002-46cb-94be-65e593ff8d6a} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14810 | 2024.08.06 04:07:02.135712 [ 3 ] {fcb1dce2-b002-46cb-94be-65e593ff8d6a} <Debug> executeQuery: Read 305 rows, 27.53 KiB in 0.001605 sec., 190031.15264797508 rows/sec., 16.75 MiB/sec. | ||
14811 | 2024.08.06 04:07:02.135890 [ 3 ] {fcb1dce2-b002-46cb-94be-65e593ff8d6a} <Debug> DynamicQueryHandler: Done processing query | ||
14812 | 2024.08.06 04:07:02.135915 [ 3 ] {fcb1dce2-b002-46cb-94be-65e593ff8d6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
14813 | 2024.08.06 04:07:02.135931 [ 3 ] {} <Debug> HTTP-Session: a89b40cf-b5e8-4cb9-80f4-e69f8bf95d30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14814 | 2024.08.06 04:07:02.136212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 69702, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14815 | 2024.08.06 04:07:02.136262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14816 | 2024.08.06 04:07:02.136281 [ 3 ] {} <Debug> HTTP-Session: 191fb600-f3d8-40fc-b55c-c9fba729490d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14817 | 2024.08.06 04:07:02.136297 [ 3 ] {} <Debug> HTTP-Session: 191fb600-f3d8-40fc-b55c-c9fba729490d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14818 | 2024.08.06 04:07:02.136311 [ 3 ] {} <Debug> HTTP-Session: 191fb600-f3d8-40fc-b55c-c9fba729490d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14819 | 2024.08.06 04:07:02.136343 [ 3 ] {} <Trace> HTTP-Session: 191fb600-f3d8-40fc-b55c-c9fba729490d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14820 | 2024.08.06 04:07:02.136576 [ 3 ] {dcc40bb7-2328-4836-a9e8-99cb56703420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14821 | 2024.08.06 04:07:02.136622 [ 3 ] {dcc40bb7-2328-4836-a9e8-99cb56703420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14822 | 2024.08.06 04:07:02.136754 [ 3 ] {dcc40bb7-2328-4836-a9e8-99cb56703420} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14823 | 2024.08.06 04:07:02.137306 [ 3 ] {dcc40bb7-2328-4836-a9e8-99cb56703420} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14824 | 2024.08.06 04:07:02.137343 [ 3 ] {dcc40bb7-2328-4836-a9e8-99cb56703420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
14825 | 2024.08.06 04:07:02.137670 [ 3 ] {dcc40bb7-2328-4836-a9e8-99cb56703420} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14826 | 2024.08.06 04:07:02.137984 [ 3 ] {dcc40bb7-2328-4836-a9e8-99cb56703420} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14827 | 2024.08.06 04:07:02.138137 [ 3 ] {dcc40bb7-2328-4836-a9e8-99cb56703420} <Debug> executeQuery: Read 430 rows, 31.32 KiB in 0.001682 sec., 255648.03804994057 rows/sec., 18.18 MiB/sec. | ||
14828 | 2024.08.06 04:07:02.138318 [ 3 ] {dcc40bb7-2328-4836-a9e8-99cb56703420} <Debug> DynamicQueryHandler: Done processing query | ||
14829 | 2024.08.06 04:07:02.138342 [ 3 ] {dcc40bb7-2328-4836-a9e8-99cb56703420} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
14830 | 2024.08.06 04:07:02.138358 [ 3 ] {} <Debug> HTTP-Session: 191fb600-f3d8-40fc-b55c-c9fba729490d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14831 | 2024.08.06 04:07:02.138561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14832 | 2024.08.06 04:07:02.138610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14833 | 2024.08.06 04:07:02.138630 [ 3 ] {} <Debug> HTTP-Session: 2c4ccce0-b673-4b31-8d63-0896541cd5d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14834 | 2024.08.06 04:07:02.138646 [ 3 ] {} <Debug> HTTP-Session: 2c4ccce0-b673-4b31-8d63-0896541cd5d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14835 | 2024.08.06 04:07:02.138659 [ 3 ] {} <Debug> HTTP-Session: 2c4ccce0-b673-4b31-8d63-0896541cd5d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14836 | 2024.08.06 04:07:02.138690 [ 3 ] {} <Trace> HTTP-Session: 2c4ccce0-b673-4b31-8d63-0896541cd5d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14837 | 2024.08.06 04:07:02.138786 [ 3 ] {d56c89b7-22e9-4e75-8a59-f7b5fa96055e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14838 | 2024.08.06 04:07:02.138838 [ 3 ] {d56c89b7-22e9-4e75-8a59-f7b5fa96055e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14839 | 2024.08.06 04:07:02.138979 [ 3 ] {d56c89b7-22e9-4e75-8a59-f7b5fa96055e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14840 | 2024.08.06 04:07:02.139252 [ 3 ] {d56c89b7-22e9-4e75-8a59-f7b5fa96055e} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14841 | 2024.08.06 04:07:02.139288 [ 3 ] {d56c89b7-22e9-4e75-8a59-f7b5fa96055e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
14842 | 2024.08.06 04:07:02.139648 [ 3 ] {d56c89b7-22e9-4e75-8a59-f7b5fa96055e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
14843 | 2024.08.06 04:07:02.139973 [ 3 ] {d56c89b7-22e9-4e75-8a59-f7b5fa96055e} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14844 | 2024.08.06 04:07:02.140132 [ 3 ] {d56c89b7-22e9-4e75-8a59-f7b5fa96055e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001362 sec., 4405.286343612335 rows/sec., 189.29 KiB/sec. | ||
14845 | 2024.08.06 04:07:02.140306 [ 3 ] {d56c89b7-22e9-4e75-8a59-f7b5fa96055e} <Debug> DynamicQueryHandler: Done processing query | ||
14846 | 2024.08.06 04:07:02.140330 [ 3 ] {d56c89b7-22e9-4e75-8a59-f7b5fa96055e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14847 | 2024.08.06 04:07:02.140346 [ 3 ] {} <Debug> HTTP-Session: 2c4ccce0-b673-4b31-8d63-0896541cd5d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14848 | 2024.08.06 04:07:02.140502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14849 | 2024.08.06 04:07:02.140551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14850 | 2024.08.06 04:07:02.140570 [ 3 ] {} <Debug> HTTP-Session: a90f6ec0-ccf3-477f-aace-7ef6938af19d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14851 | 2024.08.06 04:07:02.140586 [ 3 ] {} <Debug> HTTP-Session: a90f6ec0-ccf3-477f-aace-7ef6938af19d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14852 | 2024.08.06 04:07:02.140600 [ 3 ] {} <Debug> HTTP-Session: a90f6ec0-ccf3-477f-aace-7ef6938af19d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14853 | 2024.08.06 04:07:02.140631 [ 3 ] {} <Trace> HTTP-Session: a90f6ec0-ccf3-477f-aace-7ef6938af19d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14854 | 2024.08.06 04:07:02.140747 [ 3 ] {83bad90f-0ed0-4e48-b6cb-a52369696a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
14855 | 2024.08.06 04:07:02.140795 [ 3 ] {83bad90f-0ed0-4e48-b6cb-a52369696a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
14856 | 2024.08.06 04:07:02.140940 [ 3 ] {83bad90f-0ed0-4e48-b6cb-a52369696a83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14857 | 2024.08.06 04:07:02.141251 [ 3 ] {83bad90f-0ed0-4e48-b6cb-a52369696a83} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14858 | 2024.08.06 04:07:02.141286 [ 3 ] {83bad90f-0ed0-4e48-b6cb-a52369696a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
14859 | 2024.08.06 04:07:02.141650 [ 3 ] {83bad90f-0ed0-4e48-b6cb-a52369696a83} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
14860 | 2024.08.06 04:07:02.142001 [ 3 ] {83bad90f-0ed0-4e48-b6cb-a52369696a83} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14861 | 2024.08.06 04:07:02.142153 [ 3 ] {83bad90f-0ed0-4e48-b6cb-a52369696a83} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001444 sec., 53324.09972299169 rows/sec., 3.28 MiB/sec. | ||
14862 | 2024.08.06 04:07:02.142334 [ 3 ] {83bad90f-0ed0-4e48-b6cb-a52369696a83} <Debug> DynamicQueryHandler: Done processing query | ||
14863 | 2024.08.06 04:07:02.142358 [ 3 ] {83bad90f-0ed0-4e48-b6cb-a52369696a83} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14864 | 2024.08.06 04:07:02.142374 [ 3 ] {} <Debug> HTTP-Session: a90f6ec0-ccf3-477f-aace-7ef6938af19d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14865 | 2024.08.06 04:07:02.142541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14866 | 2024.08.06 04:07:02.142589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14867 | 2024.08.06 04:07:02.142609 [ 3 ] {} <Debug> HTTP-Session: 1fb39099-c873-4e39-8d85-d05f8215c8ad Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14868 | 2024.08.06 04:07:02.142625 [ 3 ] {} <Debug> HTTP-Session: 1fb39099-c873-4e39-8d85-d05f8215c8ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14869 | 2024.08.06 04:07:02.142639 [ 3 ] {} <Debug> HTTP-Session: 1fb39099-c873-4e39-8d85-d05f8215c8ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14870 | 2024.08.06 04:07:02.142670 [ 3 ] {} <Trace> HTTP-Session: 1fb39099-c873-4e39-8d85-d05f8215c8ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14871 | 2024.08.06 04:07:02.142816 [ 3 ] {b14e28e8-6ddb-48a1-987c-3cd4e4091d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14872 | 2024.08.06 04:07:02.142861 [ 3 ] {b14e28e8-6ddb-48a1-987c-3cd4e4091d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14873 | 2024.08.06 04:07:02.143005 [ 3 ] {b14e28e8-6ddb-48a1-987c-3cd4e4091d3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14874 | 2024.08.06 04:07:02.143368 [ 3 ] {b14e28e8-6ddb-48a1-987c-3cd4e4091d3a} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14875 | 2024.08.06 04:07:02.143404 [ 3 ] {b14e28e8-6ddb-48a1-987c-3cd4e4091d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
14876 | 2024.08.06 04:07:02.143777 [ 3 ] {b14e28e8-6ddb-48a1-987c-3cd4e4091d3a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14877 | 2024.08.06 04:07:02.144122 [ 3 ] {b14e28e8-6ddb-48a1-987c-3cd4e4091d3a} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14878 | 2024.08.06 04:07:02.144272 [ 3 ] {b14e28e8-6ddb-48a1-987c-3cd4e4091d3a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001523 sec., 105055.81089954037 rows/sec., 7.32 MiB/sec. | ||
14879 | 2024.08.06 04:07:02.144444 [ 3 ] {b14e28e8-6ddb-48a1-987c-3cd4e4091d3a} <Debug> DynamicQueryHandler: Done processing query | ||
14880 | 2024.08.06 04:07:02.144468 [ 3 ] {b14e28e8-6ddb-48a1-987c-3cd4e4091d3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14881 | 2024.08.06 04:07:02.144485 [ 3 ] {} <Debug> HTTP-Session: 1fb39099-c873-4e39-8d85-d05f8215c8ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14882 | 2024.08.06 04:07:02.144670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 77285, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14883 | 2024.08.06 04:07:02.144718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14884 | 2024.08.06 04:07:02.144737 [ 3 ] {} <Debug> HTTP-Session: dda70b6c-935f-4ed5-8129-96c4bf53ca11 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14885 | 2024.08.06 04:07:02.144753 [ 3 ] {} <Debug> HTTP-Session: dda70b6c-935f-4ed5-8129-96c4bf53ca11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14886 | 2024.08.06 04:07:02.144766 [ 3 ] {} <Debug> HTTP-Session: dda70b6c-935f-4ed5-8129-96c4bf53ca11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14887 | 2024.08.06 04:07:02.144797 [ 3 ] {} <Trace> HTTP-Session: dda70b6c-935f-4ed5-8129-96c4bf53ca11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14888 | 2024.08.06 04:07:02.145248 [ 3 ] {00ef9b9e-2670-4343-8c92-e3e8985284bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14889 | 2024.08.06 04:07:02.145313 [ 3 ] {00ef9b9e-2670-4343-8c92-e3e8985284bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14890 | 2024.08.06 04:07:02.145720 [ 3 ] {00ef9b9e-2670-4343-8c92-e3e8985284bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14891 | 2024.08.06 04:07:02.146592 [ 3 ] {00ef9b9e-2670-4343-8c92-e3e8985284bb} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14892 | 2024.08.06 04:07:02.146628 [ 3 ] {00ef9b9e-2670-4343-8c92-e3e8985284bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
14893 | 2024.08.06 04:07:02.147277 [ 3 ] {00ef9b9e-2670-4343-8c92-e3e8985284bb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14894 | 2024.08.06 04:07:02.147678 [ 3 ] {00ef9b9e-2670-4343-8c92-e3e8985284bb} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14895 | 2024.08.06 04:07:02.147863 [ 3 ] {00ef9b9e-2670-4343-8c92-e3e8985284bb} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.002961 sec., 16210.739614994935 rows/sec., 29.05 MiB/sec. | ||
14896 | 2024.08.06 04:07:02.148088 [ 3 ] {00ef9b9e-2670-4343-8c92-e3e8985284bb} <Debug> DynamicQueryHandler: Done processing query | ||
14897 | 2024.08.06 04:07:02.148113 [ 3 ] {00ef9b9e-2670-4343-8c92-e3e8985284bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
14898 | 2024.08.06 04:07:02.148129 [ 3 ] {} <Debug> HTTP-Session: dda70b6c-935f-4ed5-8129-96c4bf53ca11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14899 | 2024.08.06 04:07:02.148259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14900 | 2024.08.06 04:07:02.148308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14901 | 2024.08.06 04:07:02.148327 [ 3 ] {} <Debug> HTTP-Session: 563e82b7-e8e5-4ac8-ae82-024d2a0b8101 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14902 | 2024.08.06 04:07:02.148343 [ 3 ] {} <Debug> HTTP-Session: 563e82b7-e8e5-4ac8-ae82-024d2a0b8101 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14903 | 2024.08.06 04:07:02.148356 [ 3 ] {} <Debug> HTTP-Session: 563e82b7-e8e5-4ac8-ae82-024d2a0b8101 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14904 | 2024.08.06 04:07:02.148387 [ 3 ] {} <Trace> HTTP-Session: 563e82b7-e8e5-4ac8-ae82-024d2a0b8101 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14905 | 2024.08.06 04:07:02.148488 [ 3 ] {985519a3-6739-4de1-9c6d-21b49c71dc86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14906 | 2024.08.06 04:07:02.148531 [ 3 ] {985519a3-6739-4de1-9c6d-21b49c71dc86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14907 | 2024.08.06 04:07:02.148658 [ 3 ] {985519a3-6739-4de1-9c6d-21b49c71dc86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14908 | 2024.08.06 04:07:02.148937 [ 3 ] {985519a3-6739-4de1-9c6d-21b49c71dc86} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14909 | 2024.08.06 04:07:02.148972 [ 3 ] {985519a3-6739-4de1-9c6d-21b49c71dc86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
14910 | 2024.08.06 04:07:02.149326 [ 3 ] {985519a3-6739-4de1-9c6d-21b49c71dc86} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
14911 | 2024.08.06 04:07:02.149637 [ 3 ] {985519a3-6739-4de1-9c6d-21b49c71dc86} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14912 | 2024.08.06 04:07:02.149795 [ 3 ] {985519a3-6739-4de1-9c6d-21b49c71dc86} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001327 sec., 17332.32856066315 rows/sec., 937.56 KiB/sec. | ||
14913 | 2024.08.06 04:07:02.149800 [ 138 ] {} <Debug> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
14914 | 2024.08.06 04:07:02.149908 [ 138 ] {} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14915 | 2024.08.06 04:07:02.149952 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
14916 | 2024.08.06 04:07:02.150064 [ 3 ] {985519a3-6739-4de1-9c6d-21b49c71dc86} <Debug> DynamicQueryHandler: Done processing query | ||
14917 | 2024.08.06 04:07:02.150130 [ 3 ] {985519a3-6739-4de1-9c6d-21b49c71dc86} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14918 | 2024.08.06 04:07:02.150183 [ 3 ] {} <Debug> HTTP-Session: 563e82b7-e8e5-4ac8-ae82-024d2a0b8101 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14919 | 2024.08.06 04:07:02.150284 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::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 | ||
14920 | 2024.08.06 04:07:02.150436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14921 | 2024.08.06 04:07:02.150603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14922 | 2024.08.06 04:07:02.150675 [ 3 ] {} <Debug> HTTP-Session: feb8d9df-4a7e-4f17-913c-2ae8a2662233 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14923 | 2024.08.06 04:07:02.150726 [ 3 ] {} <Debug> HTTP-Session: feb8d9df-4a7e-4f17-913c-2ae8a2662233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14924 | 2024.08.06 04:07:02.150760 [ 3 ] {} <Debug> HTTP-Session: feb8d9df-4a7e-4f17-913c-2ae8a2662233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14925 | 2024.08.06 04:07:02.150817 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14926 | 2024.08.06 04:07:02.150833 [ 3 ] {} <Trace> HTTP-Session: feb8d9df-4a7e-4f17-913c-2ae8a2662233 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14927 | 2024.08.06 04:07:02.150883 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 832 rows starting from the beginning of the part | ||
14928 | 2024.08.06 04:07:02.151086 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 23 rows starting from the beginning of the part | ||
14929 | 2024.08.06 04:07:02.151136 [ 3 ] {f770d744-c52a-4c8b-82b3-72af486c280c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14930 | 2024.08.06 04:07:02.151325 [ 3 ] {f770d744-c52a-4c8b-82b3-72af486c280c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14931 | 2024.08.06 04:07:02.151358 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 23 rows starting from the beginning of the part | ||
14932 | 2024.08.06 04:07:02.151662 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part | ||
14933 | 2024.08.06 04:07:02.151948 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 29 rows starting from the beginning of the part | ||
14934 | 2024.08.06 04:07:02.152292 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 23 rows starting from the beginning of the part | ||
14935 | 2024.08.06 04:07:02.152742 [ 3 ] {f770d744-c52a-4c8b-82b3-72af486c280c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14936 | 2024.08.06 04:07:02.153771 [ 3 ] {f770d744-c52a-4c8b-82b3-72af486c280c} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14937 | 2024.08.06 04:07:02.153841 [ 3 ] {f770d744-c52a-4c8b-82b3-72af486c280c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
14938 | 2024.08.06 04:07:02.154629 [ 3 ] {f770d744-c52a-4c8b-82b3-72af486c280c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14939 | 2024.08.06 04:07:02.155595 [ 3 ] {f770d744-c52a-4c8b-82b3-72af486c280c} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14940 | 2024.08.06 04:07:02.155650 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 962 rows, containing 4 columns (4 merged, 0 gathered) in 0.005604592 sec., 171644.96541407474 rows/sec., 9.21 MiB/sec. | ||
14941 | 2024.08.06 04:07:02.155887 [ 3 ] {f770d744-c52a-4c8b-82b3-72af486c280c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004916 sec., 12205.044751830756 rows/sec., 842.28 KiB/sec. | ||
14942 | 2024.08.06 04:07:02.155929 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
14943 | 2024.08.06 04:07:02.156235 [ 3 ] {f770d744-c52a-4c8b-82b3-72af486c280c} <Debug> DynamicQueryHandler: Done processing query | ||
14944 | 2024.08.06 04:07:02.156290 [ 3 ] {f770d744-c52a-4c8b-82b3-72af486c280c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14945 | 2024.08.06 04:07:02.156342 [ 3 ] {} <Debug> HTTP-Session: feb8d9df-4a7e-4f17-913c-2ae8a2662233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14946 | 2024.08.06 04:07:02.156586 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_41_8} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14947 | 2024.08.06 04:07:02.156670 [ 197 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_41_8} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
14948 | 2024.08.06 04:07:02.156753 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
14949 | 2024.08.06 04:07:06.020436 [ 162 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14950 | 2024.08.06 04:07:06.020531 [ 162 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14951 | 2024.08.06 04:07:07.125145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14952 | 2024.08.06 04:07:07.125269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14953 | 2024.08.06 04:07:07.125297 [ 3 ] {} <Debug> HTTP-Session: 5b8a824b-d6b2-4ece-874b-fc16942f1373 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14954 | 2024.08.06 04:07:07.125324 [ 3 ] {} <Debug> HTTP-Session: 5b8a824b-d6b2-4ece-874b-fc16942f1373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14955 | 2024.08.06 04:07:07.125342 [ 3 ] {} <Debug> HTTP-Session: 5b8a824b-d6b2-4ece-874b-fc16942f1373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14956 | 2024.08.06 04:07:07.125397 [ 3 ] {} <Trace> HTTP-Session: 5b8a824b-d6b2-4ece-874b-fc16942f1373 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14957 | 2024.08.06 04:07:07.125593 [ 3 ] {16ff8bf5-5fe7-4b07-8330-ae6b30391232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14958 | 2024.08.06 04:07:07.125670 [ 3 ] {16ff8bf5-5fe7-4b07-8330-ae6b30391232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14959 | 2024.08.06 04:07:07.125901 [ 3 ] {16ff8bf5-5fe7-4b07-8330-ae6b30391232} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14960 | 2024.08.06 04:07:07.126375 [ 3 ] {16ff8bf5-5fe7-4b07-8330-ae6b30391232} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14961 | 2024.08.06 04:07:07.126417 [ 3 ] {16ff8bf5-5fe7-4b07-8330-ae6b30391232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
14962 | 2024.08.06 04:07:07.126785 [ 3 ] {16ff8bf5-5fe7-4b07-8330-ae6b30391232} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14963 | 2024.08.06 04:07:07.127127 [ 3 ] {16ff8bf5-5fe7-4b07-8330-ae6b30391232} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14964 | 2024.08.06 04:07:07.127287 [ 3 ] {16ff8bf5-5fe7-4b07-8330-ae6b30391232} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001749 sec., 1715.2658662092626 rows/sec., 139.03 KiB/sec. | ||
14965 | 2024.08.06 04:07:07.127323 [ 49 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14966 | 2024.08.06 04:07:07.127427 [ 49 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14967 | 2024.08.06 04:07:07.127462 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
14968 | 2024.08.06 04:07:07.127555 [ 3 ] {16ff8bf5-5fe7-4b07-8330-ae6b30391232} <Debug> DynamicQueryHandler: Done processing query | ||
14969 | 2024.08.06 04:07:07.127641 [ 3 ] {16ff8bf5-5fe7-4b07-8330-ae6b30391232} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14970 | 2024.08.06 04:07:07.127690 [ 3 ] {} <Debug> HTTP-Session: 5b8a824b-d6b2-4ece-874b-fc16942f1373 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14971 | 2024.08.06 04:07:07.127768 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
14972 | 2024.08.06 04:07:07.128021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14973 | 2024.08.06 04:07:07.128223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14974 | 2024.08.06 04:07:07.128309 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14975 | 2024.08.06 04:07:07.128334 [ 3 ] {} <Debug> HTTP-Session: e2ef4278-2d5b-40b0-9c17-59e15f307ce9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
14976 | 2024.08.06 04:07:07.128431 [ 3 ] {} <Debug> HTTP-Session: e2ef4278-2d5b-40b0-9c17-59e15f307ce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14977 | 2024.08.06 04:07:07.128446 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 48 rows starting from the beginning of the part | ||
14978 | 2024.08.06 04:07:07.128515 [ 3 ] {} <Debug> HTTP-Session: e2ef4278-2d5b-40b0-9c17-59e15f307ce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14979 | 2024.08.06 04:07:07.128680 [ 3 ] {} <Trace> HTTP-Session: e2ef4278-2d5b-40b0-9c17-59e15f307ce9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14980 | 2024.08.06 04:07:07.128888 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 3 rows starting from the beginning of the part | ||
14981 | 2024.08.06 04:07:07.129136 [ 3 ] {0e69fa05-2c6a-4d6c-bbe6-3b5cf4be2135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14982 | 2024.08.06 04:07:07.129373 [ 3 ] {0e69fa05-2c6a-4d6c-bbe6-3b5cf4be2135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14983 | 2024.08.06 04:07:07.129411 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 50 rows starting from the beginning of the part | ||
14984 | 2024.08.06 04:07:07.129908 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 3 rows starting from the beginning of the part | ||
14985 | 2024.08.06 04:07:07.130567 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 54 rows starting from the beginning of the part | ||
14986 | 2024.08.06 04:07:07.131003 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 3 rows starting from the beginning of the part | ||
14987 | 2024.08.06 04:07:07.131193 [ 3 ] {0e69fa05-2c6a-4d6c-bbe6-3b5cf4be2135} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14988 | 2024.08.06 04:07:07.131905 [ 3 ] {0e69fa05-2c6a-4d6c-bbe6-3b5cf4be2135} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14989 | 2024.08.06 04:07:07.131945 [ 3 ] {0e69fa05-2c6a-4d6c-bbe6-3b5cf4be2135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
14990 | 2024.08.06 04:07:07.132406 [ 3 ] {0e69fa05-2c6a-4d6c-bbe6-3b5cf4be2135} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
14991 | 2024.08.06 04:07:07.132778 [ 200 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 161 rows, containing 4 columns (4 merged, 0 gathered) in 0.005229423 sec., 30787.335428784398 rows/sec., 2.35 MiB/sec. | ||
14992 | 2024.08.06 04:07:07.133006 [ 3 ] {0e69fa05-2c6a-4d6c-bbe6-3b5cf4be2135} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14993 | 2024.08.06 04:07:07.133036 [ 190 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14994 | 2024.08.06 04:07:07.133310 [ 3 ] {0e69fa05-2c6a-4d6c-bbe6-3b5cf4be2135} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004365 sec., 916.3802978235968 rows/sec., 74.72 KiB/sec. | ||
14995 | 2024.08.06 04:07:07.133695 [ 3 ] {0e69fa05-2c6a-4d6c-bbe6-3b5cf4be2135} <Debug> DynamicQueryHandler: Done processing query | ||
14996 | 2024.08.06 04:07:07.133730 [ 3 ] {0e69fa05-2c6a-4d6c-bbe6-3b5cf4be2135} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14997 | 2024.08.06 04:07:07.133775 [ 3 ] {} <Debug> HTTP-Session: e2ef4278-2d5b-40b0-9c17-59e15f307ce9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14998 | 2024.08.06 04:07:07.133953 [ 190 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_76_15} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14999 | 2024.08.06 04:07:07.133971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15000 | 2024.08.06 04:07:07.134071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15001 | 2024.08.06 04:07:07.134094 [ 3 ] {} <Debug> HTTP-Session: 2c3c0aa9-9723-48c7-9cad-b0fe3ac3d248 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15002 | 2024.08.06 04:07:07.134114 [ 190 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_76_15} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
15003 | 2024.08.06 04:07:07.134124 [ 3 ] {} <Debug> HTTP-Session: 2c3c0aa9-9723-48c7-9cad-b0fe3ac3d248 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15004 | 2024.08.06 04:07:07.134156 [ 3 ] {} <Debug> HTTP-Session: 2c3c0aa9-9723-48c7-9cad-b0fe3ac3d248 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15005 | 2024.08.06 04:07:07.134228 [ 3 ] {} <Trace> HTTP-Session: 2c3c0aa9-9723-48c7-9cad-b0fe3ac3d248 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15006 | 2024.08.06 04:07:07.134267 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
15007 | 2024.08.06 04:07:07.134410 [ 3 ] {493d892c-cfa8-48a3-b2ff-7c4a67a9a099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15008 | 2024.08.06 04:07:07.134460 [ 3 ] {493d892c-cfa8-48a3-b2ff-7c4a67a9a099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15009 | 2024.08.06 04:07:07.134603 [ 3 ] {493d892c-cfa8-48a3-b2ff-7c4a67a9a099} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15010 | 2024.08.06 04:07:07.134957 [ 3 ] {493d892c-cfa8-48a3-b2ff-7c4a67a9a099} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15011 | 2024.08.06 04:07:07.134993 [ 3 ] {493d892c-cfa8-48a3-b2ff-7c4a67a9a099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15012 | 2024.08.06 04:07:07.135325 [ 3 ] {493d892c-cfa8-48a3-b2ff-7c4a67a9a099} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15013 | 2024.08.06 04:07:07.135634 [ 3 ] {493d892c-cfa8-48a3-b2ff-7c4a67a9a099} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15014 | 2024.08.06 04:07:07.135790 [ 3 ] {493d892c-cfa8-48a3-b2ff-7c4a67a9a099} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001421 sec., 47149.89444053484 rows/sec., 3.69 MiB/sec. | ||
15015 | 2024.08.06 04:07:07.135985 [ 3 ] {493d892c-cfa8-48a3-b2ff-7c4a67a9a099} <Debug> DynamicQueryHandler: Done processing query | ||
15016 | 2024.08.06 04:07:07.136009 [ 3 ] {493d892c-cfa8-48a3-b2ff-7c4a67a9a099} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15017 | 2024.08.06 04:07:07.136024 [ 3 ] {} <Debug> HTTP-Session: 2c3c0aa9-9723-48c7-9cad-b0fe3ac3d248 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15018 | 2024.08.06 04:07:07.136182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15019 | 2024.08.06 04:07:07.136231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15020 | 2024.08.06 04:07:07.136251 [ 3 ] {} <Debug> HTTP-Session: 4cb4d177-6e60-43d6-a801-be3c8310049f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15021 | 2024.08.06 04:07:07.136267 [ 3 ] {} <Debug> HTTP-Session: 4cb4d177-6e60-43d6-a801-be3c8310049f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15022 | 2024.08.06 04:07:07.136281 [ 3 ] {} <Debug> HTTP-Session: 4cb4d177-6e60-43d6-a801-be3c8310049f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15023 | 2024.08.06 04:07:07.136310 [ 3 ] {} <Trace> HTTP-Session: 4cb4d177-6e60-43d6-a801-be3c8310049f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15024 | 2024.08.06 04:07:07.136401 [ 3 ] {ea2d9505-3093-46fc-aafc-c68821703d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15025 | 2024.08.06 04:07:07.136444 [ 3 ] {ea2d9505-3093-46fc-aafc-c68821703d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15026 | 2024.08.06 04:07:07.136570 [ 3 ] {ea2d9505-3093-46fc-aafc-c68821703d73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15027 | 2024.08.06 04:07:07.136843 [ 3 ] {ea2d9505-3093-46fc-aafc-c68821703d73} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15028 | 2024.08.06 04:07:07.136879 [ 3 ] {ea2d9505-3093-46fc-aafc-c68821703d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15029 | 2024.08.06 04:07:07.137171 [ 3 ] {ea2d9505-3093-46fc-aafc-c68821703d73} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
15030 | 2024.08.06 04:07:07.137470 [ 3 ] {ea2d9505-3093-46fc-aafc-c68821703d73} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15031 | 2024.08.06 04:07:07.137629 [ 3 ] {ea2d9505-3093-46fc-aafc-c68821703d73} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001244 sec., 3215.434083601286 rows/sec., 224.52 KiB/sec. | ||
15032 | 2024.08.06 04:07:07.137951 [ 3 ] {ea2d9505-3093-46fc-aafc-c68821703d73} <Debug> DynamicQueryHandler: Done processing query | ||
15033 | 2024.08.06 04:07:07.137975 [ 3 ] {ea2d9505-3093-46fc-aafc-c68821703d73} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15034 | 2024.08.06 04:07:07.137991 [ 3 ] {} <Debug> HTTP-Session: 4cb4d177-6e60-43d6-a801-be3c8310049f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15035 | 2024.08.06 04:07:07.138108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15036 | 2024.08.06 04:07:07.138154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15037 | 2024.08.06 04:07:07.138173 [ 3 ] {} <Debug> HTTP-Session: 32335aaa-b192-48c6-81f8-125df97cb2de Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15038 | 2024.08.06 04:07:07.138189 [ 3 ] {} <Debug> HTTP-Session: 32335aaa-b192-48c6-81f8-125df97cb2de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15039 | 2024.08.06 04:07:07.138203 [ 3 ] {} <Debug> HTTP-Session: 32335aaa-b192-48c6-81f8-125df97cb2de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15040 | 2024.08.06 04:07:07.138234 [ 3 ] {} <Trace> HTTP-Session: 32335aaa-b192-48c6-81f8-125df97cb2de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15041 | 2024.08.06 04:07:07.138351 [ 3 ] {d929bbab-43e4-4e75-8648-7e08baaefd1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15042 | 2024.08.06 04:07:07.138394 [ 3 ] {d929bbab-43e4-4e75-8648-7e08baaefd1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15043 | 2024.08.06 04:07:07.138540 [ 3 ] {d929bbab-43e4-4e75-8648-7e08baaefd1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15044 | 2024.08.06 04:07:07.138872 [ 3 ] {d929bbab-43e4-4e75-8648-7e08baaefd1a} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15045 | 2024.08.06 04:07:07.138907 [ 3 ] {d929bbab-43e4-4e75-8648-7e08baaefd1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15046 | 2024.08.06 04:07:07.139218 [ 3 ] {d929bbab-43e4-4e75-8648-7e08baaefd1a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15047 | 2024.08.06 04:07:07.139526 [ 3 ] {d929bbab-43e4-4e75-8648-7e08baaefd1a} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15048 | 2024.08.06 04:07:07.139677 [ 3 ] {d929bbab-43e4-4e75-8648-7e08baaefd1a} <Debug> executeQuery: Read 71 rows, 5.68 KiB in 0.001365 sec., 52014.65201465202 rows/sec., 4.06 MiB/sec. | ||
15049 | 2024.08.06 04:07:07.139844 [ 3 ] {d929bbab-43e4-4e75-8648-7e08baaefd1a} <Debug> DynamicQueryHandler: Done processing query | ||
15050 | 2024.08.06 04:07:07.139868 [ 3 ] {d929bbab-43e4-4e75-8648-7e08baaefd1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15051 | 2024.08.06 04:07:07.139883 [ 3 ] {} <Debug> HTTP-Session: 32335aaa-b192-48c6-81f8-125df97cb2de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15052 | 2024.08.06 04:07:07.140050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15053 | 2024.08.06 04:07:07.140097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15054 | 2024.08.06 04:07:07.140115 [ 3 ] {} <Debug> HTTP-Session: 13db5931-ea1c-43d0-bdf4-7f810ff2751c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15055 | 2024.08.06 04:07:07.140131 [ 3 ] {} <Debug> HTTP-Session: 13db5931-ea1c-43d0-bdf4-7f810ff2751c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15056 | 2024.08.06 04:07:07.140145 [ 3 ] {} <Debug> HTTP-Session: 13db5931-ea1c-43d0-bdf4-7f810ff2751c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15057 | 2024.08.06 04:07:07.140175 [ 3 ] {} <Trace> HTTP-Session: 13db5931-ea1c-43d0-bdf4-7f810ff2751c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15058 | 2024.08.06 04:07:07.140331 [ 3 ] {6ca5b035-e8de-47f1-b072-e286499cad57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15059 | 2024.08.06 04:07:07.140378 [ 3 ] {6ca5b035-e8de-47f1-b072-e286499cad57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15060 | 2024.08.06 04:07:07.140522 [ 3 ] {6ca5b035-e8de-47f1-b072-e286499cad57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15061 | 2024.08.06 04:07:07.140931 [ 3 ] {6ca5b035-e8de-47f1-b072-e286499cad57} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15062 | 2024.08.06 04:07:07.140968 [ 3 ] {6ca5b035-e8de-47f1-b072-e286499cad57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15063 | 2024.08.06 04:07:07.141357 [ 3 ] {6ca5b035-e8de-47f1-b072-e286499cad57} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15064 | 2024.08.06 04:07:07.141691 [ 3 ] {6ca5b035-e8de-47f1-b072-e286499cad57} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15065 | 2024.08.06 04:07:07.141837 [ 3 ] {6ca5b035-e8de-47f1-b072-e286499cad57} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001573 sec., 102987.92116973935 rows/sec., 7.17 MiB/sec. | ||
15066 | 2024.08.06 04:07:07.142008 [ 3 ] {6ca5b035-e8de-47f1-b072-e286499cad57} <Debug> DynamicQueryHandler: Done processing query | ||
15067 | 2024.08.06 04:07:07.142033 [ 3 ] {6ca5b035-e8de-47f1-b072-e286499cad57} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15068 | 2024.08.06 04:07:07.142048 [ 3 ] {} <Debug> HTTP-Session: 13db5931-ea1c-43d0-bdf4-7f810ff2751c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15069 | 2024.08.06 04:07:07.142173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15070 | 2024.08.06 04:07:07.142221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15071 | 2024.08.06 04:07:07.142253 [ 3 ] {} <Debug> HTTP-Session: 65f1faf2-3a81-4a18-81f7-6db5befb70c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15072 | 2024.08.06 04:07:07.142308 [ 3 ] {} <Debug> HTTP-Session: 65f1faf2-3a81-4a18-81f7-6db5befb70c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15073 | 2024.08.06 04:07:07.142340 [ 3 ] {} <Debug> HTTP-Session: 65f1faf2-3a81-4a18-81f7-6db5befb70c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15074 | 2024.08.06 04:07:07.142383 [ 3 ] {} <Trace> HTTP-Session: 65f1faf2-3a81-4a18-81f7-6db5befb70c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15075 | 2024.08.06 04:07:07.142572 [ 3 ] {aba65855-8de1-4912-8432-4153379ce5e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15076 | 2024.08.06 04:07:07.142659 [ 3 ] {aba65855-8de1-4912-8432-4153379ce5e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15077 | 2024.08.06 04:07:07.143188 [ 3 ] {aba65855-8de1-4912-8432-4153379ce5e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15078 | 2024.08.06 04:07:07.143682 [ 3 ] {aba65855-8de1-4912-8432-4153379ce5e4} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15079 | 2024.08.06 04:07:07.143719 [ 3 ] {aba65855-8de1-4912-8432-4153379ce5e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15080 | 2024.08.06 04:07:07.144303 [ 3 ] {aba65855-8de1-4912-8432-4153379ce5e4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
15081 | 2024.08.06 04:07:07.144718 [ 3 ] {aba65855-8de1-4912-8432-4153379ce5e4} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15082 | 2024.08.06 04:07:07.144896 [ 3 ] {aba65855-8de1-4912-8432-4153379ce5e4} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.002406 sec., 1246.8827930174564 rows/sec., 2.23 MiB/sec. | ||
15083 | 2024.08.06 04:07:07.145118 [ 3 ] {aba65855-8de1-4912-8432-4153379ce5e4} <Debug> DynamicQueryHandler: Done processing query | ||
15084 | 2024.08.06 04:07:07.145144 [ 3 ] {aba65855-8de1-4912-8432-4153379ce5e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
15085 | 2024.08.06 04:07:07.145160 [ 3 ] {} <Debug> HTTP-Session: 65f1faf2-3a81-4a18-81f7-6db5befb70c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15086 | 2024.08.06 04:07:07.145282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15087 | 2024.08.06 04:07:07.145333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15088 | 2024.08.06 04:07:07.145353 [ 3 ] {} <Debug> HTTP-Session: 68c4e6ec-0479-47d0-9d32-bc5f74b434f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15089 | 2024.08.06 04:07:07.145369 [ 3 ] {} <Debug> HTTP-Session: 68c4e6ec-0479-47d0-9d32-bc5f74b434f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15090 | 2024.08.06 04:07:07.145383 [ 3 ] {} <Debug> HTTP-Session: 68c4e6ec-0479-47d0-9d32-bc5f74b434f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15091 | 2024.08.06 04:07:07.145413 [ 3 ] {} <Trace> HTTP-Session: 68c4e6ec-0479-47d0-9d32-bc5f74b434f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15092 | 2024.08.06 04:07:07.145527 [ 3 ] {26f7ad2b-91a7-4bf3-9939-af4981d7f66c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15093 | 2024.08.06 04:07:07.145573 [ 3 ] {26f7ad2b-91a7-4bf3-9939-af4981d7f66c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15094 | 2024.08.06 04:07:07.145706 [ 3 ] {26f7ad2b-91a7-4bf3-9939-af4981d7f66c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15095 | 2024.08.06 04:07:07.146005 [ 3 ] {26f7ad2b-91a7-4bf3-9939-af4981d7f66c} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15096 | 2024.08.06 04:07:07.146043 [ 3 ] {26f7ad2b-91a7-4bf3-9939-af4981d7f66c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15097 | 2024.08.06 04:07:07.146406 [ 3 ] {26f7ad2b-91a7-4bf3-9939-af4981d7f66c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15098 | 2024.08.06 04:07:07.146732 [ 3 ] {26f7ad2b-91a7-4bf3-9939-af4981d7f66c} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15099 | 2024.08.06 04:07:07.146888 [ 3 ] {26f7ad2b-91a7-4bf3-9939-af4981d7f66c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
15100 | 2024.08.06 04:07:07.147072 [ 3 ] {26f7ad2b-91a7-4bf3-9939-af4981d7f66c} <Debug> DynamicQueryHandler: Done processing query | ||
15101 | 2024.08.06 04:07:07.147098 [ 3 ] {26f7ad2b-91a7-4bf3-9939-af4981d7f66c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15102 | 2024.08.06 04:07:07.147113 [ 3 ] {} <Debug> HTTP-Session: 68c4e6ec-0479-47d0-9d32-bc5f74b434f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15103 | 2024.08.06 04:07:12.131728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15104 | 2024.08.06 04:07:12.131883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15105 | 2024.08.06 04:07:12.131915 [ 3 ] {} <Debug> HTTP-Session: 55941399-b61b-4187-a70e-a64502cf7f8a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15106 | 2024.08.06 04:07:12.131944 [ 3 ] {} <Debug> HTTP-Session: 55941399-b61b-4187-a70e-a64502cf7f8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15107 | 2024.08.06 04:07:12.131962 [ 3 ] {} <Debug> HTTP-Session: 55941399-b61b-4187-a70e-a64502cf7f8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15108 | 2024.08.06 04:07:12.132020 [ 3 ] {} <Trace> HTTP-Session: 55941399-b61b-4187-a70e-a64502cf7f8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15109 | 2024.08.06 04:07:12.132262 [ 3 ] {2c04acd8-2cec-4b70-9919-91f91b9680ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15110 | 2024.08.06 04:07:12.132331 [ 3 ] {2c04acd8-2cec-4b70-9919-91f91b9680ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15111 | 2024.08.06 04:07:12.132534 [ 3 ] {2c04acd8-2cec-4b70-9919-91f91b9680ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15112 | 2024.08.06 04:07:12.133082 [ 3 ] {2c04acd8-2cec-4b70-9919-91f91b9680ad} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15113 | 2024.08.06 04:07:12.133133 [ 3 ] {2c04acd8-2cec-4b70-9919-91f91b9680ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15114 | 2024.08.06 04:07:12.133517 [ 3 ] {2c04acd8-2cec-4b70-9919-91f91b9680ad} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15115 | 2024.08.06 04:07:12.134164 [ 3 ] {2c04acd8-2cec-4b70-9919-91f91b9680ad} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15116 | 2024.08.06 04:07:12.134540 [ 3 ] {2c04acd8-2cec-4b70-9919-91f91b9680ad} <Debug> executeQuery: Read 59 rows, 4.64 KiB in 0.002351 sec., 25095.703955763507 rows/sec., 1.93 MiB/sec. | ||
15117 | 2024.08.06 04:07:12.134762 [ 3 ] {2c04acd8-2cec-4b70-9919-91f91b9680ad} <Debug> DynamicQueryHandler: Done processing query | ||
15118 | 2024.08.06 04:07:12.134789 [ 3 ] {2c04acd8-2cec-4b70-9919-91f91b9680ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15119 | 2024.08.06 04:07:12.134806 [ 3 ] {} <Debug> HTTP-Session: 55941399-b61b-4187-a70e-a64502cf7f8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15120 | 2024.08.06 04:07:12.134938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15121 | 2024.08.06 04:07:12.134996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15122 | 2024.08.06 04:07:12.135018 [ 3 ] {} <Debug> HTTP-Session: 1be6bdde-cd3d-4961-9a79-2fc01aa731ad Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15123 | 2024.08.06 04:07:12.135036 [ 3 ] {} <Debug> HTTP-Session: 1be6bdde-cd3d-4961-9a79-2fc01aa731ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15124 | 2024.08.06 04:07:12.135050 [ 3 ] {} <Debug> HTTP-Session: 1be6bdde-cd3d-4961-9a79-2fc01aa731ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15125 | 2024.08.06 04:07:12.135084 [ 3 ] {} <Trace> HTTP-Session: 1be6bdde-cd3d-4961-9a79-2fc01aa731ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15126 | 2024.08.06 04:07:12.135187 [ 3 ] {c5bb5b18-8a4c-417d-91bf-d739946a859f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15127 | 2024.08.06 04:07:12.135236 [ 3 ] {c5bb5b18-8a4c-417d-91bf-d739946a859f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15128 | 2024.08.06 04:07:12.135374 [ 3 ] {c5bb5b18-8a4c-417d-91bf-d739946a859f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15129 | 2024.08.06 04:07:12.135677 [ 3 ] {c5bb5b18-8a4c-417d-91bf-d739946a859f} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15130 | 2024.08.06 04:07:12.135717 [ 3 ] {c5bb5b18-8a4c-417d-91bf-d739946a859f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15131 | 2024.08.06 04:07:12.136026 [ 3 ] {c5bb5b18-8a4c-417d-91bf-d739946a859f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
15132 | 2024.08.06 04:07:12.136348 [ 3 ] {c5bb5b18-8a4c-417d-91bf-d739946a859f} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15133 | 2024.08.06 04:07:12.136510 [ 3 ] {c5bb5b18-8a4c-417d-91bf-d739946a859f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001344 sec., 1488.095238095238 rows/sec., 121.34 KiB/sec. | ||
15134 | 2024.08.06 04:07:12.136513 [ 126 ] {} <Debug> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
15135 | 2024.08.06 04:07:12.136611 [ 126 ] {} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15136 | 2024.08.06 04:07:12.136662 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15137 | 2024.08.06 04:07:12.136792 [ 3 ] {c5bb5b18-8a4c-417d-91bf-d739946a859f} <Debug> DynamicQueryHandler: Done processing query | ||
15138 | 2024.08.06 04:07:12.136869 [ 3 ] {c5bb5b18-8a4c-417d-91bf-d739946a859f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15139 | 2024.08.06 04:07:12.136931 [ 3 ] {} <Debug> HTTP-Session: 1be6bdde-cd3d-4961-9a79-2fc01aa731ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15140 | 2024.08.06 04:07:12.137098 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::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 | ||
15141 | 2024.08.06 04:07:12.137253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 48478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15142 | 2024.08.06 04:07:12.137385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15143 | 2024.08.06 04:07:12.137386 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15144 | 2024.08.06 04:07:12.137417 [ 3 ] {} <Debug> HTTP-Session: 3546eeed-7245-4fcf-990c-cebda973998b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15145 | 2024.08.06 04:07:12.137457 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 16 rows starting from the beginning of the part | ||
15146 | 2024.08.06 04:07:12.137467 [ 3 ] {} <Debug> HTTP-Session: 3546eeed-7245-4fcf-990c-cebda973998b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15147 | 2024.08.06 04:07:12.137514 [ 3 ] {} <Debug> HTTP-Session: 3546eeed-7245-4fcf-990c-cebda973998b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15148 | 2024.08.06 04:07:12.137603 [ 3 ] {} <Trace> HTTP-Session: 3546eeed-7245-4fcf-990c-cebda973998b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15149 | 2024.08.06 04:07:12.137677 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
15150 | 2024.08.06 04:07:12.138027 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
15151 | 2024.08.06 04:07:12.138118 [ 3 ] {eae0b7ea-be4f-4547-8c87-9fa8270efa06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15152 | 2024.08.06 04:07:12.138282 [ 3 ] {eae0b7ea-be4f-4547-8c87-9fa8270efa06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15153 | 2024.08.06 04:07:12.138304 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
15154 | 2024.08.06 04:07:12.138618 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
15155 | 2024.08.06 04:07:12.139022 [ 190 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
15156 | 2024.08.06 04:07:12.139641 [ 3 ] {eae0b7ea-be4f-4547-8c87-9fa8270efa06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15157 | 2024.08.06 04:07:12.140778 [ 3 ] {eae0b7ea-be4f-4547-8c87-9fa8270efa06} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15158 | 2024.08.06 04:07:12.140850 [ 3 ] {eae0b7ea-be4f-4547-8c87-9fa8270efa06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15159 | 2024.08.06 04:07:12.141486 [ 200 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004740672 sec., 6750.097876419209 rows/sec., 550.42 KiB/sec. | ||
15160 | 2024.08.06 04:07:12.141640 [ 3 ] {eae0b7ea-be4f-4547-8c87-9fa8270efa06} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15161 | 2024.08.06 04:07:12.141647 [ 200 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
15162 | 2024.08.06 04:07:12.142083 [ 3 ] {eae0b7ea-be4f-4547-8c87-9fa8270efa06} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15163 | 2024.08.06 04:07:12.142293 [ 200 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_31_6} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15164 | 2024.08.06 04:07:12.142313 [ 3 ] {eae0b7ea-be4f-4547-8c87-9fa8270efa06} <Debug> executeQuery: Read 321 rows, 28.97 KiB in 0.004452 sec., 72102.42587601078 rows/sec., 6.36 MiB/sec. | ||
15165 | 2024.08.06 04:07:12.142584 [ 200 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_31_6} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
15166 | 2024.08.06 04:07:12.142865 [ 3 ] {eae0b7ea-be4f-4547-8c87-9fa8270efa06} <Debug> DynamicQueryHandler: Done processing query | ||
15167 | 2024.08.06 04:07:12.142889 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
15168 | 2024.08.06 04:07:12.142963 [ 3 ] {eae0b7ea-be4f-4547-8c87-9fa8270efa06} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
15169 | 2024.08.06 04:07:12.143027 [ 3 ] {} <Debug> HTTP-Session: 3546eeed-7245-4fcf-990c-cebda973998b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15170 | 2024.08.06 04:07:12.143212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15171 | 2024.08.06 04:07:12.143268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15172 | 2024.08.06 04:07:12.143289 [ 3 ] {} <Debug> HTTP-Session: 8f723654-82a1-458b-bbf2-41d533a36c64 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15173 | 2024.08.06 04:07:12.143307 [ 3 ] {} <Debug> HTTP-Session: 8f723654-82a1-458b-bbf2-41d533a36c64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15174 | 2024.08.06 04:07:12.143321 [ 3 ] {} <Debug> HTTP-Session: 8f723654-82a1-458b-bbf2-41d533a36c64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15175 | 2024.08.06 04:07:12.143354 [ 3 ] {} <Trace> HTTP-Session: 8f723654-82a1-458b-bbf2-41d533a36c64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15176 | 2024.08.06 04:07:12.143457 [ 3 ] {bde28ea8-704e-42f3-9dd9-636f540d1286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15177 | 2024.08.06 04:07:12.143506 [ 3 ] {bde28ea8-704e-42f3-9dd9-636f540d1286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15178 | 2024.08.06 04:07:12.143657 [ 3 ] {bde28ea8-704e-42f3-9dd9-636f540d1286} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15179 | 2024.08.06 04:07:12.143946 [ 3 ] {bde28ea8-704e-42f3-9dd9-636f540d1286} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15180 | 2024.08.06 04:07:12.143983 [ 3 ] {bde28ea8-704e-42f3-9dd9-636f540d1286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15181 | 2024.08.06 04:07:12.144293 [ 3 ] {bde28ea8-704e-42f3-9dd9-636f540d1286} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
15182 | 2024.08.06 04:07:12.144624 [ 3 ] {bde28ea8-704e-42f3-9dd9-636f540d1286} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15183 | 2024.08.06 04:07:12.144787 [ 3 ] {bde28ea8-704e-42f3-9dd9-636f540d1286} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001348 sec., 1483.679525222552 rows/sec., 103.60 KiB/sec. | ||
15184 | 2024.08.06 04:07:12.144789 [ 126 ] {} <Debug> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
15185 | 2024.08.06 04:07:12.144877 [ 126 ] {} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15186 | 2024.08.06 04:07:12.144927 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15187 | 2024.08.06 04:07:12.145077 [ 3 ] {bde28ea8-704e-42f3-9dd9-636f540d1286} <Debug> DynamicQueryHandler: Done processing query | ||
15188 | 2024.08.06 04:07:12.145078 [ 198 ] {22f214b7-975d-4517-80a0-49b4818f93de::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 | ||
15189 | 2024.08.06 04:07:12.145114 [ 3 ] {bde28ea8-704e-42f3-9dd9-636f540d1286} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15190 | 2024.08.06 04:07:12.145173 [ 3 ] {} <Debug> HTTP-Session: 8f723654-82a1-458b-bbf2-41d533a36c64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15191 | 2024.08.06 04:07:12.145284 [ 198 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15192 | 2024.08.06 04:07:12.145318 [ 198 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 16 rows starting from the beginning of the part | ||
15193 | 2024.08.06 04:07:12.145408 [ 198 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
15194 | 2024.08.06 04:07:12.145515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 72424, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15195 | 2024.08.06 04:07:12.145749 [ 198 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
15196 | 2024.08.06 04:07:12.145746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15197 | 2024.08.06 04:07:12.145876 [ 3 ] {} <Debug> HTTP-Session: bdd6fabd-91ce-4f8e-9d94-5f577e1d507a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15198 | 2024.08.06 04:07:12.145936 [ 3 ] {} <Debug> HTTP-Session: bdd6fabd-91ce-4f8e-9d94-5f577e1d507a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15199 | 2024.08.06 04:07:12.146004 [ 3 ] {} <Debug> HTTP-Session: bdd6fabd-91ce-4f8e-9d94-5f577e1d507a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15200 | 2024.08.06 04:07:12.146049 [ 198 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
15201 | 2024.08.06 04:07:12.146122 [ 3 ] {} <Trace> HTTP-Session: bdd6fabd-91ce-4f8e-9d94-5f577e1d507a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15202 | 2024.08.06 04:07:12.146372 [ 198 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
15203 | 2024.08.06 04:07:12.146615 [ 198 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
15204 | 2024.08.06 04:07:12.146654 [ 3 ] {c9e1c2e9-ff20-4d73-a03f-be5f91f0e44b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15205 | 2024.08.06 04:07:12.146869 [ 3 ] {c9e1c2e9-ff20-4d73-a03f-be5f91f0e44b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15206 | 2024.08.06 04:07:12.147454 [ 3 ] {c9e1c2e9-ff20-4d73-a03f-be5f91f0e44b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15207 | 2024.08.06 04:07:12.148624 [ 3 ] {c9e1c2e9-ff20-4d73-a03f-be5f91f0e44b} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15208 | 2024.08.06 04:07:12.148691 [ 3 ] {c9e1c2e9-ff20-4d73-a03f-be5f91f0e44b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15209 | 2024.08.06 04:07:12.149056 [ 200 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004057165 sec., 7887.280896882429 rows/sec., 550.72 KiB/sec. | ||
15210 | 2024.08.06 04:07:12.149290 [ 203 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
15211 | 2024.08.06 04:07:12.149412 [ 3 ] {c9e1c2e9-ff20-4d73-a03f-be5f91f0e44b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15212 | 2024.08.06 04:07:12.150481 [ 203 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_31_6} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15213 | 2024.08.06 04:07:12.150536 [ 3 ] {c9e1c2e9-ff20-4d73-a03f-be5f91f0e44b} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15214 | 2024.08.06 04:07:12.150670 [ 203 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_31_6} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
15215 | 2024.08.06 04:07:12.150855 [ 3 ] {c9e1c2e9-ff20-4d73-a03f-be5f91f0e44b} <Debug> executeQuery: Read 446 rows, 32.61 KiB in 0.004442 sec., 100405.22287257992 rows/sec., 7.17 MiB/sec. | ||
15216 | 2024.08.06 04:07:12.150888 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
15217 | 2024.08.06 04:07:12.151138 [ 3 ] {c9e1c2e9-ff20-4d73-a03f-be5f91f0e44b} <Debug> DynamicQueryHandler: Done processing query | ||
15218 | 2024.08.06 04:07:12.151170 [ 3 ] {c9e1c2e9-ff20-4d73-a03f-be5f91f0e44b} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
15219 | 2024.08.06 04:07:12.151186 [ 3 ] {} <Debug> HTTP-Session: bdd6fabd-91ce-4f8e-9d94-5f577e1d507a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15220 | 2024.08.06 04:07:12.151332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15221 | 2024.08.06 04:07:12.151383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15222 | 2024.08.06 04:07:12.151402 [ 3 ] {} <Debug> HTTP-Session: 3a3c7c83-d844-451e-bda0-ca04f0fe0755 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15223 | 2024.08.06 04:07:12.151418 [ 3 ] {} <Debug> HTTP-Session: 3a3c7c83-d844-451e-bda0-ca04f0fe0755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15224 | 2024.08.06 04:07:12.151432 [ 3 ] {} <Debug> HTTP-Session: 3a3c7c83-d844-451e-bda0-ca04f0fe0755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15225 | 2024.08.06 04:07:12.151463 [ 3 ] {} <Trace> HTTP-Session: 3a3c7c83-d844-451e-bda0-ca04f0fe0755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15226 | 2024.08.06 04:07:12.151563 [ 3 ] {3ce00028-d373-4ae6-928e-c74d067711e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15227 | 2024.08.06 04:07:12.151609 [ 3 ] {3ce00028-d373-4ae6-928e-c74d067711e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15228 | 2024.08.06 04:07:12.151754 [ 3 ] {3ce00028-d373-4ae6-928e-c74d067711e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15229 | 2024.08.06 04:07:12.152056 [ 3 ] {3ce00028-d373-4ae6-928e-c74d067711e3} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15230 | 2024.08.06 04:07:12.152094 [ 3 ] {3ce00028-d373-4ae6-928e-c74d067711e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15231 | 2024.08.06 04:07:12.152463 [ 3 ] {3ce00028-d373-4ae6-928e-c74d067711e3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
15232 | 2024.08.06 04:07:12.152799 [ 3 ] {3ce00028-d373-4ae6-928e-c74d067711e3} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15233 | 2024.08.06 04:07:12.152953 [ 126 ] {} <Debug> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
15234 | 2024.08.06 04:07:12.152960 [ 3 ] {3ce00028-d373-4ae6-928e-c74d067711e3} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001415 sec., 4240.282685512368 rows/sec., 182.20 KiB/sec. | ||
15235 | 2024.08.06 04:07:12.153007 [ 126 ] {} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15236 | 2024.08.06 04:07:12.153062 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15237 | 2024.08.06 04:07:12.153264 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::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 | ||
15238 | 2024.08.06 04:07:12.153283 [ 3 ] {3ce00028-d373-4ae6-928e-c74d067711e3} <Debug> DynamicQueryHandler: Done processing query | ||
15239 | 2024.08.06 04:07:12.153335 [ 3 ] {3ce00028-d373-4ae6-928e-c74d067711e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15240 | 2024.08.06 04:07:12.153379 [ 3 ] {} <Debug> HTTP-Session: 3a3c7c83-d844-451e-bda0-ca04f0fe0755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15241 | 2024.08.06 04:07:12.153499 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15242 | 2024.08.06 04:07:12.153557 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
15243 | 2024.08.06 04:07:12.153578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15244 | 2024.08.06 04:07:12.153735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15245 | 2024.08.06 04:07:12.153735 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
15246 | 2024.08.06 04:07:12.153826 [ 3 ] {} <Debug> HTTP-Session: 55276394-d44a-4568-9c4e-cb201c26e7a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15247 | 2024.08.06 04:07:12.153906 [ 3 ] {} <Debug> HTTP-Session: 55276394-d44a-4568-9c4e-cb201c26e7a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15248 | 2024.08.06 04:07:12.153980 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
15249 | 2024.08.06 04:07:12.153986 [ 3 ] {} <Debug> HTTP-Session: 55276394-d44a-4568-9c4e-cb201c26e7a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15250 | 2024.08.06 04:07:12.154143 [ 3 ] {} <Trace> HTTP-Session: 55276394-d44a-4568-9c4e-cb201c26e7a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15251 | 2024.08.06 04:07:12.154265 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
15252 | 2024.08.06 04:07:12.154541 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
15253 | 2024.08.06 04:07:12.154561 [ 3 ] {1e7244eb-719f-4c59-9be0-69c06e19607e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
15254 | 2024.08.06 04:07:12.154809 [ 3 ] {1e7244eb-719f-4c59-9be0-69c06e19607e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
15255 | 2024.08.06 04:07:12.154822 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
15256 | 2024.08.06 04:07:12.155597 [ 3 ] {1e7244eb-719f-4c59-9be0-69c06e19607e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15257 | 2024.08.06 04:07:12.156408 [ 3 ] {1e7244eb-719f-4c59-9be0-69c06e19607e} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15258 | 2024.08.06 04:07:12.156474 [ 3 ] {1e7244eb-719f-4c59-9be0-69c06e19607e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15259 | 2024.08.06 04:07:12.157674 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.004492096 sec., 54762.85457835273 rows/sec., 2.30 MiB/sec. | ||
15260 | 2024.08.06 04:07:12.157678 [ 3 ] {1e7244eb-719f-4c59-9be0-69c06e19607e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
15261 | 2024.08.06 04:07:12.157876 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
15262 | 2024.08.06 04:07:12.158692 [ 3 ] {1e7244eb-719f-4c59-9be0-69c06e19607e} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15263 | 2024.08.06 04:07:12.158830 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_41_8} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15264 | 2024.08.06 04:07:12.158979 [ 126 ] {} <Debug> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
15265 | 2024.08.06 04:07:12.159036 [ 3 ] {1e7244eb-719f-4c59-9be0-69c06e19607e} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004646 sec., 16573.396470081792 rows/sec., 1.02 MiB/sec. | ||
15266 | 2024.08.06 04:07:12.159070 [ 126 ] {} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15267 | 2024.08.06 04:07:12.159190 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15268 | 2024.08.06 04:07:12.159225 [ 199 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_41_8} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
15269 | 2024.08.06 04:07:12.159584 [ 3 ] {1e7244eb-719f-4c59-9be0-69c06e19607e} <Debug> DynamicQueryHandler: Done processing query | ||
15270 | 2024.08.06 04:07:12.159643 [ 3 ] {1e7244eb-719f-4c59-9be0-69c06e19607e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15271 | 2024.08.06 04:07:12.159673 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15272 | 2024.08.06 04:07:12.159690 [ 3 ] {} <Debug> HTTP-Session: 55276394-d44a-4568-9c4e-cb201c26e7a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15273 | 2024.08.06 04:07:12.159783 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::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 | ||
15274 | 2024.08.06 04:07:12.159947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15275 | 2024.08.06 04:07:12.160064 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15276 | 2024.08.06 04:07:12.160074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15277 | 2024.08.06 04:07:12.160144 [ 3 ] {} <Debug> HTTP-Session: 5a1ba4f6-48f0-47c8-8577-f84fdc9a4016 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15278 | 2024.08.06 04:07:12.160146 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2772 rows starting from the beginning of the part | ||
15279 | 2024.08.06 04:07:12.160169 [ 3 ] {} <Debug> HTTP-Session: 5a1ba4f6-48f0-47c8-8577-f84fdc9a4016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15280 | 2024.08.06 04:07:12.160210 [ 3 ] {} <Debug> HTTP-Session: 5a1ba4f6-48f0-47c8-8577-f84fdc9a4016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15281 | 2024.08.06 04:07:12.160369 [ 3 ] {} <Trace> HTTP-Session: 5a1ba4f6-48f0-47c8-8577-f84fdc9a4016 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15282 | 2024.08.06 04:07:12.160403 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 77 rows starting from the beginning of the part | ||
15283 | 2024.08.06 04:07:12.160685 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 77 rows starting from the beginning of the part | ||
15284 | 2024.08.06 04:07:12.160801 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 77 rows starting from the beginning of the part | ||
15285 | 2024.08.06 04:07:12.160915 [ 3 ] {f2dad50c-3aee-4b4f-80d3-b6a4cef495f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15286 | 2024.08.06 04:07:12.161146 [ 3 ] {f2dad50c-3aee-4b4f-80d3-b6a4cef495f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15287 | 2024.08.06 04:07:12.161184 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 77 rows starting from the beginning of the part | ||
15288 | 2024.08.06 04:07:12.161612 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 77 rows starting from the beginning of the part | ||
15289 | 2024.08.06 04:07:12.162358 [ 3 ] {f2dad50c-3aee-4b4f-80d3-b6a4cef495f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15290 | 2024.08.06 04:07:12.162981 [ 3 ] {f2dad50c-3aee-4b4f-80d3-b6a4cef495f5} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15291 | 2024.08.06 04:07:12.163041 [ 3 ] {f2dad50c-3aee-4b4f-80d3-b6a4cef495f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15292 | 2024.08.06 04:07:12.164163 [ 3 ] {f2dad50c-3aee-4b4f-80d3-b6a4cef495f5} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15293 | 2024.08.06 04:07:12.164889 [ 3 ] {f2dad50c-3aee-4b4f-80d3-b6a4cef495f5} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15294 | 2024.08.06 04:07:12.164967 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3157 rows, containing 5 columns (5 merged, 0 gathered) in 0.005486659 sec., 575395.7007351833 rows/sec., 35.43 MiB/sec. | ||
15295 | 2024.08.06 04:07:12.165141 [ 3 ] {f2dad50c-3aee-4b4f-80d3-b6a4cef495f5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004501 sec., 35769.82892690513 rows/sec., 2.49 MiB/sec. | ||
15296 | 2024.08.06 04:07:12.165299 [ 192 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
15297 | 2024.08.06 04:07:12.165367 [ 3 ] {f2dad50c-3aee-4b4f-80d3-b6a4cef495f5} <Debug> DynamicQueryHandler: Done processing query | ||
15298 | 2024.08.06 04:07:12.165395 [ 3 ] {f2dad50c-3aee-4b4f-80d3-b6a4cef495f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15299 | 2024.08.06 04:07:12.165413 [ 3 ] {} <Debug> HTTP-Session: 5a1ba4f6-48f0-47c8-8577-f84fdc9a4016 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15300 | 2024.08.06 04:07:12.165627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 85396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15301 | 2024.08.06 04:07:12.165683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15302 | 2024.08.06 04:07:12.165705 [ 3 ] {} <Debug> HTTP-Session: 71b29b68-4475-45a1-8bda-9810d48333ab Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15303 | 2024.08.06 04:07:12.165730 [ 3 ] {} <Debug> HTTP-Session: 71b29b68-4475-45a1-8bda-9810d48333ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15304 | 2024.08.06 04:07:12.165743 [ 192 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15305 | 2024.08.06 04:07:12.165750 [ 3 ] {} <Debug> HTTP-Session: 71b29b68-4475-45a1-8bda-9810d48333ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15306 | 2024.08.06 04:07:12.165805 [ 3 ] {} <Trace> HTTP-Session: 71b29b68-4475-45a1-8bda-9810d48333ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15307 | 2024.08.06 04:07:12.165842 [ 192 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
15308 | 2024.08.06 04:07:12.165973 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
15309 | 2024.08.06 04:07:12.166405 [ 3 ] {cb5d32f3-ccda-40b2-8b21-c7c5c38142f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15310 | 2024.08.06 04:07:12.166472 [ 3 ] {cb5d32f3-ccda-40b2-8b21-c7c5c38142f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15311 | 2024.08.06 04:07:12.166919 [ 3 ] {cb5d32f3-ccda-40b2-8b21-c7c5c38142f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15312 | 2024.08.06 04:07:12.167940 [ 3 ] {cb5d32f3-ccda-40b2-8b21-c7c5c38142f9} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15313 | 2024.08.06 04:07:12.167978 [ 3 ] {cb5d32f3-ccda-40b2-8b21-c7c5c38142f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15314 | 2024.08.06 04:07:12.168643 [ 3 ] {cb5d32f3-ccda-40b2-8b21-c7c5c38142f9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
15315 | 2024.08.06 04:07:12.169059 [ 3 ] {cb5d32f3-ccda-40b2-8b21-c7c5c38142f9} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15316 | 2024.08.06 04:07:12.169258 [ 3 ] {cb5d32f3-ccda-40b2-8b21-c7c5c38142f9} <Debug> executeQuery: Read 53 rows, 97.25 KiB in 0.003302 sec., 16050.878255602665 rows/sec., 28.76 MiB/sec. | ||
15317 | 2024.08.06 04:07:12.169505 [ 3 ] {cb5d32f3-ccda-40b2-8b21-c7c5c38142f9} <Debug> DynamicQueryHandler: Done processing query | ||
15318 | 2024.08.06 04:07:12.169531 [ 3 ] {cb5d32f3-ccda-40b2-8b21-c7c5c38142f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
15319 | 2024.08.06 04:07:12.169547 [ 3 ] {} <Debug> HTTP-Session: 71b29b68-4475-45a1-8bda-9810d48333ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15320 | 2024.08.06 04:07:12.169679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15321 | 2024.08.06 04:07:12.169731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15322 | 2024.08.06 04:07:12.169752 [ 3 ] {} <Debug> HTTP-Session: de0658bf-cf8f-4d00-a390-3bbd469e69c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15323 | 2024.08.06 04:07:12.169769 [ 3 ] {} <Debug> HTTP-Session: de0658bf-cf8f-4d00-a390-3bbd469e69c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15324 | 2024.08.06 04:07:12.169783 [ 3 ] {} <Debug> HTTP-Session: de0658bf-cf8f-4d00-a390-3bbd469e69c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15325 | 2024.08.06 04:07:12.169814 [ 3 ] {} <Trace> HTTP-Session: de0658bf-cf8f-4d00-a390-3bbd469e69c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15326 | 2024.08.06 04:07:12.169923 [ 3 ] {19a3d1b3-76c4-4048-8b17-dfc6b1f94080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15327 | 2024.08.06 04:07:12.169969 [ 3 ] {19a3d1b3-76c4-4048-8b17-dfc6b1f94080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15328 | 2024.08.06 04:07:12.170100 [ 3 ] {19a3d1b3-76c4-4048-8b17-dfc6b1f94080} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15329 | 2024.08.06 04:07:12.170377 [ 3 ] {19a3d1b3-76c4-4048-8b17-dfc6b1f94080} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15330 | 2024.08.06 04:07:12.170413 [ 3 ] {19a3d1b3-76c4-4048-8b17-dfc6b1f94080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15331 | 2024.08.06 04:07:12.170780 [ 3 ] {19a3d1b3-76c4-4048-8b17-dfc6b1f94080} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
15332 | 2024.08.06 04:07:12.171104 [ 3 ] {19a3d1b3-76c4-4048-8b17-dfc6b1f94080} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15333 | 2024.08.06 04:07:12.171261 [ 3 ] {19a3d1b3-76c4-4048-8b17-dfc6b1f94080} <Debug> executeQuery: Read 32 rows, 1.88 KiB in 0.001369 sec., 23374.72607742878 rows/sec., 1.34 MiB/sec. | ||
15334 | 2024.08.06 04:07:12.171427 [ 3 ] {19a3d1b3-76c4-4048-8b17-dfc6b1f94080} <Debug> DynamicQueryHandler: Done processing query | ||
15335 | 2024.08.06 04:07:12.171452 [ 3 ] {19a3d1b3-76c4-4048-8b17-dfc6b1f94080} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15336 | 2024.08.06 04:07:12.171468 [ 3 ] {} <Debug> HTTP-Session: de0658bf-cf8f-4d00-a390-3bbd469e69c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15337 | 2024.08.06 04:07:12.171632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15338 | 2024.08.06 04:07:12.171683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15339 | 2024.08.06 04:07:12.171702 [ 3 ] {} <Debug> HTTP-Session: a87d2b64-abce-43ec-b2ba-414c326f3504 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15340 | 2024.08.06 04:07:12.171719 [ 3 ] {} <Debug> HTTP-Session: a87d2b64-abce-43ec-b2ba-414c326f3504 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15341 | 2024.08.06 04:07:12.171732 [ 3 ] {} <Debug> HTTP-Session: a87d2b64-abce-43ec-b2ba-414c326f3504 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15342 | 2024.08.06 04:07:12.171763 [ 3 ] {} <Trace> HTTP-Session: a87d2b64-abce-43ec-b2ba-414c326f3504 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15343 | 2024.08.06 04:07:12.171881 [ 3 ] {9f07f315-a78f-46f7-abbc-2db0495a5fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15344 | 2024.08.06 04:07:12.171925 [ 3 ] {9f07f315-a78f-46f7-abbc-2db0495a5fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15345 | 2024.08.06 04:07:12.172056 [ 3 ] {9f07f315-a78f-46f7-abbc-2db0495a5fa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15346 | 2024.08.06 04:07:12.172415 [ 3 ] {9f07f315-a78f-46f7-abbc-2db0495a5fa1} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15347 | 2024.08.06 04:07:12.172454 [ 3 ] {9f07f315-a78f-46f7-abbc-2db0495a5fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15348 | 2024.08.06 04:07:12.172822 [ 3 ] {9f07f315-a78f-46f7-abbc-2db0495a5fa1} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15349 | 2024.08.06 04:07:12.173162 [ 3 ] {9f07f315-a78f-46f7-abbc-2db0495a5fa1} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15350 | 2024.08.06 04:07:12.173320 [ 3 ] {9f07f315-a78f-46f7-abbc-2db0495a5fa1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00147 sec., 40816.32653061225 rows/sec., 2.75 MiB/sec. | ||
15351 | 2024.08.06 04:07:12.173492 [ 3 ] {9f07f315-a78f-46f7-abbc-2db0495a5fa1} <Debug> DynamicQueryHandler: Done processing query | ||
15352 | 2024.08.06 04:07:12.173517 [ 3 ] {9f07f315-a78f-46f7-abbc-2db0495a5fa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15353 | 2024.08.06 04:07:12.173532 [ 3 ] {} <Debug> HTTP-Session: a87d2b64-abce-43ec-b2ba-414c326f3504 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15354 | 2024.08.06 04:07:17.125167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15355 | 2024.08.06 04:07:17.125341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15356 | 2024.08.06 04:07:17.125372 [ 3 ] {} <Debug> HTTP-Session: fe7e0c64-b727-4358-ae8a-cb3ea08f014d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15357 | 2024.08.06 04:07:17.125400 [ 3 ] {} <Debug> HTTP-Session: fe7e0c64-b727-4358-ae8a-cb3ea08f014d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15358 | 2024.08.06 04:07:17.125417 [ 3 ] {} <Debug> HTTP-Session: fe7e0c64-b727-4358-ae8a-cb3ea08f014d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15359 | 2024.08.06 04:07:17.125472 [ 3 ] {} <Trace> HTTP-Session: fe7e0c64-b727-4358-ae8a-cb3ea08f014d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15360 | 2024.08.06 04:07:17.125669 [ 3 ] {359572d5-aecb-4f8b-8a78-f9400f701f02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15361 | 2024.08.06 04:07:17.125746 [ 3 ] {359572d5-aecb-4f8b-8a78-f9400f701f02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15362 | 2024.08.06 04:07:17.125975 [ 3 ] {359572d5-aecb-4f8b-8a78-f9400f701f02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15363 | 2024.08.06 04:07:17.126444 [ 3 ] {359572d5-aecb-4f8b-8a78-f9400f701f02} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15364 | 2024.08.06 04:07:17.126487 [ 3 ] {359572d5-aecb-4f8b-8a78-f9400f701f02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15365 | 2024.08.06 04:07:17.126866 [ 3 ] {359572d5-aecb-4f8b-8a78-f9400f701f02} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15366 | 2024.08.06 04:07:17.127221 [ 3 ] {359572d5-aecb-4f8b-8a78-f9400f701f02} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15367 | 2024.08.06 04:07:17.127419 [ 3 ] {359572d5-aecb-4f8b-8a78-f9400f701f02} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.0018 sec., 1666.6666666666667 rows/sec., 135.09 KiB/sec. | ||
15368 | 2024.08.06 04:07:17.127735 [ 3 ] {359572d5-aecb-4f8b-8a78-f9400f701f02} <Debug> DynamicQueryHandler: Done processing query | ||
15369 | 2024.08.06 04:07:17.127800 [ 3 ] {359572d5-aecb-4f8b-8a78-f9400f701f02} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15370 | 2024.08.06 04:07:17.127853 [ 3 ] {} <Debug> HTTP-Session: fe7e0c64-b727-4358-ae8a-cb3ea08f014d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15371 | 2024.08.06 04:07:17.128019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15372 | 2024.08.06 04:07:17.128079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15373 | 2024.08.06 04:07:17.128099 [ 3 ] {} <Debug> HTTP-Session: ad31b42b-b4db-43ad-a82e-4e2653de65b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15374 | 2024.08.06 04:07:17.128117 [ 3 ] {} <Debug> HTTP-Session: ad31b42b-b4db-43ad-a82e-4e2653de65b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15375 | 2024.08.06 04:07:17.128130 [ 3 ] {} <Debug> HTTP-Session: ad31b42b-b4db-43ad-a82e-4e2653de65b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15376 | 2024.08.06 04:07:17.128166 [ 3 ] {} <Trace> HTTP-Session: ad31b42b-b4db-43ad-a82e-4e2653de65b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15377 | 2024.08.06 04:07:17.128279 [ 3 ] {7adaa91c-c993-4d6a-8199-b1b7399e7da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15378 | 2024.08.06 04:07:17.128328 [ 3 ] {7adaa91c-c993-4d6a-8199-b1b7399e7da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15379 | 2024.08.06 04:07:17.128479 [ 3 ] {7adaa91c-c993-4d6a-8199-b1b7399e7da5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15380 | 2024.08.06 04:07:17.128844 [ 3 ] {7adaa91c-c993-4d6a-8199-b1b7399e7da5} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15381 | 2024.08.06 04:07:17.128883 [ 3 ] {7adaa91c-c993-4d6a-8199-b1b7399e7da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15382 | 2024.08.06 04:07:17.129196 [ 3 ] {7adaa91c-c993-4d6a-8199-b1b7399e7da5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
15383 | 2024.08.06 04:07:17.129508 [ 3 ] {7adaa91c-c993-4d6a-8199-b1b7399e7da5} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15384 | 2024.08.06 04:07:17.129662 [ 3 ] {7adaa91c-c993-4d6a-8199-b1b7399e7da5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001408 sec., 2840.909090909091 rows/sec., 231.66 KiB/sec. | ||
15385 | 2024.08.06 04:07:17.129917 [ 3 ] {7adaa91c-c993-4d6a-8199-b1b7399e7da5} <Debug> DynamicQueryHandler: Done processing query | ||
15386 | 2024.08.06 04:07:17.129958 [ 3 ] {7adaa91c-c993-4d6a-8199-b1b7399e7da5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15387 | 2024.08.06 04:07:17.129975 [ 3 ] {} <Debug> HTTP-Session: ad31b42b-b4db-43ad-a82e-4e2653de65b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15388 | 2024.08.06 04:07:17.130134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15389 | 2024.08.06 04:07:17.130188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15390 | 2024.08.06 04:07:17.130207 [ 3 ] {} <Debug> HTTP-Session: 5e05df4f-0e3c-4e2c-a621-e142c17d5ca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15391 | 2024.08.06 04:07:17.130224 [ 3 ] {} <Debug> HTTP-Session: 5e05df4f-0e3c-4e2c-a621-e142c17d5ca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15392 | 2024.08.06 04:07:17.130238 [ 3 ] {} <Debug> HTTP-Session: 5e05df4f-0e3c-4e2c-a621-e142c17d5ca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15393 | 2024.08.06 04:07:17.130271 [ 3 ] {} <Trace> HTTP-Session: 5e05df4f-0e3c-4e2c-a621-e142c17d5ca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15394 | 2024.08.06 04:07:17.130402 [ 3 ] {6762af03-20af-4eed-acbe-f375505b162a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15395 | 2024.08.06 04:07:17.130448 [ 3 ] {6762af03-20af-4eed-acbe-f375505b162a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15396 | 2024.08.06 04:07:17.130593 [ 3 ] {6762af03-20af-4eed-acbe-f375505b162a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15397 | 2024.08.06 04:07:17.130962 [ 3 ] {6762af03-20af-4eed-acbe-f375505b162a} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15398 | 2024.08.06 04:07:17.131000 [ 3 ] {6762af03-20af-4eed-acbe-f375505b162a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15399 | 2024.08.06 04:07:17.131322 [ 3 ] {6762af03-20af-4eed-acbe-f375505b162a} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15400 | 2024.08.06 04:07:17.131627 [ 3 ] {6762af03-20af-4eed-acbe-f375505b162a} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15401 | 2024.08.06 04:07:17.131791 [ 3 ] {6762af03-20af-4eed-acbe-f375505b162a} <Debug> executeQuery: Read 103 rows, 8.13 KiB in 0.001434 sec., 71827.05718270571 rows/sec., 5.54 MiB/sec. | ||
15402 | 2024.08.06 04:07:17.131966 [ 3 ] {6762af03-20af-4eed-acbe-f375505b162a} <Debug> DynamicQueryHandler: Done processing query | ||
15403 | 2024.08.06 04:07:17.131991 [ 3 ] {6762af03-20af-4eed-acbe-f375505b162a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15404 | 2024.08.06 04:07:17.132007 [ 3 ] {} <Debug> HTTP-Session: 5e05df4f-0e3c-4e2c-a621-e142c17d5ca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15405 | 2024.08.06 04:07:17.132132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15406 | 2024.08.06 04:07:17.132182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15407 | 2024.08.06 04:07:17.132202 [ 3 ] {} <Debug> HTTP-Session: 631c6f2d-0023-47b9-b61c-6974ac92bba6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15408 | 2024.08.06 04:07:17.132219 [ 3 ] {} <Debug> HTTP-Session: 631c6f2d-0023-47b9-b61c-6974ac92bba6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15409 | 2024.08.06 04:07:17.132232 [ 3 ] {} <Debug> HTTP-Session: 631c6f2d-0023-47b9-b61c-6974ac92bba6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15410 | 2024.08.06 04:07:17.132263 [ 3 ] {} <Trace> HTTP-Session: 631c6f2d-0023-47b9-b61c-6974ac92bba6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15411 | 2024.08.06 04:07:17.132359 [ 3 ] {f8b930bb-10a9-47a4-ad08-4e2619421eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15412 | 2024.08.06 04:07:17.132402 [ 3 ] {f8b930bb-10a9-47a4-ad08-4e2619421eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15413 | 2024.08.06 04:07:17.132530 [ 3 ] {f8b930bb-10a9-47a4-ad08-4e2619421eb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15414 | 2024.08.06 04:07:17.132797 [ 3 ] {f8b930bb-10a9-47a4-ad08-4e2619421eb7} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15415 | 2024.08.06 04:07:17.132834 [ 3 ] {f8b930bb-10a9-47a4-ad08-4e2619421eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15416 | 2024.08.06 04:07:17.133134 [ 3 ] {f8b930bb-10a9-47a4-ad08-4e2619421eb7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
15417 | 2024.08.06 04:07:17.133458 [ 3 ] {f8b930bb-10a9-47a4-ad08-4e2619421eb7} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15418 | 2024.08.06 04:07:17.133605 [ 3 ] {f8b930bb-10a9-47a4-ad08-4e2619421eb7} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001269 sec., 3152.088258471237 rows/sec., 220.09 KiB/sec. | ||
15419 | 2024.08.06 04:07:17.133768 [ 3 ] {f8b930bb-10a9-47a4-ad08-4e2619421eb7} <Debug> DynamicQueryHandler: Done processing query | ||
15420 | 2024.08.06 04:07:17.133792 [ 3 ] {f8b930bb-10a9-47a4-ad08-4e2619421eb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15421 | 2024.08.06 04:07:17.133808 [ 3 ] {} <Debug> HTTP-Session: 631c6f2d-0023-47b9-b61c-6974ac92bba6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15422 | 2024.08.06 04:07:17.133973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 16099, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15423 | 2024.08.06 04:07:17.134023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15424 | 2024.08.06 04:07:17.134042 [ 3 ] {} <Debug> HTTP-Session: b69fe1bc-3232-446d-91ac-380cba868fcc Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15425 | 2024.08.06 04:07:17.134058 [ 3 ] {} <Debug> HTTP-Session: b69fe1bc-3232-446d-91ac-380cba868fcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15426 | 2024.08.06 04:07:17.134071 [ 3 ] {} <Debug> HTTP-Session: b69fe1bc-3232-446d-91ac-380cba868fcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15427 | 2024.08.06 04:07:17.134101 [ 3 ] {} <Trace> HTTP-Session: b69fe1bc-3232-446d-91ac-380cba868fcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15428 | 2024.08.06 04:07:17.134220 [ 3 ] {78a25ab7-81c3-498f-ba7c-1e30a47213c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15429 | 2024.08.06 04:07:17.134263 [ 3 ] {78a25ab7-81c3-498f-ba7c-1e30a47213c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15430 | 2024.08.06 04:07:17.134390 [ 3 ] {78a25ab7-81c3-498f-ba7c-1e30a47213c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15431 | 2024.08.06 04:07:17.134729 [ 3 ] {78a25ab7-81c3-498f-ba7c-1e30a47213c6} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15432 | 2024.08.06 04:07:17.134766 [ 3 ] {78a25ab7-81c3-498f-ba7c-1e30a47213c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15433 | 2024.08.06 04:07:17.135078 [ 3 ] {78a25ab7-81c3-498f-ba7c-1e30a47213c6} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15434 | 2024.08.06 04:07:17.135388 [ 3 ] {78a25ab7-81c3-498f-ba7c-1e30a47213c6} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15435 | 2024.08.06 04:07:17.135549 [ 3 ] {78a25ab7-81c3-498f-ba7c-1e30a47213c6} <Debug> executeQuery: Read 95 rows, 7.58 KiB in 0.001368 sec., 69444.44444444444 rows/sec., 5.41 MiB/sec. | ||
15436 | 2024.08.06 04:07:17.135724 [ 3 ] {78a25ab7-81c3-498f-ba7c-1e30a47213c6} <Debug> DynamicQueryHandler: Done processing query | ||
15437 | 2024.08.06 04:07:17.135748 [ 3 ] {78a25ab7-81c3-498f-ba7c-1e30a47213c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
15438 | 2024.08.06 04:07:17.135764 [ 3 ] {} <Debug> HTTP-Session: b69fe1bc-3232-446d-91ac-380cba868fcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15439 | 2024.08.06 04:07:17.135940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15440 | 2024.08.06 04:07:17.135990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15441 | 2024.08.06 04:07:17.136009 [ 3 ] {} <Debug> HTTP-Session: 2bdb5144-a475-4882-bbe8-b940de2e3f81 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15442 | 2024.08.06 04:07:17.136025 [ 3 ] {} <Debug> HTTP-Session: 2bdb5144-a475-4882-bbe8-b940de2e3f81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15443 | 2024.08.06 04:07:17.136039 [ 3 ] {} <Debug> HTTP-Session: 2bdb5144-a475-4882-bbe8-b940de2e3f81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15444 | 2024.08.06 04:07:17.136070 [ 3 ] {} <Trace> HTTP-Session: 2bdb5144-a475-4882-bbe8-b940de2e3f81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15445 | 2024.08.06 04:07:17.136238 [ 3 ] {fcdc9aa7-0344-4860-882d-58bde806fab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15446 | 2024.08.06 04:07:17.136287 [ 3 ] {fcdc9aa7-0344-4860-882d-58bde806fab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15447 | 2024.08.06 04:07:17.136436 [ 3 ] {fcdc9aa7-0344-4860-882d-58bde806fab6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15448 | 2024.08.06 04:07:17.136833 [ 3 ] {fcdc9aa7-0344-4860-882d-58bde806fab6} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15449 | 2024.08.06 04:07:17.136871 [ 3 ] {fcdc9aa7-0344-4860-882d-58bde806fab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15450 | 2024.08.06 04:07:17.137268 [ 3 ] {fcdc9aa7-0344-4860-882d-58bde806fab6} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15451 | 2024.08.06 04:07:17.137620 [ 3 ] {fcdc9aa7-0344-4860-882d-58bde806fab6} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15452 | 2024.08.06 04:07:17.137789 [ 3 ] {fcdc9aa7-0344-4860-882d-58bde806fab6} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001626 sec., 121771.21771217712 rows/sec., 8.50 MiB/sec. | ||
15453 | 2024.08.06 04:07:17.137963 [ 3 ] {fcdc9aa7-0344-4860-882d-58bde806fab6} <Debug> DynamicQueryHandler: Done processing query | ||
15454 | 2024.08.06 04:07:17.137987 [ 3 ] {fcdc9aa7-0344-4860-882d-58bde806fab6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
15455 | 2024.08.06 04:07:17.138002 [ 3 ] {} <Debug> HTTP-Session: 2bdb5144-a475-4882-bbe8-b940de2e3f81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15456 | 2024.08.06 04:07:17.138176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15457 | 2024.08.06 04:07:17.138225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15458 | 2024.08.06 04:07:17.138244 [ 3 ] {} <Debug> HTTP-Session: ac97aaaa-edb6-40c7-9b84-f3f108ceb5c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15459 | 2024.08.06 04:07:17.138260 [ 3 ] {} <Debug> HTTP-Session: ac97aaaa-edb6-40c7-9b84-f3f108ceb5c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15460 | 2024.08.06 04:07:17.138274 [ 3 ] {} <Debug> HTTP-Session: ac97aaaa-edb6-40c7-9b84-f3f108ceb5c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15461 | 2024.08.06 04:07:17.138304 [ 3 ] {} <Trace> HTTP-Session: ac97aaaa-edb6-40c7-9b84-f3f108ceb5c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15462 | 2024.08.06 04:07:17.138452 [ 3 ] {02805ccd-9205-4429-bb7c-fe99f41f66ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15463 | 2024.08.06 04:07:17.138516 [ 3 ] {02805ccd-9205-4429-bb7c-fe99f41f66ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15464 | 2024.08.06 04:07:17.138926 [ 3 ] {02805ccd-9205-4429-bb7c-fe99f41f66ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15465 | 2024.08.06 04:07:17.139379 [ 3 ] {02805ccd-9205-4429-bb7c-fe99f41f66ce} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15466 | 2024.08.06 04:07:17.139416 [ 3 ] {02805ccd-9205-4429-bb7c-fe99f41f66ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15467 | 2024.08.06 04:07:17.139981 [ 3 ] {02805ccd-9205-4429-bb7c-fe99f41f66ce} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
15468 | 2024.08.06 04:07:17.140401 [ 3 ] {02805ccd-9205-4429-bb7c-fe99f41f66ce} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15469 | 2024.08.06 04:07:17.140588 [ 3 ] {02805ccd-9205-4429-bb7c-fe99f41f66ce} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.002211 sec., 1356.85210312076 rows/sec., 2.43 MiB/sec. | ||
15470 | 2024.08.06 04:07:17.140811 [ 3 ] {02805ccd-9205-4429-bb7c-fe99f41f66ce} <Debug> DynamicQueryHandler: Done processing query | ||
15471 | 2024.08.06 04:07:17.140836 [ 3 ] {02805ccd-9205-4429-bb7c-fe99f41f66ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
15472 | 2024.08.06 04:07:17.140853 [ 3 ] {} <Debug> HTTP-Session: ac97aaaa-edb6-40c7-9b84-f3f108ceb5c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15473 | 2024.08.06 04:07:17.141015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15474 | 2024.08.06 04:07:17.141064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15475 | 2024.08.06 04:07:17.141083 [ 3 ] {} <Debug> HTTP-Session: ebcac60b-9791-4c27-bcbe-551594b0c5af Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15476 | 2024.08.06 04:07:17.141100 [ 3 ] {} <Debug> HTTP-Session: ebcac60b-9791-4c27-bcbe-551594b0c5af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15477 | 2024.08.06 04:07:17.141113 [ 3 ] {} <Debug> HTTP-Session: ebcac60b-9791-4c27-bcbe-551594b0c5af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15478 | 2024.08.06 04:07:17.141144 [ 3 ] {} <Trace> HTTP-Session: ebcac60b-9791-4c27-bcbe-551594b0c5af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15479 | 2024.08.06 04:07:17.141261 [ 3 ] {3b31345c-7556-4e18-aa87-cbb474227f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15480 | 2024.08.06 04:07:17.141307 [ 3 ] {3b31345c-7556-4e18-aa87-cbb474227f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15481 | 2024.08.06 04:07:17.141434 [ 3 ] {3b31345c-7556-4e18-aa87-cbb474227f34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15482 | 2024.08.06 04:07:17.141728 [ 3 ] {3b31345c-7556-4e18-aa87-cbb474227f34} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15483 | 2024.08.06 04:07:17.141765 [ 3 ] {3b31345c-7556-4e18-aa87-cbb474227f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15484 | 2024.08.06 04:07:17.142122 [ 3 ] {3b31345c-7556-4e18-aa87-cbb474227f34} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15485 | 2024.08.06 04:07:17.142455 [ 3 ] {3b31345c-7556-4e18-aa87-cbb474227f34} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15486 | 2024.08.06 04:07:17.142625 [ 3 ] {3b31345c-7556-4e18-aa87-cbb474227f34} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. | ||
15487 | 2024.08.06 04:07:17.142793 [ 3 ] {3b31345c-7556-4e18-aa87-cbb474227f34} <Debug> DynamicQueryHandler: Done processing query | ||
15488 | 2024.08.06 04:07:17.142817 [ 3 ] {3b31345c-7556-4e18-aa87-cbb474227f34} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15489 | 2024.08.06 04:07:17.142832 [ 3 ] {} <Debug> HTTP-Session: ebcac60b-9791-4c27-bcbe-551594b0c5af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15490 | 2024.08.06 04:07:21.020577 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15491 | 2024.08.06 04:07:21.020673 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15492 | 2024.08.06 04:07:22.131013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15493 | 2024.08.06 04:07:22.131140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15494 | 2024.08.06 04:07:22.131170 [ 3 ] {} <Debug> HTTP-Session: 4a57b787-ce74-43f5-b3f3-9c338da72762 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15495 | 2024.08.06 04:07:22.131198 [ 3 ] {} <Debug> HTTP-Session: 4a57b787-ce74-43f5-b3f3-9c338da72762 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15496 | 2024.08.06 04:07:22.131216 [ 3 ] {} <Debug> HTTP-Session: 4a57b787-ce74-43f5-b3f3-9c338da72762 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15497 | 2024.08.06 04:07:22.131274 [ 3 ] {} <Trace> HTTP-Session: 4a57b787-ce74-43f5-b3f3-9c338da72762 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15498 | 2024.08.06 04:07:22.131485 [ 3 ] {3307e239-1611-4670-8b00-9adfe02c67cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15499 | 2024.08.06 04:07:22.131552 [ 3 ] {3307e239-1611-4670-8b00-9adfe02c67cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15500 | 2024.08.06 04:07:22.131749 [ 3 ] {3307e239-1611-4670-8b00-9adfe02c67cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15501 | 2024.08.06 04:07:22.132273 [ 3 ] {3307e239-1611-4670-8b00-9adfe02c67cb} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15502 | 2024.08.06 04:07:22.132316 [ 3 ] {3307e239-1611-4670-8b00-9adfe02c67cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15503 | 2024.08.06 04:07:22.132721 [ 3 ] {3307e239-1611-4670-8b00-9adfe02c67cb} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15504 | 2024.08.06 04:07:22.133064 [ 3 ] {3307e239-1611-4670-8b00-9adfe02c67cb} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15505 | 2024.08.06 04:07:22.133238 [ 3 ] {3307e239-1611-4670-8b00-9adfe02c67cb} <Debug> executeQuery: Read 59 rows, 4.64 KiB in 0.001819 sec., 32435.404068169322 rows/sec., 2.49 MiB/sec. | ||
15506 | 2024.08.06 04:07:22.133447 [ 3 ] {3307e239-1611-4670-8b00-9adfe02c67cb} <Debug> DynamicQueryHandler: Done processing query | ||
15507 | 2024.08.06 04:07:22.133474 [ 3 ] {3307e239-1611-4670-8b00-9adfe02c67cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15508 | 2024.08.06 04:07:22.133489 [ 3 ] {} <Debug> HTTP-Session: 4a57b787-ce74-43f5-b3f3-9c338da72762 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15509 | 2024.08.06 04:07:22.133654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15510 | 2024.08.06 04:07:22.133704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15511 | 2024.08.06 04:07:22.133724 [ 3 ] {} <Debug> HTTP-Session: 92bcebc0-e229-4f49-8fb0-79f3d005527c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15512 | 2024.08.06 04:07:22.133740 [ 3 ] {} <Debug> HTTP-Session: 92bcebc0-e229-4f49-8fb0-79f3d005527c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15513 | 2024.08.06 04:07:22.133754 [ 3 ] {} <Debug> HTTP-Session: 92bcebc0-e229-4f49-8fb0-79f3d005527c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15514 | 2024.08.06 04:07:22.133785 [ 3 ] {} <Trace> HTTP-Session: 92bcebc0-e229-4f49-8fb0-79f3d005527c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15515 | 2024.08.06 04:07:22.133880 [ 3 ] {19c575f1-49de-41f7-9604-e7867346f285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15516 | 2024.08.06 04:07:22.133925 [ 3 ] {19c575f1-49de-41f7-9604-e7867346f285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15517 | 2024.08.06 04:07:22.134053 [ 3 ] {19c575f1-49de-41f7-9604-e7867346f285} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15518 | 2024.08.06 04:07:22.134332 [ 3 ] {19c575f1-49de-41f7-9604-e7867346f285} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15519 | 2024.08.06 04:07:22.134370 [ 3 ] {19c575f1-49de-41f7-9604-e7867346f285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15520 | 2024.08.06 04:07:22.134703 [ 3 ] {19c575f1-49de-41f7-9604-e7867346f285} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
15521 | 2024.08.06 04:07:22.135015 [ 3 ] {19c575f1-49de-41f7-9604-e7867346f285} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15522 | 2024.08.06 04:07:22.135167 [ 3 ] {19c575f1-49de-41f7-9604-e7867346f285} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001303 sec., 3069.8388334612437 rows/sec., 250.32 KiB/sec. | ||
15523 | 2024.08.06 04:07:22.135335 [ 3 ] {19c575f1-49de-41f7-9604-e7867346f285} <Debug> DynamicQueryHandler: Done processing query | ||
15524 | 2024.08.06 04:07:22.135359 [ 3 ] {19c575f1-49de-41f7-9604-e7867346f285} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15525 | 2024.08.06 04:07:22.135375 [ 3 ] {} <Debug> HTTP-Session: 92bcebc0-e229-4f49-8fb0-79f3d005527c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15526 | 2024.08.06 04:07:22.135551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 48611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15527 | 2024.08.06 04:07:22.135601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15528 | 2024.08.06 04:07:22.135620 [ 3 ] {} <Debug> HTTP-Session: 74fdad7d-2106-40c2-b074-9f3e22f356c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15529 | 2024.08.06 04:07:22.135636 [ 3 ] {} <Debug> HTTP-Session: 74fdad7d-2106-40c2-b074-9f3e22f356c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15530 | 2024.08.06 04:07:22.135651 [ 3 ] {} <Debug> HTTP-Session: 74fdad7d-2106-40c2-b074-9f3e22f356c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15531 | 2024.08.06 04:07:22.135681 [ 3 ] {} <Trace> HTTP-Session: 74fdad7d-2106-40c2-b074-9f3e22f356c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15532 | 2024.08.06 04:07:22.135866 [ 3 ] {f6b729d6-a41e-449f-b4dc-bad8f5363ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15533 | 2024.08.06 04:07:22.135908 [ 3 ] {f6b729d6-a41e-449f-b4dc-bad8f5363ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15534 | 2024.08.06 04:07:22.136034 [ 3 ] {f6b729d6-a41e-449f-b4dc-bad8f5363ae5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15535 | 2024.08.06 04:07:22.136569 [ 3 ] {f6b729d6-a41e-449f-b4dc-bad8f5363ae5} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15536 | 2024.08.06 04:07:22.136607 [ 3 ] {f6b729d6-a41e-449f-b4dc-bad8f5363ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15537 | 2024.08.06 04:07:22.136945 [ 3 ] {f6b729d6-a41e-449f-b4dc-bad8f5363ae5} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15538 | 2024.08.06 04:07:22.137254 [ 3 ] {f6b729d6-a41e-449f-b4dc-bad8f5363ae5} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15539 | 2024.08.06 04:07:22.137417 [ 3 ] {f6b729d6-a41e-449f-b4dc-bad8f5363ae5} <Debug> executeQuery: Read 322 rows, 29.05 KiB in 0.001644 sec., 195863.74695863746 rows/sec., 17.25 MiB/sec. | ||
15540 | 2024.08.06 04:07:22.137435 [ 77 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15541 | 2024.08.06 04:07:22.137562 [ 77 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15542 | 2024.08.06 04:07:22.137624 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15543 | 2024.08.06 04:07:22.137635 [ 3 ] {f6b729d6-a41e-449f-b4dc-bad8f5363ae5} <Debug> DynamicQueryHandler: Done processing query | ||
15544 | 2024.08.06 04:07:22.137688 [ 3 ] {f6b729d6-a41e-449f-b4dc-bad8f5363ae5} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
15545 | 2024.08.06 04:07:22.137759 [ 3 ] {} <Debug> HTTP-Session: 74fdad7d-2106-40c2-b074-9f3e22f356c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15546 | 2024.08.06 04:07:22.137844 [ 192 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
15547 | 2024.08.06 04:07:22.137980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15548 | 2024.08.06 04:07:22.138001 [ 192 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15549 | 2024.08.06 04:07:22.138044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15550 | 2024.08.06 04:07:22.138046 [ 192 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 346 rows starting from the beginning of the part | ||
15551 | 2024.08.06 04:07:22.138070 [ 3 ] {} <Debug> HTTP-Session: 2dac22b5-754a-4e28-b4e3-4eedb62678ca Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15552 | 2024.08.06 04:07:22.138091 [ 3 ] {} <Debug> HTTP-Session: 2dac22b5-754a-4e28-b4e3-4eedb62678ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15553 | 2024.08.06 04:07:22.138110 [ 3 ] {} <Debug> HTTP-Session: 2dac22b5-754a-4e28-b4e3-4eedb62678ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15554 | 2024.08.06 04:07:22.138160 [ 3 ] {} <Trace> HTTP-Session: 2dac22b5-754a-4e28-b4e3-4eedb62678ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15555 | 2024.08.06 04:07:22.138160 [ 192 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 305 rows starting from the beginning of the part | ||
15556 | 2024.08.06 04:07:22.138562 [ 3 ] {3b6b8f94-b76a-4783-b7b0-10d19b63ee6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15557 | 2024.08.06 04:07:22.138572 [ 192 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 67 rows starting from the beginning of the part | ||
15558 | 2024.08.06 04:07:22.138752 [ 3 ] {3b6b8f94-b76a-4783-b7b0-10d19b63ee6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15559 | 2024.08.06 04:07:22.139030 [ 192 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 321 rows starting from the beginning of the part | ||
15560 | 2024.08.06 04:07:22.139481 [ 192 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 103 rows starting from the beginning of the part | ||
15561 | 2024.08.06 04:07:22.139773 [ 192 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 322 rows starting from the beginning of the part | ||
15562 | 2024.08.06 04:07:22.140283 [ 3 ] {3b6b8f94-b76a-4783-b7b0-10d19b63ee6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15563 | 2024.08.06 04:07:22.140755 [ 3 ] {3b6b8f94-b76a-4783-b7b0-10d19b63ee6d} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15564 | 2024.08.06 04:07:22.140797 [ 3 ] {3b6b8f94-b76a-4783-b7b0-10d19b63ee6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15565 | 2024.08.06 04:07:22.141238 [ 3 ] {3b6b8f94-b76a-4783-b7b0-10d19b63ee6d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
15566 | 2024.08.06 04:07:22.141629 [ 3 ] {3b6b8f94-b76a-4783-b7b0-10d19b63ee6d} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15567 | 2024.08.06 04:07:22.141778 [ 187 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1464 rows, containing 4 columns (4 merged, 0 gathered) in 0.004025105 sec., 363717.21979923506 rows/sec., 31.45 MiB/sec. | ||
15568 | 2024.08.06 04:07:22.141913 [ 3 ] {3b6b8f94-b76a-4783-b7b0-10d19b63ee6d} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003534 sec., 1131.8619128466328 rows/sec., 79.03 KiB/sec. | ||
15569 | 2024.08.06 04:07:22.142139 [ 187 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15570 | 2024.08.06 04:07:22.142168 [ 3 ] {3b6b8f94-b76a-4783-b7b0-10d19b63ee6d} <Debug> DynamicQueryHandler: Done processing query | ||
15571 | 2024.08.06 04:07:22.142230 [ 3 ] {3b6b8f94-b76a-4783-b7b0-10d19b63ee6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15572 | 2024.08.06 04:07:22.142263 [ 3 ] {} <Debug> HTTP-Session: 2dac22b5-754a-4e28-b4e3-4eedb62678ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15573 | 2024.08.06 04:07:22.142521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 71234, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15574 | 2024.08.06 04:07:22.142596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15575 | 2024.08.06 04:07:22.142627 [ 3 ] {} <Debug> HTTP-Session: 117e7426-344d-4559-a241-2bb69e20408f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15576 | 2024.08.06 04:07:22.142657 [ 3 ] {} <Debug> HTTP-Session: 117e7426-344d-4559-a241-2bb69e20408f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15577 | 2024.08.06 04:07:22.142693 [ 3 ] {} <Debug> HTTP-Session: 117e7426-344d-4559-a241-2bb69e20408f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15578 | 2024.08.06 04:07:22.142706 [ 187 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_86_17} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15579 | 2024.08.06 04:07:22.142748 [ 3 ] {} <Trace> HTTP-Session: 117e7426-344d-4559-a241-2bb69e20408f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15580 | 2024.08.06 04:07:22.142870 [ 187 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_86_17} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15581 | 2024.08.06 04:07:22.143036 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
15582 | 2024.08.06 04:07:22.143094 [ 3 ] {accbfb03-7c9f-496c-a957-1a895dcedbae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15583 | 2024.08.06 04:07:22.143144 [ 3 ] {accbfb03-7c9f-496c-a957-1a895dcedbae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15584 | 2024.08.06 04:07:22.143291 [ 3 ] {accbfb03-7c9f-496c-a957-1a895dcedbae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15585 | 2024.08.06 04:07:22.143854 [ 3 ] {accbfb03-7c9f-496c-a957-1a895dcedbae} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15586 | 2024.08.06 04:07:22.143894 [ 3 ] {accbfb03-7c9f-496c-a957-1a895dcedbae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15587 | 2024.08.06 04:07:22.144264 [ 3 ] {accbfb03-7c9f-496c-a957-1a895dcedbae} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15588 | 2024.08.06 04:07:22.144578 [ 3 ] {accbfb03-7c9f-496c-a957-1a895dcedbae} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15589 | 2024.08.06 04:07:22.144740 [ 3 ] {accbfb03-7c9f-496c-a957-1a895dcedbae} <Debug> executeQuery: Read 439 rows, 32.04 KiB in 0.001829 sec., 240021.86987424822 rows/sec., 17.11 MiB/sec. | ||
15590 | 2024.08.06 04:07:22.144774 [ 77 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15591 | 2024.08.06 04:07:22.144894 [ 77 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15592 | 2024.08.06 04:07:22.144942 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15593 | 2024.08.06 04:07:22.144995 [ 3 ] {accbfb03-7c9f-496c-a957-1a895dcedbae} <Debug> DynamicQueryHandler: Done processing query | ||
15594 | 2024.08.06 04:07:22.145054 [ 3 ] {accbfb03-7c9f-496c-a957-1a895dcedbae} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
15595 | 2024.08.06 04:07:22.145135 [ 3 ] {} <Debug> HTTP-Session: 117e7426-344d-4559-a241-2bb69e20408f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15596 | 2024.08.06 04:07:22.145276 [ 186 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
15597 | 2024.08.06 04:07:22.145530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15598 | 2024.08.06 04:07:22.145724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15599 | 2024.08.06 04:07:22.145830 [ 3 ] {} <Debug> HTTP-Session: f0425a35-ee27-4311-ac3c-f3ba7c212ae0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15600 | 2024.08.06 04:07:22.145926 [ 3 ] {} <Debug> HTTP-Session: f0425a35-ee27-4311-ac3c-f3ba7c212ae0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15601 | 2024.08.06 04:07:22.146002 [ 3 ] {} <Debug> HTTP-Session: f0425a35-ee27-4311-ac3c-f3ba7c212ae0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15602 | 2024.08.06 04:07:22.146019 [ 186 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15603 | 2024.08.06 04:07:22.146125 [ 3 ] {} <Trace> HTTP-Session: f0425a35-ee27-4311-ac3c-f3ba7c212ae0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15604 | 2024.08.06 04:07:22.146148 [ 186 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 490 rows starting from the beginning of the part | ||
15605 | 2024.08.06 04:07:22.146554 [ 3 ] {070ddd04-59d9-4f83-9650-f203f9f59ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15606 | 2024.08.06 04:07:22.146736 [ 3 ] {070ddd04-59d9-4f83-9650-f203f9f59ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15607 | 2024.08.06 04:07:22.146747 [ 186 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 430 rows starting from the beginning of the part | ||
15608 | 2024.08.06 04:07:22.147241 [ 186 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 71 rows starting from the beginning of the part | ||
15609 | 2024.08.06 04:07:22.147633 [ 186 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 446 rows starting from the beginning of the part | ||
15610 | 2024.08.06 04:07:22.147989 [ 186 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 95 rows starting from the beginning of the part | ||
15611 | 2024.08.06 04:07:22.148195 [ 3 ] {070ddd04-59d9-4f83-9650-f203f9f59ba5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15612 | 2024.08.06 04:07:22.148293 [ 186 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 439 rows starting from the beginning of the part | ||
15613 | 2024.08.06 04:07:22.149123 [ 3 ] {070ddd04-59d9-4f83-9650-f203f9f59ba5} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15614 | 2024.08.06 04:07:22.149185 [ 3 ] {070ddd04-59d9-4f83-9650-f203f9f59ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15615 | 2024.08.06 04:07:22.150188 [ 3 ] {070ddd04-59d9-4f83-9650-f203f9f59ba5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
15616 | 2024.08.06 04:07:22.150887 [ 3 ] {070ddd04-59d9-4f83-9650-f203f9f59ba5} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15617 | 2024.08.06 04:07:22.151204 [ 3 ] {070ddd04-59d9-4f83-9650-f203f9f59ba5} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004836 sec., 1240.6947890818858 rows/sec., 53.31 KiB/sec. | ||
15618 | 2024.08.06 04:07:22.151828 [ 187 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1971 rows, containing 4 columns (4 merged, 0 gathered) in 0.006788469 sec., 290345.2899320893 rows/sec., 20.91 MiB/sec. | ||
15619 | 2024.08.06 04:07:22.151850 [ 3 ] {070ddd04-59d9-4f83-9650-f203f9f59ba5} <Debug> DynamicQueryHandler: Done processing query | ||
15620 | 2024.08.06 04:07:22.151914 [ 3 ] {070ddd04-59d9-4f83-9650-f203f9f59ba5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15621 | 2024.08.06 04:07:22.151934 [ 3 ] {} <Debug> HTTP-Session: f0425a35-ee27-4311-ac3c-f3ba7c212ae0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15622 | 2024.08.06 04:07:22.152083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15623 | 2024.08.06 04:07:22.152165 [ 187 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15624 | 2024.08.06 04:07:22.152175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15625 | 2024.08.06 04:07:22.152251 [ 3 ] {} <Debug> HTTP-Session: 6508a64c-60e1-4265-9070-5619e40043c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15626 | 2024.08.06 04:07:22.152317 [ 3 ] {} <Debug> HTTP-Session: 6508a64c-60e1-4265-9070-5619e40043c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15627 | 2024.08.06 04:07:22.152365 [ 3 ] {} <Debug> HTTP-Session: 6508a64c-60e1-4265-9070-5619e40043c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15628 | 2024.08.06 04:07:22.152413 [ 3 ] {} <Trace> HTTP-Session: 6508a64c-60e1-4265-9070-5619e40043c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15629 | 2024.08.06 04:07:22.152781 [ 3 ] {f472d078-1436-4ddb-9b6e-a5a69853bbfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
15630 | 2024.08.06 04:07:22.152881 [ 3 ] {f472d078-1436-4ddb-9b6e-a5a69853bbfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
15631 | 2024.08.06 04:07:22.153088 [ 187 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_86_17} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15632 | 2024.08.06 04:07:22.153322 [ 3 ] {f472d078-1436-4ddb-9b6e-a5a69853bbfc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15633 | 2024.08.06 04:07:22.153334 [ 187 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_86_17} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15634 | 2024.08.06 04:07:22.153514 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
15635 | 2024.08.06 04:07:22.153773 [ 3 ] {f472d078-1436-4ddb-9b6e-a5a69853bbfc} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15636 | 2024.08.06 04:07:22.153818 [ 3 ] {f472d078-1436-4ddb-9b6e-a5a69853bbfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15637 | 2024.08.06 04:07:22.154229 [ 3 ] {f472d078-1436-4ddb-9b6e-a5a69853bbfc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
15638 | 2024.08.06 04:07:22.154608 [ 3 ] {f472d078-1436-4ddb-9b6e-a5a69853bbfc} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15639 | 2024.08.06 04:07:22.154768 [ 3 ] {f472d078-1436-4ddb-9b6e-a5a69853bbfc} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.002167 sec., 35532.99492385787 rows/sec., 2.19 MiB/sec. | ||
15640 | 2024.08.06 04:07:22.155137 [ 3 ] {f472d078-1436-4ddb-9b6e-a5a69853bbfc} <Debug> DynamicQueryHandler: Done processing query | ||
15641 | 2024.08.06 04:07:22.155173 [ 3 ] {f472d078-1436-4ddb-9b6e-a5a69853bbfc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15642 | 2024.08.06 04:07:22.155190 [ 3 ] {} <Debug> HTTP-Session: 6508a64c-60e1-4265-9070-5619e40043c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15643 | 2024.08.06 04:07:22.155392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15644 | 2024.08.06 04:07:22.155442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15645 | 2024.08.06 04:07:22.155462 [ 3 ] {} <Debug> HTTP-Session: 338d9168-8c9e-4195-abd2-78910e489436 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15646 | 2024.08.06 04:07:22.155480 [ 3 ] {} <Debug> HTTP-Session: 338d9168-8c9e-4195-abd2-78910e489436 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15647 | 2024.08.06 04:07:22.155496 [ 3 ] {} <Debug> HTTP-Session: 338d9168-8c9e-4195-abd2-78910e489436 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15648 | 2024.08.06 04:07:22.155527 [ 3 ] {} <Trace> HTTP-Session: 338d9168-8c9e-4195-abd2-78910e489436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15649 | 2024.08.06 04:07:22.155725 [ 3 ] {04f5e6ec-e389-4d85-b983-6912965fa5f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15650 | 2024.08.06 04:07:22.155775 [ 3 ] {04f5e6ec-e389-4d85-b983-6912965fa5f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15651 | 2024.08.06 04:07:22.155943 [ 3 ] {04f5e6ec-e389-4d85-b983-6912965fa5f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15652 | 2024.08.06 04:07:22.156327 [ 3 ] {04f5e6ec-e389-4d85-b983-6912965fa5f2} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15653 | 2024.08.06 04:07:22.156364 [ 3 ] {04f5e6ec-e389-4d85-b983-6912965fa5f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15654 | 2024.08.06 04:07:22.156757 [ 3 ] {04f5e6ec-e389-4d85-b983-6912965fa5f2} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15655 | 2024.08.06 04:07:22.157102 [ 3 ] {04f5e6ec-e389-4d85-b983-6912965fa5f2} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15656 | 2024.08.06 04:07:22.157256 [ 3 ] {04f5e6ec-e389-4d85-b983-6912965fa5f2} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001641 sec., 98720.29250457037 rows/sec., 6.87 MiB/sec. | ||
15657 | 2024.08.06 04:07:22.157277 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15658 | 2024.08.06 04:07:22.157346 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15659 | 2024.08.06 04:07:22.157400 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15660 | 2024.08.06 04:07:22.157547 [ 3 ] {04f5e6ec-e389-4d85-b983-6912965fa5f2} <Debug> DynamicQueryHandler: Done processing query | ||
15661 | 2024.08.06 04:07:22.157563 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
15662 | 2024.08.06 04:07:22.157585 [ 3 ] {04f5e6ec-e389-4d85-b983-6912965fa5f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15663 | 2024.08.06 04:07:22.157643 [ 3 ] {} <Debug> HTTP-Session: 338d9168-8c9e-4195-abd2-78910e489436 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15664 | 2024.08.06 04:07:22.157774 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15665 | 2024.08.06 04:07:22.157814 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 13582 rows starting from the beginning of the part | ||
15666 | 2024.08.06 04:07:22.157872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 85416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15667 | 2024.08.06 04:07:22.158051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15668 | 2024.08.06 04:07:22.158045 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
15669 | 2024.08.06 04:07:22.158092 [ 3 ] {} <Debug> HTTP-Session: 28216d2d-c4fe-4fa8-8a12-6ff5d5174a62 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15670 | 2024.08.06 04:07:22.158143 [ 3 ] {} <Debug> HTTP-Session: 28216d2d-c4fe-4fa8-8a12-6ff5d5174a62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15671 | 2024.08.06 04:07:22.158210 [ 3 ] {} <Debug> HTTP-Session: 28216d2d-c4fe-4fa8-8a12-6ff5d5174a62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15672 | 2024.08.06 04:07:22.158339 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 162 rows starting from the beginning of the part | ||
15673 | 2024.08.06 04:07:22.158358 [ 3 ] {} <Trace> HTTP-Session: 28216d2d-c4fe-4fa8-8a12-6ff5d5174a62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15674 | 2024.08.06 04:07:22.158589 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 161 rows starting from the beginning of the part | ||
15675 | 2024.08.06 04:07:22.158785 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 198 rows starting from the beginning of the part | ||
15676 | 2024.08.06 04:07:22.158978 [ 194 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 162 rows starting from the beginning of the part | ||
15677 | 2024.08.06 04:07:22.159071 [ 3 ] {39f9344b-3e16-4f1e-ab0a-79de4c30fe69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15678 | 2024.08.06 04:07:22.159455 [ 3 ] {39f9344b-3e16-4f1e-ab0a-79de4c30fe69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15679 | 2024.08.06 04:07:22.160624 [ 3 ] {39f9344b-3e16-4f1e-ab0a-79de4c30fe69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15680 | 2024.08.06 04:07:22.162326 [ 3 ] {39f9344b-3e16-4f1e-ab0a-79de4c30fe69} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15681 | 2024.08.06 04:07:22.162371 [ 3 ] {39f9344b-3e16-4f1e-ab0a-79de4c30fe69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15682 | 2024.08.06 04:07:22.163482 [ 3 ] {39f9344b-3e16-4f1e-ab0a-79de4c30fe69} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
15683 | 2024.08.06 04:07:22.163962 [ 3 ] {39f9344b-3e16-4f1e-ab0a-79de4c30fe69} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15684 | 2024.08.06 04:07:22.164187 [ 77 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
15685 | 2024.08.06 04:07:22.164198 [ 3 ] {39f9344b-3e16-4f1e-ab0a-79de4c30fe69} <Debug> executeQuery: Read 53 rows, 97.25 KiB in 0.005604 sec., 9457.530335474661 rows/sec., 16.95 MiB/sec. | ||
15686 | 2024.08.06 04:07:22.164239 [ 77 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15687 | 2024.08.06 04:07:22.164314 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15688 | 2024.08.06 04:07:22.164759 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
15689 | 2024.08.06 04:07:22.164975 [ 3 ] {39f9344b-3e16-4f1e-ab0a-79de4c30fe69} <Debug> DynamicQueryHandler: Done processing query | ||
15690 | 2024.08.06 04:07:22.165049 [ 3 ] {39f9344b-3e16-4f1e-ab0a-79de4c30fe69} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
15691 | 2024.08.06 04:07:22.165099 [ 3 ] {} <Debug> HTTP-Session: 28216d2d-c4fe-4fa8-8a12-6ff5d5174a62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15692 | 2024.08.06 04:07:22.165374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15693 | 2024.08.06 04:07:22.165538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15694 | 2024.08.06 04:07:22.165654 [ 3 ] {} <Debug> HTTP-Session: 6faf8780-f218-4d5d-bb75-5a4314f55811 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15695 | 2024.08.06 04:07:22.165745 [ 3 ] {} <Debug> HTTP-Session: 6faf8780-f218-4d5d-bb75-5a4314f55811 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15696 | 2024.08.06 04:07:22.165811 [ 3 ] {} <Debug> HTTP-Session: 6faf8780-f218-4d5d-bb75-5a4314f55811 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15697 | 2024.08.06 04:07:22.165959 [ 3 ] {} <Trace> HTTP-Session: 6faf8780-f218-4d5d-bb75-5a4314f55811 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15698 | 2024.08.06 04:07:22.165965 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14425 rows, containing 5 columns (5 merged, 0 gathered) in 0.008466329 sec., 1703808.1085674795 rows/sec., 118.72 MiB/sec. | ||
15699 | 2024.08.06 04:07:22.166315 [ 3 ] {26361ab8-6f7d-4541-aba3-91ac40fed888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15700 | 2024.08.06 04:07:22.166482 [ 3 ] {26361ab8-6f7d-4541-aba3-91ac40fed888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15701 | 2024.08.06 04:07:22.166533 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15702 | 2024.08.06 04:07:22.166678 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15703 | 2024.08.06 04:07:22.166878 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1191 rows starting from the beginning of the part | ||
15704 | 2024.08.06 04:07:22.168139 [ 3 ] {26361ab8-6f7d-4541-aba3-91ac40fed888} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15705 | 2024.08.06 04:07:22.168450 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 48 rows starting from the beginning of the part | ||
15706 | 2024.08.06 04:07:22.169474 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15707 | 2024.08.06 04:07:22.169817 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 3 rows starting from the beginning of the part | ||
15708 | 2024.08.06 04:07:22.169882 [ 188 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15709 | 2024.08.06 04:07:22.170036 [ 3 ] {26361ab8-6f7d-4541-aba3-91ac40fed888} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15710 | 2024.08.06 04:07:22.170157 [ 3 ] {26361ab8-6f7d-4541-aba3-91ac40fed888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15711 | 2024.08.06 04:07:22.170182 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.99 MiB. | ||
15712 | 2024.08.06 04:07:22.170775 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 53 rows starting from the beginning of the part | ||
15713 | 2024.08.06 04:07:22.171453 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 3 rows starting from the beginning of the part | ||
15714 | 2024.08.06 04:07:22.171807 [ 3 ] {26361ab8-6f7d-4541-aba3-91ac40fed888} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
15715 | 2024.08.06 04:07:22.171958 [ 187 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 53 rows starting from the beginning of the part | ||
15716 | 2024.08.06 04:07:22.173109 [ 3 ] {26361ab8-6f7d-4541-aba3-91ac40fed888} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15717 | 2024.08.06 04:07:22.173482 [ 3 ] {26361ab8-6f7d-4541-aba3-91ac40fed888} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.007307 sec., 3147.66662104831 rows/sec., 170.27 KiB/sec. | ||
15718 | 2024.08.06 04:07:22.173874 [ 3 ] {26361ab8-6f7d-4541-aba3-91ac40fed888} <Debug> DynamicQueryHandler: Done processing query | ||
15719 | 2024.08.06 04:07:22.173925 [ 3 ] {26361ab8-6f7d-4541-aba3-91ac40fed888} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15720 | 2024.08.06 04:07:22.173963 [ 3 ] {} <Debug> HTTP-Session: 6faf8780-f218-4d5d-bb75-5a4314f55811 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15721 | 2024.08.06 04:07:22.174130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15722 | 2024.08.06 04:07:22.174184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15723 | 2024.08.06 04:07:22.174204 [ 3 ] {} <Debug> HTTP-Session: 3a9ab9d0-7e64-4354-9b14-ef49ff43c9c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15724 | 2024.08.06 04:07:22.174221 [ 3 ] {} <Debug> HTTP-Session: 3a9ab9d0-7e64-4354-9b14-ef49ff43c9c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15725 | 2024.08.06 04:07:22.174328 [ 3 ] {} <Debug> HTTP-Session: 3a9ab9d0-7e64-4354-9b14-ef49ff43c9c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15726 | 2024.08.06 04:07:22.174368 [ 3 ] {} <Trace> HTTP-Session: 3a9ab9d0-7e64-4354-9b14-ef49ff43c9c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15727 | 2024.08.06 04:07:22.174524 [ 3 ] {bdfb83af-38b7-4399-b280-a401df87e2b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15728 | 2024.08.06 04:07:22.174588 [ 3 ] {bdfb83af-38b7-4399-b280-a401df87e2b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15729 | 2024.08.06 04:07:22.174831 [ 3 ] {bdfb83af-38b7-4399-b280-a401df87e2b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15730 | 2024.08.06 04:07:22.175553 [ 3 ] {bdfb83af-38b7-4399-b280-a401df87e2b2} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15731 | 2024.08.06 04:07:22.175631 [ 3 ] {bdfb83af-38b7-4399-b280-a401df87e2b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15732 | 2024.08.06 04:07:22.176874 [ 3 ] {bdfb83af-38b7-4399-b280-a401df87e2b2} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15733 | 2024.08.06 04:07:22.177983 [ 3 ] {bdfb83af-38b7-4399-b280-a401df87e2b2} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15734 | 2024.08.06 04:07:22.178299 [ 77 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15735 | 2024.08.06 04:07:22.178386 [ 3 ] {bdfb83af-38b7-4399-b280-a401df87e2b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0039 sec., 15384.615384615385 rows/sec., 1.04 MiB/sec. | ||
15736 | 2024.08.06 04:07:22.178434 [ 77 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15737 | 2024.08.06 04:07:22.178822 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
15738 | 2024.08.06 04:07:22.178920 [ 3 ] {bdfb83af-38b7-4399-b280-a401df87e2b2} <Debug> DynamicQueryHandler: Done processing query | ||
15739 | 2024.08.06 04:07:22.179026 [ 3 ] {bdfb83af-38b7-4399-b280-a401df87e2b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15740 | 2024.08.06 04:07:22.179126 [ 3 ] {} <Debug> HTTP-Session: 3a9ab9d0-7e64-4354-9b14-ef49ff43c9c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15741 | 2024.08.06 04:07:22.179341 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
15742 | 2024.08.06 04:07:22.179529 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15743 | 2024.08.06 04:07:22.179622 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4836 rows starting from the beginning of the part | ||
15744 | 2024.08.06 04:07:22.179749 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
15745 | 2024.08.06 04:07:22.179991 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
15746 | 2024.08.06 04:07:22.180245 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
15747 | 2024.08.06 04:07:22.180552 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
15748 | 2024.08.06 04:07:22.180804 [ 193 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
15749 | 2024.08.06 04:07:22.183875 [ 197 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1351 rows, containing 19 columns (19 merged, 0 gathered) in 0.019377056 sec., 69721.63366818984 rows/sec., 124.94 MiB/sec. | ||
15750 | 2024.08.06 04:07:22.184227 [ 198 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5136 rows, containing 4 columns (4 merged, 0 gathered) in 0.005095729 sec., 1007902.892795123 rows/sec., 67.94 MiB/sec. | ||
15751 | 2024.08.06 04:07:22.184869 [ 200 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15752 | 2024.08.06 04:07:22.185340 [ 188 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
15753 | 2024.08.06 04:07:22.185400 [ 200 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_86_17} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15754 | 2024.08.06 04:07:22.185547 [ 200 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_86_17} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15755 | 2024.08.06 04:07:22.185678 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
15756 | 2024.08.06 04:07:22.186061 [ 188 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15757 | 2024.08.06 04:07:22.186139 [ 188 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
15758 | 2024.08.06 04:07:22.186278 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.51 MiB. | ||
15759 | 2024.08.06 04:07:23.000205 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.62 MiB, peak 225.32 MiB, free memory in arenas 0.00 B, will set to 212.25 MiB (RSS), difference: 1.62 MiB | ||
15760 | 2024.08.06 04:07:27.123568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15761 | 2024.08.06 04:07:27.123730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15762 | 2024.08.06 04:07:27.123761 [ 3 ] {} <Debug> HTTP-Session: 81273c93-192b-4e26-97f0-c5c03bbd16b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15763 | 2024.08.06 04:07:27.123790 [ 3 ] {} <Debug> HTTP-Session: 81273c93-192b-4e26-97f0-c5c03bbd16b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15764 | 2024.08.06 04:07:27.123807 [ 3 ] {} <Debug> HTTP-Session: 81273c93-192b-4e26-97f0-c5c03bbd16b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15765 | 2024.08.06 04:07:27.123866 [ 3 ] {} <Trace> HTTP-Session: 81273c93-192b-4e26-97f0-c5c03bbd16b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15766 | 2024.08.06 04:07:27.124072 [ 3 ] {f0e728ba-2b4b-4a31-9e8b-d94011e06f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15767 | 2024.08.06 04:07:27.124148 [ 3 ] {f0e728ba-2b4b-4a31-9e8b-d94011e06f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15768 | 2024.08.06 04:07:27.124377 [ 3 ] {f0e728ba-2b4b-4a31-9e8b-d94011e06f72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15769 | 2024.08.06 04:07:27.124827 [ 3 ] {f0e728ba-2b4b-4a31-9e8b-d94011e06f72} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15770 | 2024.08.06 04:07:27.124877 [ 3 ] {f0e728ba-2b4b-4a31-9e8b-d94011e06f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
15771 | 2024.08.06 04:07:27.125261 [ 3 ] {f0e728ba-2b4b-4a31-9e8b-d94011e06f72} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15772 | 2024.08.06 04:07:27.125612 [ 3 ] {f0e728ba-2b4b-4a31-9e8b-d94011e06f72} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15773 | 2024.08.06 04:07:27.125793 [ 3 ] {f0e728ba-2b4b-4a31-9e8b-d94011e06f72} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001775 sec., 1690.1408450704225 rows/sec., 136.99 KiB/sec. | ||
15774 | 2024.08.06 04:07:27.126110 [ 3 ] {f0e728ba-2b4b-4a31-9e8b-d94011e06f72} <Debug> DynamicQueryHandler: Done processing query | ||
15775 | 2024.08.06 04:07:27.126174 [ 3 ] {f0e728ba-2b4b-4a31-9e8b-d94011e06f72} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15776 | 2024.08.06 04:07:27.126223 [ 3 ] {} <Debug> HTTP-Session: 81273c93-192b-4e26-97f0-c5c03bbd16b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15777 | 2024.08.06 04:07:27.126413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15778 | 2024.08.06 04:07:27.126472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15779 | 2024.08.06 04:07:27.126492 [ 3 ] {} <Debug> HTTP-Session: 3609861d-5240-4316-98ef-ee36fbf3abb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15780 | 2024.08.06 04:07:27.126509 [ 3 ] {} <Debug> HTTP-Session: 3609861d-5240-4316-98ef-ee36fbf3abb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15781 | 2024.08.06 04:07:27.126524 [ 3 ] {} <Debug> HTTP-Session: 3609861d-5240-4316-98ef-ee36fbf3abb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15782 | 2024.08.06 04:07:27.126559 [ 3 ] {} <Trace> HTTP-Session: 3609861d-5240-4316-98ef-ee36fbf3abb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15783 | 2024.08.06 04:07:27.126696 [ 3 ] {c0864e24-86cc-49cc-b91f-1b2e3f885154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15784 | 2024.08.06 04:07:27.126745 [ 3 ] {c0864e24-86cc-49cc-b91f-1b2e3f885154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15785 | 2024.08.06 04:07:27.126897 [ 3 ] {c0864e24-86cc-49cc-b91f-1b2e3f885154} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15786 | 2024.08.06 04:07:27.127243 [ 3 ] {c0864e24-86cc-49cc-b91f-1b2e3f885154} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15787 | 2024.08.06 04:07:27.127283 [ 3 ] {c0864e24-86cc-49cc-b91f-1b2e3f885154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
15788 | 2024.08.06 04:07:27.127617 [ 3 ] {c0864e24-86cc-49cc-b91f-1b2e3f885154} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15789 | 2024.08.06 04:07:27.127944 [ 3 ] {c0864e24-86cc-49cc-b91f-1b2e3f885154} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15790 | 2024.08.06 04:07:27.128105 [ 3 ] {c0864e24-86cc-49cc-b91f-1b2e3f885154} <Debug> executeQuery: Read 65 rows, 5.22 KiB in 0.001454 sec., 44704.26409903714 rows/sec., 3.50 MiB/sec. | ||
15791 | 2024.08.06 04:07:27.128273 [ 3 ] {c0864e24-86cc-49cc-b91f-1b2e3f885154} <Debug> DynamicQueryHandler: Done processing query | ||
15792 | 2024.08.06 04:07:27.128298 [ 3 ] {c0864e24-86cc-49cc-b91f-1b2e3f885154} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15793 | 2024.08.06 04:07:27.128315 [ 3 ] {} <Debug> HTTP-Session: 3609861d-5240-4316-98ef-ee36fbf3abb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15794 | 2024.08.06 04:07:27.128447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 11385, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15795 | 2024.08.06 04:07:27.128497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15796 | 2024.08.06 04:07:27.128517 [ 3 ] {} <Debug> HTTP-Session: ad44a72b-bfca-4ebe-b86d-395bb8b15367 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15797 | 2024.08.06 04:07:27.128533 [ 3 ] {} <Debug> HTTP-Session: ad44a72b-bfca-4ebe-b86d-395bb8b15367 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15798 | 2024.08.06 04:07:27.128547 [ 3 ] {} <Debug> HTTP-Session: ad44a72b-bfca-4ebe-b86d-395bb8b15367 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15799 | 2024.08.06 04:07:27.128578 [ 3 ] {} <Trace> HTTP-Session: ad44a72b-bfca-4ebe-b86d-395bb8b15367 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15800 | 2024.08.06 04:07:27.128696 [ 3 ] {5e3fa9c5-0f2c-4793-add6-d88d3b9adb89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15801 | 2024.08.06 04:07:27.128740 [ 3 ] {5e3fa9c5-0f2c-4793-add6-d88d3b9adb89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15802 | 2024.08.06 04:07:27.128869 [ 3 ] {5e3fa9c5-0f2c-4793-add6-d88d3b9adb89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15803 | 2024.08.06 04:07:27.129209 [ 3 ] {5e3fa9c5-0f2c-4793-add6-d88d3b9adb89} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15804 | 2024.08.06 04:07:27.129248 [ 3 ] {5e3fa9c5-0f2c-4793-add6-d88d3b9adb89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
15805 | 2024.08.06 04:07:27.129566 [ 3 ] {5e3fa9c5-0f2c-4793-add6-d88d3b9adb89} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15806 | 2024.08.06 04:07:27.129882 [ 3 ] {5e3fa9c5-0f2c-4793-add6-d88d3b9adb89} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15807 | 2024.08.06 04:07:27.130009 [ 3 ] {5e3fa9c5-0f2c-4793-add6-d88d3b9adb89} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001354 sec., 49483.01329394387 rows/sec., 3.86 MiB/sec. | ||
15808 | 2024.08.06 04:07:27.130169 [ 3 ] {5e3fa9c5-0f2c-4793-add6-d88d3b9adb89} <Debug> DynamicQueryHandler: Done processing query | ||
15809 | 2024.08.06 04:07:27.130194 [ 3 ] {5e3fa9c5-0f2c-4793-add6-d88d3b9adb89} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15810 | 2024.08.06 04:07:27.130210 [ 3 ] {} <Debug> HTTP-Session: ad44a72b-bfca-4ebe-b86d-395bb8b15367 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15811 | 2024.08.06 04:07:27.130369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15812 | 2024.08.06 04:07:27.130419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15813 | 2024.08.06 04:07:27.130439 [ 3 ] {} <Debug> HTTP-Session: 67207e5a-d0a3-4742-8238-464c6523c64f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15814 | 2024.08.06 04:07:27.130456 [ 3 ] {} <Debug> HTTP-Session: 67207e5a-d0a3-4742-8238-464c6523c64f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15815 | 2024.08.06 04:07:27.130469 [ 3 ] {} <Debug> HTTP-Session: 67207e5a-d0a3-4742-8238-464c6523c64f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15816 | 2024.08.06 04:07:27.130500 [ 3 ] {} <Trace> HTTP-Session: 67207e5a-d0a3-4742-8238-464c6523c64f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15817 | 2024.08.06 04:07:27.130643 [ 3 ] {d18bddd0-f024-4fd4-9053-0c24b3494642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15818 | 2024.08.06 04:07:27.130692 [ 3 ] {d18bddd0-f024-4fd4-9053-0c24b3494642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15819 | 2024.08.06 04:07:27.130837 [ 3 ] {d18bddd0-f024-4fd4-9053-0c24b3494642} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15820 | 2024.08.06 04:07:27.131207 [ 3 ] {d18bddd0-f024-4fd4-9053-0c24b3494642} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15821 | 2024.08.06 04:07:27.131243 [ 3 ] {d18bddd0-f024-4fd4-9053-0c24b3494642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
15822 | 2024.08.06 04:07:27.131634 [ 3 ] {d18bddd0-f024-4fd4-9053-0c24b3494642} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15823 | 2024.08.06 04:07:27.131979 [ 3 ] {d18bddd0-f024-4fd4-9053-0c24b3494642} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15824 | 2024.08.06 04:07:27.132103 [ 3 ] {d18bddd0-f024-4fd4-9053-0c24b3494642} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001527 sec., 104780.61558611658 rows/sec., 7.30 MiB/sec. | ||
15825 | 2024.08.06 04:07:27.132257 [ 3 ] {d18bddd0-f024-4fd4-9053-0c24b3494642} <Debug> DynamicQueryHandler: Done processing query | ||
15826 | 2024.08.06 04:07:27.132281 [ 3 ] {d18bddd0-f024-4fd4-9053-0c24b3494642} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15827 | 2024.08.06 04:07:27.132297 [ 3 ] {} <Debug> HTTP-Session: 67207e5a-d0a3-4742-8238-464c6523c64f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15828 | 2024.08.06 04:07:27.132442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15829 | 2024.08.06 04:07:27.132490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15830 | 2024.08.06 04:07:27.132509 [ 3 ] {} <Debug> HTTP-Session: 10d7efd9-2c47-441d-8f36-c2f457135737 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15831 | 2024.08.06 04:07:27.132526 [ 3 ] {} <Debug> HTTP-Session: 10d7efd9-2c47-441d-8f36-c2f457135737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15832 | 2024.08.06 04:07:27.132539 [ 3 ] {} <Debug> HTTP-Session: 10d7efd9-2c47-441d-8f36-c2f457135737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15833 | 2024.08.06 04:07:27.132570 [ 3 ] {} <Trace> HTTP-Session: 10d7efd9-2c47-441d-8f36-c2f457135737 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15834 | 2024.08.06 04:07:27.132698 [ 3 ] {3aef0ae0-a2e4-4440-87a4-5fd4e2a7cce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15835 | 2024.08.06 04:07:27.132760 [ 3 ] {3aef0ae0-a2e4-4440-87a4-5fd4e2a7cce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15836 | 2024.08.06 04:07:27.133174 [ 3 ] {3aef0ae0-a2e4-4440-87a4-5fd4e2a7cce9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15837 | 2024.08.06 04:07:27.133665 [ 3 ] {3aef0ae0-a2e4-4440-87a4-5fd4e2a7cce9} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15838 | 2024.08.06 04:07:27.133702 [ 3 ] {3aef0ae0-a2e4-4440-87a4-5fd4e2a7cce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
15839 | 2024.08.06 04:07:27.134296 [ 3 ] {3aef0ae0-a2e4-4440-87a4-5fd4e2a7cce9} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
15840 | 2024.08.06 04:07:27.134719 [ 3 ] {3aef0ae0-a2e4-4440-87a4-5fd4e2a7cce9} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15841 | 2024.08.06 04:07:27.134869 [ 3 ] {3aef0ae0-a2e4-4440-87a4-5fd4e2a7cce9} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.002228 sec., 1346.499102333932 rows/sec., 2.41 MiB/sec. | ||
15842 | 2024.08.06 04:07:27.135089 [ 3 ] {3aef0ae0-a2e4-4440-87a4-5fd4e2a7cce9} <Debug> DynamicQueryHandler: Done processing query | ||
15843 | 2024.08.06 04:07:27.135114 [ 3 ] {3aef0ae0-a2e4-4440-87a4-5fd4e2a7cce9} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
15844 | 2024.08.06 04:07:27.135130 [ 3 ] {} <Debug> HTTP-Session: 10d7efd9-2c47-441d-8f36-c2f457135737 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15845 | 2024.08.06 04:07:27.135246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15846 | 2024.08.06 04:07:27.135295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15847 | 2024.08.06 04:07:27.135315 [ 3 ] {} <Debug> HTTP-Session: 3c961254-70bf-4fcf-91e4-4bc010fcc944 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15848 | 2024.08.06 04:07:27.135331 [ 3 ] {} <Debug> HTTP-Session: 3c961254-70bf-4fcf-91e4-4bc010fcc944 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15849 | 2024.08.06 04:07:27.135345 [ 3 ] {} <Debug> HTTP-Session: 3c961254-70bf-4fcf-91e4-4bc010fcc944 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15850 | 2024.08.06 04:07:27.135375 [ 3 ] {} <Trace> HTTP-Session: 3c961254-70bf-4fcf-91e4-4bc010fcc944 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15851 | 2024.08.06 04:07:27.135494 [ 3 ] {1b9ef7a6-2471-4e7e-bf4f-1d0ed447c798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15852 | 2024.08.06 04:07:27.135538 [ 3 ] {1b9ef7a6-2471-4e7e-bf4f-1d0ed447c798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15853 | 2024.08.06 04:07:27.135665 [ 3 ] {1b9ef7a6-2471-4e7e-bf4f-1d0ed447c798} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15854 | 2024.08.06 04:07:27.135955 [ 3 ] {1b9ef7a6-2471-4e7e-bf4f-1d0ed447c798} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15855 | 2024.08.06 04:07:27.135992 [ 3 ] {1b9ef7a6-2471-4e7e-bf4f-1d0ed447c798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
15856 | 2024.08.06 04:07:27.136347 [ 3 ] {1b9ef7a6-2471-4e7e-bf4f-1d0ed447c798} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15857 | 2024.08.06 04:07:27.136671 [ 3 ] {1b9ef7a6-2471-4e7e-bf4f-1d0ed447c798} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15858 | 2024.08.06 04:07:27.136795 [ 3 ] {1b9ef7a6-2471-4e7e-bf4f-1d0ed447c798} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec. | ||
15859 | 2024.08.06 04:07:27.136943 [ 3 ] {1b9ef7a6-2471-4e7e-bf4f-1d0ed447c798} <Debug> DynamicQueryHandler: Done processing query | ||
15860 | 2024.08.06 04:07:27.136967 [ 3 ] {1b9ef7a6-2471-4e7e-bf4f-1d0ed447c798} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15861 | 2024.08.06 04:07:27.136983 [ 3 ] {} <Debug> HTTP-Session: 3c961254-70bf-4fcf-91e4-4bc010fcc944 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15862 | 2024.08.06 04:07:32.131831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15863 | 2024.08.06 04:07:32.131970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15864 | 2024.08.06 04:07:32.131999 [ 3 ] {} <Debug> HTTP-Session: 464cd2ad-3ced-4814-9187-d95b7e32dc61 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15865 | 2024.08.06 04:07:32.132026 [ 3 ] {} <Debug> HTTP-Session: 464cd2ad-3ced-4814-9187-d95b7e32dc61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15866 | 2024.08.06 04:07:32.132044 [ 3 ] {} <Debug> HTTP-Session: 464cd2ad-3ced-4814-9187-d95b7e32dc61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15867 | 2024.08.06 04:07:32.132100 [ 3 ] {} <Trace> HTTP-Session: 464cd2ad-3ced-4814-9187-d95b7e32dc61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15868 | 2024.08.06 04:07:32.132314 [ 3 ] {dd08115d-41d5-4a5a-b843-6b79f6896b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15869 | 2024.08.06 04:07:32.132388 [ 3 ] {dd08115d-41d5-4a5a-b843-6b79f6896b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15870 | 2024.08.06 04:07:32.132609 [ 3 ] {dd08115d-41d5-4a5a-b843-6b79f6896b91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15871 | 2024.08.06 04:07:32.133084 [ 3 ] {dd08115d-41d5-4a5a-b843-6b79f6896b91} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15872 | 2024.08.06 04:07:32.133125 [ 3 ] {dd08115d-41d5-4a5a-b843-6b79f6896b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
15873 | 2024.08.06 04:07:32.133489 [ 3 ] {dd08115d-41d5-4a5a-b843-6b79f6896b91} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15874 | 2024.08.06 04:07:32.133856 [ 3 ] {dd08115d-41d5-4a5a-b843-6b79f6896b91} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15875 | 2024.08.06 04:07:32.134026 [ 3 ] {dd08115d-41d5-4a5a-b843-6b79f6896b91} <Debug> executeQuery: Read 59 rows, 4.64 KiB in 0.001779 sec., 33164.69926925239 rows/sec., 2.54 MiB/sec. | ||
15876 | 2024.08.06 04:07:32.134047 [ 149 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15877 | 2024.08.06 04:07:32.134181 [ 149 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15878 | 2024.08.06 04:07:32.134245 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
15879 | 2024.08.06 04:07:32.134293 [ 3 ] {dd08115d-41d5-4a5a-b843-6b79f6896b91} <Debug> DynamicQueryHandler: Done processing query | ||
15880 | 2024.08.06 04:07:32.134356 [ 3 ] {dd08115d-41d5-4a5a-b843-6b79f6896b91} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15881 | 2024.08.06 04:07:32.134404 [ 3 ] {} <Debug> HTTP-Session: 464cd2ad-3ced-4814-9187-d95b7e32dc61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15882 | 2024.08.06 04:07:32.134555 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
15883 | 2024.08.06 04:07:32.134668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 48344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15884 | 2024.08.06 04:07:32.134790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15885 | 2024.08.06 04:07:32.134839 [ 3 ] {} <Debug> HTTP-Session: a8bda82d-ce8e-4247-bb1a-57d9d3fa5495 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15886 | 2024.08.06 04:07:32.134878 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15887 | 2024.08.06 04:07:32.134889 [ 3 ] {} <Debug> HTTP-Session: a8bda82d-ce8e-4247-bb1a-57d9d3fa5495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15888 | 2024.08.06 04:07:32.134936 [ 3 ] {} <Debug> HTTP-Session: a8bda82d-ce8e-4247-bb1a-57d9d3fa5495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15889 | 2024.08.06 04:07:32.134943 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 57 rows starting from the beginning of the part | ||
15890 | 2024.08.06 04:07:32.135001 [ 3 ] {} <Trace> HTTP-Session: a8bda82d-ce8e-4247-bb1a-57d9d3fa5495 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15891 | 2024.08.06 04:07:32.135153 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 59 rows starting from the beginning of the part | ||
15892 | 2024.08.06 04:07:32.135417 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 3 rows starting from the beginning of the part | ||
15893 | 2024.08.06 04:07:32.135455 [ 3 ] {15922444-6bfd-4b51-919f-7e4dce0a4a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15894 | 2024.08.06 04:07:32.135642 [ 3 ] {15922444-6bfd-4b51-919f-7e4dce0a4a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15895 | 2024.08.06 04:07:32.135790 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 59 rows starting from the beginning of the part | ||
15896 | 2024.08.06 04:07:32.136252 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 3 rows starting from the beginning of the part | ||
15897 | 2024.08.06 04:07:32.136604 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 59 rows starting from the beginning of the part | ||
15898 | 2024.08.06 04:07:32.136984 [ 3 ] {15922444-6bfd-4b51-919f-7e4dce0a4a0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15899 | 2024.08.06 04:07:32.138210 [ 3 ] {15922444-6bfd-4b51-919f-7e4dce0a4a0e} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15900 | 2024.08.06 04:07:32.138277 [ 3 ] {15922444-6bfd-4b51-919f-7e4dce0a4a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
15901 | 2024.08.06 04:07:32.139147 [ 197 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.004772352 sec., 50289.66849050531 rows/sec., 3.86 MiB/sec. | ||
15902 | 2024.08.06 04:07:32.139182 [ 3 ] {15922444-6bfd-4b51-919f-7e4dce0a4a0e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15903 | 2024.08.06 04:07:32.139400 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15904 | 2024.08.06 04:07:32.139759 [ 3 ] {15922444-6bfd-4b51-919f-7e4dce0a4a0e} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15905 | 2024.08.06 04:07:32.140196 [ 3 ] {15922444-6bfd-4b51-919f-7e4dce0a4a0e} <Debug> executeQuery: Read 320 rows, 28.90 KiB in 0.004968 sec., 64412.2383252818 rows/sec., 5.68 MiB/sec. | ||
15906 | 2024.08.06 04:07:32.140493 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_81_16} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15907 | 2024.08.06 04:07:32.140763 [ 3 ] {15922444-6bfd-4b51-919f-7e4dce0a4a0e} <Debug> DynamicQueryHandler: Done processing query | ||
15908 | 2024.08.06 04:07:32.140845 [ 3 ] {15922444-6bfd-4b51-919f-7e4dce0a4a0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
15909 | 2024.08.06 04:07:32.140883 [ 198 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_81_16} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15910 | 2024.08.06 04:07:32.140913 [ 3 ] {} <Debug> HTTP-Session: a8bda82d-ce8e-4247-bb1a-57d9d3fa5495 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15911 | 2024.08.06 04:07:32.141144 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
15912 | 2024.08.06 04:07:32.141305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 70550, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15913 | 2024.08.06 04:07:32.141381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15914 | 2024.08.06 04:07:32.141401 [ 3 ] {} <Debug> HTTP-Session: a55f6403-37ba-4c07-98c2-0b43e1366fdd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15915 | 2024.08.06 04:07:32.141418 [ 3 ] {} <Debug> HTTP-Session: a55f6403-37ba-4c07-98c2-0b43e1366fdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15916 | 2024.08.06 04:07:32.141432 [ 3 ] {} <Debug> HTTP-Session: a55f6403-37ba-4c07-98c2-0b43e1366fdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15917 | 2024.08.06 04:07:32.141464 [ 3 ] {} <Trace> HTTP-Session: a55f6403-37ba-4c07-98c2-0b43e1366fdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15918 | 2024.08.06 04:07:32.141690 [ 3 ] {e58b1ab5-b19d-46fc-bc27-5547c125b531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15919 | 2024.08.06 04:07:32.141737 [ 3 ] {e58b1ab5-b19d-46fc-bc27-5547c125b531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15920 | 2024.08.06 04:07:32.141898 [ 3 ] {e58b1ab5-b19d-46fc-bc27-5547c125b531} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15921 | 2024.08.06 04:07:32.142479 [ 3 ] {e58b1ab5-b19d-46fc-bc27-5547c125b531} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15922 | 2024.08.06 04:07:32.142517 [ 3 ] {e58b1ab5-b19d-46fc-bc27-5547c125b531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
15923 | 2024.08.06 04:07:32.142867 [ 3 ] {e58b1ab5-b19d-46fc-bc27-5547c125b531} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15924 | 2024.08.06 04:07:32.143188 [ 3 ] {e58b1ab5-b19d-46fc-bc27-5547c125b531} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15925 | 2024.08.06 04:07:32.143339 [ 3 ] {e58b1ab5-b19d-46fc-bc27-5547c125b531} <Debug> executeQuery: Read 435 rows, 31.72 KiB in 0.001774 sec., 245208.5682074408 rows/sec., 17.46 MiB/sec. | ||
15926 | 2024.08.06 04:07:32.143505 [ 3 ] {e58b1ab5-b19d-46fc-bc27-5547c125b531} <Debug> DynamicQueryHandler: Done processing query | ||
15927 | 2024.08.06 04:07:32.143530 [ 3 ] {e58b1ab5-b19d-46fc-bc27-5547c125b531} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
15928 | 2024.08.06 04:07:32.143546 [ 3 ] {} <Debug> HTTP-Session: a55f6403-37ba-4c07-98c2-0b43e1366fdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15929 | 2024.08.06 04:07:32.143717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15930 | 2024.08.06 04:07:32.143766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15931 | 2024.08.06 04:07:32.143785 [ 3 ] {} <Debug> HTTP-Session: ade6ff19-16f5-44e8-bbad-757d5bb9f3f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15932 | 2024.08.06 04:07:32.143802 [ 3 ] {} <Debug> HTTP-Session: ade6ff19-16f5-44e8-bbad-757d5bb9f3f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15933 | 2024.08.06 04:07:32.143816 [ 3 ] {} <Debug> HTTP-Session: ade6ff19-16f5-44e8-bbad-757d5bb9f3f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15934 | 2024.08.06 04:07:32.143846 [ 3 ] {} <Trace> HTTP-Session: ade6ff19-16f5-44e8-bbad-757d5bb9f3f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15935 | 2024.08.06 04:07:32.143941 [ 3 ] {65c6f025-9228-46e2-9314-ad84c0ec13a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15936 | 2024.08.06 04:07:32.143986 [ 3 ] {65c6f025-9228-46e2-9314-ad84c0ec13a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15937 | 2024.08.06 04:07:32.144116 [ 3 ] {65c6f025-9228-46e2-9314-ad84c0ec13a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15938 | 2024.08.06 04:07:32.144380 [ 3 ] {65c6f025-9228-46e2-9314-ad84c0ec13a7} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15939 | 2024.08.06 04:07:32.144417 [ 3 ] {65c6f025-9228-46e2-9314-ad84c0ec13a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
15940 | 2024.08.06 04:07:32.144781 [ 3 ] {65c6f025-9228-46e2-9314-ad84c0ec13a7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
15941 | 2024.08.06 04:07:32.145143 [ 3 ] {65c6f025-9228-46e2-9314-ad84c0ec13a7} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15942 | 2024.08.06 04:07:32.145307 [ 3 ] {65c6f025-9228-46e2-9314-ad84c0ec13a7} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00138 sec., 4347.826086956522 rows/sec., 186.82 KiB/sec. | ||
15943 | 2024.08.06 04:07:32.145512 [ 3 ] {65c6f025-9228-46e2-9314-ad84c0ec13a7} <Debug> DynamicQueryHandler: Done processing query | ||
15944 | 2024.08.06 04:07:32.145539 [ 3 ] {65c6f025-9228-46e2-9314-ad84c0ec13a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15945 | 2024.08.06 04:07:32.145555 [ 3 ] {} <Debug> HTTP-Session: ade6ff19-16f5-44e8-bbad-757d5bb9f3f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15946 | 2024.08.06 04:07:32.145721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15947 | 2024.08.06 04:07:32.145770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15948 | 2024.08.06 04:07:32.145790 [ 3 ] {} <Debug> HTTP-Session: 6909f8e7-055c-4f31-adcb-98cead8b9d33 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15949 | 2024.08.06 04:07:32.145806 [ 3 ] {} <Debug> HTTP-Session: 6909f8e7-055c-4f31-adcb-98cead8b9d33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15950 | 2024.08.06 04:07:32.145820 [ 3 ] {} <Debug> HTTP-Session: 6909f8e7-055c-4f31-adcb-98cead8b9d33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15951 | 2024.08.06 04:07:32.145850 [ 3 ] {} <Trace> HTTP-Session: 6909f8e7-055c-4f31-adcb-98cead8b9d33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15952 | 2024.08.06 04:07:32.145981 [ 3 ] {a62fb8c1-2164-42f0-bfed-3b2628f3ec10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
15953 | 2024.08.06 04:07:32.146028 [ 3 ] {a62fb8c1-2164-42f0-bfed-3b2628f3ec10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
15954 | 2024.08.06 04:07:32.146175 [ 3 ] {a62fb8c1-2164-42f0-bfed-3b2628f3ec10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15955 | 2024.08.06 04:07:32.146476 [ 3 ] {a62fb8c1-2164-42f0-bfed-3b2628f3ec10} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15956 | 2024.08.06 04:07:32.146513 [ 3 ] {a62fb8c1-2164-42f0-bfed-3b2628f3ec10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
15957 | 2024.08.06 04:07:32.146885 [ 3 ] {a62fb8c1-2164-42f0-bfed-3b2628f3ec10} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
15958 | 2024.08.06 04:07:32.147233 [ 3 ] {a62fb8c1-2164-42f0-bfed-3b2628f3ec10} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15959 | 2024.08.06 04:07:32.147383 [ 3 ] {a62fb8c1-2164-42f0-bfed-3b2628f3ec10} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001452 sec., 53030.30303030303 rows/sec., 3.27 MiB/sec. | ||
15960 | 2024.08.06 04:07:32.147544 [ 3 ] {a62fb8c1-2164-42f0-bfed-3b2628f3ec10} <Debug> DynamicQueryHandler: Done processing query | ||
15961 | 2024.08.06 04:07:32.147570 [ 3 ] {a62fb8c1-2164-42f0-bfed-3b2628f3ec10} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15962 | 2024.08.06 04:07:32.147586 [ 3 ] {} <Debug> HTTP-Session: 6909f8e7-055c-4f31-adcb-98cead8b9d33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15963 | 2024.08.06 04:07:32.147743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15964 | 2024.08.06 04:07:32.147792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15965 | 2024.08.06 04:07:32.147812 [ 3 ] {} <Debug> HTTP-Session: d0a9a7d4-919d-4502-b51c-788ec599c5e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15966 | 2024.08.06 04:07:32.147828 [ 3 ] {} <Debug> HTTP-Session: d0a9a7d4-919d-4502-b51c-788ec599c5e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15967 | 2024.08.06 04:07:32.147842 [ 3 ] {} <Debug> HTTP-Session: d0a9a7d4-919d-4502-b51c-788ec599c5e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15968 | 2024.08.06 04:07:32.147873 [ 3 ] {} <Trace> HTTP-Session: d0a9a7d4-919d-4502-b51c-788ec599c5e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15969 | 2024.08.06 04:07:32.148045 [ 3 ] {46999b1f-0011-44c5-a412-d4ad66bc307a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15970 | 2024.08.06 04:07:32.148091 [ 3 ] {46999b1f-0011-44c5-a412-d4ad66bc307a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15971 | 2024.08.06 04:07:32.148234 [ 3 ] {46999b1f-0011-44c5-a412-d4ad66bc307a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15972 | 2024.08.06 04:07:32.148600 [ 3 ] {46999b1f-0011-44c5-a412-d4ad66bc307a} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15973 | 2024.08.06 04:07:32.148636 [ 3 ] {46999b1f-0011-44c5-a412-d4ad66bc307a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
15974 | 2024.08.06 04:07:32.149013 [ 3 ] {46999b1f-0011-44c5-a412-d4ad66bc307a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15975 | 2024.08.06 04:07:32.149367 [ 3 ] {46999b1f-0011-44c5-a412-d4ad66bc307a} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15976 | 2024.08.06 04:07:32.149527 [ 3 ] {46999b1f-0011-44c5-a412-d4ad66bc307a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec. | ||
15977 | 2024.08.06 04:07:32.149700 [ 3 ] {46999b1f-0011-44c5-a412-d4ad66bc307a} <Debug> DynamicQueryHandler: Done processing query | ||
15978 | 2024.08.06 04:07:32.149725 [ 3 ] {46999b1f-0011-44c5-a412-d4ad66bc307a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15979 | 2024.08.06 04:07:32.149742 [ 3 ] {} <Debug> HTTP-Session: d0a9a7d4-919d-4502-b51c-788ec599c5e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15980 | 2024.08.06 04:07:32.149979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 85415, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15981 | 2024.08.06 04:07:32.150029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15982 | 2024.08.06 04:07:32.150048 [ 3 ] {} <Debug> HTTP-Session: 25b8ff08-9b3f-49f2-b45c-8bdb0e94b122 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
15983 | 2024.08.06 04:07:32.150064 [ 3 ] {} <Debug> HTTP-Session: 25b8ff08-9b3f-49f2-b45c-8bdb0e94b122 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15984 | 2024.08.06 04:07:32.150078 [ 3 ] {} <Debug> HTTP-Session: 25b8ff08-9b3f-49f2-b45c-8bdb0e94b122 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15985 | 2024.08.06 04:07:32.150109 [ 3 ] {} <Trace> HTTP-Session: 25b8ff08-9b3f-49f2-b45c-8bdb0e94b122 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15986 | 2024.08.06 04:07:32.150581 [ 3 ] {b7fa0adb-ca97-4a76-82f6-f50b673f861d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15987 | 2024.08.06 04:07:32.150647 [ 3 ] {b7fa0adb-ca97-4a76-82f6-f50b673f861d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15988 | 2024.08.06 04:07:32.151059 [ 3 ] {b7fa0adb-ca97-4a76-82f6-f50b673f861d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15989 | 2024.08.06 04:07:32.151911 [ 3 ] {b7fa0adb-ca97-4a76-82f6-f50b673f861d} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15990 | 2024.08.06 04:07:32.151948 [ 3 ] {b7fa0adb-ca97-4a76-82f6-f50b673f861d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
15991 | 2024.08.06 04:07:32.152593 [ 3 ] {b7fa0adb-ca97-4a76-82f6-f50b673f861d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15992 | 2024.08.06 04:07:32.153029 [ 3 ] {b7fa0adb-ca97-4a76-82f6-f50b673f861d} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15993 | 2024.08.06 04:07:32.153238 [ 3 ] {b7fa0adb-ca97-4a76-82f6-f50b673f861d} <Debug> executeQuery: Read 53 rows, 97.25 KiB in 0.003024 sec., 17526.455026455023 rows/sec., 31.41 MiB/sec. | ||
15994 | 2024.08.06 04:07:32.153443 [ 3 ] {b7fa0adb-ca97-4a76-82f6-f50b673f861d} <Debug> DynamicQueryHandler: Done processing query | ||
15995 | 2024.08.06 04:07:32.153467 [ 3 ] {b7fa0adb-ca97-4a76-82f6-f50b673f861d} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
15996 | 2024.08.06 04:07:32.153483 [ 3 ] {} <Debug> HTTP-Session: 25b8ff08-9b3f-49f2-b45c-8bdb0e94b122 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15997 | 2024.08.06 04:07:32.153608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15998 | 2024.08.06 04:07:32.153657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15999 | 2024.08.06 04:07:32.153677 [ 3 ] {} <Debug> HTTP-Session: e38bf348-94ed-41c0-abe1-b205655e79ff Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16000 | 2024.08.06 04:07:32.153694 [ 3 ] {} <Debug> HTTP-Session: e38bf348-94ed-41c0-abe1-b205655e79ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16001 | 2024.08.06 04:07:32.153708 [ 3 ] {} <Debug> HTTP-Session: e38bf348-94ed-41c0-abe1-b205655e79ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16002 | 2024.08.06 04:07:32.153739 [ 3 ] {} <Trace> HTTP-Session: e38bf348-94ed-41c0-abe1-b205655e79ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16003 | 2024.08.06 04:07:32.153840 [ 3 ] {1bc8bfc4-b3c2-4ee1-93af-c867907f6bb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
16004 | 2024.08.06 04:07:32.153886 [ 3 ] {1bc8bfc4-b3c2-4ee1-93af-c867907f6bb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16005 | 2024.08.06 04:07:32.154012 [ 3 ] {1bc8bfc4-b3c2-4ee1-93af-c867907f6bb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16006 | 2024.08.06 04:07:32.154312 [ 3 ] {1bc8bfc4-b3c2-4ee1-93af-c867907f6bb0} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16007 | 2024.08.06 04:07:32.154348 [ 3 ] {1bc8bfc4-b3c2-4ee1-93af-c867907f6bb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16008 | 2024.08.06 04:07:32.154698 [ 3 ] {1bc8bfc4-b3c2-4ee1-93af-c867907f6bb0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
16009 | 2024.08.06 04:07:32.155022 [ 3 ] {1bc8bfc4-b3c2-4ee1-93af-c867907f6bb0} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16010 | 2024.08.06 04:07:32.155179 [ 3 ] {1bc8bfc4-b3c2-4ee1-93af-c867907f6bb0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001359 sec., 16924.20897718911 rows/sec., 915.48 KiB/sec. | ||
16011 | 2024.08.06 04:07:32.155345 [ 3 ] {1bc8bfc4-b3c2-4ee1-93af-c867907f6bb0} <Debug> DynamicQueryHandler: Done processing query | ||
16012 | 2024.08.06 04:07:32.155369 [ 3 ] {1bc8bfc4-b3c2-4ee1-93af-c867907f6bb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16013 | 2024.08.06 04:07:32.155385 [ 3 ] {} <Debug> HTTP-Session: e38bf348-94ed-41c0-abe1-b205655e79ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16014 | 2024.08.06 04:07:32.155511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16015 | 2024.08.06 04:07:32.155560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16016 | 2024.08.06 04:07:32.155580 [ 3 ] {} <Debug> HTTP-Session: 82dc176a-c474-4dcf-9c4c-bb2d013daffe Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16017 | 2024.08.06 04:07:32.155597 [ 3 ] {} <Debug> HTTP-Session: 82dc176a-c474-4dcf-9c4c-bb2d013daffe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16018 | 2024.08.06 04:07:32.155610 [ 3 ] {} <Debug> HTTP-Session: 82dc176a-c474-4dcf-9c4c-bb2d013daffe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16019 | 2024.08.06 04:07:32.155641 [ 3 ] {} <Trace> HTTP-Session: 82dc176a-c474-4dcf-9c4c-bb2d013daffe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16020 | 2024.08.06 04:07:32.155751 [ 3 ] {4c0b9a3f-2a52-4301-bf52-d93b8998a6ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16021 | 2024.08.06 04:07:32.155795 [ 3 ] {4c0b9a3f-2a52-4301-bf52-d93b8998a6ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16022 | 2024.08.06 04:07:32.155921 [ 3 ] {4c0b9a3f-2a52-4301-bf52-d93b8998a6ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16023 | 2024.08.06 04:07:32.156202 [ 3 ] {4c0b9a3f-2a52-4301-bf52-d93b8998a6ae} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16024 | 2024.08.06 04:07:32.156239 [ 3 ] {4c0b9a3f-2a52-4301-bf52-d93b8998a6ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16025 | 2024.08.06 04:07:32.156590 [ 3 ] {4c0b9a3f-2a52-4301-bf52-d93b8998a6ae} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16026 | 2024.08.06 04:07:32.156919 [ 3 ] {4c0b9a3f-2a52-4301-bf52-d93b8998a6ae} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16027 | 2024.08.06 04:07:32.157074 [ 3 ] {4c0b9a3f-2a52-4301-bf52-d93b8998a6ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. | ||
16028 | 2024.08.06 04:07:32.157229 [ 3 ] {4c0b9a3f-2a52-4301-bf52-d93b8998a6ae} <Debug> DynamicQueryHandler: Done processing query | ||
16029 | 2024.08.06 04:07:32.157254 [ 3 ] {4c0b9a3f-2a52-4301-bf52-d93b8998a6ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16030 | 2024.08.06 04:07:32.157269 [ 3 ] {} <Debug> HTTP-Session: 82dc176a-c474-4dcf-9c4c-bb2d013daffe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16031 | 2024.08.06 04:07:36.020734 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16032 | 2024.08.06 04:07:36.020833 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16033 | 2024.08.06 04:07:37.123008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16034 | 2024.08.06 04:07:37.123132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16035 | 2024.08.06 04:07:37.123161 [ 3 ] {} <Debug> HTTP-Session: 4e0799ab-a479-49fb-ba7c-3571684a606d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16036 | 2024.08.06 04:07:37.123189 [ 3 ] {} <Debug> HTTP-Session: 4e0799ab-a479-49fb-ba7c-3571684a606d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16037 | 2024.08.06 04:07:37.123206 [ 3 ] {} <Debug> HTTP-Session: 4e0799ab-a479-49fb-ba7c-3571684a606d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16038 | 2024.08.06 04:07:37.123261 [ 3 ] {} <Trace> HTTP-Session: 4e0799ab-a479-49fb-ba7c-3571684a606d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16039 | 2024.08.06 04:07:37.123453 [ 3 ] {e1ad285b-9fa5-486b-a8ff-63614d66e4bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16040 | 2024.08.06 04:07:37.123527 [ 3 ] {e1ad285b-9fa5-486b-a8ff-63614d66e4bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16041 | 2024.08.06 04:07:37.123756 [ 3 ] {e1ad285b-9fa5-486b-a8ff-63614d66e4bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16042 | 2024.08.06 04:07:37.124244 [ 3 ] {e1ad285b-9fa5-486b-a8ff-63614d66e4bf} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16043 | 2024.08.06 04:07:37.124286 [ 3 ] {e1ad285b-9fa5-486b-a8ff-63614d66e4bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16044 | 2024.08.06 04:07:37.124661 [ 3 ] {e1ad285b-9fa5-486b-a8ff-63614d66e4bf} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16045 | 2024.08.06 04:07:37.125006 [ 3 ] {e1ad285b-9fa5-486b-a8ff-63614d66e4bf} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16046 | 2024.08.06 04:07:37.125174 [ 3 ] {e1ad285b-9fa5-486b-a8ff-63614d66e4bf} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001776 sec., 1689.1891891891892 rows/sec., 136.92 KiB/sec. | ||
16047 | 2024.08.06 04:07:37.125366 [ 3 ] {e1ad285b-9fa5-486b-a8ff-63614d66e4bf} <Debug> DynamicQueryHandler: Done processing query | ||
16048 | 2024.08.06 04:07:37.125393 [ 3 ] {e1ad285b-9fa5-486b-a8ff-63614d66e4bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16049 | 2024.08.06 04:07:37.125410 [ 3 ] {} <Debug> HTTP-Session: 4e0799ab-a479-49fb-ba7c-3571684a606d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16050 | 2024.08.06 04:07:37.125599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16051 | 2024.08.06 04:07:37.125650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16052 | 2024.08.06 04:07:37.125670 [ 3 ] {} <Debug> HTTP-Session: af9b376e-3e77-463c-9e61-633446eb8f6f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16053 | 2024.08.06 04:07:37.125687 [ 3 ] {} <Debug> HTTP-Session: af9b376e-3e77-463c-9e61-633446eb8f6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16054 | 2024.08.06 04:07:37.125701 [ 3 ] {} <Debug> HTTP-Session: af9b376e-3e77-463c-9e61-633446eb8f6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16055 | 2024.08.06 04:07:37.125732 [ 3 ] {} <Trace> HTTP-Session: af9b376e-3e77-463c-9e61-633446eb8f6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16056 | 2024.08.06 04:07:37.125848 [ 3 ] {ab75d204-e3ac-44a0-92a7-e425475a34b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16057 | 2024.08.06 04:07:37.125892 [ 3 ] {ab75d204-e3ac-44a0-92a7-e425475a34b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16058 | 2024.08.06 04:07:37.126016 [ 3 ] {ab75d204-e3ac-44a0-92a7-e425475a34b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16059 | 2024.08.06 04:07:37.126353 [ 3 ] {ab75d204-e3ac-44a0-92a7-e425475a34b3} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16060 | 2024.08.06 04:07:37.126391 [ 3 ] {ab75d204-e3ac-44a0-92a7-e425475a34b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16061 | 2024.08.06 04:07:37.126705 [ 3 ] {ab75d204-e3ac-44a0-92a7-e425475a34b3} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16062 | 2024.08.06 04:07:37.127013 [ 3 ] {ab75d204-e3ac-44a0-92a7-e425475a34b3} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16063 | 2024.08.06 04:07:37.127166 [ 3 ] {ab75d204-e3ac-44a0-92a7-e425475a34b3} <Debug> executeQuery: Read 65 rows, 5.22 KiB in 0.001358 sec., 47864.506627393224 rows/sec., 3.75 MiB/sec. | ||
16064 | 2024.08.06 04:07:37.127343 [ 3 ] {ab75d204-e3ac-44a0-92a7-e425475a34b3} <Debug> DynamicQueryHandler: Done processing query | ||
16065 | 2024.08.06 04:07:37.127368 [ 3 ] {ab75d204-e3ac-44a0-92a7-e425475a34b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16066 | 2024.08.06 04:07:37.127383 [ 3 ] {} <Debug> HTTP-Session: af9b376e-3e77-463c-9e61-633446eb8f6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16067 | 2024.08.06 04:07:37.127505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 11385, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16068 | 2024.08.06 04:07:37.127555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16069 | 2024.08.06 04:07:37.127575 [ 3 ] {} <Debug> HTTP-Session: af93c831-dfc7-4a4a-9401-9390f6b0bfcb Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16070 | 2024.08.06 04:07:37.127591 [ 3 ] {} <Debug> HTTP-Session: af93c831-dfc7-4a4a-9401-9390f6b0bfcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16071 | 2024.08.06 04:07:37.127604 [ 3 ] {} <Debug> HTTP-Session: af93c831-dfc7-4a4a-9401-9390f6b0bfcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16072 | 2024.08.06 04:07:37.127635 [ 3 ] {} <Trace> HTTP-Session: af93c831-dfc7-4a4a-9401-9390f6b0bfcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16073 | 2024.08.06 04:07:37.127752 [ 3 ] {e21782e6-5d30-4cee-9737-5c8d609adce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16074 | 2024.08.06 04:07:37.127795 [ 3 ] {e21782e6-5d30-4cee-9737-5c8d609adce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16075 | 2024.08.06 04:07:37.127922 [ 3 ] {e21782e6-5d30-4cee-9737-5c8d609adce7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16076 | 2024.08.06 04:07:37.128237 [ 3 ] {e21782e6-5d30-4cee-9737-5c8d609adce7} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16077 | 2024.08.06 04:07:37.128274 [ 3 ] {e21782e6-5d30-4cee-9737-5c8d609adce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16078 | 2024.08.06 04:07:37.128584 [ 3 ] {e21782e6-5d30-4cee-9737-5c8d609adce7} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16079 | 2024.08.06 04:07:37.128889 [ 3 ] {e21782e6-5d30-4cee-9737-5c8d609adce7} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16080 | 2024.08.06 04:07:37.129038 [ 3 ] {e21782e6-5d30-4cee-9737-5c8d609adce7} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001319 sec., 50796.05761940864 rows/sec., 3.97 MiB/sec. | ||
16081 | 2024.08.06 04:07:37.129200 [ 3 ] {e21782e6-5d30-4cee-9737-5c8d609adce7} <Debug> DynamicQueryHandler: Done processing query | ||
16082 | 2024.08.06 04:07:37.129225 [ 3 ] {e21782e6-5d30-4cee-9737-5c8d609adce7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16083 | 2024.08.06 04:07:37.129241 [ 3 ] {} <Debug> HTTP-Session: af93c831-dfc7-4a4a-9401-9390f6b0bfcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16084 | 2024.08.06 04:07:37.129425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16085 | 2024.08.06 04:07:37.129475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16086 | 2024.08.06 04:07:37.129494 [ 3 ] {} <Debug> HTTP-Session: 4da2c73a-d0ee-473e-b9c7-cf71e43f0acb Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16087 | 2024.08.06 04:07:37.129511 [ 3 ] {} <Debug> HTTP-Session: 4da2c73a-d0ee-473e-b9c7-cf71e43f0acb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16088 | 2024.08.06 04:07:37.129525 [ 3 ] {} <Debug> HTTP-Session: 4da2c73a-d0ee-473e-b9c7-cf71e43f0acb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16089 | 2024.08.06 04:07:37.129555 [ 3 ] {} <Trace> HTTP-Session: 4da2c73a-d0ee-473e-b9c7-cf71e43f0acb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16090 | 2024.08.06 04:07:37.129717 [ 3 ] {4024010f-a12e-45dd-ab22-b5bfe3e65165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16091 | 2024.08.06 04:07:37.129766 [ 3 ] {4024010f-a12e-45dd-ab22-b5bfe3e65165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16092 | 2024.08.06 04:07:37.129911 [ 3 ] {4024010f-a12e-45dd-ab22-b5bfe3e65165} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16093 | 2024.08.06 04:07:37.130304 [ 3 ] {4024010f-a12e-45dd-ab22-b5bfe3e65165} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16094 | 2024.08.06 04:07:37.130341 [ 3 ] {4024010f-a12e-45dd-ab22-b5bfe3e65165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16095 | 2024.08.06 04:07:37.130733 [ 3 ] {4024010f-a12e-45dd-ab22-b5bfe3e65165} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16096 | 2024.08.06 04:07:37.131074 [ 3 ] {4024010f-a12e-45dd-ab22-b5bfe3e65165} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16097 | 2024.08.06 04:07:37.131229 [ 3 ] {4024010f-a12e-45dd-ab22-b5bfe3e65165} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. | ||
16098 | 2024.08.06 04:07:37.131399 [ 3 ] {4024010f-a12e-45dd-ab22-b5bfe3e65165} <Debug> DynamicQueryHandler: Done processing query | ||
16099 | 2024.08.06 04:07:37.131424 [ 3 ] {4024010f-a12e-45dd-ab22-b5bfe3e65165} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16100 | 2024.08.06 04:07:37.131440 [ 3 ] {} <Debug> HTTP-Session: 4da2c73a-d0ee-473e-b9c7-cf71e43f0acb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16101 | 2024.08.06 04:07:37.131559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16102 | 2024.08.06 04:07:37.131607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16103 | 2024.08.06 04:07:37.131627 [ 3 ] {} <Debug> HTTP-Session: ea336bc8-e241-46f8-b97c-d469c8d716f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16104 | 2024.08.06 04:07:37.131645 [ 3 ] {} <Debug> HTTP-Session: ea336bc8-e241-46f8-b97c-d469c8d716f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16105 | 2024.08.06 04:07:37.131659 [ 3 ] {} <Debug> HTTP-Session: ea336bc8-e241-46f8-b97c-d469c8d716f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16106 | 2024.08.06 04:07:37.131689 [ 3 ] {} <Trace> HTTP-Session: ea336bc8-e241-46f8-b97c-d469c8d716f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16107 | 2024.08.06 04:07:37.131817 [ 3 ] {c47810de-6c42-42f2-a805-94ccf14c3369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16108 | 2024.08.06 04:07:37.131880 [ 3 ] {c47810de-6c42-42f2-a805-94ccf14c3369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16109 | 2024.08.06 04:07:37.132292 [ 3 ] {c47810de-6c42-42f2-a805-94ccf14c3369} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16110 | 2024.08.06 04:07:37.132774 [ 3 ] {c47810de-6c42-42f2-a805-94ccf14c3369} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16111 | 2024.08.06 04:07:37.132812 [ 3 ] {c47810de-6c42-42f2-a805-94ccf14c3369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16112 | 2024.08.06 04:07:37.133403 [ 3 ] {c47810de-6c42-42f2-a805-94ccf14c3369} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
16113 | 2024.08.06 04:07:37.133815 [ 3 ] {c47810de-6c42-42f2-a805-94ccf14c3369} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16114 | 2024.08.06 04:07:37.134008 [ 3 ] {c47810de-6c42-42f2-a805-94ccf14c3369} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.002246 sec., 1335.7079252003562 rows/sec., 2.39 MiB/sec. | ||
16115 | 2024.08.06 04:07:37.134228 [ 3 ] {c47810de-6c42-42f2-a805-94ccf14c3369} <Debug> DynamicQueryHandler: Done processing query | ||
16116 | 2024.08.06 04:07:37.134253 [ 3 ] {c47810de-6c42-42f2-a805-94ccf14c3369} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
16117 | 2024.08.06 04:07:37.134269 [ 3 ] {} <Debug> HTTP-Session: ea336bc8-e241-46f8-b97c-d469c8d716f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16118 | 2024.08.06 04:07:37.134390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16119 | 2024.08.06 04:07:37.134440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16120 | 2024.08.06 04:07:37.134459 [ 3 ] {} <Debug> HTTP-Session: d3b6ffe0-eefd-44a5-8871-168cc08ccfa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16121 | 2024.08.06 04:07:37.134476 [ 3 ] {} <Debug> HTTP-Session: d3b6ffe0-eefd-44a5-8871-168cc08ccfa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16122 | 2024.08.06 04:07:37.134489 [ 3 ] {} <Debug> HTTP-Session: d3b6ffe0-eefd-44a5-8871-168cc08ccfa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16123 | 2024.08.06 04:07:37.134520 [ 3 ] {} <Trace> HTTP-Session: d3b6ffe0-eefd-44a5-8871-168cc08ccfa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16124 | 2024.08.06 04:07:37.134634 [ 3 ] {c6a49703-8b01-4593-a6d9-af6b7fd0141e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16125 | 2024.08.06 04:07:37.134678 [ 3 ] {c6a49703-8b01-4593-a6d9-af6b7fd0141e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16126 | 2024.08.06 04:07:37.134806 [ 3 ] {c6a49703-8b01-4593-a6d9-af6b7fd0141e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16127 | 2024.08.06 04:07:37.135090 [ 3 ] {c6a49703-8b01-4593-a6d9-af6b7fd0141e} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16128 | 2024.08.06 04:07:37.135127 [ 3 ] {c6a49703-8b01-4593-a6d9-af6b7fd0141e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16129 | 2024.08.06 04:07:37.135484 [ 3 ] {c6a49703-8b01-4593-a6d9-af6b7fd0141e} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16130 | 2024.08.06 04:07:37.135842 [ 3 ] {c6a49703-8b01-4593-a6d9-af6b7fd0141e} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16131 | 2024.08.06 04:07:37.136004 [ 3 ] {c6a49703-8b01-4593-a6d9-af6b7fd0141e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
16132 | 2024.08.06 04:07:37.136174 [ 3 ] {c6a49703-8b01-4593-a6d9-af6b7fd0141e} <Debug> DynamicQueryHandler: Done processing query | ||
16133 | 2024.08.06 04:07:37.136198 [ 3 ] {c6a49703-8b01-4593-a6d9-af6b7fd0141e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16134 | 2024.08.06 04:07:37.136214 [ 3 ] {} <Debug> HTTP-Session: d3b6ffe0-eefd-44a5-8871-168cc08ccfa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16135 | 2024.08.06 04:07:42.131502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16136 | 2024.08.06 04:07:42.131711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16137 | 2024.08.06 04:07:42.131759 [ 3 ] {} <Debug> HTTP-Session: 117c207a-bf6c-4b9c-b938-685c73b28d20 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16138 | 2024.08.06 04:07:42.131804 [ 3 ] {} <Debug> HTTP-Session: 117c207a-bf6c-4b9c-b938-685c73b28d20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16139 | 2024.08.06 04:07:42.131833 [ 3 ] {} <Debug> HTTP-Session: 117c207a-bf6c-4b9c-b938-685c73b28d20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16140 | 2024.08.06 04:07:42.131914 [ 3 ] {} <Trace> HTTP-Session: 117c207a-bf6c-4b9c-b938-685c73b28d20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16141 | 2024.08.06 04:07:42.132152 [ 3 ] {39e5ca60-93bf-4733-ad96-933ad70c68c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16142 | 2024.08.06 04:07:42.132220 [ 3 ] {39e5ca60-93bf-4733-ad96-933ad70c68c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16143 | 2024.08.06 04:07:42.132422 [ 3 ] {39e5ca60-93bf-4733-ad96-933ad70c68c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16144 | 2024.08.06 04:07:42.132978 [ 3 ] {39e5ca60-93bf-4733-ad96-933ad70c68c5} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16145 | 2024.08.06 04:07:42.133025 [ 3 ] {39e5ca60-93bf-4733-ad96-933ad70c68c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16146 | 2024.08.06 04:07:42.133401 [ 3 ] {39e5ca60-93bf-4733-ad96-933ad70c68c5} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16147 | 2024.08.06 04:07:42.133748 [ 3 ] {39e5ca60-93bf-4733-ad96-933ad70c68c5} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16148 | 2024.08.06 04:07:42.133927 [ 3 ] {39e5ca60-93bf-4733-ad96-933ad70c68c5} <Debug> executeQuery: Read 59 rows, 4.64 KiB in 0.001839 sec., 32082.653616095704 rows/sec., 2.46 MiB/sec. | ||
16149 | 2024.08.06 04:07:42.134274 [ 3 ] {39e5ca60-93bf-4733-ad96-933ad70c68c5} <Debug> DynamicQueryHandler: Done processing query | ||
16150 | 2024.08.06 04:07:42.134347 [ 3 ] {39e5ca60-93bf-4733-ad96-933ad70c68c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16151 | 2024.08.06 04:07:42.134416 [ 3 ] {} <Debug> HTTP-Session: 117c207a-bf6c-4b9c-b938-685c73b28d20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16152 | 2024.08.06 04:07:42.134734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 48344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16153 | 2024.08.06 04:07:42.134797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16154 | 2024.08.06 04:07:42.134817 [ 3 ] {} <Debug> HTTP-Session: 8d4912ad-df11-432e-8e1c-a3376f136a9a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16155 | 2024.08.06 04:07:42.134837 [ 3 ] {} <Debug> HTTP-Session: 8d4912ad-df11-432e-8e1c-a3376f136a9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16156 | 2024.08.06 04:07:42.134852 [ 3 ] {} <Debug> HTTP-Session: 8d4912ad-df11-432e-8e1c-a3376f136a9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16157 | 2024.08.06 04:07:42.134889 [ 3 ] {} <Trace> HTTP-Session: 8d4912ad-df11-432e-8e1c-a3376f136a9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16158 | 2024.08.06 04:07:42.135090 [ 3 ] {936ef70d-7628-4e67-b3a7-7c7668ad2f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16159 | 2024.08.06 04:07:42.135141 [ 3 ] {936ef70d-7628-4e67-b3a7-7c7668ad2f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16160 | 2024.08.06 04:07:42.135293 [ 3 ] {936ef70d-7628-4e67-b3a7-7c7668ad2f34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16161 | 2024.08.06 04:07:42.135810 [ 3 ] {936ef70d-7628-4e67-b3a7-7c7668ad2f34} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16162 | 2024.08.06 04:07:42.135849 [ 3 ] {936ef70d-7628-4e67-b3a7-7c7668ad2f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16163 | 2024.08.06 04:07:42.136190 [ 3 ] {936ef70d-7628-4e67-b3a7-7c7668ad2f34} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16164 | 2024.08.06 04:07:42.136508 [ 3 ] {936ef70d-7628-4e67-b3a7-7c7668ad2f34} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16165 | 2024.08.06 04:07:42.136654 [ 3 ] {936ef70d-7628-4e67-b3a7-7c7668ad2f34} <Debug> executeQuery: Read 320 rows, 28.90 KiB in 0.001666 sec., 192076.83073229293 rows/sec., 16.94 MiB/sec. | ||
16166 | 2024.08.06 04:07:42.136853 [ 3 ] {936ef70d-7628-4e67-b3a7-7c7668ad2f34} <Debug> DynamicQueryHandler: Done processing query | ||
16167 | 2024.08.06 04:07:42.136880 [ 3 ] {936ef70d-7628-4e67-b3a7-7c7668ad2f34} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
16168 | 2024.08.06 04:07:42.136896 [ 3 ] {} <Debug> HTTP-Session: 8d4912ad-df11-432e-8e1c-a3376f136a9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16169 | 2024.08.06 04:07:42.137154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 70550, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16170 | 2024.08.06 04:07:42.137209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16171 | 2024.08.06 04:07:42.137229 [ 3 ] {} <Debug> HTTP-Session: 6b1f2a19-ba28-4d08-8abf-b819471dedf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16172 | 2024.08.06 04:07:42.137247 [ 3 ] {} <Debug> HTTP-Session: 6b1f2a19-ba28-4d08-8abf-b819471dedf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16173 | 2024.08.06 04:07:42.137260 [ 3 ] {} <Debug> HTTP-Session: 6b1f2a19-ba28-4d08-8abf-b819471dedf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16174 | 2024.08.06 04:07:42.137293 [ 3 ] {} <Trace> HTTP-Session: 6b1f2a19-ba28-4d08-8abf-b819471dedf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16175 | 2024.08.06 04:07:42.137516 [ 3 ] {1f195cad-577c-4903-bbd5-179f274e96bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16176 | 2024.08.06 04:07:42.137561 [ 3 ] {1f195cad-577c-4903-bbd5-179f274e96bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16177 | 2024.08.06 04:07:42.137697 [ 3 ] {1f195cad-577c-4903-bbd5-179f274e96bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16178 | 2024.08.06 04:07:42.138321 [ 3 ] {1f195cad-577c-4903-bbd5-179f274e96bf} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16179 | 2024.08.06 04:07:42.138360 [ 3 ] {1f195cad-577c-4903-bbd5-179f274e96bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16180 | 2024.08.06 04:07:42.138695 [ 3 ] {1f195cad-577c-4903-bbd5-179f274e96bf} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16181 | 2024.08.06 04:07:42.139030 [ 3 ] {1f195cad-577c-4903-bbd5-179f274e96bf} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16182 | 2024.08.06 04:07:42.139184 [ 3 ] {1f195cad-577c-4903-bbd5-179f274e96bf} <Debug> executeQuery: Read 435 rows, 31.72 KiB in 0.001779 sec., 244519.39291736932 rows/sec., 17.41 MiB/sec. | ||
16183 | 2024.08.06 04:07:42.139360 [ 3 ] {1f195cad-577c-4903-bbd5-179f274e96bf} <Debug> DynamicQueryHandler: Done processing query | ||
16184 | 2024.08.06 04:07:42.139386 [ 3 ] {1f195cad-577c-4903-bbd5-179f274e96bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
16185 | 2024.08.06 04:07:42.139402 [ 3 ] {} <Debug> HTTP-Session: 6b1f2a19-ba28-4d08-8abf-b819471dedf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16186 | 2024.08.06 04:07:42.139564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16187 | 2024.08.06 04:07:42.139614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16188 | 2024.08.06 04:07:42.139635 [ 3 ] {} <Debug> HTTP-Session: 92d47da7-5e2d-4274-bee4-b65139ff46e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16189 | 2024.08.06 04:07:42.139651 [ 3 ] {} <Debug> HTTP-Session: 92d47da7-5e2d-4274-bee4-b65139ff46e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16190 | 2024.08.06 04:07:42.139665 [ 3 ] {} <Debug> HTTP-Session: 92d47da7-5e2d-4274-bee4-b65139ff46e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16191 | 2024.08.06 04:07:42.139695 [ 3 ] {} <Trace> HTTP-Session: 92d47da7-5e2d-4274-bee4-b65139ff46e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16192 | 2024.08.06 04:07:42.139792 [ 3 ] {5746c009-762b-4501-b63d-6766b463d7d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16193 | 2024.08.06 04:07:42.139838 [ 3 ] {5746c009-762b-4501-b63d-6766b463d7d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16194 | 2024.08.06 04:07:42.139970 [ 3 ] {5746c009-762b-4501-b63d-6766b463d7d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16195 | 2024.08.06 04:07:42.140253 [ 3 ] {5746c009-762b-4501-b63d-6766b463d7d6} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16196 | 2024.08.06 04:07:42.140291 [ 3 ] {5746c009-762b-4501-b63d-6766b463d7d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16197 | 2024.08.06 04:07:42.140649 [ 3 ] {5746c009-762b-4501-b63d-6766b463d7d6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
16198 | 2024.08.06 04:07:42.140971 [ 3 ] {5746c009-762b-4501-b63d-6766b463d7d6} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16199 | 2024.08.06 04:07:42.141124 [ 3 ] {5746c009-762b-4501-b63d-6766b463d7d6} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 191.40 KiB/sec. | ||
16200 | 2024.08.06 04:07:42.141404 [ 3 ] {5746c009-762b-4501-b63d-6766b463d7d6} <Debug> DynamicQueryHandler: Done processing query | ||
16201 | 2024.08.06 04:07:42.141456 [ 3 ] {5746c009-762b-4501-b63d-6766b463d7d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16202 | 2024.08.06 04:07:42.141482 [ 3 ] {} <Debug> HTTP-Session: 92d47da7-5e2d-4274-bee4-b65139ff46e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16203 | 2024.08.06 04:07:42.141667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16204 | 2024.08.06 04:07:42.141718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16205 | 2024.08.06 04:07:42.141738 [ 3 ] {} <Debug> HTTP-Session: 8bbf114c-784b-4d23-941f-4d1ef0ef0424 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16206 | 2024.08.06 04:07:42.141754 [ 3 ] {} <Debug> HTTP-Session: 8bbf114c-784b-4d23-941f-4d1ef0ef0424 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16207 | 2024.08.06 04:07:42.141768 [ 3 ] {} <Debug> HTTP-Session: 8bbf114c-784b-4d23-941f-4d1ef0ef0424 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16208 | 2024.08.06 04:07:42.141798 [ 3 ] {} <Trace> HTTP-Session: 8bbf114c-784b-4d23-941f-4d1ef0ef0424 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16209 | 2024.08.06 04:07:42.141928 [ 3 ] {b8fce8c5-0074-4501-a6b2-f04fb8d704b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
16210 | 2024.08.06 04:07:42.141978 [ 3 ] {b8fce8c5-0074-4501-a6b2-f04fb8d704b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
16211 | 2024.08.06 04:07:42.142137 [ 3 ] {b8fce8c5-0074-4501-a6b2-f04fb8d704b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16212 | 2024.08.06 04:07:42.142465 [ 3 ] {b8fce8c5-0074-4501-a6b2-f04fb8d704b7} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16213 | 2024.08.06 04:07:42.142503 [ 3 ] {b8fce8c5-0074-4501-a6b2-f04fb8d704b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16214 | 2024.08.06 04:07:42.142874 [ 3 ] {b8fce8c5-0074-4501-a6b2-f04fb8d704b7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
16215 | 2024.08.06 04:07:42.143214 [ 3 ] {b8fce8c5-0074-4501-a6b2-f04fb8d704b7} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16216 | 2024.08.06 04:07:42.143371 [ 3 ] {b8fce8c5-0074-4501-a6b2-f04fb8d704b7} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001492 sec., 51608.579088471844 rows/sec., 3.18 MiB/sec. | ||
16217 | 2024.08.06 04:07:42.143540 [ 3 ] {b8fce8c5-0074-4501-a6b2-f04fb8d704b7} <Debug> DynamicQueryHandler: Done processing query | ||
16218 | 2024.08.06 04:07:42.143564 [ 3 ] {b8fce8c5-0074-4501-a6b2-f04fb8d704b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16219 | 2024.08.06 04:07:42.143580 [ 3 ] {} <Debug> HTTP-Session: 8bbf114c-784b-4d23-941f-4d1ef0ef0424 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16220 | 2024.08.06 04:07:42.143741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16221 | 2024.08.06 04:07:42.143792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16222 | 2024.08.06 04:07:42.143812 [ 3 ] {} <Debug> HTTP-Session: d3be4edc-fac3-446f-9c7e-ad3380e98f66 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16223 | 2024.08.06 04:07:42.143829 [ 3 ] {} <Debug> HTTP-Session: d3be4edc-fac3-446f-9c7e-ad3380e98f66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16224 | 2024.08.06 04:07:42.143842 [ 3 ] {} <Debug> HTTP-Session: d3be4edc-fac3-446f-9c7e-ad3380e98f66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16225 | 2024.08.06 04:07:42.143873 [ 3 ] {} <Trace> HTTP-Session: d3be4edc-fac3-446f-9c7e-ad3380e98f66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16226 | 2024.08.06 04:07:42.144051 [ 3 ] {cb6271cb-0e95-4e26-aae1-7816c247a94d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16227 | 2024.08.06 04:07:42.144098 [ 3 ] {cb6271cb-0e95-4e26-aae1-7816c247a94d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16228 | 2024.08.06 04:07:42.144244 [ 3 ] {cb6271cb-0e95-4e26-aae1-7816c247a94d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16229 | 2024.08.06 04:07:42.144635 [ 3 ] {cb6271cb-0e95-4e26-aae1-7816c247a94d} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16230 | 2024.08.06 04:07:42.144672 [ 3 ] {cb6271cb-0e95-4e26-aae1-7816c247a94d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16231 | 2024.08.06 04:07:42.145069 [ 3 ] {cb6271cb-0e95-4e26-aae1-7816c247a94d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16232 | 2024.08.06 04:07:42.145407 [ 3 ] {cb6271cb-0e95-4e26-aae1-7816c247a94d} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16233 | 2024.08.06 04:07:42.145559 [ 3 ] {cb6271cb-0e95-4e26-aae1-7816c247a94d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
16234 | 2024.08.06 04:07:42.145799 [ 3 ] {cb6271cb-0e95-4e26-aae1-7816c247a94d} <Debug> DynamicQueryHandler: Done processing query | ||
16235 | 2024.08.06 04:07:42.145828 [ 3 ] {cb6271cb-0e95-4e26-aae1-7816c247a94d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16236 | 2024.08.06 04:07:42.145888 [ 3 ] {} <Debug> HTTP-Session: d3be4edc-fac3-446f-9c7e-ad3380e98f66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16237 | 2024.08.06 04:07:42.146195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 85528, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16238 | 2024.08.06 04:07:42.146249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16239 | 2024.08.06 04:07:42.146269 [ 3 ] {} <Debug> HTTP-Session: 0d9f3f4e-2a25-4b76-aacd-d9dd76435ddc Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16240 | 2024.08.06 04:07:42.146286 [ 3 ] {} <Debug> HTTP-Session: 0d9f3f4e-2a25-4b76-aacd-d9dd76435ddc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16241 | 2024.08.06 04:07:42.146300 [ 3 ] {} <Debug> HTTP-Session: 0d9f3f4e-2a25-4b76-aacd-d9dd76435ddc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16242 | 2024.08.06 04:07:42.146331 [ 3 ] {} <Trace> HTTP-Session: 0d9f3f4e-2a25-4b76-aacd-d9dd76435ddc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16243 | 2024.08.06 04:07:42.146811 [ 3 ] {a6353acb-f143-4144-8c8f-e0e4cd3c6c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16244 | 2024.08.06 04:07:42.146881 [ 3 ] {a6353acb-f143-4144-8c8f-e0e4cd3c6c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16245 | 2024.08.06 04:07:42.147309 [ 3 ] {a6353acb-f143-4144-8c8f-e0e4cd3c6c79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16246 | 2024.08.06 04:07:42.148151 [ 3 ] {a6353acb-f143-4144-8c8f-e0e4cd3c6c79} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16247 | 2024.08.06 04:07:42.148190 [ 3 ] {a6353acb-f143-4144-8c8f-e0e4cd3c6c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16248 | 2024.08.06 04:07:42.148849 [ 3 ] {a6353acb-f143-4144-8c8f-e0e4cd3c6c79} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
16249 | 2024.08.06 04:07:42.149260 [ 3 ] {a6353acb-f143-4144-8c8f-e0e4cd3c6c79} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16250 | 2024.08.06 04:07:42.149463 [ 3 ] {a6353acb-f143-4144-8c8f-e0e4cd3c6c79} <Debug> executeQuery: Read 53 rows, 97.25 KiB in 0.003008 sec., 17619.68085106383 rows/sec., 31.57 MiB/sec. | ||
16251 | 2024.08.06 04:07:42.149902 [ 3 ] {a6353acb-f143-4144-8c8f-e0e4cd3c6c79} <Debug> DynamicQueryHandler: Done processing query | ||
16252 | 2024.08.06 04:07:42.149953 [ 3 ] {a6353acb-f143-4144-8c8f-e0e4cd3c6c79} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
16253 | 2024.08.06 04:07:42.149987 [ 3 ] {} <Debug> HTTP-Session: 0d9f3f4e-2a25-4b76-aacd-d9dd76435ddc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16254 | 2024.08.06 04:07:42.150125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16255 | 2024.08.06 04:07:42.150175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16256 | 2024.08.06 04:07:42.150194 [ 3 ] {} <Debug> HTTP-Session: 2f7fdb8a-bea4-4aaa-898f-3b448e25babd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16257 | 2024.08.06 04:07:42.150211 [ 3 ] {} <Debug> HTTP-Session: 2f7fdb8a-bea4-4aaa-898f-3b448e25babd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16258 | 2024.08.06 04:07:42.150225 [ 3 ] {} <Debug> HTTP-Session: 2f7fdb8a-bea4-4aaa-898f-3b448e25babd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16259 | 2024.08.06 04:07:42.150256 [ 3 ] {} <Trace> HTTP-Session: 2f7fdb8a-bea4-4aaa-898f-3b448e25babd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16260 | 2024.08.06 04:07:42.150364 [ 3 ] {1009f3f9-7c4b-465c-bf21-f7b3fb80e31d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
16261 | 2024.08.06 04:07:42.150411 [ 3 ] {1009f3f9-7c4b-465c-bf21-f7b3fb80e31d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16262 | 2024.08.06 04:07:42.150549 [ 3 ] {1009f3f9-7c4b-465c-bf21-f7b3fb80e31d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16263 | 2024.08.06 04:07:42.150847 [ 3 ] {1009f3f9-7c4b-465c-bf21-f7b3fb80e31d} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16264 | 2024.08.06 04:07:42.150885 [ 3 ] {1009f3f9-7c4b-465c-bf21-f7b3fb80e31d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16265 | 2024.08.06 04:07:42.151238 [ 3 ] {1009f3f9-7c4b-465c-bf21-f7b3fb80e31d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
16266 | 2024.08.06 04:07:42.151581 [ 3 ] {1009f3f9-7c4b-465c-bf21-f7b3fb80e31d} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16267 | 2024.08.06 04:07:42.151753 [ 3 ] {1009f3f9-7c4b-465c-bf21-f7b3fb80e31d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001408 sec., 16335.227272727274 rows/sec., 883.62 KiB/sec. | ||
16268 | 2024.08.06 04:07:42.152027 [ 3 ] {1009f3f9-7c4b-465c-bf21-f7b3fb80e31d} <Debug> DynamicQueryHandler: Done processing query | ||
16269 | 2024.08.06 04:07:42.152072 [ 3 ] {1009f3f9-7c4b-465c-bf21-f7b3fb80e31d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16270 | 2024.08.06 04:07:42.152104 [ 3 ] {} <Debug> HTTP-Session: 2f7fdb8a-bea4-4aaa-898f-3b448e25babd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16271 | 2024.08.06 04:07:42.152283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16272 | 2024.08.06 04:07:42.152333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16273 | 2024.08.06 04:07:42.152353 [ 3 ] {} <Debug> HTTP-Session: 89f80f13-3a31-4820-b6d7-7036f4611861 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16274 | 2024.08.06 04:07:42.152369 [ 3 ] {} <Debug> HTTP-Session: 89f80f13-3a31-4820-b6d7-7036f4611861 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16275 | 2024.08.06 04:07:42.152384 [ 3 ] {} <Debug> HTTP-Session: 89f80f13-3a31-4820-b6d7-7036f4611861 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16276 | 2024.08.06 04:07:42.152414 [ 3 ] {} <Trace> HTTP-Session: 89f80f13-3a31-4820-b6d7-7036f4611861 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16277 | 2024.08.06 04:07:42.152532 [ 3 ] {c9efd62e-c2e5-4c7c-ad7c-92ea3c339d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16278 | 2024.08.06 04:07:42.152577 [ 3 ] {c9efd62e-c2e5-4c7c-ad7c-92ea3c339d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16279 | 2024.08.06 04:07:42.152727 [ 3 ] {c9efd62e-c2e5-4c7c-ad7c-92ea3c339d12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16280 | 2024.08.06 04:07:42.153021 [ 3 ] {c9efd62e-c2e5-4c7c-ad7c-92ea3c339d12} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16281 | 2024.08.06 04:07:42.153058 [ 3 ] {c9efd62e-c2e5-4c7c-ad7c-92ea3c339d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16282 | 2024.08.06 04:07:42.153419 [ 3 ] {c9efd62e-c2e5-4c7c-ad7c-92ea3c339d12} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16283 | 2024.08.06 04:07:42.153740 [ 3 ] {c9efd62e-c2e5-4c7c-ad7c-92ea3c339d12} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16284 | 2024.08.06 04:07:42.153900 [ 3 ] {c9efd62e-c2e5-4c7c-ad7c-92ea3c339d12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
16285 | 2024.08.06 04:07:42.154137 [ 3 ] {c9efd62e-c2e5-4c7c-ad7c-92ea3c339d12} <Debug> DynamicQueryHandler: Done processing query | ||
16286 | 2024.08.06 04:07:42.154191 [ 3 ] {c9efd62e-c2e5-4c7c-ad7c-92ea3c339d12} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16287 | 2024.08.06 04:07:42.154249 [ 3 ] {} <Debug> HTTP-Session: 89f80f13-3a31-4820-b6d7-7036f4611861 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16288 | 2024.08.06 04:07:47.124882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16289 | 2024.08.06 04:07:47.125080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16290 | 2024.08.06 04:07:47.125125 [ 3 ] {} <Debug> HTTP-Session: d8ad5bc4-5a02-4c72-80b5-c54c8b784531 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16291 | 2024.08.06 04:07:47.125166 [ 3 ] {} <Debug> HTTP-Session: d8ad5bc4-5a02-4c72-80b5-c54c8b784531 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16292 | 2024.08.06 04:07:47.125184 [ 3 ] {} <Debug> HTTP-Session: d8ad5bc4-5a02-4c72-80b5-c54c8b784531 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16293 | 2024.08.06 04:07:47.125240 [ 3 ] {} <Trace> HTTP-Session: d8ad5bc4-5a02-4c72-80b5-c54c8b784531 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16294 | 2024.08.06 04:07:47.125436 [ 3 ] {429bb788-f623-43a2-8a9c-691be5d72782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16295 | 2024.08.06 04:07:47.125511 [ 3 ] {429bb788-f623-43a2-8a9c-691be5d72782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16296 | 2024.08.06 04:07:47.125735 [ 3 ] {429bb788-f623-43a2-8a9c-691be5d72782} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16297 | 2024.08.06 04:07:47.126226 [ 3 ] {429bb788-f623-43a2-8a9c-691be5d72782} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16298 | 2024.08.06 04:07:47.126269 [ 3 ] {429bb788-f623-43a2-8a9c-691be5d72782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16299 | 2024.08.06 04:07:47.126634 [ 3 ] {429bb788-f623-43a2-8a9c-691be5d72782} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16300 | 2024.08.06 04:07:47.126979 [ 3 ] {429bb788-f623-43a2-8a9c-691be5d72782} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16301 | 2024.08.06 04:07:47.127144 [ 3 ] {429bb788-f623-43a2-8a9c-691be5d72782} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001766 sec., 1698.7542468856172 rows/sec., 137.69 KiB/sec. | ||
16302 | 2024.08.06 04:07:47.127423 [ 3 ] {429bb788-f623-43a2-8a9c-691be5d72782} <Debug> DynamicQueryHandler: Done processing query | ||
16303 | 2024.08.06 04:07:47.127451 [ 3 ] {429bb788-f623-43a2-8a9c-691be5d72782} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16304 | 2024.08.06 04:07:47.127509 [ 3 ] {} <Debug> HTTP-Session: d8ad5bc4-5a02-4c72-80b5-c54c8b784531 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16305 | 2024.08.06 04:07:47.127805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16306 | 2024.08.06 04:07:47.127921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16307 | 2024.08.06 04:07:47.127979 [ 3 ] {} <Debug> HTTP-Session: a13012f1-3c7a-4de6-bdc2-4b7b22bbac4c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16308 | 2024.08.06 04:07:47.128014 [ 3 ] {} <Debug> HTTP-Session: a13012f1-3c7a-4de6-bdc2-4b7b22bbac4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16309 | 2024.08.06 04:07:47.128034 [ 3 ] {} <Debug> HTTP-Session: a13012f1-3c7a-4de6-bdc2-4b7b22bbac4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16310 | 2024.08.06 04:07:47.128066 [ 3 ] {} <Trace> HTTP-Session: a13012f1-3c7a-4de6-bdc2-4b7b22bbac4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16311 | 2024.08.06 04:07:47.128195 [ 3 ] {b7b9264d-5384-44f0-9ade-419aa71c0bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16312 | 2024.08.06 04:07:47.128239 [ 3 ] {b7b9264d-5384-44f0-9ade-419aa71c0bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16313 | 2024.08.06 04:07:47.128384 [ 3 ] {b7b9264d-5384-44f0-9ade-419aa71c0bb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16314 | 2024.08.06 04:07:47.128767 [ 3 ] {b7b9264d-5384-44f0-9ade-419aa71c0bb5} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16315 | 2024.08.06 04:07:47.128805 [ 3 ] {b7b9264d-5384-44f0-9ade-419aa71c0bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16316 | 2024.08.06 04:07:47.129131 [ 3 ] {b7b9264d-5384-44f0-9ade-419aa71c0bb5} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16317 | 2024.08.06 04:07:47.129458 [ 3 ] {b7b9264d-5384-44f0-9ade-419aa71c0bb5} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16318 | 2024.08.06 04:07:47.129614 [ 3 ] {b7b9264d-5384-44f0-9ade-419aa71c0bb5} <Debug> executeQuery: Read 101 rows, 7.98 KiB in 0.001466 sec., 68894.95225102319 rows/sec., 5.32 MiB/sec. | ||
16319 | 2024.08.06 04:07:47.129630 [ 134 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16320 | 2024.08.06 04:07:47.129729 [ 134 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16321 | 2024.08.06 04:07:47.129765 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16322 | 2024.08.06 04:07:47.129850 [ 3 ] {b7b9264d-5384-44f0-9ade-419aa71c0bb5} <Debug> DynamicQueryHandler: Done processing query | ||
16323 | 2024.08.06 04:07:47.129902 [ 3 ] {b7b9264d-5384-44f0-9ade-419aa71c0bb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
16324 | 2024.08.06 04:07:47.129943 [ 3 ] {} <Debug> HTTP-Session: a13012f1-3c7a-4de6-bdc2-4b7b22bbac4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16325 | 2024.08.06 04:07:47.129960 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16326 | 2024.08.06 04:07:47.130131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 15415, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16327 | 2024.08.06 04:07:47.130201 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16328 | 2024.08.06 04:07:47.130229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16329 | 2024.08.06 04:07:47.130267 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 373 rows starting from the beginning of the part | ||
16330 | 2024.08.06 04:07:47.130276 [ 3 ] {} <Debug> HTTP-Session: 76fd5dfb-af40-44f4-a384-e84081174fd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16331 | 2024.08.06 04:07:47.130329 [ 3 ] {} <Debug> HTTP-Session: 76fd5dfb-af40-44f4-a384-e84081174fd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16332 | 2024.08.06 04:07:47.130369 [ 3 ] {} <Debug> HTTP-Session: 76fd5dfb-af40-44f4-a384-e84081174fd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16333 | 2024.08.06 04:07:47.130502 [ 3 ] {} <Trace> HTTP-Session: 76fd5dfb-af40-44f4-a384-e84081174fd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16334 | 2024.08.06 04:07:47.130502 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 65 rows starting from the beginning of the part | ||
16335 | 2024.08.06 04:07:47.130804 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 320 rows starting from the beginning of the part | ||
16336 | 2024.08.06 04:07:47.130926 [ 3 ] {cc93e461-7158-4f21-ae05-96f5bf05ef75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16337 | 2024.08.06 04:07:47.131107 [ 3 ] {cc93e461-7158-4f21-ae05-96f5bf05ef75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16338 | 2024.08.06 04:07:47.131114 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 65 rows starting from the beginning of the part | ||
16339 | 2024.08.06 04:07:47.131454 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 320 rows starting from the beginning of the part | ||
16340 | 2024.08.06 04:07:47.132089 [ 189 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 101 rows starting from the beginning of the part | ||
16341 | 2024.08.06 04:07:47.132622 [ 3 ] {cc93e461-7158-4f21-ae05-96f5bf05ef75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16342 | 2024.08.06 04:07:47.133403 [ 3 ] {cc93e461-7158-4f21-ae05-96f5bf05ef75} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16343 | 2024.08.06 04:07:47.133468 [ 3 ] {cc93e461-7158-4f21-ae05-96f5bf05ef75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16344 | 2024.08.06 04:07:47.134272 [ 3 ] {cc93e461-7158-4f21-ae05-96f5bf05ef75} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16345 | 2024.08.06 04:07:47.134903 [ 197 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1244 rows, containing 4 columns (4 merged, 0 gathered) in 0.005041139 sec., 246769.62884776635 rows/sec., 21.17 MiB/sec. | ||
16346 | 2024.08.06 04:07:47.134934 [ 3 ] {cc93e461-7158-4f21-ae05-96f5bf05ef75} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16347 | 2024.08.06 04:07:47.135171 [ 197 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16348 | 2024.08.06 04:07:47.135203 [ 134 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16349 | 2024.08.06 04:07:47.135207 [ 3 ] {cc93e461-7158-4f21-ae05-96f5bf05ef75} <Debug> executeQuery: Read 91 rows, 7.25 KiB in 0.004452 sec., 20440.251572327044 rows/sec., 1.59 MiB/sec. | ||
16350 | 2024.08.06 04:07:47.135345 [ 134 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16351 | 2024.08.06 04:07:47.135499 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16352 | 2024.08.06 04:07:47.135799 [ 3 ] {cc93e461-7158-4f21-ae05-96f5bf05ef75} <Debug> DynamicQueryHandler: Done processing query | ||
16353 | 2024.08.06 04:07:47.135919 [ 3 ] {cc93e461-7158-4f21-ae05-96f5bf05ef75} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
16354 | 2024.08.06 04:07:47.136019 [ 3 ] {} <Debug> HTTP-Session: 76fd5dfb-af40-44f4-a384-e84081174fd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16355 | 2024.08.06 04:07:47.136506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37548, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16356 | 2024.08.06 04:07:47.136745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16357 | 2024.08.06 04:07:47.136888 [ 3 ] {} <Debug> HTTP-Session: 96b14eeb-c773-4941-ac45-3af7843177d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16358 | 2024.08.06 04:07:47.137012 [ 3 ] {} <Debug> HTTP-Session: 96b14eeb-c773-4941-ac45-3af7843177d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16359 | 2024.08.06 04:07:47.137097 [ 3 ] {} <Debug> HTTP-Session: 96b14eeb-c773-4941-ac45-3af7843177d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16360 | 2024.08.06 04:07:47.137258 [ 197 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_91_18} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16361 | 2024.08.06 04:07:47.137307 [ 3 ] {} <Trace> HTTP-Session: 96b14eeb-c773-4941-ac45-3af7843177d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16362 | 2024.08.06 04:07:47.137506 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16363 | 2024.08.06 04:07:47.137593 [ 197 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_91_18} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16364 | 2024.08.06 04:07:47.137935 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
16365 | 2024.08.06 04:07:47.138013 [ 3 ] {f4f3a98b-f0e1-407a-9364-47ae05215509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16366 | 2024.08.06 04:07:47.138180 [ 3 ] {f4f3a98b-f0e1-407a-9364-47ae05215509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16367 | 2024.08.06 04:07:47.138247 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16368 | 2024.08.06 04:07:47.138337 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 499 rows starting from the beginning of the part | ||
16369 | 2024.08.06 04:07:47.138698 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 67 rows starting from the beginning of the part | ||
16370 | 2024.08.06 04:07:47.139062 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 435 rows starting from the beginning of the part | ||
16371 | 2024.08.06 04:07:47.139400 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 67 rows starting from the beginning of the part | ||
16372 | 2024.08.06 04:07:47.139489 [ 3 ] {f4f3a98b-f0e1-407a-9364-47ae05215509} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16373 | 2024.08.06 04:07:47.139667 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 435 rows starting from the beginning of the part | ||
16374 | 2024.08.06 04:07:47.140047 [ 203 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 91 rows starting from the beginning of the part | ||
16375 | 2024.08.06 04:07:47.140845 [ 3 ] {f4f3a98b-f0e1-407a-9364-47ae05215509} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16376 | 2024.08.06 04:07:47.140907 [ 3 ] {f4f3a98b-f0e1-407a-9364-47ae05215509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16377 | 2024.08.06 04:07:47.142004 [ 3 ] {f4f3a98b-f0e1-407a-9364-47ae05215509} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16378 | 2024.08.06 04:07:47.142696 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1594 rows, containing 4 columns (4 merged, 0 gathered) in 0.006849761 sec., 232708.84925766021 rows/sec., 16.86 MiB/sec. | ||
16379 | 2024.08.06 04:07:47.142725 [ 3 ] {f4f3a98b-f0e1-407a-9364-47ae05215509} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16380 | 2024.08.06 04:07:47.142989 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16381 | 2024.08.06 04:07:47.142993 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16382 | 2024.08.06 04:07:47.143025 [ 3 ] {f4f3a98b-f0e1-407a-9364-47ae05215509} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.005381 sec., 36424.45642073964 rows/sec., 2.54 MiB/sec. | ||
16383 | 2024.08.06 04:07:47.143088 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16384 | 2024.08.06 04:07:47.143197 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16385 | 2024.08.06 04:07:47.143588 [ 3 ] {f4f3a98b-f0e1-407a-9364-47ae05215509} <Debug> DynamicQueryHandler: Done processing query | ||
16386 | 2024.08.06 04:07:47.143691 [ 3 ] {f4f3a98b-f0e1-407a-9364-47ae05215509} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
16387 | 2024.08.06 04:07:47.143792 [ 3 ] {} <Debug> HTTP-Session: 96b14eeb-c773-4941-ac45-3af7843177d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16388 | 2024.08.06 04:07:47.143792 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16389 | 2024.08.06 04:07:47.144103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16390 | 2024.08.06 04:07:47.144281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16391 | 2024.08.06 04:07:47.144330 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16392 | 2024.08.06 04:07:47.144344 [ 3 ] {} <Debug> HTTP-Session: f2b815e5-302f-4cbb-ab84-532ec57a4833 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16393 | 2024.08.06 04:07:47.144417 [ 3 ] {} <Debug> HTTP-Session: f2b815e5-302f-4cbb-ab84-532ec57a4833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16394 | 2024.08.06 04:07:47.144425 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_86_17, total 14425 rows starting from the beginning of the part | ||
16395 | 2024.08.06 04:07:47.144455 [ 3 ] {} <Debug> HTTP-Session: f2b815e5-302f-4cbb-ab84-532ec57a4833 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16396 | 2024.08.06 04:07:47.144577 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_91_18} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16397 | 2024.08.06 04:07:47.144615 [ 3 ] {} <Trace> HTTP-Session: f2b815e5-302f-4cbb-ab84-532ec57a4833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16398 | 2024.08.06 04:07:47.144895 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
16399 | 2024.08.06 04:07:47.145080 [ 199 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_91_18} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16400 | 2024.08.06 04:07:47.145186 [ 3 ] {74e28d27-d2e9-47c6-9678-c84a9ed04220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16401 | 2024.08.06 04:07:47.145312 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
16402 | 2024.08.06 04:07:47.145511 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
16403 | 2024.08.06 04:07:47.145663 [ 3 ] {74e28d27-d2e9-47c6-9678-c84a9ed04220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16404 | 2024.08.06 04:07:47.145832 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part | ||
16405 | 2024.08.06 04:07:47.146196 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
16406 | 2024.08.06 04:07:47.146551 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 196 rows starting from the beginning of the part | ||
16407 | 2024.08.06 04:07:47.148308 [ 3 ] {74e28d27-d2e9-47c6-9678-c84a9ed04220} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16408 | 2024.08.06 04:07:47.149012 [ 3 ] {74e28d27-d2e9-47c6-9678-c84a9ed04220} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16409 | 2024.08.06 04:07:47.149056 [ 3 ] {74e28d27-d2e9-47c6-9678-c84a9ed04220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16410 | 2024.08.06 04:07:47.150707 [ 3 ] {74e28d27-d2e9-47c6-9678-c84a9ed04220} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
16411 | 2024.08.06 04:07:47.151459 [ 3 ] {74e28d27-d2e9-47c6-9678-c84a9ed04220} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16412 | 2024.08.06 04:07:47.151739 [ 134 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
16413 | 2024.08.06 04:07:47.151770 [ 3 ] {74e28d27-d2e9-47c6-9678-c84a9ed04220} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.006854 sec., 437.7006127808579 rows/sec., 803.16 KiB/sec. | ||
16414 | 2024.08.06 04:07:47.151795 [ 134 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16415 | 2024.08.06 04:07:47.151857 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16416 | 2024.08.06 04:07:47.152313 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
16417 | 2024.08.06 04:07:47.153028 [ 3 ] {74e28d27-d2e9-47c6-9678-c84a9ed04220} <Debug> DynamicQueryHandler: Done processing query | ||
16418 | 2024.08.06 04:07:47.153156 [ 3 ] {74e28d27-d2e9-47c6-9678-c84a9ed04220} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
16419 | 2024.08.06 04:07:47.153275 [ 3 ] {} <Debug> HTTP-Session: f2b815e5-302f-4cbb-ab84-532ec57a4833 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16420 | 2024.08.06 04:07:47.153654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16421 | 2024.08.06 04:07:47.153939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16422 | 2024.08.06 04:07:47.154096 [ 3 ] {} <Debug> HTTP-Session: 38736410-79c5-40e5-af07-08f23446a78d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16423 | 2024.08.06 04:07:47.154251 [ 3 ] {} <Debug> HTTP-Session: 38736410-79c5-40e5-af07-08f23446a78d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16424 | 2024.08.06 04:07:47.154376 [ 3 ] {} <Debug> HTTP-Session: 38736410-79c5-40e5-af07-08f23446a78d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16425 | 2024.08.06 04:07:47.154646 [ 3 ] {} <Trace> HTTP-Session: 38736410-79c5-40e5-af07-08f23446a78d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16426 | 2024.08.06 04:07:47.154914 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15261 rows, containing 5 columns (5 merged, 0 gathered) in 0.011498071 sec., 1327266.1127244735 rows/sec., 92.49 MiB/sec. | ||
16427 | 2024.08.06 04:07:47.155078 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16428 | 2024.08.06 04:07:47.155189 [ 3 ] {a58d1194-3c01-410b-8477-246a607c37b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16429 | 2024.08.06 04:07:47.155231 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1351 rows starting from the beginning of the part | ||
16430 | 2024.08.06 04:07:47.155291 [ 3 ] {a58d1194-3c01-410b-8477-246a607c37b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16431 | 2024.08.06 04:07:47.155507 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16432 | 2024.08.06 04:07:47.156506 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 3 rows starting from the beginning of the part | ||
16433 | 2024.08.06 04:07:47.156949 [ 3 ] {a58d1194-3c01-410b-8477-246a607c37b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16434 | 2024.08.06 04:07:47.157951 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 53 rows starting from the beginning of the part | ||
16435 | 2024.08.06 04:07:47.158010 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16436 | 2024.08.06 04:07:47.158358 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16437 | 2024.08.06 04:07:47.158769 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.06 MiB. | ||
16438 | 2024.08.06 04:07:47.159221 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 3 rows starting from the beginning of the part | ||
16439 | 2024.08.06 04:07:47.159225 [ 3 ] {a58d1194-3c01-410b-8477-246a607c37b5} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16440 | 2024.08.06 04:07:47.159316 [ 3 ] {a58d1194-3c01-410b-8477-246a607c37b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16441 | 2024.08.06 04:07:47.159810 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 53 rows starting from the beginning of the part | ||
16442 | 2024.08.06 04:07:47.160508 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 3 rows starting from the beginning of the part | ||
16443 | 2024.08.06 04:07:47.160743 [ 3 ] {a58d1194-3c01-410b-8477-246a607c37b5} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16444 | 2024.08.06 04:07:47.161796 [ 3 ] {a58d1194-3c01-410b-8477-246a607c37b5} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16445 | 2024.08.06 04:07:47.162099 [ 134 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16446 | 2024.08.06 04:07:47.162186 [ 134 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16447 | 2024.08.06 04:07:47.162202 [ 3 ] {a58d1194-3c01-410b-8477-246a607c37b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007151 sec., 8390.434904209202 rows/sec., 579.03 KiB/sec. | ||
16448 | 2024.08.06 04:07:47.162236 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16449 | 2024.08.06 04:07:47.162860 [ 199 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16450 | 2024.08.06 04:07:47.162899 [ 3 ] {a58d1194-3c01-410b-8477-246a607c37b5} <Debug> DynamicQueryHandler: Done processing query | ||
16451 | 2024.08.06 04:07:47.162985 [ 3 ] {a58d1194-3c01-410b-8477-246a607c37b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16452 | 2024.08.06 04:07:47.163061 [ 3 ] {} <Debug> HTTP-Session: 38736410-79c5-40e5-af07-08f23446a78d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16453 | 2024.08.06 04:07:47.163313 [ 199 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16454 | 2024.08.06 04:07:47.163368 [ 199 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5136 rows starting from the beginning of the part | ||
16455 | 2024.08.06 04:07:47.163445 [ 199 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
16456 | 2024.08.06 04:07:47.163534 [ 199 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
16457 | 2024.08.06 04:07:47.163623 [ 199 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
16458 | 2024.08.06 04:07:47.163706 [ 199 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
16459 | 2024.08.06 04:07:47.163852 [ 199 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
16460 | 2024.08.06 04:07:47.167970 [ 200 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5436 rows, containing 4 columns (4 merged, 0 gathered) in 0.005555611 sec., 978470.234867056 rows/sec., 65.96 MiB/sec. | ||
16461 | 2024.08.06 04:07:47.168666 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16462 | 2024.08.06 04:07:47.169179 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_91_18} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16463 | 2024.08.06 04:07:47.169273 [ 186 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_91_18} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16464 | 2024.08.06 04:07:47.169377 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
16465 | 2024.08.06 04:07:47.170337 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1466 rows, containing 19 columns (19 merged, 0 gathered) in 0.018334611 sec., 79958.06401346611 rows/sec., 143.28 MiB/sec. | ||
16466 | 2024.08.06 04:07:47.171887 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
16467 | 2024.08.06 04:07:47.172505 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16468 | 2024.08.06 04:07:47.172584 [ 200 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_81_16} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
16469 | 2024.08.06 04:07:47.172725 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
16470 | 2024.08.06 04:07:51.021103 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16471 | 2024.08.06 04:07:51.021210 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16472 | 2024.08.06 04:07:52.130625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16473 | 2024.08.06 04:07:52.130755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16474 | 2024.08.06 04:07:52.130786 [ 3 ] {} <Debug> HTTP-Session: 9d6b853d-e9c4-468d-9dd4-2f696af4483e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16475 | 2024.08.06 04:07:52.130815 [ 3 ] {} <Debug> HTTP-Session: 9d6b853d-e9c4-468d-9dd4-2f696af4483e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16476 | 2024.08.06 04:07:52.130833 [ 3 ] {} <Debug> HTTP-Session: 9d6b853d-e9c4-468d-9dd4-2f696af4483e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16477 | 2024.08.06 04:07:52.130891 [ 3 ] {} <Trace> HTTP-Session: 9d6b853d-e9c4-468d-9dd4-2f696af4483e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16478 | 2024.08.06 04:07:52.131123 [ 3 ] {ab771f46-2112-4f0b-aa82-cf889b02ff57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16479 | 2024.08.06 04:07:52.131201 [ 3 ] {ab771f46-2112-4f0b-aa82-cf889b02ff57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16480 | 2024.08.06 04:07:52.131405 [ 3 ] {ab771f46-2112-4f0b-aa82-cf889b02ff57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16481 | 2024.08.06 04:07:52.131897 [ 3 ] {ab771f46-2112-4f0b-aa82-cf889b02ff57} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16482 | 2024.08.06 04:07:52.131945 [ 3 ] {ab771f46-2112-4f0b-aa82-cf889b02ff57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16483 | 2024.08.06 04:07:52.132337 [ 3 ] {ab771f46-2112-4f0b-aa82-cf889b02ff57} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16484 | 2024.08.06 04:07:52.132697 [ 3 ] {ab771f46-2112-4f0b-aa82-cf889b02ff57} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16485 | 2024.08.06 04:07:52.132850 [ 3 ] {ab771f46-2112-4f0b-aa82-cf889b02ff57} <Debug> executeQuery: Read 59 rows, 4.64 KiB in 0.001805 sec., 32686.980609418282 rows/sec., 2.51 MiB/sec. | ||
16486 | 2024.08.06 04:07:52.133063 [ 3 ] {ab771f46-2112-4f0b-aa82-cf889b02ff57} <Debug> DynamicQueryHandler: Done processing query | ||
16487 | 2024.08.06 04:07:52.133092 [ 3 ] {ab771f46-2112-4f0b-aa82-cf889b02ff57} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16488 | 2024.08.06 04:07:52.133109 [ 3 ] {} <Debug> HTTP-Session: 9d6b853d-e9c4-468d-9dd4-2f696af4483e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16489 | 2024.08.06 04:07:52.133258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16490 | 2024.08.06 04:07:52.133313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16491 | 2024.08.06 04:07:52.133335 [ 3 ] {} <Debug> HTTP-Session: 721dc523-eaa1-4e5a-a34c-f9f8d9a68040 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16492 | 2024.08.06 04:07:52.133353 [ 3 ] {} <Debug> HTTP-Session: 721dc523-eaa1-4e5a-a34c-f9f8d9a68040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16493 | 2024.08.06 04:07:52.133367 [ 3 ] {} <Debug> HTTP-Session: 721dc523-eaa1-4e5a-a34c-f9f8d9a68040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16494 | 2024.08.06 04:07:52.133403 [ 3 ] {} <Trace> HTTP-Session: 721dc523-eaa1-4e5a-a34c-f9f8d9a68040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16495 | 2024.08.06 04:07:52.133509 [ 3 ] {b33a6028-0f2f-42bf-aab9-468428e109a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16496 | 2024.08.06 04:07:52.133558 [ 3 ] {b33a6028-0f2f-42bf-aab9-468428e109a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16497 | 2024.08.06 04:07:52.133693 [ 3 ] {b33a6028-0f2f-42bf-aab9-468428e109a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16498 | 2024.08.06 04:07:52.134034 [ 3 ] {b33a6028-0f2f-42bf-aab9-468428e109a4} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16499 | 2024.08.06 04:07:52.134071 [ 3 ] {b33a6028-0f2f-42bf-aab9-468428e109a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16500 | 2024.08.06 04:07:52.134400 [ 3 ] {b33a6028-0f2f-42bf-aab9-468428e109a4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
16501 | 2024.08.06 04:07:52.134723 [ 3 ] {b33a6028-0f2f-42bf-aab9-468428e109a4} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16502 | 2024.08.06 04:07:52.134852 [ 3 ] {b33a6028-0f2f-42bf-aab9-468428e109a4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00137 sec., 1459.8540145985403 rows/sec., 119.04 KiB/sec. | ||
16503 | 2024.08.06 04:07:52.135058 [ 3 ] {b33a6028-0f2f-42bf-aab9-468428e109a4} <Debug> DynamicQueryHandler: Done processing query | ||
16504 | 2024.08.06 04:07:52.135087 [ 3 ] {b33a6028-0f2f-42bf-aab9-468428e109a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16505 | 2024.08.06 04:07:52.135103 [ 3 ] {} <Debug> HTTP-Session: 721dc523-eaa1-4e5a-a34c-f9f8d9a68040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16506 | 2024.08.06 04:07:52.135279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 48478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16507 | 2024.08.06 04:07:52.135329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16508 | 2024.08.06 04:07:52.135349 [ 3 ] {} <Debug> HTTP-Session: 29b098f2-de0b-49dd-9b2e-7f9aa08f5f71 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16509 | 2024.08.06 04:07:52.135366 [ 3 ] {} <Debug> HTTP-Session: 29b098f2-de0b-49dd-9b2e-7f9aa08f5f71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16510 | 2024.08.06 04:07:52.135381 [ 3 ] {} <Debug> HTTP-Session: 29b098f2-de0b-49dd-9b2e-7f9aa08f5f71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16511 | 2024.08.06 04:07:52.135413 [ 3 ] {} <Trace> HTTP-Session: 29b098f2-de0b-49dd-9b2e-7f9aa08f5f71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16512 | 2024.08.06 04:07:52.135616 [ 3 ] {c1d5dc7d-2845-48a8-869d-f17e19dfb579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16513 | 2024.08.06 04:07:52.135661 [ 3 ] {c1d5dc7d-2845-48a8-869d-f17e19dfb579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16514 | 2024.08.06 04:07:52.135790 [ 3 ] {c1d5dc7d-2845-48a8-869d-f17e19dfb579} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16515 | 2024.08.06 04:07:52.136254 [ 3 ] {c1d5dc7d-2845-48a8-869d-f17e19dfb579} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16516 | 2024.08.06 04:07:52.136291 [ 3 ] {c1d5dc7d-2845-48a8-869d-f17e19dfb579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16517 | 2024.08.06 04:07:52.136631 [ 3 ] {c1d5dc7d-2845-48a8-869d-f17e19dfb579} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16518 | 2024.08.06 04:07:52.136958 [ 3 ] {c1d5dc7d-2845-48a8-869d-f17e19dfb579} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16519 | 2024.08.06 04:07:52.137085 [ 3 ] {c1d5dc7d-2845-48a8-869d-f17e19dfb579} <Debug> executeQuery: Read 321 rows, 28.97 KiB in 0.001577 sec., 203551.04629042486 rows/sec., 17.94 MiB/sec. | ||
16520 | 2024.08.06 04:07:52.137302 [ 3 ] {c1d5dc7d-2845-48a8-869d-f17e19dfb579} <Debug> DynamicQueryHandler: Done processing query | ||
16521 | 2024.08.06 04:07:52.137353 [ 3 ] {c1d5dc7d-2845-48a8-869d-f17e19dfb579} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
16522 | 2024.08.06 04:07:52.137418 [ 3 ] {} <Debug> HTTP-Session: 29b098f2-de0b-49dd-9b2e-7f9aa08f5f71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16523 | 2024.08.06 04:07:52.137635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16524 | 2024.08.06 04:07:52.137717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16525 | 2024.08.06 04:07:52.137738 [ 3 ] {} <Debug> HTTP-Session: f15247cb-5807-4d2a-8ecb-df1f298d25d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16526 | 2024.08.06 04:07:52.137756 [ 3 ] {} <Debug> HTTP-Session: f15247cb-5807-4d2a-8ecb-df1f298d25d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16527 | 2024.08.06 04:07:52.137770 [ 3 ] {} <Debug> HTTP-Session: f15247cb-5807-4d2a-8ecb-df1f298d25d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16528 | 2024.08.06 04:07:52.137803 [ 3 ] {} <Trace> HTTP-Session: f15247cb-5807-4d2a-8ecb-df1f298d25d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16529 | 2024.08.06 04:07:52.137903 [ 3 ] {da91acaf-343e-419a-9db3-1b6e353f311e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16530 | 2024.08.06 04:07:52.137949 [ 3 ] {da91acaf-343e-419a-9db3-1b6e353f311e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16531 | 2024.08.06 04:07:52.138094 [ 3 ] {da91acaf-343e-419a-9db3-1b6e353f311e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16532 | 2024.08.06 04:07:52.138407 [ 3 ] {da91acaf-343e-419a-9db3-1b6e353f311e} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16533 | 2024.08.06 04:07:52.138444 [ 3 ] {da91acaf-343e-419a-9db3-1b6e353f311e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16534 | 2024.08.06 04:07:52.138749 [ 3 ] {da91acaf-343e-419a-9db3-1b6e353f311e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
16535 | 2024.08.06 04:07:52.139065 [ 3 ] {da91acaf-343e-419a-9db3-1b6e353f311e} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16536 | 2024.08.06 04:07:52.139196 [ 3 ] {da91acaf-343e-419a-9db3-1b6e353f311e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001318 sec., 1517.4506828528074 rows/sec., 105.95 KiB/sec. | ||
16537 | 2024.08.06 04:07:52.139371 [ 3 ] {da91acaf-343e-419a-9db3-1b6e353f311e} <Debug> DynamicQueryHandler: Done processing query | ||
16538 | 2024.08.06 04:07:52.139396 [ 3 ] {da91acaf-343e-419a-9db3-1b6e353f311e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16539 | 2024.08.06 04:07:52.139411 [ 3 ] {} <Debug> HTTP-Session: f15247cb-5807-4d2a-8ecb-df1f298d25d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16540 | 2024.08.06 04:07:52.139638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 70893, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16541 | 2024.08.06 04:07:52.139688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16542 | 2024.08.06 04:07:52.139709 [ 3 ] {} <Debug> HTTP-Session: e18b7ef7-e9e2-4471-affc-27c5e650e36a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16543 | 2024.08.06 04:07:52.139726 [ 3 ] {} <Debug> HTTP-Session: e18b7ef7-e9e2-4471-affc-27c5e650e36a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16544 | 2024.08.06 04:07:52.139739 [ 3 ] {} <Debug> HTTP-Session: e18b7ef7-e9e2-4471-affc-27c5e650e36a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16545 | 2024.08.06 04:07:52.139770 [ 3 ] {} <Trace> HTTP-Session: e18b7ef7-e9e2-4471-affc-27c5e650e36a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16546 | 2024.08.06 04:07:52.139984 [ 3 ] {d47e0bb1-555a-47fa-b142-be61f08817d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16547 | 2024.08.06 04:07:52.140027 [ 3 ] {d47e0bb1-555a-47fa-b142-be61f08817d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16548 | 2024.08.06 04:07:52.140154 [ 3 ] {d47e0bb1-555a-47fa-b142-be61f08817d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16549 | 2024.08.06 04:07:52.140729 [ 3 ] {d47e0bb1-555a-47fa-b142-be61f08817d9} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16550 | 2024.08.06 04:07:52.140767 [ 3 ] {d47e0bb1-555a-47fa-b142-be61f08817d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16551 | 2024.08.06 04:07:52.141114 [ 3 ] {d47e0bb1-555a-47fa-b142-be61f08817d9} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16552 | 2024.08.06 04:07:52.141433 [ 3 ] {d47e0bb1-555a-47fa-b142-be61f08817d9} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16553 | 2024.08.06 04:07:52.141560 [ 3 ] {d47e0bb1-555a-47fa-b142-be61f08817d9} <Debug> executeQuery: Read 437 rows, 31.88 KiB in 0.001689 sec., 258732.9780935465 rows/sec., 18.43 MiB/sec. | ||
16554 | 2024.08.06 04:07:52.141742 [ 3 ] {d47e0bb1-555a-47fa-b142-be61f08817d9} <Debug> DynamicQueryHandler: Done processing query | ||
16555 | 2024.08.06 04:07:52.141781 [ 3 ] {d47e0bb1-555a-47fa-b142-be61f08817d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
16556 | 2024.08.06 04:07:52.141812 [ 3 ] {} <Debug> HTTP-Session: e18b7ef7-e9e2-4471-affc-27c5e650e36a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16557 | 2024.08.06 04:07:52.141970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16558 | 2024.08.06 04:07:52.142022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16559 | 2024.08.06 04:07:52.142041 [ 3 ] {} <Debug> HTTP-Session: 51dca323-e383-4046-8fcc-ee1a0a933974 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16560 | 2024.08.06 04:07:52.142059 [ 3 ] {} <Debug> HTTP-Session: 51dca323-e383-4046-8fcc-ee1a0a933974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16561 | 2024.08.06 04:07:52.142073 [ 3 ] {} <Debug> HTTP-Session: 51dca323-e383-4046-8fcc-ee1a0a933974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16562 | 2024.08.06 04:07:52.142103 [ 3 ] {} <Trace> HTTP-Session: 51dca323-e383-4046-8fcc-ee1a0a933974 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16563 | 2024.08.06 04:07:52.142200 [ 3 ] {197397e7-e2f7-4b6b-81a1-6e2e8b255ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16564 | 2024.08.06 04:07:52.142245 [ 3 ] {197397e7-e2f7-4b6b-81a1-6e2e8b255ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16565 | 2024.08.06 04:07:52.142375 [ 3 ] {197397e7-e2f7-4b6b-81a1-6e2e8b255ead} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16566 | 2024.08.06 04:07:52.142637 [ 3 ] {197397e7-e2f7-4b6b-81a1-6e2e8b255ead} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16567 | 2024.08.06 04:07:52.142675 [ 3 ] {197397e7-e2f7-4b6b-81a1-6e2e8b255ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16568 | 2024.08.06 04:07:52.143043 [ 3 ] {197397e7-e2f7-4b6b-81a1-6e2e8b255ead} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
16569 | 2024.08.06 04:07:52.143380 [ 3 ] {197397e7-e2f7-4b6b-81a1-6e2e8b255ead} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16570 | 2024.08.06 04:07:52.143513 [ 3 ] {197397e7-e2f7-4b6b-81a1-6e2e8b255ead} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 192.97 KiB/sec. | ||
16571 | 2024.08.06 04:07:52.143683 [ 3 ] {197397e7-e2f7-4b6b-81a1-6e2e8b255ead} <Debug> DynamicQueryHandler: Done processing query | ||
16572 | 2024.08.06 04:07:52.143709 [ 3 ] {197397e7-e2f7-4b6b-81a1-6e2e8b255ead} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16573 | 2024.08.06 04:07:52.143725 [ 3 ] {} <Debug> HTTP-Session: 51dca323-e383-4046-8fcc-ee1a0a933974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16574 | 2024.08.06 04:07:52.143851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16575 | 2024.08.06 04:07:52.143900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16576 | 2024.08.06 04:07:52.143921 [ 3 ] {} <Debug> HTTP-Session: 6244a2a9-8ad9-469b-a15e-cb1c32445eb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16577 | 2024.08.06 04:07:52.143938 [ 3 ] {} <Debug> HTTP-Session: 6244a2a9-8ad9-469b-a15e-cb1c32445eb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16578 | 2024.08.06 04:07:52.143952 [ 3 ] {} <Debug> HTTP-Session: 6244a2a9-8ad9-469b-a15e-cb1c32445eb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16579 | 2024.08.06 04:07:52.143983 [ 3 ] {} <Trace> HTTP-Session: 6244a2a9-8ad9-469b-a15e-cb1c32445eb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16580 | 2024.08.06 04:07:52.144105 [ 3 ] {64b0884b-e0bb-42d2-a146-ab3bd066f4f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
16581 | 2024.08.06 04:07:52.144153 [ 3 ] {64b0884b-e0bb-42d2-a146-ab3bd066f4f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
16582 | 2024.08.06 04:07:52.144295 [ 3 ] {64b0884b-e0bb-42d2-a146-ab3bd066f4f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16583 | 2024.08.06 04:07:52.144626 [ 3 ] {64b0884b-e0bb-42d2-a146-ab3bd066f4f8} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16584 | 2024.08.06 04:07:52.144665 [ 3 ] {64b0884b-e0bb-42d2-a146-ab3bd066f4f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16585 | 2024.08.06 04:07:52.145036 [ 3 ] {64b0884b-e0bb-42d2-a146-ab3bd066f4f8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
16586 | 2024.08.06 04:07:52.145389 [ 3 ] {64b0884b-e0bb-42d2-a146-ab3bd066f4f8} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16587 | 2024.08.06 04:07:52.145525 [ 3 ] {64b0884b-e0bb-42d2-a146-ab3bd066f4f8} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001464 sec., 52595.62841530055 rows/sec., 3.24 MiB/sec. | ||
16588 | 2024.08.06 04:07:52.145697 [ 3 ] {64b0884b-e0bb-42d2-a146-ab3bd066f4f8} <Debug> DynamicQueryHandler: Done processing query | ||
16589 | 2024.08.06 04:07:52.145722 [ 3 ] {64b0884b-e0bb-42d2-a146-ab3bd066f4f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16590 | 2024.08.06 04:07:52.145738 [ 3 ] {} <Debug> HTTP-Session: 6244a2a9-8ad9-469b-a15e-cb1c32445eb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16591 | 2024.08.06 04:07:52.145915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16592 | 2024.08.06 04:07:52.145966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16593 | 2024.08.06 04:07:52.145986 [ 3 ] {} <Debug> HTTP-Session: 9737af5d-b5bd-4167-aeee-363104381e8a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16594 | 2024.08.06 04:07:52.146002 [ 3 ] {} <Debug> HTTP-Session: 9737af5d-b5bd-4167-aeee-363104381e8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16595 | 2024.08.06 04:07:52.146017 [ 3 ] {} <Debug> HTTP-Session: 9737af5d-b5bd-4167-aeee-363104381e8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16596 | 2024.08.06 04:07:52.146048 [ 3 ] {} <Trace> HTTP-Session: 9737af5d-b5bd-4167-aeee-363104381e8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16597 | 2024.08.06 04:07:52.146249 [ 3 ] {e1ce1a49-6593-4f45-a7a8-8dad57bbc950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16598 | 2024.08.06 04:07:52.146296 [ 3 ] {e1ce1a49-6593-4f45-a7a8-8dad57bbc950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16599 | 2024.08.06 04:07:52.146436 [ 3 ] {e1ce1a49-6593-4f45-a7a8-8dad57bbc950} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16600 | 2024.08.06 04:07:52.146828 [ 3 ] {e1ce1a49-6593-4f45-a7a8-8dad57bbc950} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16601 | 2024.08.06 04:07:52.146864 [ 3 ] {e1ce1a49-6593-4f45-a7a8-8dad57bbc950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16602 | 2024.08.06 04:07:52.147241 [ 3 ] {e1ce1a49-6593-4f45-a7a8-8dad57bbc950} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16603 | 2024.08.06 04:07:52.147584 [ 3 ] {e1ce1a49-6593-4f45-a7a8-8dad57bbc950} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16604 | 2024.08.06 04:07:52.147710 [ 3 ] {e1ce1a49-6593-4f45-a7a8-8dad57bbc950} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001582 sec., 101769.91150442477 rows/sec., 7.09 MiB/sec. | ||
16605 | 2024.08.06 04:07:52.147959 [ 3 ] {e1ce1a49-6593-4f45-a7a8-8dad57bbc950} <Debug> DynamicQueryHandler: Done processing query | ||
16606 | 2024.08.06 04:07:52.148024 [ 3 ] {e1ce1a49-6593-4f45-a7a8-8dad57bbc950} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16607 | 2024.08.06 04:07:52.148083 [ 3 ] {} <Debug> HTTP-Session: 9737af5d-b5bd-4167-aeee-363104381e8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16608 | 2024.08.06 04:07:52.148345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 85542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16609 | 2024.08.06 04:07:52.148399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16610 | 2024.08.06 04:07:52.148419 [ 3 ] {} <Debug> HTTP-Session: 41aab52f-e30e-4425-8aeb-95d4b7567980 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16611 | 2024.08.06 04:07:52.148435 [ 3 ] {} <Debug> HTTP-Session: 41aab52f-e30e-4425-8aeb-95d4b7567980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16612 | 2024.08.06 04:07:52.148449 [ 3 ] {} <Debug> HTTP-Session: 41aab52f-e30e-4425-8aeb-95d4b7567980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16613 | 2024.08.06 04:07:52.148481 [ 3 ] {} <Trace> HTTP-Session: 41aab52f-e30e-4425-8aeb-95d4b7567980 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16614 | 2024.08.06 04:07:52.148973 [ 3 ] {a12be4d9-7061-4f08-9b51-9ca8c3ef3b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16615 | 2024.08.06 04:07:52.149046 [ 3 ] {a12be4d9-7061-4f08-9b51-9ca8c3ef3b22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16616 | 2024.08.06 04:07:52.149466 [ 3 ] {a12be4d9-7061-4f08-9b51-9ca8c3ef3b22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16617 | 2024.08.06 04:07:52.150401 [ 3 ] {a12be4d9-7061-4f08-9b51-9ca8c3ef3b22} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16618 | 2024.08.06 04:07:52.150439 [ 3 ] {a12be4d9-7061-4f08-9b51-9ca8c3ef3b22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16619 | 2024.08.06 04:07:52.151101 [ 3 ] {a12be4d9-7061-4f08-9b51-9ca8c3ef3b22} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16620 | 2024.08.06 04:07:52.151521 [ 3 ] {a12be4d9-7061-4f08-9b51-9ca8c3ef3b22} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16621 | 2024.08.06 04:07:52.151674 [ 3 ] {a12be4d9-7061-4f08-9b51-9ca8c3ef3b22} <Debug> executeQuery: Read 53 rows, 97.25 KiB in 0.003082 sec., 17196.62556781311 rows/sec., 30.82 MiB/sec. | ||
16622 | 2024.08.06 04:07:52.151985 [ 3 ] {a12be4d9-7061-4f08-9b51-9ca8c3ef3b22} <Debug> DynamicQueryHandler: Done processing query | ||
16623 | 2024.08.06 04:07:52.152022 [ 3 ] {a12be4d9-7061-4f08-9b51-9ca8c3ef3b22} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
16624 | 2024.08.06 04:07:52.152045 [ 3 ] {} <Debug> HTTP-Session: 41aab52f-e30e-4425-8aeb-95d4b7567980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16625 | 2024.08.06 04:07:52.152183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16626 | 2024.08.06 04:07:52.152233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16627 | 2024.08.06 04:07:52.152253 [ 3 ] {} <Debug> HTTP-Session: 5f5a28e9-0ba2-4d09-86be-faf181d39eca Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16628 | 2024.08.06 04:07:52.152270 [ 3 ] {} <Debug> HTTP-Session: 5f5a28e9-0ba2-4d09-86be-faf181d39eca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16629 | 2024.08.06 04:07:52.152283 [ 3 ] {} <Debug> HTTP-Session: 5f5a28e9-0ba2-4d09-86be-faf181d39eca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16630 | 2024.08.06 04:07:52.152314 [ 3 ] {} <Trace> HTTP-Session: 5f5a28e9-0ba2-4d09-86be-faf181d39eca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16631 | 2024.08.06 04:07:52.152417 [ 3 ] {14057ac0-9332-4fc4-b47c-00cff044bff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
16632 | 2024.08.06 04:07:52.152463 [ 3 ] {14057ac0-9332-4fc4-b47c-00cff044bff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16633 | 2024.08.06 04:07:52.152592 [ 3 ] {14057ac0-9332-4fc4-b47c-00cff044bff4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16634 | 2024.08.06 04:07:52.152933 [ 3 ] {14057ac0-9332-4fc4-b47c-00cff044bff4} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16635 | 2024.08.06 04:07:52.152970 [ 3 ] {14057ac0-9332-4fc4-b47c-00cff044bff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16636 | 2024.08.06 04:07:52.153327 [ 3 ] {14057ac0-9332-4fc4-b47c-00cff044bff4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
16637 | 2024.08.06 04:07:52.153662 [ 3 ] {14057ac0-9332-4fc4-b47c-00cff044bff4} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16638 | 2024.08.06 04:07:52.153790 [ 128 ] {} <Debug> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
16639 | 2024.08.06 04:07:52.153792 [ 3 ] {14057ac0-9332-4fc4-b47c-00cff044bff4} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001403 sec., 16393.44262295082 rows/sec., 886.77 KiB/sec. | ||
16640 | 2024.08.06 04:07:52.153838 [ 128 ] {} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16641 | 2024.08.06 04:07:52.153880 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16642 | 2024.08.06 04:07:52.153986 [ 192 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::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 | ||
16643 | 2024.08.06 04:07:52.154003 [ 3 ] {14057ac0-9332-4fc4-b47c-00cff044bff4} <Debug> DynamicQueryHandler: Done processing query | ||
16644 | 2024.08.06 04:07:52.154033 [ 3 ] {14057ac0-9332-4fc4-b47c-00cff044bff4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16645 | 2024.08.06 04:07:52.154056 [ 3 ] {} <Debug> HTTP-Session: 5f5a28e9-0ba2-4d09-86be-faf181d39eca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16646 | 2024.08.06 04:07:52.154118 [ 192 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16647 | 2024.08.06 04:07:52.154149 [ 192 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 962 rows starting from the beginning of the part | ||
16648 | 2024.08.06 04:07:52.154183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16649 | 2024.08.06 04:07:52.154220 [ 192 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part | ||
16650 | 2024.08.06 04:07:52.154334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16651 | 2024.08.06 04:07:52.154530 [ 3 ] {} <Debug> HTTP-Session: 4c0302d5-1ce1-447f-b886-560eedf8570b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16652 | 2024.08.06 04:07:52.154568 [ 192 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 23 rows starting from the beginning of the part | ||
16653 | 2024.08.06 04:07:52.154617 [ 3 ] {} <Debug> HTTP-Session: 4c0302d5-1ce1-447f-b886-560eedf8570b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16654 | 2024.08.06 04:07:52.154751 [ 3 ] {} <Debug> HTTP-Session: 4c0302d5-1ce1-447f-b886-560eedf8570b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16655 | 2024.08.06 04:07:52.154994 [ 3 ] {} <Trace> HTTP-Session: 4c0302d5-1ce1-447f-b886-560eedf8570b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16656 | 2024.08.06 04:07:52.155164 [ 192 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 23 rows starting from the beginning of the part | ||
16657 | 2024.08.06 04:07:52.155496 [ 3 ] {bd18daaa-0cfd-42ac-82d4-8f7214f61de8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16658 | 2024.08.06 04:07:52.155524 [ 192 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 23 rows starting from the beginning of the part | ||
16659 | 2024.08.06 04:07:52.155661 [ 3 ] {bd18daaa-0cfd-42ac-82d4-8f7214f61de8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16660 | 2024.08.06 04:07:52.155858 [ 192 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 23 rows starting from the beginning of the part | ||
16661 | 2024.08.06 04:07:52.156498 [ 3 ] {bd18daaa-0cfd-42ac-82d4-8f7214f61de8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16662 | 2024.08.06 04:07:52.156966 [ 3 ] {bd18daaa-0cfd-42ac-82d4-8f7214f61de8} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16663 | 2024.08.06 04:07:52.157011 [ 3 ] {bd18daaa-0cfd-42ac-82d4-8f7214f61de8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
16664 | 2024.08.06 04:07:52.157555 [ 3 ] {bd18daaa-0cfd-42ac-82d4-8f7214f61de8} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16665 | 2024.08.06 04:07:52.157868 [ 192 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1086 rows, containing 4 columns (4 merged, 0 gathered) in 0.003927812 sec., 276489.81163049553 rows/sec., 14.84 MiB/sec. | ||
16666 | 2024.08.06 04:07:52.158022 [ 192 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
16667 | 2024.08.06 04:07:52.158109 [ 3 ] {bd18daaa-0cfd-42ac-82d4-8f7214f61de8} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16668 | 2024.08.06 04:07:52.158376 [ 3 ] {bd18daaa-0cfd-42ac-82d4-8f7214f61de8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00309 sec., 19417.47572815534 rows/sec., 1.31 MiB/sec. | ||
16669 | 2024.08.06 04:07:52.158983 [ 3 ] {bd18daaa-0cfd-42ac-82d4-8f7214f61de8} <Debug> DynamicQueryHandler: Done processing query | ||
16670 | 2024.08.06 04:07:52.159068 [ 3 ] {bd18daaa-0cfd-42ac-82d4-8f7214f61de8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16671 | 2024.08.06 04:07:52.159170 [ 3 ] {} <Debug> HTTP-Session: 4c0302d5-1ce1-447f-b886-560eedf8570b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16672 | 2024.08.06 04:07:52.159191 [ 192 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_46_9} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16673 | 2024.08.06 04:07:52.159481 [ 192 ] {48b6cf6e-9929-419f-9281-3f36c89522c0::all_1_46_9} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
16674 | 2024.08.06 04:07:52.159655 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
16675 | 2024.08.06 04:07:57.124622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16676 | 2024.08.06 04:07:57.124820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16677 | 2024.08.06 04:07:57.124865 [ 3 ] {} <Debug> HTTP-Session: 21e83db6-fa2f-43b9-bb9b-d4de2f423516 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16678 | 2024.08.06 04:07:57.124906 [ 3 ] {} <Debug> HTTP-Session: 21e83db6-fa2f-43b9-bb9b-d4de2f423516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16679 | 2024.08.06 04:07:57.124934 [ 3 ] {} <Debug> HTTP-Session: 21e83db6-fa2f-43b9-bb9b-d4de2f423516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16680 | 2024.08.06 04:07:57.125016 [ 3 ] {} <Trace> HTTP-Session: 21e83db6-fa2f-43b9-bb9b-d4de2f423516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16681 | 2024.08.06 04:07:57.125298 [ 3 ] {28b25e55-08ec-4c7c-b039-c17f6f674bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16682 | 2024.08.06 04:07:57.125409 [ 3 ] {28b25e55-08ec-4c7c-b039-c17f6f674bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16683 | 2024.08.06 04:07:57.125626 [ 3 ] {28b25e55-08ec-4c7c-b039-c17f6f674bfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16684 | 2024.08.06 04:07:57.126065 [ 3 ] {28b25e55-08ec-4c7c-b039-c17f6f674bfd} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16685 | 2024.08.06 04:07:57.126111 [ 3 ] {28b25e55-08ec-4c7c-b039-c17f6f674bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16686 | 2024.08.06 04:07:57.126494 [ 3 ] {28b25e55-08ec-4c7c-b039-c17f6f674bfd} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16687 | 2024.08.06 04:07:57.126853 [ 3 ] {28b25e55-08ec-4c7c-b039-c17f6f674bfd} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16688 | 2024.08.06 04:07:57.127024 [ 3 ] {28b25e55-08ec-4c7c-b039-c17f6f674bfd} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.00181 sec., 1657.4585635359117 rows/sec., 134.34 KiB/sec. | ||
16689 | 2024.08.06 04:07:57.127100 [ 121 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16690 | 2024.08.06 04:07:57.127224 [ 121 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16691 | 2024.08.06 04:07:57.127285 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16692 | 2024.08.06 04:07:57.127330 [ 3 ] {28b25e55-08ec-4c7c-b039-c17f6f674bfd} <Debug> DynamicQueryHandler: Done processing query | ||
16693 | 2024.08.06 04:07:57.127388 [ 3 ] {28b25e55-08ec-4c7c-b039-c17f6f674bfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16694 | 2024.08.06 04:07:57.127443 [ 3 ] {} <Debug> HTTP-Session: 21e83db6-fa2f-43b9-bb9b-d4de2f423516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16695 | 2024.08.06 04:07:57.127553 [ 193 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
16696 | 2024.08.06 04:07:57.127754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16697 | 2024.08.06 04:07:57.127773 [ 193 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16698 | 2024.08.06 04:07:57.127844 [ 193 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 62 rows starting from the beginning of the part | ||
16699 | 2024.08.06 04:07:57.127856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16700 | 2024.08.06 04:07:57.127900 [ 3 ] {} <Debug> HTTP-Session: c5ec8b37-630b-460e-8d53-4842c2d168e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16701 | 2024.08.06 04:07:57.127945 [ 3 ] {} <Debug> HTTP-Session: c5ec8b37-630b-460e-8d53-4842c2d168e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16702 | 2024.08.06 04:07:57.127996 [ 3 ] {} <Debug> HTTP-Session: c5ec8b37-630b-460e-8d53-4842c2d168e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16703 | 2024.08.06 04:07:57.128066 [ 193 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 3 rows starting from the beginning of the part | ||
16704 | 2024.08.06 04:07:57.128128 [ 3 ] {} <Trace> HTTP-Session: c5ec8b37-630b-460e-8d53-4842c2d168e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16705 | 2024.08.06 04:07:57.128278 [ 193 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 59 rows starting from the beginning of the part | ||
16706 | 2024.08.06 04:07:57.128603 [ 3 ] {01a2af29-65d9-4cce-b8e9-ddac4e97fcc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16707 | 2024.08.06 04:07:57.128605 [ 193 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 3 rows starting from the beginning of the part | ||
16708 | 2024.08.06 04:07:57.128811 [ 3 ] {01a2af29-65d9-4cce-b8e9-ddac4e97fcc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16709 | 2024.08.06 04:07:57.128917 [ 193 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 59 rows starting from the beginning of the part | ||
16710 | 2024.08.06 04:07:57.129304 [ 193 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 3 rows starting from the beginning of the part | ||
16711 | 2024.08.06 04:07:57.130199 [ 3 ] {01a2af29-65d9-4cce-b8e9-ddac4e97fcc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16712 | 2024.08.06 04:07:57.131011 [ 3 ] {01a2af29-65d9-4cce-b8e9-ddac4e97fcc9} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16713 | 2024.08.06 04:07:57.131074 [ 3 ] {01a2af29-65d9-4cce-b8e9-ddac4e97fcc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16714 | 2024.08.06 04:07:57.131935 [ 3 ] {01a2af29-65d9-4cce-b8e9-ddac4e97fcc9} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16715 | 2024.08.06 04:07:57.132187 [ 193 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 4 columns (4 merged, 0 gathered) in 0.004784823 sec., 39499.8937264764 rows/sec., 3.04 MiB/sec. | ||
16716 | 2024.08.06 04:07:57.132427 [ 193 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16717 | 2024.08.06 04:07:57.132676 [ 3 ] {01a2af29-65d9-4cce-b8e9-ddac4e97fcc9} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16718 | 2024.08.06 04:07:57.133071 [ 3 ] {01a2af29-65d9-4cce-b8e9-ddac4e97fcc9} <Debug> executeQuery: Read 65 rows, 5.22 KiB in 0.004692 sec., 13853.367433930094 rows/sec., 1.09 MiB/sec. | ||
16719 | 2024.08.06 04:07:57.133294 [ 193 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_86_17} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16720 | 2024.08.06 04:07:57.133413 [ 193 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_86_17} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16721 | 2024.08.06 04:07:57.133431 [ 3 ] {01a2af29-65d9-4cce-b8e9-ddac4e97fcc9} <Debug> DynamicQueryHandler: Done processing query | ||
16722 | 2024.08.06 04:07:57.133474 [ 3 ] {01a2af29-65d9-4cce-b8e9-ddac4e97fcc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16723 | 2024.08.06 04:07:57.133540 [ 3 ] {} <Debug> HTTP-Session: c5ec8b37-630b-460e-8d53-4842c2d168e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16724 | 2024.08.06 04:07:57.133557 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
16725 | 2024.08.06 04:07:57.133721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 11385, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16726 | 2024.08.06 04:07:57.133780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16727 | 2024.08.06 04:07:57.133801 [ 3 ] {} <Debug> HTTP-Session: b10defcc-e297-4fe4-a9ae-c71e44316d16 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16728 | 2024.08.06 04:07:57.133818 [ 3 ] {} <Debug> HTTP-Session: b10defcc-e297-4fe4-a9ae-c71e44316d16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16729 | 2024.08.06 04:07:57.133832 [ 3 ] {} <Debug> HTTP-Session: b10defcc-e297-4fe4-a9ae-c71e44316d16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16730 | 2024.08.06 04:07:57.133868 [ 3 ] {} <Trace> HTTP-Session: b10defcc-e297-4fe4-a9ae-c71e44316d16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16731 | 2024.08.06 04:07:57.134004 [ 3 ] {452e768a-c059-4558-a834-91e7dafe6f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16732 | 2024.08.06 04:07:57.134050 [ 3 ] {452e768a-c059-4558-a834-91e7dafe6f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16733 | 2024.08.06 04:07:57.134197 [ 3 ] {452e768a-c059-4558-a834-91e7dafe6f5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16734 | 2024.08.06 04:07:57.134536 [ 3 ] {452e768a-c059-4558-a834-91e7dafe6f5f} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16735 | 2024.08.06 04:07:57.134574 [ 3 ] {452e768a-c059-4558-a834-91e7dafe6f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16736 | 2024.08.06 04:07:57.134895 [ 3 ] {452e768a-c059-4558-a834-91e7dafe6f5f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16737 | 2024.08.06 04:07:57.135225 [ 3 ] {452e768a-c059-4558-a834-91e7dafe6f5f} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16738 | 2024.08.06 04:07:57.135380 [ 3 ] {452e768a-c059-4558-a834-91e7dafe6f5f} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001427 sec., 46951.64681149264 rows/sec., 3.66 MiB/sec. | ||
16739 | 2024.08.06 04:07:57.135566 [ 3 ] {452e768a-c059-4558-a834-91e7dafe6f5f} <Debug> DynamicQueryHandler: Done processing query | ||
16740 | 2024.08.06 04:07:57.135591 [ 3 ] {452e768a-c059-4558-a834-91e7dafe6f5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16741 | 2024.08.06 04:07:57.135607 [ 3 ] {} <Debug> HTTP-Session: b10defcc-e297-4fe4-a9ae-c71e44316d16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16742 | 2024.08.06 04:07:57.135834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16743 | 2024.08.06 04:07:57.135884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16744 | 2024.08.06 04:07:57.135904 [ 3 ] {} <Debug> HTTP-Session: f5cba5a2-c31f-4c09-9a28-3ece2b8224e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16745 | 2024.08.06 04:07:57.135920 [ 3 ] {} <Debug> HTTP-Session: f5cba5a2-c31f-4c09-9a28-3ece2b8224e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16746 | 2024.08.06 04:07:57.135934 [ 3 ] {} <Debug> HTTP-Session: f5cba5a2-c31f-4c09-9a28-3ece2b8224e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16747 | 2024.08.06 04:07:57.135965 [ 3 ] {} <Trace> HTTP-Session: f5cba5a2-c31f-4c09-9a28-3ece2b8224e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16748 | 2024.08.06 04:07:57.136117 [ 3 ] {11e72d25-b27b-493f-91e6-e4765239a867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16749 | 2024.08.06 04:07:57.136166 [ 3 ] {11e72d25-b27b-493f-91e6-e4765239a867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16750 | 2024.08.06 04:07:57.136318 [ 3 ] {11e72d25-b27b-493f-91e6-e4765239a867} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16751 | 2024.08.06 04:07:57.136705 [ 3 ] {11e72d25-b27b-493f-91e6-e4765239a867} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16752 | 2024.08.06 04:07:57.136742 [ 3 ] {11e72d25-b27b-493f-91e6-e4765239a867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16753 | 2024.08.06 04:07:57.137128 [ 3 ] {11e72d25-b27b-493f-91e6-e4765239a867} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16754 | 2024.08.06 04:07:57.137477 [ 3 ] {11e72d25-b27b-493f-91e6-e4765239a867} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16755 | 2024.08.06 04:07:57.137638 [ 3 ] {11e72d25-b27b-493f-91e6-e4765239a867} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
16756 | 2024.08.06 04:07:57.137816 [ 3 ] {11e72d25-b27b-493f-91e6-e4765239a867} <Debug> DynamicQueryHandler: Done processing query | ||
16757 | 2024.08.06 04:07:57.137841 [ 3 ] {11e72d25-b27b-493f-91e6-e4765239a867} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16758 | 2024.08.06 04:07:57.137856 [ 3 ] {} <Debug> HTTP-Session: f5cba5a2-c31f-4c09-9a28-3ece2b8224e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16759 | 2024.08.06 04:07:57.137991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16760 | 2024.08.06 04:07:57.138041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16761 | 2024.08.06 04:07:57.138061 [ 3 ] {} <Debug> HTTP-Session: ef88a9bf-d1d4-407c-933e-b2d3917a97e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16762 | 2024.08.06 04:07:57.138077 [ 3 ] {} <Debug> HTTP-Session: ef88a9bf-d1d4-407c-933e-b2d3917a97e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16763 | 2024.08.06 04:07:57.138091 [ 3 ] {} <Debug> HTTP-Session: ef88a9bf-d1d4-407c-933e-b2d3917a97e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16764 | 2024.08.06 04:07:57.138121 [ 3 ] {} <Trace> HTTP-Session: ef88a9bf-d1d4-407c-933e-b2d3917a97e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16765 | 2024.08.06 04:07:57.138251 [ 3 ] {2c6ee3c8-47c7-4d59-bb16-dec2a2967087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16766 | 2024.08.06 04:07:57.138316 [ 3 ] {2c6ee3c8-47c7-4d59-bb16-dec2a2967087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16767 | 2024.08.06 04:07:57.138740 [ 3 ] {2c6ee3c8-47c7-4d59-bb16-dec2a2967087} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16768 | 2024.08.06 04:07:57.139222 [ 3 ] {2c6ee3c8-47c7-4d59-bb16-dec2a2967087} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16769 | 2024.08.06 04:07:57.139260 [ 3 ] {2c6ee3c8-47c7-4d59-bb16-dec2a2967087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16770 | 2024.08.06 04:07:57.139864 [ 3 ] {2c6ee3c8-47c7-4d59-bb16-dec2a2967087} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16771 | 2024.08.06 04:07:57.140285 [ 3 ] {2c6ee3c8-47c7-4d59-bb16-dec2a2967087} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16772 | 2024.08.06 04:07:57.140487 [ 3 ] {2c6ee3c8-47c7-4d59-bb16-dec2a2967087} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.002292 sec., 1308.9005235602094 rows/sec., 2.35 MiB/sec. | ||
16773 | 2024.08.06 04:07:57.140725 [ 3 ] {2c6ee3c8-47c7-4d59-bb16-dec2a2967087} <Debug> DynamicQueryHandler: Done processing query | ||
16774 | 2024.08.06 04:07:57.140749 [ 3 ] {2c6ee3c8-47c7-4d59-bb16-dec2a2967087} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
16775 | 2024.08.06 04:07:57.140765 [ 3 ] {} <Debug> HTTP-Session: ef88a9bf-d1d4-407c-933e-b2d3917a97e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16776 | 2024.08.06 04:07:57.140920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16777 | 2024.08.06 04:07:57.140970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16778 | 2024.08.06 04:07:57.140991 [ 3 ] {} <Debug> HTTP-Session: be4fdaea-c755-4823-bbef-20d225d4edd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16779 | 2024.08.06 04:07:57.141007 [ 3 ] {} <Debug> HTTP-Session: be4fdaea-c755-4823-bbef-20d225d4edd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16780 | 2024.08.06 04:07:57.141021 [ 3 ] {} <Debug> HTTP-Session: be4fdaea-c755-4823-bbef-20d225d4edd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16781 | 2024.08.06 04:07:57.141052 [ 3 ] {} <Trace> HTTP-Session: be4fdaea-c755-4823-bbef-20d225d4edd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16782 | 2024.08.06 04:07:57.141166 [ 3 ] {f933eb82-78d8-4596-8fc8-22b0a4127f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16783 | 2024.08.06 04:07:57.141212 [ 3 ] {f933eb82-78d8-4596-8fc8-22b0a4127f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16784 | 2024.08.06 04:07:57.141344 [ 3 ] {f933eb82-78d8-4596-8fc8-22b0a4127f32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16785 | 2024.08.06 04:07:57.141631 [ 3 ] {f933eb82-78d8-4596-8fc8-22b0a4127f32} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16786 | 2024.08.06 04:07:57.141668 [ 3 ] {f933eb82-78d8-4596-8fc8-22b0a4127f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16787 | 2024.08.06 04:07:57.142029 [ 3 ] {f933eb82-78d8-4596-8fc8-22b0a4127f32} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16788 | 2024.08.06 04:07:57.142356 [ 3 ] {f933eb82-78d8-4596-8fc8-22b0a4127f32} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16789 | 2024.08.06 04:07:57.142520 [ 3 ] {f933eb82-78d8-4596-8fc8-22b0a4127f32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec. | ||
16790 | 2024.08.06 04:07:57.142794 [ 3 ] {f933eb82-78d8-4596-8fc8-22b0a4127f32} <Debug> DynamicQueryHandler: Done processing query | ||
16791 | 2024.08.06 04:07:57.142869 [ 3 ] {f933eb82-78d8-4596-8fc8-22b0a4127f32} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16792 | 2024.08.06 04:07:57.142948 [ 3 ] {} <Debug> HTTP-Session: be4fdaea-c755-4823-bbef-20d225d4edd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16793 | 2024.08.06 04:08:02.130417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16794 | 2024.08.06 04:08:02.130562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16795 | 2024.08.06 04:08:02.130592 [ 3 ] {} <Debug> HTTP-Session: 44aff721-a9ea-4b0e-ab57-b94ca134660c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16796 | 2024.08.06 04:08:02.130621 [ 3 ] {} <Debug> HTTP-Session: 44aff721-a9ea-4b0e-ab57-b94ca134660c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16797 | 2024.08.06 04:08:02.130639 [ 3 ] {} <Debug> HTTP-Session: 44aff721-a9ea-4b0e-ab57-b94ca134660c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16798 | 2024.08.06 04:08:02.130697 [ 3 ] {} <Trace> HTTP-Session: 44aff721-a9ea-4b0e-ab57-b94ca134660c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16799 | 2024.08.06 04:08:02.130922 [ 3 ] {bbdb99cc-a57d-4318-bb7c-c504364a6387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16800 | 2024.08.06 04:08:02.130996 [ 3 ] {bbdb99cc-a57d-4318-bb7c-c504364a6387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16801 | 2024.08.06 04:08:02.131218 [ 3 ] {bbdb99cc-a57d-4318-bb7c-c504364a6387} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16802 | 2024.08.06 04:08:02.131699 [ 3 ] {bbdb99cc-a57d-4318-bb7c-c504364a6387} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16803 | 2024.08.06 04:08:02.131741 [ 3 ] {bbdb99cc-a57d-4318-bb7c-c504364a6387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16804 | 2024.08.06 04:08:02.132115 [ 3 ] {bbdb99cc-a57d-4318-bb7c-c504364a6387} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16805 | 2024.08.06 04:08:02.132454 [ 3 ] {bbdb99cc-a57d-4318-bb7c-c504364a6387} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16806 | 2024.08.06 04:08:02.132619 [ 3 ] {bbdb99cc-a57d-4318-bb7c-c504364a6387} <Debug> executeQuery: Read 59 rows, 4.64 KiB in 0.00177 sec., 33333.33333333333 rows/sec., 2.56 MiB/sec. | ||
16807 | 2024.08.06 04:08:02.132849 [ 3 ] {bbdb99cc-a57d-4318-bb7c-c504364a6387} <Debug> DynamicQueryHandler: Done processing query | ||
16808 | 2024.08.06 04:08:02.132875 [ 3 ] {bbdb99cc-a57d-4318-bb7c-c504364a6387} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16809 | 2024.08.06 04:08:02.132891 [ 3 ] {} <Debug> HTTP-Session: 44aff721-a9ea-4b0e-ab57-b94ca134660c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16810 | 2024.08.06 04:08:02.133095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 48344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16811 | 2024.08.06 04:08:02.133148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16812 | 2024.08.06 04:08:02.133167 [ 3 ] {} <Debug> HTTP-Session: 5a6f4c9b-e1ed-4611-aeef-585ca19023a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16813 | 2024.08.06 04:08:02.133183 [ 3 ] {} <Debug> HTTP-Session: 5a6f4c9b-e1ed-4611-aeef-585ca19023a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16814 | 2024.08.06 04:08:02.133197 [ 3 ] {} <Debug> HTTP-Session: 5a6f4c9b-e1ed-4611-aeef-585ca19023a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16815 | 2024.08.06 04:08:02.133228 [ 3 ] {} <Trace> HTTP-Session: 5a6f4c9b-e1ed-4611-aeef-585ca19023a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16816 | 2024.08.06 04:08:02.133413 [ 3 ] {50071353-00c7-4d38-ac77-4df4bedf3a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16817 | 2024.08.06 04:08:02.133458 [ 3 ] {50071353-00c7-4d38-ac77-4df4bedf3a5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16818 | 2024.08.06 04:08:02.133595 [ 3 ] {50071353-00c7-4d38-ac77-4df4bedf3a5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16819 | 2024.08.06 04:08:02.134080 [ 3 ] {50071353-00c7-4d38-ac77-4df4bedf3a5c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16820 | 2024.08.06 04:08:02.134117 [ 3 ] {50071353-00c7-4d38-ac77-4df4bedf3a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16821 | 2024.08.06 04:08:02.134444 [ 3 ] {50071353-00c7-4d38-ac77-4df4bedf3a5c} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16822 | 2024.08.06 04:08:02.134749 [ 3 ] {50071353-00c7-4d38-ac77-4df4bedf3a5c} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16823 | 2024.08.06 04:08:02.134902 [ 3 ] {50071353-00c7-4d38-ac77-4df4bedf3a5c} <Debug> executeQuery: Read 320 rows, 28.90 KiB in 0.00158 sec., 202531.64556962025 rows/sec., 17.86 MiB/sec. | ||
16824 | 2024.08.06 04:08:02.135072 [ 3 ] {50071353-00c7-4d38-ac77-4df4bedf3a5c} <Debug> DynamicQueryHandler: Done processing query | ||
16825 | 2024.08.06 04:08:02.135097 [ 3 ] {50071353-00c7-4d38-ac77-4df4bedf3a5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
16826 | 2024.08.06 04:08:02.135112 [ 3 ] {} <Debug> HTTP-Session: 5a6f4c9b-e1ed-4611-aeef-585ca19023a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16827 | 2024.08.06 04:08:02.135431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 70550, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16828 | 2024.08.06 04:08:02.135483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16829 | 2024.08.06 04:08:02.135502 [ 3 ] {} <Debug> HTTP-Session: 28369308-180e-43bb-a596-4428bb2d5d80 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16830 | 2024.08.06 04:08:02.135519 [ 3 ] {} <Debug> HTTP-Session: 28369308-180e-43bb-a596-4428bb2d5d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16831 | 2024.08.06 04:08:02.135533 [ 3 ] {} <Debug> HTTP-Session: 28369308-180e-43bb-a596-4428bb2d5d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16832 | 2024.08.06 04:08:02.135563 [ 3 ] {} <Trace> HTTP-Session: 28369308-180e-43bb-a596-4428bb2d5d80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16833 | 2024.08.06 04:08:02.135793 [ 3 ] {c7e3a46a-caa7-472c-baa8-587124645489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16834 | 2024.08.06 04:08:02.135837 [ 3 ] {c7e3a46a-caa7-472c-baa8-587124645489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16835 | 2024.08.06 04:08:02.135961 [ 3 ] {c7e3a46a-caa7-472c-baa8-587124645489} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16836 | 2024.08.06 04:08:02.136527 [ 3 ] {c7e3a46a-caa7-472c-baa8-587124645489} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16837 | 2024.08.06 04:08:02.136564 [ 3 ] {c7e3a46a-caa7-472c-baa8-587124645489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16838 | 2024.08.06 04:08:02.136883 [ 3 ] {c7e3a46a-caa7-472c-baa8-587124645489} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16839 | 2024.08.06 04:08:02.137188 [ 3 ] {c7e3a46a-caa7-472c-baa8-587124645489} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16840 | 2024.08.06 04:08:02.137342 [ 3 ] {c7e3a46a-caa7-472c-baa8-587124645489} <Debug> executeQuery: Read 435 rows, 31.72 KiB in 0.001667 sec., 260947.8104379124 rows/sec., 18.58 MiB/sec. | ||
16841 | 2024.08.06 04:08:02.137565 [ 3 ] {c7e3a46a-caa7-472c-baa8-587124645489} <Debug> DynamicQueryHandler: Done processing query | ||
16842 | 2024.08.06 04:08:02.137590 [ 3 ] {c7e3a46a-caa7-472c-baa8-587124645489} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
16843 | 2024.08.06 04:08:02.137606 [ 3 ] {} <Debug> HTTP-Session: 28369308-180e-43bb-a596-4428bb2d5d80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16844 | 2024.08.06 04:08:02.137898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16845 | 2024.08.06 04:08:02.138010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16846 | 2024.08.06 04:08:02.138052 [ 3 ] {} <Debug> HTTP-Session: b34499ea-0d2a-4ca3-bf24-75a1a9f66182 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16847 | 2024.08.06 04:08:02.138078 [ 3 ] {} <Debug> HTTP-Session: b34499ea-0d2a-4ca3-bf24-75a1a9f66182 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16848 | 2024.08.06 04:08:02.138092 [ 3 ] {} <Debug> HTTP-Session: b34499ea-0d2a-4ca3-bf24-75a1a9f66182 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16849 | 2024.08.06 04:08:02.138123 [ 3 ] {} <Trace> HTTP-Session: b34499ea-0d2a-4ca3-bf24-75a1a9f66182 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16850 | 2024.08.06 04:08:02.138222 [ 3 ] {9265fe10-b35e-4b96-87dc-8dc82e63e85c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16851 | 2024.08.06 04:08:02.138268 [ 3 ] {9265fe10-b35e-4b96-87dc-8dc82e63e85c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16852 | 2024.08.06 04:08:02.138417 [ 3 ] {9265fe10-b35e-4b96-87dc-8dc82e63e85c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16853 | 2024.08.06 04:08:02.138678 [ 3 ] {9265fe10-b35e-4b96-87dc-8dc82e63e85c} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16854 | 2024.08.06 04:08:02.138714 [ 3 ] {9265fe10-b35e-4b96-87dc-8dc82e63e85c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16855 | 2024.08.06 04:08:02.139073 [ 3 ] {9265fe10-b35e-4b96-87dc-8dc82e63e85c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
16856 | 2024.08.06 04:08:02.139390 [ 3 ] {9265fe10-b35e-4b96-87dc-8dc82e63e85c} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16857 | 2024.08.06 04:08:02.139544 [ 3 ] {9265fe10-b35e-4b96-87dc-8dc82e63e85c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 192.25 KiB/sec. | ||
16858 | 2024.08.06 04:08:02.139544 [ 117 ] {} <Debug> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
16859 | 2024.08.06 04:08:02.139675 [ 117 ] {} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16860 | 2024.08.06 04:08:02.139732 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16861 | 2024.08.06 04:08:02.139761 [ 3 ] {9265fe10-b35e-4b96-87dc-8dc82e63e85c} <Debug> DynamicQueryHandler: Done processing query | ||
16862 | 2024.08.06 04:08:02.139799 [ 3 ] {9265fe10-b35e-4b96-87dc-8dc82e63e85c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16863 | 2024.08.06 04:08:02.139867 [ 3 ] {} <Debug> HTTP-Session: b34499ea-0d2a-4ca3-bf24-75a1a9f66182 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16864 | 2024.08.06 04:08:02.140186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16865 | 2024.08.06 04:08:02.140244 [ 187 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::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 | ||
16866 | 2024.08.06 04:08:02.140350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16867 | 2024.08.06 04:08:02.140475 [ 3 ] {} <Debug> HTTP-Session: 6bb22f87-bad6-4031-aa8d-ae6b269147b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16868 | 2024.08.06 04:08:02.140553 [ 3 ] {} <Debug> HTTP-Session: 6bb22f87-bad6-4031-aa8d-ae6b269147b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16869 | 2024.08.06 04:08:02.140613 [ 3 ] {} <Debug> HTTP-Session: 6bb22f87-bad6-4031-aa8d-ae6b269147b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16870 | 2024.08.06 04:08:02.140749 [ 3 ] {} <Trace> HTTP-Session: 6bb22f87-bad6-4031-aa8d-ae6b269147b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16871 | 2024.08.06 04:08:02.141112 [ 3 ] {e77c0239-0d2f-4b00-ac77-fbfd5607b0b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
16872 | 2024.08.06 04:08:02.141247 [ 3 ] {e77c0239-0d2f-4b00-ac77-fbfd5607b0b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
16873 | 2024.08.06 04:08:02.141262 [ 187 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16874 | 2024.08.06 04:08:02.141363 [ 187 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part | ||
16875 | 2024.08.06 04:08:02.141660 [ 187 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
16876 | 2024.08.06 04:08:02.142092 [ 187 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
16877 | 2024.08.06 04:08:02.142285 [ 3 ] {e77c0239-0d2f-4b00-ac77-fbfd5607b0b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16878 | 2024.08.06 04:08:02.142391 [ 187 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
16879 | 2024.08.06 04:08:02.142746 [ 187 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
16880 | 2024.08.06 04:08:02.142889 [ 187 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
16881 | 2024.08.06 04:08:02.143657 [ 3 ] {e77c0239-0d2f-4b00-ac77-fbfd5607b0b0} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16882 | 2024.08.06 04:08:02.143723 [ 3 ] {e77c0239-0d2f-4b00-ac77-fbfd5607b0b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16883 | 2024.08.06 04:08:02.144702 [ 3 ] {e77c0239-0d2f-4b00-ac77-fbfd5607b0b0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
16884 | 2024.08.06 04:08:02.145843 [ 3 ] {e77c0239-0d2f-4b00-ac77-fbfd5607b0b0} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16885 | 2024.08.06 04:08:02.145896 [ 198 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.00597608 sec., 46184.12069450208 rows/sec., 1.94 MiB/sec. | ||
16886 | 2024.08.06 04:08:02.146066 [ 117 ] {} <Debug> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
16887 | 2024.08.06 04:08:02.146138 [ 3 ] {e77c0239-0d2f-4b00-ac77-fbfd5607b0b0} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005178 sec., 14870.606411741985 rows/sec., 937.71 KiB/sec. | ||
16888 | 2024.08.06 04:08:02.146150 [ 117 ] {} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16889 | 2024.08.06 04:08:02.146218 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16890 | 2024.08.06 04:08:02.146364 [ 198 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
16891 | 2024.08.06 04:08:02.146664 [ 3 ] {e77c0239-0d2f-4b00-ac77-fbfd5607b0b0} <Debug> DynamicQueryHandler: Done processing query | ||
16892 | 2024.08.06 04:08:02.146741 [ 3 ] {e77c0239-0d2f-4b00-ac77-fbfd5607b0b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16893 | 2024.08.06 04:08:02.146766 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::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 | ||
16894 | 2024.08.06 04:08:02.146778 [ 3 ] {} <Debug> HTTP-Session: 6bb22f87-bad6-4031-aa8d-ae6b269147b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16895 | 2024.08.06 04:08:02.147123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16896 | 2024.08.06 04:08:02.147297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16897 | 2024.08.06 04:08:02.147379 [ 3 ] {} <Debug> HTTP-Session: 640b9c8f-3da9-453c-a512-f3558bcd99b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16898 | 2024.08.06 04:08:02.147467 [ 3 ] {} <Debug> HTTP-Session: 640b9c8f-3da9-453c-a512-f3558bcd99b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16899 | 2024.08.06 04:08:02.147482 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16900 | 2024.08.06 04:08:02.147521 [ 3 ] {} <Debug> HTTP-Session: 640b9c8f-3da9-453c-a512-f3558bcd99b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16901 | 2024.08.06 04:08:02.147623 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 3157 rows starting from the beginning of the part | ||
16902 | 2024.08.06 04:08:02.147647 [ 3 ] {} <Trace> HTTP-Session: 640b9c8f-3da9-453c-a512-f3558bcd99b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16903 | 2024.08.06 04:08:02.148057 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 77 rows starting from the beginning of the part | ||
16904 | 2024.08.06 04:08:02.148130 [ 198 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_46_9} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16905 | 2024.08.06 04:08:02.148252 [ 3 ] {b33ab827-7b03-48fc-ab6d-03fd48e0b724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16906 | 2024.08.06 04:08:02.148530 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 77 rows starting from the beginning of the part | ||
16907 | 2024.08.06 04:08:02.148537 [ 3 ] {b33ab827-7b03-48fc-ab6d-03fd48e0b724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16908 | 2024.08.06 04:08:02.148709 [ 198 ] {fe7f7065-9e42-4b1e-a82a-384ea65459ae::all_1_46_9} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
16909 | 2024.08.06 04:08:02.149069 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 77 rows starting from the beginning of the part | ||
16910 | 2024.08.06 04:08:02.149169 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
16911 | 2024.08.06 04:08:02.149526 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 77 rows starting from the beginning of the part | ||
16912 | 2024.08.06 04:08:02.149888 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 77 rows starting from the beginning of the part | ||
16913 | 2024.08.06 04:08:02.150093 [ 3 ] {b33ab827-7b03-48fc-ab6d-03fd48e0b724} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16914 | 2024.08.06 04:08:02.151123 [ 3 ] {b33ab827-7b03-48fc-ab6d-03fd48e0b724} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16915 | 2024.08.06 04:08:02.151169 [ 3 ] {b33ab827-7b03-48fc-ab6d-03fd48e0b724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16916 | 2024.08.06 04:08:02.152305 [ 3 ] {b33ab827-7b03-48fc-ab6d-03fd48e0b724} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16917 | 2024.08.06 04:08:02.152897 [ 3 ] {b33ab827-7b03-48fc-ab6d-03fd48e0b724} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16918 | 2024.08.06 04:08:02.153158 [ 191 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3542 rows, containing 5 columns (5 merged, 0 gathered) in 0.006754779 sec., 524369.487143843 rows/sec., 32.29 MiB/sec. | ||
16919 | 2024.08.06 04:08:02.153350 [ 3 ] {b33ab827-7b03-48fc-ab6d-03fd48e0b724} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005398 sec., 29640.607632456464 rows/sec., 2.06 MiB/sec. | ||
16920 | 2024.08.06 04:08:02.153665 [ 196 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
16921 | 2024.08.06 04:08:02.153694 [ 3 ] {b33ab827-7b03-48fc-ab6d-03fd48e0b724} <Debug> DynamicQueryHandler: Done processing query | ||
16922 | 2024.08.06 04:08:02.153789 [ 3 ] {b33ab827-7b03-48fc-ab6d-03fd48e0b724} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16923 | 2024.08.06 04:08:02.153895 [ 3 ] {} <Debug> HTTP-Session: 640b9c8f-3da9-453c-a512-f3558bcd99b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16924 | 2024.08.06 04:08:02.154304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 85541, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16925 | 2024.08.06 04:08:02.154519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16926 | 2024.08.06 04:08:02.154662 [ 3 ] {} <Debug> HTTP-Session: 2caf4c23-434b-4a3d-a223-456fe306e5ec Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16927 | 2024.08.06 04:08:02.154769 [ 3 ] {} <Debug> HTTP-Session: 2caf4c23-434b-4a3d-a223-456fe306e5ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16928 | 2024.08.06 04:08:02.154862 [ 3 ] {} <Debug> HTTP-Session: 2caf4c23-434b-4a3d-a223-456fe306e5ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16929 | 2024.08.06 04:08:02.155022 [ 3 ] {} <Trace> HTTP-Session: 2caf4c23-434b-4a3d-a223-456fe306e5ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16930 | 2024.08.06 04:08:02.155365 [ 196 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_46_9} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16931 | 2024.08.06 04:08:02.155449 [ 196 ] {2084a85a-13a2-498d-bff1-abd4a385858f::all_1_46_9} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
16932 | 2024.08.06 04:08:02.155551 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
16933 | 2024.08.06 04:08:02.155692 [ 3 ] {3ef1b661-85da-4e07-99b8-dee834f3acbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16934 | 2024.08.06 04:08:02.155760 [ 3 ] {3ef1b661-85da-4e07-99b8-dee834f3acbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16935 | 2024.08.06 04:08:02.156204 [ 3 ] {3ef1b661-85da-4e07-99b8-dee834f3acbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16936 | 2024.08.06 04:08:02.157200 [ 3 ] {3ef1b661-85da-4e07-99b8-dee834f3acbe} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16937 | 2024.08.06 04:08:02.157236 [ 3 ] {3ef1b661-85da-4e07-99b8-dee834f3acbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16938 | 2024.08.06 04:08:02.157871 [ 3 ] {3ef1b661-85da-4e07-99b8-dee834f3acbe} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16939 | 2024.08.06 04:08:02.158287 [ 3 ] {3ef1b661-85da-4e07-99b8-dee834f3acbe} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16940 | 2024.08.06 04:08:02.158493 [ 3 ] {3ef1b661-85da-4e07-99b8-dee834f3acbe} <Debug> executeQuery: Read 53 rows, 97.25 KiB in 0.00326 sec., 16257.668711656443 rows/sec., 29.13 MiB/sec. | ||
16941 | 2024.08.06 04:08:02.158970 [ 3 ] {3ef1b661-85da-4e07-99b8-dee834f3acbe} <Debug> DynamicQueryHandler: Done processing query | ||
16942 | 2024.08.06 04:08:02.159034 [ 3 ] {3ef1b661-85da-4e07-99b8-dee834f3acbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
16943 | 2024.08.06 04:08:02.159105 [ 3 ] {} <Debug> HTTP-Session: 2caf4c23-434b-4a3d-a223-456fe306e5ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16944 | 2024.08.06 04:08:02.159325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16945 | 2024.08.06 04:08:02.159391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16946 | 2024.08.06 04:08:02.159411 [ 3 ] {} <Debug> HTTP-Session: bab0169a-cf53-4db8-9a37-e57968cbdc29 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16947 | 2024.08.06 04:08:02.159428 [ 3 ] {} <Debug> HTTP-Session: bab0169a-cf53-4db8-9a37-e57968cbdc29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16948 | 2024.08.06 04:08:02.159442 [ 3 ] {} <Debug> HTTP-Session: bab0169a-cf53-4db8-9a37-e57968cbdc29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16949 | 2024.08.06 04:08:02.159475 [ 3 ] {} <Trace> HTTP-Session: bab0169a-cf53-4db8-9a37-e57968cbdc29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16950 | 2024.08.06 04:08:02.159588 [ 3 ] {f11d8e05-5c10-4b4c-8e03-a740fb5c448d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
16951 | 2024.08.06 04:08:02.159636 [ 3 ] {f11d8e05-5c10-4b4c-8e03-a740fb5c448d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16952 | 2024.08.06 04:08:02.159772 [ 3 ] {f11d8e05-5c10-4b4c-8e03-a740fb5c448d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16953 | 2024.08.06 04:08:02.160091 [ 3 ] {f11d8e05-5c10-4b4c-8e03-a740fb5c448d} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16954 | 2024.08.06 04:08:02.160126 [ 3 ] {f11d8e05-5c10-4b4c-8e03-a740fb5c448d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16955 | 2024.08.06 04:08:02.160478 [ 3 ] {f11d8e05-5c10-4b4c-8e03-a740fb5c448d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
16956 | 2024.08.06 04:08:02.160811 [ 3 ] {f11d8e05-5c10-4b4c-8e03-a740fb5c448d} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16957 | 2024.08.06 04:08:02.160965 [ 3 ] {f11d8e05-5c10-4b4c-8e03-a740fb5c448d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001403 sec., 16393.44262295082 rows/sec., 886.77 KiB/sec. | ||
16958 | 2024.08.06 04:08:02.161232 [ 3 ] {f11d8e05-5c10-4b4c-8e03-a740fb5c448d} <Debug> DynamicQueryHandler: Done processing query | ||
16959 | 2024.08.06 04:08:02.161286 [ 3 ] {f11d8e05-5c10-4b4c-8e03-a740fb5c448d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16960 | 2024.08.06 04:08:02.161326 [ 3 ] {} <Debug> HTTP-Session: bab0169a-cf53-4db8-9a37-e57968cbdc29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16961 | 2024.08.06 04:08:02.161464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16962 | 2024.08.06 04:08:02.161514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16963 | 2024.08.06 04:08:02.161533 [ 3 ] {} <Debug> HTTP-Session: 76f553cc-a188-48f0-a46e-2827ca19adeb Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16964 | 2024.08.06 04:08:02.161549 [ 3 ] {} <Debug> HTTP-Session: 76f553cc-a188-48f0-a46e-2827ca19adeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16965 | 2024.08.06 04:08:02.161563 [ 3 ] {} <Debug> HTTP-Session: 76f553cc-a188-48f0-a46e-2827ca19adeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16966 | 2024.08.06 04:08:02.161592 [ 3 ] {} <Trace> HTTP-Session: 76f553cc-a188-48f0-a46e-2827ca19adeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16967 | 2024.08.06 04:08:02.161707 [ 3 ] {51b988c5-c915-4f6f-afa8-7ddd718b558b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16968 | 2024.08.06 04:08:02.161751 [ 3 ] {51b988c5-c915-4f6f-afa8-7ddd718b558b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16969 | 2024.08.06 04:08:02.161891 [ 3 ] {51b988c5-c915-4f6f-afa8-7ddd718b558b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16970 | 2024.08.06 04:08:02.162191 [ 3 ] {51b988c5-c915-4f6f-afa8-7ddd718b558b} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16971 | 2024.08.06 04:08:02.162227 [ 3 ] {51b988c5-c915-4f6f-afa8-7ddd718b558b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16972 | 2024.08.06 04:08:02.162574 [ 3 ] {51b988c5-c915-4f6f-afa8-7ddd718b558b} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16973 | 2024.08.06 04:08:02.162912 [ 3 ] {51b988c5-c915-4f6f-afa8-7ddd718b558b} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16974 | 2024.08.06 04:08:02.163063 [ 3 ] {51b988c5-c915-4f6f-afa8-7ddd718b558b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
16975 | 2024.08.06 04:08:02.163253 [ 3 ] {51b988c5-c915-4f6f-afa8-7ddd718b558b} <Debug> DynamicQueryHandler: Done processing query | ||
16976 | 2024.08.06 04:08:02.163287 [ 3 ] {51b988c5-c915-4f6f-afa8-7ddd718b558b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16977 | 2024.08.06 04:08:02.163316 [ 3 ] {} <Debug> HTTP-Session: 76f553cc-a188-48f0-a46e-2827ca19adeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16978 | 2024.08.06 04:08:06.021288 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16979 | 2024.08.06 04:08:06.021361 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16980 | 2024.08.06 04:08:07.001799 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001424563 sec. | ||
16981 | 2024.08.06 04:08:07.123522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16982 | 2024.08.06 04:08:07.123637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16983 | 2024.08.06 04:08:07.123661 [ 3 ] {} <Debug> HTTP-Session: 6dc67fcd-05ce-496b-9e48-c62b6e048a4e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
16984 | 2024.08.06 04:08:07.123686 [ 3 ] {} <Debug> HTTP-Session: 6dc67fcd-05ce-496b-9e48-c62b6e048a4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16985 | 2024.08.06 04:08:07.123701 [ 3 ] {} <Debug> HTTP-Session: 6dc67fcd-05ce-496b-9e48-c62b6e048a4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16986 | 2024.08.06 04:08:07.123749 [ 3 ] {} <Trace> HTTP-Session: 6dc67fcd-05ce-496b-9e48-c62b6e048a4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16987 | 2024.08.06 04:08:07.123934 [ 3 ] {41de4255-22af-49c6-9830-c5fb171fdf80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16988 | 2024.08.06 04:08:07.124000 [ 3 ] {41de4255-22af-49c6-9830-c5fb171fdf80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16989 | 2024.08.06 04:08:07.124195 [ 3 ] {41de4255-22af-49c6-9830-c5fb171fdf80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16990 | 2024.08.06 04:08:07.124678 [ 3 ] {41de4255-22af-49c6-9830-c5fb171fdf80} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16991 | 2024.08.06 04:08:07.124718 [ 3 ] {41de4255-22af-49c6-9830-c5fb171fdf80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
16992 | 2024.08.06 04:08:07.125089 [ 3 ] {41de4255-22af-49c6-9830-c5fb171fdf80} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16993 | 2024.08.06 04:08:07.125435 [ 3 ] {41de4255-22af-49c6-9830-c5fb171fdf80} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16994 | 2024.08.06 04:08:07.125596 [ 3 ] {41de4255-22af-49c6-9830-c5fb171fdf80} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001714 sec., 1750.2917152858809 rows/sec., 141.87 KiB/sec. | ||
16995 | 2024.08.06 04:08:07.125806 [ 3 ] {41de4255-22af-49c6-9830-c5fb171fdf80} <Debug> DynamicQueryHandler: Done processing query | ||
16996 | 2024.08.06 04:08:07.125833 [ 3 ] {41de4255-22af-49c6-9830-c5fb171fdf80} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16997 | 2024.08.06 04:08:07.125848 [ 3 ] {} <Debug> HTTP-Session: 6dc67fcd-05ce-496b-9e48-c62b6e048a4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16998 | 2024.08.06 04:08:07.125987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16999 | 2024.08.06 04:08:07.126038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17000 | 2024.08.06 04:08:07.126058 [ 3 ] {} <Debug> HTTP-Session: ced455a3-17bb-4b14-96d3-de84eb540b1d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17001 | 2024.08.06 04:08:07.126074 [ 3 ] {} <Debug> HTTP-Session: ced455a3-17bb-4b14-96d3-de84eb540b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17002 | 2024.08.06 04:08:07.126088 [ 3 ] {} <Debug> HTTP-Session: ced455a3-17bb-4b14-96d3-de84eb540b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17003 | 2024.08.06 04:08:07.126119 [ 3 ] {} <Trace> HTTP-Session: ced455a3-17bb-4b14-96d3-de84eb540b1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17004 | 2024.08.06 04:08:07.126216 [ 3 ] {76ae9490-77ad-4054-bafa-8087db8d2970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17005 | 2024.08.06 04:08:07.126259 [ 3 ] {76ae9490-77ad-4054-bafa-8087db8d2970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17006 | 2024.08.06 04:08:07.126388 [ 3 ] {76ae9490-77ad-4054-bafa-8087db8d2970} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17007 | 2024.08.06 04:08:07.126700 [ 3 ] {76ae9490-77ad-4054-bafa-8087db8d2970} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17008 | 2024.08.06 04:08:07.126737 [ 3 ] {76ae9490-77ad-4054-bafa-8087db8d2970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17009 | 2024.08.06 04:08:07.127043 [ 3 ] {76ae9490-77ad-4054-bafa-8087db8d2970} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
17010 | 2024.08.06 04:08:07.127358 [ 3 ] {76ae9490-77ad-4054-bafa-8087db8d2970} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17011 | 2024.08.06 04:08:07.127513 [ 3 ] {76ae9490-77ad-4054-bafa-8087db8d2970} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001315 sec., 3041.825095057034 rows/sec., 248.04 KiB/sec. | ||
17012 | 2024.08.06 04:08:07.127678 [ 3 ] {76ae9490-77ad-4054-bafa-8087db8d2970} <Debug> DynamicQueryHandler: Done processing query | ||
17013 | 2024.08.06 04:08:07.127703 [ 3 ] {76ae9490-77ad-4054-bafa-8087db8d2970} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17014 | 2024.08.06 04:08:07.127718 [ 3 ] {} <Debug> HTTP-Session: ced455a3-17bb-4b14-96d3-de84eb540b1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17015 | 2024.08.06 04:08:07.127859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17016 | 2024.08.06 04:08:07.127908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17017 | 2024.08.06 04:08:07.127927 [ 3 ] {} <Debug> HTTP-Session: a9493faf-e78b-4eba-824d-58c5d4049c64 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17018 | 2024.08.06 04:08:07.127944 [ 3 ] {} <Debug> HTTP-Session: a9493faf-e78b-4eba-824d-58c5d4049c64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17019 | 2024.08.06 04:08:07.127958 [ 3 ] {} <Debug> HTTP-Session: a9493faf-e78b-4eba-824d-58c5d4049c64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17020 | 2024.08.06 04:08:07.127988 [ 3 ] {} <Trace> HTTP-Session: a9493faf-e78b-4eba-824d-58c5d4049c64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17021 | 2024.08.06 04:08:07.128100 [ 3 ] {f03c4cc1-466c-4989-b360-996dca55fa5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17022 | 2024.08.06 04:08:07.128142 [ 3 ] {f03c4cc1-466c-4989-b360-996dca55fa5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17023 | 2024.08.06 04:08:07.128265 [ 3 ] {f03c4cc1-466c-4989-b360-996dca55fa5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17024 | 2024.08.06 04:08:07.128619 [ 3 ] {f03c4cc1-466c-4989-b360-996dca55fa5f} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17025 | 2024.08.06 04:08:07.128656 [ 3 ] {f03c4cc1-466c-4989-b360-996dca55fa5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17026 | 2024.08.06 04:08:07.128980 [ 3 ] {f03c4cc1-466c-4989-b360-996dca55fa5f} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17027 | 2024.08.06 04:08:07.129289 [ 3 ] {f03c4cc1-466c-4989-b360-996dca55fa5f} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17028 | 2024.08.06 04:08:07.129441 [ 3 ] {f03c4cc1-466c-4989-b360-996dca55fa5f} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001375 sec., 48727.27272727273 rows/sec., 3.81 MiB/sec. | ||
17029 | 2024.08.06 04:08:07.129610 [ 3 ] {f03c4cc1-466c-4989-b360-996dca55fa5f} <Debug> DynamicQueryHandler: Done processing query | ||
17030 | 2024.08.06 04:08:07.129634 [ 3 ] {f03c4cc1-466c-4989-b360-996dca55fa5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
17031 | 2024.08.06 04:08:07.129650 [ 3 ] {} <Debug> HTTP-Session: a9493faf-e78b-4eba-824d-58c5d4049c64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17032 | 2024.08.06 04:08:07.129804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17033 | 2024.08.06 04:08:07.129852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17034 | 2024.08.06 04:08:07.129872 [ 3 ] {} <Debug> HTTP-Session: 520e5cbd-3f8e-456f-bf8f-a6874f32ed08 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17035 | 2024.08.06 04:08:07.129888 [ 3 ] {} <Debug> HTTP-Session: 520e5cbd-3f8e-456f-bf8f-a6874f32ed08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17036 | 2024.08.06 04:08:07.129902 [ 3 ] {} <Debug> HTTP-Session: 520e5cbd-3f8e-456f-bf8f-a6874f32ed08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17037 | 2024.08.06 04:08:07.129932 [ 3 ] {} <Trace> HTTP-Session: 520e5cbd-3f8e-456f-bf8f-a6874f32ed08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17038 | 2024.08.06 04:08:07.130026 [ 3 ] {427271d3-a9c0-48e1-8aa4-1c5745e5b1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17039 | 2024.08.06 04:08:07.130069 [ 3 ] {427271d3-a9c0-48e1-8aa4-1c5745e5b1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17040 | 2024.08.06 04:08:07.130197 [ 3 ] {427271d3-a9c0-48e1-8aa4-1c5745e5b1bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17041 | 2024.08.06 04:08:07.130475 [ 3 ] {427271d3-a9c0-48e1-8aa4-1c5745e5b1bd} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17042 | 2024.08.06 04:08:07.130513 [ 3 ] {427271d3-a9c0-48e1-8aa4-1c5745e5b1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17043 | 2024.08.06 04:08:07.130815 [ 3 ] {427271d3-a9c0-48e1-8aa4-1c5745e5b1bd} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
17044 | 2024.08.06 04:08:07.131133 [ 3 ] {427271d3-a9c0-48e1-8aa4-1c5745e5b1bd} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17045 | 2024.08.06 04:08:07.131290 [ 3 ] {427271d3-a9c0-48e1-8aa4-1c5745e5b1bd} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001277 sec., 3132.341425215349 rows/sec., 218.71 KiB/sec. | ||
17046 | 2024.08.06 04:08:07.131616 [ 3 ] {427271d3-a9c0-48e1-8aa4-1c5745e5b1bd} <Debug> DynamicQueryHandler: Done processing query | ||
17047 | 2024.08.06 04:08:07.131642 [ 3 ] {427271d3-a9c0-48e1-8aa4-1c5745e5b1bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17048 | 2024.08.06 04:08:07.131659 [ 3 ] {} <Debug> HTTP-Session: 520e5cbd-3f8e-456f-bf8f-a6874f32ed08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17049 | 2024.08.06 04:08:07.131793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 12071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17050 | 2024.08.06 04:08:07.131842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17051 | 2024.08.06 04:08:07.131861 [ 3 ] {} <Debug> HTTP-Session: 18f39da0-a7d3-4f16-a79a-0b15b99bff00 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17052 | 2024.08.06 04:08:07.131877 [ 3 ] {} <Debug> HTTP-Session: 18f39da0-a7d3-4f16-a79a-0b15b99bff00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17053 | 2024.08.06 04:08:07.131891 [ 3 ] {} <Debug> HTTP-Session: 18f39da0-a7d3-4f16-a79a-0b15b99bff00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17054 | 2024.08.06 04:08:07.131922 [ 3 ] {} <Trace> HTTP-Session: 18f39da0-a7d3-4f16-a79a-0b15b99bff00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17055 | 2024.08.06 04:08:07.132039 [ 3 ] {3fcd4e0e-3b62-453b-b1eb-21f17ac346d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17056 | 2024.08.06 04:08:07.132083 [ 3 ] {3fcd4e0e-3b62-453b-b1eb-21f17ac346d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17057 | 2024.08.06 04:08:07.132227 [ 3 ] {3fcd4e0e-3b62-453b-b1eb-21f17ac346d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17058 | 2024.08.06 04:08:07.132560 [ 3 ] {3fcd4e0e-3b62-453b-b1eb-21f17ac346d0} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17059 | 2024.08.06 04:08:07.132596 [ 3 ] {3fcd4e0e-3b62-453b-b1eb-21f17ac346d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17060 | 2024.08.06 04:08:07.132911 [ 3 ] {3fcd4e0e-3b62-453b-b1eb-21f17ac346d0} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17061 | 2024.08.06 04:08:07.133223 [ 3 ] {3fcd4e0e-3b62-453b-b1eb-21f17ac346d0} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17062 | 2024.08.06 04:08:07.133378 [ 3 ] {3fcd4e0e-3b62-453b-b1eb-21f17ac346d0} <Debug> executeQuery: Read 71 rows, 5.68 KiB in 0.001375 sec., 51636.36363636364 rows/sec., 4.04 MiB/sec. | ||
17063 | 2024.08.06 04:08:07.133550 [ 3 ] {3fcd4e0e-3b62-453b-b1eb-21f17ac346d0} <Debug> DynamicQueryHandler: Done processing query | ||
17064 | 2024.08.06 04:08:07.133573 [ 3 ] {3fcd4e0e-3b62-453b-b1eb-21f17ac346d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
17065 | 2024.08.06 04:08:07.133589 [ 3 ] {} <Debug> HTTP-Session: 18f39da0-a7d3-4f16-a79a-0b15b99bff00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17066 | 2024.08.06 04:08:07.133732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17067 | 2024.08.06 04:08:07.133780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17068 | 2024.08.06 04:08:07.133800 [ 3 ] {} <Debug> HTTP-Session: 38f59815-860b-4671-808e-a65aa39a5d34 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17069 | 2024.08.06 04:08:07.133817 [ 3 ] {} <Debug> HTTP-Session: 38f59815-860b-4671-808e-a65aa39a5d34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17070 | 2024.08.06 04:08:07.133831 [ 3 ] {} <Debug> HTTP-Session: 38f59815-860b-4671-808e-a65aa39a5d34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17071 | 2024.08.06 04:08:07.133861 [ 3 ] {} <Trace> HTTP-Session: 38f59815-860b-4671-808e-a65aa39a5d34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17072 | 2024.08.06 04:08:07.134015 [ 3 ] {3c978077-4125-4a0f-95c5-8b824203bbd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17073 | 2024.08.06 04:08:07.134063 [ 3 ] {3c978077-4125-4a0f-95c5-8b824203bbd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17074 | 2024.08.06 04:08:07.134208 [ 3 ] {3c978077-4125-4a0f-95c5-8b824203bbd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17075 | 2024.08.06 04:08:07.134593 [ 3 ] {3c978077-4125-4a0f-95c5-8b824203bbd0} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17076 | 2024.08.06 04:08:07.134629 [ 3 ] {3c978077-4125-4a0f-95c5-8b824203bbd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17077 | 2024.08.06 04:08:07.135022 [ 3 ] {3c978077-4125-4a0f-95c5-8b824203bbd0} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17078 | 2024.08.06 04:08:07.135365 [ 3 ] {3c978077-4125-4a0f-95c5-8b824203bbd0} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17079 | 2024.08.06 04:08:07.135519 [ 3 ] {3c978077-4125-4a0f-95c5-8b824203bbd0} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001577 sec., 102726.69625871908 rows/sec., 7.15 MiB/sec. | ||
17080 | 2024.08.06 04:08:07.135769 [ 3 ] {3c978077-4125-4a0f-95c5-8b824203bbd0} <Debug> DynamicQueryHandler: Done processing query | ||
17081 | 2024.08.06 04:08:07.135831 [ 3 ] {3c978077-4125-4a0f-95c5-8b824203bbd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17082 | 2024.08.06 04:08:07.135889 [ 3 ] {} <Debug> HTTP-Session: 38f59815-860b-4671-808e-a65aa39a5d34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17083 | 2024.08.06 04:08:07.136100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17084 | 2024.08.06 04:08:07.136153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17085 | 2024.08.06 04:08:07.136171 [ 3 ] {} <Debug> HTTP-Session: 9836b011-6ea1-4a40-8028-f139ff2e0542 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17086 | 2024.08.06 04:08:07.136189 [ 3 ] {} <Debug> HTTP-Session: 9836b011-6ea1-4a40-8028-f139ff2e0542 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17087 | 2024.08.06 04:08:07.136203 [ 3 ] {} <Debug> HTTP-Session: 9836b011-6ea1-4a40-8028-f139ff2e0542 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17088 | 2024.08.06 04:08:07.136234 [ 3 ] {} <Trace> HTTP-Session: 9836b011-6ea1-4a40-8028-f139ff2e0542 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17089 | 2024.08.06 04:08:07.136372 [ 3 ] {ce6e8cc5-59f1-4e82-9745-4db1739016f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17090 | 2024.08.06 04:08:07.136444 [ 3 ] {ce6e8cc5-59f1-4e82-9745-4db1739016f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17091 | 2024.08.06 04:08:07.136863 [ 3 ] {ce6e8cc5-59f1-4e82-9745-4db1739016f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17092 | 2024.08.06 04:08:07.137327 [ 3 ] {ce6e8cc5-59f1-4e82-9745-4db1739016f3} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17093 | 2024.08.06 04:08:07.137363 [ 3 ] {ce6e8cc5-59f1-4e82-9745-4db1739016f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17094 | 2024.08.06 04:08:07.137921 [ 3 ] {ce6e8cc5-59f1-4e82-9745-4db1739016f3} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
17095 | 2024.08.06 04:08:07.138326 [ 3 ] {ce6e8cc5-59f1-4e82-9745-4db1739016f3} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17096 | 2024.08.06 04:08:07.138523 [ 3 ] {ce6e8cc5-59f1-4e82-9745-4db1739016f3} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.002209 sec., 1358.080579447714 rows/sec., 2.43 MiB/sec. | ||
17097 | 2024.08.06 04:08:07.138746 [ 3 ] {ce6e8cc5-59f1-4e82-9745-4db1739016f3} <Debug> DynamicQueryHandler: Done processing query | ||
17098 | 2024.08.06 04:08:07.138770 [ 3 ] {ce6e8cc5-59f1-4e82-9745-4db1739016f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
17099 | 2024.08.06 04:08:07.138786 [ 3 ] {} <Debug> HTTP-Session: 9836b011-6ea1-4a40-8028-f139ff2e0542 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17100 | 2024.08.06 04:08:07.138903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17101 | 2024.08.06 04:08:07.138954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17102 | 2024.08.06 04:08:07.138973 [ 3 ] {} <Debug> HTTP-Session: 57c815cb-95dd-40a0-bcc3-5a88e0f279dd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17103 | 2024.08.06 04:08:07.138990 [ 3 ] {} <Debug> HTTP-Session: 57c815cb-95dd-40a0-bcc3-5a88e0f279dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17104 | 2024.08.06 04:08:07.139004 [ 3 ] {} <Debug> HTTP-Session: 57c815cb-95dd-40a0-bcc3-5a88e0f279dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17105 | 2024.08.06 04:08:07.139035 [ 3 ] {} <Trace> HTTP-Session: 57c815cb-95dd-40a0-bcc3-5a88e0f279dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17106 | 2024.08.06 04:08:07.139152 [ 3 ] {b432ffb1-b2e1-4ce9-8477-588168252444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17107 | 2024.08.06 04:08:07.139197 [ 3 ] {b432ffb1-b2e1-4ce9-8477-588168252444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17108 | 2024.08.06 04:08:07.139324 [ 3 ] {b432ffb1-b2e1-4ce9-8477-588168252444} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17109 | 2024.08.06 04:08:07.139686 [ 3 ] {b432ffb1-b2e1-4ce9-8477-588168252444} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17110 | 2024.08.06 04:08:07.139723 [ 3 ] {b432ffb1-b2e1-4ce9-8477-588168252444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17111 | 2024.08.06 04:08:07.140082 [ 3 ] {b432ffb1-b2e1-4ce9-8477-588168252444} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17112 | 2024.08.06 04:08:07.140407 [ 3 ] {b432ffb1-b2e1-4ce9-8477-588168252444} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17113 | 2024.08.06 04:08:07.140557 [ 3 ] {b432ffb1-b2e1-4ce9-8477-588168252444} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001442 sec., 41608.87656033287 rows/sec., 2.80 MiB/sec. | ||
17114 | 2024.08.06 04:08:07.140723 [ 3 ] {b432ffb1-b2e1-4ce9-8477-588168252444} <Debug> DynamicQueryHandler: Done processing query | ||
17115 | 2024.08.06 04:08:07.140747 [ 3 ] {b432ffb1-b2e1-4ce9-8477-588168252444} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17116 | 2024.08.06 04:08:07.140762 [ 3 ] {} <Debug> HTTP-Session: 57c815cb-95dd-40a0-bcc3-5a88e0f279dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17117 | 2024.08.06 04:08:12.130766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17118 | 2024.08.06 04:08:12.130928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17119 | 2024.08.06 04:08:12.130957 [ 3 ] {} <Debug> HTTP-Session: 07daba4d-0167-4ec8-8c79-6616c29003aa Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17120 | 2024.08.06 04:08:12.130985 [ 3 ] {} <Debug> HTTP-Session: 07daba4d-0167-4ec8-8c79-6616c29003aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17121 | 2024.08.06 04:08:12.131002 [ 3 ] {} <Debug> HTTP-Session: 07daba4d-0167-4ec8-8c79-6616c29003aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17122 | 2024.08.06 04:08:12.131053 [ 3 ] {} <Trace> HTTP-Session: 07daba4d-0167-4ec8-8c79-6616c29003aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17123 | 2024.08.06 04:08:12.131252 [ 3 ] {e3d54b55-5315-46cd-97f0-5d30cd5198da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17124 | 2024.08.06 04:08:12.131320 [ 3 ] {e3d54b55-5315-46cd-97f0-5d30cd5198da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17125 | 2024.08.06 04:08:12.131517 [ 3 ] {e3d54b55-5315-46cd-97f0-5d30cd5198da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17126 | 2024.08.06 04:08:12.131998 [ 3 ] {e3d54b55-5315-46cd-97f0-5d30cd5198da} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17127 | 2024.08.06 04:08:12.132046 [ 3 ] {e3d54b55-5315-46cd-97f0-5d30cd5198da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17128 | 2024.08.06 04:08:12.132430 [ 3 ] {e3d54b55-5315-46cd-97f0-5d30cd5198da} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
17129 | 2024.08.06 04:08:12.132776 [ 3 ] {e3d54b55-5315-46cd-97f0-5d30cd5198da} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17130 | 2024.08.06 04:08:12.132934 [ 3 ] {e3d54b55-5315-46cd-97f0-5d30cd5198da} <Debug> executeQuery: Read 59 rows, 4.64 KiB in 0.001747 sec., 33772.18088151116 rows/sec., 2.59 MiB/sec. | ||
17131 | 2024.08.06 04:08:12.133304 [ 3 ] {e3d54b55-5315-46cd-97f0-5d30cd5198da} <Debug> DynamicQueryHandler: Done processing query | ||
17132 | 2024.08.06 04:08:12.133381 [ 3 ] {e3d54b55-5315-46cd-97f0-5d30cd5198da} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
17133 | 2024.08.06 04:08:12.133451 [ 3 ] {} <Debug> HTTP-Session: 07daba4d-0167-4ec8-8c79-6616c29003aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17134 | 2024.08.06 04:08:12.133778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17135 | 2024.08.06 04:08:12.133955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17136 | 2024.08.06 04:08:12.134048 [ 3 ] {} <Debug> HTTP-Session: b26c03b8-85c7-4c03-b4a1-171f4c6fa29a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17137 | 2024.08.06 04:08:12.134120 [ 3 ] {} <Debug> HTTP-Session: b26c03b8-85c7-4c03-b4a1-171f4c6fa29a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17138 | 2024.08.06 04:08:12.134213 [ 3 ] {} <Debug> HTTP-Session: b26c03b8-85c7-4c03-b4a1-171f4c6fa29a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17139 | 2024.08.06 04:08:12.134368 [ 3 ] {} <Trace> HTTP-Session: b26c03b8-85c7-4c03-b4a1-171f4c6fa29a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17140 | 2024.08.06 04:08:12.134723 [ 3 ] {a993d435-dee7-4856-87bd-4d6df9c93054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17141 | 2024.08.06 04:08:12.134884 [ 3 ] {a993d435-dee7-4856-87bd-4d6df9c93054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17142 | 2024.08.06 04:08:12.135492 [ 3 ] {a993d435-dee7-4856-87bd-4d6df9c93054} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17143 | 2024.08.06 04:08:12.135802 [ 3 ] {a993d435-dee7-4856-87bd-4d6df9c93054} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17144 | 2024.08.06 04:08:12.135841 [ 3 ] {a993d435-dee7-4856-87bd-4d6df9c93054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17145 | 2024.08.06 04:08:12.136153 [ 3 ] {a993d435-dee7-4856-87bd-4d6df9c93054} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
17146 | 2024.08.06 04:08:12.136465 [ 3 ] {a993d435-dee7-4856-87bd-4d6df9c93054} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17147 | 2024.08.06 04:08:12.136647 [ 3 ] {a993d435-dee7-4856-87bd-4d6df9c93054} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00208 sec., 961.5384615384617 rows/sec., 78.41 KiB/sec. | ||
17148 | 2024.08.06 04:08:12.136660 [ 110 ] {} <Debug> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
17149 | 2024.08.06 04:08:12.136762 [ 110 ] {} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17150 | 2024.08.06 04:08:12.136809 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17151 | 2024.08.06 04:08:12.136888 [ 3 ] {a993d435-dee7-4856-87bd-4d6df9c93054} <Debug> DynamicQueryHandler: Done processing query | ||
17152 | 2024.08.06 04:08:12.136947 [ 3 ] {a993d435-dee7-4856-87bd-4d6df9c93054} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17153 | 2024.08.06 04:08:12.137009 [ 3 ] {} <Debug> HTTP-Session: b26c03b8-85c7-4c03-b4a1-171f4c6fa29a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17154 | 2024.08.06 04:08:12.137143 [ 195 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::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 | ||
17155 | 2024.08.06 04:08:12.137426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 48478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17156 | 2024.08.06 04:08:12.137483 [ 195 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17157 | 2024.08.06 04:08:12.137534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17158 | 2024.08.06 04:08:12.137574 [ 3 ] {} <Debug> HTTP-Session: 18ef5b2c-c1bd-4fe8-8974-6e6944165012 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17159 | 2024.08.06 04:08:12.137578 [ 195 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 16 rows starting from the beginning of the part | ||
17160 | 2024.08.06 04:08:12.137596 [ 3 ] {} <Debug> HTTP-Session: 18ef5b2c-c1bd-4fe8-8974-6e6944165012 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17161 | 2024.08.06 04:08:12.137659 [ 3 ] {} <Debug> HTTP-Session: 18ef5b2c-c1bd-4fe8-8974-6e6944165012 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17162 | 2024.08.06 04:08:12.137762 [ 3 ] {} <Trace> HTTP-Session: 18ef5b2c-c1bd-4fe8-8974-6e6944165012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17163 | 2024.08.06 04:08:12.137922 [ 195 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
17164 | 2024.08.06 04:08:12.138151 [ 195 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part | ||
17165 | 2024.08.06 04:08:12.138267 [ 3 ] {97e93272-13b6-4492-b793-ea395f8e5568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17166 | 2024.08.06 04:08:12.138488 [ 3 ] {97e93272-13b6-4492-b793-ea395f8e5568} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17167 | 2024.08.06 04:08:12.138513 [ 195 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
17168 | 2024.08.06 04:08:12.138790 [ 195 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
17169 | 2024.08.06 04:08:12.139143 [ 195 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
17170 | 2024.08.06 04:08:12.139902 [ 3 ] {97e93272-13b6-4492-b793-ea395f8e5568} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17171 | 2024.08.06 04:08:12.141036 [ 3 ] {97e93272-13b6-4492-b793-ea395f8e5568} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17172 | 2024.08.06 04:08:12.141113 [ 3 ] {97e93272-13b6-4492-b793-ea395f8e5568} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17173 | 2024.08.06 04:08:12.141743 [ 195 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004831883 sec., 6622.676914983247 rows/sec., 540.03 KiB/sec. | ||
17174 | 2024.08.06 04:08:12.141938 [ 195 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
17175 | 2024.08.06 04:08:12.142034 [ 3 ] {97e93272-13b6-4492-b793-ea395f8e5568} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17176 | 2024.08.06 04:08:12.142794 [ 195 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_36_7} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17177 | 2024.08.06 04:08:12.142974 [ 195 ] {f1c8a897-9c0d-464a-a60b-ad98c2c857fb::all_1_36_7} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
17178 | 2024.08.06 04:08:12.142984 [ 3 ] {97e93272-13b6-4492-b793-ea395f8e5568} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17179 | 2024.08.06 04:08:12.143140 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
17180 | 2024.08.06 04:08:12.143267 [ 3 ] {97e93272-13b6-4492-b793-ea395f8e5568} <Debug> executeQuery: Read 321 rows, 28.97 KiB in 0.005223 sec., 61458.93164847788 rows/sec., 5.42 MiB/sec. | ||
17181 | 2024.08.06 04:08:12.143281 [ 110 ] {} <Debug> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17182 | 2024.08.06 04:08:12.143380 [ 110 ] {} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17183 | 2024.08.06 04:08:12.143426 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17184 | 2024.08.06 04:08:12.143619 [ 199 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
17185 | 2024.08.06 04:08:12.143629 [ 3 ] {97e93272-13b6-4492-b793-ea395f8e5568} <Debug> DynamicQueryHandler: Done processing query | ||
17186 | 2024.08.06 04:08:12.143689 [ 3 ] {97e93272-13b6-4492-b793-ea395f8e5568} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
17187 | 2024.08.06 04:08:12.143729 [ 3 ] {} <Debug> HTTP-Session: 18ef5b2c-c1bd-4fe8-8974-6e6944165012 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17188 | 2024.08.06 04:08:12.143836 [ 199 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17189 | 2024.08.06 04:08:12.143870 [ 199 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 373 rows starting from the beginning of the part | ||
17190 | 2024.08.06 04:08:12.144030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17191 | 2024.08.06 04:08:12.144056 [ 199 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 321 rows starting from the beginning of the part | ||
17192 | 2024.08.06 04:08:12.144164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17193 | 2024.08.06 04:08:12.144284 [ 3 ] {} <Debug> HTTP-Session: 23ac8137-b7fc-4720-83d0-f5e2e7deeb5e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17194 | 2024.08.06 04:08:12.144315 [ 199 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 65 rows starting from the beginning of the part | ||
17195 | 2024.08.06 04:08:12.144357 [ 3 ] {} <Debug> HTTP-Session: 23ac8137-b7fc-4720-83d0-f5e2e7deeb5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17196 | 2024.08.06 04:08:12.144440 [ 3 ] {} <Debug> HTTP-Session: 23ac8137-b7fc-4720-83d0-f5e2e7deeb5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17197 | 2024.08.06 04:08:12.144597 [ 199 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 320 rows starting from the beginning of the part | ||
17198 | 2024.08.06 04:08:12.144648 [ 3 ] {} <Trace> HTTP-Session: 23ac8137-b7fc-4720-83d0-f5e2e7deeb5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17199 | 2024.08.06 04:08:12.144864 [ 199 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 67 rows starting from the beginning of the part | ||
17200 | 2024.08.06 04:08:12.145013 [ 3 ] {1e51f4f3-d039-407a-b160-eb0587f4e69f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17201 | 2024.08.06 04:08:12.145178 [ 199 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 321 rows starting from the beginning of the part | ||
17202 | 2024.08.06 04:08:12.145198 [ 3 ] {1e51f4f3-d039-407a-b160-eb0587f4e69f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17203 | 2024.08.06 04:08:12.145961 [ 3 ] {1e51f4f3-d039-407a-b160-eb0587f4e69f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17204 | 2024.08.06 04:08:12.146867 [ 3 ] {1e51f4f3-d039-407a-b160-eb0587f4e69f} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17205 | 2024.08.06 04:08:12.146949 [ 3 ] {1e51f4f3-d039-407a-b160-eb0587f4e69f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17206 | 2024.08.06 04:08:12.147720 [ 3 ] {1e51f4f3-d039-407a-b160-eb0587f4e69f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
17207 | 2024.08.06 04:08:12.148337 [ 199 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1467 rows, containing 4 columns (4 merged, 0 gathered) in 0.004807113 sec., 305172.7720983468 rows/sec., 26.51 MiB/sec. | ||
17208 | 2024.08.06 04:08:12.148471 [ 3 ] {1e51f4f3-d039-407a-b160-eb0587f4e69f} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17209 | 2024.08.06 04:08:12.148556 [ 199 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17210 | 2024.08.06 04:08:12.148792 [ 110 ] {} <Debug> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
17211 | 2024.08.06 04:08:12.148813 [ 3 ] {1e51f4f3-d039-407a-b160-eb0587f4e69f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003889 sec., 514.2710208279764 rows/sec., 35.91 KiB/sec. | ||
17212 | 2024.08.06 04:08:12.148884 [ 110 ] {} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17213 | 2024.08.06 04:08:12.149022 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17214 | 2024.08.06 04:08:12.149517 [ 195 ] {22f214b7-975d-4517-80a0-49b4818f93de::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 | ||
17215 | 2024.08.06 04:08:12.149659 [ 3 ] {1e51f4f3-d039-407a-b160-eb0587f4e69f} <Debug> DynamicQueryHandler: Done processing query | ||
17216 | 2024.08.06 04:08:12.149737 [ 3 ] {1e51f4f3-d039-407a-b160-eb0587f4e69f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17217 | 2024.08.06 04:08:12.149807 [ 3 ] {} <Debug> HTTP-Session: 23ac8137-b7fc-4720-83d0-f5e2e7deeb5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17218 | 2024.08.06 04:08:12.149924 [ 195 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17219 | 2024.08.06 04:08:12.149968 [ 199 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_96_19} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17220 | 2024.08.06 04:08:12.149975 [ 195 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 16 rows starting from the beginning of the part | ||
17221 | 2024.08.06 04:08:12.150160 [ 199 ] {1a36b646-fbab-43f0-a8b2-35af89d48088::all_1_96_19} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17222 | 2024.08.06 04:08:12.150185 [ 195 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
17223 | 2024.08.06 04:08:12.150301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 70893, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17224 | 2024.08.06 04:08:12.150595 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
17225 | 2024.08.06 04:08:12.150673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17226 | 2024.08.06 04:08:12.150774 [ 195 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 4 rows starting from the beginning of the part | ||
17227 | 2024.08.06 04:08:12.150795 [ 3 ] {} <Debug> HTTP-Session: 99d06c04-3294-496c-9d21-f5885e4a58a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17228 | 2024.08.06 04:08:12.150874 [ 3 ] {} <Debug> HTTP-Session: 99d06c04-3294-496c-9d21-f5885e4a58a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17229 | 2024.08.06 04:08:12.150952 [ 3 ] {} <Debug> HTTP-Session: 99d06c04-3294-496c-9d21-f5885e4a58a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17230 | 2024.08.06 04:08:12.151062 [ 195 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
17231 | 2024.08.06 04:08:12.151093 [ 3 ] {} <Trace> HTTP-Session: 99d06c04-3294-496c-9d21-f5885e4a58a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17232 | 2024.08.06 04:08:12.151375 [ 195 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 4 rows starting from the beginning of the part | ||
17233 | 2024.08.06 04:08:12.151540 [ 195 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 2 rows starting from the beginning of the part | ||
17234 | 2024.08.06 04:08:12.151660 [ 3 ] {45260536-9fd2-4853-a961-e46865857347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17235 | 2024.08.06 04:08:12.151884 [ 3 ] {45260536-9fd2-4853-a961-e46865857347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17236 | 2024.08.06 04:08:12.152480 [ 3 ] {45260536-9fd2-4853-a961-e46865857347} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17237 | 2024.08.06 04:08:12.153870 [ 195 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.00466987 sec., 6852.439147128293 rows/sec., 478.47 KiB/sec. | ||
17238 | 2024.08.06 04:08:12.154039 [ 195 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
17239 | 2024.08.06 04:08:12.154039 [ 3 ] {45260536-9fd2-4853-a961-e46865857347} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17240 | 2024.08.06 04:08:12.154129 [ 3 ] {45260536-9fd2-4853-a961-e46865857347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17241 | 2024.08.06 04:08:12.154816 [ 195 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_36_7} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17242 | 2024.08.06 04:08:12.154905 [ 3 ] {45260536-9fd2-4853-a961-e46865857347} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17243 | 2024.08.06 04:08:12.154934 [ 195 ] {22f214b7-975d-4517-80a0-49b4818f93de::all_1_36_7} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
17244 | 2024.08.06 04:08:12.155068 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
17245 | 2024.08.06 04:08:12.155376 [ 3 ] {45260536-9fd2-4853-a961-e46865857347} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17246 | 2024.08.06 04:08:12.155549 [ 110 ] {} <Debug> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17247 | 2024.08.06 04:08:12.155552 [ 3 ] {45260536-9fd2-4853-a961-e46865857347} <Debug> executeQuery: Read 437 rows, 31.88 KiB in 0.004171 sec., 104771.03812035483 rows/sec., 7.46 MiB/sec. | ||
17248 | 2024.08.06 04:08:12.155599 [ 110 ] {} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17249 | 2024.08.06 04:08:12.155661 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17250 | 2024.08.06 04:08:12.155909 [ 197 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
17251 | 2024.08.06 04:08:12.155941 [ 3 ] {45260536-9fd2-4853-a961-e46865857347} <Debug> DynamicQueryHandler: Done processing query | ||
17252 | 2024.08.06 04:08:12.155991 [ 3 ] {45260536-9fd2-4853-a961-e46865857347} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
17253 | 2024.08.06 04:08:12.156019 [ 3 ] {} <Debug> HTTP-Session: 99d06c04-3294-496c-9d21-f5885e4a58a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17254 | 2024.08.06 04:08:12.156135 [ 197 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17255 | 2024.08.06 04:08:12.156174 [ 197 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 499 rows starting from the beginning of the part | ||
17256 | 2024.08.06 04:08:12.156208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17257 | 2024.08.06 04:08:12.156315 [ 197 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 437 rows starting from the beginning of the part | ||
17258 | 2024.08.06 04:08:12.156347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17259 | 2024.08.06 04:08:12.156435 [ 3 ] {} <Debug> HTTP-Session: 8fe559de-94b8-45af-a474-1648bfa57325 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17260 | 2024.08.06 04:08:12.156512 [ 3 ] {} <Debug> HTTP-Session: 8fe559de-94b8-45af-a474-1648bfa57325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17261 | 2024.08.06 04:08:12.156576 [ 3 ] {} <Debug> HTTP-Session: 8fe559de-94b8-45af-a474-1648bfa57325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17262 | 2024.08.06 04:08:12.156638 [ 197 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 67 rows starting from the beginning of the part | ||
17263 | 2024.08.06 04:08:12.156693 [ 3 ] {} <Trace> HTTP-Session: 8fe559de-94b8-45af-a474-1648bfa57325 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17264 | 2024.08.06 04:08:12.156968 [ 197 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 435 rows starting from the beginning of the part | ||
17265 | 2024.08.06 04:08:12.157172 [ 3 ] {b5296aee-2c9c-4506-850d-1f0bd293d6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17266 | 2024.08.06 04:08:12.157346 [ 197 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 71 rows starting from the beginning of the part | ||
17267 | 2024.08.06 04:08:12.157351 [ 3 ] {b5296aee-2c9c-4506-850d-1f0bd293d6de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17268 | 2024.08.06 04:08:12.157631 [ 197 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 437 rows starting from the beginning of the part | ||
17269 | 2024.08.06 04:08:12.158558 [ 3 ] {b5296aee-2c9c-4506-850d-1f0bd293d6de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17270 | 2024.08.06 04:08:12.159283 [ 3 ] {b5296aee-2c9c-4506-850d-1f0bd293d6de} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17271 | 2024.08.06 04:08:12.159340 [ 3 ] {b5296aee-2c9c-4506-850d-1f0bd293d6de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17272 | 2024.08.06 04:08:12.160339 [ 3 ] {b5296aee-2c9c-4506-850d-1f0bd293d6de} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
17273 | 2024.08.06 04:08:12.160927 [ 3 ] {b5296aee-2c9c-4506-850d-1f0bd293d6de} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17274 | 2024.08.06 04:08:12.160945 [ 197 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1946 rows, containing 4 columns (4 merged, 0 gathered) in 0.005160181 sec., 377118.5545623303 rows/sec., 27.13 MiB/sec. | ||
17275 | 2024.08.06 04:08:12.161187 [ 3 ] {b5296aee-2c9c-4506-850d-1f0bd293d6de} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004201 sec., 1428.2313734825043 rows/sec., 61.37 KiB/sec. | ||
17276 | 2024.08.06 04:08:12.161204 [ 197 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17277 | 2024.08.06 04:08:12.161811 [ 3 ] {b5296aee-2c9c-4506-850d-1f0bd293d6de} <Debug> DynamicQueryHandler: Done processing query | ||
17278 | 2024.08.06 04:08:12.161902 [ 3 ] {b5296aee-2c9c-4506-850d-1f0bd293d6de} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17279 | 2024.08.06 04:08:12.162019 [ 3 ] {} <Debug> HTTP-Session: 8fe559de-94b8-45af-a474-1648bfa57325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17280 | 2024.08.06 04:08:12.162303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17281 | 2024.08.06 04:08:12.162381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17282 | 2024.08.06 04:08:12.162429 [ 3 ] {} <Debug> HTTP-Session: b28f1bc8-de7c-4d60-baba-8153a117410e Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17283 | 2024.08.06 04:08:12.162468 [ 3 ] {} <Debug> HTTP-Session: b28f1bc8-de7c-4d60-baba-8153a117410e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17284 | 2024.08.06 04:08:12.162495 [ 3 ] {} <Debug> HTTP-Session: b28f1bc8-de7c-4d60-baba-8153a117410e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17285 | 2024.08.06 04:08:12.162557 [ 3 ] {} <Trace> HTTP-Session: b28f1bc8-de7c-4d60-baba-8153a117410e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17286 | 2024.08.06 04:08:12.162645 [ 197 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_96_19} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17287 | 2024.08.06 04:08:12.162780 [ 3 ] {230e7fcb-33c5-4b65-88e3-3d2991cd0fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
17288 | 2024.08.06 04:08:12.162784 [ 197 ] {3d0eeadc-9a10-42e6-8a76-cc03e7b7d334::all_1_96_19} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17289 | 2024.08.06 04:08:12.162856 [ 3 ] {230e7fcb-33c5-4b65-88e3-3d2991cd0fe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
17290 | 2024.08.06 04:08:12.162964 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
17291 | 2024.08.06 04:08:12.163149 [ 3 ] {230e7fcb-33c5-4b65-88e3-3d2991cd0fe6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17292 | 2024.08.06 04:08:12.163521 [ 3 ] {230e7fcb-33c5-4b65-88e3-3d2991cd0fe6} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17293 | 2024.08.06 04:08:12.163559 [ 3 ] {230e7fcb-33c5-4b65-88e3-3d2991cd0fe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17294 | 2024.08.06 04:08:12.163929 [ 3 ] {230e7fcb-33c5-4b65-88e3-3d2991cd0fe6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
17295 | 2024.08.06 04:08:12.164277 [ 3 ] {230e7fcb-33c5-4b65-88e3-3d2991cd0fe6} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17296 | 2024.08.06 04:08:12.164434 [ 3 ] {230e7fcb-33c5-4b65-88e3-3d2991cd0fe6} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001741 sec., 44227.455485353246 rows/sec., 2.72 MiB/sec. | ||
17297 | 2024.08.06 04:08:12.164655 [ 3 ] {230e7fcb-33c5-4b65-88e3-3d2991cd0fe6} <Debug> DynamicQueryHandler: Done processing query | ||
17298 | 2024.08.06 04:08:12.164680 [ 3 ] {230e7fcb-33c5-4b65-88e3-3d2991cd0fe6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17299 | 2024.08.06 04:08:12.164696 [ 3 ] {} <Debug> HTTP-Session: b28f1bc8-de7c-4d60-baba-8153a117410e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17300 | 2024.08.06 04:08:12.164870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17301 | 2024.08.06 04:08:12.164921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17302 | 2024.08.06 04:08:12.164940 [ 3 ] {} <Debug> HTTP-Session: 44df55b1-7913-4413-8525-42575acb050d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17303 | 2024.08.06 04:08:12.164957 [ 3 ] {} <Debug> HTTP-Session: 44df55b1-7913-4413-8525-42575acb050d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17304 | 2024.08.06 04:08:12.164970 [ 3 ] {} <Debug> HTTP-Session: 44df55b1-7913-4413-8525-42575acb050d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17305 | 2024.08.06 04:08:12.165001 [ 3 ] {} <Trace> HTTP-Session: 44df55b1-7913-4413-8525-42575acb050d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17306 | 2024.08.06 04:08:12.165180 [ 3 ] {aa54652b-a46a-4a84-813b-96498df6b8f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17307 | 2024.08.06 04:08:12.165228 [ 3 ] {aa54652b-a46a-4a84-813b-96498df6b8f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17308 | 2024.08.06 04:08:12.165374 [ 3 ] {aa54652b-a46a-4a84-813b-96498df6b8f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17309 | 2024.08.06 04:08:12.165781 [ 3 ] {aa54652b-a46a-4a84-813b-96498df6b8f6} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17310 | 2024.08.06 04:08:12.165818 [ 3 ] {aa54652b-a46a-4a84-813b-96498df6b8f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17311 | 2024.08.06 04:08:12.166191 [ 3 ] {aa54652b-a46a-4a84-813b-96498df6b8f6} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17312 | 2024.08.06 04:08:12.166539 [ 3 ] {aa54652b-a46a-4a84-813b-96498df6b8f6} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17313 | 2024.08.06 04:08:12.166696 [ 3 ] {aa54652b-a46a-4a84-813b-96498df6b8f6} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001603 sec., 100436.68122270743 rows/sec., 6.99 MiB/sec. | ||
17314 | 2024.08.06 04:08:12.166706 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17315 | 2024.08.06 04:08:12.166786 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17316 | 2024.08.06 04:08:12.166841 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17317 | 2024.08.06 04:08:12.166965 [ 3 ] {aa54652b-a46a-4a84-813b-96498df6b8f6} <Debug> DynamicQueryHandler: Done processing query | ||
17318 | 2024.08.06 04:08:12.167001 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
17319 | 2024.08.06 04:08:12.167012 [ 3 ] {aa54652b-a46a-4a84-813b-96498df6b8f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17320 | 2024.08.06 04:08:12.167075 [ 3 ] {} <Debug> HTTP-Session: 44df55b1-7913-4413-8525-42575acb050d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17321 | 2024.08.06 04:08:12.167214 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17322 | 2024.08.06 04:08:12.167255 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_91_18, total 15261 rows starting from the beginning of the part | ||
17323 | 2024.08.06 04:08:12.167322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 85465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17324 | 2024.08.06 04:08:12.167481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17325 | 2024.08.06 04:08:12.167509 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 161 rows starting from the beginning of the part | ||
17326 | 2024.08.06 04:08:12.167556 [ 3 ] {} <Debug> HTTP-Session: ce4b1f29-fae2-4eed-bf11-0ed7344b186b Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17327 | 2024.08.06 04:08:12.167635 [ 3 ] {} <Debug> HTTP-Session: ce4b1f29-fae2-4eed-bf11-0ed7344b186b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17328 | 2024.08.06 04:08:12.167734 [ 3 ] {} <Debug> HTTP-Session: ce4b1f29-fae2-4eed-bf11-0ed7344b186b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17329 | 2024.08.06 04:08:12.167789 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
17330 | 2024.08.06 04:08:12.167874 [ 3 ] {} <Trace> HTTP-Session: ce4b1f29-fae2-4eed-bf11-0ed7344b186b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17331 | 2024.08.06 04:08:12.168016 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part | ||
17332 | 2024.08.06 04:08:12.168251 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 162 rows starting from the beginning of the part | ||
17333 | 2024.08.06 04:08:12.168336 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 161 rows starting from the beginning of the part | ||
17334 | 2024.08.06 04:08:12.168664 [ 3 ] {c2e4d144-f089-49f0-88dc-8b8d2116a3e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17335 | 2024.08.06 04:08:12.168812 [ 3 ] {c2e4d144-f089-49f0-88dc-8b8d2116a3e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17336 | 2024.08.06 04:08:12.169979 [ 3 ] {c2e4d144-f089-49f0-88dc-8b8d2116a3e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17337 | 2024.08.06 04:08:12.171332 [ 3 ] {c2e4d144-f089-49f0-88dc-8b8d2116a3e6} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17338 | 2024.08.06 04:08:12.171372 [ 3 ] {c2e4d144-f089-49f0-88dc-8b8d2116a3e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17339 | 2024.08.06 04:08:12.172296 [ 3 ] {c2e4d144-f089-49f0-88dc-8b8d2116a3e6} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
17340 | 2024.08.06 04:08:12.172810 [ 3 ] {c2e4d144-f089-49f0-88dc-8b8d2116a3e6} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17341 | 2024.08.06 04:08:12.173006 [ 110 ] {} <Debug> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
17342 | 2024.08.06 04:08:12.173026 [ 3 ] {c2e4d144-f089-49f0-88dc-8b8d2116a3e6} <Debug> executeQuery: Read 53 rows, 97.25 KiB in 0.00487 sec., 10882.956878850102 rows/sec., 19.50 MiB/sec. | ||
17343 | 2024.08.06 04:08:12.173062 [ 110 ] {} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17344 | 2024.08.06 04:08:12.173134 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17345 | 2024.08.06 04:08:12.173722 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
17346 | 2024.08.06 04:08:12.174198 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16065 rows, containing 5 columns (5 merged, 0 gathered) in 0.007281661 sec., 2206227.3978423327 rows/sec., 153.73 MiB/sec. | ||
17347 | 2024.08.06 04:08:12.174410 [ 3 ] {c2e4d144-f089-49f0-88dc-8b8d2116a3e6} <Debug> DynamicQueryHandler: Done processing query | ||
17348 | 2024.08.06 04:08:12.174467 [ 3 ] {c2e4d144-f089-49f0-88dc-8b8d2116a3e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
17349 | 2024.08.06 04:08:12.174519 [ 3 ] {} <Debug> HTTP-Session: ce4b1f29-fae2-4eed-bf11-0ed7344b186b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17350 | 2024.08.06 04:08:12.174655 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17351 | 2024.08.06 04:08:12.174752 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17352 | 2024.08.06 04:08:12.174775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17353 | 2024.08.06 04:08:12.174875 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1466 rows starting from the beginning of the part | ||
17354 | 2024.08.06 04:08:12.174988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17355 | 2024.08.06 04:08:12.175075 [ 3 ] {} <Debug> HTTP-Session: 03466b04-8cba-4425-af0a-c5e427f8369c Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17356 | 2024.08.06 04:08:12.175156 [ 3 ] {} <Debug> HTTP-Session: 03466b04-8cba-4425-af0a-c5e427f8369c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17357 | 2024.08.06 04:08:12.175268 [ 3 ] {} <Debug> HTTP-Session: 03466b04-8cba-4425-af0a-c5e427f8369c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17358 | 2024.08.06 04:08:12.175494 [ 3 ] {} <Trace> HTTP-Session: 03466b04-8cba-4425-af0a-c5e427f8369c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17359 | 2024.08.06 04:08:12.176081 [ 3 ] {97e8ba30-3f96-47f2-a5b2-8d43ee7a4d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
17360 | 2024.08.06 04:08:12.176121 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 53 rows starting from the beginning of the part | ||
17361 | 2024.08.06 04:08:12.176305 [ 3 ] {97e8ba30-3f96-47f2-a5b2-8d43ee7a4d3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
17362 | 2024.08.06 04:08:12.176904 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17363 | 2024.08.06 04:08:12.177296 [ 190 ] {5bfe0ada-9d15-418b-9797-7a5474feeb77::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17364 | 2024.08.06 04:08:12.177462 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 3 rows starting from the beginning of the part | ||
17365 | 2024.08.06 04:08:12.177590 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.10 MiB. | ||
17366 | 2024.08.06 04:08:12.177920 [ 3 ] {97e8ba30-3f96-47f2-a5b2-8d43ee7a4d3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17367 | 2024.08.06 04:08:12.178325 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 53 rows starting from the beginning of the part | ||
17368 | 2024.08.06 04:08:12.178919 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 3 rows starting from the beginning of the part | ||
17369 | 2024.08.06 04:08:12.179199 [ 3 ] {97e8ba30-3f96-47f2-a5b2-8d43ee7a4d3c} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17370 | 2024.08.06 04:08:12.179288 [ 3 ] {97e8ba30-3f96-47f2-a5b2-8d43ee7a4d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17371 | 2024.08.06 04:08:12.179717 [ 194 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 53 rows starting from the beginning of the part | ||
17372 | 2024.08.06 04:08:12.180709 [ 3 ] {97e8ba30-3f96-47f2-a5b2-8d43ee7a4d3c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
17373 | 2024.08.06 04:08:12.181639 [ 3 ] {97e8ba30-3f96-47f2-a5b2-8d43ee7a4d3c} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17374 | 2024.08.06 04:08:12.181886 [ 3 ] {97e8ba30-3f96-47f2-a5b2-8d43ee7a4d3c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.006055 sec., 3798.513625103221 rows/sec., 205.47 KiB/sec. | ||
17375 | 2024.08.06 04:08:12.182335 [ 3 ] {97e8ba30-3f96-47f2-a5b2-8d43ee7a4d3c} <Debug> DynamicQueryHandler: Done processing query | ||
17376 | 2024.08.06 04:08:12.182417 [ 3 ] {97e8ba30-3f96-47f2-a5b2-8d43ee7a4d3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17377 | 2024.08.06 04:08:12.182528 [ 3 ] {} <Debug> HTTP-Session: 03466b04-8cba-4425-af0a-c5e427f8369c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17378 | 2024.08.06 04:08:12.182876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17379 | 2024.08.06 04:08:12.183089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17380 | 2024.08.06 04:08:12.183222 [ 3 ] {} <Debug> HTTP-Session: 51fb041f-91a9-4dcc-b3f0-e81562b39056 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17381 | 2024.08.06 04:08:12.183361 [ 3 ] {} <Debug> HTTP-Session: 51fb041f-91a9-4dcc-b3f0-e81562b39056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17382 | 2024.08.06 04:08:12.183444 [ 3 ] {} <Debug> HTTP-Session: 51fb041f-91a9-4dcc-b3f0-e81562b39056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17383 | 2024.08.06 04:08:12.183592 [ 3 ] {} <Trace> HTTP-Session: 51fb041f-91a9-4dcc-b3f0-e81562b39056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17384 | 2024.08.06 04:08:12.183838 [ 3 ] {cfcb475c-2f97-41c9-a745-0c65ca755554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17385 | 2024.08.06 04:08:12.183972 [ 3 ] {cfcb475c-2f97-41c9-a745-0c65ca755554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17386 | 2024.08.06 04:08:12.184594 [ 3 ] {cfcb475c-2f97-41c9-a745-0c65ca755554} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17387 | 2024.08.06 04:08:12.185570 [ 3 ] {cfcb475c-2f97-41c9-a745-0c65ca755554} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17388 | 2024.08.06 04:08:12.185650 [ 3 ] {cfcb475c-2f97-41c9-a745-0c65ca755554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17389 | 2024.08.06 04:08:12.186831 [ 3 ] {cfcb475c-2f97-41c9-a745-0c65ca755554} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17390 | 2024.08.06 04:08:12.187742 [ 3 ] {cfcb475c-2f97-41c9-a745-0c65ca755554} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17391 | 2024.08.06 04:08:12.188003 [ 110 ] {} <Debug> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17392 | 2024.08.06 04:08:12.188005 [ 3 ] {cfcb475c-2f97-41c9-a745-0c65ca755554} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004219 sec., 14221.37947380896 rows/sec., 981.42 KiB/sec. | ||
17393 | 2024.08.06 04:08:12.188065 [ 110 ] {} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17394 | 2024.08.06 04:08:12.188133 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17395 | 2024.08.06 04:08:12.188382 [ 3 ] {cfcb475c-2f97-41c9-a745-0c65ca755554} <Debug> DynamicQueryHandler: Done processing query | ||
17396 | 2024.08.06 04:08:12.188427 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
17397 | 2024.08.06 04:08:12.188482 [ 3 ] {cfcb475c-2f97-41c9-a745-0c65ca755554} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17398 | 2024.08.06 04:08:12.188517 [ 3 ] {} <Debug> HTTP-Session: 51fb041f-91a9-4dcc-b3f0-e81562b39056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17399 | 2024.08.06 04:08:12.189170 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17400 | 2024.08.06 04:08:12.189268 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5436 rows starting from the beginning of the part | ||
17401 | 2024.08.06 04:08:12.190365 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
17402 | 2024.08.06 04:08:12.190685 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
17403 | 2024.08.06 04:08:12.191128 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
17404 | 2024.08.06 04:08:12.191570 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
17405 | 2024.08.06 04:08:12.191991 [ 192 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
17406 | 2024.08.06 04:08:12.194251 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1631 rows, containing 19 columns (19 merged, 0 gathered) in 0.020970923 sec., 77774.35451935044 rows/sec., 139.37 MiB/sec. | ||
17407 | 2024.08.06 04:08:12.194582 [ 198 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5736 rows, containing 4 columns (4 merged, 0 gathered) in 0.006315369 sec., 908260.4674406198 rows/sec., 61.22 MiB/sec. | ||
17408 | 2024.08.06 04:08:12.195226 [ 196 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17409 | 2024.08.06 04:08:12.195767 [ 196 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_96_19} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17410 | 2024.08.06 04:08:12.195892 [ 196 ] {b797f1bd-abc8-4e83-b435-aa36ba5991c8::all_1_96_19} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17411 | 2024.08.06 04:08:12.196037 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
17412 | 2024.08.06 04:08:12.196045 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
17413 | 2024.08.06 04:08:12.196695 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_86_17} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17414 | 2024.08.06 04:08:12.196784 [ 193 ] {b6746fa3-e01a-4627-bc6b-74b6a2d7a35a::all_1_86_17} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
17415 | 2024.08.06 04:08:12.196934 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.83 MiB. | ||
17416 | 2024.08.06 04:08:13.000231 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.97 MiB, peak 229.00 MiB, free memory in arenas 0.00 B, will set to 216.98 MiB (RSS), difference: 3.01 MiB | ||
17417 | 2024.08.06 04:08:17.124794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17418 | 2024.08.06 04:08:17.124937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17419 | 2024.08.06 04:08:17.124968 [ 3 ] {} <Debug> HTTP-Session: f18c7a9c-0372-4c70-8246-ba4c1c28f140 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17420 | 2024.08.06 04:08:17.124996 [ 3 ] {} <Debug> HTTP-Session: f18c7a9c-0372-4c70-8246-ba4c1c28f140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17421 | 2024.08.06 04:08:17.125013 [ 3 ] {} <Debug> HTTP-Session: f18c7a9c-0372-4c70-8246-ba4c1c28f140 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17422 | 2024.08.06 04:08:17.125071 [ 3 ] {} <Trace> HTTP-Session: f18c7a9c-0372-4c70-8246-ba4c1c28f140 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17423 | 2024.08.06 04:08:17.125276 [ 3 ] {f5788d42-c3a0-4412-b839-4d94141aca3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17424 | 2024.08.06 04:08:17.125354 [ 3 ] {f5788d42-c3a0-4412-b839-4d94141aca3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17425 | 2024.08.06 04:08:17.125580 [ 3 ] {f5788d42-c3a0-4412-b839-4d94141aca3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17426 | 2024.08.06 04:08:17.126029 [ 3 ] {f5788d42-c3a0-4412-b839-4d94141aca3e} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17427 | 2024.08.06 04:08:17.126074 [ 3 ] {f5788d42-c3a0-4412-b839-4d94141aca3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17428 | 2024.08.06 04:08:17.126451 [ 3 ] {f5788d42-c3a0-4412-b839-4d94141aca3e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
17429 | 2024.08.06 04:08:17.126811 [ 3 ] {f5788d42-c3a0-4412-b839-4d94141aca3e} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17430 | 2024.08.06 04:08:17.126996 [ 3 ] {f5788d42-c3a0-4412-b839-4d94141aca3e} <Debug> executeQuery: Read 3 rows, 249.00 B in 0.001773 sec., 1692.047377326565 rows/sec., 137.15 KiB/sec. | ||
17431 | 2024.08.06 04:08:17.127294 [ 3 ] {f5788d42-c3a0-4412-b839-4d94141aca3e} <Debug> DynamicQueryHandler: Done processing query | ||
17432 | 2024.08.06 04:08:17.127363 [ 3 ] {f5788d42-c3a0-4412-b839-4d94141aca3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17433 | 2024.08.06 04:08:17.127425 [ 3 ] {} <Debug> HTTP-Session: f18c7a9c-0372-4c70-8246-ba4c1c28f140 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17434 | 2024.08.06 04:08:17.127651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17435 | 2024.08.06 04:08:17.127711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17436 | 2024.08.06 04:08:17.127731 [ 3 ] {} <Debug> HTTP-Session: 40d339d2-76f7-4196-b7ed-fb66a6687286 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17437 | 2024.08.06 04:08:17.127749 [ 3 ] {} <Debug> HTTP-Session: 40d339d2-76f7-4196-b7ed-fb66a6687286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17438 | 2024.08.06 04:08:17.127763 [ 3 ] {} <Debug> HTTP-Session: 40d339d2-76f7-4196-b7ed-fb66a6687286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17439 | 2024.08.06 04:08:17.127799 [ 3 ] {} <Trace> HTTP-Session: 40d339d2-76f7-4196-b7ed-fb66a6687286 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17440 | 2024.08.06 04:08:17.127909 [ 3 ] {59e11c84-37f1-46f5-8838-4c0de5ed4e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17441 | 2024.08.06 04:08:17.127959 [ 3 ] {59e11c84-37f1-46f5-8838-4c0de5ed4e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17442 | 2024.08.06 04:08:17.128112 [ 3 ] {59e11c84-37f1-46f5-8838-4c0de5ed4e9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17443 | 2024.08.06 04:08:17.128422 [ 3 ] {59e11c84-37f1-46f5-8838-4c0de5ed4e9c} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17444 | 2024.08.06 04:08:17.128461 [ 3 ] {59e11c84-37f1-46f5-8838-4c0de5ed4e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17445 | 2024.08.06 04:08:17.128788 [ 3 ] {59e11c84-37f1-46f5-8838-4c0de5ed4e9c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
17446 | 2024.08.06 04:08:17.129113 [ 3 ] {59e11c84-37f1-46f5-8838-4c0de5ed4e9c} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17447 | 2024.08.06 04:08:17.129267 [ 3 ] {59e11c84-37f1-46f5-8838-4c0de5ed4e9c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001384 sec., 2890.173410404624 rows/sec., 235.67 KiB/sec. | ||
17448 | 2024.08.06 04:08:17.129435 [ 3 ] {59e11c84-37f1-46f5-8838-4c0de5ed4e9c} <Debug> DynamicQueryHandler: Done processing query | ||
17449 | 2024.08.06 04:08:17.129461 [ 3 ] {59e11c84-37f1-46f5-8838-4c0de5ed4e9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17450 | 2024.08.06 04:08:17.129478 [ 3 ] {} <Debug> HTTP-Session: 40d339d2-76f7-4196-b7ed-fb66a6687286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17451 | 2024.08.06 04:08:17.129609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17452 | 2024.08.06 04:08:17.129658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17453 | 2024.08.06 04:08:17.129676 [ 3 ] {} <Debug> HTTP-Session: 2fac970d-15f9-41a8-890f-91a9d79d0e83 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17454 | 2024.08.06 04:08:17.129693 [ 3 ] {} <Debug> HTTP-Session: 2fac970d-15f9-41a8-890f-91a9d79d0e83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17455 | 2024.08.06 04:08:17.129708 [ 3 ] {} <Debug> HTTP-Session: 2fac970d-15f9-41a8-890f-91a9d79d0e83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17456 | 2024.08.06 04:08:17.129739 [ 3 ] {} <Trace> HTTP-Session: 2fac970d-15f9-41a8-890f-91a9d79d0e83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17457 | 2024.08.06 04:08:17.129859 [ 3 ] {5cc84c2e-3217-4aa4-a3cd-8cb5d216e5db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17458 | 2024.08.06 04:08:17.129902 [ 3 ] {5cc84c2e-3217-4aa4-a3cd-8cb5d216e5db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17459 | 2024.08.06 04:08:17.130029 [ 3 ] {5cc84c2e-3217-4aa4-a3cd-8cb5d216e5db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17460 | 2024.08.06 04:08:17.130375 [ 3 ] {5cc84c2e-3217-4aa4-a3cd-8cb5d216e5db} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17461 | 2024.08.06 04:08:17.130412 [ 3 ] {5cc84c2e-3217-4aa4-a3cd-8cb5d216e5db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17462 | 2024.08.06 04:08:17.130735 [ 3 ] {5cc84c2e-3217-4aa4-a3cd-8cb5d216e5db} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17463 | 2024.08.06 04:08:17.131050 [ 3 ] {5cc84c2e-3217-4aa4-a3cd-8cb5d216e5db} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17464 | 2024.08.06 04:08:17.131207 [ 3 ] {5cc84c2e-3217-4aa4-a3cd-8cb5d216e5db} <Debug> executeQuery: Read 103 rows, 8.13 KiB in 0.00139 sec., 74100.71942446043 rows/sec., 5.71 MiB/sec. | ||
17465 | 2024.08.06 04:08:17.131457 [ 3 ] {5cc84c2e-3217-4aa4-a3cd-8cb5d216e5db} <Debug> DynamicQueryHandler: Done processing query | ||
17466 | 2024.08.06 04:08:17.131484 [ 3 ] {5cc84c2e-3217-4aa4-a3cd-8cb5d216e5db} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
17467 | 2024.08.06 04:08:17.131501 [ 3 ] {} <Debug> HTTP-Session: 2fac970d-15f9-41a8-890f-91a9d79d0e83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17468 | 2024.08.06 04:08:17.131698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17469 | 2024.08.06 04:08:17.131846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17470 | 2024.08.06 04:08:17.131919 [ 3 ] {} <Debug> HTTP-Session: fa838b0c-3491-4ab8-8212-66b78d214486 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17471 | 2024.08.06 04:08:17.131989 [ 3 ] {} <Debug> HTTP-Session: fa838b0c-3491-4ab8-8212-66b78d214486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17472 | 2024.08.06 04:08:17.132046 [ 3 ] {} <Debug> HTTP-Session: fa838b0c-3491-4ab8-8212-66b78d214486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17473 | 2024.08.06 04:08:17.132148 [ 3 ] {} <Trace> HTTP-Session: fa838b0c-3491-4ab8-8212-66b78d214486 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17474 | 2024.08.06 04:08:17.132328 [ 3 ] {d5736714-b076-48e8-96df-de72af312b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17475 | 2024.08.06 04:08:17.132374 [ 3 ] {d5736714-b076-48e8-96df-de72af312b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17476 | 2024.08.06 04:08:17.132515 [ 3 ] {d5736714-b076-48e8-96df-de72af312b1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17477 | 2024.08.06 04:08:17.132792 [ 3 ] {d5736714-b076-48e8-96df-de72af312b1c} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17478 | 2024.08.06 04:08:17.132830 [ 3 ] {d5736714-b076-48e8-96df-de72af312b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17479 | 2024.08.06 04:08:17.133130 [ 3 ] {d5736714-b076-48e8-96df-de72af312b1c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
17480 | 2024.08.06 04:08:17.133440 [ 3 ] {d5736714-b076-48e8-96df-de72af312b1c} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17481 | 2024.08.06 04:08:17.133599 [ 3 ] {d5736714-b076-48e8-96df-de72af312b1c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001291 sec., 3098.3733539891555 rows/sec., 216.34 KiB/sec. | ||
17482 | 2024.08.06 04:08:17.133773 [ 3 ] {d5736714-b076-48e8-96df-de72af312b1c} <Debug> DynamicQueryHandler: Done processing query | ||
17483 | 2024.08.06 04:08:17.133798 [ 3 ] {d5736714-b076-48e8-96df-de72af312b1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17484 | 2024.08.06 04:08:17.133814 [ 3 ] {} <Debug> HTTP-Session: fa838b0c-3491-4ab8-8212-66b78d214486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17485 | 2024.08.06 04:08:17.133937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 16099, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17486 | 2024.08.06 04:08:17.133986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17487 | 2024.08.06 04:08:17.134006 [ 3 ] {} <Debug> HTTP-Session: 26519d5f-0502-45ac-82b1-17f3fbea8cfd Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17488 | 2024.08.06 04:08:17.134022 [ 3 ] {} <Debug> HTTP-Session: 26519d5f-0502-45ac-82b1-17f3fbea8cfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17489 | 2024.08.06 04:08:17.134037 [ 3 ] {} <Debug> HTTP-Session: 26519d5f-0502-45ac-82b1-17f3fbea8cfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17490 | 2024.08.06 04:08:17.134067 [ 3 ] {} <Trace> HTTP-Session: 26519d5f-0502-45ac-82b1-17f3fbea8cfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17491 | 2024.08.06 04:08:17.134185 [ 3 ] {c1f66b33-32a8-4a73-bc2c-9d2eae0a6880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17492 | 2024.08.06 04:08:17.134228 [ 3 ] {c1f66b33-32a8-4a73-bc2c-9d2eae0a6880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17493 | 2024.08.06 04:08:17.134353 [ 3 ] {c1f66b33-32a8-4a73-bc2c-9d2eae0a6880} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17494 | 2024.08.06 04:08:17.134679 [ 3 ] {c1f66b33-32a8-4a73-bc2c-9d2eae0a6880} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17495 | 2024.08.06 04:08:17.134717 [ 3 ] {c1f66b33-32a8-4a73-bc2c-9d2eae0a6880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17496 | 2024.08.06 04:08:17.135039 [ 3 ] {c1f66b33-32a8-4a73-bc2c-9d2eae0a6880} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17497 | 2024.08.06 04:08:17.135343 [ 3 ] {c1f66b33-32a8-4a73-bc2c-9d2eae0a6880} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17498 | 2024.08.06 04:08:17.135493 [ 3 ] {c1f66b33-32a8-4a73-bc2c-9d2eae0a6880} <Debug> executeQuery: Read 95 rows, 7.58 KiB in 0.001351 sec., 70318.28275351592 rows/sec., 5.48 MiB/sec. | ||
17499 | 2024.08.06 04:08:17.135736 [ 3 ] {c1f66b33-32a8-4a73-bc2c-9d2eae0a6880} <Debug> DynamicQueryHandler: Done processing query | ||
17500 | 2024.08.06 04:08:17.135762 [ 3 ] {c1f66b33-32a8-4a73-bc2c-9d2eae0a6880} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
17501 | 2024.08.06 04:08:17.135778 [ 3 ] {} <Debug> HTTP-Session: 26519d5f-0502-45ac-82b1-17f3fbea8cfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17502 | 2024.08.06 04:08:17.136038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 37930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17503 | 2024.08.06 04:08:17.136168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17504 | 2024.08.06 04:08:17.136223 [ 3 ] {} <Debug> HTTP-Session: 165f73a7-fc22-4006-8e22-7058b65a7ad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17505 | 2024.08.06 04:08:17.136266 [ 3 ] {} <Debug> HTTP-Session: 165f73a7-fc22-4006-8e22-7058b65a7ad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17506 | 2024.08.06 04:08:17.136286 [ 3 ] {} <Debug> HTTP-Session: 165f73a7-fc22-4006-8e22-7058b65a7ad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17507 | 2024.08.06 04:08:17.136318 [ 3 ] {} <Trace> HTTP-Session: 165f73a7-fc22-4006-8e22-7058b65a7ad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17508 | 2024.08.06 04:08:17.136488 [ 3 ] {24a3cfaf-06c4-4345-b522-ffa9022ca9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17509 | 2024.08.06 04:08:17.136538 [ 3 ] {24a3cfaf-06c4-4345-b522-ffa9022ca9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17510 | 2024.08.06 04:08:17.136701 [ 3 ] {24a3cfaf-06c4-4345-b522-ffa9022ca9ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17511 | 2024.08.06 04:08:17.137148 [ 3 ] {24a3cfaf-06c4-4345-b522-ffa9022ca9ba} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17512 | 2024.08.06 04:08:17.137186 [ 3 ] {24a3cfaf-06c4-4345-b522-ffa9022ca9ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17513 | 2024.08.06 04:08:17.137585 [ 3 ] {24a3cfaf-06c4-4345-b522-ffa9022ca9ba} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17514 | 2024.08.06 04:08:17.137931 [ 3 ] {24a3cfaf-06c4-4345-b522-ffa9022ca9ba} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17515 | 2024.08.06 04:08:17.138082 [ 3 ] {24a3cfaf-06c4-4345-b522-ffa9022ca9ba} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001674 sec., 118279.56989247313 rows/sec., 8.26 MiB/sec. | ||
17516 | 2024.08.06 04:08:17.138254 [ 3 ] {24a3cfaf-06c4-4345-b522-ffa9022ca9ba} <Debug> DynamicQueryHandler: Done processing query | ||
17517 | 2024.08.06 04:08:17.138278 [ 3 ] {24a3cfaf-06c4-4345-b522-ffa9022ca9ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
17518 | 2024.08.06 04:08:17.138294 [ 3 ] {} <Debug> HTTP-Session: 165f73a7-fc22-4006-8e22-7058b65a7ad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17519 | 2024.08.06 04:08:17.138416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 4848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17520 | 2024.08.06 04:08:17.138466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17521 | 2024.08.06 04:08:17.138486 [ 3 ] {} <Debug> HTTP-Session: d3e158e5-5d3d-4738-831e-fd1c83d4c87f Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17522 | 2024.08.06 04:08:17.138502 [ 3 ] {} <Debug> HTTP-Session: d3e158e5-5d3d-4738-831e-fd1c83d4c87f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17523 | 2024.08.06 04:08:17.138516 [ 3 ] {} <Debug> HTTP-Session: d3e158e5-5d3d-4738-831e-fd1c83d4c87f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17524 | 2024.08.06 04:08:17.138547 [ 3 ] {} <Trace> HTTP-Session: d3e158e5-5d3d-4738-831e-fd1c83d4c87f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17525 | 2024.08.06 04:08:17.138682 [ 3 ] {d6bfccae-ea55-44a7-b62e-8919808c7554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17526 | 2024.08.06 04:08:17.138746 [ 3 ] {d6bfccae-ea55-44a7-b62e-8919808c7554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17527 | 2024.08.06 04:08:17.139157 [ 3 ] {d6bfccae-ea55-44a7-b62e-8919808c7554} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17528 | 2024.08.06 04:08:17.139813 [ 3 ] {d6bfccae-ea55-44a7-b62e-8919808c7554} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17529 | 2024.08.06 04:08:17.139850 [ 3 ] {d6bfccae-ea55-44a7-b62e-8919808c7554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17530 | 2024.08.06 04:08:17.140424 [ 3 ] {d6bfccae-ea55-44a7-b62e-8919808c7554} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
17531 | 2024.08.06 04:08:17.140846 [ 3 ] {d6bfccae-ea55-44a7-b62e-8919808c7554} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17532 | 2024.08.06 04:08:17.141041 [ 3 ] {d6bfccae-ea55-44a7-b62e-8919808c7554} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.002416 sec., 1241.7218543046356 rows/sec., 2.23 MiB/sec. | ||
17533 | 2024.08.06 04:08:17.141276 [ 3 ] {d6bfccae-ea55-44a7-b62e-8919808c7554} <Debug> DynamicQueryHandler: Done processing query | ||
17534 | 2024.08.06 04:08:17.141301 [ 3 ] {d6bfccae-ea55-44a7-b62e-8919808c7554} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
17535 | 2024.08.06 04:08:17.141317 [ 3 ] {} <Debug> HTTP-Session: d3e158e5-5d3d-4738-831e-fd1c83d4c87f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17536 | 2024.08.06 04:08:17.141450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17537 | 2024.08.06 04:08:17.141500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17538 | 2024.08.06 04:08:17.141521 [ 3 ] {} <Debug> HTTP-Session: 848932ab-7502-4e89-a939-7588a5a8b6f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17539 | 2024.08.06 04:08:17.141537 [ 3 ] {} <Debug> HTTP-Session: 848932ab-7502-4e89-a939-7588a5a8b6f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17540 | 2024.08.06 04:08:17.141551 [ 3 ] {} <Debug> HTTP-Session: 848932ab-7502-4e89-a939-7588a5a8b6f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17541 | 2024.08.06 04:08:17.141581 [ 3 ] {} <Trace> HTTP-Session: 848932ab-7502-4e89-a939-7588a5a8b6f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17542 | 2024.08.06 04:08:17.141696 [ 3 ] {46b97059-0b5c-4f9e-87c5-0f2d7da66631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17543 | 2024.08.06 04:08:17.141743 [ 3 ] {46b97059-0b5c-4f9e-87c5-0f2d7da66631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17544 | 2024.08.06 04:08:17.141868 [ 3 ] {46b97059-0b5c-4f9e-87c5-0f2d7da66631} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17545 | 2024.08.06 04:08:17.142184 [ 3 ] {46b97059-0b5c-4f9e-87c5-0f2d7da66631} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17546 | 2024.08.06 04:08:17.142221 [ 3 ] {46b97059-0b5c-4f9e-87c5-0f2d7da66631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
17547 | 2024.08.06 04:08:17.142581 [ 3 ] {46b97059-0b5c-4f9e-87c5-0f2d7da66631} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17548 | 2024.08.06 04:08:17.142905 [ 3 ] {46b97059-0b5c-4f9e-87c5-0f2d7da66631} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17549 | 2024.08.06 04:08:17.143066 [ 3 ] {46b97059-0b5c-4f9e-87c5-0f2d7da66631} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec. | ||
17550 | 2024.08.06 04:08:17.143238 [ 3 ] {46b97059-0b5c-4f9e-87c5-0f2d7da66631} <Debug> DynamicQueryHandler: Done processing query | ||
17551 | 2024.08.06 04:08:17.143263 [ 3 ] {46b97059-0b5c-4f9e-87c5-0f2d7da66631} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17552 | 2024.08.06 04:08:17.143278 [ 3 ] {} <Debug> HTTP-Session: 848932ab-7502-4e89-a939-7588a5a8b6f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17553 | 2024.08.06 04:08:21.021414 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17554 | 2024.08.06 04:08:21.021481 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17555 | 2024.08.06 04:08:22.130355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 8355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17556 | 2024.08.06 04:08:22.130473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17557 | 2024.08.06 04:08:22.130497 [ 3 ] {} <Debug> HTTP-Session: 73db877a-df12-470a-aa1b-d3de4a7fd462 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17558 | 2024.08.06 04:08:22.130521 [ 3 ] {} <Debug> HTTP-Session: 73db877a-df12-470a-aa1b-d3de4a7fd462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17559 | 2024.08.06 04:08:22.130536 [ 3 ] {} <Debug> HTTP-Session: 73db877a-df12-470a-aa1b-d3de4a7fd462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17560 | 2024.08.06 04:08:22.130585 [ 3 ] {} <Trace> HTTP-Session: 73db877a-df12-470a-aa1b-d3de4a7fd462 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17561 | 2024.08.06 04:08:22.130791 [ 3 ] {e14564ca-5f60-4301-bcd3-3baeaf10f7eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17562 | 2024.08.06 04:08:22.130866 [ 3 ] {e14564ca-5f60-4301-bcd3-3baeaf10f7eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17563 | 2024.08.06 04:08:22.131064 [ 3 ] {e14564ca-5f60-4301-bcd3-3baeaf10f7eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17564 | 2024.08.06 04:08:22.131503 [ 3 ] {e14564ca-5f60-4301-bcd3-3baeaf10f7eb} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17565 | 2024.08.06 04:08:22.131546 [ 3 ] {e14564ca-5f60-4301-bcd3-3baeaf10f7eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
17566 | 2024.08.06 04:08:22.131977 [ 3 ] {e14564ca-5f60-4301-bcd3-3baeaf10f7eb} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
17567 | 2024.08.06 04:08:22.132339 [ 3 ] {e14564ca-5f60-4301-bcd3-3baeaf10f7eb} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17568 | 2024.08.06 04:08:22.132517 [ 3 ] {e14564ca-5f60-4301-bcd3-3baeaf10f7eb} <Debug> executeQuery: Read 59 rows, 4.64 KiB in 0.001787 sec., 33016.22831561276 rows/sec., 2.53 MiB/sec. | ||
17569 | 2024.08.06 04:08:22.132540 [ 99 ] {} <Debug> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
17570 | 2024.08.06 04:08:22.132648 [ 99 ] {} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17571 | 2024.08.06 04:08:22.132680 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
17572 | 2024.08.06 04:08:22.132813 [ 3 ] {e14564ca-5f60-4301-bcd3-3baeaf10f7eb} <Debug> DynamicQueryHandler: Done processing query | ||
17573 | 2024.08.06 04:08:22.132878 [ 3 ] {e14564ca-5f60-4301-bcd3-3baeaf10f7eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
17574 | 2024.08.06 04:08:22.132889 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
17575 | 2024.08.06 04:08:22.132923 [ 3 ] {} <Debug> HTTP-Session: 73db877a-df12-470a-aa1b-d3de4a7fd462 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17576 | 2024.08.06 04:08:22.133180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17577 | 2024.08.06 04:08:22.133381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17578 | 2024.08.06 04:08:22.133502 [ 3 ] {} <Debug> HTTP-Session: 196b20bd-7686-42bc-b95b-8b9e06db1622 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17579 | 2024.08.06 04:08:22.133512 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17580 | 2024.08.06 04:08:22.133593 [ 3 ] {} <Debug> HTTP-Session: 196b20bd-7686-42bc-b95b-8b9e06db1622 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17581 | 2024.08.06 04:08:22.133649 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 62 rows starting from the beginning of the part | ||
17582 | 2024.08.06 04:08:22.133682 [ 3 ] {} <Debug> HTTP-Session: 196b20bd-7686-42bc-b95b-8b9e06db1622 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17583 | 2024.08.06 04:08:22.133875 [ 3 ] {} <Trace> HTTP-Session: 196b20bd-7686-42bc-b95b-8b9e06db1622 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17584 | 2024.08.06 04:08:22.134295 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 59 rows starting from the beginning of the part | ||
17585 | 2024.08.06 04:08:22.134502 [ 3 ] {510fce54-95c2-4531-afc7-155066b21b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
17586 | 2024.08.06 04:08:22.134797 [ 3 ] {510fce54-95c2-4531-afc7-155066b21b2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
17587 | 2024.08.06 04:08:22.134978 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 3 rows starting from the beginning of the part | ||
17588 | 2024.08.06 04:08:22.135587 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 59 rows starting from the beginning of the part | ||
17589 | 2024.08.06 04:08:22.135804 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 3 rows starting from the beginning of the part | ||
17590 | 2024.08.06 04:08:22.136014 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 59 rows starting from the beginning of the part | ||
17591 | 2024.08.06 04:08:22.136051 [ 3 ] {510fce54-95c2-4531-afc7-155066b21b2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17592 | 2024.08.06 04:08:22.136721 [ 3 ] {510fce54-95c2-4531-afc7-155066b21b2e} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17593 | 2024.08.06 04:08:22.136763 [ 3 ] {510fce54-95c2-4531-afc7-155066b21b2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
17594 | 2024.08.06 04:08:22.137247 [ 3 ] {510fce54-95c2-4531-afc7-155066b21b2e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
17595 | 2024.08.06 04:08:22.137549 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 245 rows, containing 4 columns (4 merged, 0 gathered) in 0.004790843 sec., 51139.22539310931 rows/sec., 3.93 MiB/sec. | ||
17596 | 2024.08.06 04:08:22.137670 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
17597 | 2024.08.06 04:08:22.137767 [ 3 ] {510fce54-95c2-4531-afc7-155066b21b2e} <Trace> oximeter.fields_ipaddr (f1c8a897-9c0d-464a-a60b-ad98c2c857fb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17598 | 2024.08.06 04:08:22.138055 [ 3 ] {510fce54-95c2-4531-afc7-155066b21b2e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.003797 sec., 1053.463260468791 rows/sec., 85.90 KiB/sec. | ||
17599 | 2024.08.06 04:08:22.138258 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_91_18} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17600 | 2024.08.06 04:08:22.138275 [ 3 ] {510fce54-95c2-4531-afc7-155066b21b2e} <Debug> DynamicQueryHandler: Done processing query | ||
17601 | 2024.08.06 04:08:22.138308 [ 3 ] {510fce54-95c2-4531-afc7-155066b21b2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17602 | 2024.08.06 04:08:22.138337 [ 3 ] {} <Debug> HTTP-Session: 196b20bd-7686-42bc-b95b-8b9e06db1622 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17603 | 2024.08.06 04:08:22.138368 [ 188 ] {86c391f3-74f4-453d-bceb-82aaba27caee::all_1_91_18} <Trace> oximeter.fields_i64 (86c391f3-74f4-453d-bceb-82aaba27caee) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
17604 | 2024.08.06 04:08:22.138450 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
17605 | 2024.08.06 04:08:22.138523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 48611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17606 | 2024.08.06 04:08:22.138574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17607 | 2024.08.06 04:08:22.138593 [ 3 ] {} <Debug> HTTP-Session: 40c5387c-35e2-436e-9204-fb0884378128 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17608 | 2024.08.06 04:08:22.138610 [ 3 ] {} <Debug> HTTP-Session: 40c5387c-35e2-436e-9204-fb0884378128 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17609 | 2024.08.06 04:08:22.138623 [ 3 ] {} <Debug> HTTP-Session: 40c5387c-35e2-436e-9204-fb0884378128 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17610 | 2024.08.06 04:08:22.138654 [ 3 ] {} <Trace> HTTP-Session: 40c5387c-35e2-436e-9204-fb0884378128 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17611 | 2024.08.06 04:08:22.138853 [ 3 ] {3bf7fd9b-7718-4674-a0a1-01bddd2b59b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17612 | 2024.08.06 04:08:22.138898 [ 3 ] {3bf7fd9b-7718-4674-a0a1-01bddd2b59b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17613 | 2024.08.06 04:08:22.139028 [ 3 ] {3bf7fd9b-7718-4674-a0a1-01bddd2b59b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17614 | 2024.08.06 04:08:22.139541 [ 3 ] {3bf7fd9b-7718-4674-a0a1-01bddd2b59b4} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17615 | 2024.08.06 04:08:22.139578 [ 3 ] {3bf7fd9b-7718-4674-a0a1-01bddd2b59b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
17616 | 2024.08.06 04:08:22.139912 [ 3 ] {3bf7fd9b-7718-4674-a0a1-01bddd2b59b4} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
17617 | 2024.08.06 04:08:22.140218 [ 3 ] {3bf7fd9b-7718-4674-a0a1-01bddd2b59b4} <Trace> oximeter.fields_string (1a36b646-fbab-43f0-a8b2-35af89d48088): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17618 | 2024.08.06 04:08:22.140377 [ 3 ] {3bf7fd9b-7718-4674-a0a1-01bddd2b59b4} <Debug> executeQuery: Read 322 rows, 29.05 KiB in 0.001624 sec., 198275.8620689655 rows/sec., 17.47 MiB/sec. | ||
17619 | 2024.08.06 04:08:22.140558 [ 3 ] {3bf7fd9b-7718-4674-a0a1-01bddd2b59b4} <Debug> DynamicQueryHandler: Done processing query | ||
17620 | 2024.08.06 04:08:22.140584 [ 3 ] {3bf7fd9b-7718-4674-a0a1-01bddd2b59b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
17621 | 2024.08.06 04:08:22.140600 [ 3 ] {} <Debug> HTTP-Session: 40c5387c-35e2-436e-9204-fb0884378128 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17622 | 2024.08.06 04:08:22.140745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17623 | 2024.08.06 04:08:22.140795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17624 | 2024.08.06 04:08:22.140816 [ 3 ] {} <Debug> HTTP-Session: 74a36c10-6062-4216-b2b4-18eb3dabbba7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17625 | 2024.08.06 04:08:22.140832 [ 3 ] {} <Debug> HTTP-Session: 74a36c10-6062-4216-b2b4-18eb3dabbba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17626 | 2024.08.06 04:08:22.140846 [ 3 ] {} <Debug> HTTP-Session: 74a36c10-6062-4216-b2b4-18eb3dabbba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17627 | 2024.08.06 04:08:22.140876 [ 3 ] {} <Trace> HTTP-Session: 74a36c10-6062-4216-b2b4-18eb3dabbba7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17628 | 2024.08.06 04:08:22.140978 [ 3 ] {252c929a-87d7-4385-8198-f659c3a52c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17629 | 2024.08.06 04:08:22.141022 [ 3 ] {252c929a-87d7-4385-8198-f659c3a52c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17630 | 2024.08.06 04:08:22.141150 [ 3 ] {252c929a-87d7-4385-8198-f659c3a52c3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17631 | 2024.08.06 04:08:22.141470 [ 3 ] {252c929a-87d7-4385-8198-f659c3a52c3c} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17632 | 2024.08.06 04:08:22.141507 [ 3 ] {252c929a-87d7-4385-8198-f659c3a52c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
17633 | 2024.08.06 04:08:22.141816 [ 3 ] {252c929a-87d7-4385-8198-f659c3a52c3c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
17634 | 2024.08.06 04:08:22.142133 [ 3 ] {252c929a-87d7-4385-8198-f659c3a52c3c} <Trace> oximeter.fields_u16 (22f214b7-975d-4517-80a0-49b4818f93de): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17635 | 2024.08.06 04:08:22.142301 [ 3 ] {252c929a-87d7-4385-8198-f659c3a52c3c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001344 sec., 2976.190476190476 rows/sec., 207.81 KiB/sec. | ||
17636 | 2024.08.06 04:08:22.142515 [ 3 ] {252c929a-87d7-4385-8198-f659c3a52c3c} <Debug> DynamicQueryHandler: Done processing query | ||
17637 | 2024.08.06 04:08:22.142551 [ 3 ] {252c929a-87d7-4385-8198-f659c3a52c3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17638 | 2024.08.06 04:08:22.142573 [ 3 ] {} <Debug> HTTP-Session: 74a36c10-6062-4216-b2b4-18eb3dabbba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17639 | 2024.08.06 04:08:22.142768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 71234, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17640 | 2024.08.06 04:08:22.142826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17641 | 2024.08.06 04:08:22.142847 [ 3 ] {} <Debug> HTTP-Session: 00f2d168-fb82-4faa-94b2-c5c57b74c6c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17642 | 2024.08.06 04:08:22.142864 [ 3 ] {} <Debug> HTTP-Session: 00f2d168-fb82-4faa-94b2-c5c57b74c6c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17643 | 2024.08.06 04:08:22.142878 [ 3 ] {} <Debug> HTTP-Session: 00f2d168-fb82-4faa-94b2-c5c57b74c6c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17644 | 2024.08.06 04:08:22.142909 [ 3 ] {} <Trace> HTTP-Session: 00f2d168-fb82-4faa-94b2-c5c57b74c6c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17645 | 2024.08.06 04:08:22.143127 [ 3 ] {139296b7-29bf-4907-90d8-d9f9ae3c1163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17646 | 2024.08.06 04:08:22.143170 [ 3 ] {139296b7-29bf-4907-90d8-d9f9ae3c1163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17647 | 2024.08.06 04:08:22.143300 [ 3 ] {139296b7-29bf-4907-90d8-d9f9ae3c1163} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17648 | 2024.08.06 04:08:22.143861 [ 3 ] {139296b7-29bf-4907-90d8-d9f9ae3c1163} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17649 | 2024.08.06 04:08:22.143907 [ 3 ] {139296b7-29bf-4907-90d8-d9f9ae3c1163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
17650 | 2024.08.06 04:08:22.144313 [ 3 ] {139296b7-29bf-4907-90d8-d9f9ae3c1163} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
17651 | 2024.08.06 04:08:22.144628 [ 3 ] {139296b7-29bf-4907-90d8-d9f9ae3c1163} <Trace> oximeter.fields_uuid (3d0eeadc-9a10-42e6-8a76-cc03e7b7d334): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17652 | 2024.08.06 04:08:22.144788 [ 3 ] {139296b7-29bf-4907-90d8-d9f9ae3c1163} <Debug> executeQuery: Read 439 rows, 32.04 KiB in 0.001775 sec., 247323.9436619718 rows/sec., 17.63 MiB/sec. | ||
17653 | 2024.08.06 04:08:22.144946 [ 3 ] {139296b7-29bf-4907-90d8-d9f9ae3c1163} <Debug> DynamicQueryHandler: Done processing query | ||
17654 | 2024.08.06 04:08:22.144970 [ 3 ] {139296b7-29bf-4907-90d8-d9f9ae3c1163} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
17655 | 2024.08.06 04:08:22.144987 [ 3 ] {} <Debug> HTTP-Session: 00f2d168-fb82-4faa-94b2-c5c57b74c6c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17656 | 2024.08.06 04:08:22.145182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17657 | 2024.08.06 04:08:22.145230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17658 | 2024.08.06 04:08:22.145249 [ 3 ] {} <Debug> HTTP-Session: 24fe6548-9cfa-465b-97c8-d10d080d52b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17659 | 2024.08.06 04:08:22.145266 [ 3 ] {} <Debug> HTTP-Session: 24fe6548-9cfa-465b-97c8-d10d080d52b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17660 | 2024.08.06 04:08:22.145283 [ 3 ] {} <Debug> HTTP-Session: 24fe6548-9cfa-465b-97c8-d10d080d52b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17661 | 2024.08.06 04:08:22.145313 [ 3 ] {} <Trace> HTTP-Session: 24fe6548-9cfa-465b-97c8-d10d080d52b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17662 | 2024.08.06 04:08:22.145408 [ 3 ] {cdc1306b-a5c2-47f0-b6ae-1e21743a79c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17663 | 2024.08.06 04:08:22.145454 [ 3 ] {cdc1306b-a5c2-47f0-b6ae-1e21743a79c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17664 | 2024.08.06 04:08:22.145585 [ 3 ] {cdc1306b-a5c2-47f0-b6ae-1e21743a79c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17665 | 2024.08.06 04:08:22.145860 [ 3 ] {cdc1306b-a5c2-47f0-b6ae-1e21743a79c0} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17666 | 2024.08.06 04:08:22.145896 [ 3 ] {cdc1306b-a5c2-47f0-b6ae-1e21743a79c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
17667 | 2024.08.06 04:08:22.146260 [ 3 ] {cdc1306b-a5c2-47f0-b6ae-1e21743a79c0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
17668 | 2024.08.06 04:08:22.146605 [ 3 ] {cdc1306b-a5c2-47f0-b6ae-1e21743a79c0} <Trace> oximeter.measurements_bool (fe7f7065-9e42-4b1e-a82a-384ea65459ae): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17669 | 2024.08.06 04:08:22.146764 [ 3 ] {cdc1306b-a5c2-47f0-b6ae-1e21743a79c0} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001373 sec., 4369.992716678806 rows/sec., 187.77 KiB/sec. | ||
17670 | 2024.08.06 04:08:22.147046 [ 3 ] {cdc1306b-a5c2-47f0-b6ae-1e21743a79c0} <Debug> DynamicQueryHandler: Done processing query | ||
17671 | 2024.08.06 04:08:22.147091 [ 3 ] {cdc1306b-a5c2-47f0-b6ae-1e21743a79c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17672 | 2024.08.06 04:08:22.147115 [ 3 ] {} <Debug> HTTP-Session: 24fe6548-9cfa-465b-97c8-d10d080d52b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17673 | 2024.08.06 04:08:22.147243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 14082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17674 | 2024.08.06 04:08:22.147292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17675 | 2024.08.06 04:08:22.147310 [ 3 ] {} <Debug> HTTP-Session: 19fb979b-5b66-41c4-90e8-429fa7b20a20 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17676 | 2024.08.06 04:08:22.147327 [ 3 ] {} <Debug> HTTP-Session: 19fb979b-5b66-41c4-90e8-429fa7b20a20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17677 | 2024.08.06 04:08:22.147341 [ 3 ] {} <Debug> HTTP-Session: 19fb979b-5b66-41c4-90e8-429fa7b20a20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17678 | 2024.08.06 04:08:22.147371 [ 3 ] {} <Trace> HTTP-Session: 19fb979b-5b66-41c4-90e8-429fa7b20a20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17679 | 2024.08.06 04:08:22.147491 [ 3 ] {4604b82a-0f26-4598-b89a-90dc865a3972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
17680 | 2024.08.06 04:08:22.147540 [ 3 ] {4604b82a-0f26-4598-b89a-90dc865a3972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
17681 | 2024.08.06 04:08:22.147700 [ 3 ] {4604b82a-0f26-4598-b89a-90dc865a3972} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17682 | 2024.08.06 04:08:22.148092 [ 3 ] {4604b82a-0f26-4598-b89a-90dc865a3972} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17683 | 2024.08.06 04:08:22.148129 [ 3 ] {4604b82a-0f26-4598-b89a-90dc865a3972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
17684 | 2024.08.06 04:08:22.148498 [ 3 ] {4604b82a-0f26-4598-b89a-90dc865a3972} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
17685 | 2024.08.06 04:08:22.148842 [ 3 ] {4604b82a-0f26-4598-b89a-90dc865a3972} <Trace> oximeter.measurements_cumulativei64 (2084a85a-13a2-498d-bff1-abd4a385858f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17686 | 2024.08.06 04:08:22.149000 [ 3 ] {4604b82a-0f26-4598-b89a-90dc865a3972} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001545 sec., 49838.18770226537 rows/sec., 3.07 MiB/sec. | ||
17687 | 2024.08.06 04:08:22.149172 [ 3 ] {4604b82a-0f26-4598-b89a-90dc865a3972} <Debug> DynamicQueryHandler: Done processing query | ||
17688 | 2024.08.06 04:08:22.149195 [ 3 ] {4604b82a-0f26-4598-b89a-90dc865a3972} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17689 | 2024.08.06 04:08:22.149210 [ 3 ] {} <Debug> HTTP-Session: 19fb979b-5b66-41c4-90e8-429fa7b20a20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17690 | 2024.08.06 04:08:22.149434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 30979, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17691 | 2024.08.06 04:08:22.149482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17692 | 2024.08.06 04:08:22.149501 [ 3 ] {} <Debug> HTTP-Session: 042852f3-e6be-4697-a15b-79bdf4a29c1a Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17693 | 2024.08.06 04:08:22.149517 [ 3 ] {} <Debug> HTTP-Session: 042852f3-e6be-4697-a15b-79bdf4a29c1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17694 | 2024.08.06 04:08:22.149531 [ 3 ] {} <Debug> HTTP-Session: 042852f3-e6be-4697-a15b-79bdf4a29c1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17695 | 2024.08.06 04:08:22.149561 [ 3 ] {} <Trace> HTTP-Session: 042852f3-e6be-4697-a15b-79bdf4a29c1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17696 | 2024.08.06 04:08:22.149733 [ 3 ] {e8d945c6-2e87-4d78-87f2-94839e81dfe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17697 | 2024.08.06 04:08:22.149780 [ 3 ] {e8d945c6-2e87-4d78-87f2-94839e81dfe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17698 | 2024.08.06 04:08:22.149923 [ 3 ] {e8d945c6-2e87-4d78-87f2-94839e81dfe1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17699 | 2024.08.06 04:08:22.150304 [ 3 ] {e8d945c6-2e87-4d78-87f2-94839e81dfe1} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17700 | 2024.08.06 04:08:22.150343 [ 3 ] {e8d945c6-2e87-4d78-87f2-94839e81dfe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
17701 | 2024.08.06 04:08:22.150738 [ 3 ] {e8d945c6-2e87-4d78-87f2-94839e81dfe1} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
17702 | 2024.08.06 04:08:22.151072 [ 3 ] {e8d945c6-2e87-4d78-87f2-94839e81dfe1} <Trace> oximeter.measurements_cumulativeu64 (5bfe0ada-9d15-418b-9797-7a5474feeb77): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17703 | 2024.08.06 04:08:22.151229 [ 3 ] {e8d945c6-2e87-4d78-87f2-94839e81dfe1} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001585 sec., 102208.20189274447 rows/sec., 7.12 MiB/sec. | ||
17704 | 2024.08.06 04:08:22.151401 [ 3 ] {e8d945c6-2e87-4d78-87f2-94839e81dfe1} <Debug> DynamicQueryHandler: Done processing query | ||
17705 | 2024.08.06 04:08:22.151425 [ 3 ] {e8d945c6-2e87-4d78-87f2-94839e81dfe1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17706 | 2024.08.06 04:08:22.151441 [ 3 ] {} <Debug> HTTP-Session: 042852f3-e6be-4697-a15b-79bdf4a29c1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17707 | 2024.08.06 04:08:22.151613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 85465, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17708 | 2024.08.06 04:08:22.151669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17709 | 2024.08.06 04:08:22.151689 [ 3 ] {} <Debug> HTTP-Session: b8eb6bb6-e539-4254-9d19-f684773be929 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17710 | 2024.08.06 04:08:22.151706 [ 3 ] {} <Debug> HTTP-Session: b8eb6bb6-e539-4254-9d19-f684773be929 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17711 | 2024.08.06 04:08:22.151721 [ 3 ] {} <Debug> HTTP-Session: b8eb6bb6-e539-4254-9d19-f684773be929 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17712 | 2024.08.06 04:08:22.151752 [ 3 ] {} <Trace> HTTP-Session: b8eb6bb6-e539-4254-9d19-f684773be929 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17713 | 2024.08.06 04:08:22.152227 [ 3 ] {b0e10879-878e-44a5-a83b-d1a3ed043ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17714 | 2024.08.06 04:08:22.152295 [ 3 ] {b0e10879-878e-44a5-a83b-d1a3ed043ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17715 | 2024.08.06 04:08:22.152706 [ 3 ] {b0e10879-878e-44a5-a83b-d1a3ed043ffd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17716 | 2024.08.06 04:08:22.153578 [ 3 ] {b0e10879-878e-44a5-a83b-d1a3ed043ffd} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17717 | 2024.08.06 04:08:22.153615 [ 3 ] {b0e10879-878e-44a5-a83b-d1a3ed043ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
17718 | 2024.08.06 04:08:22.154288 [ 3 ] {b0e10879-878e-44a5-a83b-d1a3ed043ffd} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
17719 | 2024.08.06 04:08:22.154707 [ 3 ] {b0e10879-878e-44a5-a83b-d1a3ed043ffd} <Trace> oximeter.measurements_histogramf64 (b6746fa3-e01a-4627-bc6b-74b6a2d7a35a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17720 | 2024.08.06 04:08:22.154899 [ 3 ] {b0e10879-878e-44a5-a83b-d1a3ed043ffd} <Debug> executeQuery: Read 53 rows, 97.25 KiB in 0.003037 sec., 17451.432334540663 rows/sec., 31.27 MiB/sec. | ||
17721 | 2024.08.06 04:08:22.155122 [ 3 ] {b0e10879-878e-44a5-a83b-d1a3ed043ffd} <Debug> DynamicQueryHandler: Done processing query | ||
17722 | 2024.08.06 04:08:22.155145 [ 3 ] {b0e10879-878e-44a5-a83b-d1a3ed043ffd} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
17723 | 2024.08.06 04:08:22.155161 [ 3 ] {} <Debug> HTTP-Session: b8eb6bb6-e539-4254-9d19-f684773be929 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17724 | 2024.08.06 04:08:22.155293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17725 | 2024.08.06 04:08:22.155348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17726 | 2024.08.06 04:08:22.155367 [ 3 ] {} <Debug> HTTP-Session: 9ae98984-47cb-42ff-9262-96e4de6ec08d Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17727 | 2024.08.06 04:08:22.155383 [ 3 ] {} <Debug> HTTP-Session: 9ae98984-47cb-42ff-9262-96e4de6ec08d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17728 | 2024.08.06 04:08:22.155396 [ 3 ] {} <Debug> HTTP-Session: 9ae98984-47cb-42ff-9262-96e4de6ec08d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17729 | 2024.08.06 04:08:22.155427 [ 3 ] {} <Trace> HTTP-Session: 9ae98984-47cb-42ff-9262-96e4de6ec08d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17730 | 2024.08.06 04:08:22.155534 [ 3 ] {00f19f7c-bb69-46a5-b69a-61d775af2b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
17731 | 2024.08.06 04:08:22.155580 [ 3 ] {00f19f7c-bb69-46a5-b69a-61d775af2b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
17732 | 2024.08.06 04:08:22.155708 [ 3 ] {00f19f7c-bb69-46a5-b69a-61d775af2b9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17733 | 2024.08.06 04:08:22.155968 [ 3 ] {00f19f7c-bb69-46a5-b69a-61d775af2b9c} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17734 | 2024.08.06 04:08:22.156004 [ 3 ] {00f19f7c-bb69-46a5-b69a-61d775af2b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
17735 | 2024.08.06 04:08:22.156356 [ 3 ] {00f19f7c-bb69-46a5-b69a-61d775af2b9c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
17736 | 2024.08.06 04:08:22.156695 [ 3 ] {00f19f7c-bb69-46a5-b69a-61d775af2b9c} <Trace> oximeter.measurements_i64 (48b6cf6e-9929-419f-9281-3f36c89522c0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17737 | 2024.08.06 04:08:22.156862 [ 3 ] {00f19f7c-bb69-46a5-b69a-61d775af2b9c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001356 sec., 16961.65191740413 rows/sec., 917.51 KiB/sec. | ||
17738 | 2024.08.06 04:08:22.157016 [ 3 ] {00f19f7c-bb69-46a5-b69a-61d775af2b9c} <Debug> DynamicQueryHandler: Done processing query | ||
17739 | 2024.08.06 04:08:22.157039 [ 3 ] {00f19f7c-bb69-46a5-b69a-61d775af2b9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17740 | 2024.08.06 04:08:22.157054 [ 3 ] {} <Debug> HTTP-Session: 9ae98984-47cb-42ff-9262-96e4de6ec08d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17741 | 2024.08.06 04:08:22.157173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61099, User-Agent: (none), Length: 9132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17742 | 2024.08.06 04:08:22.157220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17743 | 2024.08.06 04:08:22.157239 [ 3 ] {} <Debug> HTTP-Session: 3516d806-7d21-4f2e-8a03-0cff4430e0a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:61099 | ||
17744 | 2024.08.06 04:08:22.157254 [ 3 ] {} <Debug> HTTP-Session: 3516d806-7d21-4f2e-8a03-0cff4430e0a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17745 | 2024.08.06 04:08:22.157268 [ 3 ] {} <Debug> HTTP-Session: 3516d806-7d21-4f2e-8a03-0cff4430e0a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17746 | 2024.08.06 04:08:22.157297 [ 3 ] {} <Trace> HTTP-Session: 3516d806-7d21-4f2e-8a03-0cff4430e0a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17747 | 2024.08.06 04:08:22.157410 [ 3 ] {9de22e4a-99d1-4c01-9d95-5a6220e0d54e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61099) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17748 | 2024.08.06 04:08:22.157461 [ 3 ] {9de22e4a-99d1-4c01-9d95-5a6220e0d54e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17749 | 2024.08.06 04:08:22.157590 [ 3 ] {9de22e4a-99d1-4c01-9d95-5a6220e0d54e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17750 | 2024.08.06 04:08:22.157877 [ 3 ] {9de22e4a-99d1-4c01-9d95-5a6220e0d54e} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17751 | 2024.08.06 04:08:22.157913 [ 3 ] {9de22e4a-99d1-4c01-9d95-5a6220e0d54e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
17752 | 2024.08.06 04:08:22.158264 [ 3 ] {9de22e4a-99d1-4c01-9d95-5a6220e0d54e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
17753 | 2024.08.06 04:08:22.158584 [ 3 ] {9de22e4a-99d1-4c01-9d95-5a6220e0d54e} <Trace> oximeter.measurements_u64 (b797f1bd-abc8-4e83-b435-aa36ba5991c8): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17754 | 2024.08.06 04:08:22.158742 [ 3 ] {9de22e4a-99d1-4c01-9d95-5a6220e0d54e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
17755 | 2024.08.06 04:08:22.158926 [ 3 ] {9de22e4a-99d1-4c01-9d95-5a6220e0d54e} <Debug> DynamicQueryHandler: Done processing query | ||
17756 | 2024.08.06 04:08:22.158949 [ 3 ] {9de22e4a-99d1-4c01-9d95-5a6220e0d54e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17757 | 2024.08.06 04:08:22.158964 [ 3 ] {} <Debug> HTTP-Session: 3516d806-7d21-4f2e-8a03-0cff4430e0a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |