1 | [ Jul 12 00:36:33 Enabled. ] | ||
2 | [ Jul 12 00:36:33 Rereading configuration. ] | ||
3 | [ Jul 12 00:36:34 Rereading configuration. ] | ||
4 | [ Jul 12 00:36:36 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + single_node=true | ||
23 | + command=() | ||
24 | + true | ||
25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
27 | [ Jul 12 00:36:36 Method "start" exited with status 0. ] | ||
28 | Processing configuration file 'config.xml'. | ||
29 | There is no file 'config.xml', will use embedded config. | ||
30 | Logging trace to /var/tmp/clickhouse-server.log | ||
31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
32 | 2024.07.12 00:36:37.036754 [ 1 ] {} <Information> Application: Will watch for the process with pid 23009 | ||
33 | 2024.07.12 00:36:37.037534 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.07.12 00:36:37.280945 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23009 | ||
35 | 2024.07.12 00:36:37.281637 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.07.12 00:36:37.282326 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.07.12 00:36:37.368921 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.07.12 00:36:37.410893 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.07.12 00:36:37.410942 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.07.12 00:36:37.410961 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.07.12 00:36:37.411027 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.07.12 00:36:37.411305 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.07.12 00:36:37.412754 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
44 | Processing configuration file 'config.xml'. | ||
45 | There is no file 'config.xml', will use embedded config. | ||
46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
47 | 2024.07.12 00:36:37.413243 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.07.12 00:36:37.414054 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
49 | 2024.07.12 00:36:37.414078 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
50 | 2024.07.12 00:36:37.414092 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.07.12 00:36:37.414271 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.07.12 00:36:37.415226 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.07.12 00:36:37.420211 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.07.12 00:36:37.421067 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.07.12 00:36:37.422400 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.07.12 00:36:37.422463 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.07.12 00:36:37.423937 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
58 | Processing configuration file 'config.xml'. | ||
59 | There is no file 'config.xml', will use embedded config. | ||
60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
61 | 2024.07.12 00:36:37.424211 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.07.12 00:36:37.428419 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.07.12 00:36:37.428649 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.07.12 00:36:37.430270 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.07.12 00:36:37.430667 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.07.12 00:36:37.431067 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.07.12 00:36:37.431444 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.07.12 00:36:37.432750 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.07.12 00:36:37.432776 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.07.12 00:36:37.432885 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.07.12 00:36:37.433051 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.07.12 00:36:37.441428 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.07.12 00:36:37.441459 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000145172 sec | ||
74 | 2024.07.12 00:36:37.441495 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.07.12 00:36:37.441506 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.07.12 00:36:37.442607 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.07.12 00:36:37.443640 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.07.12 00:36:37.443662 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.07.12 00:36:37.443692 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.07.12 00:36:37.443709 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.07.12 00:36:37.443721 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.07.12 00:36:37.443752 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.07.12 00:36:37.443765 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.07.12 00:36:37.443779 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.07.12 00:36:37.443812 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.07.12 00:36:37.443825 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.07.12 00:36:37.443840 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.07.12 00:36:37.443855 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.07.12 00:36:37.443885 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.07.12 00:36:37.443902 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.07.12 00:36:37.443916 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.07.12 00:36:37.443941 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.07.12 00:36:37.443957 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.07.12 00:36:37.478985 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.07.12 00:36:37.480241 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.07.12 00:36:37.480267 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.4561e-05 sec | ||
97 | 2024.07.12 00:36:37.480280 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.07.12 00:36:37.480294 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.07.12 00:36:37.480316 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.07.12 00:36:37.480498 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.07.12 00:36:37.480541 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.07.12 00:36:37.480554 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.07.12 00:36:37.480569 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
104 | 2024.07.12 00:36:37.480580 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.07.12 00:36:37.497892 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
106 | 2024.07.12 00:36:37.687828 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
107 | 2024.07.12 00:36:37.687892 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.07.12 00:36:37.770470 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.07.12 00:36:37.770666 [ 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 | ||
110 | 2024.07.12 00:36:37.771529 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.267e-05 sec. | ||
111 | 2024.07.12 00:36:37.771855 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.07.12 00:36:37.771919 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.07.12 00:36:37.771979 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.07.12 00:36:37.772001 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.07.12 00:36:38.049363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.07.12 00:36:38.049585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.07.12 00:36:38.049628 [ 3 ] {} <Debug> HTTP-Session: c55ee8e7-e8bc-4235-a4c8-ab1da7b9a7cb Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
118 | 2024.07.12 00:36:38.049666 [ 3 ] {} <Debug> HTTP-Session: c55ee8e7-e8bc-4235-a4c8-ab1da7b9a7cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.07.12 00:36:38.049689 [ 3 ] {} <Debug> HTTP-Session: c55ee8e7-e8bc-4235-a4c8-ab1da7b9a7cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.07.12 00:36:38.049786 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.07.12 00:36:38.049828 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
122 | 2024.07.12 00:36:38.049856 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
123 | 2024.07.12 00:36:38.049934 [ 3 ] {} <Trace> HTTP-Session: c55ee8e7-e8bc-4235-a4c8-ab1da7b9a7cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.07.12 00:36:38.051088 [ 3 ] {01ff0104-afab-4e5d-9cc0-14ee7b24ab45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.07.12 00:36:38.088866 [ 3 ] {01ff0104-afab-4e5d-9cc0-14ee7b24ab45} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49809) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
126 | |||
127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
148 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.07.12 00:36:38.089579 [ 3 ] {01ff0104-afab-4e5d-9cc0-14ee7b24ab45} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
151 | |||
152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
173 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.07.12 00:36:38.090945 [ 3 ] {} <Debug> HTTP-Session: c55ee8e7-e8bc-4235-a4c8-ab1da7b9a7cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.07.12 00:36:38.091333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.07.12 00:36:38.091405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.07.12 00:36:38.091430 [ 3 ] {} <Debug> HTTP-Session: 7936bb68-39cf-48a4-9d93-58789ff39dc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
179 | 2024.07.12 00:36:38.091455 [ 3 ] {} <Debug> HTTP-Session: 7936bb68-39cf-48a4-9d93-58789ff39dc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.07.12 00:36:38.091469 [ 3 ] {} <Debug> HTTP-Session: 7936bb68-39cf-48a4-9d93-58789ff39dc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.07.12 00:36:38.091515 [ 3 ] {} <Trace> HTTP-Session: 7936bb68-39cf-48a4-9d93-58789ff39dc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.07.12 00:36:38.092603 [ 3 ] {150913ed-d447-453e-bd69-488ed6c7d0b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.07.12 00:36:38.092723 [ 3 ] {150913ed-d447-453e-bd69-488ed6c7d0b3} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.07.12 00:36:38.094719 [ 3 ] {150913ed-d447-453e-bd69-488ed6c7d0b3} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.07.12 00:36:38.097501 [ 3 ] {150913ed-d447-453e-bd69-488ed6c7d0b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.07.12 00:36:38.103429 [ 3 ] {150913ed-d447-453e-bd69-488ed6c7d0b3} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.07.12 00:36:38.103463 [ 3 ] {150913ed-d447-453e-bd69-488ed6c7d0b3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.07.12 00:36:38.103484 [ 3 ] {} <Debug> HTTP-Session: 7936bb68-39cf-48a4-9d93-58789ff39dc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.07.12 00:36:38.113638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.07.12 00:36:38.113695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.07.12 00:36:38.113719 [ 3 ] {} <Debug> HTTP-Session: 8bb17747-58ce-4d21-ae4b-261e43269a69 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
192 | 2024.07.12 00:36:38.113736 [ 3 ] {} <Debug> HTTP-Session: 8bb17747-58ce-4d21-ae4b-261e43269a69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.07.12 00:36:38.113752 [ 3 ] {} <Debug> HTTP-Session: 8bb17747-58ce-4d21-ae4b-261e43269a69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.07.12 00:36:38.113789 [ 3 ] {} <Trace> HTTP-Session: 8bb17747-58ce-4d21-ae4b-261e43269a69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.07.12 00:36:38.113908 [ 3 ] {8102115b-f37e-463a-aedd-9982f4e01de0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.07.12 00:36:38.114159 [ 3 ] {8102115b-f37e-463a-aedd-9982f4e01de0} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49809) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
197 | |||
198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
219 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.07.12 00:36:38.114274 [ 3 ] {8102115b-f37e-463a-aedd-9982f4e01de0} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
222 | |||
223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
244 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.07.12 00:36:38.114421 [ 3 ] {} <Debug> HTTP-Session: 8bb17747-58ce-4d21-ae4b-261e43269a69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.07.12 00:36:38.114702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.07.12 00:36:38.114751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.07.12 00:36:38.114769 [ 3 ] {} <Debug> HTTP-Session: 9258f1a6-0766-438c-81b7-6d83df4f51d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
250 | 2024.07.12 00:36:38.114789 [ 3 ] {} <Debug> HTTP-Session: 9258f1a6-0766-438c-81b7-6d83df4f51d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.07.12 00:36:38.114805 [ 3 ] {} <Debug> HTTP-Session: 9258f1a6-0766-438c-81b7-6d83df4f51d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.07.12 00:36:38.114834 [ 3 ] {} <Trace> HTTP-Session: 9258f1a6-0766-438c-81b7-6d83df4f51d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.07.12 00:36:38.114994 [ 3 ] {9bde44e1-1029-49bd-8d3f-c282565eb3fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.07.12 00:36:38.115147 [ 3 ] {9bde44e1-1029-49bd-8d3f-c282565eb3fa} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.07.12 00:36:38.115170 [ 3 ] {} <Debug> HTTP-Session: 9258f1a6-0766-438c-81b7-6d83df4f51d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.07.12 00:36:38.115294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.07.12 00:36:38.115342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.07.12 00:36:38.115364 [ 3 ] {} <Debug> HTTP-Session: bf290ecb-351b-4aba-9735-7d46420b389c Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
259 | 2024.07.12 00:36:38.115380 [ 3 ] {} <Debug> HTTP-Session: bf290ecb-351b-4aba-9735-7d46420b389c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.07.12 00:36:38.115395 [ 3 ] {} <Debug> HTTP-Session: bf290ecb-351b-4aba-9735-7d46420b389c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.07.12 00:36:38.115426 [ 3 ] {} <Trace> HTTP-Session: bf290ecb-351b-4aba-9735-7d46420b389c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.07.12 00:36:38.115511 [ 3 ] {5c23a8e4-8b1b-472c-955a-249d0dfceabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.07.12 00:36:38.115565 [ 3 ] {5c23a8e4-8b1b-472c-955a-249d0dfceabf} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.07.12 00:36:38.116714 [ 3 ] {5c23a8e4-8b1b-472c-955a-249d0dfceabf} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.07.12 00:36:38.116745 [ 3 ] {5c23a8e4-8b1b-472c-955a-249d0dfceabf} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.1691e-05 sec | ||
266 | 2024.07.12 00:36:38.116758 [ 3 ] {5c23a8e4-8b1b-472c-955a-249d0dfceabf} <Trace> ReferentialDeps: No tables | ||
267 | 2024.07.12 00:36:38.116773 [ 3 ] {5c23a8e4-8b1b-472c-955a-249d0dfceabf} <Trace> LoadingDeps: No tables | ||
268 | 2024.07.12 00:36:38.116794 [ 3 ] {5c23a8e4-8b1b-472c-955a-249d0dfceabf} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.07.12 00:36:38.116913 [ 3 ] {5c23a8e4-8b1b-472c-955a-249d0dfceabf} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.07.12 00:36:38.116934 [ 3 ] {} <Debug> HTTP-Session: bf290ecb-351b-4aba-9735-7d46420b389c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.07.12 00:36:38.117047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.07.12 00:36:38.117095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.07.12 00:36:38.117114 [ 3 ] {} <Debug> HTTP-Session: 6245f71e-6f63-4172-bc83-fdead259a086 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
274 | 2024.07.12 00:36:38.117133 [ 3 ] {} <Debug> HTTP-Session: 6245f71e-6f63-4172-bc83-fdead259a086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.07.12 00:36:38.117152 [ 3 ] {} <Debug> HTTP-Session: 6245f71e-6f63-4172-bc83-fdead259a086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.07.12 00:36:38.117180 [ 3 ] {} <Trace> HTTP-Session: 6245f71e-6f63-4172-bc83-fdead259a086 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.07.12 00:36:38.117314 [ 3 ] {729148b4-d9e8-4560-a81f-5f71afb6ab35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) /* The version table contains metadata about the `oximeter` database */ | ||
278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
279 | 2024.07.12 00:36:38.117360 [ 3 ] {729148b4-d9e8-4560-a81f-5f71afb6ab35} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.07.12 00:36:38.121564 [ 3 ] {729148b4-d9e8-4560-a81f-5f71afb6ab35} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.07.12 00:36:38.122618 [ 3 ] {729148b4-d9e8-4560-a81f-5f71afb6ab35} <Debug> oximeter.version (e6e16efd-9284-4d8d-8b9f-aec9c2b14ec0): Loading data parts | ||
282 | 2024.07.12 00:36:38.123086 [ 3 ] {729148b4-d9e8-4560-a81f-5f71afb6ab35} <Debug> oximeter.version (e6e16efd-9284-4d8d-8b9f-aec9c2b14ec0): There are no data parts | ||
283 | 2024.07.12 00:36:38.125541 [ 3 ] {729148b4-d9e8-4560-a81f-5f71afb6ab35} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.07.12 00:36:38.125567 [ 3 ] {} <Debug> HTTP-Session: 6245f71e-6f63-4172-bc83-fdead259a086 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.07.12 00:36:38.125699 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.07.12 00:36:38.125750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.07.12 00:36:38.125773 [ 3 ] {} <Debug> HTTP-Session: 4101c5de-1fd1-4bbe-8e30-da7a3ae98556 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
288 | 2024.07.12 00:36:38.125789 [ 3 ] {} <Debug> HTTP-Session: 4101c5de-1fd1-4bbe-8e30-da7a3ae98556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.07.12 00:36:38.125806 [ 3 ] {} <Debug> HTTP-Session: 4101c5de-1fd1-4bbe-8e30-da7a3ae98556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.07.12 00:36:38.125839 [ 3 ] {} <Trace> HTTP-Session: 4101c5de-1fd1-4bbe-8e30-da7a3ae98556 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.07.12 00:36:38.126033 [ 3 ] {238a592f-f52f-4d98-a69d-bafb06484536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) /* The measurement tables contain all individual samples from each timeseries. | ||
292 | * | ||
293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
296 | * by all samples from the same timeseries. | ||
297 | * | ||
298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
299 | * and then uses that to index quickly into the measurements tables. | ||
300 | */ | ||
301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
302 | 2024.07.12 00:36:38.126087 [ 3 ] {238a592f-f52f-4d98-a69d-bafb06484536} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.07.12 00:36:38.132266 [ 3 ] {238a592f-f52f-4d98-a69d-bafb06484536} <Debug> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Loading data parts | ||
304 | 2024.07.12 00:36:38.132504 [ 3 ] {238a592f-f52f-4d98-a69d-bafb06484536} <Debug> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): There are no data parts | ||
305 | 2024.07.12 00:36:38.133709 [ 3 ] {238a592f-f52f-4d98-a69d-bafb06484536} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.07.12 00:36:38.133735 [ 3 ] {} <Debug> HTTP-Session: 4101c5de-1fd1-4bbe-8e30-da7a3ae98556 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.07.12 00:36:38.133870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.07.12 00:36:38.133921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.07.12 00:36:38.133944 [ 3 ] {} <Debug> HTTP-Session: 21103f60-e1ab-4a88-84cf-27362b3bdd44 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
310 | 2024.07.12 00:36:38.133959 [ 3 ] {} <Debug> HTTP-Session: 21103f60-e1ab-4a88-84cf-27362b3bdd44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.07.12 00:36:38.133977 [ 3 ] {} <Debug> HTTP-Session: 21103f60-e1ab-4a88-84cf-27362b3bdd44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.07.12 00:36:38.134007 [ 3 ] {} <Trace> HTTP-Session: 21103f60-e1ab-4a88-84cf-27362b3bdd44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.07.12 00:36:38.134180 [ 3 ] {4c7be14e-a805-4ef5-8738-7d106f14ff98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
314 | 2024.07.12 00:36:38.134226 [ 3 ] {4c7be14e-a805-4ef5-8738-7d106f14ff98} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.07.12 00:36:38.135701 [ 3 ] {4c7be14e-a805-4ef5-8738-7d106f14ff98} <Debug> oximeter.measurements_i8 (714f7afa-8d0a-45be-b842-830e7d5de36d): Loading data parts | ||
316 | 2024.07.12 00:36:38.135832 [ 3 ] {4c7be14e-a805-4ef5-8738-7d106f14ff98} <Debug> oximeter.measurements_i8 (714f7afa-8d0a-45be-b842-830e7d5de36d): There are no data parts | ||
317 | 2024.07.12 00:36:38.137014 [ 3 ] {4c7be14e-a805-4ef5-8738-7d106f14ff98} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.07.12 00:36:38.137048 [ 3 ] {} <Debug> HTTP-Session: 21103f60-e1ab-4a88-84cf-27362b3bdd44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.07.12 00:36:38.137155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.07.12 00:36:38.137205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.07.12 00:36:38.137228 [ 3 ] {} <Debug> HTTP-Session: c9cc8cf3-93c3-4ad6-8a76-3079d30acd82 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
322 | 2024.07.12 00:36:38.137244 [ 3 ] {} <Debug> HTTP-Session: c9cc8cf3-93c3-4ad6-8a76-3079d30acd82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.07.12 00:36:38.137260 [ 3 ] {} <Debug> HTTP-Session: c9cc8cf3-93c3-4ad6-8a76-3079d30acd82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.07.12 00:36:38.137292 [ 3 ] {} <Trace> HTTP-Session: c9cc8cf3-93c3-4ad6-8a76-3079d30acd82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.07.12 00:36:38.137458 [ 3 ] {d4c74c37-0ed0-4f7a-b636-e9d289df5f87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
326 | 2024.07.12 00:36:38.137507 [ 3 ] {d4c74c37-0ed0-4f7a-b636-e9d289df5f87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.07.12 00:36:38.138960 [ 3 ] {d4c74c37-0ed0-4f7a-b636-e9d289df5f87} <Debug> oximeter.measurements_u8 (4c1082c4-a7a2-43dc-8b8d-442ae45df846): Loading data parts | ||
328 | 2024.07.12 00:36:38.139092 [ 3 ] {d4c74c37-0ed0-4f7a-b636-e9d289df5f87} <Debug> oximeter.measurements_u8 (4c1082c4-a7a2-43dc-8b8d-442ae45df846): There are no data parts | ||
329 | 2024.07.12 00:36:38.140217 [ 3 ] {d4c74c37-0ed0-4f7a-b636-e9d289df5f87} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.07.12 00:36:38.140243 [ 3 ] {} <Debug> HTTP-Session: c9cc8cf3-93c3-4ad6-8a76-3079d30acd82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.07.12 00:36:38.140361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.07.12 00:36:38.140411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.07.12 00:36:38.140434 [ 3 ] {} <Debug> HTTP-Session: 8ca6cf85-8371-4918-a824-6c2fd43bf620 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
334 | 2024.07.12 00:36:38.140450 [ 3 ] {} <Debug> HTTP-Session: 8ca6cf85-8371-4918-a824-6c2fd43bf620 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.07.12 00:36:38.140467 [ 3 ] {} <Debug> HTTP-Session: 8ca6cf85-8371-4918-a824-6c2fd43bf620 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.07.12 00:36:38.140499 [ 3 ] {} <Trace> HTTP-Session: 8ca6cf85-8371-4918-a824-6c2fd43bf620 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.07.12 00:36:38.140671 [ 3 ] {a5e28e2f-a76b-4930-88b3-f011ec1e7761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
338 | 2024.07.12 00:36:38.140718 [ 3 ] {a5e28e2f-a76b-4930-88b3-f011ec1e7761} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.07.12 00:36:38.142200 [ 3 ] {a5e28e2f-a76b-4930-88b3-f011ec1e7761} <Debug> oximeter.measurements_i16 (64695a9a-e6db-4831-a447-9b17739bc085): Loading data parts | ||
340 | 2024.07.12 00:36:38.142322 [ 3 ] {a5e28e2f-a76b-4930-88b3-f011ec1e7761} <Debug> oximeter.measurements_i16 (64695a9a-e6db-4831-a447-9b17739bc085): There are no data parts | ||
341 | 2024.07.12 00:36:38.143488 [ 3 ] {a5e28e2f-a76b-4930-88b3-f011ec1e7761} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.07.12 00:36:38.143519 [ 3 ] {} <Debug> HTTP-Session: 8ca6cf85-8371-4918-a824-6c2fd43bf620 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.07.12 00:36:38.143625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.07.12 00:36:38.143674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.07.12 00:36:38.143697 [ 3 ] {} <Debug> HTTP-Session: df462d22-6da6-4a38-905b-9a3c085b293b Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
346 | 2024.07.12 00:36:38.143712 [ 3 ] {} <Debug> HTTP-Session: df462d22-6da6-4a38-905b-9a3c085b293b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.07.12 00:36:38.143728 [ 3 ] {} <Debug> HTTP-Session: df462d22-6da6-4a38-905b-9a3c085b293b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.07.12 00:36:38.143760 [ 3 ] {} <Trace> HTTP-Session: df462d22-6da6-4a38-905b-9a3c085b293b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.07.12 00:36:38.143927 [ 3 ] {345c8874-1f72-4471-90c8-7ea19cdbcdab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
350 | 2024.07.12 00:36:38.143978 [ 3 ] {345c8874-1f72-4471-90c8-7ea19cdbcdab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.07.12 00:36:38.145432 [ 3 ] {345c8874-1f72-4471-90c8-7ea19cdbcdab} <Debug> oximeter.measurements_u16 (5e60aa28-5e5f-4959-8e72-fa3637ecc0d5): Loading data parts | ||
352 | 2024.07.12 00:36:38.145558 [ 3 ] {345c8874-1f72-4471-90c8-7ea19cdbcdab} <Debug> oximeter.measurements_u16 (5e60aa28-5e5f-4959-8e72-fa3637ecc0d5): There are no data parts | ||
353 | 2024.07.12 00:36:38.146709 [ 3 ] {345c8874-1f72-4471-90c8-7ea19cdbcdab} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.07.12 00:36:38.146741 [ 3 ] {} <Debug> HTTP-Session: df462d22-6da6-4a38-905b-9a3c085b293b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.07.12 00:36:38.146863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.07.12 00:36:38.146915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.07.12 00:36:38.146938 [ 3 ] {} <Debug> HTTP-Session: 5a98ba7d-fa0e-47d4-8134-bfaca360cdef Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
358 | 2024.07.12 00:36:38.146962 [ 3 ] {} <Debug> HTTP-Session: 5a98ba7d-fa0e-47d4-8134-bfaca360cdef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.07.12 00:36:38.146975 [ 3 ] {} <Debug> HTTP-Session: 5a98ba7d-fa0e-47d4-8134-bfaca360cdef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.07.12 00:36:38.147009 [ 3 ] {} <Trace> HTTP-Session: 5a98ba7d-fa0e-47d4-8134-bfaca360cdef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.07.12 00:36:38.147185 [ 3 ] {a23c30b0-f8b4-4d5a-8eb3-2f1a36fbe8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
362 | 2024.07.12 00:36:38.147234 [ 3 ] {a23c30b0-f8b4-4d5a-8eb3-2f1a36fbe8f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.07.12 00:36:38.148701 [ 3 ] {a23c30b0-f8b4-4d5a-8eb3-2f1a36fbe8f3} <Debug> oximeter.measurements_i32 (89472d56-b72e-4339-b5d9-5e69bca7e110): Loading data parts | ||
364 | 2024.07.12 00:36:38.148825 [ 3 ] {a23c30b0-f8b4-4d5a-8eb3-2f1a36fbe8f3} <Debug> oximeter.measurements_i32 (89472d56-b72e-4339-b5d9-5e69bca7e110): There are no data parts | ||
365 | 2024.07.12 00:36:38.150010 [ 3 ] {a23c30b0-f8b4-4d5a-8eb3-2f1a36fbe8f3} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.07.12 00:36:38.150041 [ 3 ] {} <Debug> HTTP-Session: 5a98ba7d-fa0e-47d4-8134-bfaca360cdef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.07.12 00:36:38.150164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.07.12 00:36:38.150215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.07.12 00:36:38.150242 [ 3 ] {} <Debug> HTTP-Session: 6949049e-8068-409b-945a-5e7fa341a8b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
370 | 2024.07.12 00:36:38.150258 [ 3 ] {} <Debug> HTTP-Session: 6949049e-8068-409b-945a-5e7fa341a8b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.07.12 00:36:38.150275 [ 3 ] {} <Debug> HTTP-Session: 6949049e-8068-409b-945a-5e7fa341a8b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.07.12 00:36:38.150310 [ 3 ] {} <Trace> HTTP-Session: 6949049e-8068-409b-945a-5e7fa341a8b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.07.12 00:36:38.150480 [ 3 ] {b1ea9db2-974f-403c-a805-0c4884004c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
374 | 2024.07.12 00:36:38.150530 [ 3 ] {b1ea9db2-974f-403c-a805-0c4884004c31} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.07.12 00:36:38.151994 [ 3 ] {b1ea9db2-974f-403c-a805-0c4884004c31} <Debug> oximeter.measurements_u32 (07355874-8d4a-4e5c-8ad9-bf36931e5011): Loading data parts | ||
376 | 2024.07.12 00:36:38.152121 [ 3 ] {b1ea9db2-974f-403c-a805-0c4884004c31} <Debug> oximeter.measurements_u32 (07355874-8d4a-4e5c-8ad9-bf36931e5011): There are no data parts | ||
377 | 2024.07.12 00:36:38.153268 [ 3 ] {b1ea9db2-974f-403c-a805-0c4884004c31} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.07.12 00:36:38.153298 [ 3 ] {} <Debug> HTTP-Session: 6949049e-8068-409b-945a-5e7fa341a8b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.07.12 00:36:38.153404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.07.12 00:36:38.153454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.07.12 00:36:38.153478 [ 3 ] {} <Debug> HTTP-Session: d920848b-9a65-4304-abe5-6eea47262c7a Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
382 | 2024.07.12 00:36:38.153499 [ 3 ] {} <Debug> HTTP-Session: d920848b-9a65-4304-abe5-6eea47262c7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.07.12 00:36:38.153512 [ 3 ] {} <Debug> HTTP-Session: d920848b-9a65-4304-abe5-6eea47262c7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.07.12 00:36:38.153545 [ 3 ] {} <Trace> HTTP-Session: d920848b-9a65-4304-abe5-6eea47262c7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.07.12 00:36:38.153715 [ 3 ] {7ba068da-3bb2-4a30-bd17-fda125d9d715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
386 | 2024.07.12 00:36:38.153768 [ 3 ] {7ba068da-3bb2-4a30-bd17-fda125d9d715} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.07.12 00:36:38.155226 [ 3 ] {7ba068da-3bb2-4a30-bd17-fda125d9d715} <Debug> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Loading data parts | ||
388 | 2024.07.12 00:36:38.155353 [ 3 ] {7ba068da-3bb2-4a30-bd17-fda125d9d715} <Debug> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): There are no data parts | ||
389 | 2024.07.12 00:36:38.156628 [ 3 ] {7ba068da-3bb2-4a30-bd17-fda125d9d715} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.07.12 00:36:38.156661 [ 3 ] {} <Debug> HTTP-Session: d920848b-9a65-4304-abe5-6eea47262c7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.07.12 00:36:38.156772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.07.12 00:36:38.156828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.07.12 00:36:38.156846 [ 3 ] {} <Debug> HTTP-Session: 6dc49d90-718f-4d9d-a67e-ac9cf8e10595 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
394 | 2024.07.12 00:36:38.156866 [ 3 ] {} <Debug> HTTP-Session: 6dc49d90-718f-4d9d-a67e-ac9cf8e10595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.07.12 00:36:38.156879 [ 3 ] {} <Debug> HTTP-Session: 6dc49d90-718f-4d9d-a67e-ac9cf8e10595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.07.12 00:36:38.156915 [ 3 ] {} <Trace> HTTP-Session: 6dc49d90-718f-4d9d-a67e-ac9cf8e10595 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.07.12 00:36:38.157087 [ 3 ] {c6844d95-4705-448e-9d3f-90b2ada814c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
398 | 2024.07.12 00:36:38.157137 [ 3 ] {c6844d95-4705-448e-9d3f-90b2ada814c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.07.12 00:36:38.158618 [ 3 ] {c6844d95-4705-448e-9d3f-90b2ada814c8} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Loading data parts | ||
400 | 2024.07.12 00:36:38.158756 [ 3 ] {c6844d95-4705-448e-9d3f-90b2ada814c8} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): There are no data parts | ||
401 | 2024.07.12 00:36:38.159909 [ 3 ] {c6844d95-4705-448e-9d3f-90b2ada814c8} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.07.12 00:36:38.159941 [ 3 ] {} <Debug> HTTP-Session: 6dc49d90-718f-4d9d-a67e-ac9cf8e10595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.07.12 00:36:38.160067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.07.12 00:36:38.160113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.07.12 00:36:38.160137 [ 3 ] {} <Debug> HTTP-Session: 8e2806ec-b6eb-4fba-a90b-80c954525cf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
406 | 2024.07.12 00:36:38.160158 [ 3 ] {} <Debug> HTTP-Session: 8e2806ec-b6eb-4fba-a90b-80c954525cf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.07.12 00:36:38.160172 [ 3 ] {} <Debug> HTTP-Session: 8e2806ec-b6eb-4fba-a90b-80c954525cf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.07.12 00:36:38.160205 [ 3 ] {} <Trace> HTTP-Session: 8e2806ec-b6eb-4fba-a90b-80c954525cf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.07.12 00:36:38.160377 [ 3 ] {b465457f-d95c-4710-98b2-c6497494fd97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
410 | 2024.07.12 00:36:38.160432 [ 3 ] {b465457f-d95c-4710-98b2-c6497494fd97} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.07.12 00:36:38.161944 [ 3 ] {b465457f-d95c-4710-98b2-c6497494fd97} <Debug> oximeter.measurements_f32 (36779a18-bc90-445c-b2e2-84c1f4450c3c): Loading data parts | ||
412 | 2024.07.12 00:36:38.162077 [ 3 ] {b465457f-d95c-4710-98b2-c6497494fd97} <Debug> oximeter.measurements_f32 (36779a18-bc90-445c-b2e2-84c1f4450c3c): There are no data parts | ||
413 | 2024.07.12 00:36:38.163230 [ 3 ] {b465457f-d95c-4710-98b2-c6497494fd97} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.07.12 00:36:38.163254 [ 3 ] {} <Debug> HTTP-Session: 8e2806ec-b6eb-4fba-a90b-80c954525cf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.07.12 00:36:38.163373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.07.12 00:36:38.163429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.07.12 00:36:38.163448 [ 3 ] {} <Debug> HTTP-Session: 6d0b35d7-083b-4959-a9c0-86080a613112 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
418 | 2024.07.12 00:36:38.163469 [ 3 ] {} <Debug> HTTP-Session: 6d0b35d7-083b-4959-a9c0-86080a613112 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.07.12 00:36:38.163487 [ 3 ] {} <Debug> HTTP-Session: 6d0b35d7-083b-4959-a9c0-86080a613112 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.07.12 00:36:38.163517 [ 3 ] {} <Trace> HTTP-Session: 6d0b35d7-083b-4959-a9c0-86080a613112 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.07.12 00:36:38.163690 [ 3 ] {fe4dc1e1-6283-4d1d-ab46-04818bf2e119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
422 | 2024.07.12 00:36:38.163743 [ 3 ] {fe4dc1e1-6283-4d1d-ab46-04818bf2e119} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.07.12 00:36:38.165251 [ 3 ] {fe4dc1e1-6283-4d1d-ab46-04818bf2e119} <Debug> oximeter.measurements_f64 (b064fd4e-81ad-423a-b54e-15187e26791d): Loading data parts | ||
424 | 2024.07.12 00:36:38.165452 [ 3 ] {fe4dc1e1-6283-4d1d-ab46-04818bf2e119} <Debug> oximeter.measurements_f64 (b064fd4e-81ad-423a-b54e-15187e26791d): There are no data parts | ||
425 | 2024.07.12 00:36:38.166625 [ 3 ] {fe4dc1e1-6283-4d1d-ab46-04818bf2e119} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.07.12 00:36:38.166657 [ 3 ] {} <Debug> HTTP-Session: 6d0b35d7-083b-4959-a9c0-86080a613112 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.07.12 00:36:38.166774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.07.12 00:36:38.166826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.07.12 00:36:38.166846 [ 3 ] {} <Debug> HTTP-Session: 39231d7d-4def-4df4-8cb4-d0f3a9c7cf88 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
430 | 2024.07.12 00:36:38.166867 [ 3 ] {} <Debug> HTTP-Session: 39231d7d-4def-4df4-8cb4-d0f3a9c7cf88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.07.12 00:36:38.166881 [ 3 ] {} <Debug> HTTP-Session: 39231d7d-4def-4df4-8cb4-d0f3a9c7cf88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.07.12 00:36:38.166915 [ 3 ] {} <Trace> HTTP-Session: 39231d7d-4def-4df4-8cb4-d0f3a9c7cf88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.07.12 00:36:38.167089 [ 3 ] {878abe04-f6cd-402d-9012-ce1d6c6c0041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
434 | 2024.07.12 00:36:38.167143 [ 3 ] {878abe04-f6cd-402d-9012-ce1d6c6c0041} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.07.12 00:36:38.168662 [ 3 ] {878abe04-f6cd-402d-9012-ce1d6c6c0041} <Debug> oximeter.measurements_string (153c5fce-4282-45bc-b880-21cffcf76cb1): Loading data parts | ||
436 | 2024.07.12 00:36:38.168822 [ 3 ] {878abe04-f6cd-402d-9012-ce1d6c6c0041} <Debug> oximeter.measurements_string (153c5fce-4282-45bc-b880-21cffcf76cb1): There are no data parts | ||
437 | 2024.07.12 00:36:38.170130 [ 3 ] {878abe04-f6cd-402d-9012-ce1d6c6c0041} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.07.12 00:36:38.170154 [ 3 ] {} <Debug> HTTP-Session: 39231d7d-4def-4df4-8cb4-d0f3a9c7cf88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.07.12 00:36:38.170264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.07.12 00:36:38.170317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.07.12 00:36:38.170335 [ 3 ] {} <Debug> HTTP-Session: a7e23da2-bb21-4ad0-8fd5-9a447fc82140 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
442 | 2024.07.12 00:36:38.170357 [ 3 ] {} <Debug> HTTP-Session: a7e23da2-bb21-4ad0-8fd5-9a447fc82140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.07.12 00:36:38.170376 [ 3 ] {} <Debug> HTTP-Session: a7e23da2-bb21-4ad0-8fd5-9a447fc82140 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.07.12 00:36:38.170406 [ 3 ] {} <Trace> HTTP-Session: a7e23da2-bb21-4ad0-8fd5-9a447fc82140 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.07.12 00:36:38.170580 [ 3 ] {77934b07-d555-4d8d-b434-8aacc36edbfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
448 | * a string isn't palatable for a few reasons. | ||
449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
450 | * details. | ||
451 | */ | ||
452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
453 | 2024.07.12 00:36:38.170635 [ 3 ] {77934b07-d555-4d8d-b434-8aacc36edbfa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.07.12 00:36:38.172157 [ 3 ] {77934b07-d555-4d8d-b434-8aacc36edbfa} <Debug> oximeter.measurements_bytes (17c1b2bf-0b27-4b98-b36d-0aa2654bfdb6): Loading data parts | ||
455 | 2024.07.12 00:36:38.172305 [ 3 ] {77934b07-d555-4d8d-b434-8aacc36edbfa} <Debug> oximeter.measurements_bytes (17c1b2bf-0b27-4b98-b36d-0aa2654bfdb6): There are no data parts | ||
456 | 2024.07.12 00:36:38.173463 [ 3 ] {77934b07-d555-4d8d-b434-8aacc36edbfa} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.07.12 00:36:38.173489 [ 3 ] {} <Debug> HTTP-Session: a7e23da2-bb21-4ad0-8fd5-9a447fc82140 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.07.12 00:36:38.173606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.07.12 00:36:38.173659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.07.12 00:36:38.173677 [ 3 ] {} <Debug> HTTP-Session: feb0484f-6815-4fba-a0cb-9b6c0d8cc782 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
461 | 2024.07.12 00:36:38.173698 [ 3 ] {} <Debug> HTTP-Session: feb0484f-6815-4fba-a0cb-9b6c0d8cc782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.07.12 00:36:38.173717 [ 3 ] {} <Debug> HTTP-Session: feb0484f-6815-4fba-a0cb-9b6c0d8cc782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.07.12 00:36:38.173747 [ 3 ] {} <Trace> HTTP-Session: feb0484f-6815-4fba-a0cb-9b6c0d8cc782 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.07.12 00:36:38.173935 [ 3 ] {f2aedab8-6f54-4663-9c89-769b9f18298b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
465 | 2024.07.12 00:36:38.173985 [ 3 ] {f2aedab8-6f54-4663-9c89-769b9f18298b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.07.12 00:36:38.175546 [ 3 ] {f2aedab8-6f54-4663-9c89-769b9f18298b} <Debug> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Loading data parts | ||
467 | 2024.07.12 00:36:38.175695 [ 3 ] {f2aedab8-6f54-4663-9c89-769b9f18298b} <Debug> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): There are no data parts | ||
468 | 2024.07.12 00:36:38.176850 [ 3 ] {f2aedab8-6f54-4663-9c89-769b9f18298b} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.07.12 00:36:38.176881 [ 3 ] {} <Debug> HTTP-Session: feb0484f-6815-4fba-a0cb-9b6c0d8cc782 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.07.12 00:36:38.176992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.07.12 00:36:38.177051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.07.12 00:36:38.177070 [ 3 ] {} <Debug> HTTP-Session: 7893d297-1a4f-4ede-bccc-2cbacc46dcc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
473 | 2024.07.12 00:36:38.177092 [ 3 ] {} <Debug> HTTP-Session: 7893d297-1a4f-4ede-bccc-2cbacc46dcc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.07.12 00:36:38.177106 [ 3 ] {} <Debug> HTTP-Session: 7893d297-1a4f-4ede-bccc-2cbacc46dcc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.07.12 00:36:38.177140 [ 3 ] {} <Trace> HTTP-Session: 7893d297-1a4f-4ede-bccc-2cbacc46dcc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.07.12 00:36:38.177325 [ 3 ] {fa878269-abc2-464e-8d6b-7dad01984f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
477 | 2024.07.12 00:36:38.177382 [ 3 ] {fa878269-abc2-464e-8d6b-7dad01984f7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.07.12 00:36:38.178928 [ 3 ] {fa878269-abc2-464e-8d6b-7dad01984f7b} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Loading data parts | ||
479 | 2024.07.12 00:36:38.179086 [ 3 ] {fa878269-abc2-464e-8d6b-7dad01984f7b} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): There are no data parts | ||
480 | 2024.07.12 00:36:38.180267 [ 3 ] {fa878269-abc2-464e-8d6b-7dad01984f7b} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.07.12 00:36:38.180293 [ 3 ] {} <Debug> HTTP-Session: 7893d297-1a4f-4ede-bccc-2cbacc46dcc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.07.12 00:36:38.180412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.07.12 00:36:38.180465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.07.12 00:36:38.180484 [ 3 ] {} <Debug> HTTP-Session: 1750adb2-d24e-4cab-b4b2-872d300a00fa Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
485 | 2024.07.12 00:36:38.180506 [ 3 ] {} <Debug> HTTP-Session: 1750adb2-d24e-4cab-b4b2-872d300a00fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.07.12 00:36:38.180524 [ 3 ] {} <Debug> HTTP-Session: 1750adb2-d24e-4cab-b4b2-872d300a00fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.07.12 00:36:38.180553 [ 3 ] {} <Trace> HTTP-Session: 1750adb2-d24e-4cab-b4b2-872d300a00fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.07.12 00:36:38.180738 [ 3 ] {3725b8a7-e5e6-4362-84ab-2f543c14e9d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
489 | 2024.07.12 00:36:38.180799 [ 3 ] {3725b8a7-e5e6-4362-84ab-2f543c14e9d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.07.12 00:36:38.182338 [ 3 ] {3725b8a7-e5e6-4362-84ab-2f543c14e9d5} <Debug> oximeter.measurements_cumulativef32 (a2311ecf-f7ab-4b0b-a565-2d3f7e1ee62f): Loading data parts | ||
491 | 2024.07.12 00:36:38.182499 [ 3 ] {3725b8a7-e5e6-4362-84ab-2f543c14e9d5} <Debug> oximeter.measurements_cumulativef32 (a2311ecf-f7ab-4b0b-a565-2d3f7e1ee62f): There are no data parts | ||
492 | 2024.07.12 00:36:38.183717 [ 3 ] {3725b8a7-e5e6-4362-84ab-2f543c14e9d5} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.07.12 00:36:38.183751 [ 3 ] {} <Debug> HTTP-Session: 1750adb2-d24e-4cab-b4b2-872d300a00fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.07.12 00:36:38.183857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.07.12 00:36:38.183911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.07.12 00:36:38.183936 [ 3 ] {} <Debug> HTTP-Session: b00f41a7-42fa-4cdc-ab3b-668c44ee3d82 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
497 | 2024.07.12 00:36:38.183958 [ 3 ] {} <Debug> HTTP-Session: b00f41a7-42fa-4cdc-ab3b-668c44ee3d82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.07.12 00:36:38.183972 [ 3 ] {} <Debug> HTTP-Session: b00f41a7-42fa-4cdc-ab3b-668c44ee3d82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.07.12 00:36:38.184007 [ 3 ] {} <Trace> HTTP-Session: b00f41a7-42fa-4cdc-ab3b-668c44ee3d82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.07.12 00:36:38.184224 [ 3 ] {35739767-bd56-471d-9e9c-8f850c05caca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
501 | 2024.07.12 00:36:38.184301 [ 3 ] {35739767-bd56-471d-9e9c-8f850c05caca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.07.12 00:36:38.185836 [ 3 ] {35739767-bd56-471d-9e9c-8f850c05caca} <Debug> oximeter.measurements_cumulativef64 (c928d939-49d7-4ac9-826e-f5fb726aa2c0): Loading data parts | ||
503 | 2024.07.12 00:36:38.186007 [ 3 ] {35739767-bd56-471d-9e9c-8f850c05caca} <Debug> oximeter.measurements_cumulativef64 (c928d939-49d7-4ac9-826e-f5fb726aa2c0): There are no data parts | ||
504 | 2024.07.12 00:36:38.187175 [ 3 ] {35739767-bd56-471d-9e9c-8f850c05caca} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.07.12 00:36:38.187200 [ 3 ] {} <Debug> HTTP-Session: b00f41a7-42fa-4cdc-ab3b-668c44ee3d82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.07.12 00:36:38.187325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.07.12 00:36:38.187386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.07.12 00:36:38.187404 [ 3 ] {} <Debug> HTTP-Session: 16bc5d7c-2c11-46dd-afe9-c6b5114785d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
509 | 2024.07.12 00:36:38.187429 [ 3 ] {} <Debug> HTTP-Session: 16bc5d7c-2c11-46dd-afe9-c6b5114785d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.07.12 00:36:38.187451 [ 3 ] {} <Debug> HTTP-Session: 16bc5d7c-2c11-46dd-afe9-c6b5114785d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.07.12 00:36:38.187481 [ 3 ] {} <Trace> HTTP-Session: 16bc5d7c-2c11-46dd-afe9-c6b5114785d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.07.12 00:36:38.187732 [ 3 ] {c898ec25-39b6-48a1-a65e-6962768b6a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
513 | * NOTE: Array types cannot be Nullable, see | ||
514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
515 | * for more details. | ||
516 | * | ||
517 | * This means we need to use empty arrays to indicate a missing value. This | ||
518 | * is unfortunate, and at this point relies on the fact that an | ||
519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
520 | * to figure out another way to represent missing samples here. | ||
521 | */ | ||
522 | bins Array(Int8), counts Array(UInt64), 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) | ||
523 | 2024.07.12 00:36:38.187805 [ 3 ] {c898ec25-39b6-48a1-a65e-6962768b6a4f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.07.12 00:36:38.189569 [ 3 ] {c898ec25-39b6-48a1-a65e-6962768b6a4f} <Debug> oximeter.measurements_histogrami8 (6e4ec0f6-2bd8-40ba-afd1-6aa7f0b2c325): Loading data parts | ||
525 | 2024.07.12 00:36:38.189724 [ 3 ] {c898ec25-39b6-48a1-a65e-6962768b6a4f} <Debug> oximeter.measurements_histogrami8 (6e4ec0f6-2bd8-40ba-afd1-6aa7f0b2c325): There are no data parts | ||
526 | 2024.07.12 00:36:38.190941 [ 3 ] {c898ec25-39b6-48a1-a65e-6962768b6a4f} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.07.12 00:36:38.190979 [ 3 ] {} <Debug> HTTP-Session: 16bc5d7c-2c11-46dd-afe9-c6b5114785d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.07.12 00:36:38.191111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.07.12 00:36:38.191157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.07.12 00:36:38.191186 [ 3 ] {} <Debug> HTTP-Session: afdc9b78-d88f-4e20-95ac-9faf8b537da3 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
531 | 2024.07.12 00:36:38.191212 [ 3 ] {} <Debug> HTTP-Session: afdc9b78-d88f-4e20-95ac-9faf8b537da3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.07.12 00:36:38.191225 [ 3 ] {} <Debug> HTTP-Session: afdc9b78-d88f-4e20-95ac-9faf8b537da3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.07.12 00:36:38.191262 [ 3 ] {} <Trace> HTTP-Session: afdc9b78-d88f-4e20-95ac-9faf8b537da3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.07.12 00:36:38.191514 [ 3 ] {60b1e278-4562-40e7-94f3-2d08d7a3319a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) 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) | ||
535 | 2024.07.12 00:36:38.191587 [ 3 ] {60b1e278-4562-40e7-94f3-2d08d7a3319a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.07.12 00:36:38.193335 [ 3 ] {60b1e278-4562-40e7-94f3-2d08d7a3319a} <Debug> oximeter.measurements_histogramu8 (0220914d-dd7f-4cd2-824d-87aa001519af): Loading data parts | ||
537 | 2024.07.12 00:36:38.193496 [ 3 ] {60b1e278-4562-40e7-94f3-2d08d7a3319a} <Debug> oximeter.measurements_histogramu8 (0220914d-dd7f-4cd2-824d-87aa001519af): There are no data parts | ||
538 | 2024.07.12 00:36:38.194707 [ 3 ] {60b1e278-4562-40e7-94f3-2d08d7a3319a} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.07.12 00:36:38.194731 [ 3 ] {} <Debug> HTTP-Session: afdc9b78-d88f-4e20-95ac-9faf8b537da3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.07.12 00:36:38.194839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.07.12 00:36:38.194906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.07.12 00:36:38.194925 [ 3 ] {} <Debug> HTTP-Session: e64f27df-8f26-41a5-afe5-6ec4bd2d2123 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
543 | 2024.07.12 00:36:38.194952 [ 3 ] {} <Debug> HTTP-Session: e64f27df-8f26-41a5-afe5-6ec4bd2d2123 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.07.12 00:36:38.194966 [ 3 ] {} <Debug> HTTP-Session: e64f27df-8f26-41a5-afe5-6ec4bd2d2123 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.07.12 00:36:38.195005 [ 3 ] {} <Trace> HTTP-Session: e64f27df-8f26-41a5-afe5-6ec4bd2d2123 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.07.12 00:36:38.195253 [ 3 ] {72be47ca-84ed-429f-a4d9-fd3db2750691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) 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) | ||
547 | 2024.07.12 00:36:38.195328 [ 3 ] {72be47ca-84ed-429f-a4d9-fd3db2750691} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.07.12 00:36:38.197271 [ 3 ] {72be47ca-84ed-429f-a4d9-fd3db2750691} <Debug> oximeter.measurements_histogrami16 (4d9223d5-51f7-4a7b-a978-c4b4db4defbd): Loading data parts | ||
549 | 2024.07.12 00:36:38.197435 [ 3 ] {72be47ca-84ed-429f-a4d9-fd3db2750691} <Debug> oximeter.measurements_histogrami16 (4d9223d5-51f7-4a7b-a978-c4b4db4defbd): There are no data parts | ||
550 | 2024.07.12 00:36:38.198661 [ 3 ] {72be47ca-84ed-429f-a4d9-fd3db2750691} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.07.12 00:36:38.198698 [ 3 ] {} <Debug> HTTP-Session: e64f27df-8f26-41a5-afe5-6ec4bd2d2123 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.07.12 00:36:38.198825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.07.12 00:36:38.198871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.07.12 00:36:38.198902 [ 3 ] {} <Debug> HTTP-Session: 925b1447-8e89-4db0-8da3-7c58d40b9db6 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
555 | 2024.07.12 00:36:38.198928 [ 3 ] {} <Debug> HTTP-Session: 925b1447-8e89-4db0-8da3-7c58d40b9db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.07.12 00:36:38.198942 [ 3 ] {} <Debug> HTTP-Session: 925b1447-8e89-4db0-8da3-7c58d40b9db6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.07.12 00:36:38.198979 [ 3 ] {} <Trace> HTTP-Session: 925b1447-8e89-4db0-8da3-7c58d40b9db6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.07.12 00:36:38.199230 [ 3 ] {23d8f9a2-b16d-4938-b09c-4d41194aebb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) 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) | ||
559 | 2024.07.12 00:36:38.199299 [ 3 ] {23d8f9a2-b16d-4938-b09c-4d41194aebb2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.07.12 00:36:38.201204 [ 3 ] {23d8f9a2-b16d-4938-b09c-4d41194aebb2} <Debug> oximeter.measurements_histogramu16 (4190f757-ccbf-401b-8ebc-632193d585cb): Loading data parts | ||
561 | 2024.07.12 00:36:38.201359 [ 3 ] {23d8f9a2-b16d-4938-b09c-4d41194aebb2} <Debug> oximeter.measurements_histogramu16 (4190f757-ccbf-401b-8ebc-632193d585cb): There are no data parts | ||
562 | 2024.07.12 00:36:38.202595 [ 3 ] {23d8f9a2-b16d-4938-b09c-4d41194aebb2} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.07.12 00:36:38.202620 [ 3 ] {} <Debug> HTTP-Session: 925b1447-8e89-4db0-8da3-7c58d40b9db6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.07.12 00:36:38.202740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.07.12 00:36:38.202794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.07.12 00:36:38.202813 [ 3 ] {} <Debug> HTTP-Session: c5571fe8-630e-4364-9c19-17aad73debd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
567 | 2024.07.12 00:36:38.202834 [ 3 ] {} <Debug> HTTP-Session: c5571fe8-630e-4364-9c19-17aad73debd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.07.12 00:36:38.202852 [ 3 ] {} <Debug> HTTP-Session: c5571fe8-630e-4364-9c19-17aad73debd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.07.12 00:36:38.202883 [ 3 ] {} <Trace> HTTP-Session: c5571fe8-630e-4364-9c19-17aad73debd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.07.12 00:36:38.203130 [ 3 ] {2add7d7e-105b-4acc-adf4-bc3bfdec739e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) 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) | ||
571 | 2024.07.12 00:36:38.203200 [ 3 ] {2add7d7e-105b-4acc-adf4-bc3bfdec739e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.07.12 00:36:38.205088 [ 3 ] {2add7d7e-105b-4acc-adf4-bc3bfdec739e} <Debug> oximeter.measurements_histogrami32 (6c341887-9bb4-4a00-9bc2-8bfb2d9e20fd): Loading data parts | ||
573 | 2024.07.12 00:36:38.205271 [ 3 ] {2add7d7e-105b-4acc-adf4-bc3bfdec739e} <Debug> oximeter.measurements_histogrami32 (6c341887-9bb4-4a00-9bc2-8bfb2d9e20fd): There are no data parts | ||
574 | 2024.07.12 00:36:38.206506 [ 3 ] {2add7d7e-105b-4acc-adf4-bc3bfdec739e} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.07.12 00:36:38.206531 [ 3 ] {} <Debug> HTTP-Session: c5571fe8-630e-4364-9c19-17aad73debd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.07.12 00:36:38.206653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.07.12 00:36:38.206712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.07.12 00:36:38.206731 [ 3 ] {} <Debug> HTTP-Session: f540ab9c-a6b8-48d1-bc7e-9a67965dbcae Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
579 | 2024.07.12 00:36:38.206758 [ 3 ] {} <Debug> HTTP-Session: f540ab9c-a6b8-48d1-bc7e-9a67965dbcae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.07.12 00:36:38.206772 [ 3 ] {} <Debug> HTTP-Session: f540ab9c-a6b8-48d1-bc7e-9a67965dbcae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.07.12 00:36:38.206811 [ 3 ] {} <Trace> HTTP-Session: f540ab9c-a6b8-48d1-bc7e-9a67965dbcae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.07.12 00:36:38.207059 [ 3 ] {569e7cc7-3818-473b-80d1-dabcc561bfc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) 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) | ||
583 | 2024.07.12 00:36:38.207128 [ 3 ] {569e7cc7-3818-473b-80d1-dabcc561bfc7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.07.12 00:36:38.208906 [ 3 ] {569e7cc7-3818-473b-80d1-dabcc561bfc7} <Debug> oximeter.measurements_histogramu32 (482cf404-0e10-4677-ab7a-58c1ef0ce199): Loading data parts | ||
585 | 2024.07.12 00:36:38.209101 [ 3 ] {569e7cc7-3818-473b-80d1-dabcc561bfc7} <Debug> oximeter.measurements_histogramu32 (482cf404-0e10-4677-ab7a-58c1ef0ce199): There are no data parts | ||
586 | 2024.07.12 00:36:38.210347 [ 3 ] {569e7cc7-3818-473b-80d1-dabcc561bfc7} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.07.12 00:36:38.210371 [ 3 ] {} <Debug> HTTP-Session: f540ab9c-a6b8-48d1-bc7e-9a67965dbcae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.07.12 00:36:38.210493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.07.12 00:36:38.210546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.07.12 00:36:38.210565 [ 3 ] {} <Debug> HTTP-Session: 925ff2cf-9786-45f9-8bc3-dea11acb39b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
591 | 2024.07.12 00:36:38.210588 [ 3 ] {} <Debug> HTTP-Session: 925ff2cf-9786-45f9-8bc3-dea11acb39b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.07.12 00:36:38.210608 [ 3 ] {} <Debug> HTTP-Session: 925ff2cf-9786-45f9-8bc3-dea11acb39b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.07.12 00:36:38.210638 [ 3 ] {} <Trace> HTTP-Session: 925ff2cf-9786-45f9-8bc3-dea11acb39b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.07.12 00:36:38.210886 [ 3 ] {578facd1-5511-4e17-b525-e4d65793326a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) 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) | ||
595 | 2024.07.12 00:36:38.210955 [ 3 ] {578facd1-5511-4e17-b525-e4d65793326a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.07.12 00:36:38.212710 [ 3 ] {578facd1-5511-4e17-b525-e4d65793326a} <Debug> oximeter.measurements_histogrami64 (67d116af-48fc-4b88-8e3c-cbbe017bdde7): Loading data parts | ||
597 | 2024.07.12 00:36:38.212897 [ 3 ] {578facd1-5511-4e17-b525-e4d65793326a} <Debug> oximeter.measurements_histogrami64 (67d116af-48fc-4b88-8e3c-cbbe017bdde7): There are no data parts | ||
598 | 2024.07.12 00:36:38.214164 [ 3 ] {578facd1-5511-4e17-b525-e4d65793326a} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.07.12 00:36:38.214189 [ 3 ] {} <Debug> HTTP-Session: 925ff2cf-9786-45f9-8bc3-dea11acb39b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.07.12 00:36:38.214308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.07.12 00:36:38.214362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.07.12 00:36:38.214390 [ 3 ] {} <Debug> HTTP-Session: 76751cef-f40d-4a30-be8d-78f0fe4080a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
603 | 2024.07.12 00:36:38.214405 [ 3 ] {} <Debug> HTTP-Session: 76751cef-f40d-4a30-be8d-78f0fe4080a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.07.12 00:36:38.214423 [ 3 ] {} <Debug> HTTP-Session: 76751cef-f40d-4a30-be8d-78f0fe4080a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.07.12 00:36:38.214453 [ 3 ] {} <Trace> HTTP-Session: 76751cef-f40d-4a30-be8d-78f0fe4080a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.07.12 00:36:38.214700 [ 3 ] {8fa006f4-691c-4661-b892-b0dce21eb397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) 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) | ||
607 | 2024.07.12 00:36:38.214765 [ 3 ] {8fa006f4-691c-4661-b892-b0dce21eb397} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.07.12 00:36:38.216519 [ 3 ] {8fa006f4-691c-4661-b892-b0dce21eb397} <Debug> oximeter.measurements_histogramu64 (7d4e9422-793d-46cf-909c-cc8567c933a6): Loading data parts | ||
609 | 2024.07.12 00:36:38.216675 [ 3 ] {8fa006f4-691c-4661-b892-b0dce21eb397} <Debug> oximeter.measurements_histogramu64 (7d4e9422-793d-46cf-909c-cc8567c933a6): There are no data parts | ||
610 | 2024.07.12 00:36:38.217880 [ 3 ] {8fa006f4-691c-4661-b892-b0dce21eb397} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.07.12 00:36:38.217907 [ 3 ] {} <Debug> HTTP-Session: 76751cef-f40d-4a30-be8d-78f0fe4080a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.07.12 00:36:38.218037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.07.12 00:36:38.218092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.07.12 00:36:38.218110 [ 3 ] {} <Debug> HTTP-Session: 50c77449-c2a2-457e-af2e-620aec1b3dd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
615 | 2024.07.12 00:36:38.218134 [ 3 ] {} <Debug> HTTP-Session: 50c77449-c2a2-457e-af2e-620aec1b3dd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.07.12 00:36:38.218153 [ 3 ] {} <Debug> HTTP-Session: 50c77449-c2a2-457e-af2e-620aec1b3dd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.07.12 00:36:38.218182 [ 3 ] {} <Trace> HTTP-Session: 50c77449-c2a2-457e-af2e-620aec1b3dd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.07.12 00:36:38.218428 [ 3 ] {69074bcb-33a5-4cf3-9a2d-6527af672e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) 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) | ||
619 | 2024.07.12 00:36:38.218492 [ 3 ] {69074bcb-33a5-4cf3-9a2d-6527af672e40} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.07.12 00:36:38.220316 [ 3 ] {69074bcb-33a5-4cf3-9a2d-6527af672e40} <Debug> oximeter.measurements_histogramf32 (93551aab-1406-4d5f-96f6-fb293bad309e): Loading data parts | ||
621 | 2024.07.12 00:36:38.220464 [ 3 ] {69074bcb-33a5-4cf3-9a2d-6527af672e40} <Debug> oximeter.measurements_histogramf32 (93551aab-1406-4d5f-96f6-fb293bad309e): There are no data parts | ||
622 | 2024.07.12 00:36:38.221667 [ 3 ] {69074bcb-33a5-4cf3-9a2d-6527af672e40} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.07.12 00:36:38.221702 [ 3 ] {} <Debug> HTTP-Session: 50c77449-c2a2-457e-af2e-620aec1b3dd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.07.12 00:36:38.221817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.07.12 00:36:38.221872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.07.12 00:36:38.221898 [ 3 ] {} <Debug> HTTP-Session: ab8cfc59-d52f-491e-b617-c933613ebabb Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
627 | 2024.07.12 00:36:38.221913 [ 3 ] {} <Debug> HTTP-Session: ab8cfc59-d52f-491e-b617-c933613ebabb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.07.12 00:36:38.221932 [ 3 ] {} <Debug> HTTP-Session: ab8cfc59-d52f-491e-b617-c933613ebabb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.07.12 00:36:38.221967 [ 3 ] {} <Trace> HTTP-Session: ab8cfc59-d52f-491e-b617-c933613ebabb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.07.12 00:36:38.222204 [ 3 ] {4f656744-c37a-45f6-a59f-9d77e95bca1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) 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) | ||
631 | 2024.07.12 00:36:38.222270 [ 3 ] {4f656744-c37a-45f6-a59f-9d77e95bca1f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.07.12 00:36:38.224058 [ 3 ] {4f656744-c37a-45f6-a59f-9d77e95bca1f} <Debug> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Loading data parts | ||
633 | 2024.07.12 00:36:38.224242 [ 3 ] {4f656744-c37a-45f6-a59f-9d77e95bca1f} <Debug> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): There are no data parts | ||
634 | 2024.07.12 00:36:38.225483 [ 3 ] {4f656744-c37a-45f6-a59f-9d77e95bca1f} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.07.12 00:36:38.225508 [ 3 ] {} <Debug> HTTP-Session: ab8cfc59-d52f-491e-b617-c933613ebabb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.07.12 00:36:38.225647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.07.12 00:36:38.225701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.07.12 00:36:38.225727 [ 3 ] {} <Debug> HTTP-Session: 1e258a13-1f08-4bdc-be75-ddcf116e203a Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
639 | 2024.07.12 00:36:38.225743 [ 3 ] {} <Debug> HTTP-Session: 1e258a13-1f08-4bdc-be75-ddcf116e203a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.07.12 00:36:38.225769 [ 3 ] {} <Debug> HTTP-Session: 1e258a13-1f08-4bdc-be75-ddcf116e203a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.07.12 00:36:38.225804 [ 3 ] {} <Trace> HTTP-Session: 1e258a13-1f08-4bdc-be75-ddcf116e203a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.07.12 00:36:38.225962 [ 3 ] {42bc4f5b-1c48-4186-b9b9-31cba297f7bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) /* The field tables store named dimensions of each timeseries. | ||
643 | * | ||
644 | * As with the measurement tables, there is one field table for each field data | ||
645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
646 | * this behavior **must not** be relied upon for query correctness. | ||
647 | * | ||
648 | * The index for the fields differs from the measurements, however. Rows are | ||
649 | * sorted by timeseries name, then field name, field value, and finally | ||
650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
652 | * usually then used to look up measurements. | ||
653 | * | ||
654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
655 | * timeseries name and then key, since it would improve lookups where one | ||
656 | * already has the key. Realistically though, these tables are quite small and | ||
657 | * so performance benefits will be low in absolute terms. | ||
658 | */ | ||
659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
660 | 2024.07.12 00:36:38.226018 [ 3 ] {42bc4f5b-1c48-4186-b9b9-31cba297f7bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.07.12 00:36:38.227396 [ 3 ] {42bc4f5b-1c48-4186-b9b9-31cba297f7bb} <Debug> oximeter.fields_bool (2ceb51f5-09da-4cb4-b653-1afaf665d1eb): Loading data parts | ||
662 | 2024.07.12 00:36:38.227569 [ 3 ] {42bc4f5b-1c48-4186-b9b9-31cba297f7bb} <Debug> oximeter.fields_bool (2ceb51f5-09da-4cb4-b653-1afaf665d1eb): There are no data parts | ||
663 | 2024.07.12 00:36:38.228689 [ 3 ] {42bc4f5b-1c48-4186-b9b9-31cba297f7bb} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.07.12 00:36:38.228722 [ 3 ] {} <Debug> HTTP-Session: 1e258a13-1f08-4bdc-be75-ddcf116e203a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.07.12 00:36:38.228837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.07.12 00:36:38.228890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
667 | 2024.07.12 00:36:38.228909 [ 3 ] {} <Debug> HTTP-Session: d5515418-56dd-45c4-bfd0-7a202f763b66 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
668 | 2024.07.12 00:36:38.228933 [ 3 ] {} <Debug> HTTP-Session: d5515418-56dd-45c4-bfd0-7a202f763b66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.07.12 00:36:38.228948 [ 3 ] {} <Debug> HTTP-Session: d5515418-56dd-45c4-bfd0-7a202f763b66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.07.12 00:36:38.228984 [ 3 ] {} <Trace> HTTP-Session: d5515418-56dd-45c4-bfd0-7a202f763b66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.07.12 00:36:38.229128 [ 3 ] {4fbada58-4658-4551-a36b-f4f42318cec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
672 | 2024.07.12 00:36:38.229181 [ 3 ] {4fbada58-4658-4551-a36b-f4f42318cec6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.07.12 00:36:38.230518 [ 3 ] {4fbada58-4658-4551-a36b-f4f42318cec6} <Debug> oximeter.fields_i8 (70ef9eef-f38f-4205-9048-b0e3c78e426f): Loading data parts | ||
674 | 2024.07.12 00:36:38.230724 [ 3 ] {4fbada58-4658-4551-a36b-f4f42318cec6} <Debug> oximeter.fields_i8 (70ef9eef-f38f-4205-9048-b0e3c78e426f): There are no data parts | ||
675 | 2024.07.12 00:36:38.231832 [ 3 ] {4fbada58-4658-4551-a36b-f4f42318cec6} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.07.12 00:36:38.231866 [ 3 ] {} <Debug> HTTP-Session: d5515418-56dd-45c4-bfd0-7a202f763b66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.07.12 00:36:38.231976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.07.12 00:36:38.232036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
679 | 2024.07.12 00:36:38.232055 [ 3 ] {} <Debug> HTTP-Session: 005f967a-ffd3-453a-9f78-ecc4ee3b18a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
680 | 2024.07.12 00:36:38.232078 [ 3 ] {} <Debug> HTTP-Session: 005f967a-ffd3-453a-9f78-ecc4ee3b18a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.07.12 00:36:38.232092 [ 3 ] {} <Debug> HTTP-Session: 005f967a-ffd3-453a-9f78-ecc4ee3b18a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.07.12 00:36:38.232127 [ 3 ] {} <Trace> HTTP-Session: 005f967a-ffd3-453a-9f78-ecc4ee3b18a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.07.12 00:36:38.232274 [ 3 ] {55fa2e98-3771-471f-98f8-0e7cd9422f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
684 | 2024.07.12 00:36:38.232320 [ 3 ] {55fa2e98-3771-471f-98f8-0e7cd9422f99} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.07.12 00:36:38.233673 [ 3 ] {55fa2e98-3771-471f-98f8-0e7cd9422f99} <Debug> oximeter.fields_u8 (701caf30-180c-4346-a1dc-84322418ec9a): Loading data parts | ||
686 | 2024.07.12 00:36:38.233838 [ 3 ] {55fa2e98-3771-471f-98f8-0e7cd9422f99} <Debug> oximeter.fields_u8 (701caf30-180c-4346-a1dc-84322418ec9a): There are no data parts | ||
687 | 2024.07.12 00:36:38.234957 [ 3 ] {55fa2e98-3771-471f-98f8-0e7cd9422f99} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.07.12 00:36:38.234990 [ 3 ] {} <Debug> HTTP-Session: 005f967a-ffd3-453a-9f78-ecc4ee3b18a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.07.12 00:36:38.235104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.07.12 00:36:38.235158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
691 | 2024.07.12 00:36:38.235183 [ 3 ] {} <Debug> HTTP-Session: def7070a-b46a-47a8-ad24-ecd4846b6ecd Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
692 | 2024.07.12 00:36:38.235205 [ 3 ] {} <Debug> HTTP-Session: def7070a-b46a-47a8-ad24-ecd4846b6ecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.07.12 00:36:38.235218 [ 3 ] {} <Debug> HTTP-Session: def7070a-b46a-47a8-ad24-ecd4846b6ecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.07.12 00:36:38.235253 [ 3 ] {} <Trace> HTTP-Session: def7070a-b46a-47a8-ad24-ecd4846b6ecd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.07.12 00:36:38.235399 [ 3 ] {acc1ac0b-10e9-433a-af00-1d3c9fdc5335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
696 | 2024.07.12 00:36:38.235445 [ 3 ] {acc1ac0b-10e9-433a-af00-1d3c9fdc5335} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.07.12 00:36:38.236847 [ 3 ] {acc1ac0b-10e9-433a-af00-1d3c9fdc5335} <Debug> oximeter.fields_i16 (7d37e11e-6e58-42e8-90b9-0d6fd121cfc8): Loading data parts | ||
698 | 2024.07.12 00:36:38.237016 [ 3 ] {acc1ac0b-10e9-433a-af00-1d3c9fdc5335} <Debug> oximeter.fields_i16 (7d37e11e-6e58-42e8-90b9-0d6fd121cfc8): There are no data parts | ||
699 | 2024.07.12 00:36:38.238150 [ 3 ] {acc1ac0b-10e9-433a-af00-1d3c9fdc5335} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.07.12 00:36:38.238183 [ 3 ] {} <Debug> HTTP-Session: def7070a-b46a-47a8-ad24-ecd4846b6ecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.07.12 00:36:38.238301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.07.12 00:36:38.238353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
703 | 2024.07.12 00:36:38.238380 [ 3 ] {} <Debug> HTTP-Session: d6831b64-c7ac-4c05-a085-09aa078c5f7f Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
704 | 2024.07.12 00:36:38.238395 [ 3 ] {} <Debug> HTTP-Session: d6831b64-c7ac-4c05-a085-09aa078c5f7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.07.12 00:36:38.238414 [ 3 ] {} <Debug> HTTP-Session: d6831b64-c7ac-4c05-a085-09aa078c5f7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.07.12 00:36:38.238451 [ 3 ] {} <Trace> HTTP-Session: d6831b64-c7ac-4c05-a085-09aa078c5f7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.07.12 00:36:38.238588 [ 3 ] {3d821590-f52b-4d41-9ec4-d673ab8c773f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
708 | 2024.07.12 00:36:38.238641 [ 3 ] {3d821590-f52b-4d41-9ec4-d673ab8c773f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.07.12 00:36:38.240039 [ 3 ] {3d821590-f52b-4d41-9ec4-d673ab8c773f} <Debug> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Loading data parts | ||
710 | 2024.07.12 00:36:38.240189 [ 3 ] {3d821590-f52b-4d41-9ec4-d673ab8c773f} <Debug> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): There are no data parts | ||
711 | 2024.07.12 00:36:38.241338 [ 3 ] {3d821590-f52b-4d41-9ec4-d673ab8c773f} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.07.12 00:36:38.241363 [ 3 ] {} <Debug> HTTP-Session: d6831b64-c7ac-4c05-a085-09aa078c5f7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.07.12 00:36:38.241486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.07.12 00:36:38.241539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
715 | 2024.07.12 00:36:38.241558 [ 3 ] {} <Debug> HTTP-Session: 0da26f22-2664-4c40-9b6c-9fab2bfa1448 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
716 | 2024.07.12 00:36:38.241581 [ 3 ] {} <Debug> HTTP-Session: 0da26f22-2664-4c40-9b6c-9fab2bfa1448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.07.12 00:36:38.241600 [ 3 ] {} <Debug> HTTP-Session: 0da26f22-2664-4c40-9b6c-9fab2bfa1448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.07.12 00:36:38.241631 [ 3 ] {} <Trace> HTTP-Session: 0da26f22-2664-4c40-9b6c-9fab2bfa1448 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.07.12 00:36:38.241779 [ 3 ] {bcab7409-a45e-490b-8298-3ffb2071d739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
720 | 2024.07.12 00:36:38.241831 [ 3 ] {bcab7409-a45e-490b-8298-3ffb2071d739} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.07.12 00:36:38.243211 [ 3 ] {bcab7409-a45e-490b-8298-3ffb2071d739} <Debug> oximeter.fields_i32 (c0b83878-899c-4e24-9f28-9162bba1b1b6): Loading data parts | ||
722 | 2024.07.12 00:36:38.243378 [ 3 ] {bcab7409-a45e-490b-8298-3ffb2071d739} <Debug> oximeter.fields_i32 (c0b83878-899c-4e24-9f28-9162bba1b1b6): There are no data parts | ||
723 | 2024.07.12 00:36:38.244489 [ 3 ] {bcab7409-a45e-490b-8298-3ffb2071d739} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.07.12 00:36:38.244513 [ 3 ] {} <Debug> HTTP-Session: 0da26f22-2664-4c40-9b6c-9fab2bfa1448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.07.12 00:36:38.244638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.07.12 00:36:38.244691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
727 | 2024.07.12 00:36:38.244709 [ 3 ] {} <Debug> HTTP-Session: 77624539-b2b3-4605-ae6d-c05510d9e304 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
728 | 2024.07.12 00:36:38.244732 [ 3 ] {} <Debug> HTTP-Session: 77624539-b2b3-4605-ae6d-c05510d9e304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.07.12 00:36:38.244745 [ 3 ] {} <Debug> HTTP-Session: 77624539-b2b3-4605-ae6d-c05510d9e304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.07.12 00:36:38.244781 [ 3 ] {} <Trace> HTTP-Session: 77624539-b2b3-4605-ae6d-c05510d9e304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.07.12 00:36:38.244925 [ 3 ] {33a72e2c-e160-4bda-a8e9-d96be87e9f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
732 | 2024.07.12 00:36:38.244978 [ 3 ] {33a72e2c-e160-4bda-a8e9-d96be87e9f6b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.07.12 00:36:38.246364 [ 3 ] {33a72e2c-e160-4bda-a8e9-d96be87e9f6b} <Debug> oximeter.fields_u32 (02a68e2c-e7d4-4112-8f62-b689e8b4cdfc): Loading data parts | ||
734 | 2024.07.12 00:36:38.246510 [ 3 ] {33a72e2c-e160-4bda-a8e9-d96be87e9f6b} <Debug> oximeter.fields_u32 (02a68e2c-e7d4-4112-8f62-b689e8b4cdfc): There are no data parts | ||
735 | 2024.07.12 00:36:38.247635 [ 3 ] {33a72e2c-e160-4bda-a8e9-d96be87e9f6b} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.07.12 00:36:38.247659 [ 3 ] {} <Debug> HTTP-Session: 77624539-b2b3-4605-ae6d-c05510d9e304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.07.12 00:36:38.247767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.07.12 00:36:38.247841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
739 | 2024.07.12 00:36:38.247862 [ 3 ] {} <Debug> HTTP-Session: f9ca1ebc-cc32-415b-9fef-0fd5f8823b98 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
740 | 2024.07.12 00:36:38.247884 [ 3 ] {} <Debug> HTTP-Session: f9ca1ebc-cc32-415b-9fef-0fd5f8823b98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.07.12 00:36:38.247899 [ 3 ] {} <Debug> HTTP-Session: f9ca1ebc-cc32-415b-9fef-0fd5f8823b98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.07.12 00:36:38.247929 [ 3 ] {} <Trace> HTTP-Session: f9ca1ebc-cc32-415b-9fef-0fd5f8823b98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.07.12 00:36:38.248075 [ 3 ] {cde2a1eb-4861-4816-85be-c43cd1fabcb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
744 | 2024.07.12 00:36:38.248112 [ 3 ] {cde2a1eb-4861-4816-85be-c43cd1fabcb7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.07.12 00:36:38.249498 [ 3 ] {cde2a1eb-4861-4816-85be-c43cd1fabcb7} <Debug> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Loading data parts | ||
746 | 2024.07.12 00:36:38.249660 [ 3 ] {cde2a1eb-4861-4816-85be-c43cd1fabcb7} <Debug> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): There are no data parts | ||
747 | 2024.07.12 00:36:38.250763 [ 3 ] {cde2a1eb-4861-4816-85be-c43cd1fabcb7} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.07.12 00:36:38.250798 [ 3 ] {} <Debug> HTTP-Session: f9ca1ebc-cc32-415b-9fef-0fd5f8823b98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.07.12 00:36:38.250905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.07.12 00:36:38.250952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
751 | 2024.07.12 00:36:38.250971 [ 3 ] {} <Debug> HTTP-Session: daf9207a-caef-4000-b40f-a75eddee95a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
752 | 2024.07.12 00:36:38.250987 [ 3 ] {} <Debug> HTTP-Session: daf9207a-caef-4000-b40f-a75eddee95a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.07.12 00:36:38.251000 [ 3 ] {} <Debug> HTTP-Session: daf9207a-caef-4000-b40f-a75eddee95a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.07.12 00:36:38.251030 [ 3 ] {} <Trace> HTTP-Session: daf9207a-caef-4000-b40f-a75eddee95a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.07.12 00:36:38.251168 [ 3 ] {089e57e5-5c96-4cbf-894e-f77505a8cbe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
756 | 2024.07.12 00:36:38.251207 [ 3 ] {089e57e5-5c96-4cbf-894e-f77505a8cbe3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.07.12 00:36:38.252573 [ 3 ] {089e57e5-5c96-4cbf-894e-f77505a8cbe3} <Debug> oximeter.fields_u64 (22cc82eb-3beb-450f-9068-77a694a82a43): Loading data parts | ||
758 | 2024.07.12 00:36:38.252735 [ 3 ] {089e57e5-5c96-4cbf-894e-f77505a8cbe3} <Debug> oximeter.fields_u64 (22cc82eb-3beb-450f-9068-77a694a82a43): There are no data parts | ||
759 | 2024.07.12 00:36:38.253846 [ 3 ] {089e57e5-5c96-4cbf-894e-f77505a8cbe3} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.07.12 00:36:38.253870 [ 3 ] {} <Debug> HTTP-Session: daf9207a-caef-4000-b40f-a75eddee95a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.07.12 00:36:38.253982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.07.12 00:36:38.254028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
763 | 2024.07.12 00:36:38.254047 [ 3 ] {} <Debug> HTTP-Session: ea2221e7-8ee1-416a-84b4-80a87da430de Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
764 | 2024.07.12 00:36:38.254063 [ 3 ] {} <Debug> HTTP-Session: ea2221e7-8ee1-416a-84b4-80a87da430de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.07.12 00:36:38.254077 [ 3 ] {} <Debug> HTTP-Session: ea2221e7-8ee1-416a-84b4-80a87da430de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.07.12 00:36:38.254107 [ 3 ] {} <Trace> HTTP-Session: ea2221e7-8ee1-416a-84b4-80a87da430de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.07.12 00:36:38.254245 [ 3 ] {36da32bb-ac06-4ba2-a6bb-dae50ceb2d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
768 | 2024.07.12 00:36:38.254284 [ 3 ] {36da32bb-ac06-4ba2-a6bb-dae50ceb2d59} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.07.12 00:36:38.255638 [ 3 ] {36da32bb-ac06-4ba2-a6bb-dae50ceb2d59} <Debug> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Loading data parts | ||
770 | 2024.07.12 00:36:38.255797 [ 3 ] {36da32bb-ac06-4ba2-a6bb-dae50ceb2d59} <Debug> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): There are no data parts | ||
771 | 2024.07.12 00:36:38.256953 [ 3 ] {36da32bb-ac06-4ba2-a6bb-dae50ceb2d59} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.07.12 00:36:38.256979 [ 3 ] {} <Debug> HTTP-Session: ea2221e7-8ee1-416a-84b4-80a87da430de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.07.12 00:36:38.257082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.07.12 00:36:38.257128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
775 | 2024.07.12 00:36:38.257148 [ 3 ] {} <Debug> HTTP-Session: 8652e1ec-7d37-48d8-8f9a-9083a5928a18 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
776 | 2024.07.12 00:36:38.257164 [ 3 ] {} <Debug> HTTP-Session: 8652e1ec-7d37-48d8-8f9a-9083a5928a18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.07.12 00:36:38.257177 [ 3 ] {} <Debug> HTTP-Session: 8652e1ec-7d37-48d8-8f9a-9083a5928a18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.07.12 00:36:38.257207 [ 3 ] {} <Trace> HTTP-Session: 8652e1ec-7d37-48d8-8f9a-9083a5928a18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.07.12 00:36:38.257346 [ 3 ] {befb2263-f24f-4375-be86-8b21a0576a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
780 | 2024.07.12 00:36:38.257384 [ 3 ] {befb2263-f24f-4375-be86-8b21a0576a9a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.07.12 00:36:38.258723 [ 3 ] {befb2263-f24f-4375-be86-8b21a0576a9a} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Loading data parts | ||
782 | 2024.07.12 00:36:38.258878 [ 3 ] {befb2263-f24f-4375-be86-8b21a0576a9a} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): There are no data parts | ||
783 | 2024.07.12 00:36:38.260007 [ 3 ] {befb2263-f24f-4375-be86-8b21a0576a9a} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.07.12 00:36:38.260033 [ 3 ] {} <Debug> HTTP-Session: 8652e1ec-7d37-48d8-8f9a-9083a5928a18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.07.12 00:36:38.260142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.07.12 00:36:38.260188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
787 | 2024.07.12 00:36:38.260208 [ 3 ] {} <Debug> HTTP-Session: e5e45378-2996-454f-9fd2-7cbd961c957e Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
788 | 2024.07.12 00:36:38.260224 [ 3 ] {} <Debug> HTTP-Session: e5e45378-2996-454f-9fd2-7cbd961c957e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.07.12 00:36:38.260238 [ 3 ] {} <Debug> HTTP-Session: e5e45378-2996-454f-9fd2-7cbd961c957e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.07.12 00:36:38.260268 [ 3 ] {} <Trace> HTTP-Session: e5e45378-2996-454f-9fd2-7cbd961c957e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.07.12 00:36:38.260408 [ 3 ] {9f69f572-3583-42f7-88d1-f4171d4c94c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
792 | 2024.07.12 00:36:38.260446 [ 3 ] {9f69f572-3583-42f7-88d1-f4171d4c94c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.07.12 00:36:38.261800 [ 3 ] {9f69f572-3583-42f7-88d1-f4171d4c94c8} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Loading data parts | ||
794 | 2024.07.12 00:36:38.261984 [ 3 ] {9f69f572-3583-42f7-88d1-f4171d4c94c8} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): There are no data parts | ||
795 | 2024.07.12 00:36:38.263110 [ 3 ] {9f69f572-3583-42f7-88d1-f4171d4c94c8} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.07.12 00:36:38.263136 [ 3 ] {} <Debug> HTTP-Session: e5e45378-2996-454f-9fd2-7cbd961c957e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.07.12 00:36:38.263257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.07.12 00:36:38.263304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
799 | 2024.07.12 00:36:38.263324 [ 3 ] {} <Debug> HTTP-Session: 72cbecf7-da89-4bef-80cc-781283cda549 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
800 | 2024.07.12 00:36:38.263340 [ 3 ] {} <Debug> HTTP-Session: 72cbecf7-da89-4bef-80cc-781283cda549 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.07.12 00:36:38.263354 [ 3 ] {} <Debug> HTTP-Session: 72cbecf7-da89-4bef-80cc-781283cda549 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.07.12 00:36:38.263384 [ 3 ] {} <Trace> HTTP-Session: 72cbecf7-da89-4bef-80cc-781283cda549 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.07.12 00:36:38.263598 [ 3 ] {e13b0f9f-e600-4c11-9450-64577d690915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) /* The timeseries schema table stores the extracted schema for the samples | ||
804 | * oximeter collects. | ||
805 | */ | ||
806 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
807 | 2024.07.12 00:36:38.263658 [ 3 ] {e13b0f9f-e600-4c11-9450-64577d690915} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.07.12 00:36:38.265136 [ 3 ] {e13b0f9f-e600-4c11-9450-64577d690915} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e): Loading data parts | ||
809 | 2024.07.12 00:36:38.265296 [ 3 ] {e13b0f9f-e600-4c11-9450-64577d690915} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e): There are no data parts | ||
810 | 2024.07.12 00:36:38.266555 [ 3 ] {e13b0f9f-e600-4c11-9450-64577d690915} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.07.12 00:36:38.266581 [ 3 ] {} <Debug> HTTP-Session: 72cbecf7-da89-4bef-80cc-781283cda549 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.07.12 00:36:38.266704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49809, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.07.12 00:36:38.266753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
814 | 2024.07.12 00:36:38.266773 [ 3 ] {} <Debug> HTTP-Session: 7c2bdf1b-34fd-41c9-85ca-5f89804d5369 Authenticating user 'default' from [fd00:1122:3344:101::d]:49809 | ||
815 | 2024.07.12 00:36:38.266789 [ 3 ] {} <Debug> HTTP-Session: 7c2bdf1b-34fd-41c9-85ca-5f89804d5369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.07.12 00:36:38.266804 [ 3 ] {} <Debug> HTTP-Session: 7c2bdf1b-34fd-41c9-85ca-5f89804d5369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.07.12 00:36:38.266834 [ 3 ] {} <Trace> HTTP-Session: 7c2bdf1b-34fd-41c9-85ca-5f89804d5369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.07.12 00:36:38.266992 [ 3 ] {746dd4a8-5420-4504-bade-37208dc8b63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49809) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.07.12 00:36:38.268650 [ 3 ] {746dd4a8-5420-4504-bade-37208dc8b63d} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.07.12 00:36:38.272358 [ 3 ] {746dd4a8-5420-4504-bade-37208dc8b63d} <Trace> oximeter.version (e6e16efd-9284-4d8d-8b9f-aec9c2b14ec0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.07.12 00:36:38.272394 [ 3 ] {746dd4a8-5420-4504-bade-37208dc8b63d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
822 | 2024.07.12 00:36:38.276772 [ 3 ] {746dd4a8-5420-4504-bade-37208dc8b63d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.07.12 00:36:38.277779 [ 3 ] {746dd4a8-5420-4504-bade-37208dc8b63d} <Trace> oximeter.version (e6e16efd-9284-4d8d-8b9f-aec9c2b14ec0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
824 | 2024.07.12 00:36:38.278053 [ 3 ] {746dd4a8-5420-4504-bade-37208dc8b63d} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011131 sec., 89.8391878537418 rows/sec., 1.40 KiB/sec. | ||
825 | 2024.07.12 00:36:38.278217 [ 3 ] {746dd4a8-5420-4504-bade-37208dc8b63d} <Debug> DynamicQueryHandler: Done processing query | ||
826 | 2024.07.12 00:36:38.278240 [ 3 ] {746dd4a8-5420-4504-bade-37208dc8b63d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
827 | 2024.07.12 00:36:38.278256 [ 3 ] {} <Debug> HTTP-Session: 7c2bdf1b-34fd-41c9-85ca-5f89804d5369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.07.12 00:36:39.000156 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.22 MiB, peak 166.36 MiB, free memory in arenas 0.00 B, will set to 173.68 MiB (RSS), difference: 12.45 MiB | ||
829 | 2024.07.12 00:36:52.433105 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
830 | 2024.07.12 00:36:52.433167 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
831 | 2024.07.12 00:36:58.279972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
832 | 2024.07.12 00:36:58.280092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
833 | 2024.07.12 00:36:58.280118 [ 3 ] {} <Debug> HTTP-Session: ba473ee3-4604-4dda-ba59-e56a89f53320 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
834 | 2024.07.12 00:36:58.280142 [ 3 ] {} <Debug> HTTP-Session: ba473ee3-4604-4dda-ba59-e56a89f53320 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.07.12 00:36:58.280157 [ 3 ] {} <Debug> HTTP-Session: ba473ee3-4604-4dda-ba59-e56a89f53320 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.07.12 00:36:58.280206 [ 3 ] {} <Trace> HTTP-Session: ba473ee3-4604-4dda-ba59-e56a89f53320 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
837 | 2024.07.12 00:36:58.280382 [ 3 ] {80345c25-bbe0-4f34-8a6e-9fa54f75b6c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
838 | 2024.07.12 00:36:58.280709 [ 3 ] {80345c25-bbe0-4f34-8a6e-9fa54f75b6c9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
839 | 2024.07.12 00:36:58.280844 [ 3 ] {80345c25-bbe0-4f34-8a6e-9fa54f75b6c9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
840 | 2024.07.12 00:36:58.281882 [ 3 ] {80345c25-bbe0-4f34-8a6e-9fa54f75b6c9} <Debug> DynamicQueryHandler: Done processing query | ||
841 | 2024.07.12 00:36:58.281910 [ 3 ] {80345c25-bbe0-4f34-8a6e-9fa54f75b6c9} <Debug> MemoryTracker: Peak memory usage (for query): 2.00 MiB. | ||
842 | 2024.07.12 00:36:58.281927 [ 3 ] {} <Debug> HTTP-Session: ba473ee3-4604-4dda-ba59-e56a89f53320 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
843 | 2024.07.12 00:36:58.286875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
844 | 2024.07.12 00:36:58.286933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
845 | 2024.07.12 00:36:58.286958 [ 3 ] {} <Debug> HTTP-Session: c33825a7-d953-4052-abb2-60d923ea8c37 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
846 | 2024.07.12 00:36:58.286980 [ 3 ] {} <Debug> HTTP-Session: c33825a7-d953-4052-abb2-60d923ea8c37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.07.12 00:36:58.286998 [ 3 ] {} <Debug> HTTP-Session: c33825a7-d953-4052-abb2-60d923ea8c37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.07.12 00:36:58.287036 [ 3 ] {} <Trace> HTTP-Session: c33825a7-d953-4052-abb2-60d923ea8c37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
849 | 2024.07.12 00:36:58.287204 [ 3 ] {8795f276-3338-42ff-aba1-f985b9f0c778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
850 | 2024.07.12 00:36:58.289540 [ 3 ] {8795f276-3338-42ff-aba1-f985b9f0c778} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
851 | 2024.07.12 00:36:58.289593 [ 3 ] {8795f276-3338-42ff-aba1-f985b9f0c778} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
852 | 2024.07.12 00:36:58.290611 [ 3 ] {8795f276-3338-42ff-aba1-f985b9f0c778} <Debug> DynamicQueryHandler: Done processing query | ||
853 | 2024.07.12 00:36:58.290637 [ 3 ] {8795f276-3338-42ff-aba1-f985b9f0c778} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
854 | 2024.07.12 00:36:58.290655 [ 3 ] {} <Debug> HTTP-Session: c33825a7-d953-4052-abb2-60d923ea8c37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
855 | 2024.07.12 00:36:58.290964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
856 | 2024.07.12 00:36:58.291014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
857 | 2024.07.12 00:36:58.291034 [ 3 ] {} <Debug> HTTP-Session: a6a1b379-ca57-4528-a3ae-2f89d9fd73a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
858 | 2024.07.12 00:36:58.291051 [ 3 ] {} <Debug> HTTP-Session: a6a1b379-ca57-4528-a3ae-2f89d9fd73a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.07.12 00:36:58.291065 [ 3 ] {} <Debug> HTTP-Session: a6a1b379-ca57-4528-a3ae-2f89d9fd73a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.07.12 00:36:58.291097 [ 3 ] {} <Trace> HTTP-Session: a6a1b379-ca57-4528-a3ae-2f89d9fd73a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
861 | 2024.07.12 00:36:58.291217 [ 3 ] {5ed1ee33-fb0a-4d49-a9e6-cedf685365b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
862 | 2024.07.12 00:36:58.291568 [ 3 ] {5ed1ee33-fb0a-4d49-a9e6-cedf685365b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
863 | 2024.07.12 00:36:58.291620 [ 3 ] {5ed1ee33-fb0a-4d49-a9e6-cedf685365b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
864 | 2024.07.12 00:36:58.292505 [ 3 ] {5ed1ee33-fb0a-4d49-a9e6-cedf685365b4} <Debug> DynamicQueryHandler: Done processing query | ||
865 | 2024.07.12 00:36:58.292530 [ 3 ] {5ed1ee33-fb0a-4d49-a9e6-cedf685365b4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
866 | 2024.07.12 00:36:58.292547 [ 3 ] {} <Debug> HTTP-Session: a6a1b379-ca57-4528-a3ae-2f89d9fd73a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
867 | 2024.07.12 00:36:58.292759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
868 | 2024.07.12 00:36:58.292805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
869 | 2024.07.12 00:36:58.292825 [ 3 ] {} <Debug> HTTP-Session: 17dbad31-f7c9-4d1a-8fb7-932fde532cc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
870 | 2024.07.12 00:36:58.292841 [ 3 ] {} <Debug> HTTP-Session: 17dbad31-f7c9-4d1a-8fb7-932fde532cc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.07.12 00:36:58.292855 [ 3 ] {} <Debug> HTTP-Session: 17dbad31-f7c9-4d1a-8fb7-932fde532cc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.07.12 00:36:58.292886 [ 3 ] {} <Trace> HTTP-Session: 17dbad31-f7c9-4d1a-8fb7-932fde532cc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
873 | 2024.07.12 00:36:58.293006 [ 3 ] {7d3b3146-8c81-4696-8b12-2fa5d1ebb4ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
874 | 2024.07.12 00:36:58.293319 [ 3 ] {7d3b3146-8c81-4696-8b12-2fa5d1ebb4ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
875 | 2024.07.12 00:36:58.293371 [ 3 ] {7d3b3146-8c81-4696-8b12-2fa5d1ebb4ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
876 | 2024.07.12 00:36:58.294239 [ 3 ] {7d3b3146-8c81-4696-8b12-2fa5d1ebb4ff} <Debug> DynamicQueryHandler: Done processing query | ||
877 | 2024.07.12 00:36:58.294264 [ 3 ] {7d3b3146-8c81-4696-8b12-2fa5d1ebb4ff} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
878 | 2024.07.12 00:36:58.294280 [ 3 ] {} <Debug> HTTP-Session: 17dbad31-f7c9-4d1a-8fb7-932fde532cc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
879 | 2024.07.12 00:36:58.294499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
880 | 2024.07.12 00:36:58.294546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
881 | 2024.07.12 00:36:58.294566 [ 3 ] {} <Debug> HTTP-Session: d949d9b5-d8e9-49ac-a714-0b80f117a167 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
882 | 2024.07.12 00:36:58.294582 [ 3 ] {} <Debug> HTTP-Session: d949d9b5-d8e9-49ac-a714-0b80f117a167 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
883 | 2024.07.12 00:36:58.294596 [ 3 ] {} <Debug> HTTP-Session: d949d9b5-d8e9-49ac-a714-0b80f117a167 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.07.12 00:36:58.294628 [ 3 ] {} <Trace> HTTP-Session: d949d9b5-d8e9-49ac-a714-0b80f117a167 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
885 | 2024.07.12 00:36:58.294751 [ 3 ] {6c8d1c03-673c-4ced-8bc0-0869afe36925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
886 | 2024.07.12 00:36:58.295071 [ 3 ] {6c8d1c03-673c-4ced-8bc0-0869afe36925} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
887 | 2024.07.12 00:36:58.295122 [ 3 ] {6c8d1c03-673c-4ced-8bc0-0869afe36925} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
888 | 2024.07.12 00:36:58.295989 [ 3 ] {6c8d1c03-673c-4ced-8bc0-0869afe36925} <Debug> DynamicQueryHandler: Done processing query | ||
889 | 2024.07.12 00:36:58.296014 [ 3 ] {6c8d1c03-673c-4ced-8bc0-0869afe36925} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
890 | 2024.07.12 00:36:58.296030 [ 3 ] {} <Debug> HTTP-Session: d949d9b5-d8e9-49ac-a714-0b80f117a167 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
891 | 2024.07.12 00:36:58.296276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
892 | 2024.07.12 00:36:58.296323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
893 | 2024.07.12 00:36:58.296342 [ 3 ] {} <Debug> HTTP-Session: 4c1dc67e-18d6-4075-a823-76e43154a894 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
894 | 2024.07.12 00:36:58.296358 [ 3 ] {} <Debug> HTTP-Session: 4c1dc67e-18d6-4075-a823-76e43154a894 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
895 | 2024.07.12 00:36:58.296372 [ 3 ] {} <Debug> HTTP-Session: 4c1dc67e-18d6-4075-a823-76e43154a894 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.07.12 00:36:58.296403 [ 3 ] {} <Trace> HTTP-Session: 4c1dc67e-18d6-4075-a823-76e43154a894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
897 | 2024.07.12 00:36:58.296524 [ 3 ] {b2fec329-1048-45d1-88f1-a7b89c008a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
898 | 2024.07.12 00:36:58.296841 [ 3 ] {b2fec329-1048-45d1-88f1-a7b89c008a96} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
899 | 2024.07.12 00:36:58.296893 [ 3 ] {b2fec329-1048-45d1-88f1-a7b89c008a96} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
900 | 2024.07.12 00:36:58.297776 [ 3 ] {b2fec329-1048-45d1-88f1-a7b89c008a96} <Debug> DynamicQueryHandler: Done processing query | ||
901 | 2024.07.12 00:36:58.297801 [ 3 ] {b2fec329-1048-45d1-88f1-a7b89c008a96} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
902 | 2024.07.12 00:36:58.297817 [ 3 ] {} <Debug> HTTP-Session: 4c1dc67e-18d6-4075-a823-76e43154a894 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
903 | 2024.07.12 00:36:58.298006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
904 | 2024.07.12 00:36:58.298054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
905 | 2024.07.12 00:36:58.298073 [ 3 ] {} <Debug> HTTP-Session: 395dd6ec-4567-4d07-ab7f-0c97cf8751e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
906 | 2024.07.12 00:36:58.298089 [ 3 ] {} <Debug> HTTP-Session: 395dd6ec-4567-4d07-ab7f-0c97cf8751e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
907 | 2024.07.12 00:36:58.298103 [ 3 ] {} <Debug> HTTP-Session: 395dd6ec-4567-4d07-ab7f-0c97cf8751e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
908 | 2024.07.12 00:36:58.298135 [ 3 ] {} <Trace> HTTP-Session: 395dd6ec-4567-4d07-ab7f-0c97cf8751e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
909 | 2024.07.12 00:36:58.298256 [ 3 ] {9ecfa0d3-214a-498a-816c-4ef4484c3ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
910 | 2024.07.12 00:36:58.298577 [ 3 ] {9ecfa0d3-214a-498a-816c-4ef4484c3ce8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
911 | 2024.07.12 00:36:58.298629 [ 3 ] {9ecfa0d3-214a-498a-816c-4ef4484c3ce8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
912 | 2024.07.12 00:36:58.299449 [ 3 ] {9ecfa0d3-214a-498a-816c-4ef4484c3ce8} <Debug> DynamicQueryHandler: Done processing query | ||
913 | 2024.07.12 00:36:58.299474 [ 3 ] {9ecfa0d3-214a-498a-816c-4ef4484c3ce8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
914 | 2024.07.12 00:36:58.299491 [ 3 ] {} <Debug> HTTP-Session: 395dd6ec-4567-4d07-ab7f-0c97cf8751e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
915 | 2024.07.12 00:36:58.299691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
916 | 2024.07.12 00:36:58.299738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
917 | 2024.07.12 00:36:58.299758 [ 3 ] {} <Debug> HTTP-Session: 29f0a800-f95d-449a-bb46-1afeed827032 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
918 | 2024.07.12 00:36:58.299774 [ 3 ] {} <Debug> HTTP-Session: 29f0a800-f95d-449a-bb46-1afeed827032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
919 | 2024.07.12 00:36:58.299788 [ 3 ] {} <Debug> HTTP-Session: 29f0a800-f95d-449a-bb46-1afeed827032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.07.12 00:36:58.299818 [ 3 ] {} <Trace> HTTP-Session: 29f0a800-f95d-449a-bb46-1afeed827032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
921 | 2024.07.12 00:36:58.299942 [ 3 ] {fe029b5f-dfd1-41c7-83d6-6cd3a8f62fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
922 | 2024.07.12 00:36:58.300264 [ 3 ] {fe029b5f-dfd1-41c7-83d6-6cd3a8f62fe3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
923 | 2024.07.12 00:36:58.300314 [ 3 ] {fe029b5f-dfd1-41c7-83d6-6cd3a8f62fe3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
924 | 2024.07.12 00:36:58.301184 [ 3 ] {fe029b5f-dfd1-41c7-83d6-6cd3a8f62fe3} <Debug> DynamicQueryHandler: Done processing query | ||
925 | 2024.07.12 00:36:58.301209 [ 3 ] {fe029b5f-dfd1-41c7-83d6-6cd3a8f62fe3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
926 | 2024.07.12 00:36:58.301225 [ 3 ] {} <Debug> HTTP-Session: 29f0a800-f95d-449a-bb46-1afeed827032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
927 | 2024.07.12 00:36:58.301432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
928 | 2024.07.12 00:36:58.301480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
929 | 2024.07.12 00:36:58.301499 [ 3 ] {} <Debug> HTTP-Session: b38e577e-070d-4e91-abae-9a65605c2f64 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
930 | 2024.07.12 00:36:58.301516 [ 3 ] {} <Debug> HTTP-Session: b38e577e-070d-4e91-abae-9a65605c2f64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
931 | 2024.07.12 00:36:58.301529 [ 3 ] {} <Debug> HTTP-Session: b38e577e-070d-4e91-abae-9a65605c2f64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.07.12 00:36:58.301561 [ 3 ] {} <Trace> HTTP-Session: b38e577e-070d-4e91-abae-9a65605c2f64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
933 | 2024.07.12 00:36:58.301685 [ 3 ] {1c12a073-c0d9-40ce-bb3a-68981410067f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
934 | 2024.07.12 00:36:58.302014 [ 3 ] {1c12a073-c0d9-40ce-bb3a-68981410067f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
935 | 2024.07.12 00:36:58.302065 [ 3 ] {1c12a073-c0d9-40ce-bb3a-68981410067f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
936 | 2024.07.12 00:36:58.302909 [ 3 ] {1c12a073-c0d9-40ce-bb3a-68981410067f} <Debug> DynamicQueryHandler: Done processing query | ||
937 | 2024.07.12 00:36:58.302935 [ 3 ] {1c12a073-c0d9-40ce-bb3a-68981410067f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
938 | 2024.07.12 00:36:58.302951 [ 3 ] {} <Debug> HTTP-Session: b38e577e-070d-4e91-abae-9a65605c2f64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
939 | 2024.07.12 00:36:58.303178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
940 | 2024.07.12 00:36:58.303225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
941 | 2024.07.12 00:36:58.303245 [ 3 ] {} <Debug> HTTP-Session: edd2a9a1-fe3b-441b-9c4b-b6a77dcd1618 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
942 | 2024.07.12 00:36:58.303261 [ 3 ] {} <Debug> HTTP-Session: edd2a9a1-fe3b-441b-9c4b-b6a77dcd1618 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
943 | 2024.07.12 00:36:58.303275 [ 3 ] {} <Debug> HTTP-Session: edd2a9a1-fe3b-441b-9c4b-b6a77dcd1618 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.07.12 00:36:58.303306 [ 3 ] {} <Trace> HTTP-Session: edd2a9a1-fe3b-441b-9c4b-b6a77dcd1618 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
945 | 2024.07.12 00:36:58.303432 [ 3 ] {405ea16f-1640-486e-9277-d53228f97f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
946 | 2024.07.12 00:36:58.303763 [ 3 ] {405ea16f-1640-486e-9277-d53228f97f10} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
947 | 2024.07.12 00:36:58.303813 [ 3 ] {405ea16f-1640-486e-9277-d53228f97f10} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
948 | 2024.07.12 00:36:58.304715 [ 3 ] {405ea16f-1640-486e-9277-d53228f97f10} <Debug> DynamicQueryHandler: Done processing query | ||
949 | 2024.07.12 00:36:58.304740 [ 3 ] {405ea16f-1640-486e-9277-d53228f97f10} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
950 | 2024.07.12 00:36:58.304756 [ 3 ] {} <Debug> HTTP-Session: edd2a9a1-fe3b-441b-9c4b-b6a77dcd1618 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
951 | 2024.07.12 00:36:58.304951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
952 | 2024.07.12 00:36:58.304997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
953 | 2024.07.12 00:36:58.305018 [ 3 ] {} <Debug> HTTP-Session: 0a3f6840-4d05-416c-84c4-5c33b70c45f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
954 | 2024.07.12 00:36:58.305034 [ 3 ] {} <Debug> HTTP-Session: 0a3f6840-4d05-416c-84c4-5c33b70c45f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
955 | 2024.07.12 00:36:58.305048 [ 3 ] {} <Debug> HTTP-Session: 0a3f6840-4d05-416c-84c4-5c33b70c45f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.07.12 00:36:58.305078 [ 3 ] {} <Trace> HTTP-Session: 0a3f6840-4d05-416c-84c4-5c33b70c45f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
957 | 2024.07.12 00:36:58.305206 [ 3 ] {0596262b-9b62-4f50-a607-ad8a10e00742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
958 | 2024.07.12 00:36:58.305539 [ 3 ] {0596262b-9b62-4f50-a607-ad8a10e00742} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
959 | 2024.07.12 00:36:58.305590 [ 3 ] {0596262b-9b62-4f50-a607-ad8a10e00742} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
960 | 2024.07.12 00:36:58.306484 [ 3 ] {0596262b-9b62-4f50-a607-ad8a10e00742} <Debug> DynamicQueryHandler: Done processing query | ||
961 | 2024.07.12 00:36:58.306509 [ 3 ] {0596262b-9b62-4f50-a607-ad8a10e00742} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
962 | 2024.07.12 00:36:58.306525 [ 3 ] {} <Debug> HTTP-Session: 0a3f6840-4d05-416c-84c4-5c33b70c45f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
963 | 2024.07.12 00:36:58.306726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
964 | 2024.07.12 00:36:58.306773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
965 | 2024.07.12 00:36:58.306792 [ 3 ] {} <Debug> HTTP-Session: 0552e13e-6013-4a5b-93c1-2d4e8e19586f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
966 | 2024.07.12 00:36:58.306809 [ 3 ] {} <Debug> HTTP-Session: 0552e13e-6013-4a5b-93c1-2d4e8e19586f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
967 | 2024.07.12 00:36:58.306822 [ 3 ] {} <Debug> HTTP-Session: 0552e13e-6013-4a5b-93c1-2d4e8e19586f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.07.12 00:36:58.306852 [ 3 ] {} <Trace> HTTP-Session: 0552e13e-6013-4a5b-93c1-2d4e8e19586f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
969 | 2024.07.12 00:36:58.306979 [ 3 ] {c4906eb0-a8b8-4866-bfb1-a778bbe5d525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
970 | 2024.07.12 00:36:58.307315 [ 3 ] {c4906eb0-a8b8-4866-bfb1-a778bbe5d525} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
971 | 2024.07.12 00:36:58.307366 [ 3 ] {c4906eb0-a8b8-4866-bfb1-a778bbe5d525} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
972 | 2024.07.12 00:36:58.308194 [ 3 ] {c4906eb0-a8b8-4866-bfb1-a778bbe5d525} <Debug> DynamicQueryHandler: Done processing query | ||
973 | 2024.07.12 00:36:58.308219 [ 3 ] {c4906eb0-a8b8-4866-bfb1-a778bbe5d525} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
974 | 2024.07.12 00:36:58.308235 [ 3 ] {} <Debug> HTTP-Session: 0552e13e-6013-4a5b-93c1-2d4e8e19586f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
975 | 2024.07.12 00:36:58.308463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
976 | 2024.07.12 00:36:58.308509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
977 | 2024.07.12 00:36:58.308528 [ 3 ] {} <Debug> HTTP-Session: 05e9c760-512d-448f-911e-c6c0e5add38a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
978 | 2024.07.12 00:36:58.308545 [ 3 ] {} <Debug> HTTP-Session: 05e9c760-512d-448f-911e-c6c0e5add38a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
979 | 2024.07.12 00:36:58.308559 [ 3 ] {} <Debug> HTTP-Session: 05e9c760-512d-448f-911e-c6c0e5add38a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.07.12 00:36:58.308589 [ 3 ] {} <Trace> HTTP-Session: 05e9c760-512d-448f-911e-c6c0e5add38a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
981 | 2024.07.12 00:36:58.308718 [ 3 ] {b8e775da-f680-4c69-918f-d32ab31a0edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
982 | 2024.07.12 00:36:58.309062 [ 3 ] {b8e775da-f680-4c69-918f-d32ab31a0edc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
983 | 2024.07.12 00:36:58.309114 [ 3 ] {b8e775da-f680-4c69-918f-d32ab31a0edc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
984 | 2024.07.12 00:36:58.309929 [ 3 ] {b8e775da-f680-4c69-918f-d32ab31a0edc} <Debug> DynamicQueryHandler: Done processing query | ||
985 | 2024.07.12 00:36:58.309954 [ 3 ] {b8e775da-f680-4c69-918f-d32ab31a0edc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
986 | 2024.07.12 00:36:58.309971 [ 3 ] {} <Debug> HTTP-Session: 05e9c760-512d-448f-911e-c6c0e5add38a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
987 | 2024.07.12 00:36:58.310215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
988 | 2024.07.12 00:36:58.310262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
989 | 2024.07.12 00:36:58.310282 [ 3 ] {} <Debug> HTTP-Session: f9aff67f-38a2-437a-a78f-e25100234277 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
990 | 2024.07.12 00:36:58.310299 [ 3 ] {} <Debug> HTTP-Session: f9aff67f-38a2-437a-a78f-e25100234277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
991 | 2024.07.12 00:36:58.310313 [ 3 ] {} <Debug> HTTP-Session: f9aff67f-38a2-437a-a78f-e25100234277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.07.12 00:36:58.310343 [ 3 ] {} <Trace> HTTP-Session: f9aff67f-38a2-437a-a78f-e25100234277 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
993 | 2024.07.12 00:36:58.310473 [ 3 ] {4072546d-f66b-4c79-a41d-f6211e100a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
994 | 2024.07.12 00:36:58.310820 [ 3 ] {4072546d-f66b-4c79-a41d-f6211e100a8a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
995 | 2024.07.12 00:36:58.310871 [ 3 ] {4072546d-f66b-4c79-a41d-f6211e100a8a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
996 | 2024.07.12 00:36:58.311704 [ 3 ] {4072546d-f66b-4c79-a41d-f6211e100a8a} <Debug> DynamicQueryHandler: Done processing query | ||
997 | 2024.07.12 00:36:58.311730 [ 3 ] {4072546d-f66b-4c79-a41d-f6211e100a8a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
998 | 2024.07.12 00:36:58.311747 [ 3 ] {} <Debug> HTTP-Session: f9aff67f-38a2-437a-a78f-e25100234277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
999 | 2024.07.12 00:36:58.312566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1000 | 2024.07.12 00:36:58.312613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1001 | 2024.07.12 00:36:58.312633 [ 3 ] {} <Debug> HTTP-Session: 61b5ade6-e863-4217-8e28-bcb5be11b5aa Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1002 | 2024.07.12 00:36:58.312650 [ 3 ] {} <Debug> HTTP-Session: 61b5ade6-e863-4217-8e28-bcb5be11b5aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1003 | 2024.07.12 00:36:58.312663 [ 3 ] {} <Debug> HTTP-Session: 61b5ade6-e863-4217-8e28-bcb5be11b5aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.07.12 00:36:58.312693 [ 3 ] {} <Trace> HTTP-Session: 61b5ade6-e863-4217-8e28-bcb5be11b5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1005 | 2024.07.12 00:36:58.312864 [ 3 ] {5c126b0e-8307-4b9d-9fbf-f9c61bc4b175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1006 | 2024.07.12 00:36:58.312913 [ 3 ] {5c126b0e-8307-4b9d-9fbf-f9c61bc4b175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1007 | 2024.07.12 00:36:58.313104 [ 3 ] {5c126b0e-8307-4b9d-9fbf-f9c61bc4b175} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1008 | 2024.07.12 00:36:58.313553 [ 3 ] {5c126b0e-8307-4b9d-9fbf-f9c61bc4b175} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1009 | 2024.07.12 00:36:58.313590 [ 3 ] {5c126b0e-8307-4b9d-9fbf-f9c61bc4b175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1010 | 2024.07.12 00:36:58.314254 [ 3 ] {5c126b0e-8307-4b9d-9fbf-f9c61bc4b175} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1011 | 2024.07.12 00:36:58.314818 [ 3 ] {5c126b0e-8307-4b9d-9fbf-f9c61bc4b175} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1012 | 2024.07.12 00:36:58.314957 [ 3 ] {5c126b0e-8307-4b9d-9fbf-f9c61bc4b175} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002137 sec., 6551.240056153486 rows/sec., 940.00 KiB/sec. | ||
1013 | 2024.07.12 00:36:58.315185 [ 3 ] {5c126b0e-8307-4b9d-9fbf-f9c61bc4b175} <Debug> DynamicQueryHandler: Done processing query | ||
1014 | 2024.07.12 00:36:58.315209 [ 3 ] {5c126b0e-8307-4b9d-9fbf-f9c61bc4b175} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1015 | 2024.07.12 00:36:58.315224 [ 3 ] {} <Debug> HTTP-Session: 61b5ade6-e863-4217-8e28-bcb5be11b5aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1016 | 2024.07.12 00:36:58.315340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1017 | 2024.07.12 00:36:58.315386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1018 | 2024.07.12 00:36:58.315405 [ 3 ] {} <Debug> HTTP-Session: 4c7271df-b786-49dc-97b3-7cf409cd0802 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1019 | 2024.07.12 00:36:58.315421 [ 3 ] {} <Debug> HTTP-Session: 4c7271df-b786-49dc-97b3-7cf409cd0802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1020 | 2024.07.12 00:36:58.315435 [ 3 ] {} <Debug> HTTP-Session: 4c7271df-b786-49dc-97b3-7cf409cd0802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.07.12 00:36:58.315467 [ 3 ] {} <Trace> HTTP-Session: 4c7271df-b786-49dc-97b3-7cf409cd0802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1022 | 2024.07.12 00:36:58.315570 [ 3 ] {2826956b-e250-408c-8300-1fec8d593e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1023 | 2024.07.12 00:36:58.315613 [ 3 ] {2826956b-e250-408c-8300-1fec8d593e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1024 | 2024.07.12 00:36:58.315740 [ 3 ] {2826956b-e250-408c-8300-1fec8d593e9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1025 | 2024.07.12 00:36:58.316690 [ 3 ] {2826956b-e250-408c-8300-1fec8d593e9d} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1026 | 2024.07.12 00:36:58.316724 [ 3 ] {2826956b-e250-408c-8300-1fec8d593e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1027 | 2024.07.12 00:36:58.317162 [ 3 ] {2826956b-e250-408c-8300-1fec8d593e9d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1028 | 2024.07.12 00:36:58.317777 [ 3 ] {2826956b-e250-408c-8300-1fec8d593e9d} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1029 | 2024.07.12 00:36:58.317930 [ 3 ] {2826956b-e250-408c-8300-1fec8d593e9d} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.00239 sec., 10878.661087866109 rows/sec., 828.24 KiB/sec. | ||
1030 | 2024.07.12 00:36:58.318096 [ 3 ] {2826956b-e250-408c-8300-1fec8d593e9d} <Debug> DynamicQueryHandler: Done processing query | ||
1031 | 2024.07.12 00:36:58.318120 [ 3 ] {2826956b-e250-408c-8300-1fec8d593e9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1032 | 2024.07.12 00:36:58.318135 [ 3 ] {} <Debug> HTTP-Session: 4c7271df-b786-49dc-97b3-7cf409cd0802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1033 | 2024.07.12 00:36:58.318261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1034 | 2024.07.12 00:36:58.318310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1035 | 2024.07.12 00:36:58.318329 [ 3 ] {} <Debug> HTTP-Session: 719f8b0b-5a14-4249-898f-70a2cd3d48cf Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1036 | 2024.07.12 00:36:58.318345 [ 3 ] {} <Debug> HTTP-Session: 719f8b0b-5a14-4249-898f-70a2cd3d48cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1037 | 2024.07.12 00:36:58.318359 [ 3 ] {} <Debug> HTTP-Session: 719f8b0b-5a14-4249-898f-70a2cd3d48cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1038 | 2024.07.12 00:36:58.318391 [ 3 ] {} <Trace> HTTP-Session: 719f8b0b-5a14-4249-898f-70a2cd3d48cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1039 | 2024.07.12 00:36:58.318495 [ 3 ] {5d24a936-2445-423e-8e19-0438951fe083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1040 | 2024.07.12 00:36:58.318537 [ 3 ] {5d24a936-2445-423e-8e19-0438951fe083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1041 | 2024.07.12 00:36:58.319225 [ 3 ] {5d24a936-2445-423e-8e19-0438951fe083} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1042 | 2024.07.12 00:36:58.319557 [ 3 ] {5d24a936-2445-423e-8e19-0438951fe083} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1043 | 2024.07.12 00:36:58.319594 [ 3 ] {5d24a936-2445-423e-8e19-0438951fe083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1044 | 2024.07.12 00:36:58.320609 [ 3 ] {5d24a936-2445-423e-8e19-0438951fe083} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1045 | 2024.07.12 00:36:58.321176 [ 3 ] {5d24a936-2445-423e-8e19-0438951fe083} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1046 | 2024.07.12 00:36:58.321335 [ 3 ] {5d24a936-2445-423e-8e19-0438951fe083} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002864 sec., 9776.536312849163 rows/sec., 780.84 KiB/sec. | ||
1047 | 2024.07.12 00:36:58.321616 [ 3 ] {5d24a936-2445-423e-8e19-0438951fe083} <Debug> DynamicQueryHandler: Done processing query | ||
1048 | 2024.07.12 00:36:58.321640 [ 3 ] {5d24a936-2445-423e-8e19-0438951fe083} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1049 | 2024.07.12 00:36:58.321657 [ 3 ] {} <Debug> HTTP-Session: 719f8b0b-5a14-4249-898f-70a2cd3d48cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1050 | 2024.07.12 00:36:58.321772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1051 | 2024.07.12 00:36:58.321821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1052 | 2024.07.12 00:36:58.321840 [ 3 ] {} <Debug> HTTP-Session: 4c71a918-55bf-4f32-a73d-b98ddb7830b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1053 | 2024.07.12 00:36:58.321857 [ 3 ] {} <Debug> HTTP-Session: 4c71a918-55bf-4f32-a73d-b98ddb7830b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1054 | 2024.07.12 00:36:58.321871 [ 3 ] {} <Debug> HTTP-Session: 4c71a918-55bf-4f32-a73d-b98ddb7830b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1055 | 2024.07.12 00:36:58.321901 [ 3 ] {} <Trace> HTTP-Session: 4c71a918-55bf-4f32-a73d-b98ddb7830b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1056 | 2024.07.12 00:36:58.322004 [ 3 ] {cfbcf40e-a47d-4065-95fd-01f1437fdd0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1057 | 2024.07.12 00:36:58.322051 [ 3 ] {cfbcf40e-a47d-4065-95fd-01f1437fdd0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1058 | 2024.07.12 00:36:58.322211 [ 3 ] {cfbcf40e-a47d-4065-95fd-01f1437fdd0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1059 | 2024.07.12 00:36:58.323080 [ 3 ] {cfbcf40e-a47d-4065-95fd-01f1437fdd0f} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1060 | 2024.07.12 00:36:58.323114 [ 3 ] {cfbcf40e-a47d-4065-95fd-01f1437fdd0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1061 | 2024.07.12 00:36:58.323664 [ 3 ] {cfbcf40e-a47d-4065-95fd-01f1437fdd0f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1062 | 2024.07.12 00:36:58.324241 [ 3 ] {cfbcf40e-a47d-4065-95fd-01f1437fdd0f} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1063 | 2024.07.12 00:36:58.324406 [ 3 ] {cfbcf40e-a47d-4065-95fd-01f1437fdd0f} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.002429 sec., 8233.841086867023 rows/sec., 584.57 KiB/sec. | ||
1064 | 2024.07.12 00:36:58.324616 [ 3 ] {cfbcf40e-a47d-4065-95fd-01f1437fdd0f} <Debug> DynamicQueryHandler: Done processing query | ||
1065 | 2024.07.12 00:36:58.324640 [ 3 ] {cfbcf40e-a47d-4065-95fd-01f1437fdd0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1066 | 2024.07.12 00:36:58.324656 [ 3 ] {} <Debug> HTTP-Session: 4c71a918-55bf-4f32-a73d-b98ddb7830b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1067 | 2024.07.12 00:36:58.324766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1068 | 2024.07.12 00:36:58.324813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1069 | 2024.07.12 00:36:58.324832 [ 3 ] {} <Debug> HTTP-Session: 5a923790-1165-4a88-afdd-5f16a2566e83 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1070 | 2024.07.12 00:36:58.324849 [ 3 ] {} <Debug> HTTP-Session: 5a923790-1165-4a88-afdd-5f16a2566e83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1071 | 2024.07.12 00:36:58.324862 [ 3 ] {} <Debug> HTTP-Session: 5a923790-1165-4a88-afdd-5f16a2566e83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1072 | 2024.07.12 00:36:58.324894 [ 3 ] {} <Trace> HTTP-Session: 5a923790-1165-4a88-afdd-5f16a2566e83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1073 | 2024.07.12 00:36:58.324989 [ 3 ] {e51fbd38-116d-40a4-8d42-ab998f2d717f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1074 | 2024.07.12 00:36:58.325034 [ 3 ] {e51fbd38-116d-40a4-8d42-ab998f2d717f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1075 | 2024.07.12 00:36:58.325163 [ 3 ] {e51fbd38-116d-40a4-8d42-ab998f2d717f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1076 | 2024.07.12 00:36:58.325409 [ 3 ] {e51fbd38-116d-40a4-8d42-ab998f2d717f} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1077 | 2024.07.12 00:36:58.325446 [ 3 ] {e51fbd38-116d-40a4-8d42-ab998f2d717f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1078 | 2024.07.12 00:36:58.325942 [ 3 ] {e51fbd38-116d-40a4-8d42-ab998f2d717f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1079 | 2024.07.12 00:36:58.326546 [ 3 ] {e51fbd38-116d-40a4-8d42-ab998f2d717f} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1080 | 2024.07.12 00:36:58.326713 [ 3 ] {e51fbd38-116d-40a4-8d42-ab998f2d717f} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001739 sec., 3450.2587694077056 rows/sec., 242.03 KiB/sec. | ||
1081 | 2024.07.12 00:36:58.326986 [ 3 ] {e51fbd38-116d-40a4-8d42-ab998f2d717f} <Debug> DynamicQueryHandler: Done processing query | ||
1082 | 2024.07.12 00:36:58.327010 [ 3 ] {e51fbd38-116d-40a4-8d42-ab998f2d717f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1083 | 2024.07.12 00:36:58.327026 [ 3 ] {} <Debug> HTTP-Session: 5a923790-1165-4a88-afdd-5f16a2566e83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1084 | 2024.07.12 00:37:03.284646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1085 | 2024.07.12 00:37:03.284778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1086 | 2024.07.12 00:37:03.284807 [ 3 ] {} <Debug> HTTP-Session: 2431cb90-d162-48aa-83ea-fabd35609df1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1087 | 2024.07.12 00:37:03.284836 [ 3 ] {} <Debug> HTTP-Session: 2431cb90-d162-48aa-83ea-fabd35609df1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1088 | 2024.07.12 00:37:03.284855 [ 3 ] {} <Debug> HTTP-Session: 2431cb90-d162-48aa-83ea-fabd35609df1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1089 | 2024.07.12 00:37:03.284912 [ 3 ] {} <Trace> HTTP-Session: 2431cb90-d162-48aa-83ea-fabd35609df1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1090 | 2024.07.12 00:37:03.285197 [ 3 ] {f31c063b-1493-43c6-af6e-d081c5eb4bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1091 | 2024.07.12 00:37:03.285613 [ 3 ] {f31c063b-1493-43c6-af6e-d081c5eb4bd7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1092 | 2024.07.12 00:37:03.285686 [ 3 ] {f31c063b-1493-43c6-af6e-d081c5eb4bd7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
1093 | 2024.07.12 00:37:03.285972 [ 3 ] {f31c063b-1493-43c6-af6e-d081c5eb4bd7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1094 | 2024.07.12 00:37:03.286159 [ 3 ] {f31c063b-1493-43c6-af6e-d081c5eb4bd7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1095 | 2024.07.12 00:37:03.288628 [ 3 ] {f31c063b-1493-43c6-af6e-d081c5eb4bd7} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1096 | 2024.07.12 00:37:03.289891 [ 3 ] {f31c063b-1493-43c6-af6e-d081c5eb4bd7} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1097 | 2024.07.12 00:37:03.289944 [ 3 ] {f31c063b-1493-43c6-af6e-d081c5eb4bd7} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1098 | 2024.07.12 00:37:03.289964 [ 3 ] {f31c063b-1493-43c6-af6e-d081c5eb4bd7} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1099 | 2024.07.12 00:37:03.290090 [ 3 ] {f31c063b-1493-43c6-af6e-d081c5eb4bd7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" | ||
1100 | 2024.07.12 00:37:03.290117 [ 3 ] {f31c063b-1493-43c6-af6e-d081c5eb4bd7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1101 | 2024.07.12 00:37:03.292176 [ 3 ] {f31c063b-1493-43c6-af6e-d081c5eb4bd7} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.007075 sec., 1978.7985865724384 rows/sec., 80.75 KiB/sec. | ||
1102 | 2024.07.12 00:37:03.292469 [ 3 ] {f31c063b-1493-43c6-af6e-d081c5eb4bd7} <Debug> DynamicQueryHandler: Done processing query | ||
1103 | 2024.07.12 00:37:03.292496 [ 3 ] {f31c063b-1493-43c6-af6e-d081c5eb4bd7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1104 | 2024.07.12 00:37:03.292513 [ 3 ] {} <Debug> HTTP-Session: 2431cb90-d162-48aa-83ea-fabd35609df1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1105 | 2024.07.12 00:37:03.292750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1106 | 2024.07.12 00:37:03.292805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1107 | 2024.07.12 00:37:03.292826 [ 3 ] {} <Debug> HTTP-Session: ab770eec-7fbb-4ecd-8051-fc4c03f2037a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1108 | 2024.07.12 00:37:03.292846 [ 3 ] {} <Debug> HTTP-Session: ab770eec-7fbb-4ecd-8051-fc4c03f2037a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1109 | 2024.07.12 00:37:03.292860 [ 3 ] {} <Debug> HTTP-Session: ab770eec-7fbb-4ecd-8051-fc4c03f2037a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1110 | 2024.07.12 00:37:03.292899 [ 3 ] {} <Trace> HTTP-Session: ab770eec-7fbb-4ecd-8051-fc4c03f2037a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1111 | 2024.07.12 00:37:03.293090 [ 3 ] {686b6116-dcc0-401d-9194-f33cbbca70ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1112 | 2024.07.12 00:37:03.293365 [ 3 ] {686b6116-dcc0-401d-9194-f33cbbca70ea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1113 | 2024.07.12 00:37:03.293405 [ 3 ] {686b6116-dcc0-401d-9194-f33cbbca70ea} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1114 | 2024.07.12 00:37:03.293656 [ 3 ] {686b6116-dcc0-401d-9194-f33cbbca70ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1115 | 2024.07.12 00:37:03.293723 [ 3 ] {686b6116-dcc0-401d-9194-f33cbbca70ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1116 | 2024.07.12 00:37:03.293862 [ 3 ] {686b6116-dcc0-401d-9194-f33cbbca70ea} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1117 | 2024.07.12 00:37:03.293897 [ 3 ] {686b6116-dcc0-401d-9194-f33cbbca70ea} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1118 | 2024.07.12 00:37:03.293922 [ 3 ] {686b6116-dcc0-401d-9194-f33cbbca70ea} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1119 | 2024.07.12 00:37:03.293940 [ 3 ] {686b6116-dcc0-401d-9194-f33cbbca70ea} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1120 | 2024.07.12 00:37:03.293981 [ 3 ] {686b6116-dcc0-401d-9194-f33cbbca70ea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes'))" | ||
1121 | 2024.07.12 00:37:03.294004 [ 3 ] {686b6116-dcc0-401d-9194-f33cbbca70ea} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1122 | 2024.07.12 00:37:03.294852 [ 3 ] {686b6116-dcc0-401d-9194-f33cbbca70ea} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00183 sec., 7650.273224043715 rows/sec., 312.18 KiB/sec. | ||
1123 | 2024.07.12 00:37:03.295091 [ 3 ] {686b6116-dcc0-401d-9194-f33cbbca70ea} <Debug> DynamicQueryHandler: Done processing query | ||
1124 | 2024.07.12 00:37:03.295115 [ 3 ] {686b6116-dcc0-401d-9194-f33cbbca70ea} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1125 | 2024.07.12 00:37:03.295131 [ 3 ] {} <Debug> HTTP-Session: ab770eec-7fbb-4ecd-8051-fc4c03f2037a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1126 | 2024.07.12 00:37:03.295367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1127 | 2024.07.12 00:37:03.295416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1128 | 2024.07.12 00:37:03.295436 [ 3 ] {} <Debug> HTTP-Session: 7d16fd72-32c5-4dce-aa94-6e9f357df9f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1129 | 2024.07.12 00:37:03.295453 [ 3 ] {} <Debug> HTTP-Session: 7d16fd72-32c5-4dce-aa94-6e9f357df9f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1130 | 2024.07.12 00:37:03.295468 [ 3 ] {} <Debug> HTTP-Session: 7d16fd72-32c5-4dce-aa94-6e9f357df9f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1131 | 2024.07.12 00:37:03.295499 [ 3 ] {} <Trace> HTTP-Session: 7d16fd72-32c5-4dce-aa94-6e9f357df9f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1132 | 2024.07.12 00:37:03.295634 [ 3 ] {c99025d0-f19c-4ba7-ab02-1403f0294194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1133 | 2024.07.12 00:37:03.295888 [ 3 ] {c99025d0-f19c-4ba7-ab02-1403f0294194} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1134 | 2024.07.12 00:37:03.295926 [ 3 ] {c99025d0-f19c-4ba7-ab02-1403f0294194} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1135 | 2024.07.12 00:37:03.296169 [ 3 ] {c99025d0-f19c-4ba7-ab02-1403f0294194} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1136 | 2024.07.12 00:37:03.296236 [ 3 ] {c99025d0-f19c-4ba7-ab02-1403f0294194} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1137 | 2024.07.12 00:37:03.296371 [ 3 ] {c99025d0-f19c-4ba7-ab02-1403f0294194} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1138 | 2024.07.12 00:37:03.296404 [ 3 ] {c99025d0-f19c-4ba7-ab02-1403f0294194} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1139 | 2024.07.12 00:37:03.296431 [ 3 ] {c99025d0-f19c-4ba7-ab02-1403f0294194} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1140 | 2024.07.12 00:37:03.296448 [ 3 ] {c99025d0-f19c-4ba7-ab02-1403f0294194} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1141 | 2024.07.12 00:37:03.296490 [ 3 ] {c99025d0-f19c-4ba7-ab02-1403f0294194} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1142 | 2024.07.12 00:37:03.296511 [ 3 ] {c99025d0-f19c-4ba7-ab02-1403f0294194} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1143 | 2024.07.12 00:37:03.297259 [ 3 ] {c99025d0-f19c-4ba7-ab02-1403f0294194} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001686 sec., 8303.67734282325 rows/sec., 338.84 KiB/sec. | ||
1144 | 2024.07.12 00:37:03.297502 [ 3 ] {c99025d0-f19c-4ba7-ab02-1403f0294194} <Debug> DynamicQueryHandler: Done processing query | ||
1145 | 2024.07.12 00:37:03.297527 [ 3 ] {c99025d0-f19c-4ba7-ab02-1403f0294194} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1146 | 2024.07.12 00:37:03.297545 [ 3 ] {} <Debug> HTTP-Session: 7d16fd72-32c5-4dce-aa94-6e9f357df9f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1147 | 2024.07.12 00:37:03.297751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1148 | 2024.07.12 00:37:03.297802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1149 | 2024.07.12 00:37:03.297822 [ 3 ] {} <Debug> HTTP-Session: 6fd5ee80-4275-40d4-8715-f6063df66634 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1150 | 2024.07.12 00:37:03.297839 [ 3 ] {} <Debug> HTTP-Session: 6fd5ee80-4275-40d4-8715-f6063df66634 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1151 | 2024.07.12 00:37:03.297853 [ 3 ] {} <Debug> HTTP-Session: 6fd5ee80-4275-40d4-8715-f6063df66634 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1152 | 2024.07.12 00:37:03.297885 [ 3 ] {} <Trace> HTTP-Session: 6fd5ee80-4275-40d4-8715-f6063df66634 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1153 | 2024.07.12 00:37:03.298024 [ 3 ] {90a79670-900e-416b-8317-fc96b2b38b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1154 | 2024.07.12 00:37:03.298290 [ 3 ] {90a79670-900e-416b-8317-fc96b2b38b86} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1155 | 2024.07.12 00:37:03.298329 [ 3 ] {90a79670-900e-416b-8317-fc96b2b38b86} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1156 | 2024.07.12 00:37:03.298574 [ 3 ] {90a79670-900e-416b-8317-fc96b2b38b86} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1157 | 2024.07.12 00:37:03.298640 [ 3 ] {90a79670-900e-416b-8317-fc96b2b38b86} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1158 | 2024.07.12 00:37:03.298774 [ 3 ] {90a79670-900e-416b-8317-fc96b2b38b86} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1159 | 2024.07.12 00:37:03.298807 [ 3 ] {90a79670-900e-416b-8317-fc96b2b38b86} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1160 | 2024.07.12 00:37:03.298832 [ 3 ] {90a79670-900e-416b-8317-fc96b2b38b86} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1161 | 2024.07.12 00:37:03.298848 [ 3 ] {90a79670-900e-416b-8317-fc96b2b38b86} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1162 | 2024.07.12 00:37:03.298889 [ 3 ] {90a79670-900e-416b-8317-fc96b2b38b86} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1163 | 2024.07.12 00:37:03.298910 [ 3 ] {90a79670-900e-416b-8317-fc96b2b38b86} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1164 | 2024.07.12 00:37:03.299706 [ 3 ] {90a79670-900e-416b-8317-fc96b2b38b86} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001744 sec., 8027.522935779816 rows/sec., 327.57 KiB/sec. | ||
1165 | 2024.07.12 00:37:03.299943 [ 3 ] {90a79670-900e-416b-8317-fc96b2b38b86} <Debug> DynamicQueryHandler: Done processing query | ||
1166 | 2024.07.12 00:37:03.299970 [ 3 ] {90a79670-900e-416b-8317-fc96b2b38b86} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1167 | 2024.07.12 00:37:03.299989 [ 3 ] {} <Debug> HTTP-Session: 6fd5ee80-4275-40d4-8715-f6063df66634 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1168 | 2024.07.12 00:37:03.301803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1169 | 2024.07.12 00:37:03.301865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1170 | 2024.07.12 00:37:03.301889 [ 3 ] {} <Debug> HTTP-Session: 8e8ffadf-c0c1-4e31-9fd1-69d33bbb3d86 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1171 | 2024.07.12 00:37:03.301912 [ 3 ] {} <Debug> HTTP-Session: 8e8ffadf-c0c1-4e31-9fd1-69d33bbb3d86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1172 | 2024.07.12 00:37:03.301931 [ 3 ] {} <Debug> HTTP-Session: 8e8ffadf-c0c1-4e31-9fd1-69d33bbb3d86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1173 | 2024.07.12 00:37:03.301966 [ 3 ] {} <Trace> HTTP-Session: 8e8ffadf-c0c1-4e31-9fd1-69d33bbb3d86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1174 | 2024.07.12 00:37:03.302084 [ 3 ] {e3ce10c9-f0a3-49ae-8cf1-0288573752fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1175 | 2024.07.12 00:37:03.302130 [ 3 ] {e3ce10c9-f0a3-49ae-8cf1-0288573752fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1176 | 2024.07.12 00:37:03.302295 [ 3 ] {e3ce10c9-f0a3-49ae-8cf1-0288573752fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1177 | 2024.07.12 00:37:03.302599 [ 3 ] {e3ce10c9-f0a3-49ae-8cf1-0288573752fa} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1178 | 2024.07.12 00:37:03.302640 [ 3 ] {e3ce10c9-f0a3-49ae-8cf1-0288573752fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1179 | 2024.07.12 00:37:03.303447 [ 3 ] {e3ce10c9-f0a3-49ae-8cf1-0288573752fa} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1180 | 2024.07.12 00:37:03.304081 [ 3 ] {e3ce10c9-f0a3-49ae-8cf1-0288573752fa} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1181 | 2024.07.12 00:37:03.304254 [ 3 ] {e3ce10c9-f0a3-49ae-8cf1-0288573752fa} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002211 sec., 1809.1361374943465 rows/sec., 230.12 KiB/sec. | ||
1182 | 2024.07.12 00:37:03.304418 [ 3 ] {e3ce10c9-f0a3-49ae-8cf1-0288573752fa} <Debug> DynamicQueryHandler: Done processing query | ||
1183 | 2024.07.12 00:37:03.304443 [ 3 ] {e3ce10c9-f0a3-49ae-8cf1-0288573752fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1184 | 2024.07.12 00:37:03.304459 [ 3 ] {} <Debug> HTTP-Session: 8e8ffadf-c0c1-4e31-9fd1-69d33bbb3d86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1185 | 2024.07.12 00:37:03.304599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1186 | 2024.07.12 00:37:03.304650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1187 | 2024.07.12 00:37:03.304671 [ 3 ] {} <Debug> HTTP-Session: 2983e5dd-34b7-4062-9910-58cfe6c40700 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1188 | 2024.07.12 00:37:03.304688 [ 3 ] {} <Debug> HTTP-Session: 2983e5dd-34b7-4062-9910-58cfe6c40700 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1189 | 2024.07.12 00:37:03.304703 [ 3 ] {} <Debug> HTTP-Session: 2983e5dd-34b7-4062-9910-58cfe6c40700 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1190 | 2024.07.12 00:37:03.304735 [ 3 ] {} <Trace> HTTP-Session: 2983e5dd-34b7-4062-9910-58cfe6c40700 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1191 | 2024.07.12 00:37:03.304890 [ 3 ] {758bda66-42a2-4245-adcc-a8fcca155c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1192 | 2024.07.12 00:37:03.304937 [ 3 ] {758bda66-42a2-4245-adcc-a8fcca155c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1193 | 2024.07.12 00:37:03.305066 [ 3 ] {758bda66-42a2-4245-adcc-a8fcca155c85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1194 | 2024.07.12 00:37:03.305407 [ 3 ] {758bda66-42a2-4245-adcc-a8fcca155c85} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1195 | 2024.07.12 00:37:03.305444 [ 3 ] {758bda66-42a2-4245-adcc-a8fcca155c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1196 | 2024.07.12 00:37:03.305868 [ 3 ] {758bda66-42a2-4245-adcc-a8fcca155c85} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1197 | 2024.07.12 00:37:03.306512 [ 3 ] {758bda66-42a2-4245-adcc-a8fcca155c85} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1198 | 2024.07.12 00:37:03.306639 [ 3 ] {758bda66-42a2-4245-adcc-a8fcca155c85} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001787 sec., 31337.437045327366 rows/sec., 2.39 MiB/sec. | ||
1199 | 2024.07.12 00:37:03.306910 [ 3 ] {758bda66-42a2-4245-adcc-a8fcca155c85} <Debug> DynamicQueryHandler: Done processing query | ||
1200 | 2024.07.12 00:37:03.306935 [ 3 ] {758bda66-42a2-4245-adcc-a8fcca155c85} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1201 | 2024.07.12 00:37:03.306951 [ 3 ] {} <Debug> HTTP-Session: 2983e5dd-34b7-4062-9910-58cfe6c40700 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1202 | 2024.07.12 00:37:03.307132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1203 | 2024.07.12 00:37:03.307181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1204 | 2024.07.12 00:37:03.307201 [ 3 ] {} <Debug> HTTP-Session: d01d8461-530a-479c-a738-5ea58d784615 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1205 | 2024.07.12 00:37:03.307218 [ 3 ] {} <Debug> HTTP-Session: d01d8461-530a-479c-a738-5ea58d784615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1206 | 2024.07.12 00:37:03.307232 [ 3 ] {} <Debug> HTTP-Session: d01d8461-530a-479c-a738-5ea58d784615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1207 | 2024.07.12 00:37:03.307264 [ 3 ] {} <Trace> HTTP-Session: d01d8461-530a-479c-a738-5ea58d784615 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1208 | 2024.07.12 00:37:03.307379 [ 3 ] {3fb441d8-1214-4a60-8cb3-83e6c3861fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1209 | 2024.07.12 00:37:03.307422 [ 3 ] {3fb441d8-1214-4a60-8cb3-83e6c3861fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1210 | 2024.07.12 00:37:03.307562 [ 3 ] {3fb441d8-1214-4a60-8cb3-83e6c3861fb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1211 | 2024.07.12 00:37:03.307877 [ 3 ] {3fb441d8-1214-4a60-8cb3-83e6c3861fb5} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1212 | 2024.07.12 00:37:03.307920 [ 3 ] {3fb441d8-1214-4a60-8cb3-83e6c3861fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1213 | 2024.07.12 00:37:03.308372 [ 3 ] {3fb441d8-1214-4a60-8cb3-83e6c3861fb5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1214 | 2024.07.12 00:37:03.308953 [ 3 ] {3fb441d8-1214-4a60-8cb3-83e6c3861fb5} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1215 | 2024.07.12 00:37:03.309077 [ 3 ] {3fb441d8-1214-4a60-8cb3-83e6c3861fb5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001739 sec., 36802.760207015526 rows/sec., 2.87 MiB/sec. | ||
1216 | 2024.07.12 00:37:03.309226 [ 3 ] {3fb441d8-1214-4a60-8cb3-83e6c3861fb5} <Debug> DynamicQueryHandler: Done processing query | ||
1217 | 2024.07.12 00:37:03.309251 [ 3 ] {3fb441d8-1214-4a60-8cb3-83e6c3861fb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1218 | 2024.07.12 00:37:03.309267 [ 3 ] {} <Debug> HTTP-Session: d01d8461-530a-479c-a738-5ea58d784615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1219 | 2024.07.12 00:37:03.309467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 23696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1220 | 2024.07.12 00:37:03.309514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1221 | 2024.07.12 00:37:03.309535 [ 3 ] {} <Debug> HTTP-Session: 5da721ed-f95d-4486-8fab-113233c07484 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1222 | 2024.07.12 00:37:03.309551 [ 3 ] {} <Debug> HTTP-Session: 5da721ed-f95d-4486-8fab-113233c07484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1223 | 2024.07.12 00:37:03.309565 [ 3 ] {} <Debug> HTTP-Session: 5da721ed-f95d-4486-8fab-113233c07484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1224 | 2024.07.12 00:37:03.309596 [ 3 ] {} <Trace> HTTP-Session: 5da721ed-f95d-4486-8fab-113233c07484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1225 | 2024.07.12 00:37:03.309729 [ 3 ] {b1bc8207-1052-49ea-aef9-c82c15e0f93d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1226 | 2024.07.12 00:37:03.309776 [ 3 ] {b1bc8207-1052-49ea-aef9-c82c15e0f93d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1227 | 2024.07.12 00:37:03.309913 [ 3 ] {b1bc8207-1052-49ea-aef9-c82c15e0f93d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1228 | 2024.07.12 00:37:03.310278 [ 3 ] {b1bc8207-1052-49ea-aef9-c82c15e0f93d} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1229 | 2024.07.12 00:37:03.310314 [ 3 ] {b1bc8207-1052-49ea-aef9-c82c15e0f93d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1230 | 2024.07.12 00:37:03.310833 [ 3 ] {b1bc8207-1052-49ea-aef9-c82c15e0f93d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1231 | 2024.07.12 00:37:03.311500 [ 3 ] {b1bc8207-1052-49ea-aef9-c82c15e0f93d} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1232 | 2024.07.12 00:37:03.311633 [ 3 ] {b1bc8207-1052-49ea-aef9-c82c15e0f93d} <Debug> executeQuery: Read 124 rows, 8.82 KiB in 0.001962 sec., 63200.81549439347 rows/sec., 4.39 MiB/sec. | ||
1233 | 2024.07.12 00:37:03.311908 [ 3 ] {b1bc8207-1052-49ea-aef9-c82c15e0f93d} <Debug> DynamicQueryHandler: Done processing query | ||
1234 | 2024.07.12 00:37:03.311932 [ 3 ] {b1bc8207-1052-49ea-aef9-c82c15e0f93d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1235 | 2024.07.12 00:37:03.311948 [ 3 ] {} <Debug> HTTP-Session: 5da721ed-f95d-4486-8fab-113233c07484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1236 | 2024.07.12 00:37:03.312074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 6418, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1237 | 2024.07.12 00:37:03.312121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1238 | 2024.07.12 00:37:03.312142 [ 3 ] {} <Debug> HTTP-Session: efea49fb-fa3e-4446-a355-72f67e00e3c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1239 | 2024.07.12 00:37:03.312159 [ 3 ] {} <Debug> HTTP-Session: efea49fb-fa3e-4446-a355-72f67e00e3c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1240 | 2024.07.12 00:37:03.312173 [ 3 ] {} <Debug> HTTP-Session: efea49fb-fa3e-4446-a355-72f67e00e3c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1241 | 2024.07.12 00:37:03.312204 [ 3 ] {} <Trace> HTTP-Session: efea49fb-fa3e-4446-a355-72f67e00e3c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1242 | 2024.07.12 00:37:03.312316 [ 3 ] {d6e6c5a9-a79e-48fd-b89e-175ee9a063e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1243 | 2024.07.12 00:37:03.312362 [ 3 ] {d6e6c5a9-a79e-48fd-b89e-175ee9a063e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1244 | 2024.07.12 00:37:03.312502 [ 3 ] {d6e6c5a9-a79e-48fd-b89e-175ee9a063e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1245 | 2024.07.12 00:37:03.312775 [ 3 ] {d6e6c5a9-a79e-48fd-b89e-175ee9a063e0} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1246 | 2024.07.12 00:37:03.312810 [ 3 ] {d6e6c5a9-a79e-48fd-b89e-175ee9a063e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1247 | 2024.07.12 00:37:03.313310 [ 3 ] {d6e6c5a9-a79e-48fd-b89e-175ee9a063e0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1248 | 2024.07.12 00:37:03.313939 [ 3 ] {d6e6c5a9-a79e-48fd-b89e-175ee9a063e0} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1249 | 2024.07.12 00:37:03.314071 [ 3 ] {d6e6c5a9-a79e-48fd-b89e-175ee9a063e0} <Debug> executeQuery: Read 42 rows, 2.92 KiB in 0.001793 sec., 23424.42833240379 rows/sec., 1.59 MiB/sec. | ||
1250 | 2024.07.12 00:37:03.314322 [ 3 ] {d6e6c5a9-a79e-48fd-b89e-175ee9a063e0} <Debug> DynamicQueryHandler: Done processing query | ||
1251 | 2024.07.12 00:37:03.314347 [ 3 ] {d6e6c5a9-a79e-48fd-b89e-175ee9a063e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1252 | 2024.07.12 00:37:03.314362 [ 3 ] {} <Debug> HTTP-Session: efea49fb-fa3e-4446-a355-72f67e00e3c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1253 | 2024.07.12 00:37:07.433404 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1254 | 2024.07.12 00:37:07.433470 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1255 | 2024.07.12 00:37:08.285049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1256 | 2024.07.12 00:37:08.285217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1257 | 2024.07.12 00:37:08.285261 [ 3 ] {} <Debug> HTTP-Session: 0d40fdc6-1702-47ae-8afd-33a3ca3450a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1258 | 2024.07.12 00:37:08.285301 [ 3 ] {} <Debug> HTTP-Session: 0d40fdc6-1702-47ae-8afd-33a3ca3450a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1259 | 2024.07.12 00:37:08.285319 [ 3 ] {} <Debug> HTTP-Session: 0d40fdc6-1702-47ae-8afd-33a3ca3450a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1260 | 2024.07.12 00:37:08.285376 [ 3 ] {} <Trace> HTTP-Session: 0d40fdc6-1702-47ae-8afd-33a3ca3450a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1261 | 2024.07.12 00:37:08.285632 [ 3 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1262 | 2024.07.12 00:37:08.286055 [ 3 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1263 | 2024.07.12 00:37:08.286106 [ 3 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1264 | 2024.07.12 00:37:08.286423 [ 3 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1265 | 2024.07.12 00:37:08.286503 [ 3 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1266 | 2024.07.12 00:37:08.286674 [ 3 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1267 | 2024.07.12 00:37:08.286765 [ 251 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1268 | 2024.07.12 00:37:08.286810 [ 253 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1269 | 2024.07.12 00:37:08.286934 [ 3 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1270 | 2024.07.12 00:37:08.286963 [ 3 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1271 | 2024.07.12 00:37:08.287105 [ 3 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1272 | 2024.07.12 00:37:08.287142 [ 3 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1273 | 2024.07.12 00:37:08.287206 [ 3 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1274 | 2024.07.12 00:37:08.287304 [ 3 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1275 | 2024.07.12 00:37:08.289177 [ 3 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003659 sec., 4919.376878928669 rows/sec., 201.24 KiB/sec. | ||
1276 | 2024.07.12 00:37:08.289540 [ 3 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Debug> DynamicQueryHandler: Done processing query | ||
1277 | 2024.07.12 00:37:08.289571 [ 3 ] {5835f894-b20a-44f4-bdbb-9ae321cec770} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1278 | 2024.07.12 00:37:08.289592 [ 3 ] {} <Debug> HTTP-Session: 0d40fdc6-1702-47ae-8afd-33a3ca3450a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1279 | 2024.07.12 00:37:08.289842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1280 | 2024.07.12 00:37:08.289899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1281 | 2024.07.12 00:37:08.289924 [ 3 ] {} <Debug> HTTP-Session: beea2082-34cc-4447-b880-ef7f11127059 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1282 | 2024.07.12 00:37:08.289946 [ 3 ] {} <Debug> HTTP-Session: beea2082-34cc-4447-b880-ef7f11127059 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1283 | 2024.07.12 00:37:08.289962 [ 3 ] {} <Debug> HTTP-Session: beea2082-34cc-4447-b880-ef7f11127059 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1284 | 2024.07.12 00:37:08.290002 [ 3 ] {} <Trace> HTTP-Session: beea2082-34cc-4447-b880-ef7f11127059 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1285 | 2024.07.12 00:37:08.290173 [ 3 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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) | ||
1286 | 2024.07.12 00:37:08.290449 [ 3 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1287 | 2024.07.12 00:37:08.290488 [ 3 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <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 | ||
1288 | 2024.07.12 00:37:08.290739 [ 3 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1289 | 2024.07.12 00:37:08.290802 [ 3 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1290 | 2024.07.12 00:37:08.290938 [ 3 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1291 | 2024.07.12 00:37:08.291020 [ 256 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1292 | 2024.07.12 00:37:08.291047 [ 257 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1293 | 2024.07.12 00:37:08.291154 [ 3 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1294 | 2024.07.12 00:37:08.291183 [ 3 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1295 | 2024.07.12 00:37:08.291258 [ 3 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1296 | 2024.07.12 00:37:08.291278 [ 3 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1297 | 2024.07.12 00:37:08.291316 [ 3 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <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'))" | ||
1298 | 2024.07.12 00:37:08.291354 [ 3 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <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'))" | ||
1299 | 2024.07.12 00:37:08.292655 [ 3 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002564 sec., 7020.280811232449 rows/sec., 287.18 KiB/sec. | ||
1300 | 2024.07.12 00:37:08.292966 [ 3 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <Debug> DynamicQueryHandler: Done processing query | ||
1301 | 2024.07.12 00:37:08.292991 [ 3 ] {261b822e-b6bf-41ae-b506-9e68b7a7359e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1302 | 2024.07.12 00:37:08.293008 [ 3 ] {} <Debug> HTTP-Session: beea2082-34cc-4447-b880-ef7f11127059 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1303 | 2024.07.12 00:37:08.293494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1304 | 2024.07.12 00:37:08.293541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1305 | 2024.07.12 00:37:08.293561 [ 3 ] {} <Debug> HTTP-Session: 45d12bbe-a323-4214-aa34-8dd8c6b5585a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1306 | 2024.07.12 00:37:08.293577 [ 3 ] {} <Debug> HTTP-Session: 45d12bbe-a323-4214-aa34-8dd8c6b5585a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1307 | 2024.07.12 00:37:08.293591 [ 3 ] {} <Debug> HTTP-Session: 45d12bbe-a323-4214-aa34-8dd8c6b5585a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1308 | 2024.07.12 00:37:08.293623 [ 3 ] {} <Trace> HTTP-Session: 45d12bbe-a323-4214-aa34-8dd8c6b5585a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1309 | 2024.07.12 00:37:08.293760 [ 3 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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) | ||
1310 | 2024.07.12 00:37:08.294019 [ 3 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1311 | 2024.07.12 00:37:08.294059 [ 3 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <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 | ||
1312 | 2024.07.12 00:37:08.294312 [ 3 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1313 | 2024.07.12 00:37:08.294376 [ 3 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1314 | 2024.07.12 00:37:08.294510 [ 3 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1315 | 2024.07.12 00:37:08.294620 [ 253 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1316 | 2024.07.12 00:37:08.294647 [ 250 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1317 | 2024.07.12 00:37:08.294802 [ 3 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1318 | 2024.07.12 00:37:08.294831 [ 3 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1319 | 2024.07.12 00:37:08.294909 [ 3 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1320 | 2024.07.12 00:37:08.294928 [ 3 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1321 | 2024.07.12 00:37:08.294967 [ 3 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <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'))" | ||
1322 | 2024.07.12 00:37:08.295007 [ 3 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <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'))" | ||
1323 | 2024.07.12 00:37:08.296261 [ 3 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002563 sec., 7023.019898556378 rows/sec., 287.29 KiB/sec. | ||
1324 | 2024.07.12 00:37:08.296547 [ 3 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <Debug> DynamicQueryHandler: Done processing query | ||
1325 | 2024.07.12 00:37:08.296571 [ 3 ] {796a549a-af39-4163-9e35-55bbd5c3c9b5} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1326 | 2024.07.12 00:37:08.296589 [ 3 ] {} <Debug> HTTP-Session: 45d12bbe-a323-4214-aa34-8dd8c6b5585a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1327 | 2024.07.12 00:37:08.296807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1328 | 2024.07.12 00:37:08.296854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1329 | 2024.07.12 00:37:08.296873 [ 3 ] {} <Debug> HTTP-Session: af812474-b28c-47aa-a68f-64fe96a352ca Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1330 | 2024.07.12 00:37:08.296890 [ 3 ] {} <Debug> HTTP-Session: af812474-b28c-47aa-a68f-64fe96a352ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1331 | 2024.07.12 00:37:08.296905 [ 3 ] {} <Debug> HTTP-Session: af812474-b28c-47aa-a68f-64fe96a352ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1332 | 2024.07.12 00:37:08.296936 [ 3 ] {} <Trace> HTTP-Session: af812474-b28c-47aa-a68f-64fe96a352ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1333 | 2024.07.12 00:37:08.297074 [ 3 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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) | ||
1334 | 2024.07.12 00:37:08.297333 [ 3 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1335 | 2024.07.12 00:37:08.297372 [ 3 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <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 | ||
1336 | 2024.07.12 00:37:08.297628 [ 3 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1337 | 2024.07.12 00:37:08.297691 [ 3 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1338 | 2024.07.12 00:37:08.297828 [ 3 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1339 | 2024.07.12 00:37:08.297929 [ 253 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1340 | 2024.07.12 00:37:08.297933 [ 254 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1341 | 2024.07.12 00:37:08.298047 [ 3 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1342 | 2024.07.12 00:37:08.298074 [ 3 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1343 | 2024.07.12 00:37:08.298152 [ 3 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1344 | 2024.07.12 00:37:08.298250 [ 3 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1345 | 2024.07.12 00:37:08.298293 [ 3 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <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'))" | ||
1346 | 2024.07.12 00:37:08.298334 [ 3 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <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'))" | ||
1347 | 2024.07.12 00:37:08.299723 [ 3 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00271 sec., 6642.066420664206 rows/sec., 271.71 KiB/sec. | ||
1348 | 2024.07.12 00:37:08.300020 [ 3 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <Debug> DynamicQueryHandler: Done processing query | ||
1349 | 2024.07.12 00:37:08.300045 [ 3 ] {038d203c-5755-4c7b-bc0f-fe8985c53724} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1350 | 2024.07.12 00:37:08.300062 [ 3 ] {} <Debug> HTTP-Session: af812474-b28c-47aa-a68f-64fe96a352ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1351 | 2024.07.12 00:37:08.300285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1352 | 2024.07.12 00:37:08.300333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1353 | 2024.07.12 00:37:08.300353 [ 3 ] {} <Debug> HTTP-Session: 1e2970fa-c63f-4fe3-9e89-39f35a87e7f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1354 | 2024.07.12 00:37:08.300369 [ 3 ] {} <Debug> HTTP-Session: 1e2970fa-c63f-4fe3-9e89-39f35a87e7f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1355 | 2024.07.12 00:37:08.300383 [ 3 ] {} <Debug> HTTP-Session: 1e2970fa-c63f-4fe3-9e89-39f35a87e7f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1356 | 2024.07.12 00:37:08.300415 [ 3 ] {} <Trace> HTTP-Session: 1e2970fa-c63f-4fe3-9e89-39f35a87e7f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1357 | 2024.07.12 00:37:08.300554 [ 3 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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) | ||
1358 | 2024.07.12 00:37:08.300814 [ 3 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1359 | 2024.07.12 00:37:08.300854 [ 3 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <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 | ||
1360 | 2024.07.12 00:37:08.301113 [ 3 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1361 | 2024.07.12 00:37:08.301176 [ 3 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1362 | 2024.07.12 00:37:08.301313 [ 3 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1363 | 2024.07.12 00:37:08.301414 [ 250 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1364 | 2024.07.12 00:37:08.301426 [ 253 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1365 | 2024.07.12 00:37:08.301537 [ 3 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1366 | 2024.07.12 00:37:08.301565 [ 3 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1367 | 2024.07.12 00:37:08.301642 [ 3 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1368 | 2024.07.12 00:37:08.301661 [ 3 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1369 | 2024.07.12 00:37:08.301698 [ 3 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <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'))" | ||
1370 | 2024.07.12 00:37:08.301737 [ 3 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <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'))" | ||
1371 | 2024.07.12 00:37:08.303026 [ 3 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002537 sec., 7094.994087504927 rows/sec., 290.24 KiB/sec. | ||
1372 | 2024.07.12 00:37:08.303301 [ 3 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <Debug> DynamicQueryHandler: Done processing query | ||
1373 | 2024.07.12 00:37:08.303325 [ 3 ] {20721f9a-9a92-4c85-9a6b-f58baedf1cf0} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1374 | 2024.07.12 00:37:08.303341 [ 3 ] {} <Debug> HTTP-Session: 1e2970fa-c63f-4fe3-9e89-39f35a87e7f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1375 | 2024.07.12 00:37:08.303553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1376 | 2024.07.12 00:37:08.303600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1377 | 2024.07.12 00:37:08.303620 [ 3 ] {} <Debug> HTTP-Session: adadd148-925a-4126-99f8-22d7df7cd1ff Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1378 | 2024.07.12 00:37:08.303637 [ 3 ] {} <Debug> HTTP-Session: adadd148-925a-4126-99f8-22d7df7cd1ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1379 | 2024.07.12 00:37:08.303651 [ 3 ] {} <Debug> HTTP-Session: adadd148-925a-4126-99f8-22d7df7cd1ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1380 | 2024.07.12 00:37:08.303682 [ 3 ] {} <Trace> HTTP-Session: adadd148-925a-4126-99f8-22d7df7cd1ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1381 | 2024.07.12 00:37:08.303821 [ 3 ] {866df506-9167-4357-9e93-c5560ac85319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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) | ||
1382 | 2024.07.12 00:37:08.304083 [ 3 ] {866df506-9167-4357-9e93-c5560ac85319} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1383 | 2024.07.12 00:37:08.304124 [ 3 ] {866df506-9167-4357-9e93-c5560ac85319} <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 | ||
1384 | 2024.07.12 00:37:08.304384 [ 3 ] {866df506-9167-4357-9e93-c5560ac85319} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1385 | 2024.07.12 00:37:08.304446 [ 3 ] {866df506-9167-4357-9e93-c5560ac85319} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1386 | 2024.07.12 00:37:08.304583 [ 3 ] {866df506-9167-4357-9e93-c5560ac85319} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1387 | 2024.07.12 00:37:08.304677 [ 250 ] {866df506-9167-4357-9e93-c5560ac85319} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1388 | 2024.07.12 00:37:08.304692 [ 253 ] {866df506-9167-4357-9e93-c5560ac85319} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1389 | 2024.07.12 00:37:08.304791 [ 3 ] {866df506-9167-4357-9e93-c5560ac85319} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1390 | 2024.07.12 00:37:08.304819 [ 3 ] {866df506-9167-4357-9e93-c5560ac85319} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1391 | 2024.07.12 00:37:08.304897 [ 3 ] {866df506-9167-4357-9e93-c5560ac85319} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1392 | 2024.07.12 00:37:08.304916 [ 3 ] {866df506-9167-4357-9e93-c5560ac85319} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1393 | 2024.07.12 00:37:08.304953 [ 3 ] {866df506-9167-4357-9e93-c5560ac85319} <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'))" | ||
1394 | 2024.07.12 00:37:08.304993 [ 3 ] {866df506-9167-4357-9e93-c5560ac85319} <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'))" | ||
1395 | 2024.07.12 00:37:08.306367 [ 3 ] {866df506-9167-4357-9e93-c5560ac85319} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002609 sec., 6899.195093905711 rows/sec., 282.23 KiB/sec. | ||
1396 | 2024.07.12 00:37:08.306657 [ 3 ] {866df506-9167-4357-9e93-c5560ac85319} <Debug> DynamicQueryHandler: Done processing query | ||
1397 | 2024.07.12 00:37:08.306682 [ 3 ] {866df506-9167-4357-9e93-c5560ac85319} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1398 | 2024.07.12 00:37:08.306698 [ 3 ] {} <Debug> HTTP-Session: adadd148-925a-4126-99f8-22d7df7cd1ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1399 | 2024.07.12 00:37:08.306884 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1400 | 2024.07.12 00:37:08.306931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1401 | 2024.07.12 00:37:08.306951 [ 3 ] {} <Debug> HTTP-Session: 350d5ebb-0820-4477-b141-325e072d9ee6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1402 | 2024.07.12 00:37:08.306968 [ 3 ] {} <Debug> HTTP-Session: 350d5ebb-0820-4477-b141-325e072d9ee6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1403 | 2024.07.12 00:37:08.306981 [ 3 ] {} <Debug> HTTP-Session: 350d5ebb-0820-4477-b141-325e072d9ee6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1404 | 2024.07.12 00:37:08.307015 [ 3 ] {} <Trace> HTTP-Session: 350d5ebb-0820-4477-b141-325e072d9ee6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1405 | 2024.07.12 00:37:08.307155 [ 3 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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) | ||
1406 | 2024.07.12 00:37:08.307418 [ 3 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1407 | 2024.07.12 00:37:08.307458 [ 3 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <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 | ||
1408 | 2024.07.12 00:37:08.307720 [ 3 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1409 | 2024.07.12 00:37:08.307783 [ 3 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1410 | 2024.07.12 00:37:08.307919 [ 3 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1411 | 2024.07.12 00:37:08.308027 [ 250 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1412 | 2024.07.12 00:37:08.308030 [ 253 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1413 | 2024.07.12 00:37:08.308137 [ 3 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1414 | 2024.07.12 00:37:08.308164 [ 3 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1415 | 2024.07.12 00:37:08.308242 [ 3 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1416 | 2024.07.12 00:37:08.308262 [ 3 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1417 | 2024.07.12 00:37:08.308300 [ 3 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <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'))" | ||
1418 | 2024.07.12 00:37:08.308338 [ 3 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <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'))" | ||
1419 | 2024.07.12 00:37:08.309623 [ 3 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002533 sec., 7106.1981839715745 rows/sec., 290.69 KiB/sec. | ||
1420 | 2024.07.12 00:37:08.309919 [ 3 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <Debug> DynamicQueryHandler: Done processing query | ||
1421 | 2024.07.12 00:37:08.309942 [ 3 ] {f382aef2-001c-4e47-aa39-952ba42b1abd} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1422 | 2024.07.12 00:37:08.309959 [ 3 ] {} <Debug> HTTP-Session: 350d5ebb-0820-4477-b141-325e072d9ee6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1423 | 2024.07.12 00:37:08.310179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1424 | 2024.07.12 00:37:08.310227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1425 | 2024.07.12 00:37:08.310247 [ 3 ] {} <Debug> HTTP-Session: b501a4cd-6ff4-4322-9c14-a7ba817b6584 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1426 | 2024.07.12 00:37:08.310263 [ 3 ] {} <Debug> HTTP-Session: b501a4cd-6ff4-4322-9c14-a7ba817b6584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1427 | 2024.07.12 00:37:08.310276 [ 3 ] {} <Debug> HTTP-Session: b501a4cd-6ff4-4322-9c14-a7ba817b6584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1428 | 2024.07.12 00:37:08.310308 [ 3 ] {} <Trace> HTTP-Session: b501a4cd-6ff4-4322-9c14-a7ba817b6584 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1429 | 2024.07.12 00:37:08.310450 [ 3 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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) | ||
1430 | 2024.07.12 00:37:08.310717 [ 3 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1431 | 2024.07.12 00:37:08.310757 [ 3 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <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 | ||
1432 | 2024.07.12 00:37:08.311023 [ 3 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1433 | 2024.07.12 00:37:08.311086 [ 3 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1434 | 2024.07.12 00:37:08.311223 [ 3 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1435 | 2024.07.12 00:37:08.311319 [ 253 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1436 | 2024.07.12 00:37:08.311331 [ 250 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1437 | 2024.07.12 00:37:08.311439 [ 3 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1438 | 2024.07.12 00:37:08.311466 [ 3 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1439 | 2024.07.12 00:37:08.311544 [ 3 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1440 | 2024.07.12 00:37:08.311565 [ 3 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1441 | 2024.07.12 00:37:08.311602 [ 3 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <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'))" | ||
1442 | 2024.07.12 00:37:08.311641 [ 3 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <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'))" | ||
1443 | 2024.07.12 00:37:08.312737 [ 3 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002352 sec., 7653.061224489797 rows/sec., 313.06 KiB/sec. | ||
1444 | 2024.07.12 00:37:08.313030 [ 3 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <Debug> DynamicQueryHandler: Done processing query | ||
1445 | 2024.07.12 00:37:08.313054 [ 3 ] {ab53955c-207f-4800-85c4-18d72c6f15be} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1446 | 2024.07.12 00:37:08.313070 [ 3 ] {} <Debug> HTTP-Session: b501a4cd-6ff4-4322-9c14-a7ba817b6584 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1447 | 2024.07.12 00:37:08.313292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1448 | 2024.07.12 00:37:08.313339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1449 | 2024.07.12 00:37:08.313359 [ 3 ] {} <Debug> HTTP-Session: f40f4f1a-708c-40cd-8c3e-cee762257175 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1450 | 2024.07.12 00:37:08.313375 [ 3 ] {} <Debug> HTTP-Session: f40f4f1a-708c-40cd-8c3e-cee762257175 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1451 | 2024.07.12 00:37:08.313389 [ 3 ] {} <Debug> HTTP-Session: f40f4f1a-708c-40cd-8c3e-cee762257175 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1452 | 2024.07.12 00:37:08.313420 [ 3 ] {} <Trace> HTTP-Session: f40f4f1a-708c-40cd-8c3e-cee762257175 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1453 | 2024.07.12 00:37:08.313562 [ 3 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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) | ||
1454 | 2024.07.12 00:37:08.313825 [ 3 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1455 | 2024.07.12 00:37:08.313867 [ 3 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <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 | ||
1456 | 2024.07.12 00:37:08.314134 [ 3 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1457 | 2024.07.12 00:37:08.314198 [ 3 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1458 | 2024.07.12 00:37:08.314333 [ 3 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1459 | 2024.07.12 00:37:08.314423 [ 253 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1460 | 2024.07.12 00:37:08.314449 [ 250 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1461 | 2024.07.12 00:37:08.314576 [ 3 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1462 | 2024.07.12 00:37:08.314604 [ 3 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1463 | 2024.07.12 00:37:08.314682 [ 3 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1464 | 2024.07.12 00:37:08.314701 [ 3 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1465 | 2024.07.12 00:37:08.314739 [ 3 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <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'))" | ||
1466 | 2024.07.12 00:37:08.314778 [ 3 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <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'))" | ||
1467 | 2024.07.12 00:37:08.316143 [ 3 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002647 sec., 6800.15111446921 rows/sec., 278.17 KiB/sec. | ||
1468 | 2024.07.12 00:37:08.316433 [ 3 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <Debug> DynamicQueryHandler: Done processing query | ||
1469 | 2024.07.12 00:37:08.316456 [ 3 ] {ad7195b9-9781-4817-983a-ab29819bc7b3} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1470 | 2024.07.12 00:37:08.316473 [ 3 ] {} <Debug> HTTP-Session: f40f4f1a-708c-40cd-8c3e-cee762257175 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1471 | 2024.07.12 00:37:08.316706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1472 | 2024.07.12 00:37:08.316754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1473 | 2024.07.12 00:37:08.316773 [ 3 ] {} <Debug> HTTP-Session: 6508e087-9e0b-461c-9156-43131445650a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1474 | 2024.07.12 00:37:08.316790 [ 3 ] {} <Debug> HTTP-Session: 6508e087-9e0b-461c-9156-43131445650a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1475 | 2024.07.12 00:37:08.316804 [ 3 ] {} <Debug> HTTP-Session: 6508e087-9e0b-461c-9156-43131445650a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1476 | 2024.07.12 00:37:08.316835 [ 3 ] {} <Trace> HTTP-Session: 6508e087-9e0b-461c-9156-43131445650a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1477 | 2024.07.12 00:37:08.316979 [ 3 ] {e1bc3521-889b-4fed-a797-933981c09683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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) | ||
1478 | 2024.07.12 00:37:08.317245 [ 3 ] {e1bc3521-889b-4fed-a797-933981c09683} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1479 | 2024.07.12 00:37:08.317286 [ 3 ] {e1bc3521-889b-4fed-a797-933981c09683} <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 | ||
1480 | 2024.07.12 00:37:08.317557 [ 3 ] {e1bc3521-889b-4fed-a797-933981c09683} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1481 | 2024.07.12 00:37:08.317620 [ 3 ] {e1bc3521-889b-4fed-a797-933981c09683} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1482 | 2024.07.12 00:37:08.317758 [ 3 ] {e1bc3521-889b-4fed-a797-933981c09683} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1483 | 2024.07.12 00:37:08.317856 [ 253 ] {e1bc3521-889b-4fed-a797-933981c09683} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1484 | 2024.07.12 00:37:08.317856 [ 250 ] {e1bc3521-889b-4fed-a797-933981c09683} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1485 | 2024.07.12 00:37:08.317964 [ 3 ] {e1bc3521-889b-4fed-a797-933981c09683} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1486 | 2024.07.12 00:37:08.317991 [ 3 ] {e1bc3521-889b-4fed-a797-933981c09683} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1487 | 2024.07.12 00:37:08.318071 [ 3 ] {e1bc3521-889b-4fed-a797-933981c09683} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1488 | 2024.07.12 00:37:08.318090 [ 3 ] {e1bc3521-889b-4fed-a797-933981c09683} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1489 | 2024.07.12 00:37:08.318128 [ 3 ] {e1bc3521-889b-4fed-a797-933981c09683} <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'))" | ||
1490 | 2024.07.12 00:37:08.318167 [ 3 ] {e1bc3521-889b-4fed-a797-933981c09683} <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'))" | ||
1491 | 2024.07.12 00:37:08.319488 [ 3 ] {e1bc3521-889b-4fed-a797-933981c09683} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002579 sec., 6979.449398991857 rows/sec., 285.51 KiB/sec. | ||
1492 | 2024.07.12 00:37:08.319784 [ 3 ] {e1bc3521-889b-4fed-a797-933981c09683} <Debug> DynamicQueryHandler: Done processing query | ||
1493 | 2024.07.12 00:37:08.319809 [ 3 ] {e1bc3521-889b-4fed-a797-933981c09683} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1494 | 2024.07.12 00:37:08.319825 [ 3 ] {} <Debug> HTTP-Session: 6508e087-9e0b-461c-9156-43131445650a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1495 | 2024.07.12 00:37:08.320053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 1006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1496 | 2024.07.12 00:37:08.320097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1497 | 2024.07.12 00:37:08.320115 [ 3 ] {} <Debug> HTTP-Session: 10d9631a-6552-413f-989d-71904c503584 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1498 | 2024.07.12 00:37:08.320131 [ 3 ] {} <Debug> HTTP-Session: 10d9631a-6552-413f-989d-71904c503584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1499 | 2024.07.12 00:37:08.320143 [ 3 ] {} <Debug> HTTP-Session: 10d9631a-6552-413f-989d-71904c503584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1500 | 2024.07.12 00:37:08.320172 [ 3 ] {} <Trace> HTTP-Session: 10d9631a-6552-413f-989d-71904c503584 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1501 | 2024.07.12 00:37:08.320308 [ 3 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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) | ||
1502 | 2024.07.12 00:37:08.320561 [ 3 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1503 | 2024.07.12 00:37:08.320600 [ 3 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <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 | ||
1504 | 2024.07.12 00:37:08.320859 [ 3 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1505 | 2024.07.12 00:37:08.320919 [ 3 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1506 | 2024.07.12 00:37:08.321118 [ 3 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1507 | 2024.07.12 00:37:08.321211 [ 250 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1508 | 2024.07.12 00:37:08.321224 [ 253 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1509 | 2024.07.12 00:37:08.321326 [ 3 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1510 | 2024.07.12 00:37:08.321353 [ 3 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1511 | 2024.07.12 00:37:08.321432 [ 3 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1512 | 2024.07.12 00:37:08.321451 [ 3 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1513 | 2024.07.12 00:37:08.321489 [ 3 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <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'))" | ||
1514 | 2024.07.12 00:37:08.321528 [ 3 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <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'))" | ||
1515 | 2024.07.12 00:37:08.322842 [ 3 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002581 sec., 6974.041069352964 rows/sec., 285.29 KiB/sec. | ||
1516 | 2024.07.12 00:37:08.323151 [ 3 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <Debug> DynamicQueryHandler: Done processing query | ||
1517 | 2024.07.12 00:37:08.323175 [ 3 ] {9ad52ca3-9f13-4bb7-837e-35a278d62cc6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1518 | 2024.07.12 00:37:08.323191 [ 3 ] {} <Debug> HTTP-Session: 10d9631a-6552-413f-989d-71904c503584 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1519 | 2024.07.12 00:37:08.327256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 1033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1520 | 2024.07.12 00:37:08.327313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1521 | 2024.07.12 00:37:08.327336 [ 3 ] {} <Debug> HTTP-Session: 710264f3-a219-4701-b218-fb6fc5121741 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1522 | 2024.07.12 00:37:08.327357 [ 3 ] {} <Debug> HTTP-Session: 710264f3-a219-4701-b218-fb6fc5121741 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1523 | 2024.07.12 00:37:08.327375 [ 3 ] {} <Debug> HTTP-Session: 710264f3-a219-4701-b218-fb6fc5121741 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1524 | 2024.07.12 00:37:08.327412 [ 3 ] {} <Trace> HTTP-Session: 710264f3-a219-4701-b218-fb6fc5121741 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1525 | 2024.07.12 00:37:08.327589 [ 3 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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) | ||
1526 | 2024.07.12 00:37:08.327923 [ 3 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1527 | 2024.07.12 00:37:08.327975 [ 3 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <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 | ||
1528 | 2024.07.12 00:37:08.328304 [ 3 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1529 | 2024.07.12 00:37:08.328368 [ 3 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1530 | 2024.07.12 00:37:08.328501 [ 3 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1531 | 2024.07.12 00:37:08.328591 [ 250 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1532 | 2024.07.12 00:37:08.328606 [ 253 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1533 | 2024.07.12 00:37:08.328711 [ 3 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
1534 | 2024.07.12 00:37:08.328738 [ 3 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1535 | 2024.07.12 00:37:08.328814 [ 3 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1536 | 2024.07.12 00:37:08.328833 [ 3 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1537 | 2024.07.12 00:37:08.328871 [ 3 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <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'))" | ||
1538 | 2024.07.12 00:37:08.328911 [ 3 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <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'))" | ||
1539 | 2024.07.12 00:37:08.330203 [ 3 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002702 sec., 6661.732050333087 rows/sec., 272.51 KiB/sec. | ||
1540 | 2024.07.12 00:37:08.330489 [ 3 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <Debug> DynamicQueryHandler: Done processing query | ||
1541 | 2024.07.12 00:37:08.330514 [ 3 ] {c46aa0a4-8d7e-48cd-ad8f-771da8fa24ff} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1542 | 2024.07.12 00:37:08.330530 [ 3 ] {} <Debug> HTTP-Session: 710264f3-a219-4701-b218-fb6fc5121741 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1543 | 2024.07.12 00:37:08.332632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 1056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1544 | 2024.07.12 00:37:08.332689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1545 | 2024.07.12 00:37:08.332713 [ 3 ] {} <Debug> HTTP-Session: ff698e9c-a9dd-4e15-ba51-d570ed3fb1b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1546 | 2024.07.12 00:37:08.332734 [ 3 ] {} <Debug> HTTP-Session: ff698e9c-a9dd-4e15-ba51-d570ed3fb1b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1547 | 2024.07.12 00:37:08.332750 [ 3 ] {} <Debug> HTTP-Session: ff698e9c-a9dd-4e15-ba51-d570ed3fb1b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1548 | 2024.07.12 00:37:08.332788 [ 3 ] {} <Trace> HTTP-Session: ff698e9c-a9dd-4e15-ba51-d570ed3fb1b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1549 | 2024.07.12 00:37:08.332967 [ 3 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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) | ||
1550 | 2024.07.12 00:37:08.333298 [ 3 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1551 | 2024.07.12 00:37:08.333342 [ 3 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <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 | ||
1552 | 2024.07.12 00:37:08.333623 [ 3 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1553 | 2024.07.12 00:37:08.333686 [ 3 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1554 | 2024.07.12 00:37:08.333820 [ 3 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
1555 | 2024.07.12 00:37:08.333902 [ 250 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1556 | 2024.07.12 00:37:08.333924 [ 253 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1557 | 2024.07.12 00:37:08.334026 [ 3 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (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 | ||
1558 | 2024.07.12 00:37:08.334054 [ 3 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1559 | 2024.07.12 00:37:08.334131 [ 3 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1560 | 2024.07.12 00:37:08.334151 [ 3 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1561 | 2024.07.12 00:37:08.334189 [ 3 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <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'))" | ||
1562 | 2024.07.12 00:37:08.334229 [ 3 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <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'))" | ||
1563 | 2024.07.12 00:37:08.335559 [ 3 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00268 sec., 6716.417910447761 rows/sec., 274.75 KiB/sec. | ||
1564 | 2024.07.12 00:37:08.335855 [ 3 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <Debug> DynamicQueryHandler: Done processing query | ||
1565 | 2024.07.12 00:37:08.335878 [ 3 ] {ce674839-683c-42d3-a6a3-77d548b27ebd} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1566 | 2024.07.12 00:37:08.335894 [ 3 ] {} <Debug> HTTP-Session: ff698e9c-a9dd-4e15-ba51-d570ed3fb1b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1567 | 2024.07.12 00:37:08.337617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 1098, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1568 | 2024.07.12 00:37:08.337664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1569 | 2024.07.12 00:37:08.337684 [ 3 ] {} <Debug> HTTP-Session: ccebeb14-91b5-4165-89e1-bd89eebb3e6c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1570 | 2024.07.12 00:37:08.337700 [ 3 ] {} <Debug> HTTP-Session: ccebeb14-91b5-4165-89e1-bd89eebb3e6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1571 | 2024.07.12 00:37:08.337715 [ 3 ] {} <Debug> HTTP-Session: ccebeb14-91b5-4165-89e1-bd89eebb3e6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1572 | 2024.07.12 00:37:08.337746 [ 3 ] {} <Trace> HTTP-Session: ccebeb14-91b5-4165-89e1-bd89eebb3e6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1573 | 2024.07.12 00:37:08.337894 [ 3 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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', '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) | ||
1574 | 2024.07.12 00:37:08.338171 [ 3 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1575 | 2024.07.12 00:37:08.338215 [ 3 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <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', '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 | ||
1576 | 2024.07.12 00:37:08.338502 [ 3 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1577 | 2024.07.12 00:37:08.338566 [ 3 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1578 | 2024.07.12 00:37:08.338703 [ 3 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
1579 | 2024.07.12 00:37:08.338814 [ 250 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1580 | 2024.07.12 00:37:08.338816 [ 253 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1581 | 2024.07.12 00:37:08.338931 [ 3 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (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 | ||
1582 | 2024.07.12 00:37:08.338960 [ 3 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1583 | 2024.07.12 00:37:08.339037 [ 3 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1584 | 2024.07.12 00:37:08.339057 [ 3 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1585 | 2024.07.12 00:37:08.339095 [ 3 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <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', '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'))" | ||
1586 | 2024.07.12 00:37:08.339134 [ 3 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <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', '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'))" | ||
1587 | 2024.07.12 00:37:08.340313 [ 3 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002491 sec., 7226.013649136892 rows/sec., 295.60 KiB/sec. | ||
1588 | 2024.07.12 00:37:08.340613 [ 3 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <Debug> DynamicQueryHandler: Done processing query | ||
1589 | 2024.07.12 00:37:08.340637 [ 3 ] {cea76953-2a8d-43f5-90b2-96a2831f7ed5} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1590 | 2024.07.12 00:37:08.340654 [ 3 ] {} <Debug> HTTP-Session: ccebeb14-91b5-4165-89e1-bd89eebb3e6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1591 | 2024.07.12 00:37:08.340869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 1136, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1592 | 2024.07.12 00:37:08.340916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1593 | 2024.07.12 00:37:08.340935 [ 3 ] {} <Debug> HTTP-Session: 8b353cb8-8ce3-4824-bc9a-b17c86667854 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1594 | 2024.07.12 00:37:08.340952 [ 3 ] {} <Debug> HTTP-Session: 8b353cb8-8ce3-4824-bc9a-b17c86667854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1595 | 2024.07.12 00:37:08.340965 [ 3 ] {} <Debug> HTTP-Session: 8b353cb8-8ce3-4824-bc9a-b17c86667854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1596 | 2024.07.12 00:37:08.340996 [ 3 ] {} <Trace> HTTP-Session: 8b353cb8-8ce3-4824-bc9a-b17c86667854 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1597 | 2024.07.12 00:37:08.341144 [ 3 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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', '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) | ||
1598 | 2024.07.12 00:37:08.341425 [ 3 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1599 | 2024.07.12 00:37:08.341470 [ 3 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <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', '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 | ||
1600 | 2024.07.12 00:37:08.341760 [ 3 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1601 | 2024.07.12 00:37:08.341823 [ 3 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1602 | 2024.07.12 00:37:08.341960 [ 3 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
1603 | 2024.07.12 00:37:08.342052 [ 250 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1604 | 2024.07.12 00:37:08.342069 [ 253 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1605 | 2024.07.12 00:37:08.342179 [ 3 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (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 | ||
1606 | 2024.07.12 00:37:08.342207 [ 3 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1607 | 2024.07.12 00:37:08.342285 [ 3 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1608 | 2024.07.12 00:37:08.342305 [ 3 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1609 | 2024.07.12 00:37:08.342345 [ 3 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <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', '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'))" | ||
1610 | 2024.07.12 00:37:08.342384 [ 3 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <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', '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'))" | ||
1611 | 2024.07.12 00:37:08.343890 [ 3 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002819 sec., 6385.242993969493 rows/sec., 261.20 KiB/sec. | ||
1612 | 2024.07.12 00:37:08.344190 [ 3 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <Debug> DynamicQueryHandler: Done processing query | ||
1613 | 2024.07.12 00:37:08.344215 [ 3 ] {8968b2a6-1d42-4854-8978-ff4db3fefb56} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1614 | 2024.07.12 00:37:08.344232 [ 3 ] {} <Debug> HTTP-Session: 8b353cb8-8ce3-4824-bc9a-b17c86667854 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1615 | 2024.07.12 00:37:08.344442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 1173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1616 | 2024.07.12 00:37:08.344489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1617 | 2024.07.12 00:37:08.344508 [ 3 ] {} <Debug> HTTP-Session: bbe9e59f-dc0f-4cbd-807a-b623602ad230 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1618 | 2024.07.12 00:37:08.344525 [ 3 ] {} <Debug> HTTP-Session: bbe9e59f-dc0f-4cbd-807a-b623602ad230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1619 | 2024.07.12 00:37:08.344538 [ 3 ] {} <Debug> HTTP-Session: bbe9e59f-dc0f-4cbd-807a-b623602ad230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1620 | 2024.07.12 00:37:08.344569 [ 3 ] {} <Trace> HTTP-Session: bbe9e59f-dc0f-4cbd-807a-b623602ad230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1621 | 2024.07.12 00:37:08.344720 [ 3 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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', '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) | ||
1622 | 2024.07.12 00:37:08.345001 [ 3 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1623 | 2024.07.12 00:37:08.345047 [ 3 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <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', '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 | ||
1624 | 2024.07.12 00:37:08.345343 [ 3 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1625 | 2024.07.12 00:37:08.345406 [ 3 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1626 | 2024.07.12 00:37:08.345541 [ 3 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
1627 | 2024.07.12 00:37:08.345641 [ 253 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1628 | 2024.07.12 00:37:08.345651 [ 250 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1629 | 2024.07.12 00:37:08.345761 [ 3 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (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 | ||
1630 | 2024.07.12 00:37:08.345788 [ 3 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1631 | 2024.07.12 00:37:08.345866 [ 3 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1632 | 2024.07.12 00:37:08.345885 [ 3 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1633 | 2024.07.12 00:37:08.345923 [ 3 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <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', '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'))" | ||
1634 | 2024.07.12 00:37:08.345964 [ 3 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <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', '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'))" | ||
1635 | 2024.07.12 00:37:08.347206 [ 3 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002559 sec., 7033.997655334115 rows/sec., 287.74 KiB/sec. | ||
1636 | 2024.07.12 00:37:08.347504 [ 3 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <Debug> DynamicQueryHandler: Done processing query | ||
1637 | 2024.07.12 00:37:08.347528 [ 3 ] {65ab3968-73bd-42f6-a397-67e13a77d1f7} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1638 | 2024.07.12 00:37:08.347545 [ 3 ] {} <Debug> HTTP-Session: bbe9e59f-dc0f-4cbd-807a-b623602ad230 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1639 | 2024.07.12 00:37:08.350125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 4193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1640 | 2024.07.12 00:37:08.350218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1641 | 2024.07.12 00:37:08.350256 [ 3 ] {} <Debug> HTTP-Session: 466553f8-86db-4fc7-a2c7-1d39bf8b1fc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1642 | 2024.07.12 00:37:08.350289 [ 3 ] {} <Debug> HTTP-Session: 466553f8-86db-4fc7-a2c7-1d39bf8b1fc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1643 | 2024.07.12 00:37:08.350317 [ 3 ] {} <Debug> HTTP-Session: 466553f8-86db-4fc7-a2c7-1d39bf8b1fc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1644 | 2024.07.12 00:37:08.350378 [ 3 ] {} <Trace> HTTP-Session: 466553f8-86db-4fc7-a2c7-1d39bf8b1fc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1645 | 2024.07.12 00:37:08.350611 [ 3 ] {41af5f18-b69e-4d54-87de-85757fd1b874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1646 | 2024.07.12 00:37:08.350700 [ 3 ] {41af5f18-b69e-4d54-87de-85757fd1b874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1647 | 2024.07.12 00:37:08.351018 [ 3 ] {41af5f18-b69e-4d54-87de-85757fd1b874} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1648 | 2024.07.12 00:37:08.351486 [ 3 ] {41af5f18-b69e-4d54-87de-85757fd1b874} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1649 | 2024.07.12 00:37:08.351524 [ 3 ] {41af5f18-b69e-4d54-87de-85757fd1b874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1650 | 2024.07.12 00:37:08.352208 [ 3 ] {41af5f18-b69e-4d54-87de-85757fd1b874} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1651 | 2024.07.12 00:37:08.352799 [ 3 ] {41af5f18-b69e-4d54-87de-85757fd1b874} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1652 | 2024.07.12 00:37:08.352985 [ 3 ] {41af5f18-b69e-4d54-87de-85757fd1b874} <Debug> executeQuery: Read 16 rows, 2.05 KiB in 0.002461 sec., 6501.42218610321 rows/sec., 833.71 KiB/sec. | ||
1653 | 2024.07.12 00:37:08.353277 [ 3 ] {41af5f18-b69e-4d54-87de-85757fd1b874} <Debug> DynamicQueryHandler: Done processing query | ||
1654 | 2024.07.12 00:37:08.353302 [ 3 ] {41af5f18-b69e-4d54-87de-85757fd1b874} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1655 | 2024.07.12 00:37:08.353319 [ 3 ] {} <Debug> HTTP-Session: 466553f8-86db-4fc7-a2c7-1d39bf8b1fc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1656 | 2024.07.12 00:37:08.353472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 4487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1657 | 2024.07.12 00:37:08.353520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1658 | 2024.07.12 00:37:08.353540 [ 3 ] {} <Debug> HTTP-Session: 43612b41-f284-49bc-a19c-67558c98700d Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1659 | 2024.07.12 00:37:08.353556 [ 3 ] {} <Debug> HTTP-Session: 43612b41-f284-49bc-a19c-67558c98700d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1660 | 2024.07.12 00:37:08.353570 [ 3 ] {} <Debug> HTTP-Session: 43612b41-f284-49bc-a19c-67558c98700d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1661 | 2024.07.12 00:37:08.353602 [ 3 ] {} <Trace> HTTP-Session: 43612b41-f284-49bc-a19c-67558c98700d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1662 | 2024.07.12 00:37:08.353708 [ 3 ] {212f180f-07eb-46b8-b3a8-ddb34b7a4384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1663 | 2024.07.12 00:37:08.353753 [ 3 ] {212f180f-07eb-46b8-b3a8-ddb34b7a4384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1664 | 2024.07.12 00:37:08.353905 [ 3 ] {212f180f-07eb-46b8-b3a8-ddb34b7a4384} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1665 | 2024.07.12 00:37:08.354832 [ 3 ] {212f180f-07eb-46b8-b3a8-ddb34b7a4384} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1666 | 2024.07.12 00:37:08.354867 [ 3 ] {212f180f-07eb-46b8-b3a8-ddb34b7a4384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1667 | 2024.07.12 00:37:08.355312 [ 3 ] {212f180f-07eb-46b8-b3a8-ddb34b7a4384} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1668 | 2024.07.12 00:37:08.355875 [ 3 ] {212f180f-07eb-46b8-b3a8-ddb34b7a4384} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1669 | 2024.07.12 00:37:08.356040 [ 3 ] {212f180f-07eb-46b8-b3a8-ddb34b7a4384} <Debug> executeQuery: Read 32 rows, 2.45 KiB in 0.002352 sec., 13605.442176870749 rows/sec., 1.02 MiB/sec. | ||
1670 | 2024.07.12 00:37:08.356311 [ 3 ] {212f180f-07eb-46b8-b3a8-ddb34b7a4384} <Debug> DynamicQueryHandler: Done processing query | ||
1671 | 2024.07.12 00:37:08.356336 [ 3 ] {212f180f-07eb-46b8-b3a8-ddb34b7a4384} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1672 | 2024.07.12 00:37:08.356352 [ 3 ] {} <Debug> HTTP-Session: 43612b41-f284-49bc-a19c-67558c98700d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1673 | 2024.07.12 00:37:08.356621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 36123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1674 | 2024.07.12 00:37:08.356668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1675 | 2024.07.12 00:37:08.356688 [ 3 ] {} <Debug> HTTP-Session: 4b0d3a85-a4d0-4045-a496-18157ecdfb81 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1676 | 2024.07.12 00:37:08.356704 [ 3 ] {} <Debug> HTTP-Session: 4b0d3a85-a4d0-4045-a496-18157ecdfb81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1677 | 2024.07.12 00:37:08.356718 [ 3 ] {} <Debug> HTTP-Session: 4b0d3a85-a4d0-4045-a496-18157ecdfb81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1678 | 2024.07.12 00:37:08.356749 [ 3 ] {} <Trace> HTTP-Session: 4b0d3a85-a4d0-4045-a496-18157ecdfb81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1679 | 2024.07.12 00:37:08.356912 [ 3 ] {f9f1b3b8-5a7d-42e8-9909-e16da3e411fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1680 | 2024.07.12 00:37:08.356954 [ 3 ] {f9f1b3b8-5a7d-42e8-9909-e16da3e411fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1681 | 2024.07.12 00:37:08.357097 [ 3 ] {f9f1b3b8-5a7d-42e8-9909-e16da3e411fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1682 | 2024.07.12 00:37:08.357558 [ 3 ] {f9f1b3b8-5a7d-42e8-9909-e16da3e411fd} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1683 | 2024.07.12 00:37:08.357595 [ 3 ] {f9f1b3b8-5a7d-42e8-9909-e16da3e411fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1684 | 2024.07.12 00:37:08.358093 [ 3 ] {f9f1b3b8-5a7d-42e8-9909-e16da3e411fd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1685 | 2024.07.12 00:37:08.358660 [ 3 ] {f9f1b3b8-5a7d-42e8-9909-e16da3e411fd} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1686 | 2024.07.12 00:37:08.358818 [ 3 ] {f9f1b3b8-5a7d-42e8-9909-e16da3e411fd} <Debug> executeQuery: Read 239 rows, 21.57 KiB in 0.001984 sec., 120463.70967741935 rows/sec., 10.62 MiB/sec. | ||
1687 | 2024.07.12 00:37:08.358988 [ 3 ] {f9f1b3b8-5a7d-42e8-9909-e16da3e411fd} <Debug> DynamicQueryHandler: Done processing query | ||
1688 | 2024.07.12 00:37:08.359013 [ 3 ] {f9f1b3b8-5a7d-42e8-9909-e16da3e411fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
1689 | 2024.07.12 00:37:08.359029 [ 3 ] {} <Debug> HTTP-Session: 4b0d3a85-a4d0-4045-a496-18157ecdfb81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1690 | 2024.07.12 00:37:08.359384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 68505, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1691 | 2024.07.12 00:37:08.359431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1692 | 2024.07.12 00:37:08.359451 [ 3 ] {} <Debug> HTTP-Session: 179cb61b-128c-4c3b-83f1-da696dadbdcb Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1693 | 2024.07.12 00:37:08.359468 [ 3 ] {} <Debug> HTTP-Session: 179cb61b-128c-4c3b-83f1-da696dadbdcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1694 | 2024.07.12 00:37:08.359482 [ 3 ] {} <Debug> HTTP-Session: 179cb61b-128c-4c3b-83f1-da696dadbdcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1695 | 2024.07.12 00:37:08.359513 [ 3 ] {} <Trace> HTTP-Session: 179cb61b-128c-4c3b-83f1-da696dadbdcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1696 | 2024.07.12 00:37:08.359735 [ 3 ] {8760fa8b-d566-4963-9c31-b45973dd5de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1697 | 2024.07.12 00:37:08.359778 [ 3 ] {8760fa8b-d566-4963-9c31-b45973dd5de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1698 | 2024.07.12 00:37:08.359903 [ 3 ] {8760fa8b-d566-4963-9c31-b45973dd5de7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1699 | 2024.07.12 00:37:08.360514 [ 3 ] {8760fa8b-d566-4963-9c31-b45973dd5de7} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1700 | 2024.07.12 00:37:08.360551 [ 3 ] {8760fa8b-d566-4963-9c31-b45973dd5de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1701 | 2024.07.12 00:37:08.361023 [ 3 ] {8760fa8b-d566-4963-9c31-b45973dd5de7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1702 | 2024.07.12 00:37:08.361666 [ 3 ] {8760fa8b-d566-4963-9c31-b45973dd5de7} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1703 | 2024.07.12 00:37:08.361823 [ 3 ] {8760fa8b-d566-4963-9c31-b45973dd5de7} <Debug> executeQuery: Read 423 rows, 30.76 KiB in 0.002197 sec., 192535.27537551205 rows/sec., 13.67 MiB/sec. | ||
1704 | 2024.07.12 00:37:08.361992 [ 3 ] {8760fa8b-d566-4963-9c31-b45973dd5de7} <Debug> DynamicQueryHandler: Done processing query | ||
1705 | 2024.07.12 00:37:08.362017 [ 3 ] {8760fa8b-d566-4963-9c31-b45973dd5de7} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
1706 | 2024.07.12 00:37:08.362033 [ 3 ] {} <Debug> HTTP-Session: 179cb61b-128c-4c3b-83f1-da696dadbdcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1707 | 2024.07.12 00:37:08.362148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1708 | 2024.07.12 00:37:08.362196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1709 | 2024.07.12 00:37:08.362215 [ 3 ] {} <Debug> HTTP-Session: cae113b7-ace2-4a1c-9f1c-e75fcb2d0971 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1710 | 2024.07.12 00:37:08.362232 [ 3 ] {} <Debug> HTTP-Session: cae113b7-ace2-4a1c-9f1c-e75fcb2d0971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1711 | 2024.07.12 00:37:08.362247 [ 3 ] {} <Debug> HTTP-Session: cae113b7-ace2-4a1c-9f1c-e75fcb2d0971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1712 | 2024.07.12 00:37:08.362279 [ 3 ] {} <Trace> HTTP-Session: cae113b7-ace2-4a1c-9f1c-e75fcb2d0971 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1713 | 2024.07.12 00:37:08.362376 [ 3 ] {edbbf17d-6f70-4c57-bcfa-2573c2f7c704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1714 | 2024.07.12 00:37:08.362420 [ 3 ] {edbbf17d-6f70-4c57-bcfa-2573c2f7c704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1715 | 2024.07.12 00:37:08.362550 [ 3 ] {edbbf17d-6f70-4c57-bcfa-2573c2f7c704} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1716 | 2024.07.12 00:37:08.362831 [ 3 ] {edbbf17d-6f70-4c57-bcfa-2573c2f7c704} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1717 | 2024.07.12 00:37:08.362867 [ 3 ] {edbbf17d-6f70-4c57-bcfa-2573c2f7c704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1718 | 2024.07.12 00:37:08.363361 [ 3 ] {edbbf17d-6f70-4c57-bcfa-2573c2f7c704} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1719 | 2024.07.12 00:37:08.363976 [ 3 ] {edbbf17d-6f70-4c57-bcfa-2573c2f7c704} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1720 | 2024.07.12 00:37:08.364145 [ 3 ] {edbbf17d-6f70-4c57-bcfa-2573c2f7c704} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001783 sec., 3365.1149747616373 rows/sec., 144.59 KiB/sec. | ||
1721 | 2024.07.12 00:37:08.364441 [ 3 ] {edbbf17d-6f70-4c57-bcfa-2573c2f7c704} <Debug> DynamicQueryHandler: Done processing query | ||
1722 | 2024.07.12 00:37:08.364465 [ 3 ] {edbbf17d-6f70-4c57-bcfa-2573c2f7c704} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1723 | 2024.07.12 00:37:08.364480 [ 3 ] {} <Debug> HTTP-Session: cae113b7-ace2-4a1c-9f1c-e75fcb2d0971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1724 | 2024.07.12 00:37:08.364650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1725 | 2024.07.12 00:37:08.364699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1726 | 2024.07.12 00:37:08.364718 [ 3 ] {} <Debug> HTTP-Session: 3db45986-f6c4-43f4-a0cd-0c5cb5073d6d Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1727 | 2024.07.12 00:37:08.364734 [ 3 ] {} <Debug> HTTP-Session: 3db45986-f6c4-43f4-a0cd-0c5cb5073d6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1728 | 2024.07.12 00:37:08.364748 [ 3 ] {} <Debug> HTTP-Session: 3db45986-f6c4-43f4-a0cd-0c5cb5073d6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1729 | 2024.07.12 00:37:08.364780 [ 3 ] {} <Trace> HTTP-Session: 3db45986-f6c4-43f4-a0cd-0c5cb5073d6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1730 | 2024.07.12 00:37:08.364919 [ 3 ] {e88f5f4d-f70f-4158-b184-ae7e42cebbcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
1731 | 2024.07.12 00:37:08.364967 [ 3 ] {e88f5f4d-f70f-4158-b184-ae7e42cebbcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
1732 | 2024.07.12 00:37:08.365141 [ 3 ] {e88f5f4d-f70f-4158-b184-ae7e42cebbcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1733 | 2024.07.12 00:37:08.365494 [ 3 ] {e88f5f4d-f70f-4158-b184-ae7e42cebbcd} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1734 | 2024.07.12 00:37:08.365530 [ 3 ] {e88f5f4d-f70f-4158-b184-ae7e42cebbcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1735 | 2024.07.12 00:37:08.366022 [ 3 ] {e88f5f4d-f70f-4158-b184-ae7e42cebbcd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1736 | 2024.07.12 00:37:08.366683 [ 3 ] {e88f5f4d-f70f-4158-b184-ae7e42cebbcd} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1737 | 2024.07.12 00:37:08.366826 [ 3 ] {e88f5f4d-f70f-4158-b184-ae7e42cebbcd} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00197 sec., 39086.294416243654 rows/sec., 2.41 MiB/sec. | ||
1738 | 2024.07.12 00:37:08.367004 [ 3 ] {e88f5f4d-f70f-4158-b184-ae7e42cebbcd} <Debug> DynamicQueryHandler: Done processing query | ||
1739 | 2024.07.12 00:37:08.367028 [ 3 ] {e88f5f4d-f70f-4158-b184-ae7e42cebbcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1740 | 2024.07.12 00:37:08.367044 [ 3 ] {} <Debug> HTTP-Session: 3db45986-f6c4-43f4-a0cd-0c5cb5073d6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1741 | 2024.07.12 00:37:08.367225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1742 | 2024.07.12 00:37:08.367275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1743 | 2024.07.12 00:37:08.367294 [ 3 ] {} <Debug> HTTP-Session: 32d28a5a-5e62-4ffa-91a1-06c0487bff22 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1744 | 2024.07.12 00:37:08.367310 [ 3 ] {} <Debug> HTTP-Session: 32d28a5a-5e62-4ffa-91a1-06c0487bff22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1745 | 2024.07.12 00:37:08.367325 [ 3 ] {} <Debug> HTTP-Session: 32d28a5a-5e62-4ffa-91a1-06c0487bff22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1746 | 2024.07.12 00:37:08.367357 [ 3 ] {} <Trace> HTTP-Session: 32d28a5a-5e62-4ffa-91a1-06c0487bff22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1747 | 2024.07.12 00:37:08.367533 [ 3 ] {b149482e-7ede-440c-b361-64a89afe065d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1748 | 2024.07.12 00:37:08.367578 [ 3 ] {b149482e-7ede-440c-b361-64a89afe065d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1749 | 2024.07.12 00:37:08.367721 [ 3 ] {b149482e-7ede-440c-b361-64a89afe065d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1750 | 2024.07.12 00:37:08.368104 [ 3 ] {b149482e-7ede-440c-b361-64a89afe065d} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1751 | 2024.07.12 00:37:08.368140 [ 3 ] {b149482e-7ede-440c-b361-64a89afe065d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1752 | 2024.07.12 00:37:08.368641 [ 3 ] {b149482e-7ede-440c-b361-64a89afe065d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1753 | 2024.07.12 00:37:08.369290 [ 3 ] {b149482e-7ede-440c-b361-64a89afe065d} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1754 | 2024.07.12 00:37:08.369455 [ 3 ] {b149482e-7ede-440c-b361-64a89afe065d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002006 sec., 79760.71784646063 rows/sec., 5.56 MiB/sec. | ||
1755 | 2024.07.12 00:37:08.369725 [ 3 ] {b149482e-7ede-440c-b361-64a89afe065d} <Debug> DynamicQueryHandler: Done processing query | ||
1756 | 2024.07.12 00:37:08.369749 [ 3 ] {b149482e-7ede-440c-b361-64a89afe065d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1757 | 2024.07.12 00:37:08.369765 [ 3 ] {} <Debug> HTTP-Session: 32d28a5a-5e62-4ffa-91a1-06c0487bff22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1758 | 2024.07.12 00:37:08.370001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 41573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1759 | 2024.07.12 00:37:08.370049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1760 | 2024.07.12 00:37:08.370069 [ 3 ] {} <Debug> HTTP-Session: 45398792-2c3f-4d24-b86b-4631f302182e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1761 | 2024.07.12 00:37:08.370086 [ 3 ] {} <Debug> HTTP-Session: 45398792-2c3f-4d24-b86b-4631f302182e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1762 | 2024.07.12 00:37:08.370100 [ 3 ] {} <Debug> HTTP-Session: 45398792-2c3f-4d24-b86b-4631f302182e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1763 | 2024.07.12 00:37:08.370131 [ 3 ] {} <Trace> HTTP-Session: 45398792-2c3f-4d24-b86b-4631f302182e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1764 | 2024.07.12 00:37:08.370411 [ 3 ] {c4570508-5c8d-4839-ac58-f8153e61d1e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1765 | 2024.07.12 00:37:08.370479 [ 3 ] {c4570508-5c8d-4839-ac58-f8153e61d1e4} <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 | ||
1766 | 2024.07.12 00:37:08.370903 [ 3 ] {c4570508-5c8d-4839-ac58-f8153e61d1e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1767 | 2024.07.12 00:37:08.371804 [ 3 ] {c4570508-5c8d-4839-ac58-f8153e61d1e4} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1768 | 2024.07.12 00:37:08.371840 [ 3 ] {c4570508-5c8d-4839-ac58-f8153e61d1e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1769 | 2024.07.12 00:37:08.375613 [ 3 ] {c4570508-5c8d-4839-ac58-f8153e61d1e4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1770 | 2024.07.12 00:37:08.376311 [ 3 ] {c4570508-5c8d-4839-ac58-f8153e61d1e4} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1771 | 2024.07.12 00:37:08.376504 [ 3 ] {c4570508-5c8d-4839-ac58-f8153e61d1e4} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.006284 sec., 4137.492043284532 rows/sec., 7.41 MiB/sec. | ||
1772 | 2024.07.12 00:37:08.376726 [ 3 ] {c4570508-5c8d-4839-ac58-f8153e61d1e4} <Debug> DynamicQueryHandler: Done processing query | ||
1773 | 2024.07.12 00:37:08.376751 [ 3 ] {c4570508-5c8d-4839-ac58-f8153e61d1e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1774 | 2024.07.12 00:37:08.376767 [ 3 ] {} <Debug> HTTP-Session: 45398792-2c3f-4d24-b86b-4631f302182e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1775 | 2024.07.12 00:37:08.376940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1776 | 2024.07.12 00:37:08.376989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1777 | 2024.07.12 00:37:08.377009 [ 3 ] {} <Debug> HTTP-Session: 53773b1e-1d5b-4ecb-aaac-be32d8cfb68a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1778 | 2024.07.12 00:37:08.377026 [ 3 ] {} <Debug> HTTP-Session: 53773b1e-1d5b-4ecb-aaac-be32d8cfb68a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1779 | 2024.07.12 00:37:08.377040 [ 3 ] {} <Debug> HTTP-Session: 53773b1e-1d5b-4ecb-aaac-be32d8cfb68a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1780 | 2024.07.12 00:37:08.377071 [ 3 ] {} <Trace> HTTP-Session: 53773b1e-1d5b-4ecb-aaac-be32d8cfb68a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1781 | 2024.07.12 00:37:08.377187 [ 3 ] {403394f8-4dde-4f0f-a6e3-12e68064df4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1782 | 2024.07.12 00:37:08.377231 [ 3 ] {403394f8-4dde-4f0f-a6e3-12e68064df4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1783 | 2024.07.12 00:37:08.377358 [ 3 ] {403394f8-4dde-4f0f-a6e3-12e68064df4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1784 | 2024.07.12 00:37:08.377656 [ 3 ] {403394f8-4dde-4f0f-a6e3-12e68064df4a} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1785 | 2024.07.12 00:37:08.377691 [ 3 ] {403394f8-4dde-4f0f-a6e3-12e68064df4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1786 | 2024.07.12 00:37:08.378229 [ 3 ] {403394f8-4dde-4f0f-a6e3-12e68064df4a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1787 | 2024.07.12 00:37:08.378874 [ 3 ] {403394f8-4dde-4f0f-a6e3-12e68064df4a} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1788 | 2024.07.12 00:37:08.379024 [ 3 ] {403394f8-4dde-4f0f-a6e3-12e68064df4a} <Debug> executeQuery: Read 47 rows, 3.02 KiB in 0.001869 sec., 25147.13750668807 rows/sec., 1.58 MiB/sec. | ||
1789 | 2024.07.12 00:37:08.379297 [ 3 ] {403394f8-4dde-4f0f-a6e3-12e68064df4a} <Debug> DynamicQueryHandler: Done processing query | ||
1790 | 2024.07.12 00:37:08.379321 [ 3 ] {403394f8-4dde-4f0f-a6e3-12e68064df4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1791 | 2024.07.12 00:37:08.379336 [ 3 ] {} <Debug> HTTP-Session: 53773b1e-1d5b-4ecb-aaac-be32d8cfb68a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1792 | 2024.07.12 00:37:08.379511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1793 | 2024.07.12 00:37:08.379559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1794 | 2024.07.12 00:37:08.379578 [ 3 ] {} <Debug> HTTP-Session: d9cd06c8-b95a-40ea-8e74-5e5499d30b99 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1795 | 2024.07.12 00:37:08.379595 [ 3 ] {} <Debug> HTTP-Session: d9cd06c8-b95a-40ea-8e74-5e5499d30b99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1796 | 2024.07.12 00:37:08.379608 [ 3 ] {} <Debug> HTTP-Session: d9cd06c8-b95a-40ea-8e74-5e5499d30b99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1797 | 2024.07.12 00:37:08.379640 [ 3 ] {} <Trace> HTTP-Session: d9cd06c8-b95a-40ea-8e74-5e5499d30b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1798 | 2024.07.12 00:37:08.379768 [ 3 ] {2a57af88-1c3a-4cb9-835d-8bdfbf55ecc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1799 | 2024.07.12 00:37:08.379813 [ 3 ] {2a57af88-1c3a-4cb9-835d-8bdfbf55ecc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1800 | 2024.07.12 00:37:08.379964 [ 3 ] {2a57af88-1c3a-4cb9-835d-8bdfbf55ecc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1801 | 2024.07.12 00:37:08.380297 [ 3 ] {2a57af88-1c3a-4cb9-835d-8bdfbf55ecc0} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1802 | 2024.07.12 00:37:08.380333 [ 3 ] {2a57af88-1c3a-4cb9-835d-8bdfbf55ecc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1803 | 2024.07.12 00:37:08.380815 [ 3 ] {2a57af88-1c3a-4cb9-835d-8bdfbf55ecc0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1804 | 2024.07.12 00:37:08.381432 [ 3 ] {2a57af88-1c3a-4cb9-835d-8bdfbf55ecc0} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1805 | 2024.07.12 00:37:08.381670 [ 3 ] {2a57af88-1c3a-4cb9-835d-8bdfbf55ecc0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001943 sec., 30880.082346886258 rows/sec., 2.08 MiB/sec. | ||
1806 | 2024.07.12 00:37:08.381963 [ 3 ] {2a57af88-1c3a-4cb9-835d-8bdfbf55ecc0} <Debug> DynamicQueryHandler: Done processing query | ||
1807 | 2024.07.12 00:37:08.381987 [ 3 ] {2a57af88-1c3a-4cb9-835d-8bdfbf55ecc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1808 | 2024.07.12 00:37:08.382003 [ 3 ] {} <Debug> HTTP-Session: d9cd06c8-b95a-40ea-8e74-5e5499d30b99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1809 | 2024.07.12 00:37:09.000305 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.81 MiB, peak 183.14 MiB, free memory in arenas 0.00 B, will set to 176.72 MiB (RSS), difference: -1.09 MiB | ||
1810 | 2024.07.12 00:37:13.288493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1811 | 2024.07.12 00:37:13.288603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1812 | 2024.07.12 00:37:13.288627 [ 3 ] {} <Debug> HTTP-Session: 77b263bd-1b25-4177-8929-f7aa363e4b07 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1813 | 2024.07.12 00:37:13.288652 [ 3 ] {} <Debug> HTTP-Session: 77b263bd-1b25-4177-8929-f7aa363e4b07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1814 | 2024.07.12 00:37:13.288666 [ 3 ] {} <Debug> HTTP-Session: 77b263bd-1b25-4177-8929-f7aa363e4b07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1815 | 2024.07.12 00:37:13.288798 [ 3 ] {} <Trace> HTTP-Session: 77b263bd-1b25-4177-8929-f7aa363e4b07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1816 | 2024.07.12 00:37:13.288996 [ 3 ] {692d2bb4-85c3-4879-887c-69edcc640bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1817 | 2024.07.12 00:37:13.289061 [ 3 ] {692d2bb4-85c3-4879-887c-69edcc640bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1818 | 2024.07.12 00:37:13.289252 [ 3 ] {692d2bb4-85c3-4879-887c-69edcc640bcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1819 | 2024.07.12 00:37:13.289704 [ 3 ] {692d2bb4-85c3-4879-887c-69edcc640bcb} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1820 | 2024.07.12 00:37:13.289741 [ 3 ] {692d2bb4-85c3-4879-887c-69edcc640bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1821 | 2024.07.12 00:37:13.290221 [ 3 ] {692d2bb4-85c3-4879-887c-69edcc640bcb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1822 | 2024.07.12 00:37:13.290879 [ 3 ] {692d2bb4-85c3-4879-887c-69edcc640bcb} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1823 | 2024.07.12 00:37:13.291064 [ 3 ] {692d2bb4-85c3-4879-887c-69edcc640bcb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00213 sec., 26291.07981220657 rows/sec., 2.01 MiB/sec. | ||
1824 | 2024.07.12 00:37:13.291423 [ 3 ] {692d2bb4-85c3-4879-887c-69edcc640bcb} <Debug> DynamicQueryHandler: Done processing query | ||
1825 | 2024.07.12 00:37:13.291456 [ 3 ] {692d2bb4-85c3-4879-887c-69edcc640bcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1826 | 2024.07.12 00:37:13.291477 [ 3 ] {} <Debug> HTTP-Session: 77b263bd-1b25-4177-8929-f7aa363e4b07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1827 | 2024.07.12 00:37:13.291657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1828 | 2024.07.12 00:37:13.291715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1829 | 2024.07.12 00:37:13.291739 [ 3 ] {} <Debug> HTTP-Session: b0499b66-b82b-4483-b151-aa4be234fb96 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1830 | 2024.07.12 00:37:13.291761 [ 3 ] {} <Debug> HTTP-Session: b0499b66-b82b-4483-b151-aa4be234fb96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1831 | 2024.07.12 00:37:13.291778 [ 3 ] {} <Debug> HTTP-Session: b0499b66-b82b-4483-b151-aa4be234fb96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1832 | 2024.07.12 00:37:13.291817 [ 3 ] {} <Trace> HTTP-Session: b0499b66-b82b-4483-b151-aa4be234fb96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1833 | 2024.07.12 00:37:13.291957 [ 3 ] {4f6d4fc5-44af-4d6f-9129-d87bfa4536c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1834 | 2024.07.12 00:37:13.292010 [ 3 ] {4f6d4fc5-44af-4d6f-9129-d87bfa4536c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1835 | 2024.07.12 00:37:13.292199 [ 3 ] {4f6d4fc5-44af-4d6f-9129-d87bfa4536c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1836 | 2024.07.12 00:37:13.292651 [ 3 ] {4f6d4fc5-44af-4d6f-9129-d87bfa4536c6} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1837 | 2024.07.12 00:37:13.292689 [ 3 ] {4f6d4fc5-44af-4d6f-9129-d87bfa4536c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1838 | 2024.07.12 00:37:13.293271 [ 3 ] {4f6d4fc5-44af-4d6f-9129-d87bfa4536c6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1839 | 2024.07.12 00:37:13.293882 [ 3 ] {4f6d4fc5-44af-4d6f-9129-d87bfa4536c6} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1840 | 2024.07.12 00:37:13.294009 [ 3 ] {4f6d4fc5-44af-4d6f-9129-d87bfa4536c6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002104 sec., 30418.250950570342 rows/sec., 2.37 MiB/sec. | ||
1841 | 2024.07.12 00:37:13.294177 [ 3 ] {4f6d4fc5-44af-4d6f-9129-d87bfa4536c6} <Debug> DynamicQueryHandler: Done processing query | ||
1842 | 2024.07.12 00:37:13.294201 [ 3 ] {4f6d4fc5-44af-4d6f-9129-d87bfa4536c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1843 | 2024.07.12 00:37:13.294218 [ 3 ] {} <Debug> HTTP-Session: b0499b66-b82b-4483-b151-aa4be234fb96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1844 | 2024.07.12 00:37:13.294403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1845 | 2024.07.12 00:37:13.294451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1846 | 2024.07.12 00:37:13.294470 [ 3 ] {} <Debug> HTTP-Session: 8142adab-eeb3-408b-b0f0-a9a55845ea1b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1847 | 2024.07.12 00:37:13.294488 [ 3 ] {} <Debug> HTTP-Session: 8142adab-eeb3-408b-b0f0-a9a55845ea1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1848 | 2024.07.12 00:37:13.294503 [ 3 ] {} <Debug> HTTP-Session: 8142adab-eeb3-408b-b0f0-a9a55845ea1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1849 | 2024.07.12 00:37:13.294534 [ 3 ] {} <Trace> HTTP-Session: 8142adab-eeb3-408b-b0f0-a9a55845ea1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1850 | 2024.07.12 00:37:13.294684 [ 3 ] {1aa80494-91f2-4565-978b-e91c41a20597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1851 | 2024.07.12 00:37:13.294738 [ 3 ] {1aa80494-91f2-4565-978b-e91c41a20597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1852 | 2024.07.12 00:37:13.294881 [ 3 ] {1aa80494-91f2-4565-978b-e91c41a20597} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1853 | 2024.07.12 00:37:13.295278 [ 3 ] {1aa80494-91f2-4565-978b-e91c41a20597} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1854 | 2024.07.12 00:37:13.295316 [ 3 ] {1aa80494-91f2-4565-978b-e91c41a20597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1855 | 2024.07.12 00:37:13.295969 [ 3 ] {1aa80494-91f2-4565-978b-e91c41a20597} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1856 | 2024.07.12 00:37:13.296870 [ 3 ] {1aa80494-91f2-4565-978b-e91c41a20597} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1857 | 2024.07.12 00:37:13.297004 [ 3 ] {1aa80494-91f2-4565-978b-e91c41a20597} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002387 sec., 67029.7444490993 rows/sec., 4.67 MiB/sec. | ||
1858 | 2024.07.12 00:37:13.297289 [ 3 ] {1aa80494-91f2-4565-978b-e91c41a20597} <Debug> DynamicQueryHandler: Done processing query | ||
1859 | 2024.07.12 00:37:13.297317 [ 3 ] {1aa80494-91f2-4565-978b-e91c41a20597} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1860 | 2024.07.12 00:37:13.297336 [ 3 ] {} <Debug> HTTP-Session: 8142adab-eeb3-408b-b0f0-a9a55845ea1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1861 | 2024.07.12 00:37:13.297530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1862 | 2024.07.12 00:37:13.297577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1863 | 2024.07.12 00:37:13.297597 [ 3 ] {} <Debug> HTTP-Session: 837cd53b-99cb-435e-8939-70bb6dabeaa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1864 | 2024.07.12 00:37:13.297613 [ 3 ] {} <Debug> HTTP-Session: 837cd53b-99cb-435e-8939-70bb6dabeaa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1865 | 2024.07.12 00:37:13.297627 [ 3 ] {} <Debug> HTTP-Session: 837cd53b-99cb-435e-8939-70bb6dabeaa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1866 | 2024.07.12 00:37:13.297658 [ 3 ] {} <Trace> HTTP-Session: 837cd53b-99cb-435e-8939-70bb6dabeaa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1867 | 2024.07.12 00:37:13.297790 [ 3 ] {89032232-2661-4e9d-b79a-93d5654a8e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1868 | 2024.07.12 00:37:13.297837 [ 3 ] {89032232-2661-4e9d-b79a-93d5654a8e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1869 | 2024.07.12 00:37:13.297978 [ 3 ] {89032232-2661-4e9d-b79a-93d5654a8e1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1870 | 2024.07.12 00:37:13.298316 [ 3 ] {89032232-2661-4e9d-b79a-93d5654a8e1d} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1871 | 2024.07.12 00:37:13.298352 [ 3 ] {89032232-2661-4e9d-b79a-93d5654a8e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1872 | 2024.07.12 00:37:13.298823 [ 3 ] {89032232-2661-4e9d-b79a-93d5654a8e1d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1873 | 2024.07.12 00:37:13.299596 [ 3 ] {89032232-2661-4e9d-b79a-93d5654a8e1d} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1874 | 2024.07.12 00:37:13.299728 [ 3 ] {89032232-2661-4e9d-b79a-93d5654a8e1d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001995 sec., 30075.187969924817 rows/sec., 2.03 MiB/sec. | ||
1875 | 2024.07.12 00:37:13.299897 [ 3 ] {89032232-2661-4e9d-b79a-93d5654a8e1d} <Debug> DynamicQueryHandler: Done processing query | ||
1876 | 2024.07.12 00:37:13.299921 [ 3 ] {89032232-2661-4e9d-b79a-93d5654a8e1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1877 | 2024.07.12 00:37:13.299938 [ 3 ] {} <Debug> HTTP-Session: 837cd53b-99cb-435e-8939-70bb6dabeaa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1878 | 2024.07.12 00:37:18.293793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 4631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1879 | 2024.07.12 00:37:18.293922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1880 | 2024.07.12 00:37:18.293950 [ 3 ] {} <Debug> HTTP-Session: bec6f490-9a85-4fa2-a6a9-227cabf82ae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1881 | 2024.07.12 00:37:18.293978 [ 3 ] {} <Debug> HTTP-Session: bec6f490-9a85-4fa2-a6a9-227cabf82ae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1882 | 2024.07.12 00:37:18.293995 [ 3 ] {} <Debug> HTTP-Session: bec6f490-9a85-4fa2-a6a9-227cabf82ae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1883 | 2024.07.12 00:37:18.294050 [ 3 ] {} <Trace> HTTP-Session: bec6f490-9a85-4fa2-a6a9-227cabf82ae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1884 | 2024.07.12 00:37:18.294294 [ 3 ] {2eaf8611-7ff5-457d-af65-409549f6718a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1885 | 2024.07.12 00:37:18.294368 [ 3 ] {2eaf8611-7ff5-457d-af65-409549f6718a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1886 | 2024.07.12 00:37:18.294570 [ 3 ] {2eaf8611-7ff5-457d-af65-409549f6718a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1887 | 2024.07.12 00:37:18.295020 [ 3 ] {2eaf8611-7ff5-457d-af65-409549f6718a} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1888 | 2024.07.12 00:37:18.295058 [ 3 ] {2eaf8611-7ff5-457d-af65-409549f6718a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1889 | 2024.07.12 00:37:18.295511 [ 3 ] {2eaf8611-7ff5-457d-af65-409549f6718a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1890 | 2024.07.12 00:37:18.296047 [ 3 ] {2eaf8611-7ff5-457d-af65-409549f6718a} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1891 | 2024.07.12 00:37:18.296191 [ 3 ] {2eaf8611-7ff5-457d-af65-409549f6718a} <Debug> executeQuery: Read 33 rows, 2.53 KiB in 0.001968 sec., 16768.29268292683 rows/sec., 1.25 MiB/sec. | ||
1892 | 2024.07.12 00:37:18.296384 [ 3 ] {2eaf8611-7ff5-457d-af65-409549f6718a} <Debug> DynamicQueryHandler: Done processing query | ||
1893 | 2024.07.12 00:37:18.296409 [ 3 ] {2eaf8611-7ff5-457d-af65-409549f6718a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1894 | 2024.07.12 00:37:18.296426 [ 3 ] {} <Debug> HTTP-Session: bec6f490-9a85-4fa2-a6a9-227cabf82ae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1895 | 2024.07.12 00:37:18.296670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 36572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1896 | 2024.07.12 00:37:18.296719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1897 | 2024.07.12 00:37:18.296738 [ 3 ] {} <Debug> HTTP-Session: 5c658e9a-0950-44fd-b2d9-2929015a0db4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1898 | 2024.07.12 00:37:18.296754 [ 3 ] {} <Debug> HTTP-Session: 5c658e9a-0950-44fd-b2d9-2929015a0db4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1899 | 2024.07.12 00:37:18.296767 [ 3 ] {} <Debug> HTTP-Session: 5c658e9a-0950-44fd-b2d9-2929015a0db4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1900 | 2024.07.12 00:37:18.296799 [ 3 ] {} <Trace> HTTP-Session: 5c658e9a-0950-44fd-b2d9-2929015a0db4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1901 | 2024.07.12 00:37:18.296959 [ 3 ] {3918bd33-bc61-4e86-ba18-b6aa4a165f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1902 | 2024.07.12 00:37:18.297000 [ 3 ] {3918bd33-bc61-4e86-ba18-b6aa4a165f68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1903 | 2024.07.12 00:37:18.297120 [ 3 ] {3918bd33-bc61-4e86-ba18-b6aa4a165f68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1904 | 2024.07.12 00:37:18.297632 [ 3 ] {3918bd33-bc61-4e86-ba18-b6aa4a165f68} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1905 | 2024.07.12 00:37:18.297667 [ 3 ] {3918bd33-bc61-4e86-ba18-b6aa4a165f68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1906 | 2024.07.12 00:37:18.298092 [ 3 ] {3918bd33-bc61-4e86-ba18-b6aa4a165f68} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1907 | 2024.07.12 00:37:18.298601 [ 3 ] {3918bd33-bc61-4e86-ba18-b6aa4a165f68} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1908 | 2024.07.12 00:37:18.298749 [ 3 ] {3918bd33-bc61-4e86-ba18-b6aa4a165f68} <Debug> executeQuery: Read 242 rows, 21.84 KiB in 0.001875 sec., 129066.66666666667 rows/sec., 11.37 MiB/sec. | ||
1909 | 2024.07.12 00:37:18.298915 [ 3 ] {3918bd33-bc61-4e86-ba18-b6aa4a165f68} <Debug> DynamicQueryHandler: Done processing query | ||
1910 | 2024.07.12 00:37:18.298938 [ 3 ] {3918bd33-bc61-4e86-ba18-b6aa4a165f68} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
1911 | 2024.07.12 00:37:18.298954 [ 3 ] {} <Debug> HTTP-Session: 5c658e9a-0950-44fd-b2d9-2929015a0db4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1912 | 2024.07.12 00:37:18.299127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1913 | 2024.07.12 00:37:18.299174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1914 | 2024.07.12 00:37:18.299193 [ 3 ] {} <Debug> HTTP-Session: e4d7ecb5-e649-4f8b-9dd3-a987db521ca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1915 | 2024.07.12 00:37:18.299209 [ 3 ] {} <Debug> HTTP-Session: e4d7ecb5-e649-4f8b-9dd3-a987db521ca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1916 | 2024.07.12 00:37:18.299223 [ 3 ] {} <Debug> HTTP-Session: e4d7ecb5-e649-4f8b-9dd3-a987db521ca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1917 | 2024.07.12 00:37:18.299254 [ 3 ] {} <Trace> HTTP-Session: e4d7ecb5-e649-4f8b-9dd3-a987db521ca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1918 | 2024.07.12 00:37:18.299453 [ 3 ] {9dcf3fe7-210c-4f75-bf86-27f9b8c5b602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1919 | 2024.07.12 00:37:18.299494 [ 3 ] {9dcf3fe7-210c-4f75-bf86-27f9b8c5b602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1920 | 2024.07.12 00:37:18.299615 [ 3 ] {9dcf3fe7-210c-4f75-bf86-27f9b8c5b602} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1921 | 2024.07.12 00:37:18.300155 [ 3 ] {9dcf3fe7-210c-4f75-bf86-27f9b8c5b602} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1922 | 2024.07.12 00:37:18.300190 [ 3 ] {9dcf3fe7-210c-4f75-bf86-27f9b8c5b602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1923 | 2024.07.12 00:37:18.300610 [ 3 ] {9dcf3fe7-210c-4f75-bf86-27f9b8c5b602} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1924 | 2024.07.12 00:37:18.301204 [ 3 ] {9dcf3fe7-210c-4f75-bf86-27f9b8c5b602} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1925 | 2024.07.12 00:37:18.301363 [ 3 ] {9dcf3fe7-210c-4f75-bf86-27f9b8c5b602} <Debug> executeQuery: Read 409 rows, 29.64 KiB in 0.00201 sec., 203482.5870646766 rows/sec., 14.40 MiB/sec. | ||
1926 | 2024.07.12 00:37:18.301525 [ 3 ] {9dcf3fe7-210c-4f75-bf86-27f9b8c5b602} <Debug> DynamicQueryHandler: Done processing query | ||
1927 | 2024.07.12 00:37:18.301549 [ 3 ] {9dcf3fe7-210c-4f75-bf86-27f9b8c5b602} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
1928 | 2024.07.12 00:37:18.301564 [ 3 ] {} <Debug> HTTP-Session: e4d7ecb5-e649-4f8b-9dd3-a987db521ca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1929 | 2024.07.12 00:37:18.301715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1930 | 2024.07.12 00:37:18.301761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1931 | 2024.07.12 00:37:18.301779 [ 3 ] {} <Debug> HTTP-Session: 4e05c103-1138-4dad-976d-036d80c4d7aa Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1932 | 2024.07.12 00:37:18.301795 [ 3 ] {} <Debug> HTTP-Session: 4e05c103-1138-4dad-976d-036d80c4d7aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1933 | 2024.07.12 00:37:18.301809 [ 3 ] {} <Debug> HTTP-Session: 4e05c103-1138-4dad-976d-036d80c4d7aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1934 | 2024.07.12 00:37:18.301841 [ 3 ] {} <Trace> HTTP-Session: 4e05c103-1138-4dad-976d-036d80c4d7aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1935 | 2024.07.12 00:37:18.301935 [ 3 ] {b5c9a42c-05a3-466f-a56a-ce6af6770c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1936 | 2024.07.12 00:37:18.301979 [ 3 ] {b5c9a42c-05a3-466f-a56a-ce6af6770c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1937 | 2024.07.12 00:37:18.302103 [ 3 ] {b5c9a42c-05a3-466f-a56a-ce6af6770c4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1938 | 2024.07.12 00:37:18.302435 [ 3 ] {b5c9a42c-05a3-466f-a56a-ce6af6770c4f} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1939 | 2024.07.12 00:37:18.302470 [ 3 ] {b5c9a42c-05a3-466f-a56a-ce6af6770c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1940 | 2024.07.12 00:37:18.302946 [ 3 ] {b5c9a42c-05a3-466f-a56a-ce6af6770c4f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1941 | 2024.07.12 00:37:18.303582 [ 3 ] {b5c9a42c-05a3-466f-a56a-ce6af6770c4f} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1942 | 2024.07.12 00:37:18.303714 [ 3 ] {b5c9a42c-05a3-466f-a56a-ce6af6770c4f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001802 sec., 3329.6337402885683 rows/sec., 143.07 KiB/sec. | ||
1943 | 2024.07.12 00:37:18.303953 [ 3 ] {b5c9a42c-05a3-466f-a56a-ce6af6770c4f} <Debug> DynamicQueryHandler: Done processing query | ||
1944 | 2024.07.12 00:37:18.303977 [ 3 ] {b5c9a42c-05a3-466f-a56a-ce6af6770c4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1945 | 2024.07.12 00:37:18.303992 [ 3 ] {} <Debug> HTTP-Session: 4e05c103-1138-4dad-976d-036d80c4d7aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1946 | 2024.07.12 00:37:18.304121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1947 | 2024.07.12 00:37:18.304168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1948 | 2024.07.12 00:37:18.304187 [ 3 ] {} <Debug> HTTP-Session: d0491a4f-67fb-4fa9-b96e-56c06e07170b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1949 | 2024.07.12 00:37:18.304203 [ 3 ] {} <Debug> HTTP-Session: d0491a4f-67fb-4fa9-b96e-56c06e07170b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1950 | 2024.07.12 00:37:18.304217 [ 3 ] {} <Debug> HTTP-Session: d0491a4f-67fb-4fa9-b96e-56c06e07170b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1951 | 2024.07.12 00:37:18.304249 [ 3 ] {} <Trace> HTTP-Session: d0491a4f-67fb-4fa9-b96e-56c06e07170b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1952 | 2024.07.12 00:37:18.304384 [ 3 ] {42b39fe1-b11a-4c9d-8078-15b673bd8d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
1953 | 2024.07.12 00:37:18.304431 [ 3 ] {42b39fe1-b11a-4c9d-8078-15b673bd8d67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
1954 | 2024.07.12 00:37:18.304583 [ 3 ] {42b39fe1-b11a-4c9d-8078-15b673bd8d67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1955 | 2024.07.12 00:37:18.304904 [ 3 ] {42b39fe1-b11a-4c9d-8078-15b673bd8d67} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1956 | 2024.07.12 00:37:18.304938 [ 3 ] {42b39fe1-b11a-4c9d-8078-15b673bd8d67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1957 | 2024.07.12 00:37:18.305428 [ 3 ] {42b39fe1-b11a-4c9d-8078-15b673bd8d67} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1958 | 2024.07.12 00:37:18.306113 [ 3 ] {42b39fe1-b11a-4c9d-8078-15b673bd8d67} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1959 | 2024.07.12 00:37:18.306244 [ 3 ] {42b39fe1-b11a-4c9d-8078-15b673bd8d67} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001919 sec., 40125.06513809276 rows/sec., 2.47 MiB/sec. | ||
1960 | 2024.07.12 00:37:18.306448 [ 3 ] {42b39fe1-b11a-4c9d-8078-15b673bd8d67} <Debug> DynamicQueryHandler: Done processing query | ||
1961 | 2024.07.12 00:37:18.306471 [ 3 ] {42b39fe1-b11a-4c9d-8078-15b673bd8d67} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1962 | 2024.07.12 00:37:18.306487 [ 3 ] {} <Debug> HTTP-Session: d0491a4f-67fb-4fa9-b96e-56c06e07170b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1963 | 2024.07.12 00:37:18.306662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1964 | 2024.07.12 00:37:18.306709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1965 | 2024.07.12 00:37:18.306727 [ 3 ] {} <Debug> HTTP-Session: 74e01b19-87e1-4800-a25d-c40320d2cb74 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1966 | 2024.07.12 00:37:18.306743 [ 3 ] {} <Debug> HTTP-Session: 74e01b19-87e1-4800-a25d-c40320d2cb74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1967 | 2024.07.12 00:37:18.306757 [ 3 ] {} <Debug> HTTP-Session: 74e01b19-87e1-4800-a25d-c40320d2cb74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1968 | 2024.07.12 00:37:18.306788 [ 3 ] {} <Trace> HTTP-Session: 74e01b19-87e1-4800-a25d-c40320d2cb74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1969 | 2024.07.12 00:37:18.306965 [ 3 ] {a84130d6-d7bb-48f7-9172-eaf4bd3d369a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1970 | 2024.07.12 00:37:18.307010 [ 3 ] {a84130d6-d7bb-48f7-9172-eaf4bd3d369a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1971 | 2024.07.12 00:37:18.307150 [ 3 ] {a84130d6-d7bb-48f7-9172-eaf4bd3d369a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1972 | 2024.07.12 00:37:18.307531 [ 3 ] {a84130d6-d7bb-48f7-9172-eaf4bd3d369a} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1973 | 2024.07.12 00:37:18.307565 [ 3 ] {a84130d6-d7bb-48f7-9172-eaf4bd3d369a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1974 | 2024.07.12 00:37:18.308059 [ 3 ] {a84130d6-d7bb-48f7-9172-eaf4bd3d369a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1975 | 2024.07.12 00:37:18.308726 [ 3 ] {a84130d6-d7bb-48f7-9172-eaf4bd3d369a} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1976 | 2024.07.12 00:37:18.308883 [ 3 ] {a84130d6-d7bb-48f7-9172-eaf4bd3d369a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002021 sec., 79168.72835230085 rows/sec., 5.51 MiB/sec. | ||
1977 | 2024.07.12 00:37:18.309047 [ 3 ] {a84130d6-d7bb-48f7-9172-eaf4bd3d369a} <Debug> DynamicQueryHandler: Done processing query | ||
1978 | 2024.07.12 00:37:18.309071 [ 3 ] {a84130d6-d7bb-48f7-9172-eaf4bd3d369a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1979 | 2024.07.12 00:37:18.309086 [ 3 ] {} <Debug> HTTP-Session: 74e01b19-87e1-4800-a25d-c40320d2cb74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1980 | 2024.07.12 00:37:18.309264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 43410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1981 | 2024.07.12 00:37:18.309312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1982 | 2024.07.12 00:37:18.309330 [ 3 ] {} <Debug> HTTP-Session: 039faa86-e68b-4232-aadc-007d655ac823 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
1983 | 2024.07.12 00:37:18.309347 [ 3 ] {} <Debug> HTTP-Session: 039faa86-e68b-4232-aadc-007d655ac823 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1984 | 2024.07.12 00:37:18.309361 [ 3 ] {} <Debug> HTTP-Session: 039faa86-e68b-4232-aadc-007d655ac823 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1985 | 2024.07.12 00:37:18.309392 [ 3 ] {} <Trace> HTTP-Session: 039faa86-e68b-4232-aadc-007d655ac823 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1986 | 2024.07.12 00:37:18.309907 [ 3 ] {3017e16e-028c-4c32-a4e7-bdc9a9601d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1987 | 2024.07.12 00:37:18.309971 [ 3 ] {3017e16e-028c-4c32-a4e7-bdc9a9601d75} <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 | ||
1988 | 2024.07.12 00:37:18.310348 [ 3 ] {3017e16e-028c-4c32-a4e7-bdc9a9601d75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1989 | 2024.07.12 00:37:18.311024 [ 3 ] {3017e16e-028c-4c32-a4e7-bdc9a9601d75} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1990 | 2024.07.12 00:37:18.311061 [ 3 ] {3017e16e-028c-4c32-a4e7-bdc9a9601d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
1991 | 2024.07.12 00:37:18.311786 [ 3 ] {3017e16e-028c-4c32-a4e7-bdc9a9601d75} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1992 | 2024.07.12 00:37:18.312476 [ 3 ] {3017e16e-028c-4c32-a4e7-bdc9a9601d75} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1993 | 2024.07.12 00:37:18.312631 [ 3 ] {3017e16e-028c-4c32-a4e7-bdc9a9601d75} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00315 sec., 8571.42857142857 rows/sec., 15.36 MiB/sec. | ||
1994 | 2024.07.12 00:37:18.312853 [ 3 ] {3017e16e-028c-4c32-a4e7-bdc9a9601d75} <Debug> DynamicQueryHandler: Done processing query | ||
1995 | 2024.07.12 00:37:18.312878 [ 3 ] {3017e16e-028c-4c32-a4e7-bdc9a9601d75} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1996 | 2024.07.12 00:37:18.312893 [ 3 ] {} <Debug> HTTP-Session: 039faa86-e68b-4232-aadc-007d655ac823 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1997 | 2024.07.12 00:37:18.313018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1998 | 2024.07.12 00:37:18.313065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1999 | 2024.07.12 00:37:18.313083 [ 3 ] {} <Debug> HTTP-Session: fac067b7-13a6-4b53-9797-dddb95e18bda Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2000 | 2024.07.12 00:37:18.313099 [ 3 ] {} <Debug> HTTP-Session: fac067b7-13a6-4b53-9797-dddb95e18bda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2001 | 2024.07.12 00:37:18.313112 [ 3 ] {} <Debug> HTTP-Session: fac067b7-13a6-4b53-9797-dddb95e18bda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2002 | 2024.07.12 00:37:18.313143 [ 3 ] {} <Trace> HTTP-Session: fac067b7-13a6-4b53-9797-dddb95e18bda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2003 | 2024.07.12 00:37:18.313244 [ 3 ] {797f3efe-38ef-4de1-95d4-f476c2097b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2004 | 2024.07.12 00:37:18.313287 [ 3 ] {797f3efe-38ef-4de1-95d4-f476c2097b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2005 | 2024.07.12 00:37:18.313411 [ 3 ] {797f3efe-38ef-4de1-95d4-f476c2097b89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2006 | 2024.07.12 00:37:18.313693 [ 3 ] {797f3efe-38ef-4de1-95d4-f476c2097b89} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2007 | 2024.07.12 00:37:18.313729 [ 3 ] {797f3efe-38ef-4de1-95d4-f476c2097b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2008 | 2024.07.12 00:37:18.314214 [ 3 ] {797f3efe-38ef-4de1-95d4-f476c2097b89} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2009 | 2024.07.12 00:37:18.314833 [ 3 ] {797f3efe-38ef-4de1-95d4-f476c2097b89} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2010 | 2024.07.12 00:37:18.314984 [ 3 ] {797f3efe-38ef-4de1-95d4-f476c2097b89} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001761 sec., 13060.76093128904 rows/sec., 706.50 KiB/sec. | ||
2011 | 2024.07.12 00:37:18.315154 [ 3 ] {797f3efe-38ef-4de1-95d4-f476c2097b89} <Debug> DynamicQueryHandler: Done processing query | ||
2012 | 2024.07.12 00:37:18.315178 [ 3 ] {797f3efe-38ef-4de1-95d4-f476c2097b89} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2013 | 2024.07.12 00:37:18.315193 [ 3 ] {} <Debug> HTTP-Session: fac067b7-13a6-4b53-9797-dddb95e18bda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2014 | 2024.07.12 00:37:18.315328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2015 | 2024.07.12 00:37:18.315375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2016 | 2024.07.12 00:37:18.315393 [ 3 ] {} <Debug> HTTP-Session: 179850c2-ccf4-4d86-8294-f9486a68834b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2017 | 2024.07.12 00:37:18.315410 [ 3 ] {} <Debug> HTTP-Session: 179850c2-ccf4-4d86-8294-f9486a68834b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2018 | 2024.07.12 00:37:18.315423 [ 3 ] {} <Debug> HTTP-Session: 179850c2-ccf4-4d86-8294-f9486a68834b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2019 | 2024.07.12 00:37:18.315454 [ 3 ] {} <Trace> HTTP-Session: 179850c2-ccf4-4d86-8294-f9486a68834b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2020 | 2024.07.12 00:37:18.315565 [ 3 ] {0e4351f5-4cc6-405e-8cc9-d4b63bcee07e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2021 | 2024.07.12 00:37:18.315608 [ 3 ] {0e4351f5-4cc6-405e-8cc9-d4b63bcee07e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2022 | 2024.07.12 00:37:18.315733 [ 3 ] {0e4351f5-4cc6-405e-8cc9-d4b63bcee07e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2023 | 2024.07.12 00:37:18.316034 [ 3 ] {0e4351f5-4cc6-405e-8cc9-d4b63bcee07e} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2024 | 2024.07.12 00:37:18.316069 [ 3 ] {0e4351f5-4cc6-405e-8cc9-d4b63bcee07e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2025 | 2024.07.12 00:37:18.316662 [ 3 ] {0e4351f5-4cc6-405e-8cc9-d4b63bcee07e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2026 | 2024.07.12 00:37:18.317282 [ 3 ] {0e4351f5-4cc6-405e-8cc9-d4b63bcee07e} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2027 | 2024.07.12 00:37:18.317481 [ 3 ] {0e4351f5-4cc6-405e-8cc9-d4b63bcee07e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001946 sec., 30832.476875642344 rows/sec., 2.08 MiB/sec. | ||
2028 | 2024.07.12 00:37:18.317740 [ 3 ] {0e4351f5-4cc6-405e-8cc9-d4b63bcee07e} <Debug> DynamicQueryHandler: Done processing query | ||
2029 | 2024.07.12 00:37:18.317764 [ 3 ] {0e4351f5-4cc6-405e-8cc9-d4b63bcee07e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2030 | 2024.07.12 00:37:18.317781 [ 3 ] {} <Debug> HTTP-Session: 179850c2-ccf4-4d86-8294-f9486a68834b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2031 | 2024.07.12 00:37:22.433707 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2032 | 2024.07.12 00:37:22.433771 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2033 | 2024.07.12 00:37:23.288295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2034 | 2024.07.12 00:37:23.288408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2035 | 2024.07.12 00:37:23.288432 [ 3 ] {} <Debug> HTTP-Session: 5235afb3-5429-4790-a0bd-205f8761056a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2036 | 2024.07.12 00:37:23.288457 [ 3 ] {} <Debug> HTTP-Session: 5235afb3-5429-4790-a0bd-205f8761056a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2037 | 2024.07.12 00:37:23.288472 [ 3 ] {} <Debug> HTTP-Session: 5235afb3-5429-4790-a0bd-205f8761056a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2038 | 2024.07.12 00:37:23.288522 [ 3 ] {} <Trace> HTTP-Session: 5235afb3-5429-4790-a0bd-205f8761056a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2039 | 2024.07.12 00:37:23.288712 [ 3 ] {636ea4a3-523e-4190-86ac-4bebc1ae3b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2040 | 2024.07.12 00:37:23.288777 [ 3 ] {636ea4a3-523e-4190-86ac-4bebc1ae3b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2041 | 2024.07.12 00:37:23.288969 [ 3 ] {636ea4a3-523e-4190-86ac-4bebc1ae3b82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2042 | 2024.07.12 00:37:23.289428 [ 3 ] {636ea4a3-523e-4190-86ac-4bebc1ae3b82} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2043 | 2024.07.12 00:37:23.289469 [ 3 ] {636ea4a3-523e-4190-86ac-4bebc1ae3b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2044 | 2024.07.12 00:37:23.289831 [ 3 ] {636ea4a3-523e-4190-86ac-4bebc1ae3b82} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2045 | 2024.07.12 00:37:23.290159 [ 3 ] {636ea4a3-523e-4190-86ac-4bebc1ae3b82} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2046 | 2024.07.12 00:37:23.290341 [ 3 ] {636ea4a3-523e-4190-86ac-4bebc1ae3b82} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001682 sec., 33293.69797859691 rows/sec., 2.54 MiB/sec. | ||
2047 | 2024.07.12 00:37:23.290346 [ 81 ] {} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2048 | 2024.07.12 00:37:23.290483 [ 81 ] {} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2049 | 2024.07.12 00:37:23.290525 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2050 | 2024.07.12 00:37:23.290615 [ 3 ] {636ea4a3-523e-4190-86ac-4bebc1ae3b82} <Debug> DynamicQueryHandler: Done processing query | ||
2051 | 2024.07.12 00:37:23.290670 [ 3 ] {636ea4a3-523e-4190-86ac-4bebc1ae3b82} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2052 | 2024.07.12 00:37:23.290725 [ 3 ] {} <Debug> HTTP-Session: 5235afb3-5429-4790-a0bd-205f8761056a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2053 | 2024.07.12 00:37:23.290907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2054 | 2024.07.12 00:37:23.290961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2055 | 2024.07.12 00:37:23.290981 [ 3 ] {} <Debug> HTTP-Session: 99814f58-97ee-401f-92c5-9b7a114a908b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2056 | 2024.07.12 00:37:23.290999 [ 3 ] {} <Debug> HTTP-Session: 99814f58-97ee-401f-92c5-9b7a114a908b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2057 | 2024.07.12 00:37:23.291013 [ 3 ] {} <Debug> HTTP-Session: 99814f58-97ee-401f-92c5-9b7a114a908b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2058 | 2024.07.12 00:37:23.291050 [ 3 ] {} <Trace> HTTP-Session: 99814f58-97ee-401f-92c5-9b7a114a908b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2059 | 2024.07.12 00:37:23.291177 [ 3 ] {83cfa185-0593-40dc-a8f6-bb11e66e5c54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2060 | 2024.07.12 00:37:23.291227 [ 3 ] {83cfa185-0593-40dc-a8f6-bb11e66e5c54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2061 | 2024.07.12 00:37:23.291363 [ 3 ] {83cfa185-0593-40dc-a8f6-bb11e66e5c54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2062 | 2024.07.12 00:37:23.291755 [ 3 ] {83cfa185-0593-40dc-a8f6-bb11e66e5c54} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2063 | 2024.07.12 00:37:23.291792 [ 3 ] {83cfa185-0593-40dc-a8f6-bb11e66e5c54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2064 | 2024.07.12 00:37:23.292100 [ 3 ] {83cfa185-0593-40dc-a8f6-bb11e66e5c54} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2065 | 2024.07.12 00:37:23.292410 [ 3 ] {83cfa185-0593-40dc-a8f6-bb11e66e5c54} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2066 | 2024.07.12 00:37:23.292556 [ 3 ] {83cfa185-0593-40dc-a8f6-bb11e66e5c54} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001414 sec., 45261.669024045266 rows/sec., 3.53 MiB/sec. | ||
2067 | 2024.07.12 00:37:23.292566 [ 81 ] {} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2068 | 2024.07.12 00:37:23.292656 [ 81 ] {} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2069 | 2024.07.12 00:37:23.292706 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2070 | 2024.07.12 00:37:23.292875 [ 3 ] {83cfa185-0593-40dc-a8f6-bb11e66e5c54} <Debug> DynamicQueryHandler: Done processing query | ||
2071 | 2024.07.12 00:37:23.292908 [ 3 ] {83cfa185-0593-40dc-a8f6-bb11e66e5c54} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2072 | 2024.07.12 00:37:23.292927 [ 3 ] {} <Debug> HTTP-Session: 99814f58-97ee-401f-92c5-9b7a114a908b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2073 | 2024.07.12 00:37:23.293122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2074 | 2024.07.12 00:37:23.293168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2075 | 2024.07.12 00:37:23.293187 [ 3 ] {} <Debug> HTTP-Session: a1e43cc9-28b5-4c51-aab4-cd26d0e24f0f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2076 | 2024.07.12 00:37:23.293204 [ 3 ] {} <Debug> HTTP-Session: a1e43cc9-28b5-4c51-aab4-cd26d0e24f0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2077 | 2024.07.12 00:37:23.293216 [ 3 ] {} <Debug> HTTP-Session: a1e43cc9-28b5-4c51-aab4-cd26d0e24f0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2078 | 2024.07.12 00:37:23.293246 [ 3 ] {} <Trace> HTTP-Session: a1e43cc9-28b5-4c51-aab4-cd26d0e24f0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2079 | 2024.07.12 00:37:23.293388 [ 3 ] {2471e9f6-9d48-4440-95bd-eeeb9f640c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2080 | 2024.07.12 00:37:23.293436 [ 3 ] {2471e9f6-9d48-4440-95bd-eeeb9f640c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2081 | 2024.07.12 00:37:23.293584 [ 3 ] {2471e9f6-9d48-4440-95bd-eeeb9f640c25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2082 | 2024.07.12 00:37:23.293956 [ 3 ] {2471e9f6-9d48-4440-95bd-eeeb9f640c25} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2083 | 2024.07.12 00:37:23.293990 [ 3 ] {2471e9f6-9d48-4440-95bd-eeeb9f640c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2084 | 2024.07.12 00:37:23.294444 [ 3 ] {2471e9f6-9d48-4440-95bd-eeeb9f640c25} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2085 | 2024.07.12 00:37:23.294748 [ 201 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
2086 | 2024.07.12 00:37:23.294759 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::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 | ||
2087 | 2024.07.12 00:37:23.294868 [ 3 ] {2471e9f6-9d48-4440-95bd-eeeb9f640c25} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2088 | 2024.07.12 00:37:23.295391 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2089 | 2024.07.12 00:37:23.295398 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2090 | 2024.07.12 00:37:23.295460 [ 201 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2091 | 2024.07.12 00:37:23.295504 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2092 | 2024.07.12 00:37:23.295594 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2093 | 2024.07.12 00:37:23.295611 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
2094 | 2024.07.12 00:37:23.295602 [ 201 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
2095 | 2024.07.12 00:37:23.295605 [ 3 ] {2471e9f6-9d48-4440-95bd-eeeb9f640c25} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002206 sec., 72529.46509519492 rows/sec., 5.05 MiB/sec. | ||
2096 | 2024.07.12 00:37:23.296266 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::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 | ||
2097 | 2024.07.12 00:37:23.296384 [ 188 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
2098 | 2024.07.12 00:37:23.296798 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 239 rows starting from the beginning of the part | ||
2099 | 2024.07.12 00:37:23.297353 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
2100 | 2024.07.12 00:37:23.297670 [ 188 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2101 | 2024.07.12 00:37:23.297840 [ 188 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part | ||
2102 | 2024.07.12 00:37:23.297835 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 242 rows starting from the beginning of the part | ||
2103 | 2024.07.12 00:37:23.298265 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
2104 | 2024.07.12 00:37:23.298544 [ 188 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 124 rows starting from the beginning of the part | ||
2105 | 2024.07.12 00:37:23.298713 [ 3 ] {2471e9f6-9d48-4440-95bd-eeeb9f640c25} <Debug> DynamicQueryHandler: Done processing query | ||
2106 | 2024.07.12 00:37:23.299221 [ 188 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
2107 | 2024.07.12 00:37:23.299278 [ 201 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
2108 | 2024.07.12 00:37:23.299603 [ 188 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
2109 | 2024.07.12 00:37:23.300166 [ 188 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
2110 | 2024.07.12 00:37:23.300489 [ 201 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 423 rows starting from the beginning of the part | ||
2111 | 2024.07.12 00:37:23.300625 [ 188 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
2112 | 2024.07.12 00:37:23.300646 [ 3 ] {2471e9f6-9d48-4440-95bd-eeeb9f640c25} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2113 | 2024.07.12 00:37:23.301601 [ 201 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
2114 | 2024.07.12 00:37:23.301626 [ 3 ] {} <Debug> HTTP-Session: a1e43cc9-28b5-4c51-aab4-cd26d0e24f0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2115 | 2024.07.12 00:37:23.302345 [ 201 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 409 rows starting from the beginning of the part | ||
2116 | 2024.07.12 00:37:23.302453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2117 | 2024.07.12 00:37:23.303071 [ 201 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
2118 | 2024.07.12 00:37:23.303371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2119 | 2024.07.12 00:37:23.303553 [ 3 ] {} <Debug> HTTP-Session: f93b8ef7-3f62-463a-bafe-cdc3069206af Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2120 | 2024.07.12 00:37:23.303995 [ 3 ] {} <Debug> HTTP-Session: f93b8ef7-3f62-463a-bafe-cdc3069206af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2121 | 2024.07.12 00:37:23.304244 [ 3 ] {} <Debug> HTTP-Session: f93b8ef7-3f62-463a-bafe-cdc3069206af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2122 | 2024.07.12 00:37:23.304460 [ 3 ] {} <Trace> HTTP-Session: f93b8ef7-3f62-463a-bafe-cdc3069206af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2123 | 2024.07.12 00:37:23.305108 [ 186 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 675 rows, containing 4 columns (4 merged, 0 gathered) in 0.014464592 sec., 46665.678506521304 rows/sec., 3.95 MiB/sec. | ||
2124 | 2024.07.12 00:37:23.305225 [ 3 ] {ebe25af2-d068-4e09-bf97-16242e0a6a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2125 | 2024.07.12 00:37:23.305467 [ 186 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2126 | 2024.07.12 00:37:23.305898 [ 3 ] {ebe25af2-d068-4e09-bf97-16242e0a6a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2127 | 2024.07.12 00:37:23.307273 [ 189 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_6_1} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2128 | 2024.07.12 00:37:23.307738 [ 189 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_6_1} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2129 | 2024.07.12 00:37:23.308155 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
2130 | 2024.07.12 00:37:23.308874 [ 188 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 784 rows, containing 5 columns (5 merged, 0 gathered) in 0.013118581 sec., 59762.56120993574 rows/sec., 4.16 MiB/sec. | ||
2131 | 2024.07.12 00:37:23.309118 [ 3 ] {ebe25af2-d068-4e09-bf97-16242e0a6a14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2132 | 2024.07.12 00:37:23.309299 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2133 | 2024.07.12 00:37:23.311083 [ 3 ] {ebe25af2-d068-4e09-bf97-16242e0a6a14} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2134 | 2024.07.12 00:37:23.311096 [ 201 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1052 rows, containing 4 columns (4 merged, 0 gathered) in 0.018290851 sec., 57515.09320151369 rows/sec., 4.16 MiB/sec. | ||
2135 | 2024.07.12 00:37:23.311174 [ 3 ] {ebe25af2-d068-4e09-bf97-16242e0a6a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2136 | 2024.07.12 00:37:23.311257 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2137 | 2024.07.12 00:37:23.311401 [ 201 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2138 | 2024.07.12 00:37:23.311613 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2139 | 2024.07.12 00:37:23.311825 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
2140 | 2024.07.12 00:37:23.312580 [ 201 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_6_1} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2141 | 2024.07.12 00:37:23.312590 [ 3 ] {ebe25af2-d068-4e09-bf97-16242e0a6a14} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2142 | 2024.07.12 00:37:23.312709 [ 201 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_6_1} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2143 | 2024.07.12 00:37:23.312925 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
2144 | 2024.07.12 00:37:23.313191 [ 3 ] {ebe25af2-d068-4e09-bf97-16242e0a6a14} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2145 | 2024.07.12 00:37:23.313378 [ 3 ] {ebe25af2-d068-4e09-bf97-16242e0a6a14} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008492 sec., 7065.473386716911 rows/sec., 487.59 KiB/sec. | ||
2146 | 2024.07.12 00:37:23.313379 [ 81 ] {} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2147 | 2024.07.12 00:37:23.313484 [ 81 ] {} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2148 | 2024.07.12 00:37:23.313530 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2149 | 2024.07.12 00:37:23.313797 [ 3 ] {ebe25af2-d068-4e09-bf97-16242e0a6a14} <Debug> DynamicQueryHandler: Done processing query | ||
2150 | 2024.07.12 00:37:23.313822 [ 189 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
2151 | 2024.07.12 00:37:23.313869 [ 3 ] {ebe25af2-d068-4e09-bf97-16242e0a6a14} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2152 | 2024.07.12 00:37:23.313956 [ 3 ] {} <Debug> HTTP-Session: f93b8ef7-3f62-463a-bafe-cdc3069206af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2153 | 2024.07.12 00:37:23.314082 [ 189 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2154 | 2024.07.12 00:37:23.314117 [ 189 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
2155 | 2024.07.12 00:37:23.314199 [ 189 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 42 rows starting from the beginning of the part | ||
2156 | 2024.07.12 00:37:23.314404 [ 189 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
2157 | 2024.07.12 00:37:23.314578 [ 189 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
2158 | 2024.07.12 00:37:23.314707 [ 189 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
2159 | 2024.07.12 00:37:23.314909 [ 189 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
2160 | 2024.07.12 00:37:23.315970 [ 191 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 288 rows, containing 4 columns (4 merged, 0 gathered) in 0.002346836 sec., 122718.41747782972 rows/sec., 8.28 MiB/sec. | ||
2161 | 2024.07.12 00:37:23.316157 [ 191 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2162 | 2024.07.12 00:37:23.316611 [ 191 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_6_1} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2163 | 2024.07.12 00:37:23.316696 [ 191 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_6_1} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2164 | 2024.07.12 00:37:23.316781 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2165 | 2024.07.12 00:37:28.294401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 4631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2166 | 2024.07.12 00:37:28.294537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2167 | 2024.07.12 00:37:28.294563 [ 3 ] {} <Debug> HTTP-Session: b60142b5-c71f-4df2-a399-e0dd16a6da2c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2168 | 2024.07.12 00:37:28.294587 [ 3 ] {} <Debug> HTTP-Session: b60142b5-c71f-4df2-a399-e0dd16a6da2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2169 | 2024.07.12 00:37:28.294602 [ 3 ] {} <Debug> HTTP-Session: b60142b5-c71f-4df2-a399-e0dd16a6da2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2170 | 2024.07.12 00:37:28.294653 [ 3 ] {} <Trace> HTTP-Session: b60142b5-c71f-4df2-a399-e0dd16a6da2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2171 | 2024.07.12 00:37:28.294852 [ 3 ] {7af1d8ab-b862-4fe6-8a47-94bc2bc9e8f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2172 | 2024.07.12 00:37:28.294920 [ 3 ] {7af1d8ab-b862-4fe6-8a47-94bc2bc9e8f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2173 | 2024.07.12 00:37:28.295114 [ 3 ] {7af1d8ab-b862-4fe6-8a47-94bc2bc9e8f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2174 | 2024.07.12 00:37:28.295533 [ 3 ] {7af1d8ab-b862-4fe6-8a47-94bc2bc9e8f5} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2175 | 2024.07.12 00:37:28.295578 [ 3 ] {7af1d8ab-b862-4fe6-8a47-94bc2bc9e8f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2176 | 2024.07.12 00:37:28.295957 [ 3 ] {7af1d8ab-b862-4fe6-8a47-94bc2bc9e8f5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2177 | 2024.07.12 00:37:28.296295 [ 3 ] {7af1d8ab-b862-4fe6-8a47-94bc2bc9e8f5} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2178 | 2024.07.12 00:37:28.296478 [ 3 ] {7af1d8ab-b862-4fe6-8a47-94bc2bc9e8f5} <Debug> executeQuery: Read 33 rows, 2.53 KiB in 0.001687 sec., 19561.35151155898 rows/sec., 1.46 MiB/sec. | ||
2179 | 2024.07.12 00:37:28.296687 [ 3 ] {7af1d8ab-b862-4fe6-8a47-94bc2bc9e8f5} <Debug> DynamicQueryHandler: Done processing query | ||
2180 | 2024.07.12 00:37:28.296713 [ 3 ] {7af1d8ab-b862-4fe6-8a47-94bc2bc9e8f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2181 | 2024.07.12 00:37:28.296732 [ 3 ] {} <Debug> HTTP-Session: b60142b5-c71f-4df2-a399-e0dd16a6da2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2182 | 2024.07.12 00:37:28.296908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 36572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2183 | 2024.07.12 00:37:28.296960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2184 | 2024.07.12 00:37:28.296981 [ 3 ] {} <Debug> HTTP-Session: e881534f-ec68-45a3-a3af-7ac405137dd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2185 | 2024.07.12 00:37:28.296999 [ 3 ] {} <Debug> HTTP-Session: e881534f-ec68-45a3-a3af-7ac405137dd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2186 | 2024.07.12 00:37:28.297013 [ 3 ] {} <Debug> HTTP-Session: e881534f-ec68-45a3-a3af-7ac405137dd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2187 | 2024.07.12 00:37:28.297049 [ 3 ] {} <Trace> HTTP-Session: e881534f-ec68-45a3-a3af-7ac405137dd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2188 | 2024.07.12 00:37:28.297264 [ 3 ] {beed3c86-acf3-43ab-979c-b1fbf1b9478d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2189 | 2024.07.12 00:37:28.297313 [ 3 ] {beed3c86-acf3-43ab-979c-b1fbf1b9478d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2190 | 2024.07.12 00:37:28.297450 [ 3 ] {beed3c86-acf3-43ab-979c-b1fbf1b9478d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2191 | 2024.07.12 00:37:28.297935 [ 3 ] {beed3c86-acf3-43ab-979c-b1fbf1b9478d} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2192 | 2024.07.12 00:37:28.297973 [ 3 ] {beed3c86-acf3-43ab-979c-b1fbf1b9478d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2193 | 2024.07.12 00:37:28.298312 [ 3 ] {beed3c86-acf3-43ab-979c-b1fbf1b9478d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2194 | 2024.07.12 00:37:28.298631 [ 3 ] {beed3c86-acf3-43ab-979c-b1fbf1b9478d} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2195 | 2024.07.12 00:37:28.298793 [ 3 ] {beed3c86-acf3-43ab-979c-b1fbf1b9478d} <Debug> executeQuery: Read 242 rows, 21.84 KiB in 0.001611 sec., 150217.25636250776 rows/sec., 13.24 MiB/sec. | ||
2196 | 2024.07.12 00:37:28.299109 [ 3 ] {beed3c86-acf3-43ab-979c-b1fbf1b9478d} <Debug> DynamicQueryHandler: Done processing query | ||
2197 | 2024.07.12 00:37:28.299134 [ 3 ] {beed3c86-acf3-43ab-979c-b1fbf1b9478d} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
2198 | 2024.07.12 00:37:28.299152 [ 3 ] {} <Debug> HTTP-Session: e881534f-ec68-45a3-a3af-7ac405137dd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2199 | 2024.07.12 00:37:28.299328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2200 | 2024.07.12 00:37:28.299378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2201 | 2024.07.12 00:37:28.299397 [ 3 ] {} <Debug> HTTP-Session: 71cb0227-0139-4b9e-b3bd-41c1b3902204 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2202 | 2024.07.12 00:37:28.299414 [ 3 ] {} <Debug> HTTP-Session: 71cb0227-0139-4b9e-b3bd-41c1b3902204 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2203 | 2024.07.12 00:37:28.299428 [ 3 ] {} <Debug> HTTP-Session: 71cb0227-0139-4b9e-b3bd-41c1b3902204 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2204 | 2024.07.12 00:37:28.299460 [ 3 ] {} <Trace> HTTP-Session: 71cb0227-0139-4b9e-b3bd-41c1b3902204 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2205 | 2024.07.12 00:37:28.299703 [ 3 ] {c86f268c-c731-4464-a599-e2349b670a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2206 | 2024.07.12 00:37:28.299749 [ 3 ] {c86f268c-c731-4464-a599-e2349b670a5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2207 | 2024.07.12 00:37:28.299901 [ 3 ] {c86f268c-c731-4464-a599-e2349b670a5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2208 | 2024.07.12 00:37:28.300438 [ 3 ] {c86f268c-c731-4464-a599-e2349b670a5c} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2209 | 2024.07.12 00:37:28.300476 [ 3 ] {c86f268c-c731-4464-a599-e2349b670a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2210 | 2024.07.12 00:37:28.300805 [ 3 ] {c86f268c-c731-4464-a599-e2349b670a5c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2211 | 2024.07.12 00:37:28.301117 [ 3 ] {c86f268c-c731-4464-a599-e2349b670a5c} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2212 | 2024.07.12 00:37:28.301242 [ 3 ] {c86f268c-c731-4464-a599-e2349b670a5c} <Debug> executeQuery: Read 409 rows, 29.64 KiB in 0.001654 sec., 247279.322853688 rows/sec., 17.50 MiB/sec. | ||
2213 | 2024.07.12 00:37:28.301435 [ 3 ] {c86f268c-c731-4464-a599-e2349b670a5c} <Debug> DynamicQueryHandler: Done processing query | ||
2214 | 2024.07.12 00:37:28.301459 [ 3 ] {c86f268c-c731-4464-a599-e2349b670a5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
2215 | 2024.07.12 00:37:28.301476 [ 3 ] {} <Debug> HTTP-Session: 71cb0227-0139-4b9e-b3bd-41c1b3902204 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2216 | 2024.07.12 00:37:28.301593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2217 | 2024.07.12 00:37:28.301641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2218 | 2024.07.12 00:37:28.301660 [ 3 ] {} <Debug> HTTP-Session: ec752aa1-cb24-4bd3-b315-b497ad2cde56 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2219 | 2024.07.12 00:37:28.301677 [ 3 ] {} <Debug> HTTP-Session: ec752aa1-cb24-4bd3-b315-b497ad2cde56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2220 | 2024.07.12 00:37:28.301691 [ 3 ] {} <Debug> HTTP-Session: ec752aa1-cb24-4bd3-b315-b497ad2cde56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2221 | 2024.07.12 00:37:28.301724 [ 3 ] {} <Trace> HTTP-Session: ec752aa1-cb24-4bd3-b315-b497ad2cde56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2222 | 2024.07.12 00:37:28.301821 [ 3 ] {44feb145-6734-4d9c-9b56-8a7c3c71abdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2223 | 2024.07.12 00:37:28.301866 [ 3 ] {44feb145-6734-4d9c-9b56-8a7c3c71abdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2224 | 2024.07.12 00:37:28.302006 [ 3 ] {44feb145-6734-4d9c-9b56-8a7c3c71abdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2225 | 2024.07.12 00:37:28.302323 [ 3 ] {44feb145-6734-4d9c-9b56-8a7c3c71abdd} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2226 | 2024.07.12 00:37:28.302359 [ 3 ] {44feb145-6734-4d9c-9b56-8a7c3c71abdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2227 | 2024.07.12 00:37:28.302720 [ 3 ] {44feb145-6734-4d9c-9b56-8a7c3c71abdd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2228 | 2024.07.12 00:37:28.303040 [ 3 ] {44feb145-6734-4d9c-9b56-8a7c3c71abdd} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2229 | 2024.07.12 00:37:28.303198 [ 3 ] {44feb145-6734-4d9c-9b56-8a7c3c71abdd} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 184.02 KiB/sec. | ||
2230 | 2024.07.12 00:37:28.303371 [ 3 ] {44feb145-6734-4d9c-9b56-8a7c3c71abdd} <Debug> DynamicQueryHandler: Done processing query | ||
2231 | 2024.07.12 00:37:28.303394 [ 3 ] {44feb145-6734-4d9c-9b56-8a7c3c71abdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2232 | 2024.07.12 00:37:28.303412 [ 3 ] {} <Debug> HTTP-Session: ec752aa1-cb24-4bd3-b315-b497ad2cde56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2233 | 2024.07.12 00:37:28.303533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2234 | 2024.07.12 00:37:28.303581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2235 | 2024.07.12 00:37:28.303600 [ 3 ] {} <Debug> HTTP-Session: 00475fe5-cf40-4280-8520-1ce73326b062 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2236 | 2024.07.12 00:37:28.303617 [ 3 ] {} <Debug> HTTP-Session: 00475fe5-cf40-4280-8520-1ce73326b062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2237 | 2024.07.12 00:37:28.303631 [ 3 ] {} <Debug> HTTP-Session: 00475fe5-cf40-4280-8520-1ce73326b062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2238 | 2024.07.12 00:37:28.303662 [ 3 ] {} <Trace> HTTP-Session: 00475fe5-cf40-4280-8520-1ce73326b062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2239 | 2024.07.12 00:37:28.303778 [ 3 ] {de0af9ca-772f-4b82-937a-d1f77166b9fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2240 | 2024.07.12 00:37:28.303825 [ 3 ] {de0af9ca-772f-4b82-937a-d1f77166b9fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2241 | 2024.07.12 00:37:28.303969 [ 3 ] {de0af9ca-772f-4b82-937a-d1f77166b9fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2242 | 2024.07.12 00:37:28.304288 [ 3 ] {de0af9ca-772f-4b82-937a-d1f77166b9fa} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2243 | 2024.07.12 00:37:28.304325 [ 3 ] {de0af9ca-772f-4b82-937a-d1f77166b9fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2244 | 2024.07.12 00:37:28.304692 [ 3 ] {de0af9ca-772f-4b82-937a-d1f77166b9fa} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2245 | 2024.07.12 00:37:28.305035 [ 3 ] {de0af9ca-772f-4b82-937a-d1f77166b9fa} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2246 | 2024.07.12 00:37:28.305196 [ 3 ] {de0af9ca-772f-4b82-937a-d1f77166b9fa} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001447 sec., 53213.545266067726 rows/sec., 3.28 MiB/sec. | ||
2247 | 2024.07.12 00:37:28.305465 [ 3 ] {de0af9ca-772f-4b82-937a-d1f77166b9fa} <Debug> DynamicQueryHandler: Done processing query | ||
2248 | 2024.07.12 00:37:28.305490 [ 3 ] {de0af9ca-772f-4b82-937a-d1f77166b9fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2249 | 2024.07.12 00:37:28.305505 [ 3 ] {} <Debug> HTTP-Session: 00475fe5-cf40-4280-8520-1ce73326b062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2250 | 2024.07.12 00:37:28.305671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30589, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2251 | 2024.07.12 00:37:28.305719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2252 | 2024.07.12 00:37:28.305739 [ 3 ] {} <Debug> HTTP-Session: 4ee0d721-1156-4332-be73-49d7e7cf2076 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2253 | 2024.07.12 00:37:28.305755 [ 3 ] {} <Debug> HTTP-Session: 4ee0d721-1156-4332-be73-49d7e7cf2076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2254 | 2024.07.12 00:37:28.305769 [ 3 ] {} <Debug> HTTP-Session: 4ee0d721-1156-4332-be73-49d7e7cf2076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2255 | 2024.07.12 00:37:28.305800 [ 3 ] {} <Trace> HTTP-Session: 4ee0d721-1156-4332-be73-49d7e7cf2076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2256 | 2024.07.12 00:37:28.305969 [ 3 ] {9bb86ada-c31c-4d91-bb49-ae33319e156b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2257 | 2024.07.12 00:37:28.306016 [ 3 ] {9bb86ada-c31c-4d91-bb49-ae33319e156b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2258 | 2024.07.12 00:37:28.306178 [ 3 ] {9bb86ada-c31c-4d91-bb49-ae33319e156b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2259 | 2024.07.12 00:37:28.306548 [ 3 ] {9bb86ada-c31c-4d91-bb49-ae33319e156b} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2260 | 2024.07.12 00:37:28.306584 [ 3 ] {9bb86ada-c31c-4d91-bb49-ae33319e156b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2261 | 2024.07.12 00:37:28.306956 [ 3 ] {9bb86ada-c31c-4d91-bb49-ae33319e156b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2262 | 2024.07.12 00:37:28.307287 [ 3 ] {9bb86ada-c31c-4d91-bb49-ae33319e156b} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2263 | 2024.07.12 00:37:28.307444 [ 3 ] {9bb86ada-c31c-4d91-bb49-ae33319e156b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. | ||
2264 | 2024.07.12 00:37:28.307619 [ 3 ] {9bb86ada-c31c-4d91-bb49-ae33319e156b} <Debug> DynamicQueryHandler: Done processing query | ||
2265 | 2024.07.12 00:37:28.307643 [ 3 ] {9bb86ada-c31c-4d91-bb49-ae33319e156b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2266 | 2024.07.12 00:37:28.307660 [ 3 ] {} <Debug> HTTP-Session: 4ee0d721-1156-4332-be73-49d7e7cf2076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2267 | 2024.07.12 00:37:28.307804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 43407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2268 | 2024.07.12 00:37:28.307854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2269 | 2024.07.12 00:37:28.307874 [ 3 ] {} <Debug> HTTP-Session: 172f0a24-9c22-4d2e-b71a-2fbd68007e6c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2270 | 2024.07.12 00:37:28.307891 [ 3 ] {} <Debug> HTTP-Session: 172f0a24-9c22-4d2e-b71a-2fbd68007e6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2271 | 2024.07.12 00:37:28.307905 [ 3 ] {} <Debug> HTTP-Session: 172f0a24-9c22-4d2e-b71a-2fbd68007e6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2272 | 2024.07.12 00:37:28.307936 [ 3 ] {} <Trace> HTTP-Session: 172f0a24-9c22-4d2e-b71a-2fbd68007e6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2273 | 2024.07.12 00:37:28.308217 [ 3 ] {fa4e85d6-4168-4e3c-8659-d96d6435ad92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2274 | 2024.07.12 00:37:28.308280 [ 3 ] {fa4e85d6-4168-4e3c-8659-d96d6435ad92} <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 | ||
2275 | 2024.07.12 00:37:28.308681 [ 3 ] {fa4e85d6-4168-4e3c-8659-d96d6435ad92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2276 | 2024.07.12 00:37:28.309472 [ 3 ] {fa4e85d6-4168-4e3c-8659-d96d6435ad92} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2277 | 2024.07.12 00:37:28.309509 [ 3 ] {fa4e85d6-4168-4e3c-8659-d96d6435ad92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2278 | 2024.07.12 00:37:28.310124 [ 3 ] {fa4e85d6-4168-4e3c-8659-d96d6435ad92} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2279 | 2024.07.12 00:37:28.310528 [ 3 ] {fa4e85d6-4168-4e3c-8659-d96d6435ad92} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2280 | 2024.07.12 00:37:28.310714 [ 3 ] {fa4e85d6-4168-4e3c-8659-d96d6435ad92} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002699 sec., 10003.705075954056 rows/sec., 17.93 MiB/sec. | ||
2281 | 2024.07.12 00:37:28.310945 [ 3 ] {fa4e85d6-4168-4e3c-8659-d96d6435ad92} <Debug> DynamicQueryHandler: Done processing query | ||
2282 | 2024.07.12 00:37:28.310970 [ 3 ] {fa4e85d6-4168-4e3c-8659-d96d6435ad92} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2283 | 2024.07.12 00:37:28.310986 [ 3 ] {} <Debug> HTTP-Session: 172f0a24-9c22-4d2e-b71a-2fbd68007e6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2284 | 2024.07.12 00:37:28.311105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2285 | 2024.07.12 00:37:28.311154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2286 | 2024.07.12 00:37:28.311174 [ 3 ] {} <Debug> HTTP-Session: b2ace934-c367-4ff3-b3aa-e9df07319bc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2287 | 2024.07.12 00:37:28.311191 [ 3 ] {} <Debug> HTTP-Session: b2ace934-c367-4ff3-b3aa-e9df07319bc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2288 | 2024.07.12 00:37:28.311205 [ 3 ] {} <Debug> HTTP-Session: b2ace934-c367-4ff3-b3aa-e9df07319bc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2289 | 2024.07.12 00:37:28.311236 [ 3 ] {} <Trace> HTTP-Session: b2ace934-c367-4ff3-b3aa-e9df07319bc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2290 | 2024.07.12 00:37:28.311338 [ 3 ] {bc22c035-b6fd-4800-8f95-33c9d53c37d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2291 | 2024.07.12 00:37:28.311384 [ 3 ] {bc22c035-b6fd-4800-8f95-33c9d53c37d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2292 | 2024.07.12 00:37:28.311515 [ 3 ] {bc22c035-b6fd-4800-8f95-33c9d53c37d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2293 | 2024.07.12 00:37:28.311837 [ 3 ] {bc22c035-b6fd-4800-8f95-33c9d53c37d8} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2294 | 2024.07.12 00:37:28.311873 [ 3 ] {bc22c035-b6fd-4800-8f95-33c9d53c37d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2295 | 2024.07.12 00:37:28.312237 [ 3 ] {bc22c035-b6fd-4800-8f95-33c9d53c37d8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2296 | 2024.07.12 00:37:28.312558 [ 3 ] {bc22c035-b6fd-4800-8f95-33c9d53c37d8} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2297 | 2024.07.12 00:37:28.312723 [ 3 ] {bc22c035-b6fd-4800-8f95-33c9d53c37d8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001408 sec., 16335.227272727274 rows/sec., 883.62 KiB/sec. | ||
2298 | 2024.07.12 00:37:28.313006 [ 3 ] {bc22c035-b6fd-4800-8f95-33c9d53c37d8} <Debug> DynamicQueryHandler: Done processing query | ||
2299 | 2024.07.12 00:37:28.313030 [ 3 ] {bc22c035-b6fd-4800-8f95-33c9d53c37d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2300 | 2024.07.12 00:37:28.313047 [ 3 ] {} <Debug> HTTP-Session: b2ace934-c367-4ff3-b3aa-e9df07319bc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2301 | 2024.07.12 00:37:28.313171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2302 | 2024.07.12 00:37:28.313221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2303 | 2024.07.12 00:37:28.313241 [ 3 ] {} <Debug> HTTP-Session: 903e5f4c-9e1d-4185-9b80-123516f3f5a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2304 | 2024.07.12 00:37:28.313257 [ 3 ] {} <Debug> HTTP-Session: 903e5f4c-9e1d-4185-9b80-123516f3f5a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2305 | 2024.07.12 00:37:28.313271 [ 3 ] {} <Debug> HTTP-Session: 903e5f4c-9e1d-4185-9b80-123516f3f5a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2306 | 2024.07.12 00:37:28.313301 [ 3 ] {} <Trace> HTTP-Session: 903e5f4c-9e1d-4185-9b80-123516f3f5a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2307 | 2024.07.12 00:37:28.313425 [ 3 ] {fa148559-352e-423b-8d28-0ee4fdcef643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2308 | 2024.07.12 00:37:28.313470 [ 3 ] {fa148559-352e-423b-8d28-0ee4fdcef643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2309 | 2024.07.12 00:37:28.313616 [ 3 ] {fa148559-352e-423b-8d28-0ee4fdcef643} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2310 | 2024.07.12 00:37:28.313916 [ 3 ] {fa148559-352e-423b-8d28-0ee4fdcef643} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2311 | 2024.07.12 00:37:28.313952 [ 3 ] {fa148559-352e-423b-8d28-0ee4fdcef643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2312 | 2024.07.12 00:37:28.314301 [ 3 ] {fa148559-352e-423b-8d28-0ee4fdcef643} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2313 | 2024.07.12 00:37:28.314615 [ 3 ] {fa148559-352e-423b-8d28-0ee4fdcef643} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2314 | 2024.07.12 00:37:28.314762 [ 3 ] {fa148559-352e-423b-8d28-0ee4fdcef643} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
2315 | 2024.07.12 00:37:28.314932 [ 3 ] {fa148559-352e-423b-8d28-0ee4fdcef643} <Debug> DynamicQueryHandler: Done processing query | ||
2316 | 2024.07.12 00:37:28.314956 [ 3 ] {fa148559-352e-423b-8d28-0ee4fdcef643} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2317 | 2024.07.12 00:37:28.314974 [ 3 ] {} <Debug> HTTP-Session: 903e5f4c-9e1d-4185-9b80-123516f3f5a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2318 | 2024.07.12 00:37:33.283938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 1225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2319 | 2024.07.12 00:37:33.284080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2320 | 2024.07.12 00:37:33.284113 [ 3 ] {} <Debug> HTTP-Session: 8be65be8-24fd-4f1c-aaac-da35006c63bf Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2321 | 2024.07.12 00:37:33.284142 [ 3 ] {} <Debug> HTTP-Session: 8be65be8-24fd-4f1c-aaac-da35006c63bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2322 | 2024.07.12 00:37:33.284162 [ 3 ] {} <Debug> HTTP-Session: 8be65be8-24fd-4f1c-aaac-da35006c63bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2323 | 2024.07.12 00:37:33.284220 [ 3 ] {} <Trace> HTTP-Session: 8be65be8-24fd-4f1c-aaac-da35006c63bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2324 | 2024.07.12 00:37:33.284508 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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', '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) | ||
2325 | 2024.07.12 00:37:33.284982 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2326 | 2024.07.12 00:37:33.285033 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <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', '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 | ||
2327 | 2024.07.12 00:37:33.285388 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2328 | 2024.07.12 00:37:33.285472 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2329 | 2024.07.12 00:37:33.285646 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2330 | 2024.07.12 00:37:33.285806 [ 254 ] {079a36ec-69fa-49da-af02-fd0725f85355} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2331 | 2024.07.12 00:37:33.285829 [ 256 ] {079a36ec-69fa-49da-af02-fd0725f85355} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2332 | 2024.07.12 00:37:33.285859 [ 250 ] {079a36ec-69fa-49da-af02-fd0725f85355} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2333 | 2024.07.12 00:37:33.286001 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (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 | ||
2334 | 2024.07.12 00:37:33.286033 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2335 | 2024.07.12 00:37:33.286150 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2336 | 2024.07.12 00:37:33.286174 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2337 | 2024.07.12 00:37:33.286219 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <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', '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'))" | ||
2338 | 2024.07.12 00:37:33.286264 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <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', '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'))" | ||
2339 | 2024.07.12 00:37:33.286304 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <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', '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'))" | ||
2340 | 2024.07.12 00:37:33.288503 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <Debug> executeQuery: Read 34 rows, 1.27 KiB in 0.004128 sec., 8236.434108527132 rows/sec., 308.72 KiB/sec. | ||
2341 | 2024.07.12 00:37:33.288906 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <Debug> DynamicQueryHandler: Done processing query | ||
2342 | 2024.07.12 00:37:33.288934 [ 3 ] {079a36ec-69fa-49da-af02-fd0725f85355} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
2343 | 2024.07.12 00:37:33.288954 [ 3 ] {} <Debug> HTTP-Session: 8be65be8-24fd-4f1c-aaac-da35006c63bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2344 | 2024.07.12 00:37:33.289179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 1263, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2345 | 2024.07.12 00:37:33.289236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2346 | 2024.07.12 00:37:33.289257 [ 3 ] {} <Debug> HTTP-Session: c886ba8d-9166-46af-a007-40c41042f327 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2347 | 2024.07.12 00:37:33.289276 [ 3 ] {} <Debug> HTTP-Session: c886ba8d-9166-46af-a007-40c41042f327 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2348 | 2024.07.12 00:37:33.289292 [ 3 ] {} <Debug> HTTP-Session: c886ba8d-9166-46af-a007-40c41042f327 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2349 | 2024.07.12 00:37:33.289331 [ 3 ] {} <Trace> HTTP-Session: c886ba8d-9166-46af-a007-40c41042f327 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2350 | 2024.07.12 00:37:33.289504 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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: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) | ||
2351 | 2024.07.12 00:37:33.289810 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2352 | 2024.07.12 00:37:33.289857 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <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: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 | ||
2353 | 2024.07.12 00:37:33.290169 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2354 | 2024.07.12 00:37:33.290238 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2355 | 2024.07.12 00:37:33.290385 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2356 | 2024.07.12 00:37:33.290510 [ 262 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2357 | 2024.07.12 00:37:33.290539 [ 260 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2358 | 2024.07.12 00:37:33.290553 [ 261 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2359 | 2024.07.12 00:37:33.290686 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (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 | ||
2360 | 2024.07.12 00:37:33.290716 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2361 | 2024.07.12 00:37:33.290822 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2362 | 2024.07.12 00:37:33.290846 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2363 | 2024.07.12 00:37:33.290887 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <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: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'))" | ||
2364 | 2024.07.12 00:37:33.290929 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <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: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'))" | ||
2365 | 2024.07.12 00:37:33.290967 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <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: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'))" | ||
2366 | 2024.07.12 00:37:33.292661 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <Debug> executeQuery: Read 34 rows, 1.27 KiB in 0.003242 sec., 10487.353485502776 rows/sec., 393.10 KiB/sec. | ||
2367 | 2024.07.12 00:37:33.292998 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <Debug> DynamicQueryHandler: Done processing query | ||
2368 | 2024.07.12 00:37:33.293025 [ 3 ] {381303c6-1afd-46b7-9f79-e0081a877c66} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2369 | 2024.07.12 00:37:33.293042 [ 3 ] {} <Debug> HTTP-Session: c886ba8d-9166-46af-a007-40c41042f327 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2370 | 2024.07.12 00:37:33.293280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 1297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2371 | 2024.07.12 00:37:33.293335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2372 | 2024.07.12 00:37:33.293356 [ 3 ] {} <Debug> HTTP-Session: ed5e0c5a-52ce-4bb1-9955-70fa0621c820 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2373 | 2024.07.12 00:37:33.293377 [ 3 ] {} <Debug> HTTP-Session: ed5e0c5a-52ce-4bb1-9955-70fa0621c820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2374 | 2024.07.12 00:37:33.293392 [ 3 ] {} <Debug> HTTP-Session: ed5e0c5a-52ce-4bb1-9955-70fa0621c820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2375 | 2024.07.12 00:37:33.293430 [ 3 ] {} <Trace> HTTP-Session: ed5e0c5a-52ce-4bb1-9955-70fa0621c820 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2376 | 2024.07.12 00:37:33.293600 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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: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) | ||
2377 | 2024.07.12 00:37:33.293904 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2378 | 2024.07.12 00:37:33.293953 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <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: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 | ||
2379 | 2024.07.12 00:37:33.294263 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2380 | 2024.07.12 00:37:33.294329 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2381 | 2024.07.12 00:37:33.294472 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2382 | 2024.07.12 00:37:33.294633 [ 254 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2383 | 2024.07.12 00:37:33.294633 [ 261 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2384 | 2024.07.12 00:37:33.294640 [ 250 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2385 | 2024.07.12 00:37:33.294790 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (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 | ||
2386 | 2024.07.12 00:37:33.294820 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2387 | 2024.07.12 00:37:33.294925 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2388 | 2024.07.12 00:37:33.294946 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2389 | 2024.07.12 00:37:33.294986 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <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: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'))" | ||
2390 | 2024.07.12 00:37:33.295027 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <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: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'))" | ||
2391 | 2024.07.12 00:37:33.295064 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <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: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'))" | ||
2392 | 2024.07.12 00:37:33.296824 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <Debug> executeQuery: Read 34 rows, 1.27 KiB in 0.003309 sec., 10275.007555152615 rows/sec., 385.14 KiB/sec. | ||
2393 | 2024.07.12 00:37:33.297177 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <Debug> DynamicQueryHandler: Done processing query | ||
2394 | 2024.07.12 00:37:33.297208 [ 3 ] {e151d99e-a21e-4fa7-a98d-705beb51c36c} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2395 | 2024.07.12 00:37:33.297229 [ 3 ] {} <Debug> HTTP-Session: ed5e0c5a-52ce-4bb1-9955-70fa0621c820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2396 | 2024.07.12 00:37:33.297460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 1334, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2397 | 2024.07.12 00:37:33.297516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2398 | 2024.07.12 00:37:33.297540 [ 3 ] {} <Debug> HTTP-Session: 2f966e57-31a1-4b7b-a6e5-9050d04c7ef3 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2399 | 2024.07.12 00:37:33.297562 [ 3 ] {} <Debug> HTTP-Session: 2f966e57-31a1-4b7b-a6e5-9050d04c7ef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2400 | 2024.07.12 00:37:33.297579 [ 3 ] {} <Debug> HTTP-Session: 2f966e57-31a1-4b7b-a6e5-9050d04c7ef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2401 | 2024.07.12 00:37:33.297617 [ 3 ] {} <Trace> HTTP-Session: 2f966e57-31a1-4b7b-a6e5-9050d04c7ef3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2402 | 2024.07.12 00:37:33.297800 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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: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) | ||
2403 | 2024.07.12 00:37:33.298125 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2404 | 2024.07.12 00:37:33.298172 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <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: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 | ||
2405 | 2024.07.12 00:37:33.298483 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2406 | 2024.07.12 00:37:33.298548 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2407 | 2024.07.12 00:37:33.298685 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2408 | 2024.07.12 00:37:33.298873 [ 250 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2409 | 2024.07.12 00:37:33.298889 [ 262 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2410 | 2024.07.12 00:37:33.298905 [ 256 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2411 | 2024.07.12 00:37:33.299053 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (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 | ||
2412 | 2024.07.12 00:37:33.299079 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2413 | 2024.07.12 00:37:33.299181 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2414 | 2024.07.12 00:37:33.299203 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2415 | 2024.07.12 00:37:33.299243 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <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: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'))" | ||
2416 | 2024.07.12 00:37:33.299423 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <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: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'))" | ||
2417 | 2024.07.12 00:37:33.299463 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <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: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'))" | ||
2418 | 2024.07.12 00:37:33.301163 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <Debug> executeQuery: Read 34 rows, 1.27 KiB in 0.003459 sec., 9829.430471234462 rows/sec., 368.43 KiB/sec. | ||
2419 | 2024.07.12 00:37:33.301483 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <Debug> DynamicQueryHandler: Done processing query | ||
2420 | 2024.07.12 00:37:33.301508 [ 3 ] {e3a6298e-cf0b-4b48-b4d8-dbe050781e28} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2421 | 2024.07.12 00:37:33.301525 [ 3 ] {} <Debug> HTTP-Session: 2f966e57-31a1-4b7b-a6e5-9050d04c7ef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2422 | 2024.07.12 00:37:33.301760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 1373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2423 | 2024.07.12 00:37:33.301809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2424 | 2024.07.12 00:37:33.301829 [ 3 ] {} <Debug> HTTP-Session: 17dfbdcf-2c29-44c6-a204-bae4b2cbc47c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2425 | 2024.07.12 00:37:33.301846 [ 3 ] {} <Debug> HTTP-Session: 17dfbdcf-2c29-44c6-a204-bae4b2cbc47c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2426 | 2024.07.12 00:37:33.301860 [ 3 ] {} <Debug> HTTP-Session: 17dfbdcf-2c29-44c6-a204-bae4b2cbc47c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2427 | 2024.07.12 00:37:33.301891 [ 3 ] {} <Trace> HTTP-Session: 17dfbdcf-2c29-44c6-a204-bae4b2cbc47c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2428 | 2024.07.12 00:37:33.302045 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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: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) | ||
2429 | 2024.07.12 00:37:33.302337 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2430 | 2024.07.12 00:37:33.302385 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <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: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 | ||
2431 | 2024.07.12 00:37:33.302702 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2432 | 2024.07.12 00:37:33.302768 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2433 | 2024.07.12 00:37:33.302958 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2434 | 2024.07.12 00:37:33.303101 [ 256 ] {5a25a42e-0f40-4673-905b-1308d849c324} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2435 | 2024.07.12 00:37:33.303200 [ 262 ] {5a25a42e-0f40-4673-905b-1308d849c324} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2436 | 2024.07.12 00:37:33.303307 [ 254 ] {5a25a42e-0f40-4673-905b-1308d849c324} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2437 | 2024.07.12 00:37:33.304368 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (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 | ||
2438 | 2024.07.12 00:37:33.304408 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2439 | 2024.07.12 00:37:33.304535 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2440 | 2024.07.12 00:37:33.304563 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2441 | 2024.07.12 00:37:33.304619 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <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: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'))" | ||
2442 | 2024.07.12 00:37:33.304677 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <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: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'))" | ||
2443 | 2024.07.12 00:37:33.304718 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <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: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'))" | ||
2444 | 2024.07.12 00:37:33.306423 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <Debug> executeQuery: Read 34 rows, 1.27 KiB in 0.004453 sec., 7635.302043566135 rows/sec., 286.19 KiB/sec. | ||
2445 | 2024.07.12 00:37:33.306778 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <Debug> DynamicQueryHandler: Done processing query | ||
2446 | 2024.07.12 00:37:33.306802 [ 3 ] {5a25a42e-0f40-4673-905b-1308d849c324} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2447 | 2024.07.12 00:37:33.306818 [ 3 ] {} <Debug> HTTP-Session: 17dfbdcf-2c29-44c6-a204-bae4b2cbc47c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2448 | 2024.07.12 00:37:33.307036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 1406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2449 | 2024.07.12 00:37:33.307084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2450 | 2024.07.12 00:37:33.307106 [ 3 ] {} <Debug> HTTP-Session: ce133646-9aed-4d33-b9ba-8dfb039dd2d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2451 | 2024.07.12 00:37:33.307124 [ 3 ] {} <Debug> HTTP-Session: ce133646-9aed-4d33-b9ba-8dfb039dd2d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2452 | 2024.07.12 00:37:33.307139 [ 3 ] {} <Debug> HTTP-Session: ce133646-9aed-4d33-b9ba-8dfb039dd2d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2453 | 2024.07.12 00:37:33.307171 [ 3 ] {} <Trace> HTTP-Session: ce133646-9aed-4d33-b9ba-8dfb039dd2d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2454 | 2024.07.12 00:37:33.307332 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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', '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) | ||
2455 | 2024.07.12 00:37:33.307633 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2456 | 2024.07.12 00:37:33.307682 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <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', '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 | ||
2457 | 2024.07.12 00:37:33.307998 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2458 | 2024.07.12 00:37:33.308062 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2459 | 2024.07.12 00:37:33.308211 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2460 | 2024.07.12 00:37:33.308353 [ 254 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2461 | 2024.07.12 00:37:33.308366 [ 258 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2462 | 2024.07.12 00:37:33.308392 [ 256 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2463 | 2024.07.12 00:37:33.308516 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (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 | ||
2464 | 2024.07.12 00:37:33.308540 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2465 | 2024.07.12 00:37:33.308641 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2466 | 2024.07.12 00:37:33.308662 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
2467 | 2024.07.12 00:37:33.308701 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <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', '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'))" | ||
2468 | 2024.07.12 00:37:33.308742 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <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', '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'))" | ||
2469 | 2024.07.12 00:37:33.308778 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <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', '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'))" | ||
2470 | 2024.07.12 00:37:33.310432 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <Debug> executeQuery: Read 34 rows, 1.27 KiB in 0.00318 sec., 10691.82389937107 rows/sec., 400.76 KiB/sec. | ||
2471 | 2024.07.12 00:37:33.310755 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <Debug> DynamicQueryHandler: Done processing query | ||
2472 | 2024.07.12 00:37:33.310780 [ 3 ] {7d976f46-d4d0-4b44-86d7-3cf9f8190349} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
2473 | 2024.07.12 00:37:33.310797 [ 3 ] {} <Debug> HTTP-Session: ce133646-9aed-4d33-b9ba-8dfb039dd2d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2474 | 2024.07.12 00:37:33.323875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2475 | 2024.07.12 00:37:33.323931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2476 | 2024.07.12 00:37:33.323952 [ 3 ] {} <Debug> HTTP-Session: 5eded132-d48a-4d34-9b66-7283db5d4754 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2477 | 2024.07.12 00:37:33.323972 [ 3 ] {} <Debug> HTTP-Session: 5eded132-d48a-4d34-9b66-7283db5d4754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2478 | 2024.07.12 00:37:33.323988 [ 3 ] {} <Debug> HTTP-Session: 5eded132-d48a-4d34-9b66-7283db5d4754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2479 | 2024.07.12 00:37:33.324025 [ 3 ] {} <Trace> HTTP-Session: 5eded132-d48a-4d34-9b66-7283db5d4754 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2480 | 2024.07.12 00:37:33.324228 [ 3 ] {cddedc6b-e0a3-4503-af25-2b6b1990d6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2481 | 2024.07.12 00:37:33.324284 [ 3 ] {cddedc6b-e0a3-4503-af25-2b6b1990d6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2482 | 2024.07.12 00:37:33.324488 [ 3 ] {cddedc6b-e0a3-4503-af25-2b6b1990d6fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2483 | 2024.07.12 00:37:33.324864 [ 3 ] {cddedc6b-e0a3-4503-af25-2b6b1990d6fe} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2484 | 2024.07.12 00:37:33.324910 [ 3 ] {cddedc6b-e0a3-4503-af25-2b6b1990d6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2485 | 2024.07.12 00:37:33.325411 [ 3 ] {cddedc6b-e0a3-4503-af25-2b6b1990d6fe} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2486 | 2024.07.12 00:37:33.325733 [ 3 ] {cddedc6b-e0a3-4503-af25-2b6b1990d6fe} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2487 | 2024.07.12 00:37:33.325909 [ 3 ] {cddedc6b-e0a3-4503-af25-2b6b1990d6fe} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001722 sec., 3484.320557491289 rows/sec., 564.84 KiB/sec. | ||
2488 | 2024.07.12 00:37:33.326136 [ 3 ] {cddedc6b-e0a3-4503-af25-2b6b1990d6fe} <Debug> DynamicQueryHandler: Done processing query | ||
2489 | 2024.07.12 00:37:33.326160 [ 3 ] {cddedc6b-e0a3-4503-af25-2b6b1990d6fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2490 | 2024.07.12 00:37:33.326176 [ 3 ] {} <Debug> HTTP-Session: 5eded132-d48a-4d34-9b66-7283db5d4754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2491 | 2024.07.12 00:37:33.326308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 12737, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2492 | 2024.07.12 00:37:33.326357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2493 | 2024.07.12 00:37:33.326376 [ 3 ] {} <Debug> HTTP-Session: f53d7f36-d87c-47b5-b768-12e647be1ac8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2494 | 2024.07.12 00:37:33.326393 [ 3 ] {} <Debug> HTTP-Session: f53d7f36-d87c-47b5-b768-12e647be1ac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2495 | 2024.07.12 00:37:33.326407 [ 3 ] {} <Debug> HTTP-Session: f53d7f36-d87c-47b5-b768-12e647be1ac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2496 | 2024.07.12 00:37:33.326438 [ 3 ] {} <Trace> HTTP-Session: f53d7f36-d87c-47b5-b768-12e647be1ac8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2497 | 2024.07.12 00:37:33.326557 [ 3 ] {ff196203-9ad1-42c2-a36f-10f56117912f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2498 | 2024.07.12 00:37:33.326598 [ 3 ] {ff196203-9ad1-42c2-a36f-10f56117912f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2499 | 2024.07.12 00:37:33.326724 [ 3 ] {ff196203-9ad1-42c2-a36f-10f56117912f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2500 | 2024.07.12 00:37:33.327084 [ 3 ] {ff196203-9ad1-42c2-a36f-10f56117912f} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2501 | 2024.07.12 00:37:33.327121 [ 3 ] {ff196203-9ad1-42c2-a36f-10f56117912f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2502 | 2024.07.12 00:37:33.327445 [ 3 ] {ff196203-9ad1-42c2-a36f-10f56117912f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2503 | 2024.07.12 00:37:33.327777 [ 3 ] {ff196203-9ad1-42c2-a36f-10f56117912f} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2504 | 2024.07.12 00:37:33.327935 [ 3 ] {ff196203-9ad1-42c2-a36f-10f56117912f} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001424 sec., 64606.74157303371 rows/sec., 4.90 MiB/sec. | ||
2505 | 2024.07.12 00:37:33.328090 [ 3 ] {ff196203-9ad1-42c2-a36f-10f56117912f} <Debug> DynamicQueryHandler: Done processing query | ||
2506 | 2024.07.12 00:37:33.328115 [ 3 ] {ff196203-9ad1-42c2-a36f-10f56117912f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2507 | 2024.07.12 00:37:33.328132 [ 3 ] {} <Debug> HTTP-Session: f53d7f36-d87c-47b5-b768-12e647be1ac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2508 | 2024.07.12 00:37:33.328321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2509 | 2024.07.12 00:37:33.328369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2510 | 2024.07.12 00:37:33.328389 [ 3 ] {} <Debug> HTTP-Session: 013bdfe4-b57f-4048-9e20-ff2c240aaaa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2511 | 2024.07.12 00:37:33.328406 [ 3 ] {} <Debug> HTTP-Session: 013bdfe4-b57f-4048-9e20-ff2c240aaaa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2512 | 2024.07.12 00:37:33.328420 [ 3 ] {} <Debug> HTTP-Session: 013bdfe4-b57f-4048-9e20-ff2c240aaaa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2513 | 2024.07.12 00:37:33.328452 [ 3 ] {} <Trace> HTTP-Session: 013bdfe4-b57f-4048-9e20-ff2c240aaaa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2514 | 2024.07.12 00:37:33.328570 [ 3 ] {4b6be447-323c-475f-ad1b-95acd701ae41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2515 | 2024.07.12 00:37:33.328613 [ 3 ] {4b6be447-323c-475f-ad1b-95acd701ae41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2516 | 2024.07.12 00:37:33.328737 [ 3 ] {4b6be447-323c-475f-ad1b-95acd701ae41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2517 | 2024.07.12 00:37:33.329054 [ 3 ] {4b6be447-323c-475f-ad1b-95acd701ae41} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2518 | 2024.07.12 00:37:33.329090 [ 3 ] {4b6be447-323c-475f-ad1b-95acd701ae41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2519 | 2024.07.12 00:37:33.329408 [ 3 ] {4b6be447-323c-475f-ad1b-95acd701ae41} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2520 | 2024.07.12 00:37:33.329710 [ 3 ] {4b6be447-323c-475f-ad1b-95acd701ae41} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2521 | 2024.07.12 00:37:33.329885 [ 3 ] {4b6be447-323c-475f-ad1b-95acd701ae41} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001345 sec., 65427.5092936803 rows/sec., 5.09 MiB/sec. | ||
2522 | 2024.07.12 00:37:33.330179 [ 3 ] {4b6be447-323c-475f-ad1b-95acd701ae41} <Debug> DynamicQueryHandler: Done processing query | ||
2523 | 2024.07.12 00:37:33.330203 [ 3 ] {4b6be447-323c-475f-ad1b-95acd701ae41} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2524 | 2024.07.12 00:37:33.330219 [ 3 ] {} <Debug> HTTP-Session: 013bdfe4-b57f-4048-9e20-ff2c240aaaa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2525 | 2024.07.12 00:37:33.330407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 72122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2526 | 2024.07.12 00:37:33.330454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2527 | 2024.07.12 00:37:33.330473 [ 3 ] {} <Debug> HTTP-Session: 51373085-ef88-4783-986b-1335841d02c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2528 | 2024.07.12 00:37:33.330490 [ 3 ] {} <Debug> HTTP-Session: 51373085-ef88-4783-986b-1335841d02c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2529 | 2024.07.12 00:37:33.330504 [ 3 ] {} <Debug> HTTP-Session: 51373085-ef88-4783-986b-1335841d02c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2530 | 2024.07.12 00:37:33.330535 [ 3 ] {} <Trace> HTTP-Session: 51373085-ef88-4783-986b-1335841d02c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2531 | 2024.07.12 00:37:33.330747 [ 3 ] {23393901-ccaa-4edc-a5f8-6ed8c9159d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2532 | 2024.07.12 00:37:33.330795 [ 3 ] {23393901-ccaa-4edc-a5f8-6ed8c9159d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2533 | 2024.07.12 00:37:33.330955 [ 3 ] {23393901-ccaa-4edc-a5f8-6ed8c9159d52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2534 | 2024.07.12 00:37:33.331449 [ 3 ] {23393901-ccaa-4edc-a5f8-6ed8c9159d52} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2535 | 2024.07.12 00:37:33.331484 [ 3 ] {23393901-ccaa-4edc-a5f8-6ed8c9159d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2536 | 2024.07.12 00:37:33.331884 [ 3 ] {23393901-ccaa-4edc-a5f8-6ed8c9159d52} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2537 | 2024.07.12 00:37:33.332216 [ 3 ] {23393901-ccaa-4edc-a5f8-6ed8c9159d52} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2538 | 2024.07.12 00:37:33.332376 [ 3 ] {23393901-ccaa-4edc-a5f8-6ed8c9159d52} <Debug> executeQuery: Read 376 rows, 27.02 KiB in 0.001751 sec., 214734.43746430613 rows/sec., 15.07 MiB/sec. | ||
2539 | 2024.07.12 00:37:33.332545 [ 3 ] {23393901-ccaa-4edc-a5f8-6ed8c9159d52} <Debug> DynamicQueryHandler: Done processing query | ||
2540 | 2024.07.12 00:37:33.332570 [ 3 ] {23393901-ccaa-4edc-a5f8-6ed8c9159d52} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
2541 | 2024.07.12 00:37:33.332586 [ 3 ] {} <Debug> HTTP-Session: 51373085-ef88-4783-986b-1335841d02c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2542 | 2024.07.12 00:37:33.332734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2543 | 2024.07.12 00:37:33.332782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2544 | 2024.07.12 00:37:33.332802 [ 3 ] {} <Debug> HTTP-Session: b2102083-6baf-45d3-9cf9-4dd0732c8dbb Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2545 | 2024.07.12 00:37:33.332819 [ 3 ] {} <Debug> HTTP-Session: b2102083-6baf-45d3-9cf9-4dd0732c8dbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2546 | 2024.07.12 00:37:33.332833 [ 3 ] {} <Debug> HTTP-Session: b2102083-6baf-45d3-9cf9-4dd0732c8dbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2547 | 2024.07.12 00:37:33.332863 [ 3 ] {} <Trace> HTTP-Session: b2102083-6baf-45d3-9cf9-4dd0732c8dbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2548 | 2024.07.12 00:37:33.332975 [ 3 ] {3050cc56-5362-4c33-94e1-3409f6df196b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2549 | 2024.07.12 00:37:33.333019 [ 3 ] {3050cc56-5362-4c33-94e1-3409f6df196b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2550 | 2024.07.12 00:37:33.333147 [ 3 ] {3050cc56-5362-4c33-94e1-3409f6df196b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2551 | 2024.07.12 00:37:33.333432 [ 3 ] {3050cc56-5362-4c33-94e1-3409f6df196b} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2552 | 2024.07.12 00:37:33.333467 [ 3 ] {3050cc56-5362-4c33-94e1-3409f6df196b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2553 | 2024.07.12 00:37:33.333819 [ 3 ] {3050cc56-5362-4c33-94e1-3409f6df196b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2554 | 2024.07.12 00:37:33.334162 [ 3 ] {3050cc56-5362-4c33-94e1-3409f6df196b} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2555 | 2024.07.12 00:37:33.334286 [ 3 ] {3050cc56-5362-4c33-94e1-3409f6df196b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
2556 | 2024.07.12 00:37:33.334448 [ 3 ] {3050cc56-5362-4c33-94e1-3409f6df196b} <Debug> DynamicQueryHandler: Done processing query | ||
2557 | 2024.07.12 00:37:33.334472 [ 3 ] {3050cc56-5362-4c33-94e1-3409f6df196b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2558 | 2024.07.12 00:37:33.334489 [ 3 ] {} <Debug> HTTP-Session: b2102083-6baf-45d3-9cf9-4dd0732c8dbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2559 | 2024.07.12 00:37:37.433817 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2560 | 2024.07.12 00:37:37.433893 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2561 | 2024.07.12 00:37:38.294665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 4631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2562 | 2024.07.12 00:37:38.294782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2563 | 2024.07.12 00:37:38.294812 [ 3 ] {} <Debug> HTTP-Session: f1cc6fca-7b37-400d-8363-be9cd06e0a44 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2564 | 2024.07.12 00:37:38.294839 [ 3 ] {} <Debug> HTTP-Session: f1cc6fca-7b37-400d-8363-be9cd06e0a44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2565 | 2024.07.12 00:37:38.294857 [ 3 ] {} <Debug> HTTP-Session: f1cc6fca-7b37-400d-8363-be9cd06e0a44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2566 | 2024.07.12 00:37:38.294914 [ 3 ] {} <Trace> HTTP-Session: f1cc6fca-7b37-400d-8363-be9cd06e0a44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2567 | 2024.07.12 00:37:38.295130 [ 3 ] {7233a45a-6847-4364-bfdb-3176bec44c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2568 | 2024.07.12 00:37:38.295199 [ 3 ] {7233a45a-6847-4364-bfdb-3176bec44c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2569 | 2024.07.12 00:37:38.295393 [ 3 ] {7233a45a-6847-4364-bfdb-3176bec44c8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2570 | 2024.07.12 00:37:38.295822 [ 3 ] {7233a45a-6847-4364-bfdb-3176bec44c8d} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2571 | 2024.07.12 00:37:38.295861 [ 3 ] {7233a45a-6847-4364-bfdb-3176bec44c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2572 | 2024.07.12 00:37:38.296227 [ 3 ] {7233a45a-6847-4364-bfdb-3176bec44c8d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2573 | 2024.07.12 00:37:38.296556 [ 3 ] {7233a45a-6847-4364-bfdb-3176bec44c8d} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2574 | 2024.07.12 00:37:38.296731 [ 3 ] {7233a45a-6847-4364-bfdb-3176bec44c8d} <Debug> executeQuery: Read 33 rows, 2.53 KiB in 0.001669 sec., 19772.31875374476 rows/sec., 1.48 MiB/sec. | ||
2575 | 2024.07.12 00:37:38.297193 [ 3 ] {7233a45a-6847-4364-bfdb-3176bec44c8d} <Debug> DynamicQueryHandler: Done processing query | ||
2576 | 2024.07.12 00:37:38.297219 [ 3 ] {7233a45a-6847-4364-bfdb-3176bec44c8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2577 | 2024.07.12 00:37:38.297236 [ 3 ] {} <Debug> HTTP-Session: f1cc6fca-7b37-400d-8363-be9cd06e0a44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2578 | 2024.07.12 00:37:38.297415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 36572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2579 | 2024.07.12 00:37:38.297465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2580 | 2024.07.12 00:37:38.297484 [ 3 ] {} <Debug> HTTP-Session: 472eea2e-2b2a-4dad-91d2-9a5fea58b57a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2581 | 2024.07.12 00:37:38.297500 [ 3 ] {} <Debug> HTTP-Session: 472eea2e-2b2a-4dad-91d2-9a5fea58b57a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2582 | 2024.07.12 00:37:38.297514 [ 3 ] {} <Debug> HTTP-Session: 472eea2e-2b2a-4dad-91d2-9a5fea58b57a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2583 | 2024.07.12 00:37:38.297546 [ 3 ] {} <Trace> HTTP-Session: 472eea2e-2b2a-4dad-91d2-9a5fea58b57a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2584 | 2024.07.12 00:37:38.297709 [ 3 ] {ed1e0d0e-3a86-46d6-820d-fc1dcac51be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2585 | 2024.07.12 00:37:38.297753 [ 3 ] {ed1e0d0e-3a86-46d6-820d-fc1dcac51be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2586 | 2024.07.12 00:37:38.297906 [ 3 ] {ed1e0d0e-3a86-46d6-820d-fc1dcac51be3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2587 | 2024.07.12 00:37:38.298363 [ 3 ] {ed1e0d0e-3a86-46d6-820d-fc1dcac51be3} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2588 | 2024.07.12 00:37:38.298400 [ 3 ] {ed1e0d0e-3a86-46d6-820d-fc1dcac51be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2589 | 2024.07.12 00:37:38.298721 [ 3 ] {ed1e0d0e-3a86-46d6-820d-fc1dcac51be3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2590 | 2024.07.12 00:37:38.299022 [ 3 ] {ed1e0d0e-3a86-46d6-820d-fc1dcac51be3} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2591 | 2024.07.12 00:37:38.299174 [ 3 ] {ed1e0d0e-3a86-46d6-820d-fc1dcac51be3} <Debug> executeQuery: Read 242 rows, 21.84 KiB in 0.00154 sec., 157142.85714285716 rows/sec., 13.85 MiB/sec. | ||
2592 | 2024.07.12 00:37:38.299698 [ 3 ] {ed1e0d0e-3a86-46d6-820d-fc1dcac51be3} <Debug> DynamicQueryHandler: Done processing query | ||
2593 | 2024.07.12 00:37:38.299723 [ 3 ] {ed1e0d0e-3a86-46d6-820d-fc1dcac51be3} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
2594 | 2024.07.12 00:37:38.299739 [ 3 ] {} <Debug> HTTP-Session: 472eea2e-2b2a-4dad-91d2-9a5fea58b57a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2595 | 2024.07.12 00:37:38.299929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2596 | 2024.07.12 00:37:38.299976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2597 | 2024.07.12 00:37:38.299995 [ 3 ] {} <Debug> HTTP-Session: d17bf9c8-eac3-46de-adc2-9e71ca4a85f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2598 | 2024.07.12 00:37:38.300011 [ 3 ] {} <Debug> HTTP-Session: d17bf9c8-eac3-46de-adc2-9e71ca4a85f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2599 | 2024.07.12 00:37:38.300025 [ 3 ] {} <Debug> HTTP-Session: d17bf9c8-eac3-46de-adc2-9e71ca4a85f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2600 | 2024.07.12 00:37:38.300055 [ 3 ] {} <Trace> HTTP-Session: d17bf9c8-eac3-46de-adc2-9e71ca4a85f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2601 | 2024.07.12 00:37:38.300254 [ 3 ] {5391242d-84f5-4dd0-b7e8-21d313c10233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2602 | 2024.07.12 00:37:38.300297 [ 3 ] {5391242d-84f5-4dd0-b7e8-21d313c10233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2603 | 2024.07.12 00:37:38.300448 [ 3 ] {5391242d-84f5-4dd0-b7e8-21d313c10233} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2604 | 2024.07.12 00:37:38.300978 [ 3 ] {5391242d-84f5-4dd0-b7e8-21d313c10233} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2605 | 2024.07.12 00:37:38.301013 [ 3 ] {5391242d-84f5-4dd0-b7e8-21d313c10233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2606 | 2024.07.12 00:37:38.301339 [ 3 ] {5391242d-84f5-4dd0-b7e8-21d313c10233} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2607 | 2024.07.12 00:37:38.301637 [ 3 ] {5391242d-84f5-4dd0-b7e8-21d313c10233} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2608 | 2024.07.12 00:37:38.301795 [ 3 ] {5391242d-84f5-4dd0-b7e8-21d313c10233} <Debug> executeQuery: Read 409 rows, 29.64 KiB in 0.001638 sec., 249694.7496947497 rows/sec., 17.67 MiB/sec. | ||
2609 | 2024.07.12 00:37:38.302311 [ 3 ] {5391242d-84f5-4dd0-b7e8-21d313c10233} <Debug> DynamicQueryHandler: Done processing query | ||
2610 | 2024.07.12 00:37:38.302336 [ 3 ] {5391242d-84f5-4dd0-b7e8-21d313c10233} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
2611 | 2024.07.12 00:37:38.302351 [ 3 ] {} <Debug> HTTP-Session: d17bf9c8-eac3-46de-adc2-9e71ca4a85f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2612 | 2024.07.12 00:37:38.302465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2613 | 2024.07.12 00:37:38.302513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2614 | 2024.07.12 00:37:38.302531 [ 3 ] {} <Debug> HTTP-Session: f0f3dbc6-7518-435d-917e-6303152882c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2615 | 2024.07.12 00:37:38.302547 [ 3 ] {} <Debug> HTTP-Session: f0f3dbc6-7518-435d-917e-6303152882c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2616 | 2024.07.12 00:37:38.302561 [ 3 ] {} <Debug> HTTP-Session: f0f3dbc6-7518-435d-917e-6303152882c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2617 | 2024.07.12 00:37:38.302592 [ 3 ] {} <Trace> HTTP-Session: f0f3dbc6-7518-435d-917e-6303152882c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2618 | 2024.07.12 00:37:38.302687 [ 3 ] {8a3901fa-3b36-4868-8d99-02732acdf8d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2619 | 2024.07.12 00:37:38.302733 [ 3 ] {8a3901fa-3b36-4868-8d99-02732acdf8d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2620 | 2024.07.12 00:37:38.302887 [ 3 ] {8a3901fa-3b36-4868-8d99-02732acdf8d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2621 | 2024.07.12 00:37:38.303152 [ 3 ] {8a3901fa-3b36-4868-8d99-02732acdf8d8} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2622 | 2024.07.12 00:37:38.303187 [ 3 ] {8a3901fa-3b36-4868-8d99-02732acdf8d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2623 | 2024.07.12 00:37:38.303538 [ 3 ] {8a3901fa-3b36-4868-8d99-02732acdf8d8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2624 | 2024.07.12 00:37:38.303853 [ 3 ] {8a3901fa-3b36-4868-8d99-02732acdf8d8} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2625 | 2024.07.12 00:37:38.304008 [ 3 ] {8a3901fa-3b36-4868-8d99-02732acdf8d8} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 192.97 KiB/sec. | ||
2626 | 2024.07.12 00:37:38.304277 [ 3 ] {8a3901fa-3b36-4868-8d99-02732acdf8d8} <Debug> DynamicQueryHandler: Done processing query | ||
2627 | 2024.07.12 00:37:38.304301 [ 3 ] {8a3901fa-3b36-4868-8d99-02732acdf8d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2628 | 2024.07.12 00:37:38.304317 [ 3 ] {} <Debug> HTTP-Session: f0f3dbc6-7518-435d-917e-6303152882c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2629 | 2024.07.12 00:37:38.304448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2630 | 2024.07.12 00:37:38.304496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2631 | 2024.07.12 00:37:38.304515 [ 3 ] {} <Debug> HTTP-Session: 154d9d20-3b55-4056-ae47-772d1d93bd05 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2632 | 2024.07.12 00:37:38.304531 [ 3 ] {} <Debug> HTTP-Session: 154d9d20-3b55-4056-ae47-772d1d93bd05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2633 | 2024.07.12 00:37:38.304545 [ 3 ] {} <Debug> HTTP-Session: 154d9d20-3b55-4056-ae47-772d1d93bd05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2634 | 2024.07.12 00:37:38.304575 [ 3 ] {} <Trace> HTTP-Session: 154d9d20-3b55-4056-ae47-772d1d93bd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2635 | 2024.07.12 00:37:38.304690 [ 3 ] {8d2d8871-b0b2-4879-a2af-155564454155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2636 | 2024.07.12 00:37:38.304738 [ 3 ] {8d2d8871-b0b2-4879-a2af-155564454155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2637 | 2024.07.12 00:37:38.304898 [ 3 ] {8d2d8871-b0b2-4879-a2af-155564454155} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2638 | 2024.07.12 00:37:38.305211 [ 3 ] {8d2d8871-b0b2-4879-a2af-155564454155} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2639 | 2024.07.12 00:37:38.305246 [ 3 ] {8d2d8871-b0b2-4879-a2af-155564454155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2640 | 2024.07.12 00:37:38.305601 [ 3 ] {8d2d8871-b0b2-4879-a2af-155564454155} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2641 | 2024.07.12 00:37:38.305928 [ 3 ] {8d2d8871-b0b2-4879-a2af-155564454155} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2642 | 2024.07.12 00:37:38.306076 [ 3 ] {8d2d8871-b0b2-4879-a2af-155564454155} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001429 sec., 53883.834849545136 rows/sec., 3.32 MiB/sec. | ||
2643 | 2024.07.12 00:37:38.306246 [ 3 ] {8d2d8871-b0b2-4879-a2af-155564454155} <Debug> DynamicQueryHandler: Done processing query | ||
2644 | 2024.07.12 00:37:38.306270 [ 3 ] {8d2d8871-b0b2-4879-a2af-155564454155} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2645 | 2024.07.12 00:37:38.306286 [ 3 ] {} <Debug> HTTP-Session: 154d9d20-3b55-4056-ae47-772d1d93bd05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2646 | 2024.07.12 00:37:38.306430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2647 | 2024.07.12 00:37:38.306478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2648 | 2024.07.12 00:37:38.306498 [ 3 ] {} <Debug> HTTP-Session: 9c8fd892-aa36-4ce2-b746-e48c9b9a0e42 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2649 | 2024.07.12 00:37:38.306515 [ 3 ] {} <Debug> HTTP-Session: 9c8fd892-aa36-4ce2-b746-e48c9b9a0e42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2650 | 2024.07.12 00:37:38.306529 [ 3 ] {} <Debug> HTTP-Session: 9c8fd892-aa36-4ce2-b746-e48c9b9a0e42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2651 | 2024.07.12 00:37:38.306561 [ 3 ] {} <Trace> HTTP-Session: 9c8fd892-aa36-4ce2-b746-e48c9b9a0e42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2652 | 2024.07.12 00:37:38.306722 [ 3 ] {02627ed3-64c0-4719-81b5-355302acb13f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2653 | 2024.07.12 00:37:38.306766 [ 3 ] {02627ed3-64c0-4719-81b5-355302acb13f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2654 | 2024.07.12 00:37:38.306908 [ 3 ] {02627ed3-64c0-4719-81b5-355302acb13f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2655 | 2024.07.12 00:37:38.307341 [ 3 ] {02627ed3-64c0-4719-81b5-355302acb13f} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2656 | 2024.07.12 00:37:38.307377 [ 3 ] {02627ed3-64c0-4719-81b5-355302acb13f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2657 | 2024.07.12 00:37:38.307747 [ 3 ] {02627ed3-64c0-4719-81b5-355302acb13f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2658 | 2024.07.12 00:37:38.308075 [ 3 ] {02627ed3-64c0-4719-81b5-355302acb13f} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2659 | 2024.07.12 00:37:38.308231 [ 3 ] {02627ed3-64c0-4719-81b5-355302acb13f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec. | ||
2660 | 2024.07.12 00:37:38.308763 [ 3 ] {02627ed3-64c0-4719-81b5-355302acb13f} <Debug> DynamicQueryHandler: Done processing query | ||
2661 | 2024.07.12 00:37:38.308787 [ 3 ] {02627ed3-64c0-4719-81b5-355302acb13f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2662 | 2024.07.12 00:37:38.308803 [ 3 ] {} <Debug> HTTP-Session: 9c8fd892-aa36-4ce2-b746-e48c9b9a0e42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2663 | 2024.07.12 00:37:38.308967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 43420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2664 | 2024.07.12 00:37:38.309015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2665 | 2024.07.12 00:37:38.309034 [ 3 ] {} <Debug> HTTP-Session: ea635c47-71fe-44b8-a781-b728e8e52886 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2666 | 2024.07.12 00:37:38.309051 [ 3 ] {} <Debug> HTTP-Session: ea635c47-71fe-44b8-a781-b728e8e52886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2667 | 2024.07.12 00:37:38.309064 [ 3 ] {} <Debug> HTTP-Session: ea635c47-71fe-44b8-a781-b728e8e52886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2668 | 2024.07.12 00:37:38.309096 [ 3 ] {} <Trace> HTTP-Session: ea635c47-71fe-44b8-a781-b728e8e52886 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2669 | 2024.07.12 00:37:38.309369 [ 3 ] {1655ee2d-bfe6-40e6-9624-08d63f050a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2670 | 2024.07.12 00:37:38.309443 [ 3 ] {1655ee2d-bfe6-40e6-9624-08d63f050a0c} <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 | ||
2671 | 2024.07.12 00:37:38.309867 [ 3 ] {1655ee2d-bfe6-40e6-9624-08d63f050a0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2672 | 2024.07.12 00:37:38.310450 [ 3 ] {1655ee2d-bfe6-40e6-9624-08d63f050a0c} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2673 | 2024.07.12 00:37:38.310486 [ 3 ] {1655ee2d-bfe6-40e6-9624-08d63f050a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2674 | 2024.07.12 00:37:38.311066 [ 3 ] {1655ee2d-bfe6-40e6-9624-08d63f050a0c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2675 | 2024.07.12 00:37:38.311463 [ 3 ] {1655ee2d-bfe6-40e6-9624-08d63f050a0c} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2676 | 2024.07.12 00:37:38.311597 [ 3 ] {1655ee2d-bfe6-40e6-9624-08d63f050a0c} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002419 sec., 11161.637040099215 rows/sec., 20.00 MiB/sec. | ||
2677 | 2024.07.12 00:37:38.311791 [ 3 ] {1655ee2d-bfe6-40e6-9624-08d63f050a0c} <Debug> DynamicQueryHandler: Done processing query | ||
2678 | 2024.07.12 00:37:38.311815 [ 3 ] {1655ee2d-bfe6-40e6-9624-08d63f050a0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2679 | 2024.07.12 00:37:38.311831 [ 3 ] {} <Debug> HTTP-Session: ea635c47-71fe-44b8-a781-b728e8e52886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2680 | 2024.07.12 00:37:38.311950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2681 | 2024.07.12 00:37:38.311997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2682 | 2024.07.12 00:37:38.312017 [ 3 ] {} <Debug> HTTP-Session: e3d4a2a0-328a-4a49-b0d5-e0bfb1d94f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2683 | 2024.07.12 00:37:38.312033 [ 3 ] {} <Debug> HTTP-Session: e3d4a2a0-328a-4a49-b0d5-e0bfb1d94f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2684 | 2024.07.12 00:37:38.312048 [ 3 ] {} <Debug> HTTP-Session: e3d4a2a0-328a-4a49-b0d5-e0bfb1d94f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2685 | 2024.07.12 00:37:38.312080 [ 3 ] {} <Trace> HTTP-Session: e3d4a2a0-328a-4a49-b0d5-e0bfb1d94f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2686 | 2024.07.12 00:37:38.312182 [ 3 ] {a04475a7-575e-4408-a3e1-8f7d156bd77c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2687 | 2024.07.12 00:37:38.312226 [ 3 ] {a04475a7-575e-4408-a3e1-8f7d156bd77c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2688 | 2024.07.12 00:37:38.312352 [ 3 ] {a04475a7-575e-4408-a3e1-8f7d156bd77c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2689 | 2024.07.12 00:37:38.312622 [ 3 ] {a04475a7-575e-4408-a3e1-8f7d156bd77c} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2690 | 2024.07.12 00:37:38.312657 [ 3 ] {a04475a7-575e-4408-a3e1-8f7d156bd77c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2691 | 2024.07.12 00:37:38.313006 [ 3 ] {a04475a7-575e-4408-a3e1-8f7d156bd77c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2692 | 2024.07.12 00:37:38.313328 [ 3 ] {a04475a7-575e-4408-a3e1-8f7d156bd77c} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2693 | 2024.07.12 00:37:38.313462 [ 3 ] {a04475a7-575e-4408-a3e1-8f7d156bd77c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00131 sec., 17557.251908396946 rows/sec., 949.73 KiB/sec. | ||
2694 | 2024.07.12 00:37:38.313721 [ 3 ] {a04475a7-575e-4408-a3e1-8f7d156bd77c} <Debug> DynamicQueryHandler: Done processing query | ||
2695 | 2024.07.12 00:37:38.313745 [ 3 ] {a04475a7-575e-4408-a3e1-8f7d156bd77c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2696 | 2024.07.12 00:37:38.313762 [ 3 ] {} <Debug> HTTP-Session: e3d4a2a0-328a-4a49-b0d5-e0bfb1d94f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2697 | 2024.07.12 00:37:38.313873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2698 | 2024.07.12 00:37:38.313923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2699 | 2024.07.12 00:37:38.313943 [ 3 ] {} <Debug> HTTP-Session: 0d019599-9676-4e3c-8e9f-0915e909f96f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2700 | 2024.07.12 00:37:38.313960 [ 3 ] {} <Debug> HTTP-Session: 0d019599-9676-4e3c-8e9f-0915e909f96f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2701 | 2024.07.12 00:37:38.313974 [ 3 ] {} <Debug> HTTP-Session: 0d019599-9676-4e3c-8e9f-0915e909f96f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2702 | 2024.07.12 00:37:38.314005 [ 3 ] {} <Trace> HTTP-Session: 0d019599-9676-4e3c-8e9f-0915e909f96f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2703 | 2024.07.12 00:37:38.314117 [ 3 ] {90f73377-49c4-4152-8d2d-b24430f1a2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2704 | 2024.07.12 00:37:38.314163 [ 3 ] {90f73377-49c4-4152-8d2d-b24430f1a2d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2705 | 2024.07.12 00:37:38.314309 [ 3 ] {90f73377-49c4-4152-8d2d-b24430f1a2d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2706 | 2024.07.12 00:37:38.314582 [ 3 ] {90f73377-49c4-4152-8d2d-b24430f1a2d4} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2707 | 2024.07.12 00:37:38.314617 [ 3 ] {90f73377-49c4-4152-8d2d-b24430f1a2d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2708 | 2024.07.12 00:37:38.314967 [ 3 ] {90f73377-49c4-4152-8d2d-b24430f1a2d4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2709 | 2024.07.12 00:37:38.315279 [ 3 ] {90f73377-49c4-4152-8d2d-b24430f1a2d4} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2710 | 2024.07.12 00:37:38.315416 [ 3 ] {90f73377-49c4-4152-8d2d-b24430f1a2d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec. | ||
2711 | 2024.07.12 00:37:38.315965 [ 3 ] {90f73377-49c4-4152-8d2d-b24430f1a2d4} <Debug> DynamicQueryHandler: Done processing query | ||
2712 | 2024.07.12 00:37:38.315988 [ 3 ] {90f73377-49c4-4152-8d2d-b24430f1a2d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2713 | 2024.07.12 00:37:38.316004 [ 3 ] {} <Debug> HTTP-Session: 0d019599-9676-4e3c-8e9f-0915e909f96f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2714 | 2024.07.12 00:37:43.289234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2715 | 2024.07.12 00:37:43.289371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2716 | 2024.07.12 00:37:43.289399 [ 3 ] {} <Debug> HTTP-Session: d1a5d151-ae5e-4ab2-b259-f34ca42bc6af Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2717 | 2024.07.12 00:37:43.289429 [ 3 ] {} <Debug> HTTP-Session: d1a5d151-ae5e-4ab2-b259-f34ca42bc6af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2718 | 2024.07.12 00:37:43.289447 [ 3 ] {} <Debug> HTTP-Session: d1a5d151-ae5e-4ab2-b259-f34ca42bc6af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2719 | 2024.07.12 00:37:43.289501 [ 3 ] {} <Trace> HTTP-Session: d1a5d151-ae5e-4ab2-b259-f34ca42bc6af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2720 | 2024.07.12 00:37:43.289717 [ 3 ] {3c86890a-66b6-4cbe-b88c-d880f4a54ab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2721 | 2024.07.12 00:37:43.289795 [ 3 ] {3c86890a-66b6-4cbe-b88c-d880f4a54ab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2722 | 2024.07.12 00:37:43.290026 [ 3 ] {3c86890a-66b6-4cbe-b88c-d880f4a54ab6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2723 | 2024.07.12 00:37:43.290588 [ 3 ] {3c86890a-66b6-4cbe-b88c-d880f4a54ab6} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2724 | 2024.07.12 00:37:43.290635 [ 3 ] {3c86890a-66b6-4cbe-b88c-d880f4a54ab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2725 | 2024.07.12 00:37:43.291055 [ 3 ] {3c86890a-66b6-4cbe-b88c-d880f4a54ab6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2726 | 2024.07.12 00:37:43.291441 [ 3 ] {3c86890a-66b6-4cbe-b88c-d880f4a54ab6} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2727 | 2024.07.12 00:37:43.291638 [ 3 ] {3c86890a-66b6-4cbe-b88c-d880f4a54ab6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001993 sec., 28098.344204716508 rows/sec., 2.15 MiB/sec. | ||
2728 | 2024.07.12 00:37:43.291929 [ 3 ] {3c86890a-66b6-4cbe-b88c-d880f4a54ab6} <Debug> DynamicQueryHandler: Done processing query | ||
2729 | 2024.07.12 00:37:43.291962 [ 3 ] {3c86890a-66b6-4cbe-b88c-d880f4a54ab6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2730 | 2024.07.12 00:37:43.291984 [ 3 ] {} <Debug> HTTP-Session: d1a5d151-ae5e-4ab2-b259-f34ca42bc6af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2731 | 2024.07.12 00:37:43.292143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2732 | 2024.07.12 00:37:43.292207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2733 | 2024.07.12 00:37:43.292233 [ 3 ] {} <Debug> HTTP-Session: 067b7505-398b-4025-97da-b8505a77cbce Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2734 | 2024.07.12 00:37:43.292257 [ 3 ] {} <Debug> HTTP-Session: 067b7505-398b-4025-97da-b8505a77cbce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2735 | 2024.07.12 00:37:43.292276 [ 3 ] {} <Debug> HTTP-Session: 067b7505-398b-4025-97da-b8505a77cbce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2736 | 2024.07.12 00:37:43.292321 [ 3 ] {} <Trace> HTTP-Session: 067b7505-398b-4025-97da-b8505a77cbce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2737 | 2024.07.12 00:37:43.292468 [ 3 ] {74bc9c00-89a0-43dd-a2f7-101c5940766c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2738 | 2024.07.12 00:37:43.292521 [ 3 ] {74bc9c00-89a0-43dd-a2f7-101c5940766c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2739 | 2024.07.12 00:37:43.292692 [ 3 ] {74bc9c00-89a0-43dd-a2f7-101c5940766c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2740 | 2024.07.12 00:37:43.293163 [ 3 ] {74bc9c00-89a0-43dd-a2f7-101c5940766c} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2741 | 2024.07.12 00:37:43.293207 [ 3 ] {74bc9c00-89a0-43dd-a2f7-101c5940766c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2742 | 2024.07.12 00:37:43.293600 [ 3 ] {74bc9c00-89a0-43dd-a2f7-101c5940766c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2743 | 2024.07.12 00:37:43.293935 [ 3 ] {74bc9c00-89a0-43dd-a2f7-101c5940766c} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2744 | 2024.07.12 00:37:43.294155 [ 3 ] {74bc9c00-89a0-43dd-a2f7-101c5940766c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001735 sec., 36887.608069164264 rows/sec., 2.88 MiB/sec. | ||
2745 | 2024.07.12 00:37:43.294475 [ 3 ] {74bc9c00-89a0-43dd-a2f7-101c5940766c} <Debug> DynamicQueryHandler: Done processing query | ||
2746 | 2024.07.12 00:37:43.294501 [ 3 ] {74bc9c00-89a0-43dd-a2f7-101c5940766c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2747 | 2024.07.12 00:37:43.294518 [ 3 ] {} <Debug> HTTP-Session: 067b7505-398b-4025-97da-b8505a77cbce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2748 | 2024.07.12 00:37:43.294701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2749 | 2024.07.12 00:37:43.294754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2750 | 2024.07.12 00:37:43.294774 [ 3 ] {} <Debug> HTTP-Session: cf255716-9769-4b4c-9090-cdfd797bbe16 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2751 | 2024.07.12 00:37:43.294792 [ 3 ] {} <Debug> HTTP-Session: cf255716-9769-4b4c-9090-cdfd797bbe16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2752 | 2024.07.12 00:37:43.294807 [ 3 ] {} <Debug> HTTP-Session: cf255716-9769-4b4c-9090-cdfd797bbe16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2753 | 2024.07.12 00:37:43.294841 [ 3 ] {} <Trace> HTTP-Session: cf255716-9769-4b4c-9090-cdfd797bbe16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2754 | 2024.07.12 00:37:43.295007 [ 3 ] {460c1fb9-4a7f-4ce3-b69a-3c4c1fb64d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2755 | 2024.07.12 00:37:43.295060 [ 3 ] {460c1fb9-4a7f-4ce3-b69a-3c4c1fb64d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2756 | 2024.07.12 00:37:43.295233 [ 3 ] {460c1fb9-4a7f-4ce3-b69a-3c4c1fb64d36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2757 | 2024.07.12 00:37:43.295673 [ 3 ] {460c1fb9-4a7f-4ce3-b69a-3c4c1fb64d36} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2758 | 2024.07.12 00:37:43.295711 [ 3 ] {460c1fb9-4a7f-4ce3-b69a-3c4c1fb64d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2759 | 2024.07.12 00:37:43.296115 [ 3 ] {460c1fb9-4a7f-4ce3-b69a-3c4c1fb64d36} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2760 | 2024.07.12 00:37:43.296476 [ 3 ] {460c1fb9-4a7f-4ce3-b69a-3c4c1fb64d36} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2761 | 2024.07.12 00:37:43.296644 [ 3 ] {460c1fb9-4a7f-4ce3-b69a-3c4c1fb64d36} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001705 sec., 93841.642228739 rows/sec., 6.54 MiB/sec. | ||
2762 | 2024.07.12 00:37:43.296828 [ 3 ] {460c1fb9-4a7f-4ce3-b69a-3c4c1fb64d36} <Debug> DynamicQueryHandler: Done processing query | ||
2763 | 2024.07.12 00:37:43.296853 [ 3 ] {460c1fb9-4a7f-4ce3-b69a-3c4c1fb64d36} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2764 | 2024.07.12 00:37:43.296869 [ 3 ] {} <Debug> HTTP-Session: cf255716-9769-4b4c-9090-cdfd797bbe16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2765 | 2024.07.12 00:37:43.297001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2766 | 2024.07.12 00:37:43.297053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2767 | 2024.07.12 00:37:43.297072 [ 3 ] {} <Debug> HTTP-Session: b7806a62-c48f-4e07-a990-afcc3f83d40f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2768 | 2024.07.12 00:37:43.297090 [ 3 ] {} <Debug> HTTP-Session: b7806a62-c48f-4e07-a990-afcc3f83d40f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2769 | 2024.07.12 00:37:43.297104 [ 3 ] {} <Debug> HTTP-Session: b7806a62-c48f-4e07-a990-afcc3f83d40f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2770 | 2024.07.12 00:37:43.297137 [ 3 ] {} <Trace> HTTP-Session: b7806a62-c48f-4e07-a990-afcc3f83d40f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2771 | 2024.07.12 00:37:43.297283 [ 3 ] {7b875a47-30f6-4293-8471-ac67299d50c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2772 | 2024.07.12 00:37:43.297335 [ 3 ] {7b875a47-30f6-4293-8471-ac67299d50c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2773 | 2024.07.12 00:37:43.297464 [ 3 ] {7b875a47-30f6-4293-8471-ac67299d50c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2774 | 2024.07.12 00:37:43.297783 [ 3 ] {7b875a47-30f6-4293-8471-ac67299d50c7} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2775 | 2024.07.12 00:37:43.297819 [ 3 ] {7b875a47-30f6-4293-8471-ac67299d50c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2776 | 2024.07.12 00:37:43.298190 [ 3 ] {7b875a47-30f6-4293-8471-ac67299d50c7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2777 | 2024.07.12 00:37:43.298566 [ 3 ] {7b875a47-30f6-4293-8471-ac67299d50c7} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2778 | 2024.07.12 00:37:43.298727 [ 3 ] {7b875a47-30f6-4293-8471-ac67299d50c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. | ||
2779 | 2024.07.12 00:37:43.298899 [ 3 ] {7b875a47-30f6-4293-8471-ac67299d50c7} <Debug> DynamicQueryHandler: Done processing query | ||
2780 | 2024.07.12 00:37:43.298928 [ 3 ] {7b875a47-30f6-4293-8471-ac67299d50c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2781 | 2024.07.12 00:37:43.298952 [ 3 ] {} <Debug> HTTP-Session: b7806a62-c48f-4e07-a990-afcc3f83d40f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2782 | 2024.07.12 00:37:48.295181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 4631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2783 | 2024.07.12 00:37:48.295324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2784 | 2024.07.12 00:37:48.295353 [ 3 ] {} <Debug> HTTP-Session: 2a1df213-5fb0-444d-87b2-f752cef0bbaa Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2785 | 2024.07.12 00:37:48.295380 [ 3 ] {} <Debug> HTTP-Session: 2a1df213-5fb0-444d-87b2-f752cef0bbaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2786 | 2024.07.12 00:37:48.295398 [ 3 ] {} <Debug> HTTP-Session: 2a1df213-5fb0-444d-87b2-f752cef0bbaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2787 | 2024.07.12 00:37:48.295456 [ 3 ] {} <Trace> HTTP-Session: 2a1df213-5fb0-444d-87b2-f752cef0bbaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2788 | 2024.07.12 00:37:48.295666 [ 3 ] {9889b44f-ada7-4db2-b4d6-830267beaccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2789 | 2024.07.12 00:37:48.295740 [ 3 ] {9889b44f-ada7-4db2-b4d6-830267beaccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2790 | 2024.07.12 00:37:48.295955 [ 3 ] {9889b44f-ada7-4db2-b4d6-830267beaccf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2791 | 2024.07.12 00:37:48.296443 [ 3 ] {9889b44f-ada7-4db2-b4d6-830267beaccf} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2792 | 2024.07.12 00:37:48.296483 [ 3 ] {9889b44f-ada7-4db2-b4d6-830267beaccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2793 | 2024.07.12 00:37:48.296847 [ 3 ] {9889b44f-ada7-4db2-b4d6-830267beaccf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2794 | 2024.07.12 00:37:48.297173 [ 3 ] {9889b44f-ada7-4db2-b4d6-830267beaccf} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2795 | 2024.07.12 00:37:48.297320 [ 3 ] {9889b44f-ada7-4db2-b4d6-830267beaccf} <Debug> executeQuery: Read 33 rows, 2.53 KiB in 0.001723 sec., 19152.640742890308 rows/sec., 1.43 MiB/sec. | ||
2796 | 2024.07.12 00:37:48.297649 [ 3 ] {9889b44f-ada7-4db2-b4d6-830267beaccf} <Debug> DynamicQueryHandler: Done processing query | ||
2797 | 2024.07.12 00:37:48.297676 [ 3 ] {9889b44f-ada7-4db2-b4d6-830267beaccf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2798 | 2024.07.12 00:37:48.297692 [ 3 ] {} <Debug> HTTP-Session: 2a1df213-5fb0-444d-87b2-f752cef0bbaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2799 | 2024.07.12 00:37:48.297954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 36572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2800 | 2024.07.12 00:37:48.298005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2801 | 2024.07.12 00:37:48.298025 [ 3 ] {} <Debug> HTTP-Session: d24c6ba0-c034-46c4-a3e0-2a57ba5a1752 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2802 | 2024.07.12 00:37:48.298041 [ 3 ] {} <Debug> HTTP-Session: d24c6ba0-c034-46c4-a3e0-2a57ba5a1752 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2803 | 2024.07.12 00:37:48.298055 [ 3 ] {} <Debug> HTTP-Session: d24c6ba0-c034-46c4-a3e0-2a57ba5a1752 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2804 | 2024.07.12 00:37:48.298087 [ 3 ] {} <Trace> HTTP-Session: d24c6ba0-c034-46c4-a3e0-2a57ba5a1752 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2805 | 2024.07.12 00:37:48.298254 [ 3 ] {a5034a41-5979-4782-bac1-5563f6b5fb66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2806 | 2024.07.12 00:37:48.298300 [ 3 ] {a5034a41-5979-4782-bac1-5563f6b5fb66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2807 | 2024.07.12 00:37:48.298446 [ 3 ] {a5034a41-5979-4782-bac1-5563f6b5fb66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2808 | 2024.07.12 00:37:48.298940 [ 3 ] {a5034a41-5979-4782-bac1-5563f6b5fb66} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2809 | 2024.07.12 00:37:48.298976 [ 3 ] {a5034a41-5979-4782-bac1-5563f6b5fb66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2810 | 2024.07.12 00:37:48.299358 [ 3 ] {a5034a41-5979-4782-bac1-5563f6b5fb66} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2811 | 2024.07.12 00:37:48.299698 [ 3 ] {a5034a41-5979-4782-bac1-5563f6b5fb66} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2812 | 2024.07.12 00:37:48.299824 [ 3 ] {a5034a41-5979-4782-bac1-5563f6b5fb66} <Debug> executeQuery: Read 242 rows, 21.84 KiB in 0.001654 sec., 146311.97097944375 rows/sec., 12.89 MiB/sec. | ||
2813 | 2024.07.12 00:37:48.299883 [ 54 ] {} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2814 | 2024.07.12 00:37:48.299980 [ 54 ] {} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2815 | 2024.07.12 00:37:48.300012 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2816 | 2024.07.12 00:37:48.300089 [ 3 ] {a5034a41-5979-4782-bac1-5563f6b5fb66} <Debug> DynamicQueryHandler: Done processing query | ||
2817 | 2024.07.12 00:37:48.300128 [ 3 ] {a5034a41-5979-4782-bac1-5563f6b5fb66} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
2818 | 2024.07.12 00:37:48.300165 [ 3 ] {} <Debug> HTTP-Session: d24c6ba0-c034-46c4-a3e0-2a57ba5a1752 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2819 | 2024.07.12 00:37:48.300206 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::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 | ||
2820 | 2024.07.12 00:37:48.300333 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2821 | 2024.07.12 00:37:48.300368 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
2822 | 2024.07.12 00:37:48.300483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2823 | 2024.07.12 00:37:48.300502 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 242 rows starting from the beginning of the part | ||
2824 | 2024.07.12 00:37:48.300602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2825 | 2024.07.12 00:37:48.300721 [ 3 ] {} <Debug> HTTP-Session: 3a8034b6-3495-47d7-af74-1ac12d9adbfa Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2826 | 2024.07.12 00:37:48.300830 [ 3 ] {} <Debug> HTTP-Session: 3a8034b6-3495-47d7-af74-1ac12d9adbfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2827 | 2024.07.12 00:37:48.300900 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 92 rows starting from the beginning of the part | ||
2828 | 2024.07.12 00:37:48.300933 [ 3 ] {} <Debug> HTTP-Session: 3a8034b6-3495-47d7-af74-1ac12d9adbfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2829 | 2024.07.12 00:37:48.301059 [ 3 ] {} <Trace> HTTP-Session: 3a8034b6-3495-47d7-af74-1ac12d9adbfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2830 | 2024.07.12 00:37:48.301190 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part | ||
2831 | 2024.07.12 00:37:48.301455 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
2832 | 2024.07.12 00:37:48.301517 [ 3 ] {a8c5f6dc-c5a1-4057-b353-2af9abe9265f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2833 | 2024.07.12 00:37:48.301669 [ 3 ] {a8c5f6dc-c5a1-4057-b353-2af9abe9265f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2834 | 2024.07.12 00:37:48.301735 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 242 rows starting from the beginning of the part | ||
2835 | 2024.07.12 00:37:48.302364 [ 3 ] {a8c5f6dc-c5a1-4057-b353-2af9abe9265f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2836 | 2024.07.12 00:37:48.303105 [ 3 ] {a8c5f6dc-c5a1-4057-b353-2af9abe9265f} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2837 | 2024.07.12 00:37:48.303153 [ 3 ] {a8c5f6dc-c5a1-4057-b353-2af9abe9265f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2838 | 2024.07.12 00:37:48.303709 [ 3 ] {a8c5f6dc-c5a1-4057-b353-2af9abe9265f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2839 | 2024.07.12 00:37:48.303777 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1116 rows, containing 4 columns (4 merged, 0 gathered) in 0.003658887 sec., 305010.7860669105 rows/sec., 26.39 MiB/sec. | ||
2840 | 2024.07.12 00:37:48.304173 [ 197 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2841 | 2024.07.12 00:37:48.304245 [ 3 ] {a8c5f6dc-c5a1-4057-b353-2af9abe9265f} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2842 | 2024.07.12 00:37:48.304539 [ 54 ] {} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2843 | 2024.07.12 00:37:48.304596 [ 3 ] {a8c5f6dc-c5a1-4057-b353-2af9abe9265f} <Debug> executeQuery: Read 409 rows, 29.64 KiB in 0.0033 sec., 123939.39393939394 rows/sec., 8.77 MiB/sec. | ||
2844 | 2024.07.12 00:37:48.304620 [ 54 ] {} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2845 | 2024.07.12 00:37:48.304703 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2846 | 2024.07.12 00:37:48.305371 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
2847 | 2024.07.12 00:37:48.305816 [ 3 ] {a8c5f6dc-c5a1-4057-b353-2af9abe9265f} <Debug> DynamicQueryHandler: Done processing query | ||
2848 | 2024.07.12 00:37:48.305909 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2849 | 2024.07.12 00:37:48.305916 [ 3 ] {a8c5f6dc-c5a1-4057-b353-2af9abe9265f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
2850 | 2024.07.12 00:37:48.306001 [ 3 ] {} <Debug> HTTP-Session: 3a8034b6-3495-47d7-af74-1ac12d9adbfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2851 | 2024.07.12 00:37:48.306007 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 424 rows starting from the beginning of the part | ||
2852 | 2024.07.12 00:37:48.306128 [ 197 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_11_2} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2853 | 2024.07.12 00:37:48.306386 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 409 rows starting from the beginning of the part | ||
2854 | 2024.07.12 00:37:48.306426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2855 | 2024.07.12 00:37:48.306640 [ 197 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_11_2} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2856 | 2024.07.12 00:37:48.306690 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 88 rows starting from the beginning of the part | ||
2857 | 2024.07.12 00:37:48.306990 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 409 rows starting from the beginning of the part | ||
2858 | 2024.07.12 00:37:48.307188 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
2859 | 2024.07.12 00:37:48.307223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2860 | 2024.07.12 00:37:48.307347 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
2861 | 2024.07.12 00:37:48.307400 [ 3 ] {} <Debug> HTTP-Session: a6704bac-511e-45c2-a3f5-d13a32620c1c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2862 | 2024.07.12 00:37:48.307492 [ 3 ] {} <Debug> HTTP-Session: a6704bac-511e-45c2-a3f5-d13a32620c1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2863 | 2024.07.12 00:37:48.307590 [ 3 ] {} <Debug> HTTP-Session: a6704bac-511e-45c2-a3f5-d13a32620c1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2864 | 2024.07.12 00:37:48.307607 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 409 rows starting from the beginning of the part | ||
2865 | 2024.07.12 00:37:48.307764 [ 3 ] {} <Trace> HTTP-Session: a6704bac-511e-45c2-a3f5-d13a32620c1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2866 | 2024.07.12 00:37:48.308144 [ 3 ] {44e23f82-f9a5-4ecd-91c7-60c5072903d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2867 | 2024.07.12 00:37:48.308206 [ 3 ] {44e23f82-f9a5-4ecd-91c7-60c5072903d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2868 | 2024.07.12 00:37:48.308693 [ 3 ] {44e23f82-f9a5-4ecd-91c7-60c5072903d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2869 | 2024.07.12 00:37:48.309434 [ 3 ] {44e23f82-f9a5-4ecd-91c7-60c5072903d1} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2870 | 2024.07.12 00:37:48.309511 [ 3 ] {44e23f82-f9a5-4ecd-91c7-60c5072903d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2871 | 2024.07.12 00:37:48.310291 [ 3 ] {44e23f82-f9a5-4ecd-91c7-60c5072903d1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2872 | 2024.07.12 00:37:48.310885 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1803 rows, containing 4 columns (4 merged, 0 gathered) in 0.006011313 sec., 299934.47355012124 rows/sec., 21.42 MiB/sec. | ||
2873 | 2024.07.12 00:37:48.311104 [ 3 ] {44e23f82-f9a5-4ecd-91c7-60c5072903d1} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2874 | 2024.07.12 00:37:48.311136 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2875 | 2024.07.12 00:37:48.311452 [ 3 ] {44e23f82-f9a5-4ecd-91c7-60c5072903d1} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003356 sec., 1787.8426698450537 rows/sec., 76.82 KiB/sec. | ||
2876 | 2024.07.12 00:37:48.312121 [ 3 ] {44e23f82-f9a5-4ecd-91c7-60c5072903d1} <Debug> DynamicQueryHandler: Done processing query | ||
2877 | 2024.07.12 00:37:48.312160 [ 3 ] {44e23f82-f9a5-4ecd-91c7-60c5072903d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2878 | 2024.07.12 00:37:48.312194 [ 3 ] {} <Debug> HTTP-Session: a6704bac-511e-45c2-a3f5-d13a32620c1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2879 | 2024.07.12 00:37:48.312286 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_11_2} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2880 | 2024.07.12 00:37:48.312373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2881 | 2024.07.12 00:37:48.312420 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_11_2} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2882 | 2024.07.12 00:37:48.312453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2883 | 2024.07.12 00:37:48.312511 [ 3 ] {} <Debug> HTTP-Session: 460636c7-ffac-4d8b-b082-c534695e2789 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2884 | 2024.07.12 00:37:48.312566 [ 3 ] {} <Debug> HTTP-Session: 460636c7-ffac-4d8b-b082-c534695e2789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2885 | 2024.07.12 00:37:48.312574 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
2886 | 2024.07.12 00:37:48.312594 [ 3 ] {} <Debug> HTTP-Session: 460636c7-ffac-4d8b-b082-c534695e2789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2887 | 2024.07.12 00:37:48.312652 [ 3 ] {} <Trace> HTTP-Session: 460636c7-ffac-4d8b-b082-c534695e2789 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2888 | 2024.07.12 00:37:48.312791 [ 3 ] {f046a350-e318-4993-a6ff-d371b57deaf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2889 | 2024.07.12 00:37:48.312839 [ 3 ] {f046a350-e318-4993-a6ff-d371b57deaf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2890 | 2024.07.12 00:37:48.313008 [ 3 ] {f046a350-e318-4993-a6ff-d371b57deaf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2891 | 2024.07.12 00:37:48.313349 [ 3 ] {f046a350-e318-4993-a6ff-d371b57deaf6} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2892 | 2024.07.12 00:37:48.313385 [ 3 ] {f046a350-e318-4993-a6ff-d371b57deaf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2893 | 2024.07.12 00:37:48.313765 [ 3 ] {f046a350-e318-4993-a6ff-d371b57deaf6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2894 | 2024.07.12 00:37:48.314106 [ 3 ] {f046a350-e318-4993-a6ff-d371b57deaf6} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2895 | 2024.07.12 00:37:48.314282 [ 3 ] {f046a350-e318-4993-a6ff-d371b57deaf6} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001538 sec., 50065.01950585175 rows/sec., 3.08 MiB/sec. | ||
2896 | 2024.07.12 00:37:48.314610 [ 3 ] {f046a350-e318-4993-a6ff-d371b57deaf6} <Debug> DynamicQueryHandler: Done processing query | ||
2897 | 2024.07.12 00:37:48.314634 [ 3 ] {f046a350-e318-4993-a6ff-d371b57deaf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2898 | 2024.07.12 00:37:48.314651 [ 3 ] {} <Debug> HTTP-Session: 460636c7-ffac-4d8b-b082-c534695e2789 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2899 | 2024.07.12 00:37:48.314815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2900 | 2024.07.12 00:37:48.314865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2901 | 2024.07.12 00:37:48.314886 [ 3 ] {} <Debug> HTTP-Session: 3c620b05-7910-4666-9861-87de1ce657ef Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2902 | 2024.07.12 00:37:48.314902 [ 3 ] {} <Debug> HTTP-Session: 3c620b05-7910-4666-9861-87de1ce657ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2903 | 2024.07.12 00:37:48.314917 [ 3 ] {} <Debug> HTTP-Session: 3c620b05-7910-4666-9861-87de1ce657ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2904 | 2024.07.12 00:37:48.314947 [ 3 ] {} <Trace> HTTP-Session: 3c620b05-7910-4666-9861-87de1ce657ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2905 | 2024.07.12 00:37:48.315148 [ 3 ] {f0fda0df-d897-485c-98ce-dc0dc2a34aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2906 | 2024.07.12 00:37:48.315197 [ 3 ] {f0fda0df-d897-485c-98ce-dc0dc2a34aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2907 | 2024.07.12 00:37:48.315375 [ 3 ] {f0fda0df-d897-485c-98ce-dc0dc2a34aed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2908 | 2024.07.12 00:37:48.315772 [ 3 ] {f0fda0df-d897-485c-98ce-dc0dc2a34aed} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2909 | 2024.07.12 00:37:48.315809 [ 3 ] {f0fda0df-d897-485c-98ce-dc0dc2a34aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2910 | 2024.07.12 00:37:48.316184 [ 3 ] {f0fda0df-d897-485c-98ce-dc0dc2a34aed} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2911 | 2024.07.12 00:37:48.316541 [ 3 ] {f0fda0df-d897-485c-98ce-dc0dc2a34aed} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2912 | 2024.07.12 00:37:48.316692 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2913 | 2024.07.12 00:37:48.316709 [ 3 ] {f0fda0df-d897-485c-98ce-dc0dc2a34aed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001677 sec., 95408.46750149076 rows/sec., 6.65 MiB/sec. | ||
2914 | 2024.07.12 00:37:48.316743 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2915 | 2024.07.12 00:37:48.316809 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2916 | 2024.07.12 00:37:48.317017 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
2917 | 2024.07.12 00:37:48.317037 [ 3 ] {f0fda0df-d897-485c-98ce-dc0dc2a34aed} <Debug> DynamicQueryHandler: Done processing query | ||
2918 | 2024.07.12 00:37:48.317089 [ 3 ] {f0fda0df-d897-485c-98ce-dc0dc2a34aed} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2919 | 2024.07.12 00:37:48.317110 [ 3 ] {} <Debug> HTTP-Session: 3c620b05-7910-4666-9861-87de1ce657ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2920 | 2024.07.12 00:37:48.317250 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2921 | 2024.07.12 00:37:48.317318 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 784 rows starting from the beginning of the part | ||
2922 | 2024.07.12 00:37:48.317344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 43498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2923 | 2024.07.12 00:37:48.317479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2924 | 2024.07.12 00:37:48.317603 [ 3 ] {} <Debug> HTTP-Session: 6aae1ea9-581f-42e2-9f26-94ccfd6abd35 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2925 | 2024.07.12 00:37:48.317640 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
2926 | 2024.07.12 00:37:48.317675 [ 3 ] {} <Debug> HTTP-Session: 6aae1ea9-581f-42e2-9f26-94ccfd6abd35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2927 | 2024.07.12 00:37:48.317751 [ 3 ] {} <Debug> HTTP-Session: 6aae1ea9-581f-42e2-9f26-94ccfd6abd35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2928 | 2024.07.12 00:37:48.317957 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 376 rows starting from the beginning of the part | ||
2929 | 2024.07.12 00:37:48.317968 [ 3 ] {} <Trace> HTTP-Session: 6aae1ea9-581f-42e2-9f26-94ccfd6abd35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2930 | 2024.07.12 00:37:48.318219 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
2931 | 2024.07.12 00:37:48.318356 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
2932 | 2024.07.12 00:37:48.318498 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
2933 | 2024.07.12 00:37:48.318880 [ 3 ] {a140bb1f-ae0b-4f29-aa88-4fb8c22e6dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2934 | 2024.07.12 00:37:48.319066 [ 3 ] {a140bb1f-ae0b-4f29-aa88-4fb8c22e6dee} <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 | ||
2935 | 2024.07.12 00:37:48.321158 [ 3 ] {a140bb1f-ae0b-4f29-aa88-4fb8c22e6dee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2936 | 2024.07.12 00:37:48.322014 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1800 rows, containing 5 columns (5 merged, 0 gathered) in 0.005090478 sec., 353601.37103038264 rows/sec., 24.66 MiB/sec. | ||
2937 | 2024.07.12 00:37:48.322376 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2938 | 2024.07.12 00:37:48.322720 [ 3 ] {a140bb1f-ae0b-4f29-aa88-4fb8c22e6dee} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2939 | 2024.07.12 00:37:48.322784 [ 3 ] {a140bb1f-ae0b-4f29-aa88-4fb8c22e6dee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2940 | 2024.07.12 00:37:48.323645 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2941 | 2024.07.12 00:37:48.323893 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2942 | 2024.07.12 00:37:48.324134 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
2943 | 2024.07.12 00:37:48.324414 [ 3 ] {a140bb1f-ae0b-4f29-aa88-4fb8c22e6dee} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2944 | 2024.07.12 00:37:48.324849 [ 3 ] {a140bb1f-ae0b-4f29-aa88-4fb8c22e6dee} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2945 | 2024.07.12 00:37:48.325058 [ 3 ] {a140bb1f-ae0b-4f29-aa88-4fb8c22e6dee} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.006828 sec., 3954.3057996485063 rows/sec., 7.09 MiB/sec. | ||
2946 | 2024.07.12 00:37:48.325317 [ 3 ] {a140bb1f-ae0b-4f29-aa88-4fb8c22e6dee} <Debug> DynamicQueryHandler: Done processing query | ||
2947 | 2024.07.12 00:37:48.325342 [ 3 ] {a140bb1f-ae0b-4f29-aa88-4fb8c22e6dee} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2948 | 2024.07.12 00:37:48.325359 [ 3 ] {} <Debug> HTTP-Session: 6aae1ea9-581f-42e2-9f26-94ccfd6abd35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2949 | 2024.07.12 00:37:48.325487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2950 | 2024.07.12 00:37:48.325538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2951 | 2024.07.12 00:37:48.325557 [ 3 ] {} <Debug> HTTP-Session: 61b72ecd-6166-4bfe-9cb9-eab96c76bd66 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2952 | 2024.07.12 00:37:48.325574 [ 3 ] {} <Debug> HTTP-Session: 61b72ecd-6166-4bfe-9cb9-eab96c76bd66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2953 | 2024.07.12 00:37:48.325588 [ 3 ] {} <Debug> HTTP-Session: 61b72ecd-6166-4bfe-9cb9-eab96c76bd66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2954 | 2024.07.12 00:37:48.325620 [ 3 ] {} <Trace> HTTP-Session: 61b72ecd-6166-4bfe-9cb9-eab96c76bd66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2955 | 2024.07.12 00:37:48.325728 [ 3 ] {7ccf5da6-9584-4847-ac55-5b1e0db3d0bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2956 | 2024.07.12 00:37:48.325773 [ 3 ] {7ccf5da6-9584-4847-ac55-5b1e0db3d0bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2957 | 2024.07.12 00:37:48.325906 [ 3 ] {7ccf5da6-9584-4847-ac55-5b1e0db3d0bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2958 | 2024.07.12 00:37:48.326194 [ 3 ] {7ccf5da6-9584-4847-ac55-5b1e0db3d0bb} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2959 | 2024.07.12 00:37:48.326231 [ 3 ] {7ccf5da6-9584-4847-ac55-5b1e0db3d0bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2960 | 2024.07.12 00:37:48.326589 [ 3 ] {7ccf5da6-9584-4847-ac55-5b1e0db3d0bb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2961 | 2024.07.12 00:37:48.326913 [ 3 ] {7ccf5da6-9584-4847-ac55-5b1e0db3d0bb} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2962 | 2024.07.12 00:37:48.327082 [ 3 ] {7ccf5da6-9584-4847-ac55-5b1e0db3d0bb} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001387 sec., 16582.55227108868 rows/sec., 897.00 KiB/sec. | ||
2963 | 2024.07.12 00:37:48.327418 [ 3 ] {7ccf5da6-9584-4847-ac55-5b1e0db3d0bb} <Debug> DynamicQueryHandler: Done processing query | ||
2964 | 2024.07.12 00:37:48.327443 [ 3 ] {7ccf5da6-9584-4847-ac55-5b1e0db3d0bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2965 | 2024.07.12 00:37:48.327460 [ 3 ] {} <Debug> HTTP-Session: 61b72ecd-6166-4bfe-9cb9-eab96c76bd66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2966 | 2024.07.12 00:37:48.327589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2967 | 2024.07.12 00:37:48.327638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2968 | 2024.07.12 00:37:48.327658 [ 3 ] {} <Debug> HTTP-Session: 46ce10ce-105e-4abe-9035-34b5f3063969 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
2969 | 2024.07.12 00:37:48.327675 [ 3 ] {} <Debug> HTTP-Session: 46ce10ce-105e-4abe-9035-34b5f3063969 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2970 | 2024.07.12 00:37:48.327688 [ 3 ] {} <Debug> HTTP-Session: 46ce10ce-105e-4abe-9035-34b5f3063969 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2971 | 2024.07.12 00:37:48.327720 [ 3 ] {} <Trace> HTTP-Session: 46ce10ce-105e-4abe-9035-34b5f3063969 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2972 | 2024.07.12 00:37:48.327852 [ 3 ] {f625cc22-ca35-46ac-845e-b8c535ec4f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2973 | 2024.07.12 00:37:48.327899 [ 3 ] {f625cc22-ca35-46ac-845e-b8c535ec4f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2974 | 2024.07.12 00:37:48.328046 [ 3 ] {f625cc22-ca35-46ac-845e-b8c535ec4f32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2975 | 2024.07.12 00:37:48.328351 [ 3 ] {f625cc22-ca35-46ac-845e-b8c535ec4f32} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2976 | 2024.07.12 00:37:48.328387 [ 3 ] {f625cc22-ca35-46ac-845e-b8c535ec4f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2977 | 2024.07.12 00:37:48.328748 [ 3 ] {f625cc22-ca35-46ac-845e-b8c535ec4f32} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2978 | 2024.07.12 00:37:48.329066 [ 3 ] {f625cc22-ca35-46ac-845e-b8c535ec4f32} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2979 | 2024.07.12 00:37:48.329220 [ 54 ] {} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2980 | 2024.07.12 00:37:48.329233 [ 3 ] {f625cc22-ca35-46ac-845e-b8c535ec4f32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec. | ||
2981 | 2024.07.12 00:37:48.329276 [ 54 ] {} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2982 | 2024.07.12 00:37:48.329347 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
2983 | 2024.07.12 00:37:48.329555 [ 3 ] {f625cc22-ca35-46ac-845e-b8c535ec4f32} <Debug> DynamicQueryHandler: Done processing query | ||
2984 | 2024.07.12 00:37:48.329574 [ 195 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
2985 | 2024.07.12 00:37:48.329601 [ 3 ] {f625cc22-ca35-46ac-845e-b8c535ec4f32} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2986 | 2024.07.12 00:37:48.329647 [ 3 ] {} <Debug> HTTP-Session: 46ce10ce-105e-4abe-9035-34b5f3063969 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2987 | 2024.07.12 00:37:48.329752 [ 195 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2988 | 2024.07.12 00:37:48.329793 [ 195 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 288 rows starting from the beginning of the part | ||
2989 | 2024.07.12 00:37:48.329922 [ 195 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
2990 | 2024.07.12 00:37:48.330129 [ 195 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
2991 | 2024.07.12 00:37:48.330300 [ 195 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
2992 | 2024.07.12 00:37:48.330412 [ 195 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
2993 | 2024.07.12 00:37:48.330600 [ 195 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
2994 | 2024.07.12 00:37:48.331737 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 4 columns (4 merged, 0 gathered) in 0.002275835 sec., 258366.70936161894 rows/sec., 17.42 MiB/sec. | ||
2995 | 2024.07.12 00:37:48.332050 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2996 | 2024.07.12 00:37:48.332638 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_11_2} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2997 | 2024.07.12 00:37:48.332722 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_11_2} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2998 | 2024.07.12 00:37:48.332804 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
2999 | 2024.07.12 00:37:52.433945 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3000 | 2024.07.12 00:37:52.434018 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3001 | 2024.07.12 00:37:53.289534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3002 | 2024.07.12 00:37:53.289660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3003 | 2024.07.12 00:37:53.289686 [ 3 ] {} <Debug> HTTP-Session: 3c2cadba-8f9d-4489-ae6c-623cf6844531 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3004 | 2024.07.12 00:37:53.289711 [ 3 ] {} <Debug> HTTP-Session: 3c2cadba-8f9d-4489-ae6c-623cf6844531 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3005 | 2024.07.12 00:37:53.289725 [ 3 ] {} <Debug> HTTP-Session: 3c2cadba-8f9d-4489-ae6c-623cf6844531 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3006 | 2024.07.12 00:37:53.289778 [ 3 ] {} <Trace> HTTP-Session: 3c2cadba-8f9d-4489-ae6c-623cf6844531 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3007 | 2024.07.12 00:37:53.289986 [ 3 ] {8c34fcaa-e814-425e-955b-b7699a182f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3008 | 2024.07.12 00:37:53.290057 [ 3 ] {8c34fcaa-e814-425e-955b-b7699a182f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3009 | 2024.07.12 00:37:53.290251 [ 3 ] {8c34fcaa-e814-425e-955b-b7699a182f77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3010 | 2024.07.12 00:37:53.290696 [ 3 ] {8c34fcaa-e814-425e-955b-b7699a182f77} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3011 | 2024.07.12 00:37:53.290743 [ 3 ] {8c34fcaa-e814-425e-955b-b7699a182f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3012 | 2024.07.12 00:37:53.291121 [ 3 ] {8c34fcaa-e814-425e-955b-b7699a182f77} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3013 | 2024.07.12 00:37:53.291448 [ 3 ] {8c34fcaa-e814-425e-955b-b7699a182f77} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3014 | 2024.07.12 00:37:53.291614 [ 3 ] {8c34fcaa-e814-425e-955b-b7699a182f77} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001692 sec., 33096.92671394799 rows/sec., 2.53 MiB/sec. | ||
3015 | 2024.07.12 00:37:53.291835 [ 3 ] {8c34fcaa-e814-425e-955b-b7699a182f77} <Debug> DynamicQueryHandler: Done processing query | ||
3016 | 2024.07.12 00:37:53.291863 [ 3 ] {8c34fcaa-e814-425e-955b-b7699a182f77} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3017 | 2024.07.12 00:37:53.291881 [ 3 ] {} <Debug> HTTP-Session: 3c2cadba-8f9d-4489-ae6c-623cf6844531 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3018 | 2024.07.12 00:37:53.292040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3019 | 2024.07.12 00:37:53.292091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3020 | 2024.07.12 00:37:53.292111 [ 3 ] {} <Debug> HTTP-Session: 09bc6347-eaee-4cb0-9a93-c006949b1bf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3021 | 2024.07.12 00:37:53.292128 [ 3 ] {} <Debug> HTTP-Session: 09bc6347-eaee-4cb0-9a93-c006949b1bf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3022 | 2024.07.12 00:37:53.292142 [ 3 ] {} <Debug> HTTP-Session: 09bc6347-eaee-4cb0-9a93-c006949b1bf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3023 | 2024.07.12 00:37:53.292176 [ 3 ] {} <Trace> HTTP-Session: 09bc6347-eaee-4cb0-9a93-c006949b1bf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3024 | 2024.07.12 00:37:53.292304 [ 3 ] {b9c57bed-f4a9-4897-86c8-5b4bfcf2c8a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3025 | 2024.07.12 00:37:53.292352 [ 3 ] {b9c57bed-f4a9-4897-86c8-5b4bfcf2c8a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3026 | 2024.07.12 00:37:53.292483 [ 3 ] {b9c57bed-f4a9-4897-86c8-5b4bfcf2c8a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3027 | 2024.07.12 00:37:53.292830 [ 3 ] {b9c57bed-f4a9-4897-86c8-5b4bfcf2c8a6} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3028 | 2024.07.12 00:37:53.292871 [ 3 ] {b9c57bed-f4a9-4897-86c8-5b4bfcf2c8a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3029 | 2024.07.12 00:37:53.293198 [ 3 ] {b9c57bed-f4a9-4897-86c8-5b4bfcf2c8a6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3030 | 2024.07.12 00:37:53.293528 [ 3 ] {b9c57bed-f4a9-4897-86c8-5b4bfcf2c8a6} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3031 | 2024.07.12 00:37:53.293676 [ 3 ] {b9c57bed-f4a9-4897-86c8-5b4bfcf2c8a6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001411 sec., 45357.90219702339 rows/sec., 3.54 MiB/sec. | ||
3032 | 2024.07.12 00:37:53.293950 [ 3 ] {b9c57bed-f4a9-4897-86c8-5b4bfcf2c8a6} <Debug> DynamicQueryHandler: Done processing query | ||
3033 | 2024.07.12 00:37:53.293995 [ 3 ] {b9c57bed-f4a9-4897-86c8-5b4bfcf2c8a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3034 | 2024.07.12 00:37:53.294015 [ 3 ] {} <Debug> HTTP-Session: 09bc6347-eaee-4cb0-9a93-c006949b1bf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3035 | 2024.07.12 00:37:53.294217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3036 | 2024.07.12 00:37:53.294266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3037 | 2024.07.12 00:37:53.294286 [ 3 ] {} <Debug> HTTP-Session: 91d798cc-89d3-4d38-a8e9-608771a0a942 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3038 | 2024.07.12 00:37:53.294303 [ 3 ] {} <Debug> HTTP-Session: 91d798cc-89d3-4d38-a8e9-608771a0a942 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3039 | 2024.07.12 00:37:53.294317 [ 3 ] {} <Debug> HTTP-Session: 91d798cc-89d3-4d38-a8e9-608771a0a942 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3040 | 2024.07.12 00:37:53.294349 [ 3 ] {} <Trace> HTTP-Session: 91d798cc-89d3-4d38-a8e9-608771a0a942 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3041 | 2024.07.12 00:37:53.294558 [ 3 ] {be9b40d5-906a-4e6c-b7c1-7803f68c23d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3042 | 2024.07.12 00:37:53.294612 [ 3 ] {be9b40d5-906a-4e6c-b7c1-7803f68c23d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3043 | 2024.07.12 00:37:53.294792 [ 3 ] {be9b40d5-906a-4e6c-b7c1-7803f68c23d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3044 | 2024.07.12 00:37:53.295196 [ 3 ] {be9b40d5-906a-4e6c-b7c1-7803f68c23d7} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3045 | 2024.07.12 00:37:53.295234 [ 3 ] {be9b40d5-906a-4e6c-b7c1-7803f68c23d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3046 | 2024.07.12 00:37:53.295640 [ 3 ] {be9b40d5-906a-4e6c-b7c1-7803f68c23d7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3047 | 2024.07.12 00:37:53.296024 [ 3 ] {be9b40d5-906a-4e6c-b7c1-7803f68c23d7} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3048 | 2024.07.12 00:37:53.296185 [ 3 ] {be9b40d5-906a-4e6c-b7c1-7803f68c23d7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001694 sec., 94451.00354191264 rows/sec., 6.58 MiB/sec. | ||
3049 | 2024.07.12 00:37:53.296536 [ 3 ] {be9b40d5-906a-4e6c-b7c1-7803f68c23d7} <Debug> DynamicQueryHandler: Done processing query | ||
3050 | 2024.07.12 00:37:53.296562 [ 3 ] {be9b40d5-906a-4e6c-b7c1-7803f68c23d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3051 | 2024.07.12 00:37:53.296580 [ 3 ] {} <Debug> HTTP-Session: 91d798cc-89d3-4d38-a8e9-608771a0a942 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3052 | 2024.07.12 00:37:53.296709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3053 | 2024.07.12 00:37:53.296758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3054 | 2024.07.12 00:37:53.296779 [ 3 ] {} <Debug> HTTP-Session: d8c51a58-51a3-429b-aeef-7264c789f1ae Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3055 | 2024.07.12 00:37:53.296795 [ 3 ] {} <Debug> HTTP-Session: d8c51a58-51a3-429b-aeef-7264c789f1ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3056 | 2024.07.12 00:37:53.296809 [ 3 ] {} <Debug> HTTP-Session: d8c51a58-51a3-429b-aeef-7264c789f1ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3057 | 2024.07.12 00:37:53.296841 [ 3 ] {} <Trace> HTTP-Session: d8c51a58-51a3-429b-aeef-7264c789f1ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3058 | 2024.07.12 00:37:53.296965 [ 3 ] {1341ce95-2bcb-48fa-9bff-023193900bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3059 | 2024.07.12 00:37:53.297013 [ 3 ] {1341ce95-2bcb-48fa-9bff-023193900bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3060 | 2024.07.12 00:37:53.297162 [ 3 ] {1341ce95-2bcb-48fa-9bff-023193900bac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3061 | 2024.07.12 00:37:53.297460 [ 3 ] {1341ce95-2bcb-48fa-9bff-023193900bac} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3062 | 2024.07.12 00:37:53.297502 [ 3 ] {1341ce95-2bcb-48fa-9bff-023193900bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3063 | 2024.07.12 00:37:53.297857 [ 3 ] {1341ce95-2bcb-48fa-9bff-023193900bac} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3064 | 2024.07.12 00:37:53.298173 [ 3 ] {1341ce95-2bcb-48fa-9bff-023193900bac} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3065 | 2024.07.12 00:37:53.298329 [ 3 ] {1341ce95-2bcb-48fa-9bff-023193900bac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
3066 | 2024.07.12 00:37:53.298495 [ 3 ] {1341ce95-2bcb-48fa-9bff-023193900bac} <Debug> DynamicQueryHandler: Done processing query | ||
3067 | 2024.07.12 00:37:53.298526 [ 3 ] {1341ce95-2bcb-48fa-9bff-023193900bac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3068 | 2024.07.12 00:37:53.298544 [ 3 ] {} <Debug> HTTP-Session: d8c51a58-51a3-429b-aeef-7264c789f1ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3069 | 2024.07.12 00:37:58.290156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 1441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3070 | 2024.07.12 00:37:58.290297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3071 | 2024.07.12 00:37:58.290328 [ 3 ] {} <Debug> HTTP-Session: be05b410-d4a3-4eda-88e2-8b046630fa5d Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3072 | 2024.07.12 00:37:58.290356 [ 3 ] {} <Debug> HTTP-Session: be05b410-d4a3-4eda-88e2-8b046630fa5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3073 | 2024.07.12 00:37:58.290374 [ 3 ] {} <Debug> HTTP-Session: be05b410-d4a3-4eda-88e2-8b046630fa5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3074 | 2024.07.12 00:37:58.290429 [ 3 ] {} <Trace> HTTP-Session: be05b410-d4a3-4eda-88e2-8b046630fa5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3075 | 2024.07.12 00:37:58.290709 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) 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) | ||
3076 | 2024.07.12 00:37:58.291125 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3077 | 2024.07.12 00:37:58.291178 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <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 | ||
3078 | 2024.07.12 00:37:58.291546 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3079 | 2024.07.12 00:37:58.291629 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3080 | 2024.07.12 00:37:58.291803 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
3081 | 2024.07.12 00:37:58.291894 [ 260 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3082 | 2024.07.12 00:37:58.292019 [ 256 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3083 | 2024.07.12 00:37:58.292033 [ 254 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3084 | 2024.07.12 00:37:58.292040 [ 250 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3085 | 2024.07.12 00:37:58.292211 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (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 | ||
3086 | 2024.07.12 00:37:58.292241 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3087 | 2024.07.12 00:37:58.292373 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3088 | 2024.07.12 00:37:58.292396 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
3089 | 2024.07.12 00:37:58.292438 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <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'))" | ||
3090 | 2024.07.12 00:37:58.292481 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <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'))" | ||
3091 | 2024.07.12 00:37:58.292520 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <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'))" | ||
3092 | 2024.07.12 00:37:58.292559 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <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'))" | ||
3093 | 2024.07.12 00:37:58.294823 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Debug> executeQuery: Read 40 rows, 1.51 KiB in 0.004247 sec., 9418.412997409936 rows/sec., 356.64 KiB/sec. | ||
3094 | 2024.07.12 00:37:58.295286 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Debug> DynamicQueryHandler: Done processing query | ||
3095 | 2024.07.12 00:37:58.295319 [ 3 ] {6feffeca-1cd8-480d-b266-66db8dd631cc} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
3096 | 2024.07.12 00:37:58.295340 [ 3 ] {} <Debug> HTTP-Session: be05b410-d4a3-4eda-88e2-8b046630fa5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3097 | 2024.07.12 00:37:58.301396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3098 | 2024.07.12 00:37:58.301468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3099 | 2024.07.12 00:37:58.301493 [ 3 ] {} <Debug> HTTP-Session: b07b66cf-3ef7-4d2e-b758-6ce852435b1d Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3100 | 2024.07.12 00:37:58.301515 [ 3 ] {} <Debug> HTTP-Session: b07b66cf-3ef7-4d2e-b758-6ce852435b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3101 | 2024.07.12 00:37:58.301532 [ 3 ] {} <Debug> HTTP-Session: b07b66cf-3ef7-4d2e-b758-6ce852435b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3102 | 2024.07.12 00:37:58.301576 [ 3 ] {} <Trace> HTTP-Session: b07b66cf-3ef7-4d2e-b758-6ce852435b1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3103 | 2024.07.12 00:37:58.301712 [ 3 ] {7cbd049e-c981-4cb2-bd1a-4ff2c05d84ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3104 | 2024.07.12 00:37:58.301761 [ 3 ] {7cbd049e-c981-4cb2-bd1a-4ff2c05d84ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3105 | 2024.07.12 00:37:58.301931 [ 3 ] {7cbd049e-c981-4cb2-bd1a-4ff2c05d84ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3106 | 2024.07.12 00:37:58.302287 [ 3 ] {7cbd049e-c981-4cb2-bd1a-4ff2c05d84ff} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3107 | 2024.07.12 00:37:58.302324 [ 3 ] {7cbd049e-c981-4cb2-bd1a-4ff2c05d84ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3108 | 2024.07.12 00:37:58.302795 [ 3 ] {7cbd049e-c981-4cb2-bd1a-4ff2c05d84ff} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3109 | 2024.07.12 00:37:58.303113 [ 3 ] {7cbd049e-c981-4cb2-bd1a-4ff2c05d84ff} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3110 | 2024.07.12 00:37:58.303270 [ 3 ] {7cbd049e-c981-4cb2-bd1a-4ff2c05d84ff} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001596 sec., 626.5664160401003 rows/sec., 141.96 KiB/sec. | ||
3111 | 2024.07.12 00:37:58.303567 [ 3 ] {7cbd049e-c981-4cb2-bd1a-4ff2c05d84ff} <Debug> DynamicQueryHandler: Done processing query | ||
3112 | 2024.07.12 00:37:58.303592 [ 3 ] {7cbd049e-c981-4cb2-bd1a-4ff2c05d84ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3113 | 2024.07.12 00:37:58.303610 [ 3 ] {} <Debug> HTTP-Session: b07b66cf-3ef7-4d2e-b758-6ce852435b1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3114 | 2024.07.12 00:37:58.303777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3115 | 2024.07.12 00:37:58.303827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3116 | 2024.07.12 00:37:58.303846 [ 3 ] {} <Debug> HTTP-Session: 79d974ac-a695-4330-8124-335d509096b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3117 | 2024.07.12 00:37:58.303863 [ 3 ] {} <Debug> HTTP-Session: 79d974ac-a695-4330-8124-335d509096b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3118 | 2024.07.12 00:37:58.303876 [ 3 ] {} <Debug> HTTP-Session: 79d974ac-a695-4330-8124-335d509096b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3119 | 2024.07.12 00:37:58.303908 [ 3 ] {} <Trace> HTTP-Session: 79d974ac-a695-4330-8124-335d509096b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3120 | 2024.07.12 00:37:58.304017 [ 3 ] {4c0b841b-5cf5-48e1-b66e-e15709700198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3121 | 2024.07.12 00:37:58.304061 [ 3 ] {4c0b841b-5cf5-48e1-b66e-e15709700198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3122 | 2024.07.12 00:37:58.304213 [ 3 ] {4c0b841b-5cf5-48e1-b66e-e15709700198} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3123 | 2024.07.12 00:37:58.304545 [ 3 ] {4c0b841b-5cf5-48e1-b66e-e15709700198} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3124 | 2024.07.12 00:37:58.304582 [ 3 ] {4c0b841b-5cf5-48e1-b66e-e15709700198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3125 | 2024.07.12 00:37:58.304897 [ 3 ] {4c0b841b-5cf5-48e1-b66e-e15709700198} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3126 | 2024.07.12 00:37:58.305205 [ 3 ] {4c0b841b-5cf5-48e1-b66e-e15709700198} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3127 | 2024.07.12 00:37:58.305370 [ 44 ] {} <Debug> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3128 | 2024.07.12 00:37:58.305375 [ 3 ] {4c0b841b-5cf5-48e1-b66e-e15709700198} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001381 sec., 26792.179580014483 rows/sec., 2.02 MiB/sec. | ||
3129 | 2024.07.12 00:37:58.305463 [ 44 ] {} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3130 | 2024.07.12 00:37:58.305534 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3131 | 2024.07.12 00:37:58.305698 [ 3 ] {4c0b841b-5cf5-48e1-b66e-e15709700198} <Debug> DynamicQueryHandler: Done processing query | ||
3132 | 2024.07.12 00:37:58.305741 [ 3 ] {4c0b841b-5cf5-48e1-b66e-e15709700198} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3133 | 2024.07.12 00:37:58.305739 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::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 | ||
3134 | 2024.07.12 00:37:58.305769 [ 3 ] {} <Debug> HTTP-Session: 79d974ac-a695-4330-8124-335d509096b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3135 | 2024.07.12 00:37:58.305970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3136 | 2024.07.12 00:37:58.305989 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3137 | 2024.07.12 00:37:58.306063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3138 | 2024.07.12 00:37:58.306060 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
3139 | 2024.07.12 00:37:58.306102 [ 3 ] {} <Debug> HTTP-Session: 2b3e2963-b630-4a4f-bf41-91708e6777d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3140 | 2024.07.12 00:37:58.306127 [ 3 ] {} <Debug> HTTP-Session: 2b3e2963-b630-4a4f-bf41-91708e6777d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3141 | 2024.07.12 00:37:58.306158 [ 3 ] {} <Debug> HTTP-Session: 2b3e2963-b630-4a4f-bf41-91708e6777d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3142 | 2024.07.12 00:37:58.306309 [ 3 ] {} <Trace> HTTP-Session: 2b3e2963-b630-4a4f-bf41-91708e6777d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3143 | 2024.07.12 00:37:58.306338 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 33 rows starting from the beginning of the part | ||
3144 | 2024.07.12 00:37:58.306507 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 33 rows starting from the beginning of the part | ||
3145 | 2024.07.12 00:37:58.306871 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 33 rows starting from the beginning of the part | ||
3146 | 2024.07.12 00:37:58.306931 [ 3 ] {66113d06-bd39-4154-a60e-140fb3577fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3147 | 2024.07.12 00:37:58.307037 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 33 rows starting from the beginning of the part | ||
3148 | 2024.07.12 00:37:58.307299 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 37 rows starting from the beginning of the part | ||
3149 | 2024.07.12 00:37:58.307306 [ 3 ] {66113d06-bd39-4154-a60e-140fb3577fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3150 | 2024.07.12 00:37:58.308042 [ 3 ] {66113d06-bd39-4154-a60e-140fb3577fcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3151 | 2024.07.12 00:37:58.308857 [ 3 ] {66113d06-bd39-4154-a60e-140fb3577fcb} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3152 | 2024.07.12 00:37:58.308926 [ 3 ] {66113d06-bd39-4154-a60e-140fb3577fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3153 | 2024.07.12 00:37:58.309857 [ 3 ] {66113d06-bd39-4154-a60e-140fb3577fcb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3154 | 2024.07.12 00:37:58.309864 [ 195 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 4 columns (4 merged, 0 gathered) in 0.004218095 sec., 47651.84283426523 rows/sec., 3.57 MiB/sec. | ||
3155 | 2024.07.12 00:37:58.310389 [ 3 ] {66113d06-bd39-4154-a60e-140fb3577fcb} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3156 | 2024.07.12 00:37:58.310392 [ 192 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3157 | 2024.07.12 00:37:58.310739 [ 3 ] {66113d06-bd39-4154-a60e-140fb3577fcb} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.004177 sec., 1436.437634666028 rows/sec., 117.13 KiB/sec. | ||
3158 | 2024.07.12 00:37:58.311382 [ 3 ] {66113d06-bd39-4154-a60e-140fb3577fcb} <Debug> DynamicQueryHandler: Done processing query | ||
3159 | 2024.07.12 00:37:58.311425 [ 3 ] {66113d06-bd39-4154-a60e-140fb3577fcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3160 | 2024.07.12 00:37:58.311447 [ 3 ] {} <Debug> HTTP-Session: 2b3e2963-b630-4a4f-bf41-91708e6777d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3161 | 2024.07.12 00:37:58.311556 [ 192 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_6_1} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3162 | 2024.07.12 00:37:58.311654 [ 192 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_6_1} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3163 | 2024.07.12 00:37:58.311693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38799, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3164 | 2024.07.12 00:37:58.311811 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3165 | 2024.07.12 00:37:58.311822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3166 | 2024.07.12 00:37:58.311868 [ 3 ] {} <Debug> HTTP-Session: 829de588-aca8-4d6c-abe3-e80d6b248ad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3167 | 2024.07.12 00:37:58.311886 [ 3 ] {} <Debug> HTTP-Session: 829de588-aca8-4d6c-abe3-e80d6b248ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3168 | 2024.07.12 00:37:58.311900 [ 3 ] {} <Debug> HTTP-Session: 829de588-aca8-4d6c-abe3-e80d6b248ad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3169 | 2024.07.12 00:37:58.311932 [ 3 ] {} <Trace> HTTP-Session: 829de588-aca8-4d6c-abe3-e80d6b248ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3170 | 2024.07.12 00:37:58.312262 [ 3 ] {85b9a046-9067-4a6b-b3a9-9af1f163a630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3171 | 2024.07.12 00:37:58.312308 [ 3 ] {85b9a046-9067-4a6b-b3a9-9af1f163a630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3172 | 2024.07.12 00:37:58.312457 [ 3 ] {85b9a046-9067-4a6b-b3a9-9af1f163a630} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3173 | 2024.07.12 00:37:58.312957 [ 3 ] {85b9a046-9067-4a6b-b3a9-9af1f163a630} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3174 | 2024.07.12 00:37:58.312996 [ 3 ] {85b9a046-9067-4a6b-b3a9-9af1f163a630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3175 | 2024.07.12 00:37:58.313334 [ 3 ] {85b9a046-9067-4a6b-b3a9-9af1f163a630} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3176 | 2024.07.12 00:37:58.313655 [ 3 ] {85b9a046-9067-4a6b-b3a9-9af1f163a630} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3177 | 2024.07.12 00:37:58.313812 [ 3 ] {85b9a046-9067-4a6b-b3a9-9af1f163a630} <Debug> executeQuery: Read 257 rows, 23.16 KiB in 0.001791 sec., 143495.25404801787 rows/sec., 12.63 MiB/sec. | ||
3178 | 2024.07.12 00:37:58.313984 [ 3 ] {85b9a046-9067-4a6b-b3a9-9af1f163a630} <Debug> DynamicQueryHandler: Done processing query | ||
3179 | 2024.07.12 00:37:58.314009 [ 3 ] {85b9a046-9067-4a6b-b3a9-9af1f163a630} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
3180 | 2024.07.12 00:37:58.314025 [ 3 ] {} <Debug> HTTP-Session: 829de588-aca8-4d6c-abe3-e80d6b248ad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3181 | 2024.07.12 00:37:58.314162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3182 | 2024.07.12 00:37:58.314213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3183 | 2024.07.12 00:37:58.314233 [ 3 ] {} <Debug> HTTP-Session: a6fccafd-bb87-4629-a3d7-6c5bb937201f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3184 | 2024.07.12 00:37:58.314250 [ 3 ] {} <Debug> HTTP-Session: a6fccafd-bb87-4629-a3d7-6c5bb937201f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3185 | 2024.07.12 00:37:58.314264 [ 3 ] {} <Debug> HTTP-Session: a6fccafd-bb87-4629-a3d7-6c5bb937201f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3186 | 2024.07.12 00:37:58.314294 [ 3 ] {} <Trace> HTTP-Session: a6fccafd-bb87-4629-a3d7-6c5bb937201f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3187 | 2024.07.12 00:37:58.314389 [ 3 ] {2910c628-8fb8-4b36-901d-de68862ff3a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3188 | 2024.07.12 00:37:58.314432 [ 3 ] {2910c628-8fb8-4b36-901d-de68862ff3a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3189 | 2024.07.12 00:37:58.314558 [ 3 ] {2910c628-8fb8-4b36-901d-de68862ff3a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3190 | 2024.07.12 00:37:58.319150 [ 3 ] {2910c628-8fb8-4b36-901d-de68862ff3a4} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3191 | 2024.07.12 00:37:58.319221 [ 3 ] {2910c628-8fb8-4b36-901d-de68862ff3a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3192 | 2024.07.12 00:37:58.319776 [ 3 ] {2910c628-8fb8-4b36-901d-de68862ff3a4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3193 | 2024.07.12 00:37:58.320087 [ 3 ] {2910c628-8fb8-4b36-901d-de68862ff3a4} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3194 | 2024.07.12 00:37:58.320243 [ 3 ] {2910c628-8fb8-4b36-901d-de68862ff3a4} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.005869 sec., 1022.3206679161697 rows/sec., 71.38 KiB/sec. | ||
3195 | 2024.07.12 00:37:58.320553 [ 3 ] {2910c628-8fb8-4b36-901d-de68862ff3a4} <Debug> DynamicQueryHandler: Done processing query | ||
3196 | 2024.07.12 00:37:58.320579 [ 3 ] {2910c628-8fb8-4b36-901d-de68862ff3a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3197 | 2024.07.12 00:37:58.320595 [ 3 ] {} <Debug> HTTP-Session: a6fccafd-bb87-4629-a3d7-6c5bb937201f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3198 | 2024.07.12 00:37:58.320948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 68344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3199 | 2024.07.12 00:37:58.320999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3200 | 2024.07.12 00:37:58.321019 [ 3 ] {} <Debug> HTTP-Session: 3cd82759-34f7-4390-af92-523031dc39fe Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3201 | 2024.07.12 00:37:58.321036 [ 3 ] {} <Debug> HTTP-Session: 3cd82759-34f7-4390-af92-523031dc39fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3202 | 2024.07.12 00:37:58.321050 [ 3 ] {} <Debug> HTTP-Session: 3cd82759-34f7-4390-af92-523031dc39fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3203 | 2024.07.12 00:37:58.321080 [ 3 ] {} <Trace> HTTP-Session: 3cd82759-34f7-4390-af92-523031dc39fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3204 | 2024.07.12 00:37:58.321443 [ 3 ] {c28a24d8-23e1-45f6-b042-bc9e646afdb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3205 | 2024.07.12 00:37:58.321490 [ 3 ] {c28a24d8-23e1-45f6-b042-bc9e646afdb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3206 | 2024.07.12 00:37:58.321630 [ 3 ] {c28a24d8-23e1-45f6-b042-bc9e646afdb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3207 | 2024.07.12 00:37:58.322196 [ 3 ] {c28a24d8-23e1-45f6-b042-bc9e646afdb7} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3208 | 2024.07.12 00:37:58.322235 [ 3 ] {c28a24d8-23e1-45f6-b042-bc9e646afdb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3209 | 2024.07.12 00:37:58.322567 [ 3 ] {c28a24d8-23e1-45f6-b042-bc9e646afdb7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3210 | 2024.07.12 00:37:58.322868 [ 3 ] {c28a24d8-23e1-45f6-b042-bc9e646afdb7} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3211 | 2024.07.12 00:37:58.323020 [ 3 ] {c28a24d8-23e1-45f6-b042-bc9e646afdb7} <Debug> executeQuery: Read 422 rows, 30.69 KiB in 0.001842 sec., 229098.8056460369 rows/sec., 16.27 MiB/sec. | ||
3212 | 2024.07.12 00:37:58.323195 [ 3 ] {c28a24d8-23e1-45f6-b042-bc9e646afdb7} <Debug> DynamicQueryHandler: Done processing query | ||
3213 | 2024.07.12 00:37:58.323221 [ 3 ] {c28a24d8-23e1-45f6-b042-bc9e646afdb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
3214 | 2024.07.12 00:37:58.323239 [ 3 ] {} <Debug> HTTP-Session: 3cd82759-34f7-4390-af92-523031dc39fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3215 | 2024.07.12 00:37:58.323377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3216 | 2024.07.12 00:37:58.323427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3217 | 2024.07.12 00:37:58.323447 [ 3 ] {} <Debug> HTTP-Session: 2e9e5781-7f02-4dd4-a216-237e2d4fc4a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3218 | 2024.07.12 00:37:58.323464 [ 3 ] {} <Debug> HTTP-Session: 2e9e5781-7f02-4dd4-a216-237e2d4fc4a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3219 | 2024.07.12 00:37:58.323478 [ 3 ] {} <Debug> HTTP-Session: 2e9e5781-7f02-4dd4-a216-237e2d4fc4a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3220 | 2024.07.12 00:37:58.323509 [ 3 ] {} <Trace> HTTP-Session: 2e9e5781-7f02-4dd4-a216-237e2d4fc4a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3221 | 2024.07.12 00:37:58.323606 [ 3 ] {0cae920b-1fa7-44e3-bab0-7b29bed9c3a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3222 | 2024.07.12 00:37:58.323650 [ 3 ] {0cae920b-1fa7-44e3-bab0-7b29bed9c3a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3223 | 2024.07.12 00:37:58.323778 [ 3 ] {0cae920b-1fa7-44e3-bab0-7b29bed9c3a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3224 | 2024.07.12 00:37:58.324045 [ 3 ] {0cae920b-1fa7-44e3-bab0-7b29bed9c3a4} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3225 | 2024.07.12 00:37:58.324082 [ 3 ] {0cae920b-1fa7-44e3-bab0-7b29bed9c3a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3226 | 2024.07.12 00:37:58.324444 [ 3 ] {0cae920b-1fa7-44e3-bab0-7b29bed9c3a4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3227 | 2024.07.12 00:37:58.324778 [ 3 ] {0cae920b-1fa7-44e3-bab0-7b29bed9c3a4} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3228 | 2024.07.12 00:37:58.324934 [ 3 ] {0cae920b-1fa7-44e3-bab0-7b29bed9c3a4} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 191.82 KiB/sec. | ||
3229 | 2024.07.12 00:37:58.324941 [ 44 ] {} <Debug> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3230 | 2024.07.12 00:37:58.325023 [ 44 ] {} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3231 | 2024.07.12 00:37:58.325078 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3232 | 2024.07.12 00:37:58.325219 [ 3 ] {0cae920b-1fa7-44e3-bab0-7b29bed9c3a4} <Debug> DynamicQueryHandler: Done processing query | ||
3233 | 2024.07.12 00:37:58.325238 [ 198 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
3234 | 2024.07.12 00:37:58.325263 [ 3 ] {0cae920b-1fa7-44e3-bab0-7b29bed9c3a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3235 | 2024.07.12 00:37:58.325313 [ 3 ] {} <Debug> HTTP-Session: 2e9e5781-7f02-4dd4-a216-237e2d4fc4a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3236 | 2024.07.12 00:37:58.325432 [ 198 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3237 | 2024.07.12 00:37:58.325466 [ 198 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
3238 | 2024.07.12 00:37:58.325566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3239 | 2024.07.12 00:37:58.325671 [ 198 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
3240 | 2024.07.12 00:37:58.325768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3241 | 2024.07.12 00:37:58.325954 [ 198 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
3242 | 2024.07.12 00:37:58.325960 [ 3 ] {} <Debug> HTTP-Session: 0e1a0054-8362-4ce9-82a9-5c2b848e2704 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3243 | 2024.07.12 00:37:58.326055 [ 3 ] {} <Debug> HTTP-Session: 0e1a0054-8362-4ce9-82a9-5c2b848e2704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3244 | 2024.07.12 00:37:58.326180 [ 3 ] {} <Debug> HTTP-Session: 0e1a0054-8362-4ce9-82a9-5c2b848e2704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3245 | 2024.07.12 00:37:58.326231 [ 198 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
3246 | 2024.07.12 00:37:58.326333 [ 3 ] {} <Trace> HTTP-Session: 0e1a0054-8362-4ce9-82a9-5c2b848e2704 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3247 | 2024.07.12 00:37:58.326462 [ 198 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
3248 | 2024.07.12 00:37:58.326697 [ 198 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
3249 | 2024.07.12 00:37:58.327053 [ 3 ] {b84c2f85-3a9f-48fd-a7fd-9651b917870a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3250 | 2024.07.12 00:37:58.327168 [ 3 ] {b84c2f85-3a9f-48fd-a7fd-9651b917870a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3251 | 2024.07.12 00:37:58.327725 [ 3 ] {b84c2f85-3a9f-48fd-a7fd-9651b917870a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3252 | 2024.07.12 00:37:58.328598 [ 3 ] {b84c2f85-3a9f-48fd-a7fd-9651b917870a} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3253 | 2024.07.12 00:37:58.328670 [ 3 ] {b84c2f85-3a9f-48fd-a7fd-9651b917870a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3254 | 2024.07.12 00:37:58.329440 [ 198 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004283246 sec., 8404.84062787895 rows/sec., 361.15 KiB/sec. | ||
3255 | 2024.07.12 00:37:58.329592 [ 195 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3256 | 2024.07.12 00:37:58.329630 [ 3 ] {b84c2f85-3a9f-48fd-a7fd-9651b917870a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3257 | 2024.07.12 00:37:58.330202 [ 3 ] {b84c2f85-3a9f-48fd-a7fd-9651b917870a} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3258 | 2024.07.12 00:37:58.330279 [ 195 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_6_1} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3259 | 2024.07.12 00:37:58.330420 [ 44 ] {} <Debug> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3260 | 2024.07.12 00:37:58.330480 [ 3 ] {b84c2f85-3a9f-48fd-a7fd-9651b917870a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003776 sec., 20391.949152542373 rows/sec., 1.26 MiB/sec. | ||
3261 | 2024.07.12 00:37:58.330553 [ 44 ] {} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3262 | 2024.07.12 00:37:58.330579 [ 195 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_6_1} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3263 | 2024.07.12 00:37:58.330660 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3264 | 2024.07.12 00:37:58.330934 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3265 | 2024.07.12 00:37:58.330997 [ 3 ] {b84c2f85-3a9f-48fd-a7fd-9651b917870a} <Debug> DynamicQueryHandler: Done processing query | ||
3266 | 2024.07.12 00:37:58.331001 [ 199 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
3267 | 2024.07.12 00:37:58.331025 [ 3 ] {b84c2f85-3a9f-48fd-a7fd-9651b917870a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3268 | 2024.07.12 00:37:58.331052 [ 3 ] {} <Debug> HTTP-Session: 0e1a0054-8362-4ce9-82a9-5c2b848e2704 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3269 | 2024.07.12 00:37:58.331151 [ 199 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3270 | 2024.07.12 00:37:58.331190 [ 199 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
3271 | 2024.07.12 00:37:58.331242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 31201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3272 | 2024.07.12 00:37:58.331369 [ 199 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
3273 | 2024.07.12 00:37:58.331370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3274 | 2024.07.12 00:37:58.331458 [ 3 ] {} <Debug> HTTP-Session: a6d925b5-1aef-41b3-b367-566227d21c12 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3275 | 2024.07.12 00:37:58.331540 [ 3 ] {} <Debug> HTTP-Session: a6d925b5-1aef-41b3-b367-566227d21c12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3276 | 2024.07.12 00:37:58.331617 [ 3 ] {} <Debug> HTTP-Session: a6d925b5-1aef-41b3-b367-566227d21c12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3277 | 2024.07.12 00:37:58.331678 [ 199 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
3278 | 2024.07.12 00:37:58.331744 [ 3 ] {} <Trace> HTTP-Session: a6d925b5-1aef-41b3-b367-566227d21c12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3279 | 2024.07.12 00:37:58.331979 [ 199 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
3280 | 2024.07.12 00:37:58.332184 [ 3 ] {3b6550a9-c347-4a7e-a68a-2c5512f4e390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3281 | 2024.07.12 00:37:58.332206 [ 199 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
3282 | 2024.07.12 00:37:58.332388 [ 3 ] {3b6550a9-c347-4a7e-a68a-2c5512f4e390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3283 | 2024.07.12 00:37:58.332552 [ 199 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
3284 | 2024.07.12 00:37:58.333237 [ 3 ] {3b6550a9-c347-4a7e-a68a-2c5512f4e390} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3285 | 2024.07.12 00:37:58.333832 [ 3 ] {3b6550a9-c347-4a7e-a68a-2c5512f4e390} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3286 | 2024.07.12 00:37:58.333876 [ 3 ] {3b6550a9-c347-4a7e-a68a-2c5512f4e390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3287 | 2024.07.12 00:37:58.334488 [ 188 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 5 columns (5 merged, 0 gathered) in 0.003649556 sec., 126590.74144909682 rows/sec., 7.80 MiB/sec. | ||
3288 | 2024.07.12 00:37:58.334506 [ 3 ] {3b6550a9-c347-4a7e-a68a-2c5512f4e390} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3289 | 2024.07.12 00:37:58.334803 [ 188 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3290 | 2024.07.12 00:37:58.335124 [ 3 ] {3b6550a9-c347-4a7e-a68a-2c5512f4e390} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3291 | 2024.07.12 00:37:58.335436 [ 3 ] {3b6550a9-c347-4a7e-a68a-2c5512f4e390} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.003425 sec., 47591.24087591241 rows/sec., 3.31 MiB/sec. | ||
3292 | 2024.07.12 00:37:58.336255 [ 3 ] {3b6550a9-c347-4a7e-a68a-2c5512f4e390} <Debug> DynamicQueryHandler: Done processing query | ||
3293 | 2024.07.12 00:37:58.336293 [ 3 ] {3b6550a9-c347-4a7e-a68a-2c5512f4e390} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3294 | 2024.07.12 00:37:58.336319 [ 3 ] {} <Debug> HTTP-Session: a6d925b5-1aef-41b3-b367-566227d21c12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3295 | 2024.07.12 00:37:58.336417 [ 188 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3296 | 2024.07.12 00:37:58.336502 [ 188 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3297 | 2024.07.12 00:37:58.336607 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3298 | 2024.07.12 00:37:58.336630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 49781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3299 | 2024.07.12 00:37:58.336696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3300 | 2024.07.12 00:37:58.336717 [ 3 ] {} <Debug> HTTP-Session: 3adeb7e8-8fb7-450c-a8d8-0c0dc5dbe77b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3301 | 2024.07.12 00:37:58.336734 [ 3 ] {} <Debug> HTTP-Session: 3adeb7e8-8fb7-450c-a8d8-0c0dc5dbe77b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3302 | 2024.07.12 00:37:58.336748 [ 3 ] {} <Debug> HTTP-Session: 3adeb7e8-8fb7-450c-a8d8-0c0dc5dbe77b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3303 | 2024.07.12 00:37:58.336781 [ 3 ] {} <Trace> HTTP-Session: 3adeb7e8-8fb7-450c-a8d8-0c0dc5dbe77b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3304 | 2024.07.12 00:37:58.337462 [ 3 ] {b0260f01-f551-4a3c-8c0e-b089ef9799df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3305 | 2024.07.12 00:37:58.337534 [ 3 ] {b0260f01-f551-4a3c-8c0e-b089ef9799df} <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 | ||
3306 | 2024.07.12 00:37:58.337965 [ 3 ] {b0260f01-f551-4a3c-8c0e-b089ef9799df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3307 | 2024.07.12 00:37:58.338715 [ 3 ] {b0260f01-f551-4a3c-8c0e-b089ef9799df} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3308 | 2024.07.12 00:37:58.338751 [ 3 ] {b0260f01-f551-4a3c-8c0e-b089ef9799df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3309 | 2024.07.12 00:37:58.339373 [ 3 ] {b0260f01-f551-4a3c-8c0e-b089ef9799df} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3310 | 2024.07.12 00:37:58.339771 [ 3 ] {b0260f01-f551-4a3c-8c0e-b089ef9799df} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3311 | 2024.07.12 00:37:58.339943 [ 44 ] {} <Debug> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3312 | 2024.07.12 00:37:58.339969 [ 3 ] {b0260f01-f551-4a3c-8c0e-b089ef9799df} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.003099 sec., 10003.226847370119 rows/sec., 17.93 MiB/sec. | ||
3313 | 2024.07.12 00:37:58.340010 [ 44 ] {} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3314 | 2024.07.12 00:37:58.340080 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3315 | 2024.07.12 00:37:58.340591 [ 199 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::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 | ||
3316 | 2024.07.12 00:37:58.340790 [ 3 ] {b0260f01-f551-4a3c-8c0e-b089ef9799df} <Debug> DynamicQueryHandler: Done processing query | ||
3317 | 2024.07.12 00:37:58.340826 [ 3 ] {b0260f01-f551-4a3c-8c0e-b089ef9799df} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3318 | 2024.07.12 00:37:58.340856 [ 3 ] {} <Debug> HTTP-Session: 3adeb7e8-8fb7-450c-a8d8-0c0dc5dbe77b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3319 | 2024.07.12 00:37:58.341001 [ 199 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3320 | 2024.07.12 00:37:58.341009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3321 | 2024.07.12 00:37:58.341066 [ 199 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
3322 | 2024.07.12 00:37:58.341075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3323 | 2024.07.12 00:37:58.341105 [ 3 ] {} <Debug> HTTP-Session: c51c583c-6e60-467a-83a5-8b6c5ff40a77 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3324 | 2024.07.12 00:37:58.341131 [ 3 ] {} <Debug> HTTP-Session: c51c583c-6e60-467a-83a5-8b6c5ff40a77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3325 | 2024.07.12 00:37:58.341152 [ 3 ] {} <Debug> HTTP-Session: c51c583c-6e60-467a-83a5-8b6c5ff40a77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3326 | 2024.07.12 00:37:58.341267 [ 3 ] {} <Trace> HTTP-Session: c51c583c-6e60-467a-83a5-8b6c5ff40a77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3327 | 2024.07.12 00:37:58.341550 [ 199 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 27 rows starting from the beginning of the part | ||
3328 | 2024.07.12 00:37:58.341557 [ 3 ] {1a1a73e5-802a-41ce-93f5-9c6578d94d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3329 | 2024.07.12 00:37:58.341621 [ 3 ] {1a1a73e5-802a-41ce-93f5-9c6578d94d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3330 | 2024.07.12 00:37:58.342135 [ 199 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 27 rows starting from the beginning of the part | ||
3331 | 2024.07.12 00:37:58.342267 [ 3 ] {1a1a73e5-802a-41ce-93f5-9c6578d94d54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3332 | 2024.07.12 00:37:58.342719 [ 199 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::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 | ||
3333 | 2024.07.12 00:37:58.343274 [ 199 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part | ||
3334 | 2024.07.12 00:37:58.343289 [ 3 ] {1a1a73e5-802a-41ce-93f5-9c6578d94d54} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3335 | 2024.07.12 00:37:58.343333 [ 3 ] {1a1a73e5-802a-41ce-93f5-9c6578d94d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3336 | 2024.07.12 00:37:58.343729 [ 199 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
3337 | 2024.07.12 00:37:58.344412 [ 3 ] {1a1a73e5-802a-41ce-93f5-9c6578d94d54} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3338 | 2024.07.12 00:37:58.344898 [ 3 ] {1a1a73e5-802a-41ce-93f5-9c6578d94d54} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3339 | 2024.07.12 00:37:58.345115 [ 44 ] {} <Debug> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3340 | 2024.07.12 00:37:58.345180 [ 3 ] {1a1a73e5-802a-41ce-93f5-9c6578d94d54} <Debug> executeQuery: Read 26 rows, 1.46 KiB in 0.003672 sec., 7080.610021786492 rows/sec., 396.53 KiB/sec. | ||
3341 | 2024.07.12 00:37:58.345221 [ 44 ] {} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3342 | 2024.07.12 00:37:58.345344 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3343 | 2024.07.12 00:37:58.346000 [ 3 ] {1a1a73e5-802a-41ce-93f5-9c6578d94d54} <Debug> DynamicQueryHandler: Done processing query | ||
3344 | 2024.07.12 00:37:58.346020 [ 186 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
3345 | 2024.07.12 00:37:58.346135 [ 3 ] {1a1a73e5-802a-41ce-93f5-9c6578d94d54} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3346 | 2024.07.12 00:37:58.346272 [ 3 ] {} <Debug> HTTP-Session: c51c583c-6e60-467a-83a5-8b6c5ff40a77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3347 | 2024.07.12 00:37:58.346596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3348 | 2024.07.12 00:37:58.346768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3349 | 2024.07.12 00:37:58.346801 [ 186 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3350 | 2024.07.12 00:37:58.346842 [ 3 ] {} <Debug> HTTP-Session: 5e534bcb-1bf8-4f0b-8c99-74f094154393 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3351 | 2024.07.12 00:37:58.346929 [ 3 ] {} <Debug> HTTP-Session: 5e534bcb-1bf8-4f0b-8c99-74f094154393 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3352 | 2024.07.12 00:37:58.346943 [ 186 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 47 rows starting from the beginning of the part | ||
3353 | 2024.07.12 00:37:58.346996 [ 3 ] {} <Debug> HTTP-Session: 5e534bcb-1bf8-4f0b-8c99-74f094154393 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3354 | 2024.07.12 00:37:58.347117 [ 3 ] {} <Trace> HTTP-Session: 5e534bcb-1bf8-4f0b-8c99-74f094154393 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3355 | 2024.07.12 00:37:58.347347 [ 186 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
3356 | 2024.07.12 00:37:58.347805 [ 3 ] {387fc7a4-be97-4cf6-a506-ab165e6427e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3357 | 2024.07.12 00:37:58.347845 [ 186 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
3358 | 2024.07.12 00:37:58.348029 [ 3 ] {387fc7a4-be97-4cf6-a506-ab165e6427e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3359 | 2024.07.12 00:37:58.348231 [ 186 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part | ||
3360 | 2024.07.12 00:37:58.348609 [ 186 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
3361 | 2024.07.12 00:37:58.349040 [ 186 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
3362 | 2024.07.12 00:37:58.350306 [ 3 ] {387fc7a4-be97-4cf6-a506-ab165e6427e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3363 | 2024.07.12 00:37:58.352021 [ 3 ] {387fc7a4-be97-4cf6-a506-ab165e6427e7} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3364 | 2024.07.12 00:37:58.352105 [ 3 ] {387fc7a4-be97-4cf6-a506-ab165e6427e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3365 | 2024.07.12 00:37:58.354132 [ 3 ] {387fc7a4-be97-4cf6-a506-ab165e6427e7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3366 | 2024.07.12 00:37:58.356045 [ 194 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 4 columns (4 merged, 0 gathered) in 0.010497701 sec., 15717.727148067945 rows/sec., 900.87 KiB/sec. | ||
3367 | 2024.07.12 00:37:58.356203 [ 3 ] {387fc7a4-be97-4cf6-a506-ab165e6427e7} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3368 | 2024.07.12 00:37:58.356361 [ 194 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3369 | 2024.07.12 00:37:58.356621 [ 3 ] {387fc7a4-be97-4cf6-a506-ab165e6427e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.009146 sec., 6560.244915810191 rows/sec., 452.73 KiB/sec. | ||
3370 | 2024.07.12 00:37:58.356981 [ 3 ] {387fc7a4-be97-4cf6-a506-ab165e6427e7} <Debug> DynamicQueryHandler: Done processing query | ||
3371 | 2024.07.12 00:37:58.357020 [ 3 ] {387fc7a4-be97-4cf6-a506-ab165e6427e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3372 | 2024.07.12 00:37:58.357043 [ 3 ] {} <Debug> HTTP-Session: 5e534bcb-1bf8-4f0b-8c99-74f094154393 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3373 | 2024.07.12 00:37:58.357216 [ 194 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_6_1} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3374 | 2024.07.12 00:37:58.357299 [ 194 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_6_1} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3375 | 2024.07.12 00:37:58.357379 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3376 | 2024.07.12 00:37:58.359276 [ 199 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 19 columns (19 merged, 0 gathered) in 0.019069913 sec., 8652.372981460376 rows/sec., 15.50 MiB/sec. | ||
3377 | 2024.07.12 00:37:58.359824 [ 199 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3378 | 2024.07.12 00:37:58.360348 [ 199 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3379 | 2024.07.12 00:37:58.360419 [ 199 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3380 | 2024.07.12 00:37:58.360511 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
3381 | 2024.07.12 00:37:59.000169 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.23 MiB, peak 191.95 MiB, free memory in arenas 0.00 B, will set to 181.45 MiB (RSS), difference: 1.22 MiB | ||
3382 | 2024.07.12 00:38:03.290091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3383 | 2024.07.12 00:38:03.290205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3384 | 2024.07.12 00:38:03.290236 [ 3 ] {} <Debug> HTTP-Session: 067f9152-06b7-4a77-9082-7b215e9f0e39 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3385 | 2024.07.12 00:38:03.290260 [ 3 ] {} <Debug> HTTP-Session: 067f9152-06b7-4a77-9082-7b215e9f0e39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3386 | 2024.07.12 00:38:03.290275 [ 3 ] {} <Debug> HTTP-Session: 067f9152-06b7-4a77-9082-7b215e9f0e39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3387 | 2024.07.12 00:38:03.290326 [ 3 ] {} <Trace> HTTP-Session: 067f9152-06b7-4a77-9082-7b215e9f0e39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3388 | 2024.07.12 00:38:03.290511 [ 3 ] {1ef37438-012d-4d47-b45b-b4f841f8a88a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3389 | 2024.07.12 00:38:03.290580 [ 3 ] {1ef37438-012d-4d47-b45b-b4f841f8a88a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3390 | 2024.07.12 00:38:03.290773 [ 3 ] {1ef37438-012d-4d47-b45b-b4f841f8a88a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3391 | 2024.07.12 00:38:03.291172 [ 3 ] {1ef37438-012d-4d47-b45b-b4f841f8a88a} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3392 | 2024.07.12 00:38:03.291218 [ 3 ] {1ef37438-012d-4d47-b45b-b4f841f8a88a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3393 | 2024.07.12 00:38:03.291584 [ 3 ] {1ef37438-012d-4d47-b45b-b4f841f8a88a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3394 | 2024.07.12 00:38:03.291928 [ 3 ] {1ef37438-012d-4d47-b45b-b4f841f8a88a} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3395 | 2024.07.12 00:38:03.292095 [ 3 ] {1ef37438-012d-4d47-b45b-b4f841f8a88a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001638 sec., 3663.0036630036634 rows/sec., 298.69 KiB/sec. | ||
3396 | 2024.07.12 00:38:03.292335 [ 3 ] {1ef37438-012d-4d47-b45b-b4f841f8a88a} <Debug> DynamicQueryHandler: Done processing query | ||
3397 | 2024.07.12 00:38:03.292362 [ 3 ] {1ef37438-012d-4d47-b45b-b4f841f8a88a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3398 | 2024.07.12 00:38:03.292378 [ 3 ] {} <Debug> HTTP-Session: 067f9152-06b7-4a77-9082-7b215e9f0e39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3399 | 2024.07.12 00:38:03.292562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3400 | 2024.07.12 00:38:03.292615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3401 | 2024.07.12 00:38:03.292634 [ 3 ] {} <Debug> HTTP-Session: a9fe472a-3c9f-488c-b5e9-8be94956947b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3402 | 2024.07.12 00:38:03.292655 [ 3 ] {} <Debug> HTTP-Session: a9fe472a-3c9f-488c-b5e9-8be94956947b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3403 | 2024.07.12 00:38:03.292669 [ 3 ] {} <Debug> HTTP-Session: a9fe472a-3c9f-488c-b5e9-8be94956947b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3404 | 2024.07.12 00:38:03.292704 [ 3 ] {} <Trace> HTTP-Session: a9fe472a-3c9f-488c-b5e9-8be94956947b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3405 | 2024.07.12 00:38:03.292835 [ 3 ] {4dcd6a5b-d220-4867-a792-7b94daa473be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3406 | 2024.07.12 00:38:03.292882 [ 3 ] {4dcd6a5b-d220-4867-a792-7b94daa473be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3407 | 2024.07.12 00:38:03.293011 [ 3 ] {4dcd6a5b-d220-4867-a792-7b94daa473be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3408 | 2024.07.12 00:38:03.293376 [ 3 ] {4dcd6a5b-d220-4867-a792-7b94daa473be} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3409 | 2024.07.12 00:38:03.293414 [ 3 ] {4dcd6a5b-d220-4867-a792-7b94daa473be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3410 | 2024.07.12 00:38:03.293732 [ 3 ] {4dcd6a5b-d220-4867-a792-7b94daa473be} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3411 | 2024.07.12 00:38:03.294055 [ 3 ] {4dcd6a5b-d220-4867-a792-7b94daa473be} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3412 | 2024.07.12 00:38:03.294229 [ 3 ] {4dcd6a5b-d220-4867-a792-7b94daa473be} <Debug> executeQuery: Read 95 rows, 7.36 KiB in 0.001434 sec., 66248.25662482566 rows/sec., 5.01 MiB/sec. | ||
3413 | 2024.07.12 00:38:03.294559 [ 3 ] {4dcd6a5b-d220-4867-a792-7b94daa473be} <Debug> DynamicQueryHandler: Done processing query | ||
3414 | 2024.07.12 00:38:03.294585 [ 3 ] {4dcd6a5b-d220-4867-a792-7b94daa473be} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3415 | 2024.07.12 00:38:03.294601 [ 3 ] {} <Debug> HTTP-Session: a9fe472a-3c9f-488c-b5e9-8be94956947b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3416 | 2024.07.12 00:38:03.294746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3417 | 2024.07.12 00:38:03.294800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3418 | 2024.07.12 00:38:03.294820 [ 3 ] {} <Debug> HTTP-Session: a4d9a2e5-2d89-443c-badc-53176fc82de6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3419 | 2024.07.12 00:38:03.294838 [ 3 ] {} <Debug> HTTP-Session: a4d9a2e5-2d89-443c-badc-53176fc82de6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3420 | 2024.07.12 00:38:03.294854 [ 3 ] {} <Debug> HTTP-Session: a4d9a2e5-2d89-443c-badc-53176fc82de6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3421 | 2024.07.12 00:38:03.294886 [ 3 ] {} <Trace> HTTP-Session: a4d9a2e5-2d89-443c-badc-53176fc82de6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3422 | 2024.07.12 00:38:03.294987 [ 3 ] {bdfc7dc6-d295-45ed-8b86-919fb838d53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3423 | 2024.07.12 00:38:03.295031 [ 3 ] {bdfc7dc6-d295-45ed-8b86-919fb838d53d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3424 | 2024.07.12 00:38:03.295180 [ 3 ] {bdfc7dc6-d295-45ed-8b86-919fb838d53d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3425 | 2024.07.12 00:38:03.295530 [ 3 ] {bdfc7dc6-d295-45ed-8b86-919fb838d53d} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3426 | 2024.07.12 00:38:03.295568 [ 3 ] {bdfc7dc6-d295-45ed-8b86-919fb838d53d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3427 | 2024.07.12 00:38:03.295864 [ 3 ] {bdfc7dc6-d295-45ed-8b86-919fb838d53d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3428 | 2024.07.12 00:38:03.296170 [ 3 ] {bdfc7dc6-d295-45ed-8b86-919fb838d53d} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3429 | 2024.07.12 00:38:03.296323 [ 3 ] {bdfc7dc6-d295-45ed-8b86-919fb838d53d} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001363 sec., 4402.054292002935 rows/sec., 307.37 KiB/sec. | ||
3430 | 2024.07.12 00:38:03.296496 [ 3 ] {bdfc7dc6-d295-45ed-8b86-919fb838d53d} <Debug> DynamicQueryHandler: Done processing query | ||
3431 | 2024.07.12 00:38:03.296521 [ 3 ] {bdfc7dc6-d295-45ed-8b86-919fb838d53d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3432 | 2024.07.12 00:38:03.296536 [ 3 ] {} <Debug> HTTP-Session: a4d9a2e5-2d89-443c-badc-53176fc82de6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3433 | 2024.07.12 00:38:03.296674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 15947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3434 | 2024.07.12 00:38:03.296721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3435 | 2024.07.12 00:38:03.296741 [ 3 ] {} <Debug> HTTP-Session: 5ea30f43-8a28-49b6-9482-5e87b69761f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3436 | 2024.07.12 00:38:03.296757 [ 3 ] {} <Debug> HTTP-Session: 5ea30f43-8a28-49b6-9482-5e87b69761f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3437 | 2024.07.12 00:38:03.296771 [ 3 ] {} <Debug> HTTP-Session: 5ea30f43-8a28-49b6-9482-5e87b69761f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3438 | 2024.07.12 00:38:03.296801 [ 3 ] {} <Trace> HTTP-Session: 5ea30f43-8a28-49b6-9482-5e87b69761f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3439 | 2024.07.12 00:38:03.296920 [ 3 ] {b0420ef7-be98-4e09-896d-4c47f963b037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3440 | 2024.07.12 00:38:03.296962 [ 3 ] {b0420ef7-be98-4e09-896d-4c47f963b037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3441 | 2024.07.12 00:38:03.297088 [ 3 ] {b0420ef7-be98-4e09-896d-4c47f963b037} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3442 | 2024.07.12 00:38:03.297436 [ 3 ] {b0420ef7-be98-4e09-896d-4c47f963b037} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3443 | 2024.07.12 00:38:03.297472 [ 3 ] {b0420ef7-be98-4e09-896d-4c47f963b037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3444 | 2024.07.12 00:38:03.297787 [ 3 ] {b0420ef7-be98-4e09-896d-4c47f963b037} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3445 | 2024.07.12 00:38:03.298098 [ 3 ] {b0420ef7-be98-4e09-896d-4c47f963b037} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3446 | 2024.07.12 00:38:03.298251 [ 3 ] {b0420ef7-be98-4e09-896d-4c47f963b037} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.001366 sec., 68814.05563689604 rows/sec., 5.36 MiB/sec. | ||
3447 | 2024.07.12 00:38:03.298421 [ 3 ] {b0420ef7-be98-4e09-896d-4c47f963b037} <Debug> DynamicQueryHandler: Done processing query | ||
3448 | 2024.07.12 00:38:03.298445 [ 3 ] {b0420ef7-be98-4e09-896d-4c47f963b037} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3449 | 2024.07.12 00:38:03.298461 [ 3 ] {} <Debug> HTTP-Session: 5ea30f43-8a28-49b6-9482-5e87b69761f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3450 | 2024.07.12 00:38:03.298619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38155, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3451 | 2024.07.12 00:38:03.298667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3452 | 2024.07.12 00:38:03.298687 [ 3 ] {} <Debug> HTTP-Session: 6c463f00-7f4a-49e1-af0b-6bdc6a3064e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3453 | 2024.07.12 00:38:03.298705 [ 3 ] {} <Debug> HTTP-Session: 6c463f00-7f4a-49e1-af0b-6bdc6a3064e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3454 | 2024.07.12 00:38:03.298718 [ 3 ] {} <Debug> HTTP-Session: 6c463f00-7f4a-49e1-af0b-6bdc6a3064e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3455 | 2024.07.12 00:38:03.298750 [ 3 ] {} <Trace> HTTP-Session: 6c463f00-7f4a-49e1-af0b-6bdc6a3064e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3456 | 2024.07.12 00:38:03.299008 [ 3 ] {801d6d48-9376-41ba-a75b-b9d5e3c4e52a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3457 | 2024.07.12 00:38:03.299055 [ 3 ] {801d6d48-9376-41ba-a75b-b9d5e3c4e52a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3458 | 2024.07.12 00:38:03.299200 [ 3 ] {801d6d48-9376-41ba-a75b-b9d5e3c4e52a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3459 | 2024.07.12 00:38:03.299606 [ 3 ] {801d6d48-9376-41ba-a75b-b9d5e3c4e52a} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3460 | 2024.07.12 00:38:03.299643 [ 3 ] {801d6d48-9376-41ba-a75b-b9d5e3c4e52a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3461 | 2024.07.12 00:38:03.300033 [ 3 ] {801d6d48-9376-41ba-a75b-b9d5e3c4e52a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3462 | 2024.07.12 00:38:03.300382 [ 3 ] {801d6d48-9376-41ba-a75b-b9d5e3c4e52a} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3463 | 2024.07.12 00:38:03.300541 [ 3 ] {801d6d48-9376-41ba-a75b-b9d5e3c4e52a} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001681 sec., 118381.91552647234 rows/sec., 8.26 MiB/sec. | ||
3464 | 2024.07.12 00:38:03.300713 [ 3 ] {801d6d48-9376-41ba-a75b-b9d5e3c4e52a} <Debug> DynamicQueryHandler: Done processing query | ||
3465 | 2024.07.12 00:38:03.300737 [ 3 ] {801d6d48-9376-41ba-a75b-b9d5e3c4e52a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3466 | 2024.07.12 00:38:03.300753 [ 3 ] {} <Debug> HTTP-Session: 6c463f00-7f4a-49e1-af0b-6bdc6a3064e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3467 | 2024.07.12 00:38:03.300921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3468 | 2024.07.12 00:38:03.300970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3469 | 2024.07.12 00:38:03.300988 [ 3 ] {} <Debug> HTTP-Session: b99cc986-9086-4765-bd29-cd08b0692be2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3470 | 2024.07.12 00:38:03.301005 [ 3 ] {} <Debug> HTTP-Session: b99cc986-9086-4765-bd29-cd08b0692be2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3471 | 2024.07.12 00:38:03.301018 [ 3 ] {} <Debug> HTTP-Session: b99cc986-9086-4765-bd29-cd08b0692be2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3472 | 2024.07.12 00:38:03.301049 [ 3 ] {} <Trace> HTTP-Session: b99cc986-9086-4765-bd29-cd08b0692be2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3473 | 2024.07.12 00:38:03.301161 [ 3 ] {af0882fe-a558-4adb-8a2e-110a707bbccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3474 | 2024.07.12 00:38:03.301206 [ 3 ] {af0882fe-a558-4adb-8a2e-110a707bbccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3475 | 2024.07.12 00:38:03.301330 [ 3 ] {af0882fe-a558-4adb-8a2e-110a707bbccb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3476 | 2024.07.12 00:38:03.301633 [ 3 ] {af0882fe-a558-4adb-8a2e-110a707bbccb} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3477 | 2024.07.12 00:38:03.301669 [ 3 ] {af0882fe-a558-4adb-8a2e-110a707bbccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3478 | 2024.07.12 00:38:03.302020 [ 3 ] {af0882fe-a558-4adb-8a2e-110a707bbccb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3479 | 2024.07.12 00:38:03.302338 [ 3 ] {af0882fe-a558-4adb-8a2e-110a707bbccb} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3480 | 2024.07.12 00:38:03.302477 [ 3 ] {af0882fe-a558-4adb-8a2e-110a707bbccb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec. | ||
3481 | 2024.07.12 00:38:03.302673 [ 3 ] {af0882fe-a558-4adb-8a2e-110a707bbccb} <Debug> DynamicQueryHandler: Done processing query | ||
3482 | 2024.07.12 00:38:03.302697 [ 3 ] {af0882fe-a558-4adb-8a2e-110a707bbccb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3483 | 2024.07.12 00:38:03.302713 [ 3 ] {} <Debug> HTTP-Session: b99cc986-9086-4765-bd29-cd08b0692be2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3484 | 2024.07.12 00:38:07.434263 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3485 | 2024.07.12 00:38:07.434331 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3486 | 2024.07.12 00:38:08.293915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3487 | 2024.07.12 00:38:08.294044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3488 | 2024.07.12 00:38:08.294074 [ 3 ] {} <Debug> HTTP-Session: 21c5140b-5121-4a2a-9ef5-92435d4326f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3489 | 2024.07.12 00:38:08.294103 [ 3 ] {} <Debug> HTTP-Session: 21c5140b-5121-4a2a-9ef5-92435d4326f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3490 | 2024.07.12 00:38:08.294120 [ 3 ] {} <Debug> HTTP-Session: 21c5140b-5121-4a2a-9ef5-92435d4326f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3491 | 2024.07.12 00:38:08.294176 [ 3 ] {} <Trace> HTTP-Session: 21c5140b-5121-4a2a-9ef5-92435d4326f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3492 | 2024.07.12 00:38:08.294403 [ 3 ] {0656089b-7a7e-432b-b480-2df11d714c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3493 | 2024.07.12 00:38:08.294480 [ 3 ] {0656089b-7a7e-432b-b480-2df11d714c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3494 | 2024.07.12 00:38:08.294694 [ 3 ] {0656089b-7a7e-432b-b480-2df11d714c38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3495 | 2024.07.12 00:38:08.295159 [ 3 ] {0656089b-7a7e-432b-b480-2df11d714c38} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3496 | 2024.07.12 00:38:08.295206 [ 3 ] {0656089b-7a7e-432b-b480-2df11d714c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3497 | 2024.07.12 00:38:08.295586 [ 3 ] {0656089b-7a7e-432b-b480-2df11d714c38} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3498 | 2024.07.12 00:38:08.295924 [ 3 ] {0656089b-7a7e-432b-b480-2df11d714c38} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3499 | 2024.07.12 00:38:08.296097 [ 3 ] {0656089b-7a7e-432b-b480-2df11d714c38} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001762 sec., 20998.864926220205 rows/sec., 1.58 MiB/sec. | ||
3500 | 2024.07.12 00:38:08.296425 [ 3 ] {0656089b-7a7e-432b-b480-2df11d714c38} <Debug> DynamicQueryHandler: Done processing query | ||
3501 | 2024.07.12 00:38:08.296454 [ 3 ] {0656089b-7a7e-432b-b480-2df11d714c38} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3502 | 2024.07.12 00:38:08.296471 [ 3 ] {} <Debug> HTTP-Session: 21c5140b-5121-4a2a-9ef5-92435d4326f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3503 | 2024.07.12 00:38:08.296689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3504 | 2024.07.12 00:38:08.296745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3505 | 2024.07.12 00:38:08.296765 [ 3 ] {} <Debug> HTTP-Session: 24d2bd1d-abd8-47cb-8a2a-9e86ef2f29dd Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3506 | 2024.07.12 00:38:08.296784 [ 3 ] {} <Debug> HTTP-Session: 24d2bd1d-abd8-47cb-8a2a-9e86ef2f29dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3507 | 2024.07.12 00:38:08.296798 [ 3 ] {} <Debug> HTTP-Session: 24d2bd1d-abd8-47cb-8a2a-9e86ef2f29dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3508 | 2024.07.12 00:38:08.296834 [ 3 ] {} <Trace> HTTP-Session: 24d2bd1d-abd8-47cb-8a2a-9e86ef2f29dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3509 | 2024.07.12 00:38:08.297017 [ 3 ] {abf9db3f-5a5e-4cf6-bc4e-c29523c0af00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3510 | 2024.07.12 00:38:08.297067 [ 3 ] {abf9db3f-5a5e-4cf6-bc4e-c29523c0af00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3511 | 2024.07.12 00:38:08.297215 [ 3 ] {abf9db3f-5a5e-4cf6-bc4e-c29523c0af00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3512 | 2024.07.12 00:38:08.297704 [ 3 ] {abf9db3f-5a5e-4cf6-bc4e-c29523c0af00} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3513 | 2024.07.12 00:38:08.297743 [ 3 ] {abf9db3f-5a5e-4cf6-bc4e-c29523c0af00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3514 | 2024.07.12 00:38:08.298072 [ 3 ] {abf9db3f-5a5e-4cf6-bc4e-c29523c0af00} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3515 | 2024.07.12 00:38:08.298394 [ 3 ] {abf9db3f-5a5e-4cf6-bc4e-c29523c0af00} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3516 | 2024.07.12 00:38:08.298563 [ 3 ] {abf9db3f-5a5e-4cf6-bc4e-c29523c0af00} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.00163 sec., 155828.22085889571 rows/sec., 13.74 MiB/sec. | ||
3517 | 2024.07.12 00:38:08.298729 [ 3 ] {abf9db3f-5a5e-4cf6-bc4e-c29523c0af00} <Debug> DynamicQueryHandler: Done processing query | ||
3518 | 2024.07.12 00:38:08.298754 [ 3 ] {abf9db3f-5a5e-4cf6-bc4e-c29523c0af00} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
3519 | 2024.07.12 00:38:08.298770 [ 3 ] {} <Debug> HTTP-Session: 24d2bd1d-abd8-47cb-8a2a-9e86ef2f29dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3520 | 2024.07.12 00:38:08.298972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3521 | 2024.07.12 00:38:08.299021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3522 | 2024.07.12 00:38:08.299040 [ 3 ] {} <Debug> HTTP-Session: 040cf585-03b1-4761-9492-dd934953804d Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3523 | 2024.07.12 00:38:08.299058 [ 3 ] {} <Debug> HTTP-Session: 040cf585-03b1-4761-9492-dd934953804d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3524 | 2024.07.12 00:38:08.299071 [ 3 ] {} <Debug> HTTP-Session: 040cf585-03b1-4761-9492-dd934953804d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3525 | 2024.07.12 00:38:08.299103 [ 3 ] {} <Trace> HTTP-Session: 040cf585-03b1-4761-9492-dd934953804d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3526 | 2024.07.12 00:38:08.299367 [ 3 ] {8ee17629-8eea-4d06-b08a-45f9e0aaa18f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3527 | 2024.07.12 00:38:08.299412 [ 3 ] {8ee17629-8eea-4d06-b08a-45f9e0aaa18f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3528 | 2024.07.12 00:38:08.299539 [ 3 ] {8ee17629-8eea-4d06-b08a-45f9e0aaa18f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3529 | 2024.07.12 00:38:08.300120 [ 3 ] {8ee17629-8eea-4d06-b08a-45f9e0aaa18f} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3530 | 2024.07.12 00:38:08.300157 [ 3 ] {8ee17629-8eea-4d06-b08a-45f9e0aaa18f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3531 | 2024.07.12 00:38:08.300492 [ 3 ] {8ee17629-8eea-4d06-b08a-45f9e0aaa18f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3532 | 2024.07.12 00:38:08.300801 [ 3 ] {8ee17629-8eea-4d06-b08a-45f9e0aaa18f} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3533 | 2024.07.12 00:38:08.300962 [ 3 ] {8ee17629-8eea-4d06-b08a-45f9e0aaa18f} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001721 sec., 239976.7576990122 rows/sec., 17.00 MiB/sec. | ||
3534 | 2024.07.12 00:38:08.301129 [ 3 ] {8ee17629-8eea-4d06-b08a-45f9e0aaa18f} <Debug> DynamicQueryHandler: Done processing query | ||
3535 | 2024.07.12 00:38:08.301153 [ 3 ] {8ee17629-8eea-4d06-b08a-45f9e0aaa18f} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
3536 | 2024.07.12 00:38:08.301169 [ 3 ] {} <Debug> HTTP-Session: 040cf585-03b1-4761-9492-dd934953804d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3537 | 2024.07.12 00:38:08.301309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3538 | 2024.07.12 00:38:08.301357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3539 | 2024.07.12 00:38:08.301376 [ 3 ] {} <Debug> HTTP-Session: 47a37b6b-d750-4b2f-be6b-bfbc96ad9afb Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3540 | 2024.07.12 00:38:08.301393 [ 3 ] {} <Debug> HTTP-Session: 47a37b6b-d750-4b2f-be6b-bfbc96ad9afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3541 | 2024.07.12 00:38:08.301407 [ 3 ] {} <Debug> HTTP-Session: 47a37b6b-d750-4b2f-be6b-bfbc96ad9afb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3542 | 2024.07.12 00:38:08.301439 [ 3 ] {} <Trace> HTTP-Session: 47a37b6b-d750-4b2f-be6b-bfbc96ad9afb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3543 | 2024.07.12 00:38:08.301536 [ 3 ] {5f8de92a-7816-421c-908b-c4e5ceca52d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3544 | 2024.07.12 00:38:08.301581 [ 3 ] {5f8de92a-7816-421c-908b-c4e5ceca52d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3545 | 2024.07.12 00:38:08.301708 [ 3 ] {5f8de92a-7816-421c-908b-c4e5ceca52d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3546 | 2024.07.12 00:38:08.301956 [ 3 ] {5f8de92a-7816-421c-908b-c4e5ceca52d5} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3547 | 2024.07.12 00:38:08.301992 [ 3 ] {5f8de92a-7816-421c-908b-c4e5ceca52d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3548 | 2024.07.12 00:38:08.302358 [ 3 ] {5f8de92a-7816-421c-908b-c4e5ceca52d5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3549 | 2024.07.12 00:38:08.302679 [ 3 ] {5f8de92a-7816-421c-908b-c4e5ceca52d5} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3550 | 2024.07.12 00:38:08.302842 [ 3 ] {5f8de92a-7816-421c-908b-c4e5ceca52d5} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 193.84 KiB/sec. | ||
3551 | 2024.07.12 00:38:08.302999 [ 3 ] {5f8de92a-7816-421c-908b-c4e5ceca52d5} <Debug> DynamicQueryHandler: Done processing query | ||
3552 | 2024.07.12 00:38:08.303023 [ 3 ] {5f8de92a-7816-421c-908b-c4e5ceca52d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3553 | 2024.07.12 00:38:08.303038 [ 3 ] {} <Debug> HTTP-Session: 47a37b6b-d750-4b2f-be6b-bfbc96ad9afb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3554 | 2024.07.12 00:38:08.303191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3555 | 2024.07.12 00:38:08.303240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3556 | 2024.07.12 00:38:08.303258 [ 3 ] {} <Debug> HTTP-Session: 8c56ad42-969f-469c-a56c-b02552f2ce2d Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3557 | 2024.07.12 00:38:08.303274 [ 3 ] {} <Debug> HTTP-Session: 8c56ad42-969f-469c-a56c-b02552f2ce2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3558 | 2024.07.12 00:38:08.303288 [ 3 ] {} <Debug> HTTP-Session: 8c56ad42-969f-469c-a56c-b02552f2ce2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3559 | 2024.07.12 00:38:08.303318 [ 3 ] {} <Trace> HTTP-Session: 8c56ad42-969f-469c-a56c-b02552f2ce2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3560 | 2024.07.12 00:38:08.303438 [ 3 ] {ee59bee9-1f4d-45b9-95b6-0f126b9c55b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3561 | 2024.07.12 00:38:08.303483 [ 3 ] {ee59bee9-1f4d-45b9-95b6-0f126b9c55b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3562 | 2024.07.12 00:38:08.303623 [ 3 ] {ee59bee9-1f4d-45b9-95b6-0f126b9c55b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3563 | 2024.07.12 00:38:08.303973 [ 3 ] {ee59bee9-1f4d-45b9-95b6-0f126b9c55b1} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3564 | 2024.07.12 00:38:08.304009 [ 3 ] {ee59bee9-1f4d-45b9-95b6-0f126b9c55b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3565 | 2024.07.12 00:38:08.304385 [ 3 ] {ee59bee9-1f4d-45b9-95b6-0f126b9c55b1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3566 | 2024.07.12 00:38:08.304724 [ 3 ] {ee59bee9-1f4d-45b9-95b6-0f126b9c55b1} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3567 | 2024.07.12 00:38:08.304890 [ 3 ] {ee59bee9-1f4d-45b9-95b6-0f126b9c55b1} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001497 sec., 51436.205744822975 rows/sec., 3.17 MiB/sec. | ||
3568 | 2024.07.12 00:38:08.305066 [ 3 ] {ee59bee9-1f4d-45b9-95b6-0f126b9c55b1} <Debug> DynamicQueryHandler: Done processing query | ||
3569 | 2024.07.12 00:38:08.305091 [ 3 ] {ee59bee9-1f4d-45b9-95b6-0f126b9c55b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3570 | 2024.07.12 00:38:08.305106 [ 3 ] {} <Debug> HTTP-Session: 8c56ad42-969f-469c-a56c-b02552f2ce2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3571 | 2024.07.12 00:38:08.305285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3572 | 2024.07.12 00:38:08.305332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3573 | 2024.07.12 00:38:08.305351 [ 3 ] {} <Debug> HTTP-Session: 1fb57309-ebe7-4702-9fbe-1bf9aab77636 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3574 | 2024.07.12 00:38:08.305368 [ 3 ] {} <Debug> HTTP-Session: 1fb57309-ebe7-4702-9fbe-1bf9aab77636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3575 | 2024.07.12 00:38:08.305382 [ 3 ] {} <Debug> HTTP-Session: 1fb57309-ebe7-4702-9fbe-1bf9aab77636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3576 | 2024.07.12 00:38:08.305412 [ 3 ] {} <Trace> HTTP-Session: 1fb57309-ebe7-4702-9fbe-1bf9aab77636 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3577 | 2024.07.12 00:38:08.305552 [ 3 ] {6fc3b47f-51fc-4acb-a47d-63a9b7fc461a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3578 | 2024.07.12 00:38:08.305597 [ 3 ] {6fc3b47f-51fc-4acb-a47d-63a9b7fc461a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3579 | 2024.07.12 00:38:08.305736 [ 3 ] {6fc3b47f-51fc-4acb-a47d-63a9b7fc461a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3580 | 2024.07.12 00:38:08.306084 [ 3 ] {6fc3b47f-51fc-4acb-a47d-63a9b7fc461a} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3581 | 2024.07.12 00:38:08.306119 [ 3 ] {6fc3b47f-51fc-4acb-a47d-63a9b7fc461a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3582 | 2024.07.12 00:38:08.306486 [ 3 ] {6fc3b47f-51fc-4acb-a47d-63a9b7fc461a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3583 | 2024.07.12 00:38:08.306825 [ 3 ] {6fc3b47f-51fc-4acb-a47d-63a9b7fc461a} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3584 | 2024.07.12 00:38:08.306989 [ 3 ] {6fc3b47f-51fc-4acb-a47d-63a9b7fc461a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001495 sec., 107023.41137123745 rows/sec., 7.45 MiB/sec. | ||
3585 | 2024.07.12 00:38:08.307147 [ 3 ] {6fc3b47f-51fc-4acb-a47d-63a9b7fc461a} <Debug> DynamicQueryHandler: Done processing query | ||
3586 | 2024.07.12 00:38:08.307171 [ 3 ] {6fc3b47f-51fc-4acb-a47d-63a9b7fc461a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3587 | 2024.07.12 00:38:08.307186 [ 3 ] {} <Debug> HTTP-Session: 1fb57309-ebe7-4702-9fbe-1bf9aab77636 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3588 | 2024.07.12 00:38:08.307398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 49799, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3589 | 2024.07.12 00:38:08.307445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3590 | 2024.07.12 00:38:08.307464 [ 3 ] {} <Debug> HTTP-Session: 7a475d98-efbd-4bcf-8f43-9a9cafec7813 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3591 | 2024.07.12 00:38:08.307480 [ 3 ] {} <Debug> HTTP-Session: 7a475d98-efbd-4bcf-8f43-9a9cafec7813 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3592 | 2024.07.12 00:38:08.307494 [ 3 ] {} <Debug> HTTP-Session: 7a475d98-efbd-4bcf-8f43-9a9cafec7813 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3593 | 2024.07.12 00:38:08.307523 [ 3 ] {} <Trace> HTTP-Session: 7a475d98-efbd-4bcf-8f43-9a9cafec7813 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3594 | 2024.07.12 00:38:08.307854 [ 3 ] {dda82be8-b631-4220-af97-40715932a937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3595 | 2024.07.12 00:38:08.307919 [ 3 ] {dda82be8-b631-4220-af97-40715932a937} <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 | ||
3596 | 2024.07.12 00:38:08.308317 [ 3 ] {dda82be8-b631-4220-af97-40715932a937} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3597 | 2024.07.12 00:38:08.309035 [ 3 ] {dda82be8-b631-4220-af97-40715932a937} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3598 | 2024.07.12 00:38:08.309071 [ 3 ] {dda82be8-b631-4220-af97-40715932a937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3599 | 2024.07.12 00:38:08.309733 [ 3 ] {dda82be8-b631-4220-af97-40715932a937} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3600 | 2024.07.12 00:38:08.310141 [ 3 ] {dda82be8-b631-4220-af97-40715932a937} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3601 | 2024.07.12 00:38:08.310341 [ 3 ] {dda82be8-b631-4220-af97-40715932a937} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00273 sec., 11355.311355311356 rows/sec., 20.35 MiB/sec. | ||
3602 | 2024.07.12 00:38:08.310577 [ 3 ] {dda82be8-b631-4220-af97-40715932a937} <Debug> DynamicQueryHandler: Done processing query | ||
3603 | 2024.07.12 00:38:08.310601 [ 3 ] {dda82be8-b631-4220-af97-40715932a937} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3604 | 2024.07.12 00:38:08.310617 [ 3 ] {} <Debug> HTTP-Session: 7a475d98-efbd-4bcf-8f43-9a9cafec7813 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3605 | 2024.07.12 00:38:08.310742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3606 | 2024.07.12 00:38:08.310791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3607 | 2024.07.12 00:38:08.310810 [ 3 ] {} <Debug> HTTP-Session: d602b644-8b4e-43d1-a404-d3d4be3e6a32 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3608 | 2024.07.12 00:38:08.310826 [ 3 ] {} <Debug> HTTP-Session: d602b644-8b4e-43d1-a404-d3d4be3e6a32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3609 | 2024.07.12 00:38:08.310839 [ 3 ] {} <Debug> HTTP-Session: d602b644-8b4e-43d1-a404-d3d4be3e6a32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3610 | 2024.07.12 00:38:08.310870 [ 3 ] {} <Trace> HTTP-Session: d602b644-8b4e-43d1-a404-d3d4be3e6a32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3611 | 2024.07.12 00:38:08.310980 [ 3 ] {82e4e7a3-7c79-49ee-8797-5db70526ba97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3612 | 2024.07.12 00:38:08.311024 [ 3 ] {82e4e7a3-7c79-49ee-8797-5db70526ba97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3613 | 2024.07.12 00:38:08.311150 [ 3 ] {82e4e7a3-7c79-49ee-8797-5db70526ba97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3614 | 2024.07.12 00:38:08.311420 [ 3 ] {82e4e7a3-7c79-49ee-8797-5db70526ba97} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3615 | 2024.07.12 00:38:08.311456 [ 3 ] {82e4e7a3-7c79-49ee-8797-5db70526ba97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3616 | 2024.07.12 00:38:08.311799 [ 3 ] {82e4e7a3-7c79-49ee-8797-5db70526ba97} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3617 | 2024.07.12 00:38:08.312113 [ 3 ] {82e4e7a3-7c79-49ee-8797-5db70526ba97} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3618 | 2024.07.12 00:38:08.312274 [ 3 ] {82e4e7a3-7c79-49ee-8797-5db70526ba97} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001322 sec., 17397.88199697428 rows/sec., 941.10 KiB/sec. | ||
3619 | 2024.07.12 00:38:08.312425 [ 3 ] {82e4e7a3-7c79-49ee-8797-5db70526ba97} <Debug> DynamicQueryHandler: Done processing query | ||
3620 | 2024.07.12 00:38:08.312449 [ 3 ] {82e4e7a3-7c79-49ee-8797-5db70526ba97} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3621 | 2024.07.12 00:38:08.312464 [ 3 ] {} <Debug> HTTP-Session: d602b644-8b4e-43d1-a404-d3d4be3e6a32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3622 | 2024.07.12 00:38:08.312582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3623 | 2024.07.12 00:38:08.312629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3624 | 2024.07.12 00:38:08.312648 [ 3 ] {} <Debug> HTTP-Session: 5b1399bb-e80f-4b1c-bae8-f3d8555c1e1e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3625 | 2024.07.12 00:38:08.312664 [ 3 ] {} <Debug> HTTP-Session: 5b1399bb-e80f-4b1c-bae8-f3d8555c1e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3626 | 2024.07.12 00:38:08.312678 [ 3 ] {} <Debug> HTTP-Session: 5b1399bb-e80f-4b1c-bae8-f3d8555c1e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3627 | 2024.07.12 00:38:08.312709 [ 3 ] {} <Trace> HTTP-Session: 5b1399bb-e80f-4b1c-bae8-f3d8555c1e1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3628 | 2024.07.12 00:38:08.312827 [ 3 ] {85133b86-3563-4c21-a651-1cf2fbdcf6f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3629 | 2024.07.12 00:38:08.312872 [ 3 ] {85133b86-3563-4c21-a651-1cf2fbdcf6f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3630 | 2024.07.12 00:38:08.312994 [ 3 ] {85133b86-3563-4c21-a651-1cf2fbdcf6f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3631 | 2024.07.12 00:38:08.313275 [ 3 ] {85133b86-3563-4c21-a651-1cf2fbdcf6f9} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3632 | 2024.07.12 00:38:08.313310 [ 3 ] {85133b86-3563-4c21-a651-1cf2fbdcf6f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3633 | 2024.07.12 00:38:08.313654 [ 3 ] {85133b86-3563-4c21-a651-1cf2fbdcf6f9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3634 | 2024.07.12 00:38:08.313962 [ 3 ] {85133b86-3563-4c21-a651-1cf2fbdcf6f9} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3635 | 2024.07.12 00:38:08.314118 [ 3 ] {85133b86-3563-4c21-a651-1cf2fbdcf6f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001325 sec., 45283.018867924526 rows/sec., 3.05 MiB/sec. | ||
3636 | 2024.07.12 00:38:08.314416 [ 3 ] {85133b86-3563-4c21-a651-1cf2fbdcf6f9} <Debug> DynamicQueryHandler: Done processing query | ||
3637 | 2024.07.12 00:38:08.314441 [ 3 ] {85133b86-3563-4c21-a651-1cf2fbdcf6f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3638 | 2024.07.12 00:38:08.314457 [ 3 ] {} <Debug> HTTP-Session: 5b1399bb-e80f-4b1c-bae8-f3d8555c1e1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3639 | 2024.07.12 00:38:09.569027 [ 33 ] {} <Debug> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3640 | 2024.07.12 00:38:09.569164 [ 33 ] {} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3641 | 2024.07.12 00:38:09.569211 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3642 | 2024.07.12 00:38:09.569459 [ 191 ] {18677932-7ee3-4620-aeff-eca54f4a713e::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
3643 | 2024.07.12 00:38:09.570013 [ 191 ] {18677932-7ee3-4620-aeff-eca54f4a713e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3644 | 2024.07.12 00:38:09.570098 [ 191 ] {18677932-7ee3-4620-aeff-eca54f4a713e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
3645 | 2024.07.12 00:38:09.570406 [ 191 ] {18677932-7ee3-4620-aeff-eca54f4a713e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
3646 | 2024.07.12 00:38:09.570578 [ 191 ] {18677932-7ee3-4620-aeff-eca54f4a713e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
3647 | 2024.07.12 00:38:09.570699 [ 191 ] {18677932-7ee3-4620-aeff-eca54f4a713e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
3648 | 2024.07.12 00:38:09.570817 [ 191 ] {18677932-7ee3-4620-aeff-eca54f4a713e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
3649 | 2024.07.12 00:38:09.572969 [ 191 ] {18677932-7ee3-4620-aeff-eca54f4a713e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003643876 sec., 11251.75499934685 rows/sec., 1.55 MiB/sec. | ||
3650 | 2024.07.12 00:38:09.573489 [ 196 ] {18677932-7ee3-4620-aeff-eca54f4a713e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3651 | 2024.07.12 00:38:09.574373 [ 196 ] {18677932-7ee3-4620-aeff-eca54f4a713e::all_1_5_1} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3652 | 2024.07.12 00:38:09.574474 [ 196 ] {18677932-7ee3-4620-aeff-eca54f4a713e::all_1_5_1} <Trace> oximeter.timeseries_schema (18677932-7ee3-4620-aeff-eca54f4a713e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3653 | 2024.07.12 00:38:09.574581 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
3654 | 2024.07.12 00:38:13.288972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3655 | 2024.07.12 00:38:13.289106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3656 | 2024.07.12 00:38:13.289133 [ 3 ] {} <Debug> HTTP-Session: 14650474-29b9-4a1a-a0a4-bcf712208f35 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3657 | 2024.07.12 00:38:13.289158 [ 3 ] {} <Debug> HTTP-Session: 14650474-29b9-4a1a-a0a4-bcf712208f35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3658 | 2024.07.12 00:38:13.289174 [ 3 ] {} <Debug> HTTP-Session: 14650474-29b9-4a1a-a0a4-bcf712208f35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3659 | 2024.07.12 00:38:13.289225 [ 3 ] {} <Trace> HTTP-Session: 14650474-29b9-4a1a-a0a4-bcf712208f35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3660 | 2024.07.12 00:38:13.289440 [ 3 ] {1af378fd-1233-47e2-8c64-f40e09735e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3661 | 2024.07.12 00:38:13.289510 [ 3 ] {1af378fd-1233-47e2-8c64-f40e09735e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3662 | 2024.07.12 00:38:13.289702 [ 3 ] {1af378fd-1233-47e2-8c64-f40e09735e80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3663 | 2024.07.12 00:38:13.290137 [ 3 ] {1af378fd-1233-47e2-8c64-f40e09735e80} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3664 | 2024.07.12 00:38:13.290186 [ 3 ] {1af378fd-1233-47e2-8c64-f40e09735e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3665 | 2024.07.12 00:38:13.290588 [ 3 ] {1af378fd-1233-47e2-8c64-f40e09735e80} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3666 | 2024.07.12 00:38:13.290918 [ 3 ] {1af378fd-1233-47e2-8c64-f40e09735e80} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3667 | 2024.07.12 00:38:13.291093 [ 3 ] {1af378fd-1233-47e2-8c64-f40e09735e80} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001713 sec., 32691.185055458263 rows/sec., 2.50 MiB/sec. | ||
3668 | 2024.07.12 00:38:13.291106 [ 26 ] {} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3669 | 2024.07.12 00:38:13.291210 [ 26 ] {} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3670 | 2024.07.12 00:38:13.291256 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3671 | 2024.07.12 00:38:13.291398 [ 3 ] {1af378fd-1233-47e2-8c64-f40e09735e80} <Debug> DynamicQueryHandler: Done processing query | ||
3672 | 2024.07.12 00:38:13.291441 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::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 | ||
3673 | 2024.07.12 00:38:13.291448 [ 3 ] {1af378fd-1233-47e2-8c64-f40e09735e80} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3674 | 2024.07.12 00:38:13.291534 [ 3 ] {} <Debug> HTTP-Session: 14650474-29b9-4a1a-a0a4-bcf712208f35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3675 | 2024.07.12 00:38:13.291645 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3676 | 2024.07.12 00:38:13.291681 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 278 rows starting from the beginning of the part | ||
3677 | 2024.07.12 00:38:13.291768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3678 | 2024.07.12 00:38:13.291769 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
3679 | 2024.07.12 00:38:13.291874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3680 | 2024.07.12 00:38:13.292035 [ 3 ] {} <Debug> HTTP-Session: 7dd8de46-a3ff-48e9-8de5-ce20fa0868db Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3681 | 2024.07.12 00:38:13.292129 [ 3 ] {} <Debug> HTTP-Session: 7dd8de46-a3ff-48e9-8de5-ce20fa0868db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3682 | 2024.07.12 00:38:13.292171 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 257 rows starting from the beginning of the part | ||
3683 | 2024.07.12 00:38:13.292189 [ 3 ] {} <Debug> HTTP-Session: 7dd8de46-a3ff-48e9-8de5-ce20fa0868db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3684 | 2024.07.12 00:38:13.292289 [ 3 ] {} <Trace> HTTP-Session: 7dd8de46-a3ff-48e9-8de5-ce20fa0868db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3685 | 2024.07.12 00:38:13.292400 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 95 rows starting from the beginning of the part | ||
3686 | 2024.07.12 00:38:13.292709 [ 3 ] {c1f87743-2b53-4501-8dd2-e54722a6d9f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3687 | 2024.07.12 00:38:13.292724 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 254 rows starting from the beginning of the part | ||
3688 | 2024.07.12 00:38:13.292842 [ 3 ] {c1f87743-2b53-4501-8dd2-e54722a6d9f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3689 | 2024.07.12 00:38:13.292968 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
3690 | 2024.07.12 00:38:13.293633 [ 3 ] {c1f87743-2b53-4501-8dd2-e54722a6d9f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3691 | 2024.07.12 00:38:13.294209 [ 3 ] {c1f87743-2b53-4501-8dd2-e54722a6d9f5} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3692 | 2024.07.12 00:38:13.294260 [ 3 ] {c1f87743-2b53-4501-8dd2-e54722a6d9f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3693 | 2024.07.12 00:38:13.294728 [ 3 ] {c1f87743-2b53-4501-8dd2-e54722a6d9f5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3694 | 2024.07.12 00:38:13.294953 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 996 rows, containing 4 columns (4 merged, 0 gathered) in 0.003616216 sec., 275426.0254365337 rows/sec., 23.45 MiB/sec. | ||
3695 | 2024.07.12 00:38:13.295105 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3696 | 2024.07.12 00:38:13.295202 [ 3 ] {c1f87743-2b53-4501-8dd2-e54722a6d9f5} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3697 | 2024.07.12 00:38:13.295505 [ 26 ] {} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3698 | 2024.07.12 00:38:13.295517 [ 3 ] {c1f87743-2b53-4501-8dd2-e54722a6d9f5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003008 sec., 21276.595744680853 rows/sec., 1.66 MiB/sec. | ||
3699 | 2024.07.12 00:38:13.295569 [ 26 ] {} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3700 | 2024.07.12 00:38:13.295708 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3701 | 2024.07.12 00:38:13.295864 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_16_3} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3702 | 2024.07.12 00:38:13.296131 [ 191 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
3703 | 2024.07.12 00:38:13.296150 [ 3 ] {c1f87743-2b53-4501-8dd2-e54722a6d9f5} <Debug> DynamicQueryHandler: Done processing query | ||
3704 | 2024.07.12 00:38:13.296267 [ 3 ] {c1f87743-2b53-4501-8dd2-e54722a6d9f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3705 | 2024.07.12 00:38:13.296399 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_16_3} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3706 | 2024.07.12 00:38:13.296404 [ 3 ] {} <Debug> HTTP-Session: 7dd8de46-a3ff-48e9-8de5-ce20fa0868db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3707 | 2024.07.12 00:38:13.296851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3708 | 2024.07.12 00:38:13.296863 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
3709 | 2024.07.12 00:38:13.296919 [ 191 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3710 | 2024.07.12 00:38:13.296950 [ 191 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 448 rows starting from the beginning of the part | ||
3711 | 2024.07.12 00:38:13.296975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3712 | 2024.07.12 00:38:13.297009 [ 3 ] {} <Debug> HTTP-Session: d50cd5bd-3909-462f-91f3-5d8488a11e80 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3713 | 2024.07.12 00:38:13.297070 [ 3 ] {} <Debug> HTTP-Session: d50cd5bd-3909-462f-91f3-5d8488a11e80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3714 | 2024.07.12 00:38:13.297087 [ 191 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
3715 | 2024.07.12 00:38:13.297137 [ 3 ] {} <Debug> HTTP-Session: d50cd5bd-3909-462f-91f3-5d8488a11e80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3716 | 2024.07.12 00:38:13.297311 [ 3 ] {} <Trace> HTTP-Session: d50cd5bd-3909-462f-91f3-5d8488a11e80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3717 | 2024.07.12 00:38:13.297423 [ 191 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 422 rows starting from the beginning of the part | ||
3718 | 2024.07.12 00:38:13.297705 [ 3 ] {853bf993-174a-4445-9b06-959c53975152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3719 | 2024.07.12 00:38:13.297711 [ 191 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 94 rows starting from the beginning of the part | ||
3720 | 2024.07.12 00:38:13.297829 [ 3 ] {853bf993-174a-4445-9b06-959c53975152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3721 | 2024.07.12 00:38:13.297961 [ 191 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 413 rows starting from the beginning of the part | ||
3722 | 2024.07.12 00:38:13.298296 [ 191 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part | ||
3723 | 2024.07.12 00:38:13.298963 [ 3 ] {853bf993-174a-4445-9b06-959c53975152} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3724 | 2024.07.12 00:38:13.299477 [ 3 ] {853bf993-174a-4445-9b06-959c53975152} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3725 | 2024.07.12 00:38:13.299521 [ 3 ] {853bf993-174a-4445-9b06-959c53975152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3726 | 2024.07.12 00:38:13.300062 [ 3 ] {853bf993-174a-4445-9b06-959c53975152} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3727 | 2024.07.12 00:38:13.300277 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1505 rows, containing 4 columns (4 merged, 0 gathered) in 0.004371008 sec., 344314.1719255604 rows/sec., 24.83 MiB/sec. | ||
3728 | 2024.07.12 00:38:13.300613 [ 3 ] {853bf993-174a-4445-9b06-959c53975152} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3729 | 2024.07.12 00:38:13.300624 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3730 | 2024.07.12 00:38:13.300877 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3731 | 2024.07.12 00:38:13.300919 [ 3 ] {853bf993-174a-4445-9b06-959c53975152} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003399 sec., 47072.66843189173 rows/sec., 3.28 MiB/sec. | ||
3732 | 2024.07.12 00:38:13.300968 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3733 | 2024.07.12 00:38:13.301069 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3734 | 2024.07.12 00:38:13.301613 [ 200 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
3735 | 2024.07.12 00:38:13.301931 [ 3 ] {853bf993-174a-4445-9b06-959c53975152} <Debug> DynamicQueryHandler: Done processing query | ||
3736 | 2024.07.12 00:38:13.302059 [ 3 ] {853bf993-174a-4445-9b06-959c53975152} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3737 | 2024.07.12 00:38:13.302185 [ 200 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3738 | 2024.07.12 00:38:13.302200 [ 3 ] {} <Debug> HTTP-Session: d50cd5bd-3909-462f-91f3-5d8488a11e80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3739 | 2024.07.12 00:38:13.302182 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_16_3} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3740 | 2024.07.12 00:38:13.302257 [ 200 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1800 rows starting from the beginning of the part | ||
3741 | 2024.07.12 00:38:13.302582 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_16_3} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3742 | 2024.07.12 00:38:13.302599 [ 200 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
3743 | 2024.07.12 00:38:13.302724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3744 | 2024.07.12 00:38:13.302958 [ 200 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 163 rows starting from the beginning of the part | ||
3745 | 2024.07.12 00:38:13.303061 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3746 | 2024.07.12 00:38:13.303256 [ 200 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 199 rows starting from the beginning of the part | ||
3747 | 2024.07.12 00:38:13.303318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3748 | 2024.07.12 00:38:13.303484 [ 3 ] {} <Debug> HTTP-Session: eb86560d-c127-4243-a41d-e81a9c00f01a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3749 | 2024.07.12 00:38:13.303506 [ 200 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
3750 | 2024.07.12 00:38:13.303557 [ 3 ] {} <Debug> HTTP-Session: eb86560d-c127-4243-a41d-e81a9c00f01a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3751 | 2024.07.12 00:38:13.303654 [ 3 ] {} <Debug> HTTP-Session: eb86560d-c127-4243-a41d-e81a9c00f01a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3752 | 2024.07.12 00:38:13.303801 [ 200 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
3753 | 2024.07.12 00:38:13.303840 [ 3 ] {} <Trace> HTTP-Session: eb86560d-c127-4243-a41d-e81a9c00f01a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3754 | 2024.07.12 00:38:13.304283 [ 3 ] {6880168d-fc41-4f2a-919a-c28b5fa29666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3755 | 2024.07.12 00:38:13.304398 [ 3 ] {6880168d-fc41-4f2a-919a-c28b5fa29666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3756 | 2024.07.12 00:38:13.305110 [ 3 ] {6880168d-fc41-4f2a-919a-c28b5fa29666} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3757 | 2024.07.12 00:38:13.305958 [ 3 ] {6880168d-fc41-4f2a-919a-c28b5fa29666} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3758 | 2024.07.12 00:38:13.306043 [ 3 ] {6880168d-fc41-4f2a-919a-c28b5fa29666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3759 | 2024.07.12 00:38:13.306773 [ 3 ] {6880168d-fc41-4f2a-919a-c28b5fa29666} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3760 | 2024.07.12 00:38:13.307413 [ 193 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2642 rows, containing 5 columns (5 merged, 0 gathered) in 0.006172175 sec., 428050.079591068 rows/sec., 29.85 MiB/sec. | ||
3761 | 2024.07.12 00:38:13.307589 [ 3 ] {6880168d-fc41-4f2a-919a-c28b5fa29666} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3762 | 2024.07.12 00:38:13.307797 [ 26 ] {} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3763 | 2024.07.12 00:38:13.307832 [ 193 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3764 | 2024.07.12 00:38:13.307845 [ 3 ] {6880168d-fc41-4f2a-919a-c28b5fa29666} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003695 sec., 16238.159675236806 rows/sec., 1.09 MiB/sec. | ||
3765 | 2024.07.12 00:38:13.307884 [ 26 ] {} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3766 | 2024.07.12 00:38:13.307972 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3767 | 2024.07.12 00:38:13.308481 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
3768 | 2024.07.12 00:38:13.309034 [ 3 ] {6880168d-fc41-4f2a-919a-c28b5fa29666} <Debug> DynamicQueryHandler: Done processing query | ||
3769 | 2024.07.12 00:38:13.309197 [ 3 ] {6880168d-fc41-4f2a-919a-c28b5fa29666} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3770 | 2024.07.12 00:38:13.309323 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3771 | 2024.07.12 00:38:13.309354 [ 3 ] {} <Debug> HTTP-Session: eb86560d-c127-4243-a41d-e81a9c00f01a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3772 | 2024.07.12 00:38:13.309468 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 588 rows starting from the beginning of the part | ||
3773 | 2024.07.12 00:38:13.309751 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
3774 | 2024.07.12 00:38:13.309974 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
3775 | 2024.07.12 00:38:13.310027 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3776 | 2024.07.12 00:38:13.310203 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
3777 | 2024.07.12 00:38:13.310418 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3778 | 2024.07.12 00:38:13.310458 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
3779 | 2024.07.12 00:38:13.310705 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
3780 | 2024.07.12 00:38:13.310728 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
3781 | 2024.07.12 00:38:13.311858 [ 189 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 888 rows, containing 4 columns (4 merged, 0 gathered) in 0.003718677 sec., 238794.60356465486 rows/sec., 16.10 MiB/sec. | ||
3782 | 2024.07.12 00:38:13.312026 [ 188 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3783 | 2024.07.12 00:38:13.312421 [ 188 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_16_3} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3784 | 2024.07.12 00:38:13.312506 [ 188 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_16_3} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3785 | 2024.07.12 00:38:13.312589 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3786 | 2024.07.12 00:38:18.294120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3787 | 2024.07.12 00:38:18.294251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3788 | 2024.07.12 00:38:18.294277 [ 3 ] {} <Debug> HTTP-Session: dcab5c0c-aa49-4b5b-a833-2b10cddc0ce0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3789 | 2024.07.12 00:38:18.294301 [ 3 ] {} <Debug> HTTP-Session: dcab5c0c-aa49-4b5b-a833-2b10cddc0ce0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3790 | 2024.07.12 00:38:18.294316 [ 3 ] {} <Debug> HTTP-Session: dcab5c0c-aa49-4b5b-a833-2b10cddc0ce0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3791 | 2024.07.12 00:38:18.294364 [ 3 ] {} <Trace> HTTP-Session: dcab5c0c-aa49-4b5b-a833-2b10cddc0ce0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3792 | 2024.07.12 00:38:18.294553 [ 3 ] {1c9bea72-7648-45a1-8630-04dcee2264e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3793 | 2024.07.12 00:38:18.294617 [ 3 ] {1c9bea72-7648-45a1-8630-04dcee2264e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3794 | 2024.07.12 00:38:18.294803 [ 3 ] {1c9bea72-7648-45a1-8630-04dcee2264e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3795 | 2024.07.12 00:38:18.295274 [ 3 ] {1c9bea72-7648-45a1-8630-04dcee2264e8} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3796 | 2024.07.12 00:38:18.295315 [ 3 ] {1c9bea72-7648-45a1-8630-04dcee2264e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3797 | 2024.07.12 00:38:18.295674 [ 3 ] {1c9bea72-7648-45a1-8630-04dcee2264e8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3798 | 2024.07.12 00:38:18.296003 [ 3 ] {1c9bea72-7648-45a1-8630-04dcee2264e8} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3799 | 2024.07.12 00:38:18.296170 [ 3 ] {1c9bea72-7648-45a1-8630-04dcee2264e8} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001673 sec., 22115.95935445308 rows/sec., 1.67 MiB/sec. | ||
3800 | 2024.07.12 00:38:18.296485 [ 3 ] {1c9bea72-7648-45a1-8630-04dcee2264e8} <Debug> DynamicQueryHandler: Done processing query | ||
3801 | 2024.07.12 00:38:18.296512 [ 3 ] {1c9bea72-7648-45a1-8630-04dcee2264e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3802 | 2024.07.12 00:38:18.296528 [ 3 ] {} <Debug> HTTP-Session: dcab5c0c-aa49-4b5b-a833-2b10cddc0ce0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3803 | 2024.07.12 00:38:18.296765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3804 | 2024.07.12 00:38:18.296814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3805 | 2024.07.12 00:38:18.296833 [ 3 ] {} <Debug> HTTP-Session: 4f956c55-24c2-4d21-9084-30e2fcbc51e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3806 | 2024.07.12 00:38:18.296849 [ 3 ] {} <Debug> HTTP-Session: 4f956c55-24c2-4d21-9084-30e2fcbc51e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3807 | 2024.07.12 00:38:18.296863 [ 3 ] {} <Debug> HTTP-Session: 4f956c55-24c2-4d21-9084-30e2fcbc51e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3808 | 2024.07.12 00:38:18.296894 [ 3 ] {} <Trace> HTTP-Session: 4f956c55-24c2-4d21-9084-30e2fcbc51e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3809 | 2024.07.12 00:38:18.297071 [ 3 ] {26a166eb-2e7f-4e50-b465-cfb9c26280fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3810 | 2024.07.12 00:38:18.297115 [ 3 ] {26a166eb-2e7f-4e50-b465-cfb9c26280fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3811 | 2024.07.12 00:38:18.297254 [ 3 ] {26a166eb-2e7f-4e50-b465-cfb9c26280fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3812 | 2024.07.12 00:38:18.297732 [ 3 ] {26a166eb-2e7f-4e50-b465-cfb9c26280fd} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3813 | 2024.07.12 00:38:18.297769 [ 3 ] {26a166eb-2e7f-4e50-b465-cfb9c26280fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3814 | 2024.07.12 00:38:18.298094 [ 3 ] {26a166eb-2e7f-4e50-b465-cfb9c26280fd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3815 | 2024.07.12 00:38:18.298406 [ 3 ] {26a166eb-2e7f-4e50-b465-cfb9c26280fd} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3816 | 2024.07.12 00:38:18.298525 [ 3 ] {26a166eb-2e7f-4e50-b465-cfb9c26280fd} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.001546 sec., 164294.95472186286 rows/sec., 14.49 MiB/sec. | ||
3817 | 2024.07.12 00:38:18.298689 [ 3 ] {26a166eb-2e7f-4e50-b465-cfb9c26280fd} <Debug> DynamicQueryHandler: Done processing query | ||
3818 | 2024.07.12 00:38:18.298715 [ 3 ] {26a166eb-2e7f-4e50-b465-cfb9c26280fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
3819 | 2024.07.12 00:38:18.298731 [ 3 ] {} <Debug> HTTP-Session: 4f956c55-24c2-4d21-9084-30e2fcbc51e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3820 | 2024.07.12 00:38:18.298932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3821 | 2024.07.12 00:38:18.298980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3822 | 2024.07.12 00:38:18.299000 [ 3 ] {} <Debug> HTTP-Session: c4f827c0-ccc6-495b-97d2-d99f3f50f281 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3823 | 2024.07.12 00:38:18.299017 [ 3 ] {} <Debug> HTTP-Session: c4f827c0-ccc6-495b-97d2-d99f3f50f281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3824 | 2024.07.12 00:38:18.299031 [ 3 ] {} <Debug> HTTP-Session: c4f827c0-ccc6-495b-97d2-d99f3f50f281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3825 | 2024.07.12 00:38:18.299061 [ 3 ] {} <Trace> HTTP-Session: c4f827c0-ccc6-495b-97d2-d99f3f50f281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3826 | 2024.07.12 00:38:18.299279 [ 3 ] {9ef7b974-14c0-4f3d-9bce-5d0d267aebff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3827 | 2024.07.12 00:38:18.299323 [ 3 ] {9ef7b974-14c0-4f3d-9bce-5d0d267aebff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3828 | 2024.07.12 00:38:18.299445 [ 3 ] {9ef7b974-14c0-4f3d-9bce-5d0d267aebff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3829 | 2024.07.12 00:38:18.299939 [ 3 ] {9ef7b974-14c0-4f3d-9bce-5d0d267aebff} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3830 | 2024.07.12 00:38:18.299974 [ 3 ] {9ef7b974-14c0-4f3d-9bce-5d0d267aebff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3831 | 2024.07.12 00:38:18.300292 [ 3 ] {9ef7b974-14c0-4f3d-9bce-5d0d267aebff} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3832 | 2024.07.12 00:38:18.300592 [ 3 ] {9ef7b974-14c0-4f3d-9bce-5d0d267aebff} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3833 | 2024.07.12 00:38:18.300712 [ 3 ] {9ef7b974-14c0-4f3d-9bce-5d0d267aebff} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001535 sec., 269055.3745928339 rows/sec., 19.06 MiB/sec. | ||
3834 | 2024.07.12 00:38:18.300861 [ 3 ] {9ef7b974-14c0-4f3d-9bce-5d0d267aebff} <Debug> DynamicQueryHandler: Done processing query | ||
3835 | 2024.07.12 00:38:18.300885 [ 3 ] {9ef7b974-14c0-4f3d-9bce-5d0d267aebff} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
3836 | 2024.07.12 00:38:18.300901 [ 3 ] {} <Debug> HTTP-Session: c4f827c0-ccc6-495b-97d2-d99f3f50f281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3837 | 2024.07.12 00:38:18.301043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3838 | 2024.07.12 00:38:18.301090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3839 | 2024.07.12 00:38:18.301110 [ 3 ] {} <Debug> HTTP-Session: 7ade2277-3d20-4262-ac92-ebe7581d99fe Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3840 | 2024.07.12 00:38:18.301126 [ 3 ] {} <Debug> HTTP-Session: 7ade2277-3d20-4262-ac92-ebe7581d99fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3841 | 2024.07.12 00:38:18.301140 [ 3 ] {} <Debug> HTTP-Session: 7ade2277-3d20-4262-ac92-ebe7581d99fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3842 | 2024.07.12 00:38:18.301169 [ 3 ] {} <Trace> HTTP-Session: 7ade2277-3d20-4262-ac92-ebe7581d99fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3843 | 2024.07.12 00:38:18.301263 [ 3 ] {aa6dca06-824c-4836-bb2b-d1094f703fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3844 | 2024.07.12 00:38:18.301307 [ 3 ] {aa6dca06-824c-4836-bb2b-d1094f703fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3845 | 2024.07.12 00:38:18.301429 [ 3 ] {aa6dca06-824c-4836-bb2b-d1094f703fcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3846 | 2024.07.12 00:38:18.301683 [ 3 ] {aa6dca06-824c-4836-bb2b-d1094f703fcb} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3847 | 2024.07.12 00:38:18.301718 [ 3 ] {aa6dca06-824c-4836-bb2b-d1094f703fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3848 | 2024.07.12 00:38:18.302070 [ 3 ] {aa6dca06-824c-4836-bb2b-d1094f703fcb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3849 | 2024.07.12 00:38:18.302393 [ 3 ] {aa6dca06-824c-4836-bb2b-d1094f703fcb} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3850 | 2024.07.12 00:38:18.302517 [ 3 ] {aa6dca06-824c-4836-bb2b-d1094f703fcb} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00128 sec., 4687.5 rows/sec., 201.42 KiB/sec. | ||
3851 | 2024.07.12 00:38:18.302677 [ 3 ] {aa6dca06-824c-4836-bb2b-d1094f703fcb} <Debug> DynamicQueryHandler: Done processing query | ||
3852 | 2024.07.12 00:38:18.302701 [ 3 ] {aa6dca06-824c-4836-bb2b-d1094f703fcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3853 | 2024.07.12 00:38:18.302716 [ 3 ] {} <Debug> HTTP-Session: 7ade2277-3d20-4262-ac92-ebe7581d99fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3854 | 2024.07.12 00:38:18.302834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3855 | 2024.07.12 00:38:18.302880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3856 | 2024.07.12 00:38:18.302899 [ 3 ] {} <Debug> HTTP-Session: 00736992-6e56-4d40-b796-9a308369fe45 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3857 | 2024.07.12 00:38:18.302916 [ 3 ] {} <Debug> HTTP-Session: 00736992-6e56-4d40-b796-9a308369fe45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3858 | 2024.07.12 00:38:18.302930 [ 3 ] {} <Debug> HTTP-Session: 00736992-6e56-4d40-b796-9a308369fe45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3859 | 2024.07.12 00:38:18.302959 [ 3 ] {} <Trace> HTTP-Session: 00736992-6e56-4d40-b796-9a308369fe45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3860 | 2024.07.12 00:38:18.303072 [ 3 ] {87386afc-22be-44e4-8762-71aa4439fdcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3861 | 2024.07.12 00:38:18.303116 [ 3 ] {87386afc-22be-44e4-8762-71aa4439fdcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3862 | 2024.07.12 00:38:18.303258 [ 3 ] {87386afc-22be-44e4-8762-71aa4439fdcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3863 | 2024.07.12 00:38:18.303555 [ 3 ] {87386afc-22be-44e4-8762-71aa4439fdcb} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3864 | 2024.07.12 00:38:18.303590 [ 3 ] {87386afc-22be-44e4-8762-71aa4439fdcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3865 | 2024.07.12 00:38:18.303946 [ 3 ] {87386afc-22be-44e4-8762-71aa4439fdcb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3866 | 2024.07.12 00:38:18.304281 [ 3 ] {87386afc-22be-44e4-8762-71aa4439fdcb} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3867 | 2024.07.12 00:38:18.304412 [ 3 ] {87386afc-22be-44e4-8762-71aa4439fdcb} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001382 sec., 55716.353111432705 rows/sec., 3.43 MiB/sec. | ||
3868 | 2024.07.12 00:38:18.304688 [ 3 ] {87386afc-22be-44e4-8762-71aa4439fdcb} <Debug> DynamicQueryHandler: Done processing query | ||
3869 | 2024.07.12 00:38:18.304714 [ 3 ] {87386afc-22be-44e4-8762-71aa4439fdcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3870 | 2024.07.12 00:38:18.304730 [ 3 ] {} <Debug> HTTP-Session: 00736992-6e56-4d40-b796-9a308369fe45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3871 | 2024.07.12 00:38:18.304901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3872 | 2024.07.12 00:38:18.304949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3873 | 2024.07.12 00:38:18.304968 [ 3 ] {} <Debug> HTTP-Session: f9a07b3a-a46d-4050-ba62-ac6400d67454 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3874 | 2024.07.12 00:38:18.304984 [ 3 ] {} <Debug> HTTP-Session: f9a07b3a-a46d-4050-ba62-ac6400d67454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3875 | 2024.07.12 00:38:18.304998 [ 3 ] {} <Debug> HTTP-Session: f9a07b3a-a46d-4050-ba62-ac6400d67454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3876 | 2024.07.12 00:38:18.305027 [ 3 ] {} <Trace> HTTP-Session: f9a07b3a-a46d-4050-ba62-ac6400d67454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3877 | 2024.07.12 00:38:18.305168 [ 3 ] {5862ebd3-56bf-4d15-aa23-3db70cf0a248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3878 | 2024.07.12 00:38:18.305216 [ 3 ] {5862ebd3-56bf-4d15-aa23-3db70cf0a248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3879 | 2024.07.12 00:38:18.305370 [ 3 ] {5862ebd3-56bf-4d15-aa23-3db70cf0a248} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3880 | 2024.07.12 00:38:18.305751 [ 3 ] {5862ebd3-56bf-4d15-aa23-3db70cf0a248} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3881 | 2024.07.12 00:38:18.305786 [ 3 ] {5862ebd3-56bf-4d15-aa23-3db70cf0a248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3882 | 2024.07.12 00:38:18.306149 [ 3 ] {5862ebd3-56bf-4d15-aa23-3db70cf0a248} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3883 | 2024.07.12 00:38:18.306483 [ 3 ] {5862ebd3-56bf-4d15-aa23-3db70cf0a248} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3884 | 2024.07.12 00:38:18.306610 [ 3 ] {5862ebd3-56bf-4d15-aa23-3db70cf0a248} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001505 sec., 106312.29235880398 rows/sec., 7.40 MiB/sec. | ||
3885 | 2024.07.12 00:38:18.306820 [ 3 ] {5862ebd3-56bf-4d15-aa23-3db70cf0a248} <Debug> DynamicQueryHandler: Done processing query | ||
3886 | 2024.07.12 00:38:18.306844 [ 3 ] {5862ebd3-56bf-4d15-aa23-3db70cf0a248} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3887 | 2024.07.12 00:38:18.306860 [ 3 ] {} <Debug> HTTP-Session: f9a07b3a-a46d-4050-ba62-ac6400d67454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3888 | 2024.07.12 00:38:18.307040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 49843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3889 | 2024.07.12 00:38:18.307089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3890 | 2024.07.12 00:38:18.307108 [ 3 ] {} <Debug> HTTP-Session: f76f40fe-2ff2-4dc9-bdcc-1dedfd109c4b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3891 | 2024.07.12 00:38:18.307124 [ 3 ] {} <Debug> HTTP-Session: f76f40fe-2ff2-4dc9-bdcc-1dedfd109c4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3892 | 2024.07.12 00:38:18.307138 [ 3 ] {} <Debug> HTTP-Session: f76f40fe-2ff2-4dc9-bdcc-1dedfd109c4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3893 | 2024.07.12 00:38:18.307168 [ 3 ] {} <Trace> HTTP-Session: f76f40fe-2ff2-4dc9-bdcc-1dedfd109c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3894 | 2024.07.12 00:38:18.307472 [ 3 ] {05794c20-5afa-48b3-ab5f-76eea1018ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3895 | 2024.07.12 00:38:18.307534 [ 3 ] {05794c20-5afa-48b3-ab5f-76eea1018ce7} <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 | ||
3896 | 2024.07.12 00:38:18.307930 [ 3 ] {05794c20-5afa-48b3-ab5f-76eea1018ce7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3897 | 2024.07.12 00:38:18.308565 [ 3 ] {05794c20-5afa-48b3-ab5f-76eea1018ce7} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3898 | 2024.07.12 00:38:18.308600 [ 3 ] {05794c20-5afa-48b3-ab5f-76eea1018ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3899 | 2024.07.12 00:38:18.309204 [ 3 ] {05794c20-5afa-48b3-ab5f-76eea1018ce7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3900 | 2024.07.12 00:38:18.309603 [ 3 ] {05794c20-5afa-48b3-ab5f-76eea1018ce7} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3901 | 2024.07.12 00:38:18.309747 [ 3 ] {05794c20-5afa-48b3-ab5f-76eea1018ce7} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002497 sec., 12414.897877452942 rows/sec., 22.25 MiB/sec. | ||
3902 | 2024.07.12 00:38:18.309939 [ 3 ] {05794c20-5afa-48b3-ab5f-76eea1018ce7} <Debug> DynamicQueryHandler: Done processing query | ||
3903 | 2024.07.12 00:38:18.309963 [ 3 ] {05794c20-5afa-48b3-ab5f-76eea1018ce7} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3904 | 2024.07.12 00:38:18.309978 [ 3 ] {} <Debug> HTTP-Session: f76f40fe-2ff2-4dc9-bdcc-1dedfd109c4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3905 | 2024.07.12 00:38:18.310106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3906 | 2024.07.12 00:38:18.310154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3907 | 2024.07.12 00:38:18.310173 [ 3 ] {} <Debug> HTTP-Session: 171221a8-3018-4402-9cbe-27e8b5e91993 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3908 | 2024.07.12 00:38:18.310189 [ 3 ] {} <Debug> HTTP-Session: 171221a8-3018-4402-9cbe-27e8b5e91993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3909 | 2024.07.12 00:38:18.310202 [ 3 ] {} <Debug> HTTP-Session: 171221a8-3018-4402-9cbe-27e8b5e91993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3910 | 2024.07.12 00:38:18.310233 [ 3 ] {} <Trace> HTTP-Session: 171221a8-3018-4402-9cbe-27e8b5e91993 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3911 | 2024.07.12 00:38:18.310334 [ 3 ] {93a72703-6e49-43a1-a2e6-9fbc04ea19cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3912 | 2024.07.12 00:38:18.310377 [ 3 ] {93a72703-6e49-43a1-a2e6-9fbc04ea19cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3913 | 2024.07.12 00:38:18.310501 [ 3 ] {93a72703-6e49-43a1-a2e6-9fbc04ea19cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3914 | 2024.07.12 00:38:18.310817 [ 3 ] {93a72703-6e49-43a1-a2e6-9fbc04ea19cc} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3915 | 2024.07.12 00:38:18.310852 [ 3 ] {93a72703-6e49-43a1-a2e6-9fbc04ea19cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3916 | 2024.07.12 00:38:18.311205 [ 3 ] {93a72703-6e49-43a1-a2e6-9fbc04ea19cc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3917 | 2024.07.12 00:38:18.311518 [ 3 ] {93a72703-6e49-43a1-a2e6-9fbc04ea19cc} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3918 | 2024.07.12 00:38:18.311645 [ 3 ] {93a72703-6e49-43a1-a2e6-9fbc04ea19cc} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001342 sec., 17138.59910581222 rows/sec., 927.08 KiB/sec. | ||
3919 | 2024.07.12 00:38:18.311915 [ 3 ] {93a72703-6e49-43a1-a2e6-9fbc04ea19cc} <Debug> DynamicQueryHandler: Done processing query | ||
3920 | 2024.07.12 00:38:18.311940 [ 3 ] {93a72703-6e49-43a1-a2e6-9fbc04ea19cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3921 | 2024.07.12 00:38:18.311956 [ 3 ] {} <Debug> HTTP-Session: 171221a8-3018-4402-9cbe-27e8b5e91993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3922 | 2024.07.12 00:38:18.312069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3923 | 2024.07.12 00:38:18.312117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3924 | 2024.07.12 00:38:18.312136 [ 3 ] {} <Debug> HTTP-Session: cfd4a478-d9bb-46ea-a6ed-9a17b7c0e85a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3925 | 2024.07.12 00:38:18.312152 [ 3 ] {} <Debug> HTTP-Session: cfd4a478-d9bb-46ea-a6ed-9a17b7c0e85a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3926 | 2024.07.12 00:38:18.312165 [ 3 ] {} <Debug> HTTP-Session: cfd4a478-d9bb-46ea-a6ed-9a17b7c0e85a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3927 | 2024.07.12 00:38:18.312195 [ 3 ] {} <Trace> HTTP-Session: cfd4a478-d9bb-46ea-a6ed-9a17b7c0e85a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3928 | 2024.07.12 00:38:18.312308 [ 3 ] {1eace774-18d0-4b6b-a135-2e78c479a757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3929 | 2024.07.12 00:38:18.312353 [ 3 ] {1eace774-18d0-4b6b-a135-2e78c479a757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3930 | 2024.07.12 00:38:18.312495 [ 3 ] {1eace774-18d0-4b6b-a135-2e78c479a757} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3931 | 2024.07.12 00:38:18.312775 [ 3 ] {1eace774-18d0-4b6b-a135-2e78c479a757} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3932 | 2024.07.12 00:38:18.312809 [ 3 ] {1eace774-18d0-4b6b-a135-2e78c479a757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.84 GiB. | ||
3933 | 2024.07.12 00:38:18.313151 [ 3 ] {1eace774-18d0-4b6b-a135-2e78c479a757} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3934 | 2024.07.12 00:38:18.313462 [ 3 ] {1eace774-18d0-4b6b-a135-2e78c479a757} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3935 | 2024.07.12 00:38:18.313589 [ 3 ] {1eace774-18d0-4b6b-a135-2e78c479a757} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001322 sec., 45385.7791225416 rows/sec., 3.06 MiB/sec. | ||
3936 | 2024.07.12 00:38:18.313785 [ 3 ] {1eace774-18d0-4b6b-a135-2e78c479a757} <Debug> DynamicQueryHandler: Done processing query | ||
3937 | 2024.07.12 00:38:18.313809 [ 3 ] {1eace774-18d0-4b6b-a135-2e78c479a757} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3938 | 2024.07.12 00:38:18.313825 [ 3 ] {} <Debug> HTTP-Session: cfd4a478-d9bb-46ea-a6ed-9a17b7c0e85a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3939 | 2024.07.12 00:38:22.434577 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3940 | 2024.07.12 00:38:22.434653 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3941 | 2024.07.12 00:38:23.288334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3942 | 2024.07.12 00:38:23.288465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3943 | 2024.07.12 00:38:23.288494 [ 3 ] {} <Debug> HTTP-Session: d484b9e7-be30-4fdd-a5d3-8a5c18f2d9db Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3944 | 2024.07.12 00:38:23.288521 [ 3 ] {} <Debug> HTTP-Session: d484b9e7-be30-4fdd-a5d3-8a5c18f2d9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3945 | 2024.07.12 00:38:23.288540 [ 3 ] {} <Debug> HTTP-Session: d484b9e7-be30-4fdd-a5d3-8a5c18f2d9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3946 | 2024.07.12 00:38:23.288597 [ 3 ] {} <Trace> HTTP-Session: d484b9e7-be30-4fdd-a5d3-8a5c18f2d9db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3947 | 2024.07.12 00:38:23.288823 [ 3 ] {38b6d7b8-91ba-4de8-b4a2-e07f225ac4a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3948 | 2024.07.12 00:38:23.288902 [ 3 ] {38b6d7b8-91ba-4de8-b4a2-e07f225ac4a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3949 | 2024.07.12 00:38:23.289127 [ 3 ] {38b6d7b8-91ba-4de8-b4a2-e07f225ac4a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3950 | 2024.07.12 00:38:23.289667 [ 3 ] {38b6d7b8-91ba-4de8-b4a2-e07f225ac4a5} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3951 | 2024.07.12 00:38:23.289730 [ 3 ] {38b6d7b8-91ba-4de8-b4a2-e07f225ac4a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
3952 | 2024.07.12 00:38:23.290182 [ 3 ] {38b6d7b8-91ba-4de8-b4a2-e07f225ac4a5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3953 | 2024.07.12 00:38:23.290624 [ 3 ] {38b6d7b8-91ba-4de8-b4a2-e07f225ac4a5} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3954 | 2024.07.12 00:38:23.290806 [ 3 ] {38b6d7b8-91ba-4de8-b4a2-e07f225ac4a5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002053 sec., 27277.155382367266 rows/sec., 2.08 MiB/sec. | ||
3955 | 2024.07.12 00:38:23.291157 [ 3 ] {38b6d7b8-91ba-4de8-b4a2-e07f225ac4a5} <Debug> DynamicQueryHandler: Done processing query | ||
3956 | 2024.07.12 00:38:23.291184 [ 3 ] {38b6d7b8-91ba-4de8-b4a2-e07f225ac4a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3957 | 2024.07.12 00:38:23.291202 [ 3 ] {} <Debug> HTTP-Session: d484b9e7-be30-4fdd-a5d3-8a5c18f2d9db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3958 | 2024.07.12 00:38:23.291391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3959 | 2024.07.12 00:38:23.291451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3960 | 2024.07.12 00:38:23.291472 [ 3 ] {} <Debug> HTTP-Session: d04e913a-ff9b-4dbb-9a93-0a13a5b11b41 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3961 | 2024.07.12 00:38:23.291492 [ 3 ] {} <Debug> HTTP-Session: d04e913a-ff9b-4dbb-9a93-0a13a5b11b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3962 | 2024.07.12 00:38:23.291506 [ 3 ] {} <Debug> HTTP-Session: d04e913a-ff9b-4dbb-9a93-0a13a5b11b41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3963 | 2024.07.12 00:38:23.291545 [ 3 ] {} <Trace> HTTP-Session: d04e913a-ff9b-4dbb-9a93-0a13a5b11b41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3964 | 2024.07.12 00:38:23.291678 [ 3 ] {7a9d5524-8966-427e-beee-891326124f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3965 | 2024.07.12 00:38:23.291729 [ 3 ] {7a9d5524-8966-427e-beee-891326124f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3966 | 2024.07.12 00:38:23.291887 [ 3 ] {7a9d5524-8966-427e-beee-891326124f77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3967 | 2024.07.12 00:38:23.292222 [ 3 ] {7a9d5524-8966-427e-beee-891326124f77} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3968 | 2024.07.12 00:38:23.292260 [ 3 ] {7a9d5524-8966-427e-beee-891326124f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
3969 | 2024.07.12 00:38:23.292578 [ 3 ] {7a9d5524-8966-427e-beee-891326124f77} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3970 | 2024.07.12 00:38:23.292914 [ 3 ] {7a9d5524-8966-427e-beee-891326124f77} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3971 | 2024.07.12 00:38:23.293085 [ 3 ] {7a9d5524-8966-427e-beee-891326124f77} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001452 sec., 44077.134986225894 rows/sec., 3.44 MiB/sec. | ||
3972 | 2024.07.12 00:38:23.293254 [ 3 ] {7a9d5524-8966-427e-beee-891326124f77} <Debug> DynamicQueryHandler: Done processing query | ||
3973 | 2024.07.12 00:38:23.293280 [ 3 ] {7a9d5524-8966-427e-beee-891326124f77} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3974 | 2024.07.12 00:38:23.293296 [ 3 ] {} <Debug> HTTP-Session: d04e913a-ff9b-4dbb-9a93-0a13a5b11b41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3975 | 2024.07.12 00:38:23.293527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3976 | 2024.07.12 00:38:23.293575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3977 | 2024.07.12 00:38:23.293595 [ 3 ] {} <Debug> HTTP-Session: f33d1a2a-105e-4335-b646-3fe208b7ec7a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3978 | 2024.07.12 00:38:23.293612 [ 3 ] {} <Debug> HTTP-Session: f33d1a2a-105e-4335-b646-3fe208b7ec7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3979 | 2024.07.12 00:38:23.293626 [ 3 ] {} <Debug> HTTP-Session: f33d1a2a-105e-4335-b646-3fe208b7ec7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3980 | 2024.07.12 00:38:23.293659 [ 3 ] {} <Trace> HTTP-Session: f33d1a2a-105e-4335-b646-3fe208b7ec7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3981 | 2024.07.12 00:38:23.293805 [ 3 ] {9609135e-b045-439e-96cd-98914c2acefc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3982 | 2024.07.12 00:38:23.293852 [ 3 ] {9609135e-b045-439e-96cd-98914c2acefc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3983 | 2024.07.12 00:38:23.293999 [ 3 ] {9609135e-b045-439e-96cd-98914c2acefc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3984 | 2024.07.12 00:38:23.294386 [ 3 ] {9609135e-b045-439e-96cd-98914c2acefc} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3985 | 2024.07.12 00:38:23.294424 [ 3 ] {9609135e-b045-439e-96cd-98914c2acefc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
3986 | 2024.07.12 00:38:23.294817 [ 3 ] {9609135e-b045-439e-96cd-98914c2acefc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3987 | 2024.07.12 00:38:23.295192 [ 3 ] {9609135e-b045-439e-96cd-98914c2acefc} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3988 | 2024.07.12 00:38:23.295350 [ 3 ] {9609135e-b045-439e-96cd-98914c2acefc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec. | ||
3989 | 2024.07.12 00:38:23.295534 [ 3 ] {9609135e-b045-439e-96cd-98914c2acefc} <Debug> DynamicQueryHandler: Done processing query | ||
3990 | 2024.07.12 00:38:23.295559 [ 3 ] {9609135e-b045-439e-96cd-98914c2acefc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3991 | 2024.07.12 00:38:23.295575 [ 3 ] {} <Debug> HTTP-Session: f33d1a2a-105e-4335-b646-3fe208b7ec7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3992 | 2024.07.12 00:38:23.295721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3993 | 2024.07.12 00:38:23.295769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3994 | 2024.07.12 00:38:23.295789 [ 3 ] {} <Debug> HTTP-Session: d3b1cec8-2778-4aa2-9ab3-c6625ebd9242 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
3995 | 2024.07.12 00:38:23.295806 [ 3 ] {} <Debug> HTTP-Session: d3b1cec8-2778-4aa2-9ab3-c6625ebd9242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3996 | 2024.07.12 00:38:23.295820 [ 3 ] {} <Debug> HTTP-Session: d3b1cec8-2778-4aa2-9ab3-c6625ebd9242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3997 | 2024.07.12 00:38:23.295851 [ 3 ] {} <Trace> HTTP-Session: d3b1cec8-2778-4aa2-9ab3-c6625ebd9242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3998 | 2024.07.12 00:38:23.295974 [ 3 ] {9c1deacc-a2e2-4508-9f4b-c9cfe8d70546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3999 | 2024.07.12 00:38:23.296019 [ 3 ] {9c1deacc-a2e2-4508-9f4b-c9cfe8d70546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4000 | 2024.07.12 00:38:23.296148 [ 3 ] {9c1deacc-a2e2-4508-9f4b-c9cfe8d70546} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4001 | 2024.07.12 00:38:23.296437 [ 3 ] {9c1deacc-a2e2-4508-9f4b-c9cfe8d70546} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4002 | 2024.07.12 00:38:23.296474 [ 3 ] {9c1deacc-a2e2-4508-9f4b-c9cfe8d70546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4003 | 2024.07.12 00:38:23.296834 [ 3 ] {9c1deacc-a2e2-4508-9f4b-c9cfe8d70546} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4004 | 2024.07.12 00:38:23.297159 [ 3 ] {9c1deacc-a2e2-4508-9f4b-c9cfe8d70546} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4005 | 2024.07.12 00:38:23.297316 [ 3 ] {9c1deacc-a2e2-4508-9f4b-c9cfe8d70546} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
4006 | 2024.07.12 00:38:23.297489 [ 3 ] {9c1deacc-a2e2-4508-9f4b-c9cfe8d70546} <Debug> DynamicQueryHandler: Done processing query | ||
4007 | 2024.07.12 00:38:23.297514 [ 3 ] {9c1deacc-a2e2-4508-9f4b-c9cfe8d70546} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4008 | 2024.07.12 00:38:23.297530 [ 3 ] {} <Debug> HTTP-Session: d3b1cec8-2778-4aa2-9ab3-c6625ebd9242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4009 | 2024.07.12 00:38:28.294928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4010 | 2024.07.12 00:38:28.295061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4011 | 2024.07.12 00:38:28.295090 [ 3 ] {} <Debug> HTTP-Session: a2223a3e-569f-427c-8e07-88b46e1d15fa Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4012 | 2024.07.12 00:38:28.295118 [ 3 ] {} <Debug> HTTP-Session: a2223a3e-569f-427c-8e07-88b46e1d15fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4013 | 2024.07.12 00:38:28.295136 [ 3 ] {} <Debug> HTTP-Session: a2223a3e-569f-427c-8e07-88b46e1d15fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4014 | 2024.07.12 00:38:28.295192 [ 3 ] {} <Trace> HTTP-Session: a2223a3e-569f-427c-8e07-88b46e1d15fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4015 | 2024.07.12 00:38:28.295404 [ 3 ] {39effe53-402f-4f0b-99b2-74184b011218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4016 | 2024.07.12 00:38:28.295475 [ 3 ] {39effe53-402f-4f0b-99b2-74184b011218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4017 | 2024.07.12 00:38:28.295669 [ 3 ] {39effe53-402f-4f0b-99b2-74184b011218} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4018 | 2024.07.12 00:38:28.296124 [ 3 ] {39effe53-402f-4f0b-99b2-74184b011218} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4019 | 2024.07.12 00:38:28.296162 [ 3 ] {39effe53-402f-4f0b-99b2-74184b011218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4020 | 2024.07.12 00:38:28.296535 [ 3 ] {39effe53-402f-4f0b-99b2-74184b011218} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4021 | 2024.07.12 00:38:28.296870 [ 3 ] {39effe53-402f-4f0b-99b2-74184b011218} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4022 | 2024.07.12 00:38:28.297010 [ 3 ] {39effe53-402f-4f0b-99b2-74184b011218} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001676 sec., 22076.3723150358 rows/sec., 1.66 MiB/sec. | ||
4023 | 2024.07.12 00:38:28.297207 [ 3 ] {39effe53-402f-4f0b-99b2-74184b011218} <Debug> DynamicQueryHandler: Done processing query | ||
4024 | 2024.07.12 00:38:28.297232 [ 3 ] {39effe53-402f-4f0b-99b2-74184b011218} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4025 | 2024.07.12 00:38:28.297248 [ 3 ] {} <Debug> HTTP-Session: a2223a3e-569f-427c-8e07-88b46e1d15fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4026 | 2024.07.12 00:38:28.297434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4027 | 2024.07.12 00:38:28.297484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4028 | 2024.07.12 00:38:28.297504 [ 3 ] {} <Debug> HTTP-Session: d577c9af-b3d0-475f-8fa5-f4a55fc46341 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4029 | 2024.07.12 00:38:28.297521 [ 3 ] {} <Debug> HTTP-Session: d577c9af-b3d0-475f-8fa5-f4a55fc46341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4030 | 2024.07.12 00:38:28.297534 [ 3 ] {} <Debug> HTTP-Session: d577c9af-b3d0-475f-8fa5-f4a55fc46341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4031 | 2024.07.12 00:38:28.297568 [ 3 ] {} <Trace> HTTP-Session: d577c9af-b3d0-475f-8fa5-f4a55fc46341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4032 | 2024.07.12 00:38:28.297736 [ 3 ] {7dffcf6e-47fc-424a-b0cf-dd953b4e8b57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4033 | 2024.07.12 00:38:28.297778 [ 3 ] {7dffcf6e-47fc-424a-b0cf-dd953b4e8b57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4034 | 2024.07.12 00:38:28.297901 [ 3 ] {7dffcf6e-47fc-424a-b0cf-dd953b4e8b57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4035 | 2024.07.12 00:38:28.298374 [ 3 ] {7dffcf6e-47fc-424a-b0cf-dd953b4e8b57} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4036 | 2024.07.12 00:38:28.298411 [ 3 ] {7dffcf6e-47fc-424a-b0cf-dd953b4e8b57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4037 | 2024.07.12 00:38:28.298739 [ 3 ] {7dffcf6e-47fc-424a-b0cf-dd953b4e8b57} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4038 | 2024.07.12 00:38:28.299044 [ 3 ] {7dffcf6e-47fc-424a-b0cf-dd953b4e8b57} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4039 | 2024.07.12 00:38:28.299168 [ 3 ] {7dffcf6e-47fc-424a-b0cf-dd953b4e8b57} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.00152 sec., 167105.26315789472 rows/sec., 14.74 MiB/sec. | ||
4040 | 2024.07.12 00:38:28.299340 [ 3 ] {7dffcf6e-47fc-424a-b0cf-dd953b4e8b57} <Debug> DynamicQueryHandler: Done processing query | ||
4041 | 2024.07.12 00:38:28.299364 [ 3 ] {7dffcf6e-47fc-424a-b0cf-dd953b4e8b57} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
4042 | 2024.07.12 00:38:28.299380 [ 3 ] {} <Debug> HTTP-Session: d577c9af-b3d0-475f-8fa5-f4a55fc46341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4043 | 2024.07.12 00:38:28.299536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4044 | 2024.07.12 00:38:28.299585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4045 | 2024.07.12 00:38:28.299604 [ 3 ] {} <Debug> HTTP-Session: 4abc010e-e885-452a-ae31-00a308b84f2d Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4046 | 2024.07.12 00:38:28.299620 [ 3 ] {} <Debug> HTTP-Session: 4abc010e-e885-452a-ae31-00a308b84f2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4047 | 2024.07.12 00:38:28.299634 [ 3 ] {} <Debug> HTTP-Session: 4abc010e-e885-452a-ae31-00a308b84f2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4048 | 2024.07.12 00:38:28.299666 [ 3 ] {} <Trace> HTTP-Session: 4abc010e-e885-452a-ae31-00a308b84f2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4049 | 2024.07.12 00:38:28.299872 [ 3 ] {13722823-8467-4c9c-a216-0736cb1a3b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4050 | 2024.07.12 00:38:28.299915 [ 3 ] {13722823-8467-4c9c-a216-0736cb1a3b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4051 | 2024.07.12 00:38:28.300040 [ 3 ] {13722823-8467-4c9c-a216-0736cb1a3b65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4052 | 2024.07.12 00:38:28.300597 [ 3 ] {13722823-8467-4c9c-a216-0736cb1a3b65} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4053 | 2024.07.12 00:38:28.300632 [ 3 ] {13722823-8467-4c9c-a216-0736cb1a3b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4054 | 2024.07.12 00:38:28.300963 [ 3 ] {13722823-8467-4c9c-a216-0736cb1a3b65} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4055 | 2024.07.12 00:38:28.301262 [ 3 ] {13722823-8467-4c9c-a216-0736cb1a3b65} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4056 | 2024.07.12 00:38:28.301390 [ 3 ] {13722823-8467-4c9c-a216-0736cb1a3b65} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001624 sec., 254310.3448275862 rows/sec., 18.01 MiB/sec. | ||
4057 | 2024.07.12 00:38:28.301542 [ 3 ] {13722823-8467-4c9c-a216-0736cb1a3b65} <Debug> DynamicQueryHandler: Done processing query | ||
4058 | 2024.07.12 00:38:28.301566 [ 3 ] {13722823-8467-4c9c-a216-0736cb1a3b65} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
4059 | 2024.07.12 00:38:28.301581 [ 3 ] {} <Debug> HTTP-Session: 4abc010e-e885-452a-ae31-00a308b84f2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4060 | 2024.07.12 00:38:28.301691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4061 | 2024.07.12 00:38:28.301738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4062 | 2024.07.12 00:38:28.301758 [ 3 ] {} <Debug> HTTP-Session: adab0d70-bfdb-4d5f-a2b4-e30ff3869bff Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4063 | 2024.07.12 00:38:28.301775 [ 3 ] {} <Debug> HTTP-Session: adab0d70-bfdb-4d5f-a2b4-e30ff3869bff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4064 | 2024.07.12 00:38:28.301789 [ 3 ] {} <Debug> HTTP-Session: adab0d70-bfdb-4d5f-a2b4-e30ff3869bff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4065 | 2024.07.12 00:38:28.301821 [ 3 ] {} <Trace> HTTP-Session: adab0d70-bfdb-4d5f-a2b4-e30ff3869bff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4066 | 2024.07.12 00:38:28.301918 [ 3 ] {7a352b5e-331e-4a68-b7f6-38d7b9b6cf57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4067 | 2024.07.12 00:38:28.301961 [ 3 ] {7a352b5e-331e-4a68-b7f6-38d7b9b6cf57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4068 | 2024.07.12 00:38:28.302086 [ 3 ] {7a352b5e-331e-4a68-b7f6-38d7b9b6cf57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4069 | 2024.07.12 00:38:28.302362 [ 3 ] {7a352b5e-331e-4a68-b7f6-38d7b9b6cf57} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4070 | 2024.07.12 00:38:28.302397 [ 3 ] {7a352b5e-331e-4a68-b7f6-38d7b9b6cf57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4071 | 2024.07.12 00:38:28.302754 [ 3 ] {7a352b5e-331e-4a68-b7f6-38d7b9b6cf57} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4072 | 2024.07.12 00:38:28.303072 [ 3 ] {7a352b5e-331e-4a68-b7f6-38d7b9b6cf57} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4073 | 2024.07.12 00:38:28.303199 [ 3 ] {7a352b5e-331e-4a68-b7f6-38d7b9b6cf57} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 197.26 KiB/sec. | ||
4074 | 2024.07.12 00:38:28.303364 [ 3 ] {7a352b5e-331e-4a68-b7f6-38d7b9b6cf57} <Debug> DynamicQueryHandler: Done processing query | ||
4075 | 2024.07.12 00:38:28.303387 [ 3 ] {7a352b5e-331e-4a68-b7f6-38d7b9b6cf57} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4076 | 2024.07.12 00:38:28.303402 [ 3 ] {} <Debug> HTTP-Session: adab0d70-bfdb-4d5f-a2b4-e30ff3869bff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4077 | 2024.07.12 00:38:28.303516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4078 | 2024.07.12 00:38:28.303564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4079 | 2024.07.12 00:38:28.303584 [ 3 ] {} <Debug> HTTP-Session: e50988e7-5cd4-451f-86c3-c7329a054976 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4080 | 2024.07.12 00:38:28.303600 [ 3 ] {} <Debug> HTTP-Session: e50988e7-5cd4-451f-86c3-c7329a054976 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4081 | 2024.07.12 00:38:28.303614 [ 3 ] {} <Debug> HTTP-Session: e50988e7-5cd4-451f-86c3-c7329a054976 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4082 | 2024.07.12 00:38:28.303644 [ 3 ] {} <Trace> HTTP-Session: e50988e7-5cd4-451f-86c3-c7329a054976 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4083 | 2024.07.12 00:38:28.303760 [ 3 ] {d0f2e4bf-2742-4c84-ae0e-70093c8c697e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4084 | 2024.07.12 00:38:28.303805 [ 3 ] {d0f2e4bf-2742-4c84-ae0e-70093c8c697e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4085 | 2024.07.12 00:38:28.303945 [ 3 ] {d0f2e4bf-2742-4c84-ae0e-70093c8c697e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4086 | 2024.07.12 00:38:28.304255 [ 3 ] {d0f2e4bf-2742-4c84-ae0e-70093c8c697e} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4087 | 2024.07.12 00:38:28.304292 [ 3 ] {d0f2e4bf-2742-4c84-ae0e-70093c8c697e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4088 | 2024.07.12 00:38:28.304653 [ 3 ] {d0f2e4bf-2742-4c84-ae0e-70093c8c697e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4089 | 2024.07.12 00:38:28.304983 [ 3 ] {d0f2e4bf-2742-4c84-ae0e-70093c8c697e} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4090 | 2024.07.12 00:38:28.305116 [ 3 ] {d0f2e4bf-2742-4c84-ae0e-70093c8c697e} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001396 sec., 55157.59312320917 rows/sec., 3.40 MiB/sec. | ||
4091 | 2024.07.12 00:38:28.305415 [ 3 ] {d0f2e4bf-2742-4c84-ae0e-70093c8c697e} <Debug> DynamicQueryHandler: Done processing query | ||
4092 | 2024.07.12 00:38:28.305440 [ 3 ] {d0f2e4bf-2742-4c84-ae0e-70093c8c697e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4093 | 2024.07.12 00:38:28.305455 [ 3 ] {} <Debug> HTTP-Session: e50988e7-5cd4-451f-86c3-c7329a054976 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4094 | 2024.07.12 00:38:28.305597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4095 | 2024.07.12 00:38:28.305646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4096 | 2024.07.12 00:38:28.305665 [ 3 ] {} <Debug> HTTP-Session: 424e95b0-3f85-4dde-8ddf-909a99257516 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4097 | 2024.07.12 00:38:28.305682 [ 3 ] {} <Debug> HTTP-Session: 424e95b0-3f85-4dde-8ddf-909a99257516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4098 | 2024.07.12 00:38:28.305695 [ 3 ] {} <Debug> HTTP-Session: 424e95b0-3f85-4dde-8ddf-909a99257516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4099 | 2024.07.12 00:38:28.305726 [ 3 ] {} <Trace> HTTP-Session: 424e95b0-3f85-4dde-8ddf-909a99257516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4100 | 2024.07.12 00:38:28.305909 [ 3 ] {260801ea-cd69-488f-81c2-bda817010b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4101 | 2024.07.12 00:38:28.305956 [ 3 ] {260801ea-cd69-488f-81c2-bda817010b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4102 | 2024.07.12 00:38:28.306116 [ 3 ] {260801ea-cd69-488f-81c2-bda817010b65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4103 | 2024.07.12 00:38:28.306494 [ 3 ] {260801ea-cd69-488f-81c2-bda817010b65} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4104 | 2024.07.12 00:38:28.306529 [ 3 ] {260801ea-cd69-488f-81c2-bda817010b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4105 | 2024.07.12 00:38:28.306896 [ 3 ] {260801ea-cd69-488f-81c2-bda817010b65} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4106 | 2024.07.12 00:38:28.307225 [ 3 ] {260801ea-cd69-488f-81c2-bda817010b65} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4107 | 2024.07.12 00:38:28.307357 [ 3 ] {260801ea-cd69-488f-81c2-bda817010b65} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001547 sec., 103425.98577892696 rows/sec., 7.20 MiB/sec. | ||
4108 | 2024.07.12 00:38:28.307691 [ 3 ] {260801ea-cd69-488f-81c2-bda817010b65} <Debug> DynamicQueryHandler: Done processing query | ||
4109 | 2024.07.12 00:38:28.307714 [ 3 ] {260801ea-cd69-488f-81c2-bda817010b65} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4110 | 2024.07.12 00:38:28.307730 [ 3 ] {} <Debug> HTTP-Session: 424e95b0-3f85-4dde-8ddf-909a99257516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4111 | 2024.07.12 00:38:28.307945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 49826, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4112 | 2024.07.12 00:38:28.307993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4113 | 2024.07.12 00:38:28.308013 [ 3 ] {} <Debug> HTTP-Session: 8ab1f9cf-aa23-4fab-bbad-f79e1d45bc3b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4114 | 2024.07.12 00:38:28.308029 [ 3 ] {} <Debug> HTTP-Session: 8ab1f9cf-aa23-4fab-bbad-f79e1d45bc3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4115 | 2024.07.12 00:38:28.308043 [ 3 ] {} <Debug> HTTP-Session: 8ab1f9cf-aa23-4fab-bbad-f79e1d45bc3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4116 | 2024.07.12 00:38:28.308074 [ 3 ] {} <Trace> HTTP-Session: 8ab1f9cf-aa23-4fab-bbad-f79e1d45bc3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4117 | 2024.07.12 00:38:28.308388 [ 3 ] {7a3d2ea1-4be7-41fd-b9d7-8f4f5a889200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4118 | 2024.07.12 00:38:28.308459 [ 3 ] {7a3d2ea1-4be7-41fd-b9d7-8f4f5a889200} <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 | ||
4119 | 2024.07.12 00:38:28.308870 [ 3 ] {7a3d2ea1-4be7-41fd-b9d7-8f4f5a889200} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4120 | 2024.07.12 00:38:28.309634 [ 3 ] {7a3d2ea1-4be7-41fd-b9d7-8f4f5a889200} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4121 | 2024.07.12 00:38:28.309667 [ 3 ] {7a3d2ea1-4be7-41fd-b9d7-8f4f5a889200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4122 | 2024.07.12 00:38:28.310311 [ 3 ] {7a3d2ea1-4be7-41fd-b9d7-8f4f5a889200} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4123 | 2024.07.12 00:38:28.310714 [ 3 ] {7a3d2ea1-4be7-41fd-b9d7-8f4f5a889200} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4124 | 2024.07.12 00:38:28.310881 [ 3 ] {7a3d2ea1-4be7-41fd-b9d7-8f4f5a889200} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002697 sec., 11494.252873563217 rows/sec., 20.60 MiB/sec. | ||
4125 | 2024.07.12 00:38:28.311377 [ 3 ] {7a3d2ea1-4be7-41fd-b9d7-8f4f5a889200} <Debug> DynamicQueryHandler: Done processing query | ||
4126 | 2024.07.12 00:38:28.311401 [ 3 ] {7a3d2ea1-4be7-41fd-b9d7-8f4f5a889200} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4127 | 2024.07.12 00:38:28.311417 [ 3 ] {} <Debug> HTTP-Session: 8ab1f9cf-aa23-4fab-bbad-f79e1d45bc3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4128 | 2024.07.12 00:38:28.311535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4129 | 2024.07.12 00:38:28.311585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4130 | 2024.07.12 00:38:28.311604 [ 3 ] {} <Debug> HTTP-Session: 76a48b43-5d27-4b5d-a052-081155544452 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4131 | 2024.07.12 00:38:28.311621 [ 3 ] {} <Debug> HTTP-Session: 76a48b43-5d27-4b5d-a052-081155544452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4132 | 2024.07.12 00:38:28.311634 [ 3 ] {} <Debug> HTTP-Session: 76a48b43-5d27-4b5d-a052-081155544452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4133 | 2024.07.12 00:38:28.311666 [ 3 ] {} <Trace> HTTP-Session: 76a48b43-5d27-4b5d-a052-081155544452 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4134 | 2024.07.12 00:38:28.311768 [ 3 ] {07218f62-cfcb-4af2-bf9c-925fc862383f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4135 | 2024.07.12 00:38:28.311813 [ 3 ] {07218f62-cfcb-4af2-bf9c-925fc862383f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4136 | 2024.07.12 00:38:28.311955 [ 3 ] {07218f62-cfcb-4af2-bf9c-925fc862383f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4137 | 2024.07.12 00:38:28.312222 [ 3 ] {07218f62-cfcb-4af2-bf9c-925fc862383f} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4138 | 2024.07.12 00:38:28.312257 [ 3 ] {07218f62-cfcb-4af2-bf9c-925fc862383f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4139 | 2024.07.12 00:38:28.312614 [ 3 ] {07218f62-cfcb-4af2-bf9c-925fc862383f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4140 | 2024.07.12 00:38:28.312937 [ 3 ] {07218f62-cfcb-4af2-bf9c-925fc862383f} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4141 | 2024.07.12 00:38:28.313065 [ 3 ] {07218f62-cfcb-4af2-bf9c-925fc862383f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001328 sec., 17319.277108433736 rows/sec., 936.85 KiB/sec. | ||
4142 | 2024.07.12 00:38:28.313226 [ 3 ] {07218f62-cfcb-4af2-bf9c-925fc862383f} <Debug> DynamicQueryHandler: Done processing query | ||
4143 | 2024.07.12 00:38:28.313250 [ 3 ] {07218f62-cfcb-4af2-bf9c-925fc862383f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4144 | 2024.07.12 00:38:28.313266 [ 3 ] {} <Debug> HTTP-Session: 76a48b43-5d27-4b5d-a052-081155544452 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4145 | 2024.07.12 00:38:28.313376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4146 | 2024.07.12 00:38:28.313424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4147 | 2024.07.12 00:38:28.313443 [ 3 ] {} <Debug> HTTP-Session: c40eb421-fc1c-40d6-a251-7ec75f226390 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4148 | 2024.07.12 00:38:28.313459 [ 3 ] {} <Debug> HTTP-Session: c40eb421-fc1c-40d6-a251-7ec75f226390 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4149 | 2024.07.12 00:38:28.313473 [ 3 ] {} <Debug> HTTP-Session: c40eb421-fc1c-40d6-a251-7ec75f226390 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4150 | 2024.07.12 00:38:28.313505 [ 3 ] {} <Trace> HTTP-Session: c40eb421-fc1c-40d6-a251-7ec75f226390 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4151 | 2024.07.12 00:38:28.313624 [ 3 ] {1fea2917-a584-4486-8194-86caaff24491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4152 | 2024.07.12 00:38:28.313668 [ 3 ] {1fea2917-a584-4486-8194-86caaff24491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4153 | 2024.07.12 00:38:28.313794 [ 3 ] {1fea2917-a584-4486-8194-86caaff24491} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4154 | 2024.07.12 00:38:28.314099 [ 3 ] {1fea2917-a584-4486-8194-86caaff24491} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4155 | 2024.07.12 00:38:28.314136 [ 3 ] {1fea2917-a584-4486-8194-86caaff24491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4156 | 2024.07.12 00:38:28.314485 [ 3 ] {1fea2917-a584-4486-8194-86caaff24491} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4157 | 2024.07.12 00:38:28.314796 [ 3 ] {1fea2917-a584-4486-8194-86caaff24491} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4158 | 2024.07.12 00:38:28.314928 [ 3 ] {1fea2917-a584-4486-8194-86caaff24491} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
4159 | 2024.07.12 00:38:28.315092 [ 3 ] {1fea2917-a584-4486-8194-86caaff24491} <Debug> DynamicQueryHandler: Done processing query | ||
4160 | 2024.07.12 00:38:28.315116 [ 3 ] {1fea2917-a584-4486-8194-86caaff24491} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4161 | 2024.07.12 00:38:28.315131 [ 3 ] {} <Debug> HTTP-Session: c40eb421-fc1c-40d6-a251-7ec75f226390 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4162 | 2024.07.12 00:38:33.289826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 12737, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4163 | 2024.07.12 00:38:33.290009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4164 | 2024.07.12 00:38:33.290052 [ 3 ] {} <Debug> HTTP-Session: e782a05b-02a6-409e-a790-0f2e4e2ec7ef Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4165 | 2024.07.12 00:38:33.290091 [ 3 ] {} <Debug> HTTP-Session: e782a05b-02a6-409e-a790-0f2e4e2ec7ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4166 | 2024.07.12 00:38:33.290118 [ 3 ] {} <Debug> HTTP-Session: e782a05b-02a6-409e-a790-0f2e4e2ec7ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4167 | 2024.07.12 00:38:33.290197 [ 3 ] {} <Trace> HTTP-Session: e782a05b-02a6-409e-a790-0f2e4e2ec7ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4168 | 2024.07.12 00:38:33.290537 [ 3 ] {7baf27f1-34a7-4c32-8dc0-fcb744e53782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4169 | 2024.07.12 00:38:33.290652 [ 3 ] {7baf27f1-34a7-4c32-8dc0-fcb744e53782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4170 | 2024.07.12 00:38:33.290894 [ 3 ] {7baf27f1-34a7-4c32-8dc0-fcb744e53782} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4171 | 2024.07.12 00:38:33.291803 [ 3 ] {7baf27f1-34a7-4c32-8dc0-fcb744e53782} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4172 | 2024.07.12 00:38:33.291865 [ 3 ] {7baf27f1-34a7-4c32-8dc0-fcb744e53782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4173 | 2024.07.12 00:38:33.292342 [ 3 ] {7baf27f1-34a7-4c32-8dc0-fcb744e53782} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4174 | 2024.07.12 00:38:33.292771 [ 3 ] {7baf27f1-34a7-4c32-8dc0-fcb744e53782} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4175 | 2024.07.12 00:38:33.292927 [ 3 ] {7baf27f1-34a7-4c32-8dc0-fcb744e53782} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.00251 sec., 36653.386454183266 rows/sec., 2.78 MiB/sec. | ||
4176 | 2024.07.12 00:38:33.293163 [ 3 ] {7baf27f1-34a7-4c32-8dc0-fcb744e53782} <Debug> DynamicQueryHandler: Done processing query | ||
4177 | 2024.07.12 00:38:33.293191 [ 3 ] {7baf27f1-34a7-4c32-8dc0-fcb744e53782} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4178 | 2024.07.12 00:38:33.293209 [ 3 ] {} <Debug> HTTP-Session: e782a05b-02a6-409e-a790-0f2e4e2ec7ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4179 | 2024.07.12 00:38:33.293353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4180 | 2024.07.12 00:38:33.293421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4181 | 2024.07.12 00:38:33.293443 [ 3 ] {} <Debug> HTTP-Session: 67de9bd9-ab54-4edf-a96d-eaf63dd6888c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4182 | 2024.07.12 00:38:33.293465 [ 3 ] {} <Debug> HTTP-Session: 67de9bd9-ab54-4edf-a96d-eaf63dd6888c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4183 | 2024.07.12 00:38:33.293487 [ 3 ] {} <Debug> HTTP-Session: 67de9bd9-ab54-4edf-a96d-eaf63dd6888c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4184 | 2024.07.12 00:38:33.293527 [ 3 ] {} <Trace> HTTP-Session: 67de9bd9-ab54-4edf-a96d-eaf63dd6888c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4185 | 2024.07.12 00:38:33.293666 [ 3 ] {2c21cbab-ed30-4927-91f5-3d4f6a8d7cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4186 | 2024.07.12 00:38:33.293715 [ 3 ] {2c21cbab-ed30-4927-91f5-3d4f6a8d7cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4187 | 2024.07.12 00:38:33.293850 [ 3 ] {2c21cbab-ed30-4927-91f5-3d4f6a8d7cc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4188 | 2024.07.12 00:38:33.294258 [ 3 ] {2c21cbab-ed30-4927-91f5-3d4f6a8d7cc5} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4189 | 2024.07.12 00:38:33.294295 [ 3 ] {2c21cbab-ed30-4927-91f5-3d4f6a8d7cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4190 | 2024.07.12 00:38:33.294630 [ 3 ] {2c21cbab-ed30-4927-91f5-3d4f6a8d7cc5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4191 | 2024.07.12 00:38:33.294958 [ 3 ] {2c21cbab-ed30-4927-91f5-3d4f6a8d7cc5} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4192 | 2024.07.12 00:38:33.295087 [ 3 ] {2c21cbab-ed30-4927-91f5-3d4f6a8d7cc5} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001476 sec., 59620.59620596206 rows/sec., 4.64 MiB/sec. | ||
4193 | 2024.07.12 00:38:33.295269 [ 3 ] {2c21cbab-ed30-4927-91f5-3d4f6a8d7cc5} <Debug> DynamicQueryHandler: Done processing query | ||
4194 | 2024.07.12 00:38:33.295295 [ 3 ] {2c21cbab-ed30-4927-91f5-3d4f6a8d7cc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4195 | 2024.07.12 00:38:33.295312 [ 3 ] {} <Debug> HTTP-Session: 67de9bd9-ab54-4edf-a96d-eaf63dd6888c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4196 | 2024.07.12 00:38:33.295486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 37592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4197 | 2024.07.12 00:38:33.295533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4198 | 2024.07.12 00:38:33.295557 [ 3 ] {} <Debug> HTTP-Session: a36afa7e-fe3b-4e25-816f-0142bc1429b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4199 | 2024.07.12 00:38:33.295582 [ 3 ] {} <Debug> HTTP-Session: a36afa7e-fe3b-4e25-816f-0142bc1429b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4200 | 2024.07.12 00:38:33.295598 [ 3 ] {} <Debug> HTTP-Session: a36afa7e-fe3b-4e25-816f-0142bc1429b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4201 | 2024.07.12 00:38:33.295631 [ 3 ] {} <Trace> HTTP-Session: a36afa7e-fe3b-4e25-816f-0142bc1429b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4202 | 2024.07.12 00:38:33.295802 [ 3 ] {881815ef-733e-403e-93bf-e358012451fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4203 | 2024.07.12 00:38:33.295850 [ 3 ] {881815ef-733e-403e-93bf-e358012451fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4204 | 2024.07.12 00:38:33.295995 [ 3 ] {881815ef-733e-403e-93bf-e358012451fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4205 | 2024.07.12 00:38:33.296411 [ 3 ] {881815ef-733e-403e-93bf-e358012451fa} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4206 | 2024.07.12 00:38:33.296447 [ 3 ] {881815ef-733e-403e-93bf-e358012451fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4207 | 2024.07.12 00:38:33.296846 [ 3 ] {881815ef-733e-403e-93bf-e358012451fa} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4208 | 2024.07.12 00:38:33.297190 [ 3 ] {881815ef-733e-403e-93bf-e358012451fa} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4209 | 2024.07.12 00:38:33.297326 [ 3 ] {881815ef-733e-403e-93bf-e358012451fa} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001611 sec., 121663.56300434512 rows/sec., 8.49 MiB/sec. | ||
4210 | 2024.07.12 00:38:33.297536 [ 3 ] {881815ef-733e-403e-93bf-e358012451fa} <Debug> DynamicQueryHandler: Done processing query | ||
4211 | 2024.07.12 00:38:33.297561 [ 3 ] {881815ef-733e-403e-93bf-e358012451fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4212 | 2024.07.12 00:38:33.297576 [ 3 ] {} <Debug> HTTP-Session: a36afa7e-fe3b-4e25-816f-0142bc1429b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4213 | 2024.07.12 00:38:33.297696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4214 | 2024.07.12 00:38:33.297744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4215 | 2024.07.12 00:38:33.297764 [ 3 ] {} <Debug> HTTP-Session: 694c4757-1ef5-4ce9-943c-682311b2dc24 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4216 | 2024.07.12 00:38:33.297781 [ 3 ] {} <Debug> HTTP-Session: 694c4757-1ef5-4ce9-943c-682311b2dc24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4217 | 2024.07.12 00:38:33.297795 [ 3 ] {} <Debug> HTTP-Session: 694c4757-1ef5-4ce9-943c-682311b2dc24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4218 | 2024.07.12 00:38:33.297826 [ 3 ] {} <Trace> HTTP-Session: 694c4757-1ef5-4ce9-943c-682311b2dc24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4219 | 2024.07.12 00:38:33.297958 [ 3 ] {7130df91-0786-418f-9947-cea117e1ddd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4220 | 2024.07.12 00:38:33.298002 [ 3 ] {7130df91-0786-418f-9947-cea117e1ddd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4221 | 2024.07.12 00:38:33.298131 [ 3 ] {7130df91-0786-418f-9947-cea117e1ddd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4222 | 2024.07.12 00:38:33.298425 [ 3 ] {7130df91-0786-418f-9947-cea117e1ddd6} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4223 | 2024.07.12 00:38:33.298461 [ 3 ] {7130df91-0786-418f-9947-cea117e1ddd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4224 | 2024.07.12 00:38:33.298844 [ 3 ] {7130df91-0786-418f-9947-cea117e1ddd6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4225 | 2024.07.12 00:38:33.299167 [ 3 ] {7130df91-0786-418f-9947-cea117e1ddd6} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4226 | 2024.07.12 00:38:33.299293 [ 3 ] {7130df91-0786-418f-9947-cea117e1ddd6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
4227 | 2024.07.12 00:38:33.299457 [ 3 ] {7130df91-0786-418f-9947-cea117e1ddd6} <Debug> DynamicQueryHandler: Done processing query | ||
4228 | 2024.07.12 00:38:33.299482 [ 3 ] {7130df91-0786-418f-9947-cea117e1ddd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4229 | 2024.07.12 00:38:33.299498 [ 3 ] {} <Debug> HTTP-Session: 694c4757-1ef5-4ce9-943c-682311b2dc24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4230 | 2024.07.12 00:38:37.434693 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4231 | 2024.07.12 00:38:37.434760 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4232 | 2024.07.12 00:38:38.001347 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000922024 sec. | ||
4233 | 2024.07.12 00:38:38.296428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4234 | 2024.07.12 00:38:38.296540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4235 | 2024.07.12 00:38:38.296564 [ 3 ] {} <Debug> HTTP-Session: 789f80df-e130-4193-b03c-3415d2ea0f3c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4236 | 2024.07.12 00:38:38.296588 [ 3 ] {} <Debug> HTTP-Session: 789f80df-e130-4193-b03c-3415d2ea0f3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4237 | 2024.07.12 00:38:38.296602 [ 3 ] {} <Debug> HTTP-Session: 789f80df-e130-4193-b03c-3415d2ea0f3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4238 | 2024.07.12 00:38:38.296653 [ 3 ] {} <Trace> HTTP-Session: 789f80df-e130-4193-b03c-3415d2ea0f3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4239 | 2024.07.12 00:38:38.296852 [ 3 ] {40bbc935-4892-49c6-937c-8f070b40ced2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4240 | 2024.07.12 00:38:38.296918 [ 3 ] {40bbc935-4892-49c6-937c-8f070b40ced2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4241 | 2024.07.12 00:38:38.297111 [ 3 ] {40bbc935-4892-49c6-937c-8f070b40ced2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4242 | 2024.07.12 00:38:38.297555 [ 3 ] {40bbc935-4892-49c6-937c-8f070b40ced2} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4243 | 2024.07.12 00:38:38.297597 [ 3 ] {40bbc935-4892-49c6-937c-8f070b40ced2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4244 | 2024.07.12 00:38:38.297962 [ 3 ] {40bbc935-4892-49c6-937c-8f070b40ced2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4245 | 2024.07.12 00:38:38.298285 [ 3 ] {40bbc935-4892-49c6-937c-8f070b40ced2} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4246 | 2024.07.12 00:38:38.298458 [ 3 ] {40bbc935-4892-49c6-937c-8f070b40ced2} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001666 sec., 22208.88355342137 rows/sec., 1.67 MiB/sec. | ||
4247 | 2024.07.12 00:38:38.298465 [ 57 ] {} <Debug> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
4248 | 2024.07.12 00:38:38.298577 [ 57 ] {} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4249 | 2024.07.12 00:38:38.298624 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4250 | 2024.07.12 00:38:38.298785 [ 3 ] {40bbc935-4892-49c6-937c-8f070b40ced2} <Debug> DynamicQueryHandler: Done processing query | ||
4251 | 2024.07.12 00:38:38.298878 [ 3 ] {40bbc935-4892-49c6-937c-8f070b40ced2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4252 | 2024.07.12 00:38:38.298989 [ 3 ] {} <Debug> HTTP-Session: 789f80df-e130-4193-b03c-3415d2ea0f3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4253 | 2024.07.12 00:38:38.299063 [ 195 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
4254 | 2024.07.12 00:38:38.299350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4255 | 2024.07.12 00:38:38.299484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4256 | 2024.07.12 00:38:38.299529 [ 3 ] {} <Debug> HTTP-Session: b7d9ace7-60cb-4fa8-bd86-0d02e438546a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4257 | 2024.07.12 00:38:38.299537 [ 195 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4258 | 2024.07.12 00:38:38.299550 [ 3 ] {} <Debug> HTTP-Session: b7d9ace7-60cb-4fa8-bd86-0d02e438546a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4259 | 2024.07.12 00:38:38.299576 [ 3 ] {} <Debug> HTTP-Session: b7d9ace7-60cb-4fa8-bd86-0d02e438546a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4260 | 2024.07.12 00:38:38.299584 [ 195 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 37 rows starting from the beginning of the part | ||
4261 | 2024.07.12 00:38:38.299618 [ 3 ] {} <Trace> HTTP-Session: b7d9ace7-60cb-4fa8-bd86-0d02e438546a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4262 | 2024.07.12 00:38:38.299674 [ 195 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 37 rows starting from the beginning of the part | ||
4263 | 2024.07.12 00:38:38.299875 [ 195 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 37 rows starting from the beginning of the part | ||
4264 | 2024.07.12 00:38:38.300012 [ 3 ] {b42b2d8d-1db6-4d24-81fb-56b6f2857407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4265 | 2024.07.12 00:38:38.300254 [ 3 ] {b42b2d8d-1db6-4d24-81fb-56b6f2857407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4266 | 2024.07.12 00:38:38.300363 [ 195 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 37 rows starting from the beginning of the part | ||
4267 | 2024.07.12 00:38:38.300698 [ 195 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 37 rows starting from the beginning of the part | ||
4268 | 2024.07.12 00:38:38.301298 [ 3 ] {b42b2d8d-1db6-4d24-81fb-56b6f2857407} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4269 | 2024.07.12 00:38:38.301952 [ 3 ] {b42b2d8d-1db6-4d24-81fb-56b6f2857407} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4270 | 2024.07.12 00:38:38.302000 [ 3 ] {b42b2d8d-1db6-4d24-81fb-56b6f2857407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4271 | 2024.07.12 00:38:38.302417 [ 188 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 4 columns (4 merged, 0 gathered) in 0.003694407 sec., 50075.69550404165 rows/sec., 3.77 MiB/sec. | ||
4272 | 2024.07.12 00:38:38.302617 [ 3 ] {b42b2d8d-1db6-4d24-81fb-56b6f2857407} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4273 | 2024.07.12 00:38:38.302679 [ 188 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
4274 | 2024.07.12 00:38:38.303319 [ 3 ] {b42b2d8d-1db6-4d24-81fb-56b6f2857407} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4275 | 2024.07.12 00:38:38.303638 [ 57 ] {} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4276 | 2024.07.12 00:38:38.303653 [ 3 ] {b42b2d8d-1db6-4d24-81fb-56b6f2857407} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.003881 sec., 65447.04972945117 rows/sec., 5.77 MiB/sec. | ||
4277 | 2024.07.12 00:38:38.303668 [ 188 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_10_2} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4278 | 2024.07.12 00:38:38.303704 [ 57 ] {} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4279 | 2024.07.12 00:38:38.303805 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4280 | 2024.07.12 00:38:38.304136 [ 188 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_10_2} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
4281 | 2024.07.12 00:38:38.304363 [ 3 ] {b42b2d8d-1db6-4d24-81fb-56b6f2857407} <Debug> DynamicQueryHandler: Done processing query | ||
4282 | 2024.07.12 00:38:38.304422 [ 195 ] {50a6336c-bb73-458e-b539-c06ba4be430f::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 | ||
4283 | 2024.07.12 00:38:38.304466 [ 3 ] {b42b2d8d-1db6-4d24-81fb-56b6f2857407} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
4284 | 2024.07.12 00:38:38.304535 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4285 | 2024.07.12 00:38:38.304589 [ 3 ] {} <Debug> HTTP-Session: b7d9ace7-60cb-4fa8-bd86-0d02e438546a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4286 | 2024.07.12 00:38:38.304829 [ 195 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4287 | 2024.07.12 00:38:38.304860 [ 195 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 296 rows starting from the beginning of the part | ||
4288 | 2024.07.12 00:38:38.304963 [ 195 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 254 rows starting from the beginning of the part | ||
4289 | 2024.07.12 00:38:38.304976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4290 | 2024.07.12 00:38:38.305171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4291 | 2024.07.12 00:38:38.305306 [ 3 ] {} <Debug> HTTP-Session: 68d500a0-699a-4819-9c85-508dd157ff18 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4292 | 2024.07.12 00:38:38.305344 [ 195 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
4293 | 2024.07.12 00:38:38.305358 [ 3 ] {} <Debug> HTTP-Session: 68d500a0-699a-4819-9c85-508dd157ff18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4294 | 2024.07.12 00:38:38.305408 [ 3 ] {} <Debug> HTTP-Session: 68d500a0-699a-4819-9c85-508dd157ff18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4295 | 2024.07.12 00:38:38.305550 [ 3 ] {} <Trace> HTTP-Session: 68d500a0-699a-4819-9c85-508dd157ff18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4296 | 2024.07.12 00:38:38.305650 [ 195 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 254 rows starting from the beginning of the part | ||
4297 | 2024.07.12 00:38:38.305871 [ 195 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 92 rows starting from the beginning of the part | ||
4298 | 2024.07.12 00:38:38.305961 [ 3 ] {ae5a6582-ad5c-47ad-997a-d606ec38df20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4299 | 2024.07.12 00:38:38.306129 [ 3 ] {ae5a6582-ad5c-47ad-997a-d606ec38df20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4300 | 2024.07.12 00:38:38.306176 [ 195 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 254 rows starting from the beginning of the part | ||
4301 | 2024.07.12 00:38:38.306813 [ 3 ] {ae5a6582-ad5c-47ad-997a-d606ec38df20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4302 | 2024.07.12 00:38:38.307600 [ 3 ] {ae5a6582-ad5c-47ad-997a-d606ec38df20} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4303 | 2024.07.12 00:38:38.307644 [ 3 ] {ae5a6582-ad5c-47ad-997a-d606ec38df20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4304 | 2024.07.12 00:38:38.308139 [ 3 ] {ae5a6582-ad5c-47ad-997a-d606ec38df20} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4305 | 2024.07.12 00:38:38.308175 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1206 rows, containing 4 columns (4 merged, 0 gathered) in 0.004210395 sec., 286433.9331582904 rows/sec., 24.70 MiB/sec. | ||
4306 | 2024.07.12 00:38:38.308446 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4307 | 2024.07.12 00:38:38.308632 [ 3 ] {ae5a6582-ad5c-47ad-997a-d606ec38df20} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4308 | 2024.07.12 00:38:38.308986 [ 57 ] {} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4309 | 2024.07.12 00:38:38.309101 [ 57 ] {} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4310 | 2024.07.12 00:38:38.309102 [ 3 ] {ae5a6582-ad5c-47ad-997a-d606ec38df20} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.003293 sec., 125417.55238384452 rows/sec., 8.88 MiB/sec. | ||
4311 | 2024.07.12 00:38:38.309176 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4312 | 2024.07.12 00:38:38.309592 [ 188 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
4313 | 2024.07.12 00:38:38.309623 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_21_4} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4314 | 2024.07.12 00:38:38.309927 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_21_4} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4315 | 2024.07.12 00:38:38.310242 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
4316 | 2024.07.12 00:38:38.310270 [ 188 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4317 | 2024.07.12 00:38:38.310372 [ 188 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
4318 | 2024.07.12 00:38:38.310472 [ 3 ] {ae5a6582-ad5c-47ad-997a-d606ec38df20} <Debug> DynamicQueryHandler: Done processing query | ||
4319 | 2024.07.12 00:38:38.310580 [ 3 ] {ae5a6582-ad5c-47ad-997a-d606ec38df20} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
4320 | 2024.07.12 00:38:38.310644 [ 188 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 413 rows starting from the beginning of the part | ||
4321 | 2024.07.12 00:38:38.310669 [ 3 ] {} <Debug> HTTP-Session: 68d500a0-699a-4819-9c85-508dd157ff18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4322 | 2024.07.12 00:38:38.310842 [ 188 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
4323 | 2024.07.12 00:38:38.310934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4324 | 2024.07.12 00:38:38.311077 [ 188 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 413 rows starting from the beginning of the part | ||
4325 | 2024.07.12 00:38:38.311146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4326 | 2024.07.12 00:38:38.311269 [ 3 ] {} <Debug> HTTP-Session: 5d7cc758-31e6-43bb-b191-c487a1f65f16 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4327 | 2024.07.12 00:38:38.311358 [ 3 ] {} <Debug> HTTP-Session: 5d7cc758-31e6-43bb-b191-c487a1f65f16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4328 | 2024.07.12 00:38:38.311383 [ 188 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 88 rows starting from the beginning of the part | ||
4329 | 2024.07.12 00:38:38.311423 [ 3 ] {} <Debug> HTTP-Session: 5d7cc758-31e6-43bb-b191-c487a1f65f16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4330 | 2024.07.12 00:38:38.311591 [ 3 ] {} <Trace> HTTP-Session: 5d7cc758-31e6-43bb-b191-c487a1f65f16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4331 | 2024.07.12 00:38:38.311631 [ 188 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 413 rows starting from the beginning of the part | ||
4332 | 2024.07.12 00:38:38.311986 [ 3 ] {cad14d66-4b30-4205-876d-032649059eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4333 | 2024.07.12 00:38:38.312104 [ 3 ] {cad14d66-4b30-4205-876d-032649059eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4334 | 2024.07.12 00:38:38.312533 [ 3 ] {cad14d66-4b30-4205-876d-032649059eff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4335 | 2024.07.12 00:38:38.313267 [ 3 ] {cad14d66-4b30-4205-876d-032649059eff} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4336 | 2024.07.12 00:38:38.313326 [ 3 ] {cad14d66-4b30-4205-876d-032649059eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4337 | 2024.07.12 00:38:38.314129 [ 3 ] {cad14d66-4b30-4205-876d-032649059eff} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4338 | 2024.07.12 00:38:38.314833 [ 186 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1858 rows, containing 4 columns (4 merged, 0 gathered) in 0.005489434 sec., 338468.41040442424 rows/sec., 24.24 MiB/sec. | ||
4339 | 2024.07.12 00:38:38.314964 [ 3 ] {cad14d66-4b30-4205-876d-032649059eff} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4340 | 2024.07.12 00:38:38.315235 [ 3 ] {cad14d66-4b30-4205-876d-032649059eff} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.0034 sec., 1764.7058823529412 rows/sec., 75.83 KiB/sec. | ||
4341 | 2024.07.12 00:38:38.315330 [ 201 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4342 | 2024.07.12 00:38:38.316123 [ 3 ] {cad14d66-4b30-4205-876d-032649059eff} <Debug> DynamicQueryHandler: Done processing query | ||
4343 | 2024.07.12 00:38:38.316182 [ 3 ] {cad14d66-4b30-4205-876d-032649059eff} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4344 | 2024.07.12 00:38:38.316219 [ 3 ] {} <Debug> HTTP-Session: 5d7cc758-31e6-43bb-b191-c487a1f65f16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4345 | 2024.07.12 00:38:38.316424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4346 | 2024.07.12 00:38:38.316500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4347 | 2024.07.12 00:38:38.316525 [ 3 ] {} <Debug> HTTP-Session: 9687155c-1297-4cac-ab61-fc79d2899838 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4348 | 2024.07.12 00:38:38.316561 [ 3 ] {} <Debug> HTTP-Session: 9687155c-1297-4cac-ab61-fc79d2899838 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4349 | 2024.07.12 00:38:38.316581 [ 3 ] {} <Debug> HTTP-Session: 9687155c-1297-4cac-ab61-fc79d2899838 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4350 | 2024.07.12 00:38:38.316645 [ 3 ] {} <Trace> HTTP-Session: 9687155c-1297-4cac-ab61-fc79d2899838 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4351 | 2024.07.12 00:38:38.316651 [ 201 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_21_4} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4352 | 2024.07.12 00:38:38.316810 [ 201 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_21_4} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4353 | 2024.07.12 00:38:38.316872 [ 3 ] {7d7c191f-ff96-4970-8817-b55e2a31d9ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4354 | 2024.07.12 00:38:38.316967 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
4355 | 2024.07.12 00:38:38.316987 [ 3 ] {7d7c191f-ff96-4970-8817-b55e2a31d9ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4356 | 2024.07.12 00:38:38.317170 [ 3 ] {7d7c191f-ff96-4970-8817-b55e2a31d9ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4357 | 2024.07.12 00:38:38.317515 [ 3 ] {7d7c191f-ff96-4970-8817-b55e2a31d9ae} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4358 | 2024.07.12 00:38:38.317553 [ 3 ] {7d7c191f-ff96-4970-8817-b55e2a31d9ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4359 | 2024.07.12 00:38:38.317932 [ 3 ] {7d7c191f-ff96-4970-8817-b55e2a31d9ae} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4360 | 2024.07.12 00:38:38.318280 [ 3 ] {7d7c191f-ff96-4970-8817-b55e2a31d9ae} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4361 | 2024.07.12 00:38:38.318443 [ 3 ] {7d7c191f-ff96-4970-8817-b55e2a31d9ae} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001648 sec., 46723.30097087379 rows/sec., 2.88 MiB/sec. | ||
4362 | 2024.07.12 00:38:38.318974 [ 3 ] {7d7c191f-ff96-4970-8817-b55e2a31d9ae} <Debug> DynamicQueryHandler: Done processing query | ||
4363 | 2024.07.12 00:38:38.318999 [ 3 ] {7d7c191f-ff96-4970-8817-b55e2a31d9ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4364 | 2024.07.12 00:38:38.319015 [ 3 ] {} <Debug> HTTP-Session: 9687155c-1297-4cac-ab61-fc79d2899838 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4365 | 2024.07.12 00:38:38.319172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4366 | 2024.07.12 00:38:38.319221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4367 | 2024.07.12 00:38:38.319240 [ 3 ] {} <Debug> HTTP-Session: 27a7e769-755a-4d30-bca0-937a46200e45 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4368 | 2024.07.12 00:38:38.319257 [ 3 ] {} <Debug> HTTP-Session: 27a7e769-755a-4d30-bca0-937a46200e45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4369 | 2024.07.12 00:38:38.319271 [ 3 ] {} <Debug> HTTP-Session: 27a7e769-755a-4d30-bca0-937a46200e45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4370 | 2024.07.12 00:38:38.319305 [ 3 ] {} <Trace> HTTP-Session: 27a7e769-755a-4d30-bca0-937a46200e45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4371 | 2024.07.12 00:38:38.319515 [ 3 ] {0dfba391-f34c-46e1-82bb-ae861f9ee299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4372 | 2024.07.12 00:38:38.319562 [ 3 ] {0dfba391-f34c-46e1-82bb-ae861f9ee299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4373 | 2024.07.12 00:38:38.319720 [ 3 ] {0dfba391-f34c-46e1-82bb-ae861f9ee299} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4374 | 2024.07.12 00:38:38.320130 [ 3 ] {0dfba391-f34c-46e1-82bb-ae861f9ee299} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4375 | 2024.07.12 00:38:38.320166 [ 3 ] {0dfba391-f34c-46e1-82bb-ae861f9ee299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4376 | 2024.07.12 00:38:38.320539 [ 3 ] {0dfba391-f34c-46e1-82bb-ae861f9ee299} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4377 | 2024.07.12 00:38:38.320875 [ 3 ] {0dfba391-f34c-46e1-82bb-ae861f9ee299} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4378 | 2024.07.12 00:38:38.321040 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4379 | 2024.07.12 00:38:38.321048 [ 3 ] {0dfba391-f34c-46e1-82bb-ae861f9ee299} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001643 sec., 97382.83627510651 rows/sec., 6.78 MiB/sec. | ||
4380 | 2024.07.12 00:38:38.321093 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4381 | 2024.07.12 00:38:38.321159 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4382 | 2024.07.12 00:38:38.321412 [ 3 ] {0dfba391-f34c-46e1-82bb-ae861f9ee299} <Debug> DynamicQueryHandler: Done processing query | ||
4383 | 2024.07.12 00:38:38.321499 [ 3 ] {0dfba391-f34c-46e1-82bb-ae861f9ee299} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4384 | 2024.07.12 00:38:38.321585 [ 3 ] {} <Debug> HTTP-Session: 27a7e769-755a-4d30-bca0-937a46200e45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4385 | 2024.07.12 00:38:38.321825 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
4386 | 2024.07.12 00:38:38.321931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 49839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4387 | 2024.07.12 00:38:38.322048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4388 | 2024.07.12 00:38:38.322114 [ 3 ] {} <Debug> HTTP-Session: 98380ec0-f5b2-4796-b2fe-6f897b4679af Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4389 | 2024.07.12 00:38:38.322149 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4390 | 2024.07.12 00:38:38.322160 [ 3 ] {} <Debug> HTTP-Session: 98380ec0-f5b2-4796-b2fe-6f897b4679af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4391 | 2024.07.12 00:38:38.322214 [ 3 ] {} <Debug> HTTP-Session: 98380ec0-f5b2-4796-b2fe-6f897b4679af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4392 | 2024.07.12 00:38:38.322220 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2642 rows starting from the beginning of the part | ||
4393 | 2024.07.12 00:38:38.322265 [ 3 ] {} <Trace> HTTP-Session: 98380ec0-f5b2-4796-b2fe-6f897b4679af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4394 | 2024.07.12 00:38:38.322509 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
4395 | 2024.07.12 00:38:38.322623 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
4396 | 2024.07.12 00:38:38.322772 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
4397 | 2024.07.12 00:38:38.323017 [ 3 ] {3666d109-3bde-4bcf-bdce-20ba7db07661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4398 | 2024.07.12 00:38:38.323087 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 196 rows starting from the beginning of the part | ||
4399 | 2024.07.12 00:38:38.323398 [ 3 ] {3666d109-3bde-4bcf-bdce-20ba7db07661} <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 | ||
4400 | 2024.07.12 00:38:38.323430 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
4401 | 2024.07.12 00:38:38.325231 [ 3 ] {3666d109-3bde-4bcf-bdce-20ba7db07661} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4402 | 2024.07.12 00:38:38.326717 [ 3 ] {3666d109-3bde-4bcf-bdce-20ba7db07661} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4403 | 2024.07.12 00:38:38.326817 [ 3 ] {3666d109-3bde-4bcf-bdce-20ba7db07661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4404 | 2024.07.12 00:38:38.327103 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3478 rows, containing 5 columns (5 merged, 0 gathered) in 0.005794159 sec., 600259.6753040432 rows/sec., 41.85 MiB/sec. | ||
4405 | 2024.07.12 00:38:38.327456 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4406 | 2024.07.12 00:38:38.328506 [ 3 ] {3666d109-3bde-4bcf-bdce-20ba7db07661} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4407 | 2024.07.12 00:38:38.328516 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4408 | 2024.07.12 00:38:38.328685 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4409 | 2024.07.12 00:38:38.328882 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
4410 | 2024.07.12 00:38:38.329245 [ 3 ] {3666d109-3bde-4bcf-bdce-20ba7db07661} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4411 | 2024.07.12 00:38:38.329514 [ 3 ] {3666d109-3bde-4bcf-bdce-20ba7db07661} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.007018 sec., 4417.212881162724 rows/sec., 7.92 MiB/sec. | ||
4412 | 2024.07.12 00:38:38.330328 [ 3 ] {3666d109-3bde-4bcf-bdce-20ba7db07661} <Debug> DynamicQueryHandler: Done processing query | ||
4413 | 2024.07.12 00:38:38.330353 [ 3 ] {3666d109-3bde-4bcf-bdce-20ba7db07661} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4414 | 2024.07.12 00:38:38.330369 [ 3 ] {} <Debug> HTTP-Session: 98380ec0-f5b2-4796-b2fe-6f897b4679af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4415 | 2024.07.12 00:38:38.330496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4416 | 2024.07.12 00:38:38.330545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4417 | 2024.07.12 00:38:38.330564 [ 3 ] {} <Debug> HTTP-Session: 64102510-1461-417c-a2b0-9e9b631bd45d Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4418 | 2024.07.12 00:38:38.330581 [ 3 ] {} <Debug> HTTP-Session: 64102510-1461-417c-a2b0-9e9b631bd45d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4419 | 2024.07.12 00:38:38.330595 [ 3 ] {} <Debug> HTTP-Session: 64102510-1461-417c-a2b0-9e9b631bd45d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4420 | 2024.07.12 00:38:38.330626 [ 3 ] {} <Trace> HTTP-Session: 64102510-1461-417c-a2b0-9e9b631bd45d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4421 | 2024.07.12 00:38:38.330762 [ 3 ] {eb352e75-6072-42c3-be46-693831076f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4422 | 2024.07.12 00:38:38.330808 [ 3 ] {eb352e75-6072-42c3-be46-693831076f46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4423 | 2024.07.12 00:38:38.330951 [ 3 ] {eb352e75-6072-42c3-be46-693831076f46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4424 | 2024.07.12 00:38:38.331231 [ 3 ] {eb352e75-6072-42c3-be46-693831076f46} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4425 | 2024.07.12 00:38:38.331266 [ 3 ] {eb352e75-6072-42c3-be46-693831076f46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4426 | 2024.07.12 00:38:38.331622 [ 3 ] {eb352e75-6072-42c3-be46-693831076f46} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4427 | 2024.07.12 00:38:38.331950 [ 3 ] {eb352e75-6072-42c3-be46-693831076f46} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4428 | 2024.07.12 00:38:38.332106 [ 3 ] {eb352e75-6072-42c3-be46-693831076f46} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001371 sec., 16776.075857038657 rows/sec., 907.47 KiB/sec. | ||
4429 | 2024.07.12 00:38:38.332589 [ 3 ] {eb352e75-6072-42c3-be46-693831076f46} <Debug> DynamicQueryHandler: Done processing query | ||
4430 | 2024.07.12 00:38:38.332645 [ 3 ] {eb352e75-6072-42c3-be46-693831076f46} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4431 | 2024.07.12 00:38:38.332683 [ 3 ] {} <Debug> HTTP-Session: 64102510-1461-417c-a2b0-9e9b631bd45d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4432 | 2024.07.12 00:38:38.332877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4433 | 2024.07.12 00:38:38.332925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4434 | 2024.07.12 00:38:38.332945 [ 3 ] {} <Debug> HTTP-Session: f2cf862b-a035-463c-975b-9b3daace57ed Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4435 | 2024.07.12 00:38:38.332962 [ 3 ] {} <Debug> HTTP-Session: f2cf862b-a035-463c-975b-9b3daace57ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4436 | 2024.07.12 00:38:38.332975 [ 3 ] {} <Debug> HTTP-Session: f2cf862b-a035-463c-975b-9b3daace57ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4437 | 2024.07.12 00:38:38.333006 [ 3 ] {} <Trace> HTTP-Session: f2cf862b-a035-463c-975b-9b3daace57ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4438 | 2024.07.12 00:38:38.333140 [ 3 ] {19a5b475-ed05-46a0-a0a9-f881236ae187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4439 | 2024.07.12 00:38:38.333187 [ 3 ] {19a5b475-ed05-46a0-a0a9-f881236ae187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4440 | 2024.07.12 00:38:38.333338 [ 3 ] {19a5b475-ed05-46a0-a0a9-f881236ae187} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4441 | 2024.07.12 00:38:38.333635 [ 3 ] {19a5b475-ed05-46a0-a0a9-f881236ae187} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4442 | 2024.07.12 00:38:38.333670 [ 3 ] {19a5b475-ed05-46a0-a0a9-f881236ae187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4443 | 2024.07.12 00:38:38.334025 [ 3 ] {19a5b475-ed05-46a0-a0a9-f881236ae187} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4444 | 2024.07.12 00:38:38.334343 [ 3 ] {19a5b475-ed05-46a0-a0a9-f881236ae187} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4445 | 2024.07.12 00:38:38.334501 [ 57 ] {} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4446 | 2024.07.12 00:38:38.334510 [ 3 ] {19a5b475-ed05-46a0-a0a9-f881236ae187} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
4447 | 2024.07.12 00:38:38.334554 [ 57 ] {} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4448 | 2024.07.12 00:38:38.334620 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4449 | 2024.07.12 00:38:38.334872 [ 3 ] {19a5b475-ed05-46a0-a0a9-f881236ae187} <Debug> DynamicQueryHandler: Done processing query | ||
4450 | 2024.07.12 00:38:38.334875 [ 186 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
4451 | 2024.07.12 00:38:38.334958 [ 3 ] {19a5b475-ed05-46a0-a0a9-f881236ae187} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4452 | 2024.07.12 00:38:38.335051 [ 3 ] {} <Debug> HTTP-Session: f2cf862b-a035-463c-975b-9b3daace57ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4453 | 2024.07.12 00:38:38.335206 [ 186 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4454 | 2024.07.12 00:38:38.335243 [ 186 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 888 rows starting from the beginning of the part | ||
4455 | 2024.07.12 00:38:38.335319 [ 186 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
4456 | 2024.07.12 00:38:38.335414 [ 186 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
4457 | 2024.07.12 00:38:38.335626 [ 186 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
4458 | 2024.07.12 00:38:38.335909 [ 186 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
4459 | 2024.07.12 00:38:38.336054 [ 186 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
4460 | 2024.07.12 00:38:38.337248 [ 194 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1188 rows, containing 4 columns (4 merged, 0 gathered) in 0.002520248 sec., 471382.1814361126 rows/sec., 31.78 MiB/sec. | ||
4461 | 2024.07.12 00:38:38.337400 [ 194 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4462 | 2024.07.12 00:38:38.337746 [ 194 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_21_4} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4463 | 2024.07.12 00:38:38.337817 [ 194 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_21_4} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4464 | 2024.07.12 00:38:38.337881 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
4465 | 2024.07.12 00:38:43.288824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4466 | 2024.07.12 00:38:43.288956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4467 | 2024.07.12 00:38:43.288984 [ 3 ] {} <Debug> HTTP-Session: 6ea846c4-88c3-4776-a998-0d53ed170b4e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4468 | 2024.07.12 00:38:43.289012 [ 3 ] {} <Debug> HTTP-Session: 6ea846c4-88c3-4776-a998-0d53ed170b4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4469 | 2024.07.12 00:38:43.289030 [ 3 ] {} <Debug> HTTP-Session: 6ea846c4-88c3-4776-a998-0d53ed170b4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4470 | 2024.07.12 00:38:43.289089 [ 3 ] {} <Trace> HTTP-Session: 6ea846c4-88c3-4776-a998-0d53ed170b4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4471 | 2024.07.12 00:38:43.289313 [ 3 ] {a5c00a19-aa3c-4f02-8b14-385c2b179e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4472 | 2024.07.12 00:38:43.289393 [ 3 ] {a5c00a19-aa3c-4f02-8b14-385c2b179e07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4473 | 2024.07.12 00:38:43.289618 [ 3 ] {a5c00a19-aa3c-4f02-8b14-385c2b179e07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4474 | 2024.07.12 00:38:43.290091 [ 3 ] {a5c00a19-aa3c-4f02-8b14-385c2b179e07} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4475 | 2024.07.12 00:38:43.290134 [ 3 ] {a5c00a19-aa3c-4f02-8b14-385c2b179e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4476 | 2024.07.12 00:38:43.290530 [ 3 ] {a5c00a19-aa3c-4f02-8b14-385c2b179e07} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4477 | 2024.07.12 00:38:43.290866 [ 3 ] {a5c00a19-aa3c-4f02-8b14-385c2b179e07} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4478 | 2024.07.12 00:38:43.291040 [ 3 ] {a5c00a19-aa3c-4f02-8b14-385c2b179e07} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001794 sec., 31215.161649944257 rows/sec., 2.38 MiB/sec. | ||
4479 | 2024.07.12 00:38:43.291385 [ 3 ] {a5c00a19-aa3c-4f02-8b14-385c2b179e07} <Debug> DynamicQueryHandler: Done processing query | ||
4480 | 2024.07.12 00:38:43.291412 [ 3 ] {a5c00a19-aa3c-4f02-8b14-385c2b179e07} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4481 | 2024.07.12 00:38:43.291429 [ 3 ] {} <Debug> HTTP-Session: 6ea846c4-88c3-4776-a998-0d53ed170b4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4482 | 2024.07.12 00:38:43.291617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4483 | 2024.07.12 00:38:43.291667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4484 | 2024.07.12 00:38:43.291687 [ 3 ] {} <Debug> HTTP-Session: c769d467-1fca-4b47-be81-7759096a2f33 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4485 | 2024.07.12 00:38:43.291705 [ 3 ] {} <Debug> HTTP-Session: c769d467-1fca-4b47-be81-7759096a2f33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4486 | 2024.07.12 00:38:43.291719 [ 3 ] {} <Debug> HTTP-Session: c769d467-1fca-4b47-be81-7759096a2f33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4487 | 2024.07.12 00:38:43.291753 [ 3 ] {} <Trace> HTTP-Session: c769d467-1fca-4b47-be81-7759096a2f33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4488 | 2024.07.12 00:38:43.291875 [ 3 ] {9c65421d-bfcc-4d86-97b9-627cd20ba423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4489 | 2024.07.12 00:38:43.291922 [ 3 ] {9c65421d-bfcc-4d86-97b9-627cd20ba423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4490 | 2024.07.12 00:38:43.292072 [ 3 ] {9c65421d-bfcc-4d86-97b9-627cd20ba423} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4491 | 2024.07.12 00:38:43.292536 [ 3 ] {9c65421d-bfcc-4d86-97b9-627cd20ba423} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4492 | 2024.07.12 00:38:43.292574 [ 3 ] {9c65421d-bfcc-4d86-97b9-627cd20ba423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4493 | 2024.07.12 00:38:43.292905 [ 3 ] {9c65421d-bfcc-4d86-97b9-627cd20ba423} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4494 | 2024.07.12 00:38:43.293224 [ 3 ] {9c65421d-bfcc-4d86-97b9-627cd20ba423} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4495 | 2024.07.12 00:38:43.293382 [ 3 ] {9c65421d-bfcc-4d86-97b9-627cd20ba423} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001541 sec., 41531.47306943543 rows/sec., 3.24 MiB/sec. | ||
4496 | 2024.07.12 00:38:43.293557 [ 3 ] {9c65421d-bfcc-4d86-97b9-627cd20ba423} <Debug> DynamicQueryHandler: Done processing query | ||
4497 | 2024.07.12 00:38:43.293582 [ 3 ] {9c65421d-bfcc-4d86-97b9-627cd20ba423} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4498 | 2024.07.12 00:38:43.293599 [ 3 ] {} <Debug> HTTP-Session: c769d467-1fca-4b47-be81-7759096a2f33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4499 | 2024.07.12 00:38:43.293767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4500 | 2024.07.12 00:38:43.293816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4501 | 2024.07.12 00:38:43.293836 [ 3 ] {} <Debug> HTTP-Session: 6b36cf99-c6c2-4ec7-a2df-3b73563b0c90 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4502 | 2024.07.12 00:38:43.293852 [ 3 ] {} <Debug> HTTP-Session: 6b36cf99-c6c2-4ec7-a2df-3b73563b0c90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4503 | 2024.07.12 00:38:43.293867 [ 3 ] {} <Debug> HTTP-Session: 6b36cf99-c6c2-4ec7-a2df-3b73563b0c90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4504 | 2024.07.12 00:38:43.293899 [ 3 ] {} <Trace> HTTP-Session: 6b36cf99-c6c2-4ec7-a2df-3b73563b0c90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4505 | 2024.07.12 00:38:43.294045 [ 3 ] {4b6b1b8d-5126-42a8-9547-69bbe18bb42b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4506 | 2024.07.12 00:38:43.294094 [ 3 ] {4b6b1b8d-5126-42a8-9547-69bbe18bb42b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4507 | 2024.07.12 00:38:43.294239 [ 3 ] {4b6b1b8d-5126-42a8-9547-69bbe18bb42b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4508 | 2024.07.12 00:38:43.294694 [ 3 ] {4b6b1b8d-5126-42a8-9547-69bbe18bb42b} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4509 | 2024.07.12 00:38:43.294732 [ 3 ] {4b6b1b8d-5126-42a8-9547-69bbe18bb42b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4510 | 2024.07.12 00:38:43.295123 [ 3 ] {4b6b1b8d-5126-42a8-9547-69bbe18bb42b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4511 | 2024.07.12 00:38:43.295462 [ 3 ] {4b6b1b8d-5126-42a8-9547-69bbe18bb42b} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4512 | 2024.07.12 00:38:43.295619 [ 3 ] {4b6b1b8d-5126-42a8-9547-69bbe18bb42b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001639 sec., 97620.50030506407 rows/sec., 6.80 MiB/sec. | ||
4513 | 2024.07.12 00:38:43.295949 [ 3 ] {4b6b1b8d-5126-42a8-9547-69bbe18bb42b} <Debug> DynamicQueryHandler: Done processing query | ||
4514 | 2024.07.12 00:38:43.295974 [ 3 ] {4b6b1b8d-5126-42a8-9547-69bbe18bb42b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4515 | 2024.07.12 00:38:43.295991 [ 3 ] {} <Debug> HTTP-Session: 6b36cf99-c6c2-4ec7-a2df-3b73563b0c90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4516 | 2024.07.12 00:38:43.296135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4517 | 2024.07.12 00:38:43.296184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4518 | 2024.07.12 00:38:43.296204 [ 3 ] {} <Debug> HTTP-Session: 6bdcaa5b-2785-4c0b-b4f8-77eb266acdcd Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4519 | 2024.07.12 00:38:43.296221 [ 3 ] {} <Debug> HTTP-Session: 6bdcaa5b-2785-4c0b-b4f8-77eb266acdcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4520 | 2024.07.12 00:38:43.296235 [ 3 ] {} <Debug> HTTP-Session: 6bdcaa5b-2785-4c0b-b4f8-77eb266acdcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4521 | 2024.07.12 00:38:43.296267 [ 3 ] {} <Trace> HTTP-Session: 6bdcaa5b-2785-4c0b-b4f8-77eb266acdcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4522 | 2024.07.12 00:38:43.296394 [ 3 ] {8ef2c1a5-684e-4f32-96c2-e694779f2442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4523 | 2024.07.12 00:38:43.296441 [ 3 ] {8ef2c1a5-684e-4f32-96c2-e694779f2442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4524 | 2024.07.12 00:38:43.296585 [ 3 ] {8ef2c1a5-684e-4f32-96c2-e694779f2442} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4525 | 2024.07.12 00:38:43.296882 [ 3 ] {8ef2c1a5-684e-4f32-96c2-e694779f2442} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4526 | 2024.07.12 00:38:43.296919 [ 3 ] {8ef2c1a5-684e-4f32-96c2-e694779f2442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4527 | 2024.07.12 00:38:43.297276 [ 3 ] {8ef2c1a5-684e-4f32-96c2-e694779f2442} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4528 | 2024.07.12 00:38:43.297592 [ 3 ] {8ef2c1a5-684e-4f32-96c2-e694779f2442} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4529 | 2024.07.12 00:38:43.297744 [ 3 ] {8ef2c1a5-684e-4f32-96c2-e694779f2442} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
4530 | 2024.07.12 00:38:43.297903 [ 3 ] {8ef2c1a5-684e-4f32-96c2-e694779f2442} <Debug> DynamicQueryHandler: Done processing query | ||
4531 | 2024.07.12 00:38:43.297927 [ 3 ] {8ef2c1a5-684e-4f32-96c2-e694779f2442} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4532 | 2024.07.12 00:38:43.297943 [ 3 ] {} <Debug> HTTP-Session: 6bdcaa5b-2785-4c0b-b4f8-77eb266acdcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4533 | 2024.07.12 00:38:48.294478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4534 | 2024.07.12 00:38:48.294604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4535 | 2024.07.12 00:38:48.294629 [ 3 ] {} <Debug> HTTP-Session: 09bd69fe-8b1a-4a03-8960-28487f24d207 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4536 | 2024.07.12 00:38:48.294653 [ 3 ] {} <Debug> HTTP-Session: 09bd69fe-8b1a-4a03-8960-28487f24d207 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4537 | 2024.07.12 00:38:48.294667 [ 3 ] {} <Debug> HTTP-Session: 09bd69fe-8b1a-4a03-8960-28487f24d207 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4538 | 2024.07.12 00:38:48.294718 [ 3 ] {} <Trace> HTTP-Session: 09bd69fe-8b1a-4a03-8960-28487f24d207 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4539 | 2024.07.12 00:38:48.294912 [ 3 ] {40c18c56-90e0-47f2-ba53-b9d8096e8d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4540 | 2024.07.12 00:38:48.294980 [ 3 ] {40c18c56-90e0-47f2-ba53-b9d8096e8d4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4541 | 2024.07.12 00:38:48.295171 [ 3 ] {40c18c56-90e0-47f2-ba53-b9d8096e8d4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4542 | 2024.07.12 00:38:48.295610 [ 3 ] {40c18c56-90e0-47f2-ba53-b9d8096e8d4d} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4543 | 2024.07.12 00:38:48.295651 [ 3 ] {40c18c56-90e0-47f2-ba53-b9d8096e8d4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4544 | 2024.07.12 00:38:48.296010 [ 3 ] {40c18c56-90e0-47f2-ba53-b9d8096e8d4d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4545 | 2024.07.12 00:38:48.296336 [ 3 ] {40c18c56-90e0-47f2-ba53-b9d8096e8d4d} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4546 | 2024.07.12 00:38:48.296497 [ 3 ] {40c18c56-90e0-47f2-ba53-b9d8096e8d4d} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001646 sec., 22478.736330498177 rows/sec., 1.69 MiB/sec. | ||
4547 | 2024.07.12 00:38:48.296775 [ 3 ] {40c18c56-90e0-47f2-ba53-b9d8096e8d4d} <Debug> DynamicQueryHandler: Done processing query | ||
4548 | 2024.07.12 00:38:48.296802 [ 3 ] {40c18c56-90e0-47f2-ba53-b9d8096e8d4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4549 | 2024.07.12 00:38:48.296819 [ 3 ] {} <Debug> HTTP-Session: 09bd69fe-8b1a-4a03-8960-28487f24d207 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4550 | 2024.07.12 00:38:48.296990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4551 | 2024.07.12 00:38:48.297039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4552 | 2024.07.12 00:38:48.297058 [ 3 ] {} <Debug> HTTP-Session: 1e18329e-3753-465d-bbd0-580c59dfb5b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4553 | 2024.07.12 00:38:48.297074 [ 3 ] {} <Debug> HTTP-Session: 1e18329e-3753-465d-bbd0-580c59dfb5b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4554 | 2024.07.12 00:38:48.297088 [ 3 ] {} <Debug> HTTP-Session: 1e18329e-3753-465d-bbd0-580c59dfb5b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4555 | 2024.07.12 00:38:48.297120 [ 3 ] {} <Trace> HTTP-Session: 1e18329e-3753-465d-bbd0-580c59dfb5b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4556 | 2024.07.12 00:38:48.297217 [ 3 ] {8b032ad1-9148-4c76-8e40-0cd6a4137839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4557 | 2024.07.12 00:38:48.297261 [ 3 ] {8b032ad1-9148-4c76-8e40-0cd6a4137839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4558 | 2024.07.12 00:38:48.297405 [ 3 ] {8b032ad1-9148-4c76-8e40-0cd6a4137839} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4559 | 2024.07.12 00:38:48.297689 [ 3 ] {8b032ad1-9148-4c76-8e40-0cd6a4137839} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4560 | 2024.07.12 00:38:48.297724 [ 3 ] {8b032ad1-9148-4c76-8e40-0cd6a4137839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4561 | 2024.07.12 00:38:48.298014 [ 3 ] {8b032ad1-9148-4c76-8e40-0cd6a4137839} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4562 | 2024.07.12 00:38:48.298313 [ 3 ] {8b032ad1-9148-4c76-8e40-0cd6a4137839} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4563 | 2024.07.12 00:38:48.298462 [ 3 ] {8b032ad1-9148-4c76-8e40-0cd6a4137839} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001256 sec., 3184.7133757961783 rows/sec., 259.69 KiB/sec. | ||
4564 | 2024.07.12 00:38:48.298734 [ 3 ] {8b032ad1-9148-4c76-8e40-0cd6a4137839} <Debug> DynamicQueryHandler: Done processing query | ||
4565 | 2024.07.12 00:38:48.298758 [ 3 ] {8b032ad1-9148-4c76-8e40-0cd6a4137839} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4566 | 2024.07.12 00:38:48.298773 [ 3 ] {} <Debug> HTTP-Session: 1e18329e-3753-465d-bbd0-580c59dfb5b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4567 | 2024.07.12 00:38:48.298917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4568 | 2024.07.12 00:38:48.298965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4569 | 2024.07.12 00:38:48.298984 [ 3 ] {} <Debug> HTTP-Session: 4b79e291-7c53-4c0a-985f-7dac57ebd987 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4570 | 2024.07.12 00:38:48.299000 [ 3 ] {} <Debug> HTTP-Session: 4b79e291-7c53-4c0a-985f-7dac57ebd987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4571 | 2024.07.12 00:38:48.299015 [ 3 ] {} <Debug> HTTP-Session: 4b79e291-7c53-4c0a-985f-7dac57ebd987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4572 | 2024.07.12 00:38:48.299045 [ 3 ] {} <Trace> HTTP-Session: 4b79e291-7c53-4c0a-985f-7dac57ebd987 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4573 | 2024.07.12 00:38:48.299212 [ 3 ] {c945b2d1-516a-479d-b563-ef8fdff00d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4574 | 2024.07.12 00:38:48.299256 [ 3 ] {c945b2d1-516a-479d-b563-ef8fdff00d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4575 | 2024.07.12 00:38:48.299393 [ 3 ] {c945b2d1-516a-479d-b563-ef8fdff00d84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4576 | 2024.07.12 00:38:48.299832 [ 3 ] {c945b2d1-516a-479d-b563-ef8fdff00d84} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4577 | 2024.07.12 00:38:48.299868 [ 3 ] {c945b2d1-516a-479d-b563-ef8fdff00d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4578 | 2024.07.12 00:38:48.300180 [ 3 ] {c945b2d1-516a-479d-b563-ef8fdff00d84} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4579 | 2024.07.12 00:38:48.300484 [ 3 ] {c945b2d1-516a-479d-b563-ef8fdff00d84} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4580 | 2024.07.12 00:38:48.300639 [ 3 ] {c945b2d1-516a-479d-b563-ef8fdff00d84} <Debug> executeQuery: Read 256 rows, 23.09 KiB in 0.001502 sec., 170439.41411451396 rows/sec., 15.01 MiB/sec. | ||
4581 | 2024.07.12 00:38:48.300804 [ 3 ] {c945b2d1-516a-479d-b563-ef8fdff00d84} <Debug> DynamicQueryHandler: Done processing query | ||
4582 | 2024.07.12 00:38:48.300828 [ 3 ] {c945b2d1-516a-479d-b563-ef8fdff00d84} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
4583 | 2024.07.12 00:38:48.300843 [ 3 ] {} <Debug> HTTP-Session: 4b79e291-7c53-4c0a-985f-7dac57ebd987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4584 | 2024.07.12 00:38:48.300952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4585 | 2024.07.12 00:38:48.300998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4586 | 2024.07.12 00:38:48.301017 [ 3 ] {} <Debug> HTTP-Session: e1e3c9b8-0201-445f-a33e-7bbecbff7eae Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4587 | 2024.07.12 00:38:48.301034 [ 3 ] {} <Debug> HTTP-Session: e1e3c9b8-0201-445f-a33e-7bbecbff7eae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4588 | 2024.07.12 00:38:48.301047 [ 3 ] {} <Debug> HTTP-Session: e1e3c9b8-0201-445f-a33e-7bbecbff7eae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4589 | 2024.07.12 00:38:48.301077 [ 3 ] {} <Trace> HTTP-Session: e1e3c9b8-0201-445f-a33e-7bbecbff7eae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4590 | 2024.07.12 00:38:48.301170 [ 3 ] {aeb2cf18-b037-472c-a58b-a174548dcb3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4591 | 2024.07.12 00:38:48.301212 [ 3 ] {aeb2cf18-b037-472c-a58b-a174548dcb3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4592 | 2024.07.12 00:38:48.301335 [ 3 ] {aeb2cf18-b037-472c-a58b-a174548dcb3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4593 | 2024.07.12 00:38:48.301585 [ 3 ] {aeb2cf18-b037-472c-a58b-a174548dcb3c} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4594 | 2024.07.12 00:38:48.301618 [ 3 ] {aeb2cf18-b037-472c-a58b-a174548dcb3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4595 | 2024.07.12 00:38:48.301887 [ 3 ] {aeb2cf18-b037-472c-a58b-a174548dcb3c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4596 | 2024.07.12 00:38:48.302163 [ 3 ] {aeb2cf18-b037-472c-a58b-a174548dcb3c} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4597 | 2024.07.12 00:38:48.302386 [ 3 ] {aeb2cf18-b037-472c-a58b-a174548dcb3c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00122 sec., 3278.688524590164 rows/sec., 228.93 KiB/sec. | ||
4598 | 2024.07.12 00:38:48.302819 [ 3 ] {aeb2cf18-b037-472c-a58b-a174548dcb3c} <Debug> DynamicQueryHandler: Done processing query | ||
4599 | 2024.07.12 00:38:48.302845 [ 3 ] {aeb2cf18-b037-472c-a58b-a174548dcb3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4600 | 2024.07.12 00:38:48.302861 [ 3 ] {} <Debug> HTTP-Session: e1e3c9b8-0201-445f-a33e-7bbecbff7eae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4601 | 2024.07.12 00:38:48.303052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 67493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4602 | 2024.07.12 00:38:48.303099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4603 | 2024.07.12 00:38:48.303118 [ 3 ] {} <Debug> HTTP-Session: 8af6b7c1-d2ed-46bb-9175-ed53139174f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4604 | 2024.07.12 00:38:48.303135 [ 3 ] {} <Debug> HTTP-Session: 8af6b7c1-d2ed-46bb-9175-ed53139174f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4605 | 2024.07.12 00:38:48.303149 [ 3 ] {} <Debug> HTTP-Session: 8af6b7c1-d2ed-46bb-9175-ed53139174f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4606 | 2024.07.12 00:38:48.303180 [ 3 ] {} <Trace> HTTP-Session: 8af6b7c1-d2ed-46bb-9175-ed53139174f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4607 | 2024.07.12 00:38:48.303400 [ 3 ] {a2b08db7-2705-4d1a-aa1c-8a9367221529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4608 | 2024.07.12 00:38:48.303444 [ 3 ] {a2b08db7-2705-4d1a-aa1c-8a9367221529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4609 | 2024.07.12 00:38:48.303590 [ 3 ] {a2b08db7-2705-4d1a-aa1c-8a9367221529} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4610 | 2024.07.12 00:38:48.304137 [ 3 ] {a2b08db7-2705-4d1a-aa1c-8a9367221529} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4611 | 2024.07.12 00:38:48.304173 [ 3 ] {a2b08db7-2705-4d1a-aa1c-8a9367221529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4612 | 2024.07.12 00:38:48.304491 [ 3 ] {a2b08db7-2705-4d1a-aa1c-8a9367221529} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4613 | 2024.07.12 00:38:48.304789 [ 3 ] {a2b08db7-2705-4d1a-aa1c-8a9367221529} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4614 | 2024.07.12 00:38:48.304942 [ 3 ] {a2b08db7-2705-4d1a-aa1c-8a9367221529} <Debug> executeQuery: Read 417 rows, 30.28 KiB in 0.001658 sec., 251507.8407720145 rows/sec., 17.84 MiB/sec. | ||
4615 | 2024.07.12 00:38:48.305105 [ 3 ] {a2b08db7-2705-4d1a-aa1c-8a9367221529} <Debug> DynamicQueryHandler: Done processing query | ||
4616 | 2024.07.12 00:38:48.305129 [ 3 ] {a2b08db7-2705-4d1a-aa1c-8a9367221529} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
4617 | 2024.07.12 00:38:48.305144 [ 3 ] {} <Debug> HTTP-Session: 8af6b7c1-d2ed-46bb-9175-ed53139174f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4618 | 2024.07.12 00:38:48.305297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4619 | 2024.07.12 00:38:48.305345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4620 | 2024.07.12 00:38:48.305364 [ 3 ] {} <Debug> HTTP-Session: dc646f54-ecde-4f6a-a782-4e83a066247f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4621 | 2024.07.12 00:38:48.305380 [ 3 ] {} <Debug> HTTP-Session: dc646f54-ecde-4f6a-a782-4e83a066247f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4622 | 2024.07.12 00:38:48.305393 [ 3 ] {} <Debug> HTTP-Session: dc646f54-ecde-4f6a-a782-4e83a066247f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4623 | 2024.07.12 00:38:48.305424 [ 3 ] {} <Trace> HTTP-Session: dc646f54-ecde-4f6a-a782-4e83a066247f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4624 | 2024.07.12 00:38:48.305517 [ 3 ] {bed03467-ebb3-4cbb-a4ac-d2faff1e5500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4625 | 2024.07.12 00:38:48.305560 [ 3 ] {bed03467-ebb3-4cbb-a4ac-d2faff1e5500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4626 | 2024.07.12 00:38:48.305687 [ 3 ] {bed03467-ebb3-4cbb-a4ac-d2faff1e5500} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4627 | 2024.07.12 00:38:48.305936 [ 3 ] {bed03467-ebb3-4cbb-a4ac-d2faff1e5500} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4628 | 2024.07.12 00:38:48.305971 [ 3 ] {bed03467-ebb3-4cbb-a4ac-d2faff1e5500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4629 | 2024.07.12 00:38:48.306320 [ 3 ] {bed03467-ebb3-4cbb-a4ac-d2faff1e5500} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4630 | 2024.07.12 00:38:48.306637 [ 3 ] {bed03467-ebb3-4cbb-a4ac-d2faff1e5500} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4631 | 2024.07.12 00:38:48.306795 [ 129 ] {} <Debug> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4632 | 2024.07.12 00:38:48.306798 [ 3 ] {bed03467-ebb3-4cbb-a4ac-d2faff1e5500} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001299 sec., 4618.937644341801 rows/sec., 198.47 KiB/sec. | ||
4633 | 2024.07.12 00:38:48.306883 [ 129 ] {} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4634 | 2024.07.12 00:38:48.306950 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4635 | 2024.07.12 00:38:48.307156 [ 3 ] {bed03467-ebb3-4cbb-a4ac-d2faff1e5500} <Debug> DynamicQueryHandler: Done processing query | ||
4636 | 2024.07.12 00:38:48.307242 [ 3 ] {bed03467-ebb3-4cbb-a4ac-d2faff1e5500} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4637 | 2024.07.12 00:38:48.307317 [ 3 ] {} <Debug> HTTP-Session: dc646f54-ecde-4f6a-a782-4e83a066247f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4638 | 2024.07.12 00:38:48.307446 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
4639 | 2024.07.12 00:38:48.307559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4640 | 2024.07.12 00:38:48.307667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4641 | 2024.07.12 00:38:48.307726 [ 3 ] {} <Debug> HTTP-Session: 59e8e39d-0094-4879-99c2-1d7acdbd973e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4642 | 2024.07.12 00:38:48.307772 [ 3 ] {} <Debug> HTTP-Session: 59e8e39d-0094-4879-99c2-1d7acdbd973e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4643 | 2024.07.12 00:38:48.307810 [ 3 ] {} <Debug> HTTP-Session: 59e8e39d-0094-4879-99c2-1d7acdbd973e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4644 | 2024.07.12 00:38:48.307824 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4645 | 2024.07.12 00:38:48.307869 [ 3 ] {} <Trace> HTTP-Session: 59e8e39d-0094-4879-99c2-1d7acdbd973e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4646 | 2024.07.12 00:38:48.307892 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
4647 | 2024.07.12 00:38:48.308118 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
4648 | 2024.07.12 00:38:48.308231 [ 3 ] {da69db61-c2cf-441d-9e8c-71f5f8711416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4649 | 2024.07.12 00:38:48.308352 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
4650 | 2024.07.12 00:38:48.308458 [ 3 ] {da69db61-c2cf-441d-9e8c-71f5f8711416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4651 | 2024.07.12 00:38:48.308628 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
4652 | 2024.07.12 00:38:48.308955 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
4653 | 2024.07.12 00:38:48.309291 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
4654 | 2024.07.12 00:38:48.309906 [ 3 ] {da69db61-c2cf-441d-9e8c-71f5f8711416} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4655 | 2024.07.12 00:38:48.310592 [ 3 ] {da69db61-c2cf-441d-9e8c-71f5f8711416} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4656 | 2024.07.12 00:38:48.310671 [ 3 ] {da69db61-c2cf-441d-9e8c-71f5f8711416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4657 | 2024.07.12 00:38:48.311725 [ 3 ] {da69db61-c2cf-441d-9e8c-71f5f8711416} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4658 | 2024.07.12 00:38:48.312173 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005087439 sec., 12973.128523015215 rows/sec., 557.44 KiB/sec. | ||
4659 | 2024.07.12 00:38:48.312390 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4660 | 2024.07.12 00:38:48.312576 [ 3 ] {da69db61-c2cf-441d-9e8c-71f5f8711416} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4661 | 2024.07.12 00:38:48.312983 [ 3 ] {da69db61-c2cf-441d-9e8c-71f5f8711416} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004913 sec., 15672.705068186444 rows/sec., 988.29 KiB/sec. | ||
4662 | 2024.07.12 00:38:48.313009 [ 129 ] {} <Debug> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4663 | 2024.07.12 00:38:48.313219 [ 129 ] {} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4664 | 2024.07.12 00:38:48.313335 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4665 | 2024.07.12 00:38:48.313513 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_11_2} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4666 | 2024.07.12 00:38:48.313736 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
4667 | 2024.07.12 00:38:48.313749 [ 3 ] {da69db61-c2cf-441d-9e8c-71f5f8711416} <Debug> DynamicQueryHandler: Done processing query | ||
4668 | 2024.07.12 00:38:48.313850 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_11_2} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4669 | 2024.07.12 00:38:48.313867 [ 3 ] {da69db61-c2cf-441d-9e8c-71f5f8711416} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4670 | 2024.07.12 00:38:48.314127 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4671 | 2024.07.12 00:38:48.314229 [ 3 ] {} <Debug> HTTP-Session: 59e8e39d-0094-4879-99c2-1d7acdbd973e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4672 | 2024.07.12 00:38:48.314405 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4673 | 2024.07.12 00:38:48.314456 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
4674 | 2024.07.12 00:38:48.314513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 31011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4675 | 2024.07.12 00:38:48.314701 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
4676 | 2024.07.12 00:38:48.314723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4677 | 2024.07.12 00:38:48.314786 [ 3 ] {} <Debug> HTTP-Session: 187dbf06-d397-420d-87b0-ef3b2883715e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4678 | 2024.07.12 00:38:48.314884 [ 3 ] {} <Debug> HTTP-Session: 187dbf06-d397-420d-87b0-ef3b2883715e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4679 | 2024.07.12 00:38:48.314959 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
4680 | 2024.07.12 00:38:48.314973 [ 3 ] {} <Debug> HTTP-Session: 187dbf06-d397-420d-87b0-ef3b2883715e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4681 | 2024.07.12 00:38:48.315117 [ 3 ] {} <Trace> HTTP-Session: 187dbf06-d397-420d-87b0-ef3b2883715e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4682 | 2024.07.12 00:38:48.315226 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
4683 | 2024.07.12 00:38:48.315461 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
4684 | 2024.07.12 00:38:48.315695 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
4685 | 2024.07.12 00:38:48.315781 [ 3 ] {7fde8169-d66e-4cf3-a4e5-a43dca2df10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4686 | 2024.07.12 00:38:48.316062 [ 3 ] {7fde8169-d66e-4cf3-a4e5-a43dca2df10b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4687 | 2024.07.12 00:38:48.316595 [ 3 ] {7fde8169-d66e-4cf3-a4e5-a43dca2df10b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4688 | 2024.07.12 00:38:48.317514 [ 3 ] {7fde8169-d66e-4cf3-a4e5-a43dca2df10b} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4689 | 2024.07.12 00:38:48.317580 [ 3 ] {7fde8169-d66e-4cf3-a4e5-a43dca2df10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4690 | 2024.07.12 00:38:48.318575 [ 3 ] {7fde8169-d66e-4cf3-a4e5-a43dca2df10b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4691 | 2024.07.12 00:38:48.318714 [ 197 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 847 rows, containing 5 columns (5 merged, 0 gathered) in 0.00523368 sec., 161836.41338408156 rows/sec., 9.97 MiB/sec. | ||
4692 | 2024.07.12 00:38:48.319013 [ 197 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4693 | 2024.07.12 00:38:48.319212 [ 3 ] {7fde8169-d66e-4cf3-a4e5-a43dca2df10b} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4694 | 2024.07.12 00:38:48.319698 [ 3 ] {7fde8169-d66e-4cf3-a4e5-a43dca2df10b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004198 sec., 38589.80466888994 rows/sec., 2.69 MiB/sec. | ||
4695 | 2024.07.12 00:38:48.320399 [ 3 ] {7fde8169-d66e-4cf3-a4e5-a43dca2df10b} <Debug> DynamicQueryHandler: Done processing query | ||
4696 | 2024.07.12 00:38:48.320443 [ 3 ] {7fde8169-d66e-4cf3-a4e5-a43dca2df10b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4697 | 2024.07.12 00:38:48.320475 [ 3 ] {} <Debug> HTTP-Session: 187dbf06-d397-420d-87b0-ef3b2883715e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4698 | 2024.07.12 00:38:48.320564 [ 197 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4699 | 2024.07.12 00:38:48.320659 [ 197 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4700 | 2024.07.12 00:38:48.320791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 49868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4701 | 2024.07.12 00:38:48.320809 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
4702 | 2024.07.12 00:38:48.320870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4703 | 2024.07.12 00:38:48.320896 [ 3 ] {} <Debug> HTTP-Session: 090710a3-6c17-4beb-bf56-052abc429633 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4704 | 2024.07.12 00:38:48.320913 [ 3 ] {} <Debug> HTTP-Session: 090710a3-6c17-4beb-bf56-052abc429633 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4705 | 2024.07.12 00:38:48.320927 [ 3 ] {} <Debug> HTTP-Session: 090710a3-6c17-4beb-bf56-052abc429633 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4706 | 2024.07.12 00:38:48.320959 [ 3 ] {} <Trace> HTTP-Session: 090710a3-6c17-4beb-bf56-052abc429633 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4707 | 2024.07.12 00:38:48.321509 [ 3 ] {c04194a3-f7c0-4e93-b41e-9835d620f180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4708 | 2024.07.12 00:38:48.321583 [ 3 ] {c04194a3-f7c0-4e93-b41e-9835d620f180} <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 | ||
4709 | 2024.07.12 00:38:48.322027 [ 3 ] {c04194a3-f7c0-4e93-b41e-9835d620f180} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4710 | 2024.07.12 00:38:48.322714 [ 3 ] {c04194a3-f7c0-4e93-b41e-9835d620f180} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4711 | 2024.07.12 00:38:48.322750 [ 3 ] {c04194a3-f7c0-4e93-b41e-9835d620f180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4712 | 2024.07.12 00:38:48.323355 [ 3 ] {c04194a3-f7c0-4e93-b41e-9835d620f180} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4713 | 2024.07.12 00:38:48.323789 [ 3 ] {c04194a3-f7c0-4e93-b41e-9835d620f180} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4714 | 2024.07.12 00:38:48.323953 [ 129 ] {} <Debug> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4715 | 2024.07.12 00:38:48.323982 [ 3 ] {c04194a3-f7c0-4e93-b41e-9835d620f180} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002929 sec., 10583.817002389893 rows/sec., 18.97 MiB/sec. | ||
4716 | 2024.07.12 00:38:48.324002 [ 129 ] {} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4717 | 2024.07.12 00:38:48.324065 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4718 | 2024.07.12 00:38:48.324313 [ 191 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::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 | ||
4719 | 2024.07.12 00:38:48.324424 [ 3 ] {c04194a3-f7c0-4e93-b41e-9835d620f180} <Debug> DynamicQueryHandler: Done processing query | ||
4720 | 2024.07.12 00:38:48.324456 [ 3 ] {c04194a3-f7c0-4e93-b41e-9835d620f180} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4721 | 2024.07.12 00:38:48.324483 [ 3 ] {} <Debug> HTTP-Session: 090710a3-6c17-4beb-bf56-052abc429633 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4722 | 2024.07.12 00:38:48.324623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4723 | 2024.07.12 00:38:48.324661 [ 191 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4724 | 2024.07.12 00:38:48.324687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4725 | 2024.07.12 00:38:48.324719 [ 3 ] {} <Debug> HTTP-Session: 070079ff-938f-456d-be9c-299a8115ea51 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4726 | 2024.07.12 00:38:48.324731 [ 191 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 165 rows starting from the beginning of the part | ||
4727 | 2024.07.12 00:38:48.324745 [ 3 ] {} <Debug> HTTP-Session: 070079ff-938f-456d-be9c-299a8115ea51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4728 | 2024.07.12 00:38:48.324767 [ 3 ] {} <Debug> HTTP-Session: 070079ff-938f-456d-be9c-299a8115ea51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4729 | 2024.07.12 00:38:48.324815 [ 3 ] {} <Trace> HTTP-Session: 070079ff-938f-456d-be9c-299a8115ea51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4730 | 2024.07.12 00:38:48.325110 [ 3 ] {7356316e-c666-4380-b3f6-2e9f4adcd8e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4731 | 2024.07.12 00:38:48.325228 [ 3 ] {7356316e-c666-4380-b3f6-2e9f4adcd8e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4732 | 2024.07.12 00:38:48.325229 [ 191 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 31 rows starting from the beginning of the part | ||
4733 | 2024.07.12 00:38:48.325854 [ 3 ] {7356316e-c666-4380-b3f6-2e9f4adcd8e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4734 | 2024.07.12 00:38:48.325862 [ 191 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 31 rows starting from the beginning of the part | ||
4735 | 2024.07.12 00:38:48.326434 [ 191 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part | ||
4736 | 2024.07.12 00:38:48.326584 [ 3 ] {7356316e-c666-4380-b3f6-2e9f4adcd8e0} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4737 | 2024.07.12 00:38:48.326685 [ 3 ] {7356316e-c666-4380-b3f6-2e9f4adcd8e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4738 | 2024.07.12 00:38:48.326950 [ 191 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part | ||
4739 | 2024.07.12 00:38:48.327429 [ 191 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part | ||
4740 | 2024.07.12 00:38:48.327894 [ 3 ] {7356316e-c666-4380-b3f6-2e9f4adcd8e0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4741 | 2024.07.12 00:38:48.328421 [ 3 ] {7356316e-c666-4380-b3f6-2e9f4adcd8e0} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4742 | 2024.07.12 00:38:48.328664 [ 129 ] {} <Debug> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4743 | 2024.07.12 00:38:48.328715 [ 3 ] {7356316e-c666-4380-b3f6-2e9f4adcd8e0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003742 sec., 6146.445750935329 rows/sec., 332.48 KiB/sec. | ||
4744 | 2024.07.12 00:38:48.328740 [ 129 ] {} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4745 | 2024.07.12 00:38:48.328852 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4746 | 2024.07.12 00:38:48.329258 [ 3 ] {7356316e-c666-4380-b3f6-2e9f4adcd8e0} <Debug> DynamicQueryHandler: Done processing query | ||
4747 | 2024.07.12 00:38:48.329297 [ 197 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
4748 | 2024.07.12 00:38:48.329319 [ 3 ] {7356316e-c666-4380-b3f6-2e9f4adcd8e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4749 | 2024.07.12 00:38:48.329387 [ 3 ] {} <Debug> HTTP-Session: 070079ff-938f-456d-be9c-299a8115ea51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4750 | 2024.07.12 00:38:48.329652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4751 | 2024.07.12 00:38:48.329821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4752 | 2024.07.12 00:38:48.329925 [ 3 ] {} <Debug> HTTP-Session: 51b93934-2bff-4eb6-a934-b4258141473b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4753 | 2024.07.12 00:38:48.329999 [ 197 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4754 | 2024.07.12 00:38:48.330025 [ 3 ] {} <Debug> HTTP-Session: 51b93934-2bff-4eb6-a934-b4258141473b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4755 | 2024.07.12 00:38:48.330095 [ 3 ] {} <Debug> HTTP-Session: 51b93934-2bff-4eb6-a934-b4258141473b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4756 | 2024.07.12 00:38:48.330145 [ 197 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 165 rows starting from the beginning of the part | ||
4757 | 2024.07.12 00:38:48.330184 [ 3 ] {} <Trace> HTTP-Session: 51b93934-2bff-4eb6-a934-b4258141473b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4758 | 2024.07.12 00:38:48.330598 [ 197 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
4759 | 2024.07.12 00:38:48.330628 [ 3 ] {1e8c7d8c-07f6-434a-b884-b3ea5f66fb93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4760 | 2024.07.12 00:38:48.330797 [ 3 ] {1e8c7d8c-07f6-434a-b884-b3ea5f66fb93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4761 | 2024.07.12 00:38:48.331129 [ 197 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
4762 | 2024.07.12 00:38:48.331679 [ 197 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
4763 | 2024.07.12 00:38:48.332229 [ 197 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
4764 | 2024.07.12 00:38:48.332680 [ 3 ] {1e8c7d8c-07f6-434a-b884-b3ea5f66fb93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4765 | 2024.07.12 00:38:48.332785 [ 197 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
4766 | 2024.07.12 00:38:48.334396 [ 3 ] {1e8c7d8c-07f6-434a-b884-b3ea5f66fb93} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4767 | 2024.07.12 00:38:48.334476 [ 3 ] {1e8c7d8c-07f6-434a-b884-b3ea5f66fb93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4768 | 2024.07.12 00:38:48.336306 [ 3 ] {1e8c7d8c-07f6-434a-b884-b3ea5f66fb93} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4769 | 2024.07.12 00:38:48.338173 [ 3 ] {1e8c7d8c-07f6-434a-b884-b3ea5f66fb93} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4770 | 2024.07.12 00:38:48.338902 [ 3 ] {1e8c7d8c-07f6-434a-b884-b3ea5f66fb93} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008509 sec., 7051.357386296862 rows/sec., 486.62 KiB/sec. | ||
4771 | 2024.07.12 00:38:48.339591 [ 187 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 4 columns (4 merged, 0 gathered) in 0.010571652 sec., 26485.926702846442 rows/sec., 1.45 MiB/sec. | ||
4772 | 2024.07.12 00:38:48.339980 [ 3 ] {1e8c7d8c-07f6-434a-b884-b3ea5f66fb93} <Debug> DynamicQueryHandler: Done processing query | ||
4773 | 2024.07.12 00:38:48.340028 [ 3 ] {1e8c7d8c-07f6-434a-b884-b3ea5f66fb93} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4774 | 2024.07.12 00:38:48.340058 [ 3 ] {} <Debug> HTTP-Session: 51b93934-2bff-4eb6-a934-b4258141473b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4775 | 2024.07.12 00:38:48.340136 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4776 | 2024.07.12 00:38:48.341103 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_11_2} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4777 | 2024.07.12 00:38:48.341224 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_11_2} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4778 | 2024.07.12 00:38:48.341410 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4779 | 2024.07.12 00:38:48.341982 [ 189 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 19 columns (19 merged, 0 gathered) in 0.017782603 sec., 17995.11578816667 rows/sec., 32.25 MiB/sec. | ||
4780 | 2024.07.12 00:38:48.342446 [ 187 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4781 | 2024.07.12 00:38:48.342994 [ 187 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4782 | 2024.07.12 00:38:48.343072 [ 187 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4783 | 2024.07.12 00:38:48.343170 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB. | ||
4784 | 2024.07.12 00:38:52.434803 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4785 | 2024.07.12 00:38:52.434873 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4786 | 2024.07.12 00:38:53.288345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4787 | 2024.07.12 00:38:53.288480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4788 | 2024.07.12 00:38:53.288510 [ 3 ] {} <Debug> HTTP-Session: 533eddb5-80bf-4c63-bc91-22cf13dd5b99 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4789 | 2024.07.12 00:38:53.288540 [ 3 ] {} <Debug> HTTP-Session: 533eddb5-80bf-4c63-bc91-22cf13dd5b99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4790 | 2024.07.12 00:38:53.288559 [ 3 ] {} <Debug> HTTP-Session: 533eddb5-80bf-4c63-bc91-22cf13dd5b99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4791 | 2024.07.12 00:38:53.288622 [ 3 ] {} <Trace> HTTP-Session: 533eddb5-80bf-4c63-bc91-22cf13dd5b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4792 | 2024.07.12 00:38:53.288876 [ 3 ] {b41d510e-976a-4184-a84e-fe81d80f0f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4793 | 2024.07.12 00:38:53.288962 [ 3 ] {b41d510e-976a-4184-a84e-fe81d80f0f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4794 | 2024.07.12 00:38:53.289205 [ 3 ] {b41d510e-976a-4184-a84e-fe81d80f0f7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4795 | 2024.07.12 00:38:53.289692 [ 3 ] {b41d510e-976a-4184-a84e-fe81d80f0f7d} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4796 | 2024.07.12 00:38:53.289741 [ 3 ] {b41d510e-976a-4184-a84e-fe81d80f0f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4797 | 2024.07.12 00:38:53.290168 [ 3 ] {b41d510e-976a-4184-a84e-fe81d80f0f7d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4798 | 2024.07.12 00:38:53.290532 [ 3 ] {b41d510e-976a-4184-a84e-fe81d80f0f7d} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4799 | 2024.07.12 00:38:53.290734 [ 3 ] {b41d510e-976a-4184-a84e-fe81d80f0f7d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.19 MiB/sec. | ||
4800 | 2024.07.12 00:38:53.290980 [ 3 ] {b41d510e-976a-4184-a84e-fe81d80f0f7d} <Debug> DynamicQueryHandler: Done processing query | ||
4801 | 2024.07.12 00:38:53.291012 [ 3 ] {b41d510e-976a-4184-a84e-fe81d80f0f7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4802 | 2024.07.12 00:38:53.291035 [ 3 ] {} <Debug> HTTP-Session: 533eddb5-80bf-4c63-bc91-22cf13dd5b99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4803 | 2024.07.12 00:38:53.291191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4804 | 2024.07.12 00:38:53.291258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4805 | 2024.07.12 00:38:53.291284 [ 3 ] {} <Debug> HTTP-Session: 1ba8d8d6-888c-4838-b267-98f7a0a30ca7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4806 | 2024.07.12 00:38:53.291309 [ 3 ] {} <Debug> HTTP-Session: 1ba8d8d6-888c-4838-b267-98f7a0a30ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4807 | 2024.07.12 00:38:53.291328 [ 3 ] {} <Debug> HTTP-Session: 1ba8d8d6-888c-4838-b267-98f7a0a30ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4808 | 2024.07.12 00:38:53.291374 [ 3 ] {} <Trace> HTTP-Session: 1ba8d8d6-888c-4838-b267-98f7a0a30ca7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4809 | 2024.07.12 00:38:53.291527 [ 3 ] {76c2bf21-89fe-48a7-8270-b9bf82c2ac22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4810 | 2024.07.12 00:38:53.291577 [ 3 ] {76c2bf21-89fe-48a7-8270-b9bf82c2ac22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4811 | 2024.07.12 00:38:53.291749 [ 3 ] {76c2bf21-89fe-48a7-8270-b9bf82c2ac22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4812 | 2024.07.12 00:38:53.292158 [ 3 ] {76c2bf21-89fe-48a7-8270-b9bf82c2ac22} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4813 | 2024.07.12 00:38:53.292206 [ 3 ] {76c2bf21-89fe-48a7-8270-b9bf82c2ac22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4814 | 2024.07.12 00:38:53.292585 [ 3 ] {76c2bf21-89fe-48a7-8270-b9bf82c2ac22} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4815 | 2024.07.12 00:38:53.292916 [ 3 ] {76c2bf21-89fe-48a7-8270-b9bf82c2ac22} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4816 | 2024.07.12 00:38:53.293080 [ 3 ] {76c2bf21-89fe-48a7-8270-b9bf82c2ac22} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001602 sec., 39950.062421972536 rows/sec., 3.12 MiB/sec. | ||
4817 | 2024.07.12 00:38:53.293388 [ 3 ] {76c2bf21-89fe-48a7-8270-b9bf82c2ac22} <Debug> DynamicQueryHandler: Done processing query | ||
4818 | 2024.07.12 00:38:53.293445 [ 3 ] {76c2bf21-89fe-48a7-8270-b9bf82c2ac22} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4819 | 2024.07.12 00:38:53.293481 [ 3 ] {} <Debug> HTTP-Session: 1ba8d8d6-888c-4838-b267-98f7a0a30ca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4820 | 2024.07.12 00:38:53.293692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4821 | 2024.07.12 00:38:53.293755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4822 | 2024.07.12 00:38:53.293776 [ 3 ] {} <Debug> HTTP-Session: 8db5554b-8481-4fbb-a42a-22e63e42dae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4823 | 2024.07.12 00:38:53.293795 [ 3 ] {} <Debug> HTTP-Session: 8db5554b-8481-4fbb-a42a-22e63e42dae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4824 | 2024.07.12 00:38:53.293813 [ 3 ] {} <Debug> HTTP-Session: 8db5554b-8481-4fbb-a42a-22e63e42dae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4825 | 2024.07.12 00:38:53.293850 [ 3 ] {} <Trace> HTTP-Session: 8db5554b-8481-4fbb-a42a-22e63e42dae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4826 | 2024.07.12 00:38:53.294045 [ 3 ] {9a41694d-9d4f-4bed-ace2-0c151c1fc515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4827 | 2024.07.12 00:38:53.294098 [ 3 ] {9a41694d-9d4f-4bed-ace2-0c151c1fc515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4828 | 2024.07.12 00:38:53.294269 [ 3 ] {9a41694d-9d4f-4bed-ace2-0c151c1fc515} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4829 | 2024.07.12 00:38:53.294683 [ 3 ] {9a41694d-9d4f-4bed-ace2-0c151c1fc515} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4830 | 2024.07.12 00:38:53.294722 [ 3 ] {9a41694d-9d4f-4bed-ace2-0c151c1fc515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4831 | 2024.07.12 00:38:53.295139 [ 3 ] {9a41694d-9d4f-4bed-ace2-0c151c1fc515} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4832 | 2024.07.12 00:38:53.295505 [ 3 ] {9a41694d-9d4f-4bed-ace2-0c151c1fc515} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4833 | 2024.07.12 00:38:53.295658 [ 3 ] {9a41694d-9d4f-4bed-ace2-0c151c1fc515} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001711 sec., 93512.56575102279 rows/sec., 6.51 MiB/sec. | ||
4834 | 2024.07.12 00:38:53.295887 [ 3 ] {9a41694d-9d4f-4bed-ace2-0c151c1fc515} <Debug> DynamicQueryHandler: Done processing query | ||
4835 | 2024.07.12 00:38:53.295912 [ 3 ] {9a41694d-9d4f-4bed-ace2-0c151c1fc515} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4836 | 2024.07.12 00:38:53.295928 [ 3 ] {} <Debug> HTTP-Session: 8db5554b-8481-4fbb-a42a-22e63e42dae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4837 | 2024.07.12 00:38:53.296066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4838 | 2024.07.12 00:38:53.296116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4839 | 2024.07.12 00:38:53.296136 [ 3 ] {} <Debug> HTTP-Session: 20cdd6de-1c68-45ec-942d-e6bec72aac9c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4840 | 2024.07.12 00:38:53.296153 [ 3 ] {} <Debug> HTTP-Session: 20cdd6de-1c68-45ec-942d-e6bec72aac9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4841 | 2024.07.12 00:38:53.296168 [ 3 ] {} <Debug> HTTP-Session: 20cdd6de-1c68-45ec-942d-e6bec72aac9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4842 | 2024.07.12 00:38:53.296200 [ 3 ] {} <Trace> HTTP-Session: 20cdd6de-1c68-45ec-942d-e6bec72aac9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4843 | 2024.07.12 00:38:53.296312 [ 3 ] {315a68d4-51fc-4d85-a815-cf04fcae958b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4844 | 2024.07.12 00:38:53.296357 [ 3 ] {315a68d4-51fc-4d85-a815-cf04fcae958b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4845 | 2024.07.12 00:38:53.296485 [ 3 ] {315a68d4-51fc-4d85-a815-cf04fcae958b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4846 | 2024.07.12 00:38:53.296762 [ 3 ] {315a68d4-51fc-4d85-a815-cf04fcae958b} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4847 | 2024.07.12 00:38:53.296798 [ 3 ] {315a68d4-51fc-4d85-a815-cf04fcae958b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4848 | 2024.07.12 00:38:53.297176 [ 3 ] {315a68d4-51fc-4d85-a815-cf04fcae958b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4849 | 2024.07.12 00:38:53.297512 [ 3 ] {315a68d4-51fc-4d85-a815-cf04fcae958b} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4850 | 2024.07.12 00:38:53.297672 [ 3 ] {315a68d4-51fc-4d85-a815-cf04fcae958b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
4851 | 2024.07.12 00:38:53.297837 [ 3 ] {315a68d4-51fc-4d85-a815-cf04fcae958b} <Debug> DynamicQueryHandler: Done processing query | ||
4852 | 2024.07.12 00:38:53.297862 [ 3 ] {315a68d4-51fc-4d85-a815-cf04fcae958b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4853 | 2024.07.12 00:38:53.297877 [ 3 ] {} <Debug> HTTP-Session: 20cdd6de-1c68-45ec-942d-e6bec72aac9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4854 | 2024.07.12 00:38:58.295029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4855 | 2024.07.12 00:38:58.295161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4856 | 2024.07.12 00:38:58.295189 [ 3 ] {} <Debug> HTTP-Session: f6376900-d19a-4903-b18a-4f8e9cc4153e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4857 | 2024.07.12 00:38:58.295218 [ 3 ] {} <Debug> HTTP-Session: f6376900-d19a-4903-b18a-4f8e9cc4153e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4858 | 2024.07.12 00:38:58.295236 [ 3 ] {} <Debug> HTTP-Session: f6376900-d19a-4903-b18a-4f8e9cc4153e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4859 | 2024.07.12 00:38:58.295292 [ 3 ] {} <Trace> HTTP-Session: f6376900-d19a-4903-b18a-4f8e9cc4153e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4860 | 2024.07.12 00:38:58.295502 [ 3 ] {7fdd6353-5cb8-4031-bcbf-102560d41db4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4861 | 2024.07.12 00:38:58.295568 [ 3 ] {7fdd6353-5cb8-4031-bcbf-102560d41db4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4862 | 2024.07.12 00:38:58.295762 [ 3 ] {7fdd6353-5cb8-4031-bcbf-102560d41db4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4863 | 2024.07.12 00:38:58.296143 [ 3 ] {7fdd6353-5cb8-4031-bcbf-102560d41db4} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4864 | 2024.07.12 00:38:58.296184 [ 3 ] {7fdd6353-5cb8-4031-bcbf-102560d41db4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4865 | 2024.07.12 00:38:58.296551 [ 3 ] {7fdd6353-5cb8-4031-bcbf-102560d41db4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4866 | 2024.07.12 00:38:58.296886 [ 3 ] {7fdd6353-5cb8-4031-bcbf-102560d41db4} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4867 | 2024.07.12 00:38:58.297063 [ 3 ] {7fdd6353-5cb8-4031-bcbf-102560d41db4} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001626 sec., 22755.227552275523 rows/sec., 1.71 MiB/sec. | ||
4868 | 2024.07.12 00:38:58.297250 [ 3 ] {7fdd6353-5cb8-4031-bcbf-102560d41db4} <Debug> DynamicQueryHandler: Done processing query | ||
4869 | 2024.07.12 00:38:58.297276 [ 3 ] {7fdd6353-5cb8-4031-bcbf-102560d41db4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4870 | 2024.07.12 00:38:58.297292 [ 3 ] {} <Debug> HTTP-Session: f6376900-d19a-4903-b18a-4f8e9cc4153e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4871 | 2024.07.12 00:38:58.297449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4872 | 2024.07.12 00:38:58.297497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4873 | 2024.07.12 00:38:58.297516 [ 3 ] {} <Debug> HTTP-Session: 1e71d6d9-add7-4d47-b45c-4a03fc3b8cef Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4874 | 2024.07.12 00:38:58.297532 [ 3 ] {} <Debug> HTTP-Session: 1e71d6d9-add7-4d47-b45c-4a03fc3b8cef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4875 | 2024.07.12 00:38:58.297546 [ 3 ] {} <Debug> HTTP-Session: 1e71d6d9-add7-4d47-b45c-4a03fc3b8cef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4876 | 2024.07.12 00:38:58.297577 [ 3 ] {} <Trace> HTTP-Session: 1e71d6d9-add7-4d47-b45c-4a03fc3b8cef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4877 | 2024.07.12 00:38:58.297674 [ 3 ] {55bab0d7-ece4-4931-a4da-ef75d5fc56f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4878 | 2024.07.12 00:38:58.297717 [ 3 ] {55bab0d7-ece4-4931-a4da-ef75d5fc56f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4879 | 2024.07.12 00:38:58.297842 [ 3 ] {55bab0d7-ece4-4931-a4da-ef75d5fc56f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4880 | 2024.07.12 00:38:58.298190 [ 3 ] {55bab0d7-ece4-4931-a4da-ef75d5fc56f8} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4881 | 2024.07.12 00:38:58.298226 [ 3 ] {55bab0d7-ece4-4931-a4da-ef75d5fc56f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4882 | 2024.07.12 00:38:58.298526 [ 3 ] {55bab0d7-ece4-4931-a4da-ef75d5fc56f8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4883 | 2024.07.12 00:38:58.298831 [ 3 ] {55bab0d7-ece4-4931-a4da-ef75d5fc56f8} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4884 | 2024.07.12 00:38:58.298995 [ 3 ] {55bab0d7-ece4-4931-a4da-ef75d5fc56f8} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 366.21 KiB/sec. | ||
4885 | 2024.07.12 00:38:58.299273 [ 3 ] {55bab0d7-ece4-4931-a4da-ef75d5fc56f8} <Debug> DynamicQueryHandler: Done processing query | ||
4886 | 2024.07.12 00:38:58.299297 [ 3 ] {55bab0d7-ece4-4931-a4da-ef75d5fc56f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4887 | 2024.07.12 00:38:58.299313 [ 3 ] {} <Debug> HTTP-Session: 1e71d6d9-add7-4d47-b45c-4a03fc3b8cef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4888 | 2024.07.12 00:38:58.299492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38799, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4889 | 2024.07.12 00:38:58.299540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4890 | 2024.07.12 00:38:58.299558 [ 3 ] {} <Debug> HTTP-Session: 41ba4ff6-bd04-4157-93a0-c15e067f12e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4891 | 2024.07.12 00:38:58.299576 [ 3 ] {} <Debug> HTTP-Session: 41ba4ff6-bd04-4157-93a0-c15e067f12e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4892 | 2024.07.12 00:38:58.299589 [ 3 ] {} <Debug> HTTP-Session: 41ba4ff6-bd04-4157-93a0-c15e067f12e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4893 | 2024.07.12 00:38:58.299620 [ 3 ] {} <Trace> HTTP-Session: 41ba4ff6-bd04-4157-93a0-c15e067f12e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4894 | 2024.07.12 00:38:58.299810 [ 3 ] {d82acd55-3369-4419-b275-7bd5a066a34d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4895 | 2024.07.12 00:38:58.299855 [ 3 ] {d82acd55-3369-4419-b275-7bd5a066a34d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4896 | 2024.07.12 00:38:58.299995 [ 3 ] {d82acd55-3369-4419-b275-7bd5a066a34d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4897 | 2024.07.12 00:38:58.300456 [ 3 ] {d82acd55-3369-4419-b275-7bd5a066a34d} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4898 | 2024.07.12 00:38:58.300491 [ 3 ] {d82acd55-3369-4419-b275-7bd5a066a34d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4899 | 2024.07.12 00:38:58.300829 [ 3 ] {d82acd55-3369-4419-b275-7bd5a066a34d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4900 | 2024.07.12 00:38:58.301141 [ 3 ] {d82acd55-3369-4419-b275-7bd5a066a34d} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4901 | 2024.07.12 00:38:58.301305 [ 3 ] {d82acd55-3369-4419-b275-7bd5a066a34d} <Debug> executeQuery: Read 257 rows, 23.16 KiB in 0.001585 sec., 162145.11041009464 rows/sec., 14.27 MiB/sec. | ||
4902 | 2024.07.12 00:38:58.301461 [ 3 ] {d82acd55-3369-4419-b275-7bd5a066a34d} <Debug> DynamicQueryHandler: Done processing query | ||
4903 | 2024.07.12 00:38:58.301484 [ 3 ] {d82acd55-3369-4419-b275-7bd5a066a34d} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
4904 | 2024.07.12 00:38:58.301499 [ 3 ] {} <Debug> HTTP-Session: 41ba4ff6-bd04-4157-93a0-c15e067f12e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4905 | 2024.07.12 00:38:58.301646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4906 | 2024.07.12 00:38:58.301693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4907 | 2024.07.12 00:38:58.301711 [ 3 ] {} <Debug> HTTP-Session: cea5ba42-6ec4-4ebb-abe0-b82fa8306c5a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4908 | 2024.07.12 00:38:58.301727 [ 3 ] {} <Debug> HTTP-Session: cea5ba42-6ec4-4ebb-abe0-b82fa8306c5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4909 | 2024.07.12 00:38:58.301741 [ 3 ] {} <Debug> HTTP-Session: cea5ba42-6ec4-4ebb-abe0-b82fa8306c5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4910 | 2024.07.12 00:38:58.301772 [ 3 ] {} <Trace> HTTP-Session: cea5ba42-6ec4-4ebb-abe0-b82fa8306c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4911 | 2024.07.12 00:38:58.301864 [ 3 ] {5690f5f8-ada4-413c-896b-ee2c0f092682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4912 | 2024.07.12 00:38:58.301905 [ 3 ] {5690f5f8-ada4-413c-896b-ee2c0f092682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4913 | 2024.07.12 00:38:58.302029 [ 3 ] {5690f5f8-ada4-413c-896b-ee2c0f092682} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4914 | 2024.07.12 00:38:58.302298 [ 3 ] {5690f5f8-ada4-413c-896b-ee2c0f092682} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4915 | 2024.07.12 00:38:58.302334 [ 3 ] {5690f5f8-ada4-413c-896b-ee2c0f092682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4916 | 2024.07.12 00:38:58.302626 [ 3 ] {5690f5f8-ada4-413c-896b-ee2c0f092682} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4917 | 2024.07.12 00:38:58.302927 [ 3 ] {5690f5f8-ada4-413c-896b-ee2c0f092682} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4918 | 2024.07.12 00:38:58.303052 [ 3 ] {5690f5f8-ada4-413c-896b-ee2c0f092682} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001213 sec., 4946.41384995878 rows/sec., 345.38 KiB/sec. | ||
4919 | 2024.07.12 00:38:58.303327 [ 3 ] {5690f5f8-ada4-413c-896b-ee2c0f092682} <Debug> DynamicQueryHandler: Done processing query | ||
4920 | 2024.07.12 00:38:58.303351 [ 3 ] {5690f5f8-ada4-413c-896b-ee2c0f092682} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4921 | 2024.07.12 00:38:58.303367 [ 3 ] {} <Debug> HTTP-Session: cea5ba42-6ec4-4ebb-abe0-b82fa8306c5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4922 | 2024.07.12 00:38:58.303563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 67834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4923 | 2024.07.12 00:38:58.303611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4924 | 2024.07.12 00:38:58.303630 [ 3 ] {} <Debug> HTTP-Session: 7793c12a-17ed-4868-9a7e-7ae2db9f0327 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4925 | 2024.07.12 00:38:58.303646 [ 3 ] {} <Debug> HTTP-Session: 7793c12a-17ed-4868-9a7e-7ae2db9f0327 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4926 | 2024.07.12 00:38:58.303661 [ 3 ] {} <Debug> HTTP-Session: 7793c12a-17ed-4868-9a7e-7ae2db9f0327 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4927 | 2024.07.12 00:38:58.303691 [ 3 ] {} <Trace> HTTP-Session: 7793c12a-17ed-4868-9a7e-7ae2db9f0327 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4928 | 2024.07.12 00:38:58.303901 [ 3 ] {de2170b7-7984-4298-836f-a39c4bb839cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4929 | 2024.07.12 00:38:58.303945 [ 3 ] {de2170b7-7984-4298-836f-a39c4bb839cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4930 | 2024.07.12 00:38:58.304091 [ 3 ] {de2170b7-7984-4298-836f-a39c4bb839cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4931 | 2024.07.12 00:38:58.304610 [ 3 ] {de2170b7-7984-4298-836f-a39c4bb839cb} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4932 | 2024.07.12 00:38:58.304647 [ 3 ] {de2170b7-7984-4298-836f-a39c4bb839cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4933 | 2024.07.12 00:38:58.304973 [ 3 ] {de2170b7-7984-4298-836f-a39c4bb839cb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4934 | 2024.07.12 00:38:58.305291 [ 3 ] {de2170b7-7984-4298-836f-a39c4bb839cb} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4935 | 2024.07.12 00:38:58.305454 [ 3 ] {de2170b7-7984-4298-836f-a39c4bb839cb} <Debug> executeQuery: Read 419 rows, 30.45 KiB in 0.001648 sec., 254247.572815534 rows/sec., 18.04 MiB/sec. | ||
4936 | 2024.07.12 00:38:58.305612 [ 3 ] {de2170b7-7984-4298-836f-a39c4bb839cb} <Debug> DynamicQueryHandler: Done processing query | ||
4937 | 2024.07.12 00:38:58.305636 [ 3 ] {de2170b7-7984-4298-836f-a39c4bb839cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
4938 | 2024.07.12 00:38:58.305652 [ 3 ] {} <Debug> HTTP-Session: 7793c12a-17ed-4868-9a7e-7ae2db9f0327 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4939 | 2024.07.12 00:38:58.305825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4940 | 2024.07.12 00:38:58.305873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4941 | 2024.07.12 00:38:58.305892 [ 3 ] {} <Debug> HTTP-Session: 5d12e734-8ba2-4615-b96f-da979e3f5667 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4942 | 2024.07.12 00:38:58.305908 [ 3 ] {} <Debug> HTTP-Session: 5d12e734-8ba2-4615-b96f-da979e3f5667 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4943 | 2024.07.12 00:38:58.305922 [ 3 ] {} <Debug> HTTP-Session: 5d12e734-8ba2-4615-b96f-da979e3f5667 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4944 | 2024.07.12 00:38:58.305953 [ 3 ] {} <Trace> HTTP-Session: 5d12e734-8ba2-4615-b96f-da979e3f5667 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4945 | 2024.07.12 00:38:58.306049 [ 3 ] {cba0875d-53d4-4f21-b483-b261a4ee6bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4946 | 2024.07.12 00:38:58.306094 [ 3 ] {cba0875d-53d4-4f21-b483-b261a4ee6bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4947 | 2024.07.12 00:38:58.306223 [ 3 ] {cba0875d-53d4-4f21-b483-b261a4ee6bd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4948 | 2024.07.12 00:38:58.306482 [ 3 ] {cba0875d-53d4-4f21-b483-b261a4ee6bd1} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4949 | 2024.07.12 00:38:58.306517 [ 3 ] {cba0875d-53d4-4f21-b483-b261a4ee6bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4950 | 2024.07.12 00:38:58.306872 [ 3 ] {cba0875d-53d4-4f21-b483-b261a4ee6bd1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4951 | 2024.07.12 00:38:58.307191 [ 3 ] {cba0875d-53d4-4f21-b483-b261a4ee6bd1} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4952 | 2024.07.12 00:38:58.307348 [ 3 ] {cba0875d-53d4-4f21-b483-b261a4ee6bd1} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 194.87 KiB/sec. | ||
4953 | 2024.07.12 00:38:58.307516 [ 3 ] {cba0875d-53d4-4f21-b483-b261a4ee6bd1} <Debug> DynamicQueryHandler: Done processing query | ||
4954 | 2024.07.12 00:38:58.307540 [ 3 ] {cba0875d-53d4-4f21-b483-b261a4ee6bd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4955 | 2024.07.12 00:38:58.307557 [ 3 ] {} <Debug> HTTP-Session: 5d12e734-8ba2-4615-b96f-da979e3f5667 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4956 | 2024.07.12 00:38:58.307689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4957 | 2024.07.12 00:38:58.307737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4958 | 2024.07.12 00:38:58.307756 [ 3 ] {} <Debug> HTTP-Session: 73f0de50-1428-470f-bea5-c74239d918a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4959 | 2024.07.12 00:38:58.307773 [ 3 ] {} <Debug> HTTP-Session: 73f0de50-1428-470f-bea5-c74239d918a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4960 | 2024.07.12 00:38:58.307787 [ 3 ] {} <Debug> HTTP-Session: 73f0de50-1428-470f-bea5-c74239d918a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4961 | 2024.07.12 00:38:58.307819 [ 3 ] {} <Trace> HTTP-Session: 73f0de50-1428-470f-bea5-c74239d918a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4962 | 2024.07.12 00:38:58.307935 [ 3 ] {1c7aa2a7-425d-4d1f-ad8d-c7646039b37d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4963 | 2024.07.12 00:38:58.307981 [ 3 ] {1c7aa2a7-425d-4d1f-ad8d-c7646039b37d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4964 | 2024.07.12 00:38:58.308127 [ 3 ] {1c7aa2a7-425d-4d1f-ad8d-c7646039b37d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4965 | 2024.07.12 00:38:58.308526 [ 3 ] {1c7aa2a7-425d-4d1f-ad8d-c7646039b37d} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4966 | 2024.07.12 00:38:58.308562 [ 3 ] {1c7aa2a7-425d-4d1f-ad8d-c7646039b37d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4967 | 2024.07.12 00:38:58.308927 [ 3 ] {1c7aa2a7-425d-4d1f-ad8d-c7646039b37d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4968 | 2024.07.12 00:38:58.309261 [ 3 ] {1c7aa2a7-425d-4d1f-ad8d-c7646039b37d} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4969 | 2024.07.12 00:38:58.309428 [ 3 ] {1c7aa2a7-425d-4d1f-ad8d-c7646039b37d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001532 sec., 50261.096605744126 rows/sec., 3.10 MiB/sec. | ||
4970 | 2024.07.12 00:38:58.309804 [ 3 ] {1c7aa2a7-425d-4d1f-ad8d-c7646039b37d} <Debug> DynamicQueryHandler: Done processing query | ||
4971 | 2024.07.12 00:38:58.309839 [ 3 ] {1c7aa2a7-425d-4d1f-ad8d-c7646039b37d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4972 | 2024.07.12 00:38:58.309855 [ 3 ] {} <Debug> HTTP-Session: 73f0de50-1428-470f-bea5-c74239d918a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4973 | 2024.07.12 00:38:58.310134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 31204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4974 | 2024.07.12 00:38:58.310183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4975 | 2024.07.12 00:38:58.310202 [ 3 ] {} <Debug> HTTP-Session: 22e725a9-8649-4746-8f88-ce6d18678d48 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4976 | 2024.07.12 00:38:58.310219 [ 3 ] {} <Debug> HTTP-Session: 22e725a9-8649-4746-8f88-ce6d18678d48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4977 | 2024.07.12 00:38:58.310233 [ 3 ] {} <Debug> HTTP-Session: 22e725a9-8649-4746-8f88-ce6d18678d48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4978 | 2024.07.12 00:38:58.310265 [ 3 ] {} <Trace> HTTP-Session: 22e725a9-8649-4746-8f88-ce6d18678d48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4979 | 2024.07.12 00:38:58.310420 [ 3 ] {33a8518c-3cc6-4e8c-b8cd-42e17cecc0aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4980 | 2024.07.12 00:38:58.310467 [ 3 ] {33a8518c-3cc6-4e8c-b8cd-42e17cecc0aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4981 | 2024.07.12 00:38:58.310628 [ 3 ] {33a8518c-3cc6-4e8c-b8cd-42e17cecc0aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4982 | 2024.07.12 00:38:58.311037 [ 3 ] {33a8518c-3cc6-4e8c-b8cd-42e17cecc0aa} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4983 | 2024.07.12 00:38:58.311074 [ 3 ] {33a8518c-3cc6-4e8c-b8cd-42e17cecc0aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
4984 | 2024.07.12 00:38:58.311454 [ 3 ] {33a8518c-3cc6-4e8c-b8cd-42e17cecc0aa} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4985 | 2024.07.12 00:38:58.311798 [ 3 ] {33a8518c-3cc6-4e8c-b8cd-42e17cecc0aa} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4986 | 2024.07.12 00:38:58.311964 [ 3 ] {33a8518c-3cc6-4e8c-b8cd-42e17cecc0aa} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00161 sec., 101242.23602484471 rows/sec., 7.05 MiB/sec. | ||
4987 | 2024.07.12 00:38:58.312138 [ 3 ] {33a8518c-3cc6-4e8c-b8cd-42e17cecc0aa} <Debug> DynamicQueryHandler: Done processing query | ||
4988 | 2024.07.12 00:38:58.312162 [ 3 ] {33a8518c-3cc6-4e8c-b8cd-42e17cecc0aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4989 | 2024.07.12 00:38:58.312178 [ 3 ] {} <Debug> HTTP-Session: 22e725a9-8649-4746-8f88-ce6d18678d48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4990 | 2024.07.12 00:38:58.312326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 49874, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4991 | 2024.07.12 00:38:58.312375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4992 | 2024.07.12 00:38:58.312395 [ 3 ] {} <Debug> HTTP-Session: 4f50a293-1c49-469c-b770-6d539ba6b8ce Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
4993 | 2024.07.12 00:38:58.312412 [ 3 ] {} <Debug> HTTP-Session: 4f50a293-1c49-469c-b770-6d539ba6b8ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4994 | 2024.07.12 00:38:58.312426 [ 3 ] {} <Debug> HTTP-Session: 4f50a293-1c49-469c-b770-6d539ba6b8ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4995 | 2024.07.12 00:38:58.312457 [ 3 ] {} <Trace> HTTP-Session: 4f50a293-1c49-469c-b770-6d539ba6b8ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4996 | 2024.07.12 00:38:58.312760 [ 3 ] {a4177cbf-9153-4c7e-8334-dbc8d04a795b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4997 | 2024.07.12 00:38:58.312824 [ 3 ] {a4177cbf-9153-4c7e-8334-dbc8d04a795b} <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 | ||
4998 | 2024.07.12 00:38:58.313229 [ 3 ] {a4177cbf-9153-4c7e-8334-dbc8d04a795b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4999 | 2024.07.12 00:38:58.313998 [ 3 ] {a4177cbf-9153-4c7e-8334-dbc8d04a795b} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5000 | 2024.07.12 00:38:58.314035 [ 3 ] {a4177cbf-9153-4c7e-8334-dbc8d04a795b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5001 | 2024.07.12 00:38:58.314687 [ 3 ] {a4177cbf-9153-4c7e-8334-dbc8d04a795b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5002 | 2024.07.12 00:38:58.315094 [ 3 ] {a4177cbf-9153-4c7e-8334-dbc8d04a795b} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5003 | 2024.07.12 00:38:58.315275 [ 3 ] {a4177cbf-9153-4c7e-8334-dbc8d04a795b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002734 sec., 11338.697878566203 rows/sec., 20.32 MiB/sec. | ||
5004 | 2024.07.12 00:38:58.315503 [ 3 ] {a4177cbf-9153-4c7e-8334-dbc8d04a795b} <Debug> DynamicQueryHandler: Done processing query | ||
5005 | 2024.07.12 00:38:58.315527 [ 3 ] {a4177cbf-9153-4c7e-8334-dbc8d04a795b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5006 | 2024.07.12 00:38:58.315543 [ 3 ] {} <Debug> HTTP-Session: 4f50a293-1c49-469c-b770-6d539ba6b8ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5007 | 2024.07.12 00:38:58.315713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5008 | 2024.07.12 00:38:58.315763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5009 | 2024.07.12 00:38:58.315782 [ 3 ] {} <Debug> HTTP-Session: cf326091-cdaa-4dde-adb3-d6e3b5cecb70 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5010 | 2024.07.12 00:38:58.315799 [ 3 ] {} <Debug> HTTP-Session: cf326091-cdaa-4dde-adb3-d6e3b5cecb70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5011 | 2024.07.12 00:38:58.315813 [ 3 ] {} <Debug> HTTP-Session: cf326091-cdaa-4dde-adb3-d6e3b5cecb70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5012 | 2024.07.12 00:38:58.315845 [ 3 ] {} <Trace> HTTP-Session: cf326091-cdaa-4dde-adb3-d6e3b5cecb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5013 | 2024.07.12 00:38:58.315947 [ 3 ] {1d648dc5-18de-4391-9787-ed0d1345e85e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5014 | 2024.07.12 00:38:58.315991 [ 3 ] {1d648dc5-18de-4391-9787-ed0d1345e85e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5015 | 2024.07.12 00:38:58.316121 [ 3 ] {1d648dc5-18de-4391-9787-ed0d1345e85e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5016 | 2024.07.12 00:38:58.316566 [ 3 ] {1d648dc5-18de-4391-9787-ed0d1345e85e} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5017 | 2024.07.12 00:38:58.316602 [ 3 ] {1d648dc5-18de-4391-9787-ed0d1345e85e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5018 | 2024.07.12 00:38:58.316953 [ 3 ] {1d648dc5-18de-4391-9787-ed0d1345e85e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5019 | 2024.07.12 00:38:58.317272 [ 3 ] {1d648dc5-18de-4391-9787-ed0d1345e85e} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5020 | 2024.07.12 00:38:58.317429 [ 3 ] {1d648dc5-18de-4391-9787-ed0d1345e85e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00151 sec., 15231.788079470198 rows/sec., 823.93 KiB/sec. | ||
5021 | 2024.07.12 00:38:58.317717 [ 3 ] {1d648dc5-18de-4391-9787-ed0d1345e85e} <Debug> DynamicQueryHandler: Done processing query | ||
5022 | 2024.07.12 00:38:58.317742 [ 3 ] {1d648dc5-18de-4391-9787-ed0d1345e85e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5023 | 2024.07.12 00:38:58.317758 [ 3 ] {} <Debug> HTTP-Session: cf326091-cdaa-4dde-adb3-d6e3b5cecb70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5024 | 2024.07.12 00:38:58.317882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5025 | 2024.07.12 00:38:58.317931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5026 | 2024.07.12 00:38:58.317950 [ 3 ] {} <Debug> HTTP-Session: 9c87626b-e914-4c98-ab3f-3c8b9a46fa85 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5027 | 2024.07.12 00:38:58.317966 [ 3 ] {} <Debug> HTTP-Session: 9c87626b-e914-4c98-ab3f-3c8b9a46fa85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5028 | 2024.07.12 00:38:58.317980 [ 3 ] {} <Debug> HTTP-Session: 9c87626b-e914-4c98-ab3f-3c8b9a46fa85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5029 | 2024.07.12 00:38:58.318011 [ 3 ] {} <Trace> HTTP-Session: 9c87626b-e914-4c98-ab3f-3c8b9a46fa85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5030 | 2024.07.12 00:38:58.318133 [ 3 ] {216046ea-7166-49ee-a16b-50e139d3fb53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5031 | 2024.07.12 00:38:58.318179 [ 3 ] {216046ea-7166-49ee-a16b-50e139d3fb53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5032 | 2024.07.12 00:38:58.318324 [ 3 ] {216046ea-7166-49ee-a16b-50e139d3fb53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5033 | 2024.07.12 00:38:58.318639 [ 3 ] {216046ea-7166-49ee-a16b-50e139d3fb53} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5034 | 2024.07.12 00:38:58.318675 [ 3 ] {216046ea-7166-49ee-a16b-50e139d3fb53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5035 | 2024.07.12 00:38:58.319028 [ 3 ] {216046ea-7166-49ee-a16b-50e139d3fb53} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5036 | 2024.07.12 00:38:58.319349 [ 3 ] {216046ea-7166-49ee-a16b-50e139d3fb53} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5037 | 2024.07.12 00:38:58.319517 [ 3 ] {216046ea-7166-49ee-a16b-50e139d3fb53} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec. | ||
5038 | 2024.07.12 00:38:58.319685 [ 3 ] {216046ea-7166-49ee-a16b-50e139d3fb53} <Debug> DynamicQueryHandler: Done processing query | ||
5039 | 2024.07.12 00:38:58.319709 [ 3 ] {216046ea-7166-49ee-a16b-50e139d3fb53} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5040 | 2024.07.12 00:38:58.319725 [ 3 ] {} <Debug> HTTP-Session: 9c87626b-e914-4c98-ab3f-3c8b9a46fa85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5041 | 2024.07.12 00:39:03.290266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5042 | 2024.07.12 00:39:03.290413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5043 | 2024.07.12 00:39:03.290444 [ 3 ] {} <Debug> HTTP-Session: 424935be-6e78-4d4d-a637-05de03503618 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5044 | 2024.07.12 00:39:03.290473 [ 3 ] {} <Debug> HTTP-Session: 424935be-6e78-4d4d-a637-05de03503618 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5045 | 2024.07.12 00:39:03.290491 [ 3 ] {} <Debug> HTTP-Session: 424935be-6e78-4d4d-a637-05de03503618 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5046 | 2024.07.12 00:39:03.290549 [ 3 ] {} <Trace> HTTP-Session: 424935be-6e78-4d4d-a637-05de03503618 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5047 | 2024.07.12 00:39:03.290743 [ 3 ] {d752733f-c122-40e1-97c3-90e9900cec26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5048 | 2024.07.12 00:39:03.290812 [ 3 ] {d752733f-c122-40e1-97c3-90e9900cec26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5049 | 2024.07.12 00:39:03.291007 [ 3 ] {d752733f-c122-40e1-97c3-90e9900cec26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5050 | 2024.07.12 00:39:03.291471 [ 3 ] {d752733f-c122-40e1-97c3-90e9900cec26} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5051 | 2024.07.12 00:39:03.291519 [ 3 ] {d752733f-c122-40e1-97c3-90e9900cec26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5052 | 2024.07.12 00:39:03.291889 [ 3 ] {d752733f-c122-40e1-97c3-90e9900cec26} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5053 | 2024.07.12 00:39:03.292264 [ 3 ] {d752733f-c122-40e1-97c3-90e9900cec26} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5054 | 2024.07.12 00:39:03.292444 [ 3 ] {d752733f-c122-40e1-97c3-90e9900cec26} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001754 sec., 3420.7525655644245 rows/sec., 278.94 KiB/sec. | ||
5055 | 2024.07.12 00:39:03.292755 [ 3 ] {d752733f-c122-40e1-97c3-90e9900cec26} <Debug> DynamicQueryHandler: Done processing query | ||
5056 | 2024.07.12 00:39:03.292785 [ 3 ] {d752733f-c122-40e1-97c3-90e9900cec26} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5057 | 2024.07.12 00:39:03.292803 [ 3 ] {} <Debug> HTTP-Session: 424935be-6e78-4d4d-a637-05de03503618 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5058 | 2024.07.12 00:39:03.292987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5059 | 2024.07.12 00:39:03.293046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5060 | 2024.07.12 00:39:03.293067 [ 3 ] {} <Debug> HTTP-Session: 1b0b6c13-eb0a-4bfd-9e81-0c1e543db1cf Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5061 | 2024.07.12 00:39:03.293090 [ 3 ] {} <Debug> HTTP-Session: 1b0b6c13-eb0a-4bfd-9e81-0c1e543db1cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5062 | 2024.07.12 00:39:03.293106 [ 3 ] {} <Debug> HTTP-Session: 1b0b6c13-eb0a-4bfd-9e81-0c1e543db1cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5063 | 2024.07.12 00:39:03.293145 [ 3 ] {} <Trace> HTTP-Session: 1b0b6c13-eb0a-4bfd-9e81-0c1e543db1cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5064 | 2024.07.12 00:39:03.293282 [ 3 ] {59dd1fc1-9139-461e-9e36-4b0d53e9eb81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5065 | 2024.07.12 00:39:03.293331 [ 3 ] {59dd1fc1-9139-461e-9e36-4b0d53e9eb81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5066 | 2024.07.12 00:39:03.293486 [ 3 ] {59dd1fc1-9139-461e-9e36-4b0d53e9eb81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5067 | 2024.07.12 00:39:03.293879 [ 3 ] {59dd1fc1-9139-461e-9e36-4b0d53e9eb81} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5068 | 2024.07.12 00:39:03.293918 [ 3 ] {59dd1fc1-9139-461e-9e36-4b0d53e9eb81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5069 | 2024.07.12 00:39:03.294251 [ 3 ] {59dd1fc1-9139-461e-9e36-4b0d53e9eb81} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5070 | 2024.07.12 00:39:03.294577 [ 3 ] {59dd1fc1-9139-461e-9e36-4b0d53e9eb81} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5071 | 2024.07.12 00:39:03.294727 [ 3 ] {59dd1fc1-9139-461e-9e36-4b0d53e9eb81} <Debug> executeQuery: Read 95 rows, 7.36 KiB in 0.001491 sec., 63715.62709590879 rows/sec., 4.82 MiB/sec. | ||
5072 | 2024.07.12 00:39:03.294746 [ 141 ] {} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5073 | 2024.07.12 00:39:03.294854 [ 141 ] {} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5074 | 2024.07.12 00:39:03.294902 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5075 | 2024.07.12 00:39:03.294976 [ 3 ] {59dd1fc1-9139-461e-9e36-4b0d53e9eb81} <Debug> DynamicQueryHandler: Done processing query | ||
5076 | 2024.07.12 00:39:03.295082 [ 3 ] {59dd1fc1-9139-461e-9e36-4b0d53e9eb81} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5077 | 2024.07.12 00:39:03.295247 [ 201 ] {50a6336c-bb73-458e-b539-c06ba4be430f::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 | ||
5078 | 2024.07.12 00:39:03.295262 [ 3 ] {} <Debug> HTTP-Session: 1b0b6c13-eb0a-4bfd-9e81-0c1e543db1cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5079 | 2024.07.12 00:39:03.295593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5080 | 2024.07.12 00:39:03.295659 [ 201 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5081 | 2024.07.12 00:39:03.295691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5082 | 2024.07.12 00:39:03.295721 [ 201 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 296 rows starting from the beginning of the part | ||
5083 | 2024.07.12 00:39:03.295735 [ 3 ] {} <Debug> HTTP-Session: 8134faf5-73e9-479f-bbb1-b802ca2259f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5084 | 2024.07.12 00:39:03.295784 [ 3 ] {} <Debug> HTTP-Session: 8134faf5-73e9-479f-bbb1-b802ca2259f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5085 | 2024.07.12 00:39:03.295824 [ 3 ] {} <Debug> HTTP-Session: 8134faf5-73e9-479f-bbb1-b802ca2259f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5086 | 2024.07.12 00:39:03.295970 [ 201 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
5087 | 2024.07.12 00:39:03.296003 [ 3 ] {} <Trace> HTTP-Session: 8134faf5-73e9-479f-bbb1-b802ca2259f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5088 | 2024.07.12 00:39:03.296243 [ 201 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 256 rows starting from the beginning of the part | ||
5089 | 2024.07.12 00:39:03.296510 [ 201 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part | ||
5090 | 2024.07.12 00:39:03.296557 [ 3 ] {feecb598-82f5-4b7d-8fd9-28cce3620b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5091 | 2024.07.12 00:39:03.296731 [ 201 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 257 rows starting from the beginning of the part | ||
5092 | 2024.07.12 00:39:03.296750 [ 3 ] {feecb598-82f5-4b7d-8fd9-28cce3620b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5093 | 2024.07.12 00:39:03.297058 [ 201 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 95 rows starting from the beginning of the part | ||
5094 | 2024.07.12 00:39:03.297733 [ 3 ] {feecb598-82f5-4b7d-8fd9-28cce3620b68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5095 | 2024.07.12 00:39:03.298446 [ 3 ] {feecb598-82f5-4b7d-8fd9-28cce3620b68} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5096 | 2024.07.12 00:39:03.298517 [ 3 ] {feecb598-82f5-4b7d-8fd9-28cce3620b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5097 | 2024.07.12 00:39:03.299508 [ 3 ] {feecb598-82f5-4b7d-8fd9-28cce3620b68} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5098 | 2024.07.12 00:39:03.300200 [ 189 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1016 rows, containing 4 columns (4 merged, 0 gathered) in 0.00521443 sec., 194843.92349691145 rows/sec., 16.58 MiB/sec. | ||
5099 | 2024.07.12 00:39:03.300286 [ 3 ] {feecb598-82f5-4b7d-8fd9-28cce3620b68} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5100 | 2024.07.12 00:39:03.300508 [ 189 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5101 | 2024.07.12 00:39:03.300587 [ 3 ] {feecb598-82f5-4b7d-8fd9-28cce3620b68} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.004315 sec., 1390.4982618771726 rows/sec., 97.09 KiB/sec. | ||
5102 | 2024.07.12 00:39:03.300991 [ 3 ] {feecb598-82f5-4b7d-8fd9-28cce3620b68} <Debug> DynamicQueryHandler: Done processing query | ||
5103 | 2024.07.12 00:39:03.301049 [ 3 ] {feecb598-82f5-4b7d-8fd9-28cce3620b68} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5104 | 2024.07.12 00:39:03.301076 [ 3 ] {} <Debug> HTTP-Session: 8134faf5-73e9-479f-bbb1-b802ca2259f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5105 | 2024.07.12 00:39:03.301274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 15947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5106 | 2024.07.12 00:39:03.301287 [ 189 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_26_5} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5107 | 2024.07.12 00:39:03.301384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5108 | 2024.07.12 00:39:03.301439 [ 3 ] {} <Debug> HTTP-Session: eac26b94-8d2b-4bf5-96e4-e70cbb625708 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5109 | 2024.07.12 00:39:03.301470 [ 3 ] {} <Debug> HTTP-Session: eac26b94-8d2b-4bf5-96e4-e70cbb625708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5110 | 2024.07.12 00:39:03.301477 [ 189 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_26_5} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5111 | 2024.07.12 00:39:03.301497 [ 3 ] {} <Debug> HTTP-Session: eac26b94-8d2b-4bf5-96e4-e70cbb625708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5112 | 2024.07.12 00:39:03.301579 [ 3 ] {} <Trace> HTTP-Session: eac26b94-8d2b-4bf5-96e4-e70cbb625708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5113 | 2024.07.12 00:39:03.301636 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
5114 | 2024.07.12 00:39:03.301771 [ 3 ] {0a4f33f6-ffed-41df-94a9-5b614b021e4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5115 | 2024.07.12 00:39:03.301821 [ 3 ] {0a4f33f6-ffed-41df-94a9-5b614b021e4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5116 | 2024.07.12 00:39:03.301965 [ 3 ] {0a4f33f6-ffed-41df-94a9-5b614b021e4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5117 | 2024.07.12 00:39:03.302349 [ 3 ] {0a4f33f6-ffed-41df-94a9-5b614b021e4a} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5118 | 2024.07.12 00:39:03.302387 [ 3 ] {0a4f33f6-ffed-41df-94a9-5b614b021e4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5119 | 2024.07.12 00:39:03.302716 [ 3 ] {0a4f33f6-ffed-41df-94a9-5b614b021e4a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5120 | 2024.07.12 00:39:03.303044 [ 3 ] {0a4f33f6-ffed-41df-94a9-5b614b021e4a} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5121 | 2024.07.12 00:39:03.303202 [ 3 ] {0a4f33f6-ffed-41df-94a9-5b614b021e4a} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.001475 sec., 63728.813559322036 rows/sec., 4.97 MiB/sec. | ||
5122 | 2024.07.12 00:39:03.303208 [ 141 ] {} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5123 | 2024.07.12 00:39:03.303297 [ 141 ] {} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5124 | 2024.07.12 00:39:03.303329 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5125 | 2024.07.12 00:39:03.303512 [ 3 ] {0a4f33f6-ffed-41df-94a9-5b614b021e4a} <Debug> DynamicQueryHandler: Done processing query | ||
5126 | 2024.07.12 00:39:03.303597 [ 3 ] {0a4f33f6-ffed-41df-94a9-5b614b021e4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5127 | 2024.07.12 00:39:03.303605 [ 186 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
5128 | 2024.07.12 00:39:03.303684 [ 3 ] {} <Debug> HTTP-Session: eac26b94-8d2b-4bf5-96e4-e70cbb625708 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5129 | 2024.07.12 00:39:03.303839 [ 186 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5130 | 2024.07.12 00:39:03.303879 [ 186 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 467 rows starting from the beginning of the part | ||
5131 | 2024.07.12 00:39:03.304007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5132 | 2024.07.12 00:39:03.304083 [ 186 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
5133 | 2024.07.12 00:39:03.304211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5134 | 2024.07.12 00:39:03.304351 [ 186 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 417 rows starting from the beginning of the part | ||
5135 | 2024.07.12 00:39:03.304360 [ 3 ] {} <Debug> HTTP-Session: 10c5400c-f111-44cb-bb17-df8ad1cdaf8b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5136 | 2024.07.12 00:39:03.304447 [ 3 ] {} <Debug> HTTP-Session: 10c5400c-f111-44cb-bb17-df8ad1cdaf8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5137 | 2024.07.12 00:39:03.304595 [ 186 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part | ||
5138 | 2024.07.12 00:39:03.304591 [ 3 ] {} <Debug> HTTP-Session: 10c5400c-f111-44cb-bb17-df8ad1cdaf8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5139 | 2024.07.12 00:39:03.304836 [ 3 ] {} <Trace> HTTP-Session: 10c5400c-f111-44cb-bb17-df8ad1cdaf8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5140 | 2024.07.12 00:39:03.304847 [ 186 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 419 rows starting from the beginning of the part | ||
5141 | 2024.07.12 00:39:03.305022 [ 186 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 94 rows starting from the beginning of the part | ||
5142 | 2024.07.12 00:39:03.305446 [ 3 ] {6eb8751d-86d4-4af5-ae28-b46b2678042e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5143 | 2024.07.12 00:39:03.305543 [ 3 ] {6eb8751d-86d4-4af5-ae28-b46b2678042e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5144 | 2024.07.12 00:39:03.306134 [ 3 ] {6eb8751d-86d4-4af5-ae28-b46b2678042e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5145 | 2024.07.12 00:39:03.307128 [ 3 ] {6eb8751d-86d4-4af5-ae28-b46b2678042e} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5146 | 2024.07.12 00:39:03.307196 [ 3 ] {6eb8751d-86d4-4af5-ae28-b46b2678042e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5147 | 2024.07.12 00:39:03.308012 [ 186 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1525 rows, containing 4 columns (4 merged, 0 gathered) in 0.004584641 sec., 332632.36968827 rows/sec., 24.02 MiB/sec. | ||
5148 | 2024.07.12 00:39:03.308057 [ 3 ] {6eb8751d-86d4-4af5-ae28-b46b2678042e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5149 | 2024.07.12 00:39:03.308195 [ 186 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5150 | 2024.07.12 00:39:03.308859 [ 3 ] {6eb8751d-86d4-4af5-ae28-b46b2678042e} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5151 | 2024.07.12 00:39:03.309055 [ 186 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_26_5} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5152 | 2024.07.12 00:39:03.309113 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5153 | 2024.07.12 00:39:03.309228 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5154 | 2024.07.12 00:39:03.309252 [ 3 ] {6eb8751d-86d4-4af5-ae28-b46b2678042e} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.004133 sec., 48149.04427776433 rows/sec., 3.36 MiB/sec. | ||
5155 | 2024.07.12 00:39:03.309316 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5156 | 2024.07.12 00:39:03.309337 [ 186 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_26_5} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5157 | 2024.07.12 00:39:03.309805 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
5158 | 2024.07.12 00:39:03.309965 [ 186 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
5159 | 2024.07.12 00:39:03.310144 [ 3 ] {6eb8751d-86d4-4af5-ae28-b46b2678042e} <Debug> DynamicQueryHandler: Done processing query | ||
5160 | 2024.07.12 00:39:03.310234 [ 3 ] {6eb8751d-86d4-4af5-ae28-b46b2678042e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5161 | 2024.07.12 00:39:03.310314 [ 3 ] {} <Debug> HTTP-Session: 10c5400c-f111-44cb-bb17-df8ad1cdaf8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5162 | 2024.07.12 00:39:03.310388 [ 186 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5163 | 2024.07.12 00:39:03.310427 [ 186 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3478 rows starting from the beginning of the part | ||
5164 | 2024.07.12 00:39:03.310493 [ 186 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
5165 | 2024.07.12 00:39:03.310778 [ 186 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
5166 | 2024.07.12 00:39:03.310962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5167 | 2024.07.12 00:39:03.311075 [ 186 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
5168 | 2024.07.12 00:39:03.311160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5169 | 2024.07.12 00:39:03.311283 [ 3 ] {} <Debug> HTTP-Session: e3fe848d-dc76-4813-95a7-7309b860c2c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5170 | 2024.07.12 00:39:03.311321 [ 186 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 163 rows starting from the beginning of the part | ||
5171 | 2024.07.12 00:39:03.311401 [ 3 ] {} <Debug> HTTP-Session: e3fe848d-dc76-4813-95a7-7309b860c2c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5172 | 2024.07.12 00:39:03.311482 [ 3 ] {} <Debug> HTTP-Session: e3fe848d-dc76-4813-95a7-7309b860c2c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5173 | 2024.07.12 00:39:03.311626 [ 186 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 199 rows starting from the beginning of the part | ||
5174 | 2024.07.12 00:39:03.311669 [ 3 ] {} <Trace> HTTP-Session: e3fe848d-dc76-4813-95a7-7309b860c2c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5175 | 2024.07.12 00:39:03.312130 [ 3 ] {153e18e0-d7e5-4ff3-871e-3889f041c46b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5176 | 2024.07.12 00:39:03.312200 [ 3 ] {153e18e0-d7e5-4ff3-871e-3889f041c46b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5177 | 2024.07.12 00:39:03.312740 [ 3 ] {153e18e0-d7e5-4ff3-871e-3889f041c46b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5178 | 2024.07.12 00:39:03.313444 [ 3 ] {153e18e0-d7e5-4ff3-871e-3889f041c46b} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5179 | 2024.07.12 00:39:03.313508 [ 3 ] {153e18e0-d7e5-4ff3-871e-3889f041c46b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5180 | 2024.07.12 00:39:03.314528 [ 3 ] {153e18e0-d7e5-4ff3-871e-3889f041c46b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5181 | 2024.07.12 00:39:03.315221 [ 3 ] {153e18e0-d7e5-4ff3-871e-3889f041c46b} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5182 | 2024.07.12 00:39:03.315459 [ 3 ] {153e18e0-d7e5-4ff3-871e-3889f041c46b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003429 sec., 17497.812773403322 rows/sec., 1.18 MiB/sec. | ||
5183 | 2024.07.12 00:39:03.315486 [ 137 ] {} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5184 | 2024.07.12 00:39:03.316017 [ 137 ] {} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5185 | 2024.07.12 00:39:03.316057 [ 186 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4322 rows, containing 5 columns (5 merged, 0 gathered) in 0.006573781 sec., 657460.2956806745 rows/sec., 45.83 MiB/sec. | ||
5186 | 2024.07.12 00:39:03.316108 [ 3 ] {153e18e0-d7e5-4ff3-871e-3889f041c46b} <Debug> DynamicQueryHandler: Done processing query | ||
5187 | 2024.07.12 00:39:03.316124 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5188 | 2024.07.12 00:39:03.316169 [ 3 ] {153e18e0-d7e5-4ff3-871e-3889f041c46b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5189 | 2024.07.12 00:39:03.316223 [ 3 ] {} <Debug> HTTP-Session: e3fe848d-dc76-4813-95a7-7309b860c2c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5190 | 2024.07.12 00:39:03.316564 [ 194 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5191 | 2024.07.12 00:39:03.316703 [ 201 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
5192 | 2024.07.12 00:39:03.317372 [ 201 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5193 | 2024.07.12 00:39:03.317474 [ 201 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1188 rows starting from the beginning of the part | ||
5194 | 2024.07.12 00:39:03.317764 [ 201 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
5195 | 2024.07.12 00:39:03.318026 [ 201 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
5196 | 2024.07.12 00:39:03.318137 [ 194 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5197 | 2024.07.12 00:39:03.318439 [ 201 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
5198 | 2024.07.12 00:39:03.318497 [ 194 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5199 | 2024.07.12 00:39:03.318658 [ 201 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
5200 | 2024.07.12 00:39:03.318761 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
5201 | 2024.07.12 00:39:03.318921 [ 201 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
5202 | 2024.07.12 00:39:03.320212 [ 188 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1488 rows, containing 4 columns (4 merged, 0 gathered) in 0.00391486 sec., 380090.2203399355 rows/sec., 25.62 MiB/sec. | ||
5203 | 2024.07.12 00:39:03.320406 [ 201 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5204 | 2024.07.12 00:39:03.320763 [ 201 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_26_5} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5205 | 2024.07.12 00:39:03.320836 [ 201 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_26_5} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5206 | 2024.07.12 00:39:03.320904 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
5207 | 2024.07.12 00:39:07.434921 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5208 | 2024.07.12 00:39:07.434997 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5209 | 2024.07.12 00:39:08.295019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5210 | 2024.07.12 00:39:08.295147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5211 | 2024.07.12 00:39:08.295176 [ 3 ] {} <Debug> HTTP-Session: b54c3116-a0de-4266-9946-56f1013a19df Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5212 | 2024.07.12 00:39:08.295205 [ 3 ] {} <Debug> HTTP-Session: b54c3116-a0de-4266-9946-56f1013a19df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5213 | 2024.07.12 00:39:08.295222 [ 3 ] {} <Debug> HTTP-Session: b54c3116-a0de-4266-9946-56f1013a19df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5214 | 2024.07.12 00:39:08.295279 [ 3 ] {} <Trace> HTTP-Session: b54c3116-a0de-4266-9946-56f1013a19df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5215 | 2024.07.12 00:39:08.295499 [ 3 ] {6e8110aa-60ba-4605-b789-069a8bae6ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5216 | 2024.07.12 00:39:08.295576 [ 3 ] {6e8110aa-60ba-4605-b789-069a8bae6ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5217 | 2024.07.12 00:39:08.295787 [ 3 ] {6e8110aa-60ba-4605-b789-069a8bae6ece} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5218 | 2024.07.12 00:39:08.296244 [ 3 ] {6e8110aa-60ba-4605-b789-069a8bae6ece} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5219 | 2024.07.12 00:39:08.296285 [ 3 ] {6e8110aa-60ba-4605-b789-069a8bae6ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5220 | 2024.07.12 00:39:08.296658 [ 3 ] {6e8110aa-60ba-4605-b789-069a8bae6ece} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5221 | 2024.07.12 00:39:08.296997 [ 3 ] {6e8110aa-60ba-4605-b789-069a8bae6ece} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5222 | 2024.07.12 00:39:08.297142 [ 3 ] {6e8110aa-60ba-4605-b789-069a8bae6ece} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001713 sec., 21599.532983070636 rows/sec., 1.63 MiB/sec. | ||
5223 | 2024.07.12 00:39:08.297378 [ 3 ] {6e8110aa-60ba-4605-b789-069a8bae6ece} <Debug> DynamicQueryHandler: Done processing query | ||
5224 | 2024.07.12 00:39:08.297402 [ 3 ] {6e8110aa-60ba-4605-b789-069a8bae6ece} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5225 | 2024.07.12 00:39:08.297421 [ 3 ] {} <Debug> HTTP-Session: b54c3116-a0de-4266-9946-56f1013a19df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5226 | 2024.07.12 00:39:08.297594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5227 | 2024.07.12 00:39:08.297643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5228 | 2024.07.12 00:39:08.297663 [ 3 ] {} <Debug> HTTP-Session: 96668b5c-6bdd-4be8-bd6f-54a9ee7c8447 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5229 | 2024.07.12 00:39:08.297680 [ 3 ] {} <Debug> HTTP-Session: 96668b5c-6bdd-4be8-bd6f-54a9ee7c8447 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5230 | 2024.07.12 00:39:08.297694 [ 3 ] {} <Debug> HTTP-Session: 96668b5c-6bdd-4be8-bd6f-54a9ee7c8447 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5231 | 2024.07.12 00:39:08.297726 [ 3 ] {} <Trace> HTTP-Session: 96668b5c-6bdd-4be8-bd6f-54a9ee7c8447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5232 | 2024.07.12 00:39:08.297893 [ 3 ] {c51ad9f7-bc0d-4833-bd95-e78781801653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5233 | 2024.07.12 00:39:08.297936 [ 3 ] {c51ad9f7-bc0d-4833-bd95-e78781801653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5234 | 2024.07.12 00:39:08.298065 [ 3 ] {c51ad9f7-bc0d-4833-bd95-e78781801653} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5235 | 2024.07.12 00:39:08.298606 [ 3 ] {c51ad9f7-bc0d-4833-bd95-e78781801653} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5236 | 2024.07.12 00:39:08.298643 [ 3 ] {c51ad9f7-bc0d-4833-bd95-e78781801653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5237 | 2024.07.12 00:39:08.298971 [ 3 ] {c51ad9f7-bc0d-4833-bd95-e78781801653} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5238 | 2024.07.12 00:39:08.299293 [ 3 ] {c51ad9f7-bc0d-4833-bd95-e78781801653} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5239 | 2024.07.12 00:39:08.299421 [ 3 ] {c51ad9f7-bc0d-4833-bd95-e78781801653} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.001613 sec., 157470.55176689397 rows/sec., 13.89 MiB/sec. | ||
5240 | 2024.07.12 00:39:08.299586 [ 3 ] {c51ad9f7-bc0d-4833-bd95-e78781801653} <Debug> DynamicQueryHandler: Done processing query | ||
5241 | 2024.07.12 00:39:08.299609 [ 3 ] {c51ad9f7-bc0d-4833-bd95-e78781801653} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
5242 | 2024.07.12 00:39:08.299625 [ 3 ] {} <Debug> HTTP-Session: 96668b5c-6bdd-4be8-bd6f-54a9ee7c8447 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5243 | 2024.07.12 00:39:08.299805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5244 | 2024.07.12 00:39:08.299854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5245 | 2024.07.12 00:39:08.299873 [ 3 ] {} <Debug> HTTP-Session: eac903e8-0ed7-4465-bb1a-680f88f5559a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5246 | 2024.07.12 00:39:08.299890 [ 3 ] {} <Debug> HTTP-Session: eac903e8-0ed7-4465-bb1a-680f88f5559a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5247 | 2024.07.12 00:39:08.299904 [ 3 ] {} <Debug> HTTP-Session: eac903e8-0ed7-4465-bb1a-680f88f5559a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5248 | 2024.07.12 00:39:08.299936 [ 3 ] {} <Trace> HTTP-Session: eac903e8-0ed7-4465-bb1a-680f88f5559a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5249 | 2024.07.12 00:39:08.300177 [ 3 ] {4db387ca-c4d4-41b8-85c8-e433611b1401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5250 | 2024.07.12 00:39:08.300220 [ 3 ] {4db387ca-c4d4-41b8-85c8-e433611b1401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5251 | 2024.07.12 00:39:08.300348 [ 3 ] {4db387ca-c4d4-41b8-85c8-e433611b1401} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5252 | 2024.07.12 00:39:08.300881 [ 3 ] {4db387ca-c4d4-41b8-85c8-e433611b1401} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5253 | 2024.07.12 00:39:08.300918 [ 3 ] {4db387ca-c4d4-41b8-85c8-e433611b1401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5254 | 2024.07.12 00:39:08.301241 [ 3 ] {4db387ca-c4d4-41b8-85c8-e433611b1401} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5255 | 2024.07.12 00:39:08.301552 [ 3 ] {4db387ca-c4d4-41b8-85c8-e433611b1401} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5256 | 2024.07.12 00:39:08.301677 [ 3 ] {4db387ca-c4d4-41b8-85c8-e433611b1401} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001632 sec., 253063.72549019608 rows/sec., 17.93 MiB/sec. | ||
5257 | 2024.07.12 00:39:08.301890 [ 3 ] {4db387ca-c4d4-41b8-85c8-e433611b1401} <Debug> DynamicQueryHandler: Done processing query | ||
5258 | 2024.07.12 00:39:08.301914 [ 3 ] {4db387ca-c4d4-41b8-85c8-e433611b1401} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
5259 | 2024.07.12 00:39:08.301931 [ 3 ] {} <Debug> HTTP-Session: eac903e8-0ed7-4465-bb1a-680f88f5559a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5260 | 2024.07.12 00:39:08.302049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5261 | 2024.07.12 00:39:08.302096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5262 | 2024.07.12 00:39:08.302115 [ 3 ] {} <Debug> HTTP-Session: 8e55a83f-885a-43f3-afc4-f6f48237f115 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5263 | 2024.07.12 00:39:08.302132 [ 3 ] {} <Debug> HTTP-Session: 8e55a83f-885a-43f3-afc4-f6f48237f115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5264 | 2024.07.12 00:39:08.302146 [ 3 ] {} <Debug> HTTP-Session: 8e55a83f-885a-43f3-afc4-f6f48237f115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5265 | 2024.07.12 00:39:08.302177 [ 3 ] {} <Trace> HTTP-Session: 8e55a83f-885a-43f3-afc4-f6f48237f115 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5266 | 2024.07.12 00:39:08.302273 [ 3 ] {55317364-4a86-44ac-95fd-793749da9f8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5267 | 2024.07.12 00:39:08.302317 [ 3 ] {55317364-4a86-44ac-95fd-793749da9f8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5268 | 2024.07.12 00:39:08.302448 [ 3 ] {55317364-4a86-44ac-95fd-793749da9f8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5269 | 2024.07.12 00:39:08.302711 [ 3 ] {55317364-4a86-44ac-95fd-793749da9f8d} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5270 | 2024.07.12 00:39:08.302746 [ 3 ] {55317364-4a86-44ac-95fd-793749da9f8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5271 | 2024.07.12 00:39:08.303105 [ 3 ] {55317364-4a86-44ac-95fd-793749da9f8d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5272 | 2024.07.12 00:39:08.303427 [ 3 ] {55317364-4a86-44ac-95fd-793749da9f8d} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5273 | 2024.07.12 00:39:08.303553 [ 3 ] {55317364-4a86-44ac-95fd-793749da9f8d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001306 sec., 4594.180704441041 rows/sec., 197.41 KiB/sec. | ||
5274 | 2024.07.12 00:39:08.303718 [ 3 ] {55317364-4a86-44ac-95fd-793749da9f8d} <Debug> DynamicQueryHandler: Done processing query | ||
5275 | 2024.07.12 00:39:08.303741 [ 3 ] {55317364-4a86-44ac-95fd-793749da9f8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5276 | 2024.07.12 00:39:08.303758 [ 3 ] {} <Debug> HTTP-Session: 8e55a83f-885a-43f3-afc4-f6f48237f115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5277 | 2024.07.12 00:39:08.303883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5278 | 2024.07.12 00:39:08.303931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5279 | 2024.07.12 00:39:08.303950 [ 3 ] {} <Debug> HTTP-Session: 25fad767-4893-4313-9c4e-8da4e42dea77 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5280 | 2024.07.12 00:39:08.303967 [ 3 ] {} <Debug> HTTP-Session: 25fad767-4893-4313-9c4e-8da4e42dea77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5281 | 2024.07.12 00:39:08.303980 [ 3 ] {} <Debug> HTTP-Session: 25fad767-4893-4313-9c4e-8da4e42dea77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5282 | 2024.07.12 00:39:08.304011 [ 3 ] {} <Trace> HTTP-Session: 25fad767-4893-4313-9c4e-8da4e42dea77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5283 | 2024.07.12 00:39:08.304128 [ 3 ] {920c006e-664c-43f3-8f66-50b3d380a9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5284 | 2024.07.12 00:39:08.304175 [ 3 ] {920c006e-664c-43f3-8f66-50b3d380a9ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5285 | 2024.07.12 00:39:08.304315 [ 3 ] {920c006e-664c-43f3-8f66-50b3d380a9ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5286 | 2024.07.12 00:39:08.304638 [ 3 ] {920c006e-664c-43f3-8f66-50b3d380a9ce} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5287 | 2024.07.12 00:39:08.304673 [ 3 ] {920c006e-664c-43f3-8f66-50b3d380a9ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5288 | 2024.07.12 00:39:08.305044 [ 3 ] {920c006e-664c-43f3-8f66-50b3d380a9ce} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5289 | 2024.07.12 00:39:08.305391 [ 3 ] {920c006e-664c-43f3-8f66-50b3d380a9ce} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5290 | 2024.07.12 00:39:08.305517 [ 3 ] {920c006e-664c-43f3-8f66-50b3d380a9ce} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001433 sec., 53733.426378227494 rows/sec., 3.31 MiB/sec. | ||
5291 | 2024.07.12 00:39:08.305685 [ 3 ] {920c006e-664c-43f3-8f66-50b3d380a9ce} <Debug> DynamicQueryHandler: Done processing query | ||
5292 | 2024.07.12 00:39:08.305708 [ 3 ] {920c006e-664c-43f3-8f66-50b3d380a9ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5293 | 2024.07.12 00:39:08.305726 [ 3 ] {} <Debug> HTTP-Session: 25fad767-4893-4313-9c4e-8da4e42dea77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5294 | 2024.07.12 00:39:08.305882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5295 | 2024.07.12 00:39:08.305930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5296 | 2024.07.12 00:39:08.305949 [ 3 ] {} <Debug> HTTP-Session: 40b6826d-2452-4dac-ac8a-14d1b19dd0fe Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5297 | 2024.07.12 00:39:08.305966 [ 3 ] {} <Debug> HTTP-Session: 40b6826d-2452-4dac-ac8a-14d1b19dd0fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5298 | 2024.07.12 00:39:08.305980 [ 3 ] {} <Debug> HTTP-Session: 40b6826d-2452-4dac-ac8a-14d1b19dd0fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5299 | 2024.07.12 00:39:08.306013 [ 3 ] {} <Trace> HTTP-Session: 40b6826d-2452-4dac-ac8a-14d1b19dd0fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5300 | 2024.07.12 00:39:08.306158 [ 3 ] {d78d7975-b77a-40ac-89ef-b0d46af8042b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5301 | 2024.07.12 00:39:08.306202 [ 3 ] {d78d7975-b77a-40ac-89ef-b0d46af8042b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5302 | 2024.07.12 00:39:08.306343 [ 3 ] {d78d7975-b77a-40ac-89ef-b0d46af8042b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5303 | 2024.07.12 00:39:08.306715 [ 3 ] {d78d7975-b77a-40ac-89ef-b0d46af8042b} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5304 | 2024.07.12 00:39:08.306750 [ 3 ] {d78d7975-b77a-40ac-89ef-b0d46af8042b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5305 | 2024.07.12 00:39:08.307121 [ 3 ] {d78d7975-b77a-40ac-89ef-b0d46af8042b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5306 | 2024.07.12 00:39:08.307453 [ 3 ] {d78d7975-b77a-40ac-89ef-b0d46af8042b} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5307 | 2024.07.12 00:39:08.307579 [ 3 ] {d78d7975-b77a-40ac-89ef-b0d46af8042b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001488 sec., 107526.88172043012 rows/sec., 7.49 MiB/sec. | ||
5308 | 2024.07.12 00:39:08.307919 [ 3 ] {d78d7975-b77a-40ac-89ef-b0d46af8042b} <Debug> DynamicQueryHandler: Done processing query | ||
5309 | 2024.07.12 00:39:08.307945 [ 3 ] {d78d7975-b77a-40ac-89ef-b0d46af8042b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5310 | 2024.07.12 00:39:08.307962 [ 3 ] {} <Debug> HTTP-Session: 40b6826d-2452-4dac-ac8a-14d1b19dd0fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5311 | 2024.07.12 00:39:08.308106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 49876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5312 | 2024.07.12 00:39:08.308155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5313 | 2024.07.12 00:39:08.308174 [ 3 ] {} <Debug> HTTP-Session: bf392206-ce8f-480c-aaf0-8b45a56e6a35 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5314 | 2024.07.12 00:39:08.308191 [ 3 ] {} <Debug> HTTP-Session: bf392206-ce8f-480c-aaf0-8b45a56e6a35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5315 | 2024.07.12 00:39:08.308205 [ 3 ] {} <Debug> HTTP-Session: bf392206-ce8f-480c-aaf0-8b45a56e6a35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5316 | 2024.07.12 00:39:08.308236 [ 3 ] {} <Trace> HTTP-Session: bf392206-ce8f-480c-aaf0-8b45a56e6a35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5317 | 2024.07.12 00:39:08.308556 [ 3 ] {597f6e14-d773-4e55-b0b9-b6058ca311ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5318 | 2024.07.12 00:39:08.308629 [ 3 ] {597f6e14-d773-4e55-b0b9-b6058ca311ce} <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 | ||
5319 | 2024.07.12 00:39:08.309050 [ 3 ] {597f6e14-d773-4e55-b0b9-b6058ca311ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5320 | 2024.07.12 00:39:08.309733 [ 3 ] {597f6e14-d773-4e55-b0b9-b6058ca311ce} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5321 | 2024.07.12 00:39:08.309768 [ 3 ] {597f6e14-d773-4e55-b0b9-b6058ca311ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5322 | 2024.07.12 00:39:08.310408 [ 3 ] {597f6e14-d773-4e55-b0b9-b6058ca311ce} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5323 | 2024.07.12 00:39:08.310832 [ 3 ] {597f6e14-d773-4e55-b0b9-b6058ca311ce} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5324 | 2024.07.12 00:39:08.310991 [ 3 ] {597f6e14-d773-4e55-b0b9-b6058ca311ce} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002666 sec., 11627.906976744187 rows/sec., 20.84 MiB/sec. | ||
5325 | 2024.07.12 00:39:08.311367 [ 3 ] {597f6e14-d773-4e55-b0b9-b6058ca311ce} <Debug> DynamicQueryHandler: Done processing query | ||
5326 | 2024.07.12 00:39:08.311391 [ 3 ] {597f6e14-d773-4e55-b0b9-b6058ca311ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5327 | 2024.07.12 00:39:08.311407 [ 3 ] {} <Debug> HTTP-Session: bf392206-ce8f-480c-aaf0-8b45a56e6a35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5328 | 2024.07.12 00:39:08.311528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5329 | 2024.07.12 00:39:08.311576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5330 | 2024.07.12 00:39:08.311597 [ 3 ] {} <Debug> HTTP-Session: f398ba6b-a40e-43bb-a787-196df6962ab8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5331 | 2024.07.12 00:39:08.311613 [ 3 ] {} <Debug> HTTP-Session: f398ba6b-a40e-43bb-a787-196df6962ab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5332 | 2024.07.12 00:39:08.311627 [ 3 ] {} <Debug> HTTP-Session: f398ba6b-a40e-43bb-a787-196df6962ab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5333 | 2024.07.12 00:39:08.311658 [ 3 ] {} <Trace> HTTP-Session: f398ba6b-a40e-43bb-a787-196df6962ab8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5334 | 2024.07.12 00:39:08.311760 [ 3 ] {36919b1d-6116-43ae-b845-62cbb39ff87f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5335 | 2024.07.12 00:39:08.311804 [ 3 ] {36919b1d-6116-43ae-b845-62cbb39ff87f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5336 | 2024.07.12 00:39:08.311934 [ 3 ] {36919b1d-6116-43ae-b845-62cbb39ff87f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5337 | 2024.07.12 00:39:08.312225 [ 3 ] {36919b1d-6116-43ae-b845-62cbb39ff87f} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5338 | 2024.07.12 00:39:08.312260 [ 3 ] {36919b1d-6116-43ae-b845-62cbb39ff87f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5339 | 2024.07.12 00:39:08.312619 [ 3 ] {36919b1d-6116-43ae-b845-62cbb39ff87f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5340 | 2024.07.12 00:39:08.312936 [ 3 ] {36919b1d-6116-43ae-b845-62cbb39ff87f} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5341 | 2024.07.12 00:39:08.313064 [ 3 ] {36919b1d-6116-43ae-b845-62cbb39ff87f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001335 sec., 17228.464419475655 rows/sec., 931.94 KiB/sec. | ||
5342 | 2024.07.12 00:39:08.313215 [ 3 ] {36919b1d-6116-43ae-b845-62cbb39ff87f} <Debug> DynamicQueryHandler: Done processing query | ||
5343 | 2024.07.12 00:39:08.313239 [ 3 ] {36919b1d-6116-43ae-b845-62cbb39ff87f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5344 | 2024.07.12 00:39:08.313254 [ 3 ] {} <Debug> HTTP-Session: f398ba6b-a40e-43bb-a787-196df6962ab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5345 | 2024.07.12 00:39:08.313364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5346 | 2024.07.12 00:39:08.313410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5347 | 2024.07.12 00:39:08.313434 [ 3 ] {} <Debug> HTTP-Session: 0cdc1850-0faa-4728-aa78-8581afc27f21 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5348 | 2024.07.12 00:39:08.313451 [ 3 ] {} <Debug> HTTP-Session: 0cdc1850-0faa-4728-aa78-8581afc27f21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5349 | 2024.07.12 00:39:08.313464 [ 3 ] {} <Debug> HTTP-Session: 0cdc1850-0faa-4728-aa78-8581afc27f21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5350 | 2024.07.12 00:39:08.313496 [ 3 ] {} <Trace> HTTP-Session: 0cdc1850-0faa-4728-aa78-8581afc27f21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5351 | 2024.07.12 00:39:08.313624 [ 3 ] {0b6ee589-945f-48b6-9b57-60942dee2a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5352 | 2024.07.12 00:39:08.313667 [ 3 ] {0b6ee589-945f-48b6-9b57-60942dee2a1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5353 | 2024.07.12 00:39:08.313791 [ 3 ] {0b6ee589-945f-48b6-9b57-60942dee2a1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5354 | 2024.07.12 00:39:08.314111 [ 3 ] {0b6ee589-945f-48b6-9b57-60942dee2a1a} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5355 | 2024.07.12 00:39:08.314146 [ 3 ] {0b6ee589-945f-48b6-9b57-60942dee2a1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5356 | 2024.07.12 00:39:08.314502 [ 3 ] {0b6ee589-945f-48b6-9b57-60942dee2a1a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5357 | 2024.07.12 00:39:08.314821 [ 3 ] {0b6ee589-945f-48b6-9b57-60942dee2a1a} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5358 | 2024.07.12 00:39:08.314952 [ 3 ] {0b6ee589-945f-48b6-9b57-60942dee2a1a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
5359 | 2024.07.12 00:39:08.315267 [ 3 ] {0b6ee589-945f-48b6-9b57-60942dee2a1a} <Debug> DynamicQueryHandler: Done processing query | ||
5360 | 2024.07.12 00:39:08.315298 [ 3 ] {0b6ee589-945f-48b6-9b57-60942dee2a1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5361 | 2024.07.12 00:39:08.315314 [ 3 ] {} <Debug> HTTP-Session: 0cdc1850-0faa-4728-aa78-8581afc27f21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5362 | 2024.07.12 00:39:13.289086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5363 | 2024.07.12 00:39:13.289272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5364 | 2024.07.12 00:39:13.289318 [ 3 ] {} <Debug> HTTP-Session: ea28db6a-ecf6-46db-bf9d-03a3b11f2af5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5365 | 2024.07.12 00:39:13.289357 [ 3 ] {} <Debug> HTTP-Session: ea28db6a-ecf6-46db-bf9d-03a3b11f2af5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5366 | 2024.07.12 00:39:13.289385 [ 3 ] {} <Debug> HTTP-Session: ea28db6a-ecf6-46db-bf9d-03a3b11f2af5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5367 | 2024.07.12 00:39:13.289463 [ 3 ] {} <Trace> HTTP-Session: ea28db6a-ecf6-46db-bf9d-03a3b11f2af5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5368 | 2024.07.12 00:39:13.289769 [ 3 ] {19449b8d-17ef-41c5-aa46-1393f76fca6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5369 | 2024.07.12 00:39:13.289876 [ 3 ] {19449b8d-17ef-41c5-aa46-1393f76fca6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5370 | 2024.07.12 00:39:13.290089 [ 3 ] {19449b8d-17ef-41c5-aa46-1393f76fca6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5371 | 2024.07.12 00:39:13.290579 [ 3 ] {19449b8d-17ef-41c5-aa46-1393f76fca6f} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5372 | 2024.07.12 00:39:13.290629 [ 3 ] {19449b8d-17ef-41c5-aa46-1393f76fca6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5373 | 2024.07.12 00:39:13.291009 [ 3 ] {19449b8d-17ef-41c5-aa46-1393f76fca6f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5374 | 2024.07.12 00:39:13.291345 [ 3 ] {19449b8d-17ef-41c5-aa46-1393f76fca6f} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5375 | 2024.07.12 00:39:13.291521 [ 3 ] {19449b8d-17ef-41c5-aa46-1393f76fca6f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001858 sec., 30139.93541442411 rows/sec., 2.30 MiB/sec. | ||
5376 | 2024.07.12 00:39:13.291739 [ 3 ] {19449b8d-17ef-41c5-aa46-1393f76fca6f} <Debug> DynamicQueryHandler: Done processing query | ||
5377 | 2024.07.12 00:39:13.291767 [ 3 ] {19449b8d-17ef-41c5-aa46-1393f76fca6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5378 | 2024.07.12 00:39:13.291785 [ 3 ] {} <Debug> HTTP-Session: ea28db6a-ecf6-46db-bf9d-03a3b11f2af5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5379 | 2024.07.12 00:39:13.291963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5380 | 2024.07.12 00:39:13.292018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5381 | 2024.07.12 00:39:13.292040 [ 3 ] {} <Debug> HTTP-Session: 548c990a-1774-47f8-9a70-1fb341742a33 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5382 | 2024.07.12 00:39:13.292060 [ 3 ] {} <Debug> HTTP-Session: 548c990a-1774-47f8-9a70-1fb341742a33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5383 | 2024.07.12 00:39:13.292075 [ 3 ] {} <Debug> HTTP-Session: 548c990a-1774-47f8-9a70-1fb341742a33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5384 | 2024.07.12 00:39:13.292114 [ 3 ] {} <Trace> HTTP-Session: 548c990a-1774-47f8-9a70-1fb341742a33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5385 | 2024.07.12 00:39:13.292253 [ 3 ] {d4f18ac2-10d2-43f3-bfc6-d0a89a9b908e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5386 | 2024.07.12 00:39:13.292302 [ 3 ] {d4f18ac2-10d2-43f3-bfc6-d0a89a9b908e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5387 | 2024.07.12 00:39:13.292440 [ 3 ] {d4f18ac2-10d2-43f3-bfc6-d0a89a9b908e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5388 | 2024.07.12 00:39:13.292829 [ 3 ] {d4f18ac2-10d2-43f3-bfc6-d0a89a9b908e} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5389 | 2024.07.12 00:39:13.292867 [ 3 ] {d4f18ac2-10d2-43f3-bfc6-d0a89a9b908e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5390 | 2024.07.12 00:39:13.293201 [ 3 ] {d4f18ac2-10d2-43f3-bfc6-d0a89a9b908e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5391 | 2024.07.12 00:39:13.293517 [ 3 ] {d4f18ac2-10d2-43f3-bfc6-d0a89a9b908e} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5392 | 2024.07.12 00:39:13.293671 [ 3 ] {d4f18ac2-10d2-43f3-bfc6-d0a89a9b908e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001458 sec., 43895.7475994513 rows/sec., 3.43 MiB/sec. | ||
5393 | 2024.07.12 00:39:13.293885 [ 3 ] {d4f18ac2-10d2-43f3-bfc6-d0a89a9b908e} <Debug> DynamicQueryHandler: Done processing query | ||
5394 | 2024.07.12 00:39:13.293910 [ 3 ] {d4f18ac2-10d2-43f3-bfc6-d0a89a9b908e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5395 | 2024.07.12 00:39:13.293926 [ 3 ] {} <Debug> HTTP-Session: 548c990a-1774-47f8-9a70-1fb341742a33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5396 | 2024.07.12 00:39:13.294099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5397 | 2024.07.12 00:39:13.294151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5398 | 2024.07.12 00:39:13.294171 [ 3 ] {} <Debug> HTTP-Session: 29291a63-6526-454f-85a4-c734ea2bea3c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5399 | 2024.07.12 00:39:13.294189 [ 3 ] {} <Debug> HTTP-Session: 29291a63-6526-454f-85a4-c734ea2bea3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5400 | 2024.07.12 00:39:13.294204 [ 3 ] {} <Debug> HTTP-Session: 29291a63-6526-454f-85a4-c734ea2bea3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5401 | 2024.07.12 00:39:13.294238 [ 3 ] {} <Trace> HTTP-Session: 29291a63-6526-454f-85a4-c734ea2bea3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5402 | 2024.07.12 00:39:13.294385 [ 3 ] {3c9b0b3c-3737-4911-84cc-1869e0a6938e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5403 | 2024.07.12 00:39:13.294438 [ 3 ] {3c9b0b3c-3737-4911-84cc-1869e0a6938e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5404 | 2024.07.12 00:39:13.294587 [ 3 ] {3c9b0b3c-3737-4911-84cc-1869e0a6938e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5405 | 2024.07.12 00:39:13.294970 [ 3 ] {3c9b0b3c-3737-4911-84cc-1869e0a6938e} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5406 | 2024.07.12 00:39:13.295009 [ 3 ] {3c9b0b3c-3737-4911-84cc-1869e0a6938e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5407 | 2024.07.12 00:39:13.295413 [ 3 ] {3c9b0b3c-3737-4911-84cc-1869e0a6938e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5408 | 2024.07.12 00:39:13.295744 [ 3 ] {3c9b0b3c-3737-4911-84cc-1869e0a6938e} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5409 | 2024.07.12 00:39:13.295900 [ 3 ] {3c9b0b3c-3737-4911-84cc-1869e0a6938e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
5410 | 2024.07.12 00:39:13.296180 [ 3 ] {3c9b0b3c-3737-4911-84cc-1869e0a6938e} <Debug> DynamicQueryHandler: Done processing query | ||
5411 | 2024.07.12 00:39:13.296219 [ 3 ] {3c9b0b3c-3737-4911-84cc-1869e0a6938e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5412 | 2024.07.12 00:39:13.296236 [ 3 ] {} <Debug> HTTP-Session: 29291a63-6526-454f-85a4-c734ea2bea3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5413 | 2024.07.12 00:39:13.296364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5414 | 2024.07.12 00:39:13.296414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5415 | 2024.07.12 00:39:13.296435 [ 3 ] {} <Debug> HTTP-Session: 7f897d18-dd0a-4645-9ce9-9862b33cec1b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5416 | 2024.07.12 00:39:13.296453 [ 3 ] {} <Debug> HTTP-Session: 7f897d18-dd0a-4645-9ce9-9862b33cec1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5417 | 2024.07.12 00:39:13.296467 [ 3 ] {} <Debug> HTTP-Session: 7f897d18-dd0a-4645-9ce9-9862b33cec1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5418 | 2024.07.12 00:39:13.296501 [ 3 ] {} <Trace> HTTP-Session: 7f897d18-dd0a-4645-9ce9-9862b33cec1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5419 | 2024.07.12 00:39:13.296630 [ 3 ] {b98ebb6e-fa22-4496-89c8-77c8784a78f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5420 | 2024.07.12 00:39:13.296676 [ 3 ] {b98ebb6e-fa22-4496-89c8-77c8784a78f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5421 | 2024.07.12 00:39:13.296825 [ 3 ] {b98ebb6e-fa22-4496-89c8-77c8784a78f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5422 | 2024.07.12 00:39:13.297123 [ 3 ] {b98ebb6e-fa22-4496-89c8-77c8784a78f2} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5423 | 2024.07.12 00:39:13.297158 [ 3 ] {b98ebb6e-fa22-4496-89c8-77c8784a78f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5424 | 2024.07.12 00:39:13.297510 [ 3 ] {b98ebb6e-fa22-4496-89c8-77c8784a78f2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5425 | 2024.07.12 00:39:13.297833 [ 3 ] {b98ebb6e-fa22-4496-89c8-77c8784a78f2} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5426 | 2024.07.12 00:39:13.297989 [ 3 ] {b98ebb6e-fa22-4496-89c8-77c8784a78f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
5427 | 2024.07.12 00:39:13.298204 [ 3 ] {b98ebb6e-fa22-4496-89c8-77c8784a78f2} <Debug> DynamicQueryHandler: Done processing query | ||
5428 | 2024.07.12 00:39:13.298227 [ 3 ] {b98ebb6e-fa22-4496-89c8-77c8784a78f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5429 | 2024.07.12 00:39:13.298243 [ 3 ] {} <Debug> HTTP-Session: 7f897d18-dd0a-4645-9ce9-9862b33cec1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5430 | 2024.07.12 00:39:15.011871 [ 124 ] {} <Debug> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
5431 | 2024.07.12 00:39:15.011964 [ 124 ] {} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5432 | 2024.07.12 00:39:15.011989 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5433 | 2024.07.12 00:39:15.012184 [ 198 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
5434 | 2024.07.12 00:39:15.012365 [ 198 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5435 | 2024.07.12 00:39:15.012399 [ 198 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
5436 | 2024.07.12 00:39:15.012475 [ 198 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
5437 | 2024.07.12 00:39:15.012671 [ 198 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
5438 | 2024.07.12 00:39:15.012897 [ 198 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
5439 | 2024.07.12 00:39:15.013043 [ 198 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
5440 | 2024.07.12 00:39:15.013940 [ 188 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.001881189 sec., 14884.203554241494 rows/sec., 1.01 MiB/sec. | ||
5441 | 2024.07.12 00:39:15.014123 [ 195 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
5442 | 2024.07.12 00:39:15.014558 [ 195 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_5_1} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5443 | 2024.07.12 00:39:15.014646 [ 195 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_5_1} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
5444 | 2024.07.12 00:39:15.014745 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
5445 | 2024.07.12 00:39:15.833963 [ 123 ] {} <Debug> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
5446 | 2024.07.12 00:39:15.834028 [ 123 ] {} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5447 | 2024.07.12 00:39:15.834051 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5448 | 2024.07.12 00:39:15.834210 [ 198 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
5449 | 2024.07.12 00:39:15.834359 [ 198 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5450 | 2024.07.12 00:39:15.834393 [ 198 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
5451 | 2024.07.12 00:39:15.834463 [ 198 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
5452 | 2024.07.12 00:39:15.834552 [ 198 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
5453 | 2024.07.12 00:39:15.834767 [ 198 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
5454 | 2024.07.12 00:39:15.834949 [ 198 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
5455 | 2024.07.12 00:39:15.835979 [ 188 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.001849508 sec., 15139.16133371686 rows/sec., 1.21 MiB/sec. | ||
5456 | 2024.07.12 00:39:15.836188 [ 193 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
5457 | 2024.07.12 00:39:15.836660 [ 193 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_5_1} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5458 | 2024.07.12 00:39:15.836763 [ 193 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_5_1} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
5459 | 2024.07.12 00:39:15.836874 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5460 | 2024.07.12 00:39:18.294787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5461 | 2024.07.12 00:39:18.294954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5462 | 2024.07.12 00:39:18.295005 [ 3 ] {} <Debug> HTTP-Session: bf926c00-7229-4f11-bb26-7658717839e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5463 | 2024.07.12 00:39:18.295054 [ 3 ] {} <Debug> HTTP-Session: bf926c00-7229-4f11-bb26-7658717839e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5464 | 2024.07.12 00:39:18.295089 [ 3 ] {} <Debug> HTTP-Session: bf926c00-7229-4f11-bb26-7658717839e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5465 | 2024.07.12 00:39:18.295179 [ 3 ] {} <Trace> HTTP-Session: bf926c00-7229-4f11-bb26-7658717839e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5466 | 2024.07.12 00:39:18.295476 [ 3 ] {ed7cf59d-3622-416b-a346-f37b5dbd9c90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5467 | 2024.07.12 00:39:18.295583 [ 3 ] {ed7cf59d-3622-416b-a346-f37b5dbd9c90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5468 | 2024.07.12 00:39:18.295892 [ 3 ] {ed7cf59d-3622-416b-a346-f37b5dbd9c90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5469 | 2024.07.12 00:39:18.296371 [ 3 ] {ed7cf59d-3622-416b-a346-f37b5dbd9c90} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5470 | 2024.07.12 00:39:18.296413 [ 3 ] {ed7cf59d-3622-416b-a346-f37b5dbd9c90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5471 | 2024.07.12 00:39:18.296773 [ 3 ] {ed7cf59d-3622-416b-a346-f37b5dbd9c90} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5472 | 2024.07.12 00:39:18.297096 [ 3 ] {ed7cf59d-3622-416b-a346-f37b5dbd9c90} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5473 | 2024.07.12 00:39:18.297263 [ 3 ] {ed7cf59d-3622-416b-a346-f37b5dbd9c90} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001881 sec., 19670.388091440724 rows/sec., 1.48 MiB/sec. | ||
5474 | 2024.07.12 00:39:18.297277 [ 118 ] {} <Debug> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
5475 | 2024.07.12 00:39:18.297399 [ 118 ] {} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5476 | 2024.07.12 00:39:18.297433 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5477 | 2024.07.12 00:39:18.297562 [ 3 ] {ed7cf59d-3622-416b-a346-f37b5dbd9c90} <Debug> DynamicQueryHandler: Done processing query | ||
5478 | 2024.07.12 00:39:18.297639 [ 3 ] {ed7cf59d-3622-416b-a346-f37b5dbd9c90} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5479 | 2024.07.12 00:39:18.297641 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
5480 | 2024.07.12 00:39:18.297712 [ 3 ] {} <Debug> HTTP-Session: bf926c00-7229-4f11-bb26-7658717839e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5481 | 2024.07.12 00:39:18.297909 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5482 | 2024.07.12 00:39:18.297946 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 37 rows starting from the beginning of the part | ||
5483 | 2024.07.12 00:39:18.298021 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 37 rows starting from the beginning of the part | ||
5484 | 2024.07.12 00:39:18.298295 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 37 rows starting from the beginning of the part | ||
5485 | 2024.07.12 00:39:18.298431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5486 | 2024.07.12 00:39:18.298589 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 37 rows starting from the beginning of the part | ||
5487 | 2024.07.12 00:39:18.298628 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5488 | 2024.07.12 00:39:18.298843 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 37 rows starting from the beginning of the part | ||
5489 | 2024.07.12 00:39:18.298721 [ 3 ] {} <Debug> HTTP-Session: e3551a92-00e1-474a-9c8c-ef4aafd0e346 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5490 | 2024.07.12 00:39:18.298937 [ 3 ] {} <Debug> HTTP-Session: e3551a92-00e1-474a-9c8c-ef4aafd0e346 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5491 | 2024.07.12 00:39:18.299032 [ 3 ] {} <Debug> HTTP-Session: e3551a92-00e1-474a-9c8c-ef4aafd0e346 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5492 | 2024.07.12 00:39:18.299248 [ 3 ] {} <Trace> HTTP-Session: e3551a92-00e1-474a-9c8c-ef4aafd0e346 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5493 | 2024.07.12 00:39:18.299554 [ 3 ] {fe71ca85-6543-4fef-bda0-2bb4251ff52e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5494 | 2024.07.12 00:39:18.299619 [ 3 ] {fe71ca85-6543-4fef-bda0-2bb4251ff52e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5495 | 2024.07.12 00:39:18.300098 [ 3 ] {fe71ca85-6543-4fef-bda0-2bb4251ff52e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5496 | 2024.07.12 00:39:18.301247 [ 198 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 4 columns (4 merged, 0 gathered) in 0.003742717 sec., 49429.33168604519 rows/sec., 3.72 MiB/sec. | ||
5497 | 2024.07.12 00:39:18.301267 [ 3 ] {fe71ca85-6543-4fef-bda0-2bb4251ff52e} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5498 | 2024.07.12 00:39:18.301320 [ 3 ] {fe71ca85-6543-4fef-bda0-2bb4251ff52e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5499 | 2024.07.12 00:39:18.301482 [ 188 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
5500 | 2024.07.12 00:39:18.301895 [ 3 ] {fe71ca85-6543-4fef-bda0-2bb4251ff52e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5501 | 2024.07.12 00:39:18.302473 [ 188 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_14_3} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5502 | 2024.07.12 00:39:18.302647 [ 3 ] {fe71ca85-6543-4fef-bda0-2bb4251ff52e} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5503 | 2024.07.12 00:39:18.302677 [ 188 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_14_3} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
5504 | 2024.07.12 00:39:18.302860 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5505 | 2024.07.12 00:39:18.302957 [ 3 ] {fe71ca85-6543-4fef-bda0-2bb4251ff52e} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.003568 sec., 71188.34080717489 rows/sec., 6.28 MiB/sec. | ||
5506 | 2024.07.12 00:39:18.303152 [ 3 ] {fe71ca85-6543-4fef-bda0-2bb4251ff52e} <Debug> DynamicQueryHandler: Done processing query | ||
5507 | 2024.07.12 00:39:18.303177 [ 3 ] {fe71ca85-6543-4fef-bda0-2bb4251ff52e} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
5508 | 2024.07.12 00:39:18.303193 [ 3 ] {} <Debug> HTTP-Session: e3551a92-00e1-474a-9c8c-ef4aafd0e346 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5509 | 2024.07.12 00:39:18.303470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5510 | 2024.07.12 00:39:18.303519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5511 | 2024.07.12 00:39:18.303538 [ 3 ] {} <Debug> HTTP-Session: 1d7faf9a-e40c-4317-a2ad-ee148c7c5a8a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5512 | 2024.07.12 00:39:18.303555 [ 3 ] {} <Debug> HTTP-Session: 1d7faf9a-e40c-4317-a2ad-ee148c7c5a8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5513 | 2024.07.12 00:39:18.303569 [ 3 ] {} <Debug> HTTP-Session: 1d7faf9a-e40c-4317-a2ad-ee148c7c5a8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5514 | 2024.07.12 00:39:18.303601 [ 3 ] {} <Trace> HTTP-Session: 1d7faf9a-e40c-4317-a2ad-ee148c7c5a8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5515 | 2024.07.12 00:39:18.303834 [ 3 ] {bfcb419d-ac28-4971-8728-86e352cefabc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5516 | 2024.07.12 00:39:18.303878 [ 3 ] {bfcb419d-ac28-4971-8728-86e352cefabc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5517 | 2024.07.12 00:39:18.304013 [ 3 ] {bfcb419d-ac28-4971-8728-86e352cefabc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5518 | 2024.07.12 00:39:18.304546 [ 3 ] {bfcb419d-ac28-4971-8728-86e352cefabc} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5519 | 2024.07.12 00:39:18.304582 [ 3 ] {bfcb419d-ac28-4971-8728-86e352cefabc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5520 | 2024.07.12 00:39:18.304929 [ 3 ] {bfcb419d-ac28-4971-8728-86e352cefabc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5521 | 2024.07.12 00:39:18.305238 [ 3 ] {bfcb419d-ac28-4971-8728-86e352cefabc} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5522 | 2024.07.12 00:39:18.305392 [ 3 ] {bfcb419d-ac28-4971-8728-86e352cefabc} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001686 sec., 244958.4816132859 rows/sec., 17.35 MiB/sec. | ||
5523 | 2024.07.12 00:39:18.305551 [ 3 ] {bfcb419d-ac28-4971-8728-86e352cefabc} <Debug> DynamicQueryHandler: Done processing query | ||
5524 | 2024.07.12 00:39:18.305575 [ 3 ] {bfcb419d-ac28-4971-8728-86e352cefabc} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
5525 | 2024.07.12 00:39:18.305590 [ 3 ] {} <Debug> HTTP-Session: 1d7faf9a-e40c-4317-a2ad-ee148c7c5a8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5526 | 2024.07.12 00:39:18.305747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5527 | 2024.07.12 00:39:18.305794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5528 | 2024.07.12 00:39:18.305813 [ 3 ] {} <Debug> HTTP-Session: 708976a0-1334-4bec-98e2-f5a2f632257c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5529 | 2024.07.12 00:39:18.305829 [ 3 ] {} <Debug> HTTP-Session: 708976a0-1334-4bec-98e2-f5a2f632257c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5530 | 2024.07.12 00:39:18.305842 [ 3 ] {} <Debug> HTTP-Session: 708976a0-1334-4bec-98e2-f5a2f632257c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5531 | 2024.07.12 00:39:18.305874 [ 3 ] {} <Trace> HTTP-Session: 708976a0-1334-4bec-98e2-f5a2f632257c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5532 | 2024.07.12 00:39:18.305969 [ 3 ] {a452295d-2aca-427a-8e73-918233173f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5533 | 2024.07.12 00:39:18.306013 [ 3 ] {a452295d-2aca-427a-8e73-918233173f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5534 | 2024.07.12 00:39:18.306142 [ 3 ] {a452295d-2aca-427a-8e73-918233173f0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5535 | 2024.07.12 00:39:18.306445 [ 3 ] {a452295d-2aca-427a-8e73-918233173f0c} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5536 | 2024.07.12 00:39:18.306486 [ 3 ] {a452295d-2aca-427a-8e73-918233173f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5537 | 2024.07.12 00:39:18.306838 [ 3 ] {a452295d-2aca-427a-8e73-918233173f0c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5538 | 2024.07.12 00:39:18.307159 [ 3 ] {a452295d-2aca-427a-8e73-918233173f0c} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5539 | 2024.07.12 00:39:18.307321 [ 3 ] {a452295d-2aca-427a-8e73-918233173f0c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001368 sec., 4385.964912280701 rows/sec., 188.46 KiB/sec. | ||
5540 | 2024.07.12 00:39:18.307651 [ 3 ] {a452295d-2aca-427a-8e73-918233173f0c} <Debug> DynamicQueryHandler: Done processing query | ||
5541 | 2024.07.12 00:39:18.307677 [ 3 ] {a452295d-2aca-427a-8e73-918233173f0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5542 | 2024.07.12 00:39:18.307692 [ 3 ] {} <Debug> HTTP-Session: 708976a0-1334-4bec-98e2-f5a2f632257c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5543 | 2024.07.12 00:39:18.307829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5544 | 2024.07.12 00:39:18.307878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5545 | 2024.07.12 00:39:18.307897 [ 3 ] {} <Debug> HTTP-Session: 0344ef3a-dee5-4e6e-a1b0-d6e6dc4e504c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5546 | 2024.07.12 00:39:18.307913 [ 3 ] {} <Debug> HTTP-Session: 0344ef3a-dee5-4e6e-a1b0-d6e6dc4e504c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5547 | 2024.07.12 00:39:18.307927 [ 3 ] {} <Debug> HTTP-Session: 0344ef3a-dee5-4e6e-a1b0-d6e6dc4e504c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5548 | 2024.07.12 00:39:18.307959 [ 3 ] {} <Trace> HTTP-Session: 0344ef3a-dee5-4e6e-a1b0-d6e6dc4e504c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5549 | 2024.07.12 00:39:18.308081 [ 3 ] {e1619c33-c828-4f67-b9be-9e38bda0cac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5550 | 2024.07.12 00:39:18.308129 [ 3 ] {e1619c33-c828-4f67-b9be-9e38bda0cac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5551 | 2024.07.12 00:39:18.308292 [ 3 ] {e1619c33-c828-4f67-b9be-9e38bda0cac5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5552 | 2024.07.12 00:39:18.308642 [ 3 ] {e1619c33-c828-4f67-b9be-9e38bda0cac5} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5553 | 2024.07.12 00:39:18.308677 [ 3 ] {e1619c33-c828-4f67-b9be-9e38bda0cac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5554 | 2024.07.12 00:39:18.309036 [ 3 ] {e1619c33-c828-4f67-b9be-9e38bda0cac5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5555 | 2024.07.12 00:39:18.309362 [ 3 ] {e1619c33-c828-4f67-b9be-9e38bda0cac5} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5556 | 2024.07.12 00:39:18.309511 [ 3 ] {e1619c33-c828-4f67-b9be-9e38bda0cac5} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001471 sec., 52345.34330387491 rows/sec., 3.22 MiB/sec. | ||
5557 | 2024.07.12 00:39:18.309686 [ 3 ] {e1619c33-c828-4f67-b9be-9e38bda0cac5} <Debug> DynamicQueryHandler: Done processing query | ||
5558 | 2024.07.12 00:39:18.309709 [ 3 ] {e1619c33-c828-4f67-b9be-9e38bda0cac5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5559 | 2024.07.12 00:39:18.309724 [ 3 ] {} <Debug> HTTP-Session: 0344ef3a-dee5-4e6e-a1b0-d6e6dc4e504c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5560 | 2024.07.12 00:39:18.309898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5561 | 2024.07.12 00:39:18.309945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5562 | 2024.07.12 00:39:18.309964 [ 3 ] {} <Debug> HTTP-Session: ff0572e1-d6da-448c-b82d-27d455eda6fd Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5563 | 2024.07.12 00:39:18.309980 [ 3 ] {} <Debug> HTTP-Session: ff0572e1-d6da-448c-b82d-27d455eda6fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5564 | 2024.07.12 00:39:18.309994 [ 3 ] {} <Debug> HTTP-Session: ff0572e1-d6da-448c-b82d-27d455eda6fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5565 | 2024.07.12 00:39:18.310024 [ 3 ] {} <Trace> HTTP-Session: ff0572e1-d6da-448c-b82d-27d455eda6fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5566 | 2024.07.12 00:39:18.310171 [ 3 ] {07374615-1d21-4c3c-a082-4a47ed92cae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5567 | 2024.07.12 00:39:18.310216 [ 3 ] {07374615-1d21-4c3c-a082-4a47ed92cae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5568 | 2024.07.12 00:39:18.310355 [ 3 ] {07374615-1d21-4c3c-a082-4a47ed92cae3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5569 | 2024.07.12 00:39:18.310757 [ 3 ] {07374615-1d21-4c3c-a082-4a47ed92cae3} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5570 | 2024.07.12 00:39:18.310792 [ 3 ] {07374615-1d21-4c3c-a082-4a47ed92cae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5571 | 2024.07.12 00:39:18.311156 [ 3 ] {07374615-1d21-4c3c-a082-4a47ed92cae3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5572 | 2024.07.12 00:39:18.311498 [ 3 ] {07374615-1d21-4c3c-a082-4a47ed92cae3} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5573 | 2024.07.12 00:39:18.311650 [ 3 ] {07374615-1d21-4c3c-a082-4a47ed92cae3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001545 sec., 103559.87055016181 rows/sec., 7.21 MiB/sec. | ||
5574 | 2024.07.12 00:39:18.311823 [ 3 ] {07374615-1d21-4c3c-a082-4a47ed92cae3} <Debug> DynamicQueryHandler: Done processing query | ||
5575 | 2024.07.12 00:39:18.311847 [ 3 ] {07374615-1d21-4c3c-a082-4a47ed92cae3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5576 | 2024.07.12 00:39:18.311862 [ 3 ] {} <Debug> HTTP-Session: ff0572e1-d6da-448c-b82d-27d455eda6fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5577 | 2024.07.12 00:39:18.312028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 50005, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5578 | 2024.07.12 00:39:18.312077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5579 | 2024.07.12 00:39:18.312096 [ 3 ] {} <Debug> HTTP-Session: 5224f90e-8c39-455e-b0d0-794eaafdc3d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5580 | 2024.07.12 00:39:18.312112 [ 3 ] {} <Debug> HTTP-Session: 5224f90e-8c39-455e-b0d0-794eaafdc3d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5581 | 2024.07.12 00:39:18.312126 [ 3 ] {} <Debug> HTTP-Session: 5224f90e-8c39-455e-b0d0-794eaafdc3d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5582 | 2024.07.12 00:39:18.312157 [ 3 ] {} <Trace> HTTP-Session: 5224f90e-8c39-455e-b0d0-794eaafdc3d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5583 | 2024.07.12 00:39:18.312627 [ 3 ] {4cffec39-75b9-4716-997b-aa573b2b086e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5584 | 2024.07.12 00:39:18.312693 [ 3 ] {4cffec39-75b9-4716-997b-aa573b2b086e} <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 | ||
5585 | 2024.07.12 00:39:18.313097 [ 3 ] {4cffec39-75b9-4716-997b-aa573b2b086e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5586 | 2024.07.12 00:39:18.313796 [ 3 ] {4cffec39-75b9-4716-997b-aa573b2b086e} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5587 | 2024.07.12 00:39:18.313832 [ 3 ] {4cffec39-75b9-4716-997b-aa573b2b086e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5588 | 2024.07.12 00:39:18.314496 [ 3 ] {4cffec39-75b9-4716-997b-aa573b2b086e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5589 | 2024.07.12 00:39:18.314900 [ 3 ] {4cffec39-75b9-4716-997b-aa573b2b086e} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5590 | 2024.07.12 00:39:18.315081 [ 3 ] {4cffec39-75b9-4716-997b-aa573b2b086e} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00283 sec., 10954.063604240282 rows/sec., 19.63 MiB/sec. | ||
5591 | 2024.07.12 00:39:18.315306 [ 3 ] {4cffec39-75b9-4716-997b-aa573b2b086e} <Debug> DynamicQueryHandler: Done processing query | ||
5592 | 2024.07.12 00:39:18.315329 [ 3 ] {4cffec39-75b9-4716-997b-aa573b2b086e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5593 | 2024.07.12 00:39:18.315345 [ 3 ] {} <Debug> HTTP-Session: 5224f90e-8c39-455e-b0d0-794eaafdc3d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5594 | 2024.07.12 00:39:18.315471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5595 | 2024.07.12 00:39:18.315519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5596 | 2024.07.12 00:39:18.315537 [ 3 ] {} <Debug> HTTP-Session: 9045d850-a7c7-4ff3-a129-5db67b43e1a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5597 | 2024.07.12 00:39:18.315553 [ 3 ] {} <Debug> HTTP-Session: 9045d850-a7c7-4ff3-a129-5db67b43e1a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5598 | 2024.07.12 00:39:18.315567 [ 3 ] {} <Debug> HTTP-Session: 9045d850-a7c7-4ff3-a129-5db67b43e1a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5599 | 2024.07.12 00:39:18.315598 [ 3 ] {} <Trace> HTTP-Session: 9045d850-a7c7-4ff3-a129-5db67b43e1a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5600 | 2024.07.12 00:39:18.315698 [ 3 ] {ed8910c9-0231-4f35-a0ee-b0c83f069078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5601 | 2024.07.12 00:39:18.315741 [ 3 ] {ed8910c9-0231-4f35-a0ee-b0c83f069078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5602 | 2024.07.12 00:39:18.315868 [ 3 ] {ed8910c9-0231-4f35-a0ee-b0c83f069078} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5603 | 2024.07.12 00:39:18.316149 [ 3 ] {ed8910c9-0231-4f35-a0ee-b0c83f069078} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5604 | 2024.07.12 00:39:18.316185 [ 3 ] {ed8910c9-0231-4f35-a0ee-b0c83f069078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5605 | 2024.07.12 00:39:18.316531 [ 3 ] {ed8910c9-0231-4f35-a0ee-b0c83f069078} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5606 | 2024.07.12 00:39:18.316851 [ 3 ] {ed8910c9-0231-4f35-a0ee-b0c83f069078} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5607 | 2024.07.12 00:39:18.317010 [ 3 ] {ed8910c9-0231-4f35-a0ee-b0c83f069078} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001328 sec., 17319.277108433736 rows/sec., 936.85 KiB/sec. | ||
5608 | 2024.07.12 00:39:18.317323 [ 3 ] {ed8910c9-0231-4f35-a0ee-b0c83f069078} <Debug> DynamicQueryHandler: Done processing query | ||
5609 | 2024.07.12 00:39:18.317347 [ 3 ] {ed8910c9-0231-4f35-a0ee-b0c83f069078} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5610 | 2024.07.12 00:39:18.317364 [ 3 ] {} <Debug> HTTP-Session: 9045d850-a7c7-4ff3-a129-5db67b43e1a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5611 | 2024.07.12 00:39:18.317529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5612 | 2024.07.12 00:39:18.317577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5613 | 2024.07.12 00:39:18.317596 [ 3 ] {} <Debug> HTTP-Session: 94b6308a-7705-4f62-b9a6-8504e763ec2a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5614 | 2024.07.12 00:39:18.317611 [ 3 ] {} <Debug> HTTP-Session: 94b6308a-7705-4f62-b9a6-8504e763ec2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5615 | 2024.07.12 00:39:18.317625 [ 3 ] {} <Debug> HTTP-Session: 94b6308a-7705-4f62-b9a6-8504e763ec2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5616 | 2024.07.12 00:39:18.317656 [ 3 ] {} <Trace> HTTP-Session: 94b6308a-7705-4f62-b9a6-8504e763ec2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5617 | 2024.07.12 00:39:18.317776 [ 3 ] {266cba91-eef9-4d19-aa27-877ddcf383e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5618 | 2024.07.12 00:39:18.317820 [ 3 ] {266cba91-eef9-4d19-aa27-877ddcf383e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5619 | 2024.07.12 00:39:18.317968 [ 3 ] {266cba91-eef9-4d19-aa27-877ddcf383e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5620 | 2024.07.12 00:39:18.318264 [ 3 ] {266cba91-eef9-4d19-aa27-877ddcf383e4} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5621 | 2024.07.12 00:39:18.318299 [ 3 ] {266cba91-eef9-4d19-aa27-877ddcf383e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5622 | 2024.07.12 00:39:18.318656 [ 3 ] {266cba91-eef9-4d19-aa27-877ddcf383e4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5623 | 2024.07.12 00:39:18.318972 [ 3 ] {266cba91-eef9-4d19-aa27-877ddcf383e4} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5624 | 2024.07.12 00:39:18.319130 [ 3 ] {266cba91-eef9-4d19-aa27-877ddcf383e4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 2.91 MiB/sec. | ||
5625 | 2024.07.12 00:39:18.319297 [ 3 ] {266cba91-eef9-4d19-aa27-877ddcf383e4} <Debug> DynamicQueryHandler: Done processing query | ||
5626 | 2024.07.12 00:39:18.319321 [ 3 ] {266cba91-eef9-4d19-aa27-877ddcf383e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5627 | 2024.07.12 00:39:18.319336 [ 3 ] {} <Debug> HTTP-Session: 94b6308a-7705-4f62-b9a6-8504e763ec2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5628 | 2024.07.12 00:39:22.435046 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5629 | 2024.07.12 00:39:22.435112 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5630 | 2024.07.12 00:39:23.289246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5631 | 2024.07.12 00:39:23.289389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5632 | 2024.07.12 00:39:23.289419 [ 3 ] {} <Debug> HTTP-Session: b82f9194-473c-4e10-b07d-43902949d373 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5633 | 2024.07.12 00:39:23.289451 [ 3 ] {} <Debug> HTTP-Session: b82f9194-473c-4e10-b07d-43902949d373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5634 | 2024.07.12 00:39:23.289472 [ 3 ] {} <Debug> HTTP-Session: b82f9194-473c-4e10-b07d-43902949d373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5635 | 2024.07.12 00:39:23.289536 [ 3 ] {} <Trace> HTTP-Session: b82f9194-473c-4e10-b07d-43902949d373 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5636 | 2024.07.12 00:39:23.289787 [ 3 ] {8c82e07b-155c-4de5-af98-9c284dfd42b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5637 | 2024.07.12 00:39:23.289874 [ 3 ] {8c82e07b-155c-4de5-af98-9c284dfd42b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5638 | 2024.07.12 00:39:23.290118 [ 3 ] {8c82e07b-155c-4de5-af98-9c284dfd42b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5639 | 2024.07.12 00:39:23.290592 [ 3 ] {8c82e07b-155c-4de5-af98-9c284dfd42b8} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5640 | 2024.07.12 00:39:23.290634 [ 3 ] {8c82e07b-155c-4de5-af98-9c284dfd42b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5641 | 2024.07.12 00:39:23.291004 [ 3 ] {8c82e07b-155c-4de5-af98-9c284dfd42b8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5642 | 2024.07.12 00:39:23.291335 [ 3 ] {8c82e07b-155c-4de5-af98-9c284dfd42b8} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5643 | 2024.07.12 00:39:23.291513 [ 3 ] {8c82e07b-155c-4de5-af98-9c284dfd42b8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001806 sec., 31007.751937984496 rows/sec., 2.37 MiB/sec. | ||
5644 | 2024.07.12 00:39:23.291819 [ 3 ] {8c82e07b-155c-4de5-af98-9c284dfd42b8} <Debug> DynamicQueryHandler: Done processing query | ||
5645 | 2024.07.12 00:39:23.291851 [ 3 ] {8c82e07b-155c-4de5-af98-9c284dfd42b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5646 | 2024.07.12 00:39:23.291869 [ 3 ] {} <Debug> HTTP-Session: b82f9194-473c-4e10-b07d-43902949d373 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5647 | 2024.07.12 00:39:23.292047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5648 | 2024.07.12 00:39:23.292098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5649 | 2024.07.12 00:39:23.292118 [ 3 ] {} <Debug> HTTP-Session: 7e7dc007-2701-46dc-9854-1790740e163f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5650 | 2024.07.12 00:39:23.292135 [ 3 ] {} <Debug> HTTP-Session: 7e7dc007-2701-46dc-9854-1790740e163f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5651 | 2024.07.12 00:39:23.292150 [ 3 ] {} <Debug> HTTP-Session: 7e7dc007-2701-46dc-9854-1790740e163f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5652 | 2024.07.12 00:39:23.292182 [ 3 ] {} <Trace> HTTP-Session: 7e7dc007-2701-46dc-9854-1790740e163f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5653 | 2024.07.12 00:39:23.292301 [ 3 ] {53042f60-f587-45eb-823b-a1c90f180d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5654 | 2024.07.12 00:39:23.292346 [ 3 ] {53042f60-f587-45eb-823b-a1c90f180d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5655 | 2024.07.12 00:39:23.292493 [ 3 ] {53042f60-f587-45eb-823b-a1c90f180d69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5656 | 2024.07.12 00:39:23.292858 [ 3 ] {53042f60-f587-45eb-823b-a1c90f180d69} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5657 | 2024.07.12 00:39:23.292904 [ 3 ] {53042f60-f587-45eb-823b-a1c90f180d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5658 | 2024.07.12 00:39:23.293261 [ 3 ] {53042f60-f587-45eb-823b-a1c90f180d69} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5659 | 2024.07.12 00:39:23.293623 [ 3 ] {53042f60-f587-45eb-823b-a1c90f180d69} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5660 | 2024.07.12 00:39:23.293805 [ 3 ] {53042f60-f587-45eb-823b-a1c90f180d69} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001537 sec., 41639.55757970072 rows/sec., 3.25 MiB/sec. | ||
5661 | 2024.07.12 00:39:23.294020 [ 3 ] {53042f60-f587-45eb-823b-a1c90f180d69} <Debug> DynamicQueryHandler: Done processing query | ||
5662 | 2024.07.12 00:39:23.294051 [ 3 ] {53042f60-f587-45eb-823b-a1c90f180d69} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5663 | 2024.07.12 00:39:23.294074 [ 3 ] {} <Debug> HTTP-Session: 7e7dc007-2701-46dc-9854-1790740e163f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5664 | 2024.07.12 00:39:23.294293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5665 | 2024.07.12 00:39:23.294351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5666 | 2024.07.12 00:39:23.294375 [ 3 ] {} <Debug> HTTP-Session: 0720c35a-3060-4408-8b72-3f92bbd01e1e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5667 | 2024.07.12 00:39:23.294397 [ 3 ] {} <Debug> HTTP-Session: 0720c35a-3060-4408-8b72-3f92bbd01e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5668 | 2024.07.12 00:39:23.294416 [ 3 ] {} <Debug> HTTP-Session: 0720c35a-3060-4408-8b72-3f92bbd01e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5669 | 2024.07.12 00:39:23.294454 [ 3 ] {} <Trace> HTTP-Session: 0720c35a-3060-4408-8b72-3f92bbd01e1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5670 | 2024.07.12 00:39:23.294647 [ 3 ] {74d1a04a-d0bb-4285-a8a2-e02524235629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5671 | 2024.07.12 00:39:23.294702 [ 3 ] {74d1a04a-d0bb-4285-a8a2-e02524235629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5672 | 2024.07.12 00:39:23.294891 [ 3 ] {74d1a04a-d0bb-4285-a8a2-e02524235629} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5673 | 2024.07.12 00:39:23.296742 [ 3 ] {74d1a04a-d0bb-4285-a8a2-e02524235629} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5674 | 2024.07.12 00:39:23.296792 [ 3 ] {74d1a04a-d0bb-4285-a8a2-e02524235629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5675 | 2024.07.12 00:39:23.297292 [ 3 ] {74d1a04a-d0bb-4285-a8a2-e02524235629} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5676 | 2024.07.12 00:39:23.297726 [ 3 ] {74d1a04a-d0bb-4285-a8a2-e02524235629} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5677 | 2024.07.12 00:39:23.297869 [ 3 ] {74d1a04a-d0bb-4285-a8a2-e02524235629} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003325 sec., 48120.3007518797 rows/sec., 3.35 MiB/sec. | ||
5678 | 2024.07.12 00:39:23.298129 [ 3 ] {74d1a04a-d0bb-4285-a8a2-e02524235629} <Debug> DynamicQueryHandler: Done processing query | ||
5679 | 2024.07.12 00:39:23.298159 [ 3 ] {74d1a04a-d0bb-4285-a8a2-e02524235629} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5680 | 2024.07.12 00:39:23.298179 [ 3 ] {} <Debug> HTTP-Session: 0720c35a-3060-4408-8b72-3f92bbd01e1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5681 | 2024.07.12 00:39:23.298371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5682 | 2024.07.12 00:39:23.298427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5683 | 2024.07.12 00:39:23.298448 [ 3 ] {} <Debug> HTTP-Session: 8473c26d-021c-431c-8e5f-fdc7f4679da8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5684 | 2024.07.12 00:39:23.298467 [ 3 ] {} <Debug> HTTP-Session: 8473c26d-021c-431c-8e5f-fdc7f4679da8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5685 | 2024.07.12 00:39:23.298482 [ 3 ] {} <Debug> HTTP-Session: 8473c26d-021c-431c-8e5f-fdc7f4679da8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5686 | 2024.07.12 00:39:23.298514 [ 3 ] {} <Trace> HTTP-Session: 8473c26d-021c-431c-8e5f-fdc7f4679da8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5687 | 2024.07.12 00:39:23.298649 [ 3 ] {563b1135-fa60-4bb1-b159-cbfa0588d1a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5688 | 2024.07.12 00:39:23.298697 [ 3 ] {563b1135-fa60-4bb1-b159-cbfa0588d1a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5689 | 2024.07.12 00:39:23.298833 [ 3 ] {563b1135-fa60-4bb1-b159-cbfa0588d1a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5690 | 2024.07.12 00:39:23.299146 [ 3 ] {563b1135-fa60-4bb1-b159-cbfa0588d1a5} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5691 | 2024.07.12 00:39:23.299182 [ 3 ] {563b1135-fa60-4bb1-b159-cbfa0588d1a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5692 | 2024.07.12 00:39:23.299538 [ 3 ] {563b1135-fa60-4bb1-b159-cbfa0588d1a5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5693 | 2024.07.12 00:39:23.299855 [ 3 ] {563b1135-fa60-4bb1-b159-cbfa0588d1a5} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5694 | 2024.07.12 00:39:23.300009 [ 3 ] {563b1135-fa60-4bb1-b159-cbfa0588d1a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
5695 | 2024.07.12 00:39:23.300277 [ 3 ] {563b1135-fa60-4bb1-b159-cbfa0588d1a5} <Debug> DynamicQueryHandler: Done processing query | ||
5696 | 2024.07.12 00:39:23.300312 [ 3 ] {563b1135-fa60-4bb1-b159-cbfa0588d1a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5697 | 2024.07.12 00:39:23.300330 [ 3 ] {} <Debug> HTTP-Session: 8473c26d-021c-431c-8e5f-fdc7f4679da8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5698 | 2024.07.12 00:39:28.295703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5699 | 2024.07.12 00:39:28.295829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5700 | 2024.07.12 00:39:28.295854 [ 3 ] {} <Debug> HTTP-Session: ab82e9a2-3faa-4ebb-baae-fd5850bc58f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5701 | 2024.07.12 00:39:28.295878 [ 3 ] {} <Debug> HTTP-Session: ab82e9a2-3faa-4ebb-baae-fd5850bc58f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5702 | 2024.07.12 00:39:28.295893 [ 3 ] {} <Debug> HTTP-Session: ab82e9a2-3faa-4ebb-baae-fd5850bc58f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5703 | 2024.07.12 00:39:28.295942 [ 3 ] {} <Trace> HTTP-Session: ab82e9a2-3faa-4ebb-baae-fd5850bc58f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5704 | 2024.07.12 00:39:28.296132 [ 3 ] {34e4c511-7b8b-40ea-885f-2b157f6fcc81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5705 | 2024.07.12 00:39:28.296198 [ 3 ] {34e4c511-7b8b-40ea-885f-2b157f6fcc81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5706 | 2024.07.12 00:39:28.296396 [ 3 ] {34e4c511-7b8b-40ea-885f-2b157f6fcc81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5707 | 2024.07.12 00:39:28.296803 [ 3 ] {34e4c511-7b8b-40ea-885f-2b157f6fcc81} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5708 | 2024.07.12 00:39:28.296843 [ 3 ] {34e4c511-7b8b-40ea-885f-2b157f6fcc81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5709 | 2024.07.12 00:39:28.297203 [ 3 ] {34e4c511-7b8b-40ea-885f-2b157f6fcc81} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5710 | 2024.07.12 00:39:28.297542 [ 3 ] {34e4c511-7b8b-40ea-885f-2b157f6fcc81} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5711 | 2024.07.12 00:39:28.297681 [ 3 ] {34e4c511-7b8b-40ea-885f-2b157f6fcc81} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001611 sec., 22967.10117939168 rows/sec., 1.73 MiB/sec. | ||
5712 | 2024.07.12 00:39:28.297860 [ 3 ] {34e4c511-7b8b-40ea-885f-2b157f6fcc81} <Debug> DynamicQueryHandler: Done processing query | ||
5713 | 2024.07.12 00:39:28.297886 [ 3 ] {34e4c511-7b8b-40ea-885f-2b157f6fcc81} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5714 | 2024.07.12 00:39:28.297902 [ 3 ] {} <Debug> HTTP-Session: ab82e9a2-3faa-4ebb-baae-fd5850bc58f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5715 | 2024.07.12 00:39:28.298096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5716 | 2024.07.12 00:39:28.298144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5717 | 2024.07.12 00:39:28.298162 [ 3 ] {} <Debug> HTTP-Session: 3ce7bbfe-a0f8-4cc6-b0f6-2c4d6f264e14 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5718 | 2024.07.12 00:39:28.298179 [ 3 ] {} <Debug> HTTP-Session: 3ce7bbfe-a0f8-4cc6-b0f6-2c4d6f264e14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5719 | 2024.07.12 00:39:28.298193 [ 3 ] {} <Debug> HTTP-Session: 3ce7bbfe-a0f8-4cc6-b0f6-2c4d6f264e14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5720 | 2024.07.12 00:39:28.298223 [ 3 ] {} <Trace> HTTP-Session: 3ce7bbfe-a0f8-4cc6-b0f6-2c4d6f264e14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5721 | 2024.07.12 00:39:28.298388 [ 3 ] {a3d3492b-7cb9-4625-866f-4d38f94fd047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5722 | 2024.07.12 00:39:28.298431 [ 3 ] {a3d3492b-7cb9-4625-866f-4d38f94fd047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5723 | 2024.07.12 00:39:28.298551 [ 3 ] {a3d3492b-7cb9-4625-866f-4d38f94fd047} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5724 | 2024.07.12 00:39:28.299046 [ 3 ] {a3d3492b-7cb9-4625-866f-4d38f94fd047} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5725 | 2024.07.12 00:39:28.299080 [ 3 ] {a3d3492b-7cb9-4625-866f-4d38f94fd047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5726 | 2024.07.12 00:39:28.299462 [ 3 ] {a3d3492b-7cb9-4625-866f-4d38f94fd047} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5727 | 2024.07.12 00:39:28.299772 [ 3 ] {a3d3492b-7cb9-4625-866f-4d38f94fd047} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5728 | 2024.07.12 00:39:28.299892 [ 3 ] {a3d3492b-7cb9-4625-866f-4d38f94fd047} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.001589 sec., 159848.96161107617 rows/sec., 14.10 MiB/sec. | ||
5729 | 2024.07.12 00:39:28.299896 [ 107 ] {} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5730 | 2024.07.12 00:39:28.299953 [ 107 ] {} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5731 | 2024.07.12 00:39:28.299983 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5732 | 2024.07.12 00:39:28.300138 [ 3 ] {a3d3492b-7cb9-4625-866f-4d38f94fd047} <Debug> DynamicQueryHandler: Done processing query | ||
5733 | 2024.07.12 00:39:28.300223 [ 3 ] {a3d3492b-7cb9-4625-866f-4d38f94fd047} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
5734 | 2024.07.12 00:39:28.300291 [ 3 ] {} <Debug> HTTP-Session: 3ce7bbfe-a0f8-4cc6-b0f6-2c4d6f264e14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5735 | 2024.07.12 00:39:28.300316 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::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 | ||
5736 | 2024.07.12 00:39:28.300660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5737 | 2024.07.12 00:39:28.300773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5738 | 2024.07.12 00:39:28.300775 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5739 | 2024.07.12 00:39:28.300799 [ 3 ] {} <Debug> HTTP-Session: 5703e97f-3871-4cae-ba1b-940c01733b92 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5740 | 2024.07.12 00:39:28.300855 [ 3 ] {} <Debug> HTTP-Session: 5703e97f-3871-4cae-ba1b-940c01733b92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5741 | 2024.07.12 00:39:28.300863 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 298 rows starting from the beginning of the part | ||
5742 | 2024.07.12 00:39:28.300882 [ 3 ] {} <Debug> HTTP-Session: 5703e97f-3871-4cae-ba1b-940c01733b92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5743 | 2024.07.12 00:39:28.300955 [ 3 ] {} <Trace> HTTP-Session: 5703e97f-3871-4cae-ba1b-940c01733b92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5744 | 2024.07.12 00:39:28.301097 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 254 rows starting from the beginning of the part | ||
5745 | 2024.07.12 00:39:28.301366 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part | ||
5746 | 2024.07.12 00:39:28.301493 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 254 rows starting from the beginning of the part | ||
5747 | 2024.07.12 00:39:28.301692 [ 3 ] {68a1d0cd-2d59-405c-be5d-7d8698856576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5748 | 2024.07.12 00:39:28.301714 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
5749 | 2024.07.12 00:39:28.301823 [ 3 ] {68a1d0cd-2d59-405c-be5d-7d8698856576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5750 | 2024.07.12 00:39:28.301970 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 254 rows starting from the beginning of the part | ||
5751 | 2024.07.12 00:39:28.302662 [ 3 ] {68a1d0cd-2d59-405c-be5d-7d8698856576} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5752 | 2024.07.12 00:39:28.304298 [ 3 ] {68a1d0cd-2d59-405c-be5d-7d8698856576} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5753 | 2024.07.12 00:39:28.304371 [ 3 ] {68a1d0cd-2d59-405c-be5d-7d8698856576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5754 | 2024.07.12 00:39:28.305131 [ 3 ] {68a1d0cd-2d59-405c-be5d-7d8698856576} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5755 | 2024.07.12 00:39:28.305186 [ 188 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1172 rows, containing 4 columns (4 merged, 0 gathered) in 0.005108798 sec., 229408.1699844073 rows/sec., 19.85 MiB/sec. | ||
5756 | 2024.07.12 00:39:28.305464 [ 188 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5757 | 2024.07.12 00:39:28.305772 [ 3 ] {68a1d0cd-2d59-405c-be5d-7d8698856576} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5758 | 2024.07.12 00:39:28.306103 [ 107 ] {} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5759 | 2024.07.12 00:39:28.306140 [ 3 ] {68a1d0cd-2d59-405c-be5d-7d8698856576} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.004863 sec., 84926.99979436562 rows/sec., 6.02 MiB/sec. | ||
5760 | 2024.07.12 00:39:28.306200 [ 107 ] {} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5761 | 2024.07.12 00:39:28.306291 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5762 | 2024.07.12 00:39:28.306547 [ 188 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_31_6} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5763 | 2024.07.12 00:39:28.306623 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
5764 | 2024.07.12 00:39:28.306689 [ 3 ] {68a1d0cd-2d59-405c-be5d-7d8698856576} <Debug> DynamicQueryHandler: Done processing query | ||
5765 | 2024.07.12 00:39:28.306756 [ 3 ] {68a1d0cd-2d59-405c-be5d-7d8698856576} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
5766 | 2024.07.12 00:39:28.306789 [ 188 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_31_6} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5767 | 2024.07.12 00:39:28.306830 [ 3 ] {} <Debug> HTTP-Session: 5703e97f-3871-4cae-ba1b-940c01733b92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5768 | 2024.07.12 00:39:28.306996 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5769 | 2024.07.12 00:39:28.306997 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
5770 | 2024.07.12 00:39:28.307036 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 471 rows starting from the beginning of the part | ||
5771 | 2024.07.12 00:39:28.307091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5772 | 2024.07.12 00:39:28.307253 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 413 rows starting from the beginning of the part | ||
5773 | 2024.07.12 00:39:28.307293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5774 | 2024.07.12 00:39:28.307402 [ 3 ] {} <Debug> HTTP-Session: 2b504db5-61a4-48e9-8dcd-7740d8523dbd Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5775 | 2024.07.12 00:39:28.307490 [ 3 ] {} <Debug> HTTP-Session: 2b504db5-61a4-48e9-8dcd-7740d8523dbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5776 | 2024.07.12 00:39:28.307566 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part | ||
5777 | 2024.07.12 00:39:28.307571 [ 3 ] {} <Debug> HTTP-Session: 2b504db5-61a4-48e9-8dcd-7740d8523dbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5778 | 2024.07.12 00:39:28.307723 [ 3 ] {} <Trace> HTTP-Session: 2b504db5-61a4-48e9-8dcd-7740d8523dbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5779 | 2024.07.12 00:39:28.307815 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 413 rows starting from the beginning of the part | ||
5780 | 2024.07.12 00:39:28.307987 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
5781 | 2024.07.12 00:39:28.308326 [ 3 ] {4c4e32d4-e0dc-491c-843c-998c9a5d4a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5782 | 2024.07.12 00:39:28.308354 [ 200 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 413 rows starting from the beginning of the part | ||
5783 | 2024.07.12 00:39:28.308544 [ 3 ] {4c4e32d4-e0dc-491c-843c-998c9a5d4a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5784 | 2024.07.12 00:39:28.309124 [ 3 ] {4c4e32d4-e0dc-491c-843c-998c9a5d4a90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5785 | 2024.07.12 00:39:28.309779 [ 3 ] {4c4e32d4-e0dc-491c-843c-998c9a5d4a90} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5786 | 2024.07.12 00:39:28.309842 [ 3 ] {4c4e32d4-e0dc-491c-843c-998c9a5d4a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5787 | 2024.07.12 00:39:28.310739 [ 3 ] {4c4e32d4-e0dc-491c-843c-998c9a5d4a90} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5788 | 2024.07.12 00:39:28.311362 [ 187 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1838 rows, containing 4 columns (4 merged, 0 gathered) in 0.004907195 sec., 374552.06080051843 rows/sec., 26.81 MiB/sec. | ||
5789 | 2024.07.12 00:39:28.311390 [ 3 ] {4c4e32d4-e0dc-491c-843c-998c9a5d4a90} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5790 | 2024.07.12 00:39:28.311602 [ 192 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5791 | 2024.07.12 00:39:28.311610 [ 3 ] {4c4e32d4-e0dc-491c-843c-998c9a5d4a90} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003589 sec., 1671.7748676511562 rows/sec., 71.83 KiB/sec. | ||
5792 | 2024.07.12 00:39:28.312013 [ 3 ] {4c4e32d4-e0dc-491c-843c-998c9a5d4a90} <Debug> DynamicQueryHandler: Done processing query | ||
5793 | 2024.07.12 00:39:28.312076 [ 3 ] {4c4e32d4-e0dc-491c-843c-998c9a5d4a90} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5794 | 2024.07.12 00:39:28.312127 [ 3 ] {} <Debug> HTTP-Session: 2b504db5-61a4-48e9-8dcd-7740d8523dbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5795 | 2024.07.12 00:39:28.312328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5796 | 2024.07.12 00:39:28.312353 [ 192 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_31_6} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5797 | 2024.07.12 00:39:28.312432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5798 | 2024.07.12 00:39:28.312482 [ 3 ] {} <Debug> HTTP-Session: 27b5356c-ba06-4275-aa1a-97418dc9a774 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5799 | 2024.07.12 00:39:28.312504 [ 3 ] {} <Debug> HTTP-Session: 27b5356c-ba06-4275-aa1a-97418dc9a774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5800 | 2024.07.12 00:39:28.312524 [ 192 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_31_6} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5801 | 2024.07.12 00:39:28.312531 [ 3 ] {} <Debug> HTTP-Session: 27b5356c-ba06-4275-aa1a-97418dc9a774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5802 | 2024.07.12 00:39:28.312618 [ 3 ] {} <Trace> HTTP-Session: 27b5356c-ba06-4275-aa1a-97418dc9a774 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5803 | 2024.07.12 00:39:28.312670 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
5804 | 2024.07.12 00:39:28.312828 [ 3 ] {90bc8911-d2a2-46c5-8f4f-71e9fe23d0de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5805 | 2024.07.12 00:39:28.312882 [ 3 ] {90bc8911-d2a2-46c5-8f4f-71e9fe23d0de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5806 | 2024.07.12 00:39:28.313046 [ 3 ] {90bc8911-d2a2-46c5-8f4f-71e9fe23d0de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5807 | 2024.07.12 00:39:28.313372 [ 3 ] {90bc8911-d2a2-46c5-8f4f-71e9fe23d0de} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5808 | 2024.07.12 00:39:28.313409 [ 3 ] {90bc8911-d2a2-46c5-8f4f-71e9fe23d0de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5809 | 2024.07.12 00:39:28.313806 [ 3 ] {90bc8911-d2a2-46c5-8f4f-71e9fe23d0de} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5810 | 2024.07.12 00:39:28.314156 [ 3 ] {90bc8911-d2a2-46c5-8f4f-71e9fe23d0de} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5811 | 2024.07.12 00:39:28.314293 [ 3 ] {90bc8911-d2a2-46c5-8f4f-71e9fe23d0de} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001544 sec., 49870.466321243526 rows/sec., 3.07 MiB/sec. | ||
5812 | 2024.07.12 00:39:28.314454 [ 3 ] {90bc8911-d2a2-46c5-8f4f-71e9fe23d0de} <Debug> DynamicQueryHandler: Done processing query | ||
5813 | 2024.07.12 00:39:28.314478 [ 3 ] {90bc8911-d2a2-46c5-8f4f-71e9fe23d0de} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5814 | 2024.07.12 00:39:28.314500 [ 3 ] {} <Debug> HTTP-Session: 27b5356c-ba06-4275-aa1a-97418dc9a774 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5815 | 2024.07.12 00:39:28.314728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5816 | 2024.07.12 00:39:28.314777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5817 | 2024.07.12 00:39:28.314795 [ 3 ] {} <Debug> HTTP-Session: 3386855e-a976-497a-a5d8-906bbc0c057a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5818 | 2024.07.12 00:39:28.314815 [ 3 ] {} <Debug> HTTP-Session: 3386855e-a976-497a-a5d8-906bbc0c057a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5819 | 2024.07.12 00:39:28.314834 [ 3 ] {} <Debug> HTTP-Session: 3386855e-a976-497a-a5d8-906bbc0c057a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5820 | 2024.07.12 00:39:28.314865 [ 3 ] {} <Trace> HTTP-Session: 3386855e-a976-497a-a5d8-906bbc0c057a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5821 | 2024.07.12 00:39:28.315032 [ 3 ] {2a5f50fa-e314-426c-8f10-a41faabbd641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5822 | 2024.07.12 00:39:28.315079 [ 3 ] {2a5f50fa-e314-426c-8f10-a41faabbd641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5823 | 2024.07.12 00:39:28.315216 [ 3 ] {2a5f50fa-e314-426c-8f10-a41faabbd641} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5824 | 2024.07.12 00:39:28.315606 [ 3 ] {2a5f50fa-e314-426c-8f10-a41faabbd641} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5825 | 2024.07.12 00:39:28.315642 [ 3 ] {2a5f50fa-e314-426c-8f10-a41faabbd641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5826 | 2024.07.12 00:39:28.316016 [ 3 ] {2a5f50fa-e314-426c-8f10-a41faabbd641} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5827 | 2024.07.12 00:39:28.316361 [ 3 ] {2a5f50fa-e314-426c-8f10-a41faabbd641} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5828 | 2024.07.12 00:39:28.316486 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5829 | 2024.07.12 00:39:28.316492 [ 3 ] {2a5f50fa-e314-426c-8f10-a41faabbd641} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001544 sec., 103626.94300518134 rows/sec., 7.22 MiB/sec. | ||
5830 | 2024.07.12 00:39:28.316518 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5831 | 2024.07.12 00:39:28.316553 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5832 | 2024.07.12 00:39:28.316745 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
5833 | 2024.07.12 00:39:28.316762 [ 3 ] {2a5f50fa-e314-426c-8f10-a41faabbd641} <Debug> DynamicQueryHandler: Done processing query | ||
5834 | 2024.07.12 00:39:28.316823 [ 3 ] {2a5f50fa-e314-426c-8f10-a41faabbd641} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5835 | 2024.07.12 00:39:28.316855 [ 3 ] {} <Debug> HTTP-Session: 3386855e-a976-497a-a5d8-906bbc0c057a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5836 | 2024.07.12 00:39:28.316991 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5837 | 2024.07.12 00:39:28.317041 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4322 rows starting from the beginning of the part | ||
5838 | 2024.07.12 00:39:28.317098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 50016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5839 | 2024.07.12 00:39:28.317290 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
5840 | 2024.07.12 00:39:28.317295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5841 | 2024.07.12 00:39:28.317440 [ 3 ] {} <Debug> HTTP-Session: afdcb730-076d-47d0-9daa-ab7bc02d08df Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5842 | 2024.07.12 00:39:28.317524 [ 3 ] {} <Debug> HTTP-Session: afdcb730-076d-47d0-9daa-ab7bc02d08df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5843 | 2024.07.12 00:39:28.317555 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
5844 | 2024.07.12 00:39:28.317586 [ 3 ] {} <Debug> HTTP-Session: afdcb730-076d-47d0-9daa-ab7bc02d08df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5845 | 2024.07.12 00:39:28.317773 [ 3 ] {} <Trace> HTTP-Session: afdcb730-076d-47d0-9daa-ab7bc02d08df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5846 | 2024.07.12 00:39:28.317805 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
5847 | 2024.07.12 00:39:28.318075 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
5848 | 2024.07.12 00:39:28.318232 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
5849 | 2024.07.12 00:39:28.318546 [ 3 ] {8ab1417e-a8ad-4231-a180-2e2cdc776af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5850 | 2024.07.12 00:39:28.318697 [ 3 ] {8ab1417e-a8ad-4231-a180-2e2cdc776af9} <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 | ||
5851 | 2024.07.12 00:39:28.319914 [ 3 ] {8ab1417e-a8ad-4231-a180-2e2cdc776af9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5852 | 2024.07.12 00:39:28.321335 [ 3 ] {8ab1417e-a8ad-4231-a180-2e2cdc776af9} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5853 | 2024.07.12 00:39:28.321545 [ 3 ] {8ab1417e-a8ad-4231-a180-2e2cdc776af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5854 | 2024.07.12 00:39:28.322634 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5122 rows, containing 5 columns (5 merged, 0 gathered) in 0.005978432 sec., 856746.3843362273 rows/sec., 59.71 MiB/sec. | ||
5855 | 2024.07.12 00:39:28.322739 [ 3 ] {8ab1417e-a8ad-4231-a180-2e2cdc776af9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5856 | 2024.07.12 00:39:28.323137 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5857 | 2024.07.12 00:39:28.323491 [ 3 ] {8ab1417e-a8ad-4231-a180-2e2cdc776af9} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5858 | 2024.07.12 00:39:28.324057 [ 3 ] {8ab1417e-a8ad-4231-a180-2e2cdc776af9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005922 sec., 5234.718000675447 rows/sec., 9.38 MiB/sec. | ||
5859 | 2024.07.12 00:39:28.324452 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5860 | 2024.07.12 00:39:28.324710 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5861 | 2024.07.12 00:39:28.324878 [ 3 ] {8ab1417e-a8ad-4231-a180-2e2cdc776af9} <Debug> DynamicQueryHandler: Done processing query | ||
5862 | 2024.07.12 00:39:28.324886 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
5863 | 2024.07.12 00:39:28.324920 [ 3 ] {8ab1417e-a8ad-4231-a180-2e2cdc776af9} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5864 | 2024.07.12 00:39:28.324962 [ 3 ] {} <Debug> HTTP-Session: afdcb730-076d-47d0-9daa-ab7bc02d08df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5865 | 2024.07.12 00:39:28.325099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5866 | 2024.07.12 00:39:28.325150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5867 | 2024.07.12 00:39:28.325170 [ 3 ] {} <Debug> HTTP-Session: 3758ef79-7d7e-4b3c-bbb0-f6c9fe2575c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5868 | 2024.07.12 00:39:28.325187 [ 3 ] {} <Debug> HTTP-Session: 3758ef79-7d7e-4b3c-bbb0-f6c9fe2575c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5869 | 2024.07.12 00:39:28.325200 [ 3 ] {} <Debug> HTTP-Session: 3758ef79-7d7e-4b3c-bbb0-f6c9fe2575c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5870 | 2024.07.12 00:39:28.325232 [ 3 ] {} <Trace> HTTP-Session: 3758ef79-7d7e-4b3c-bbb0-f6c9fe2575c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5871 | 2024.07.12 00:39:28.325355 [ 3 ] {bac40fe4-610a-4924-8148-9da74b0f37a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5872 | 2024.07.12 00:39:28.325404 [ 3 ] {bac40fe4-610a-4924-8148-9da74b0f37a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5873 | 2024.07.12 00:39:28.325553 [ 3 ] {bac40fe4-610a-4924-8148-9da74b0f37a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5874 | 2024.07.12 00:39:28.325861 [ 3 ] {bac40fe4-610a-4924-8148-9da74b0f37a3} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5875 | 2024.07.12 00:39:28.325897 [ 3 ] {bac40fe4-610a-4924-8148-9da74b0f37a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5876 | 2024.07.12 00:39:28.326274 [ 3 ] {bac40fe4-610a-4924-8148-9da74b0f37a3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5877 | 2024.07.12 00:39:28.326622 [ 3 ] {bac40fe4-610a-4924-8148-9da74b0f37a3} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5878 | 2024.07.12 00:39:28.326756 [ 3 ] {bac40fe4-610a-4924-8148-9da74b0f37a3} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001437 sec., 16005.567153792625 rows/sec., 865.79 KiB/sec. | ||
5879 | 2024.07.12 00:39:28.326924 [ 3 ] {bac40fe4-610a-4924-8148-9da74b0f37a3} <Debug> DynamicQueryHandler: Done processing query | ||
5880 | 2024.07.12 00:39:28.326949 [ 3 ] {bac40fe4-610a-4924-8148-9da74b0f37a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5881 | 2024.07.12 00:39:28.326964 [ 3 ] {} <Debug> HTTP-Session: 3758ef79-7d7e-4b3c-bbb0-f6c9fe2575c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5882 | 2024.07.12 00:39:28.327101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5883 | 2024.07.12 00:39:28.327150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5884 | 2024.07.12 00:39:28.327169 [ 3 ] {} <Debug> HTTP-Session: 219a7454-958b-4640-8f1b-838bf993c3f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5885 | 2024.07.12 00:39:28.327186 [ 3 ] {} <Debug> HTTP-Session: 219a7454-958b-4640-8f1b-838bf993c3f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5886 | 2024.07.12 00:39:28.327204 [ 3 ] {} <Debug> HTTP-Session: 219a7454-958b-4640-8f1b-838bf993c3f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5887 | 2024.07.12 00:39:28.327235 [ 3 ] {} <Trace> HTTP-Session: 219a7454-958b-4640-8f1b-838bf993c3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5888 | 2024.07.12 00:39:28.327361 [ 3 ] {21670247-0115-46df-afcf-2f144fcf5e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5889 | 2024.07.12 00:39:28.327406 [ 3 ] {21670247-0115-46df-afcf-2f144fcf5e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5890 | 2024.07.12 00:39:28.327537 [ 3 ] {21670247-0115-46df-afcf-2f144fcf5e0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5891 | 2024.07.12 00:39:28.327852 [ 3 ] {21670247-0115-46df-afcf-2f144fcf5e0f} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5892 | 2024.07.12 00:39:28.327889 [ 3 ] {21670247-0115-46df-afcf-2f144fcf5e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5893 | 2024.07.12 00:39:28.328257 [ 3 ] {21670247-0115-46df-afcf-2f144fcf5e0f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5894 | 2024.07.12 00:39:28.328601 [ 3 ] {21670247-0115-46df-afcf-2f144fcf5e0f} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5895 | 2024.07.12 00:39:28.328724 [ 107 ] {} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5896 | 2024.07.12 00:39:28.328730 [ 3 ] {21670247-0115-46df-afcf-2f144fcf5e0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
5897 | 2024.07.12 00:39:28.328757 [ 107 ] {} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5898 | 2024.07.12 00:39:28.328790 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5899 | 2024.07.12 00:39:28.328915 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
5900 | 2024.07.12 00:39:28.328945 [ 3 ] {21670247-0115-46df-afcf-2f144fcf5e0f} <Debug> DynamicQueryHandler: Done processing query | ||
5901 | 2024.07.12 00:39:28.328972 [ 3 ] {21670247-0115-46df-afcf-2f144fcf5e0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5902 | 2024.07.12 00:39:28.328996 [ 3 ] {} <Debug> HTTP-Session: 219a7454-958b-4640-8f1b-838bf993c3f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5903 | 2024.07.12 00:39:28.329081 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5904 | 2024.07.12 00:39:28.329117 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1488 rows starting from the beginning of the part | ||
5905 | 2024.07.12 00:39:28.329228 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
5906 | 2024.07.12 00:39:28.329404 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
5907 | 2024.07.12 00:39:28.329602 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
5908 | 2024.07.12 00:39:28.329706 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
5909 | 2024.07.12 00:39:28.329931 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
5910 | 2024.07.12 00:39:28.331192 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1788 rows, containing 4 columns (4 merged, 0 gathered) in 0.002336976 sec., 765091.2974716043 rows/sec., 51.57 MiB/sec. | ||
5911 | 2024.07.12 00:39:28.331434 [ 194 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5912 | 2024.07.12 00:39:28.331834 [ 194 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_31_6} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5913 | 2024.07.12 00:39:28.331916 [ 194 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_31_6} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5914 | 2024.07.12 00:39:28.331998 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
5915 | 2024.07.12 00:39:33.291158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 12737, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5916 | 2024.07.12 00:39:33.291294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5917 | 2024.07.12 00:39:33.291324 [ 3 ] {} <Debug> HTTP-Session: 8112954f-3779-40fe-b41d-ee500a0fa550 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5918 | 2024.07.12 00:39:33.291349 [ 3 ] {} <Debug> HTTP-Session: 8112954f-3779-40fe-b41d-ee500a0fa550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5919 | 2024.07.12 00:39:33.291364 [ 3 ] {} <Debug> HTTP-Session: 8112954f-3779-40fe-b41d-ee500a0fa550 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5920 | 2024.07.12 00:39:33.291415 [ 3 ] {} <Trace> HTTP-Session: 8112954f-3779-40fe-b41d-ee500a0fa550 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5921 | 2024.07.12 00:39:33.291632 [ 3 ] {b9fae4b3-8151-4b87-88ae-4de10e797a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5922 | 2024.07.12 00:39:33.291705 [ 3 ] {b9fae4b3-8151-4b87-88ae-4de10e797a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5923 | 2024.07.12 00:39:33.291901 [ 3 ] {b9fae4b3-8151-4b87-88ae-4de10e797a38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5924 | 2024.07.12 00:39:33.292428 [ 3 ] {b9fae4b3-8151-4b87-88ae-4de10e797a38} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5925 | 2024.07.12 00:39:33.292475 [ 3 ] {b9fae4b3-8151-4b87-88ae-4de10e797a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5926 | 2024.07.12 00:39:33.292891 [ 3 ] {b9fae4b3-8151-4b87-88ae-4de10e797a38} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5927 | 2024.07.12 00:39:33.293258 [ 3 ] {b9fae4b3-8151-4b87-88ae-4de10e797a38} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5928 | 2024.07.12 00:39:33.293455 [ 3 ] {b9fae4b3-8151-4b87-88ae-4de10e797a38} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001888 sec., 48728.813559322036 rows/sec., 3.69 MiB/sec. | ||
5929 | 2024.07.12 00:39:33.293811 [ 3 ] {b9fae4b3-8151-4b87-88ae-4de10e797a38} <Debug> DynamicQueryHandler: Done processing query | ||
5930 | 2024.07.12 00:39:33.293844 [ 3 ] {b9fae4b3-8151-4b87-88ae-4de10e797a38} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5931 | 2024.07.12 00:39:33.293862 [ 3 ] {} <Debug> HTTP-Session: 8112954f-3779-40fe-b41d-ee500a0fa550 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5932 | 2024.07.12 00:39:33.294013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5933 | 2024.07.12 00:39:33.294073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5934 | 2024.07.12 00:39:33.294095 [ 3 ] {} <Debug> HTTP-Session: ecc39542-c997-4012-9457-0b3d116b70e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5935 | 2024.07.12 00:39:33.294117 [ 3 ] {} <Debug> HTTP-Session: ecc39542-c997-4012-9457-0b3d116b70e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5936 | 2024.07.12 00:39:33.294131 [ 3 ] {} <Debug> HTTP-Session: ecc39542-c997-4012-9457-0b3d116b70e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5937 | 2024.07.12 00:39:33.294167 [ 3 ] {} <Trace> HTTP-Session: ecc39542-c997-4012-9457-0b3d116b70e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5938 | 2024.07.12 00:39:33.294308 [ 3 ] {236bb572-9316-4455-8162-7d69dfbe3a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5939 | 2024.07.12 00:39:33.294358 [ 3 ] {236bb572-9316-4455-8162-7d69dfbe3a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5940 | 2024.07.12 00:39:33.294510 [ 3 ] {236bb572-9316-4455-8162-7d69dfbe3a9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5941 | 2024.07.12 00:39:33.294909 [ 3 ] {236bb572-9316-4455-8162-7d69dfbe3a9c} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5942 | 2024.07.12 00:39:33.294950 [ 3 ] {236bb572-9316-4455-8162-7d69dfbe3a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5943 | 2024.07.12 00:39:33.295283 [ 3 ] {236bb572-9316-4455-8162-7d69dfbe3a9c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5944 | 2024.07.12 00:39:33.295609 [ 3 ] {236bb572-9316-4455-8162-7d69dfbe3a9c} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5945 | 2024.07.12 00:39:33.295767 [ 3 ] {236bb572-9316-4455-8162-7d69dfbe3a9c} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001505 sec., 58471.76079734219 rows/sec., 4.55 MiB/sec. | ||
5946 | 2024.07.12 00:39:33.295973 [ 3 ] {236bb572-9316-4455-8162-7d69dfbe3a9c} <Debug> DynamicQueryHandler: Done processing query | ||
5947 | 2024.07.12 00:39:33.295999 [ 3 ] {236bb572-9316-4455-8162-7d69dfbe3a9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5948 | 2024.07.12 00:39:33.296015 [ 3 ] {} <Debug> HTTP-Session: ecc39542-c997-4012-9457-0b3d116b70e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5949 | 2024.07.12 00:39:33.296163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 37201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5950 | 2024.07.12 00:39:33.296217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5951 | 2024.07.12 00:39:33.296240 [ 3 ] {} <Debug> HTTP-Session: 4ac274bb-62b1-444e-8092-cbce10c46356 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5952 | 2024.07.12 00:39:33.296260 [ 3 ] {} <Debug> HTTP-Session: 4ac274bb-62b1-444e-8092-cbce10c46356 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5953 | 2024.07.12 00:39:33.296275 [ 3 ] {} <Debug> HTTP-Session: 4ac274bb-62b1-444e-8092-cbce10c46356 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5954 | 2024.07.12 00:39:33.296308 [ 3 ] {} <Trace> HTTP-Session: 4ac274bb-62b1-444e-8092-cbce10c46356 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5955 | 2024.07.12 00:39:33.296471 [ 3 ] {f38f3f2b-d4fa-4797-b3eb-b124a0321f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5956 | 2024.07.12 00:39:33.296523 [ 3 ] {f38f3f2b-d4fa-4797-b3eb-b124a0321f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5957 | 2024.07.12 00:39:33.296673 [ 3 ] {f38f3f2b-d4fa-4797-b3eb-b124a0321f5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5958 | 2024.07.12 00:39:33.297101 [ 3 ] {f38f3f2b-d4fa-4797-b3eb-b124a0321f5a} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5959 | 2024.07.12 00:39:33.297140 [ 3 ] {f38f3f2b-d4fa-4797-b3eb-b124a0321f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5960 | 2024.07.12 00:39:33.297547 [ 3 ] {f38f3f2b-d4fa-4797-b3eb-b124a0321f5a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5961 | 2024.07.12 00:39:33.297906 [ 3 ] {f38f3f2b-d4fa-4797-b3eb-b124a0321f5a} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5962 | 2024.07.12 00:39:33.298071 [ 3 ] {f38f3f2b-d4fa-4797-b3eb-b124a0321f5a} <Debug> executeQuery: Read 194 rows, 13.86 KiB in 0.001671 sec., 116098.144823459 rows/sec., 8.10 MiB/sec. | ||
5963 | 2024.07.12 00:39:33.298251 [ 3 ] {f38f3f2b-d4fa-4797-b3eb-b124a0321f5a} <Debug> DynamicQueryHandler: Done processing query | ||
5964 | 2024.07.12 00:39:33.298277 [ 3 ] {f38f3f2b-d4fa-4797-b3eb-b124a0321f5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5965 | 2024.07.12 00:39:33.298293 [ 3 ] {} <Debug> HTTP-Session: 4ac274bb-62b1-444e-8092-cbce10c46356 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5966 | 2024.07.12 00:39:33.298421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 8822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5967 | 2024.07.12 00:39:33.298473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5968 | 2024.07.12 00:39:33.298497 [ 3 ] {} <Debug> HTTP-Session: b9fd2bd2-2635-4b6f-b954-b4824671a578 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5969 | 2024.07.12 00:39:33.298519 [ 3 ] {} <Debug> HTTP-Session: b9fd2bd2-2635-4b6f-b954-b4824671a578 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5970 | 2024.07.12 00:39:33.298533 [ 3 ] {} <Debug> HTTP-Session: b9fd2bd2-2635-4b6f-b954-b4824671a578 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5971 | 2024.07.12 00:39:33.298564 [ 3 ] {} <Trace> HTTP-Session: b9fd2bd2-2635-4b6f-b954-b4824671a578 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5972 | 2024.07.12 00:39:33.298684 [ 3 ] {e36915fe-3d92-4bde-98c4-9470126ecca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5973 | 2024.07.12 00:39:33.298730 [ 3 ] {e36915fe-3d92-4bde-98c4-9470126ecca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5974 | 2024.07.12 00:39:33.298860 [ 3 ] {e36915fe-3d92-4bde-98c4-9470126ecca7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5975 | 2024.07.12 00:39:33.299173 [ 3 ] {e36915fe-3d92-4bde-98c4-9470126ecca7} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5976 | 2024.07.12 00:39:33.299217 [ 3 ] {e36915fe-3d92-4bde-98c4-9470126ecca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5977 | 2024.07.12 00:39:33.299594 [ 3 ] {e36915fe-3d92-4bde-98c4-9470126ecca7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5978 | 2024.07.12 00:39:33.299931 [ 3 ] {e36915fe-3d92-4bde-98c4-9470126ecca7} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5979 | 2024.07.12 00:39:33.300090 [ 3 ] {e36915fe-3d92-4bde-98c4-9470126ecca7} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.001447 sec., 40082.93020041465 rows/sec., 2.71 MiB/sec. | ||
5980 | 2024.07.12 00:39:33.300263 [ 3 ] {e36915fe-3d92-4bde-98c4-9470126ecca7} <Debug> DynamicQueryHandler: Done processing query | ||
5981 | 2024.07.12 00:39:33.300288 [ 3 ] {e36915fe-3d92-4bde-98c4-9470126ecca7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5982 | 2024.07.12 00:39:33.300305 [ 3 ] {} <Debug> HTTP-Session: b9fd2bd2-2635-4b6f-b954-b4824671a578 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5983 | 2024.07.12 00:39:37.435168 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5984 | 2024.07.12 00:39:37.435282 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5985 | 2024.07.12 00:39:38.294878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5986 | 2024.07.12 00:39:38.295002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5987 | 2024.07.12 00:39:38.295033 [ 3 ] {} <Debug> HTTP-Session: 06594783-a95d-45df-8601-e24cf9054af6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
5988 | 2024.07.12 00:39:38.295061 [ 3 ] {} <Debug> HTTP-Session: 06594783-a95d-45df-8601-e24cf9054af6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5989 | 2024.07.12 00:39:38.295079 [ 3 ] {} <Debug> HTTP-Session: 06594783-a95d-45df-8601-e24cf9054af6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5990 | 2024.07.12 00:39:38.295135 [ 3 ] {} <Trace> HTTP-Session: 06594783-a95d-45df-8601-e24cf9054af6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5991 | 2024.07.12 00:39:38.295355 [ 3 ] {f2ad4ff1-b662-4420-b155-63224c228220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5992 | 2024.07.12 00:39:38.295433 [ 3 ] {f2ad4ff1-b662-4420-b155-63224c228220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5993 | 2024.07.12 00:39:38.295645 [ 3 ] {f2ad4ff1-b662-4420-b155-63224c228220} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5994 | 2024.07.12 00:39:38.296096 [ 3 ] {f2ad4ff1-b662-4420-b155-63224c228220} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5995 | 2024.07.12 00:39:38.296138 [ 3 ] {f2ad4ff1-b662-4420-b155-63224c228220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
5996 | 2024.07.12 00:39:38.296512 [ 3 ] {f2ad4ff1-b662-4420-b155-63224c228220} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5997 | 2024.07.12 00:39:38.296848 [ 3 ] {f2ad4ff1-b662-4420-b155-63224c228220} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5998 | 2024.07.12 00:39:38.297016 [ 3 ] {f2ad4ff1-b662-4420-b155-63224c228220} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001727 sec., 21424.435437174292 rows/sec., 1.61 MiB/sec. | ||
5999 | 2024.07.12 00:39:38.297231 [ 3 ] {f2ad4ff1-b662-4420-b155-63224c228220} <Debug> DynamicQueryHandler: Done processing query | ||
6000 | 2024.07.12 00:39:38.297260 [ 3 ] {f2ad4ff1-b662-4420-b155-63224c228220} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6001 | 2024.07.12 00:39:38.297279 [ 3 ] {} <Debug> HTTP-Session: 06594783-a95d-45df-8601-e24cf9054af6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6002 | 2024.07.12 00:39:38.297766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6003 | 2024.07.12 00:39:38.297817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6004 | 2024.07.12 00:39:38.297837 [ 3 ] {} <Debug> HTTP-Session: 6bf1d44a-cf72-4b21-8ffa-881d6582e68b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6005 | 2024.07.12 00:39:38.297853 [ 3 ] {} <Debug> HTTP-Session: 6bf1d44a-cf72-4b21-8ffa-881d6582e68b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6006 | 2024.07.12 00:39:38.297866 [ 3 ] {} <Debug> HTTP-Session: 6bf1d44a-cf72-4b21-8ffa-881d6582e68b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6007 | 2024.07.12 00:39:38.297897 [ 3 ] {} <Trace> HTTP-Session: 6bf1d44a-cf72-4b21-8ffa-881d6582e68b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6008 | 2024.07.12 00:39:38.298070 [ 3 ] {fe727d44-d3ee-4802-a021-4cecfd4122b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6009 | 2024.07.12 00:39:38.298114 [ 3 ] {fe727d44-d3ee-4802-a021-4cecfd4122b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6010 | 2024.07.12 00:39:38.298240 [ 3 ] {fe727d44-d3ee-4802-a021-4cecfd4122b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6011 | 2024.07.12 00:39:38.298707 [ 3 ] {fe727d44-d3ee-4802-a021-4cecfd4122b6} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6012 | 2024.07.12 00:39:38.298745 [ 3 ] {fe727d44-d3ee-4802-a021-4cecfd4122b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6013 | 2024.07.12 00:39:38.299080 [ 3 ] {fe727d44-d3ee-4802-a021-4cecfd4122b6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6014 | 2024.07.12 00:39:38.299383 [ 3 ] {fe727d44-d3ee-4802-a021-4cecfd4122b6} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6015 | 2024.07.12 00:39:38.299555 [ 3 ] {fe727d44-d3ee-4802-a021-4cecfd4122b6} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.001563 sec., 162507.99744081893 rows/sec., 14.33 MiB/sec. | ||
6016 | 2024.07.12 00:39:38.299737 [ 3 ] {fe727d44-d3ee-4802-a021-4cecfd4122b6} <Debug> DynamicQueryHandler: Done processing query | ||
6017 | 2024.07.12 00:39:38.299762 [ 3 ] {fe727d44-d3ee-4802-a021-4cecfd4122b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
6018 | 2024.07.12 00:39:38.299778 [ 3 ] {} <Debug> HTTP-Session: 6bf1d44a-cf72-4b21-8ffa-881d6582e68b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6019 | 2024.07.12 00:39:38.299996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6020 | 2024.07.12 00:39:38.300046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6021 | 2024.07.12 00:39:38.300066 [ 3 ] {} <Debug> HTTP-Session: 9fa6d73f-8013-49d8-b955-341c0108aa38 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6022 | 2024.07.12 00:39:38.300082 [ 3 ] {} <Debug> HTTP-Session: 9fa6d73f-8013-49d8-b955-341c0108aa38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6023 | 2024.07.12 00:39:38.300096 [ 3 ] {} <Debug> HTTP-Session: 9fa6d73f-8013-49d8-b955-341c0108aa38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6024 | 2024.07.12 00:39:38.300127 [ 3 ] {} <Trace> HTTP-Session: 9fa6d73f-8013-49d8-b955-341c0108aa38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6025 | 2024.07.12 00:39:38.300334 [ 3 ] {e6b923e7-8564-4601-926b-4a8db946f725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6026 | 2024.07.12 00:39:38.300377 [ 3 ] {e6b923e7-8564-4601-926b-4a8db946f725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6027 | 2024.07.12 00:39:38.300505 [ 3 ] {e6b923e7-8564-4601-926b-4a8db946f725} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6028 | 2024.07.12 00:39:38.301038 [ 3 ] {e6b923e7-8564-4601-926b-4a8db946f725} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6029 | 2024.07.12 00:39:38.301076 [ 3 ] {e6b923e7-8564-4601-926b-4a8db946f725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6030 | 2024.07.12 00:39:38.301418 [ 3 ] {e6b923e7-8564-4601-926b-4a8db946f725} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6031 | 2024.07.12 00:39:38.301735 [ 3 ] {e6b923e7-8564-4601-926b-4a8db946f725} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6032 | 2024.07.12 00:39:38.301893 [ 3 ] {e6b923e7-8564-4601-926b-4a8db946f725} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001658 sec., 249095.29553679132 rows/sec., 17.64 MiB/sec. | ||
6033 | 2024.07.12 00:39:38.302158 [ 3 ] {e6b923e7-8564-4601-926b-4a8db946f725} <Debug> DynamicQueryHandler: Done processing query | ||
6034 | 2024.07.12 00:39:38.302198 [ 3 ] {e6b923e7-8564-4601-926b-4a8db946f725} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
6035 | 2024.07.12 00:39:38.302214 [ 3 ] {} <Debug> HTTP-Session: 9fa6d73f-8013-49d8-b955-341c0108aa38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6036 | 2024.07.12 00:39:38.302345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6037 | 2024.07.12 00:39:38.302395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6038 | 2024.07.12 00:39:38.302415 [ 3 ] {} <Debug> HTTP-Session: a2adea2e-e6fc-4f2a-b1ea-aac36713a960 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6039 | 2024.07.12 00:39:38.302433 [ 3 ] {} <Debug> HTTP-Session: a2adea2e-e6fc-4f2a-b1ea-aac36713a960 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6040 | 2024.07.12 00:39:38.302447 [ 3 ] {} <Debug> HTTP-Session: a2adea2e-e6fc-4f2a-b1ea-aac36713a960 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6041 | 2024.07.12 00:39:38.302477 [ 3 ] {} <Trace> HTTP-Session: a2adea2e-e6fc-4f2a-b1ea-aac36713a960 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6042 | 2024.07.12 00:39:38.302577 [ 3 ] {e256e461-6c2e-45ba-a71c-a47f6917f57a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6043 | 2024.07.12 00:39:38.302625 [ 3 ] {e256e461-6c2e-45ba-a71c-a47f6917f57a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6044 | 2024.07.12 00:39:38.302776 [ 3 ] {e256e461-6c2e-45ba-a71c-a47f6917f57a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6045 | 2024.07.12 00:39:38.303044 [ 3 ] {e256e461-6c2e-45ba-a71c-a47f6917f57a} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6046 | 2024.07.12 00:39:38.303080 [ 3 ] {e256e461-6c2e-45ba-a71c-a47f6917f57a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6047 | 2024.07.12 00:39:38.303442 [ 3 ] {e256e461-6c2e-45ba-a71c-a47f6917f57a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6048 | 2024.07.12 00:39:38.303765 [ 3 ] {e256e461-6c2e-45ba-a71c-a47f6917f57a} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6049 | 2024.07.12 00:39:38.303940 [ 3 ] {e256e461-6c2e-45ba-a71c-a47f6917f57a} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001373 sec., 4369.992716678806 rows/sec., 187.77 KiB/sec. | ||
6050 | 2024.07.12 00:39:38.303956 [ 97 ] {} <Debug> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6051 | 2024.07.12 00:39:38.304082 [ 97 ] {} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6052 | 2024.07.12 00:39:38.304143 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6053 | 2024.07.12 00:39:38.304158 [ 3 ] {e256e461-6c2e-45ba-a71c-a47f6917f57a} <Debug> DynamicQueryHandler: Done processing query | ||
6054 | 2024.07.12 00:39:38.304204 [ 3 ] {e256e461-6c2e-45ba-a71c-a47f6917f57a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6055 | 2024.07.12 00:39:38.304264 [ 3 ] {} <Debug> HTTP-Session: a2adea2e-e6fc-4f2a-b1ea-aac36713a960 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6056 | 2024.07.12 00:39:38.304430 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
6057 | 2024.07.12 00:39:38.304451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6058 | 2024.07.12 00:39:38.304548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6059 | 2024.07.12 00:39:38.304600 [ 3 ] {} <Debug> HTTP-Session: dee4cfca-7a05-4adb-afcd-92c40423e426 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6060 | 2024.07.12 00:39:38.304652 [ 3 ] {} <Debug> HTTP-Session: dee4cfca-7a05-4adb-afcd-92c40423e426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6061 | 2024.07.12 00:39:38.304701 [ 3 ] {} <Debug> HTTP-Session: dee4cfca-7a05-4adb-afcd-92c40423e426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6062 | 2024.07.12 00:39:38.304784 [ 3 ] {} <Trace> HTTP-Session: dee4cfca-7a05-4adb-afcd-92c40423e426 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6063 | 2024.07.12 00:39:38.304804 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6064 | 2024.07.12 00:39:38.304867 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
6065 | 2024.07.12 00:39:38.305089 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
6066 | 2024.07.12 00:39:38.305188 [ 3 ] {84915f49-dbdb-4ef2-adef-fc10ab28537a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6067 | 2024.07.12 00:39:38.305343 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
6068 | 2024.07.12 00:39:38.305467 [ 3 ] {84915f49-dbdb-4ef2-adef-fc10ab28537a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6069 | 2024.07.12 00:39:38.305775 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
6070 | 2024.07.12 00:39:38.306049 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
6071 | 2024.07.12 00:39:38.306376 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
6072 | 2024.07.12 00:39:38.306884 [ 3 ] {84915f49-dbdb-4ef2-adef-fc10ab28537a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6073 | 2024.07.12 00:39:38.307605 [ 3 ] {84915f49-dbdb-4ef2-adef-fc10ab28537a} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6074 | 2024.07.12 00:39:38.307660 [ 3 ] {84915f49-dbdb-4ef2-adef-fc10ab28537a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6075 | 2024.07.12 00:39:38.308791 [ 3 ] {84915f49-dbdb-4ef2-adef-fc10ab28537a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6076 | 2024.07.12 00:39:38.309111 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.004820774 sec., 19913.81466959455 rows/sec., 855.67 KiB/sec. | ||
6077 | 2024.07.12 00:39:38.309402 [ 194 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6078 | 2024.07.12 00:39:38.309616 [ 3 ] {84915f49-dbdb-4ef2-adef-fc10ab28537a} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6079 | 2024.07.12 00:39:38.309862 [ 97 ] {} <Debug> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6080 | 2024.07.12 00:39:38.309984 [ 3 ] {84915f49-dbdb-4ef2-adef-fc10ab28537a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005033 sec., 15299.026425591099 rows/sec., 964.73 KiB/sec. | ||
6081 | 2024.07.12 00:39:38.310029 [ 97 ] {} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6082 | 2024.07.12 00:39:38.310156 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6083 | 2024.07.12 00:39:38.310593 [ 197 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
6084 | 2024.07.12 00:39:38.310822 [ 3 ] {84915f49-dbdb-4ef2-adef-fc10ab28537a} <Debug> DynamicQueryHandler: Done processing query | ||
6085 | 2024.07.12 00:39:38.310888 [ 194 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_16_3} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6086 | 2024.07.12 00:39:38.310907 [ 3 ] {84915f49-dbdb-4ef2-adef-fc10ab28537a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6087 | 2024.07.12 00:39:38.311024 [ 3 ] {} <Debug> HTTP-Session: dee4cfca-7a05-4adb-afcd-92c40423e426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6088 | 2024.07.12 00:39:38.311190 [ 194 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_16_3} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6089 | 2024.07.12 00:39:38.311202 [ 197 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6090 | 2024.07.12 00:39:38.311320 [ 197 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
6091 | 2024.07.12 00:39:38.311379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6092 | 2024.07.12 00:39:38.311427 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6093 | 2024.07.12 00:39:38.311646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6094 | 2024.07.12 00:39:38.311671 [ 197 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
6095 | 2024.07.12 00:39:38.311713 [ 3 ] {} <Debug> HTTP-Session: 09c44591-d00c-4afb-b415-7cfd1815dba1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6096 | 2024.07.12 00:39:38.311784 [ 3 ] {} <Debug> HTTP-Session: 09c44591-d00c-4afb-b415-7cfd1815dba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6097 | 2024.07.12 00:39:38.311919 [ 3 ] {} <Debug> HTTP-Session: 09c44591-d00c-4afb-b415-7cfd1815dba1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6098 | 2024.07.12 00:39:38.311951 [ 197 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
6099 | 2024.07.12 00:39:38.312097 [ 3 ] {} <Trace> HTTP-Session: 09c44591-d00c-4afb-b415-7cfd1815dba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6100 | 2024.07.12 00:39:38.312257 [ 197 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
6101 | 2024.07.12 00:39:38.312548 [ 197 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
6102 | 2024.07.12 00:39:38.312800 [ 197 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
6103 | 2024.07.12 00:39:38.312794 [ 3 ] {77721a5a-0b9e-4147-b4e3-f29d12b05d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6104 | 2024.07.12 00:39:38.313114 [ 3 ] {77721a5a-0b9e-4147-b4e3-f29d12b05d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6105 | 2024.07.12 00:39:38.313712 [ 3 ] {77721a5a-0b9e-4147-b4e3-f29d12b05d3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6106 | 2024.07.12 00:39:38.314658 [ 3 ] {77721a5a-0b9e-4147-b4e3-f29d12b05d3f} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6107 | 2024.07.12 00:39:38.314733 [ 3 ] {77721a5a-0b9e-4147-b4e3-f29d12b05d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6108 | 2024.07.12 00:39:38.315714 [ 3 ] {77721a5a-0b9e-4147-b4e3-f29d12b05d3f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6109 | 2024.07.12 00:39:38.315900 [ 201 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 5 columns (5 merged, 0 gathered) in 0.005591136 sec., 220348.78064135803 rows/sec., 13.57 MiB/sec. | ||
6110 | 2024.07.12 00:39:38.316216 [ 201 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6111 | 2024.07.12 00:39:38.316436 [ 3 ] {77721a5a-0b9e-4147-b4e3-f29d12b05d3f} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6112 | 2024.07.12 00:39:38.316855 [ 3 ] {77721a5a-0b9e-4147-b4e3-f29d12b05d3f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004381 sec., 36521.342159324355 rows/sec., 2.54 MiB/sec. | ||
6113 | 2024.07.12 00:39:38.317632 [ 3 ] {77721a5a-0b9e-4147-b4e3-f29d12b05d3f} <Debug> DynamicQueryHandler: Done processing query | ||
6114 | 2024.07.12 00:39:38.317687 [ 3 ] {77721a5a-0b9e-4147-b4e3-f29d12b05d3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6115 | 2024.07.12 00:39:38.317719 [ 3 ] {} <Debug> HTTP-Session: 09c44591-d00c-4afb-b415-7cfd1815dba1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6116 | 2024.07.12 00:39:38.317828 [ 201 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6117 | 2024.07.12 00:39:38.317921 [ 201 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6118 | 2024.07.12 00:39:38.317947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 50039, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6119 | 2024.07.12 00:39:38.318058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6120 | 2024.07.12 00:39:38.318079 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
6121 | 2024.07.12 00:39:38.318090 [ 3 ] {} <Debug> HTTP-Session: bc8e42cc-c7dc-4418-b77e-aab3ff4a7919 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6122 | 2024.07.12 00:39:38.318133 [ 3 ] {} <Debug> HTTP-Session: bc8e42cc-c7dc-4418-b77e-aab3ff4a7919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6123 | 2024.07.12 00:39:38.318148 [ 3 ] {} <Debug> HTTP-Session: bc8e42cc-c7dc-4418-b77e-aab3ff4a7919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6124 | 2024.07.12 00:39:38.318180 [ 3 ] {} <Trace> HTTP-Session: bc8e42cc-c7dc-4418-b77e-aab3ff4a7919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6125 | 2024.07.12 00:39:38.318573 [ 3 ] {bc3f28ed-b977-4fbf-a4bf-f5f2c4e87261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6126 | 2024.07.12 00:39:38.318646 [ 3 ] {bc3f28ed-b977-4fbf-a4bf-f5f2c4e87261} <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 | ||
6127 | 2024.07.12 00:39:38.319116 [ 3 ] {bc3f28ed-b977-4fbf-a4bf-f5f2c4e87261} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6128 | 2024.07.12 00:39:38.319899 [ 3 ] {bc3f28ed-b977-4fbf-a4bf-f5f2c4e87261} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6129 | 2024.07.12 00:39:38.319937 [ 3 ] {bc3f28ed-b977-4fbf-a4bf-f5f2c4e87261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6130 | 2024.07.12 00:39:38.320583 [ 3 ] {bc3f28ed-b977-4fbf-a4bf-f5f2c4e87261} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6131 | 2024.07.12 00:39:38.320990 [ 3 ] {bc3f28ed-b977-4fbf-a4bf-f5f2c4e87261} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6132 | 2024.07.12 00:39:38.321206 [ 97 ] {} <Debug> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6133 | 2024.07.12 00:39:38.321221 [ 3 ] {bc3f28ed-b977-4fbf-a4bf-f5f2c4e87261} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002934 sec., 10565.780504430812 rows/sec., 18.93 MiB/sec. | ||
6134 | 2024.07.12 00:39:38.321290 [ 97 ] {} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6135 | 2024.07.12 00:39:38.321404 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.83 GiB. | ||
6136 | 2024.07.12 00:39:38.321888 [ 186 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::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 | ||
6137 | 2024.07.12 00:39:38.321988 [ 3 ] {bc3f28ed-b977-4fbf-a4bf-f5f2c4e87261} <Debug> DynamicQueryHandler: Done processing query | ||
6138 | 2024.07.12 00:39:38.322042 [ 3 ] {bc3f28ed-b977-4fbf-a4bf-f5f2c4e87261} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6139 | 2024.07.12 00:39:38.322081 [ 3 ] {} <Debug> HTTP-Session: bc8e42cc-c7dc-4418-b77e-aab3ff4a7919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6140 | 2024.07.12 00:39:38.322301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6141 | 2024.07.12 00:39:38.322421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6142 | 2024.07.12 00:39:38.322478 [ 3 ] {} <Debug> HTTP-Session: 4dfde449-2cee-4171-95f4-f0dbe83adc61 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6143 | 2024.07.12 00:39:38.322527 [ 3 ] {} <Debug> HTTP-Session: 4dfde449-2cee-4171-95f4-f0dbe83adc61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6144 | 2024.07.12 00:39:38.322533 [ 186 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6145 | 2024.07.12 00:39:38.322552 [ 3 ] {} <Debug> HTTP-Session: 4dfde449-2cee-4171-95f4-f0dbe83adc61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6146 | 2024.07.12 00:39:38.322653 [ 3 ] {} <Trace> HTTP-Session: 4dfde449-2cee-4171-95f4-f0dbe83adc61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6147 | 2024.07.12 00:39:38.322708 [ 186 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 320 rows starting from the beginning of the part | ||
6148 | 2024.07.12 00:39:38.322910 [ 3 ] {84a76e4d-b08f-4b29-b8d3-7fa98295e59b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6149 | 2024.07.12 00:39:38.323203 [ 3 ] {84a76e4d-b08f-4b29-b8d3-7fa98295e59b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6150 | 2024.07.12 00:39:38.323438 [ 186 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part | ||
6151 | 2024.07.12 00:39:38.324022 [ 3 ] {84a76e4d-b08f-4b29-b8d3-7fa98295e59b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6152 | 2024.07.12 00:39:38.324364 [ 186 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part | ||
6153 | 2024.07.12 00:39:38.324977 [ 186 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 31 rows starting from the beginning of the part | ||
6154 | 2024.07.12 00:39:38.325151 [ 3 ] {84a76e4d-b08f-4b29-b8d3-7fa98295e59b} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6155 | 2024.07.12 00:39:38.325254 [ 3 ] {84a76e4d-b08f-4b29-b8d3-7fa98295e59b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6156 | 2024.07.12 00:39:38.325682 [ 186 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part | ||
6157 | 2024.07.12 00:39:38.326315 [ 186 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part | ||
6158 | 2024.07.12 00:39:38.326681 [ 3 ] {84a76e4d-b08f-4b29-b8d3-7fa98295e59b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6159 | 2024.07.12 00:39:38.327649 [ 3 ] {84a76e4d-b08f-4b29-b8d3-7fa98295e59b} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6160 | 2024.07.12 00:39:38.328069 [ 3 ] {84a76e4d-b08f-4b29-b8d3-7fa98295e59b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005226 sec., 4401.07156525067 rows/sec., 238.07 KiB/sec. | ||
6161 | 2024.07.12 00:39:38.328072 [ 97 ] {} <Debug> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6162 | 2024.07.12 00:39:38.328287 [ 97 ] {} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6163 | 2024.07.12 00:39:38.328467 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6164 | 2024.07.12 00:39:38.328751 [ 3 ] {84a76e4d-b08f-4b29-b8d3-7fa98295e59b} <Debug> DynamicQueryHandler: Done processing query | ||
6165 | 2024.07.12 00:39:38.328911 [ 3 ] {84a76e4d-b08f-4b29-b8d3-7fa98295e59b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6166 | 2024.07.12 00:39:38.328984 [ 3 ] {} <Debug> HTTP-Session: 4dfde449-2cee-4171-95f4-f0dbe83adc61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6167 | 2024.07.12 00:39:38.328997 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
6168 | 2024.07.12 00:39:38.329259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6169 | 2024.07.12 00:39:38.329371 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6170 | 2024.07.12 00:39:38.329382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6171 | 2024.07.12 00:39:38.329427 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 280 rows starting from the beginning of the part | ||
6172 | 2024.07.12 00:39:38.329445 [ 3 ] {} <Debug> HTTP-Session: c258d2fd-127d-4279-8c27-1758d05f3463 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6173 | 2024.07.12 00:39:38.329500 [ 3 ] {} <Debug> HTTP-Session: c258d2fd-127d-4279-8c27-1758d05f3463 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6174 | 2024.07.12 00:39:38.329593 [ 3 ] {} <Debug> HTTP-Session: c258d2fd-127d-4279-8c27-1758d05f3463 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6175 | 2024.07.12 00:39:38.329888 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
6176 | 2024.07.12 00:39:38.329971 [ 3 ] {} <Trace> HTTP-Session: c258d2fd-127d-4279-8c27-1758d05f3463 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6177 | 2024.07.12 00:39:38.330304 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
6178 | 2024.07.12 00:39:38.330681 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
6179 | 2024.07.12 00:39:38.331087 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
6180 | 2024.07.12 00:39:38.331466 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
6181 | 2024.07.12 00:39:38.331585 [ 3 ] {11aa41da-bfdd-4d94-abff-5748c9ab0658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6182 | 2024.07.12 00:39:38.332199 [ 3 ] {11aa41da-bfdd-4d94-abff-5748c9ab0658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6183 | 2024.07.12 00:39:38.333732 [ 3 ] {11aa41da-bfdd-4d94-abff-5748c9ab0658} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6184 | 2024.07.12 00:39:38.335563 [ 3 ] {11aa41da-bfdd-4d94-abff-5748c9ab0658} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6185 | 2024.07.12 00:39:38.335690 [ 3 ] {11aa41da-bfdd-4d94-abff-5748c9ab0658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6186 | 2024.07.12 00:39:38.337417 [ 195 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 395 rows, containing 4 columns (4 merged, 0 gathered) in 0.008712223 sec., 45338.60072222669 rows/sec., 2.45 MiB/sec. | ||
6187 | 2024.07.12 00:39:38.337808 [ 195 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6188 | 2024.07.12 00:39:38.338058 [ 3 ] {11aa41da-bfdd-4d94-abff-5748c9ab0658} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6189 | 2024.07.12 00:39:38.339802 [ 195 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_16_3} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6190 | 2024.07.12 00:39:38.340086 [ 3 ] {11aa41da-bfdd-4d94-abff-5748c9ab0658} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6191 | 2024.07.12 00:39:38.340091 [ 195 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_16_3} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6192 | 2024.07.12 00:39:38.340360 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
6193 | 2024.07.12 00:39:38.340448 [ 3 ] {11aa41da-bfdd-4d94-abff-5748c9ab0658} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00963 sec., 6230.529595015577 rows/sec., 429.97 KiB/sec. | ||
6194 | 2024.07.12 00:39:38.341736 [ 3 ] {11aa41da-bfdd-4d94-abff-5748c9ab0658} <Debug> DynamicQueryHandler: Done processing query | ||
6195 | 2024.07.12 00:39:38.341791 [ 3 ] {11aa41da-bfdd-4d94-abff-5748c9ab0658} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6196 | 2024.07.12 00:39:38.341833 [ 3 ] {} <Debug> HTTP-Session: c258d2fd-127d-4279-8c27-1758d05f3463 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6197 | 2024.07.12 00:39:38.342591 [ 186 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 475 rows, containing 19 columns (19 merged, 0 gathered) in 0.021036353 sec., 22579.95955857938 rows/sec., 40.46 MiB/sec. | ||
6198 | 2024.07.12 00:39:38.343275 [ 199 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6199 | 2024.07.12 00:39:38.343915 [ 199 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6200 | 2024.07.12 00:39:38.343990 [ 199 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6201 | 2024.07.12 00:39:38.344127 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. | ||
6202 | 2024.07.12 00:39:39.000152 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.29 MiB, peak 198.96 MiB, free memory in arenas 0.00 B, will set to 188.80 MiB (RSS), difference: 1.51 MiB | ||
6203 | 2024.07.12 00:39:43.289453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6204 | 2024.07.12 00:39:43.289590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6205 | 2024.07.12 00:39:43.289615 [ 3 ] {} <Debug> HTTP-Session: be5044d2-0ab8-475b-82af-98ead0fdab27 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6206 | 2024.07.12 00:39:43.289643 [ 3 ] {} <Debug> HTTP-Session: be5044d2-0ab8-475b-82af-98ead0fdab27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6207 | 2024.07.12 00:39:43.289658 [ 3 ] {} <Debug> HTTP-Session: be5044d2-0ab8-475b-82af-98ead0fdab27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6208 | 2024.07.12 00:39:43.289712 [ 3 ] {} <Trace> HTTP-Session: be5044d2-0ab8-475b-82af-98ead0fdab27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6209 | 2024.07.12 00:39:43.289928 [ 3 ] {8e231d5b-8071-4ea4-9a5d-16234e3a96a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6210 | 2024.07.12 00:39:43.290000 [ 3 ] {8e231d5b-8071-4ea4-9a5d-16234e3a96a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6211 | 2024.07.12 00:39:43.290193 [ 3 ] {8e231d5b-8071-4ea4-9a5d-16234e3a96a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6212 | 2024.07.12 00:39:43.290631 [ 3 ] {8e231d5b-8071-4ea4-9a5d-16234e3a96a5} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6213 | 2024.07.12 00:39:43.290675 [ 3 ] {8e231d5b-8071-4ea4-9a5d-16234e3a96a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6214 | 2024.07.12 00:39:43.291125 [ 3 ] {8e231d5b-8071-4ea4-9a5d-16234e3a96a5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6215 | 2024.07.12 00:39:43.291601 [ 3 ] {8e231d5b-8071-4ea4-9a5d-16234e3a96a5} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6216 | 2024.07.12 00:39:43.291777 [ 3 ] {8e231d5b-8071-4ea4-9a5d-16234e3a96a5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.23 MiB/sec. | ||
6217 | 2024.07.12 00:39:43.292015 [ 3 ] {8e231d5b-8071-4ea4-9a5d-16234e3a96a5} <Debug> DynamicQueryHandler: Done processing query | ||
6218 | 2024.07.12 00:39:43.292046 [ 3 ] {8e231d5b-8071-4ea4-9a5d-16234e3a96a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6219 | 2024.07.12 00:39:43.292069 [ 3 ] {} <Debug> HTTP-Session: be5044d2-0ab8-475b-82af-98ead0fdab27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6220 | 2024.07.12 00:39:43.292409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6221 | 2024.07.12 00:39:43.292475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6222 | 2024.07.12 00:39:43.292500 [ 3 ] {} <Debug> HTTP-Session: e317cccb-7170-4bee-9cc2-78aa4340528c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6223 | 2024.07.12 00:39:43.292523 [ 3 ] {} <Debug> HTTP-Session: e317cccb-7170-4bee-9cc2-78aa4340528c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6224 | 2024.07.12 00:39:43.292545 [ 3 ] {} <Debug> HTTP-Session: e317cccb-7170-4bee-9cc2-78aa4340528c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6225 | 2024.07.12 00:39:43.292589 [ 3 ] {} <Trace> HTTP-Session: e317cccb-7170-4bee-9cc2-78aa4340528c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6226 | 2024.07.12 00:39:43.292738 [ 3 ] {7bebc957-83aa-4b76-872d-dc95791eafd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6227 | 2024.07.12 00:39:43.292802 [ 3 ] {7bebc957-83aa-4b76-872d-dc95791eafd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6228 | 2024.07.12 00:39:43.292972 [ 3 ] {7bebc957-83aa-4b76-872d-dc95791eafd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6229 | 2024.07.12 00:39:43.293355 [ 3 ] {7bebc957-83aa-4b76-872d-dc95791eafd9} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6230 | 2024.07.12 00:39:43.293395 [ 3 ] {7bebc957-83aa-4b76-872d-dc95791eafd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6231 | 2024.07.12 00:39:43.293721 [ 3 ] {7bebc957-83aa-4b76-872d-dc95791eafd9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6232 | 2024.07.12 00:39:43.294060 [ 3 ] {7bebc957-83aa-4b76-872d-dc95791eafd9} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6233 | 2024.07.12 00:39:43.294194 [ 3 ] {7bebc957-83aa-4b76-872d-dc95791eafd9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001511 sec., 42356.05559232296 rows/sec., 3.31 MiB/sec. | ||
6234 | 2024.07.12 00:39:43.294376 [ 3 ] {7bebc957-83aa-4b76-872d-dc95791eafd9} <Debug> DynamicQueryHandler: Done processing query | ||
6235 | 2024.07.12 00:39:43.294402 [ 3 ] {7bebc957-83aa-4b76-872d-dc95791eafd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6236 | 2024.07.12 00:39:43.294418 [ 3 ] {} <Debug> HTTP-Session: e317cccb-7170-4bee-9cc2-78aa4340528c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6237 | 2024.07.12 00:39:43.294594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6238 | 2024.07.12 00:39:43.294644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6239 | 2024.07.12 00:39:43.294664 [ 3 ] {} <Debug> HTTP-Session: c06df901-2a0f-4e98-8604-01cd14c40fa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6240 | 2024.07.12 00:39:43.294681 [ 3 ] {} <Debug> HTTP-Session: c06df901-2a0f-4e98-8604-01cd14c40fa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6241 | 2024.07.12 00:39:43.294695 [ 3 ] {} <Debug> HTTP-Session: c06df901-2a0f-4e98-8604-01cd14c40fa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6242 | 2024.07.12 00:39:43.294727 [ 3 ] {} <Trace> HTTP-Session: c06df901-2a0f-4e98-8604-01cd14c40fa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6243 | 2024.07.12 00:39:43.294871 [ 3 ] {d3413f6b-24b6-409f-a767-c3bf07d50cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6244 | 2024.07.12 00:39:43.294921 [ 3 ] {d3413f6b-24b6-409f-a767-c3bf07d50cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6245 | 2024.07.12 00:39:43.295069 [ 3 ] {d3413f6b-24b6-409f-a767-c3bf07d50cc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6246 | 2024.07.12 00:39:43.295483 [ 3 ] {d3413f6b-24b6-409f-a767-c3bf07d50cc0} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6247 | 2024.07.12 00:39:43.295522 [ 3 ] {d3413f6b-24b6-409f-a767-c3bf07d50cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6248 | 2024.07.12 00:39:43.295935 [ 3 ] {d3413f6b-24b6-409f-a767-c3bf07d50cc0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6249 | 2024.07.12 00:39:43.296282 [ 3 ] {d3413f6b-24b6-409f-a767-c3bf07d50cc0} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6250 | 2024.07.12 00:39:43.296447 [ 3 ] {d3413f6b-24b6-409f-a767-c3bf07d50cc0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001633 sec., 97979.17942437233 rows/sec., 6.82 MiB/sec. | ||
6251 | 2024.07.12 00:39:43.296612 [ 3 ] {d3413f6b-24b6-409f-a767-c3bf07d50cc0} <Debug> DynamicQueryHandler: Done processing query | ||
6252 | 2024.07.12 00:39:43.296637 [ 3 ] {d3413f6b-24b6-409f-a767-c3bf07d50cc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6253 | 2024.07.12 00:39:43.296653 [ 3 ] {} <Debug> HTTP-Session: c06df901-2a0f-4e98-8604-01cd14c40fa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6254 | 2024.07.12 00:39:43.296786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6255 | 2024.07.12 00:39:43.296838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6256 | 2024.07.12 00:39:43.296860 [ 3 ] {} <Debug> HTTP-Session: 3bc716cb-2444-4829-bfbd-4d11f534e7f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6257 | 2024.07.12 00:39:43.296879 [ 3 ] {} <Debug> HTTP-Session: 3bc716cb-2444-4829-bfbd-4d11f534e7f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6258 | 2024.07.12 00:39:43.296896 [ 3 ] {} <Debug> HTTP-Session: 3bc716cb-2444-4829-bfbd-4d11f534e7f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6259 | 2024.07.12 00:39:43.296930 [ 3 ] {} <Trace> HTTP-Session: 3bc716cb-2444-4829-bfbd-4d11f534e7f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6260 | 2024.07.12 00:39:43.297059 [ 3 ] {7b3754b3-5030-4a67-b819-fa619264d637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6261 | 2024.07.12 00:39:43.297105 [ 3 ] {7b3754b3-5030-4a67-b819-fa619264d637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6262 | 2024.07.12 00:39:43.297233 [ 3 ] {7b3754b3-5030-4a67-b819-fa619264d637} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6263 | 2024.07.12 00:39:43.297554 [ 3 ] {7b3754b3-5030-4a67-b819-fa619264d637} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6264 | 2024.07.12 00:39:43.297591 [ 3 ] {7b3754b3-5030-4a67-b819-fa619264d637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6265 | 2024.07.12 00:39:43.297961 [ 3 ] {7b3754b3-5030-4a67-b819-fa619264d637} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6266 | 2024.07.12 00:39:43.298322 [ 3 ] {7b3754b3-5030-4a67-b819-fa619264d637} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6267 | 2024.07.12 00:39:43.298496 [ 3 ] {7b3754b3-5030-4a67-b819-fa619264d637} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00148 sec., 40540.54054054054 rows/sec., 2.73 MiB/sec. | ||
6268 | 2024.07.12 00:39:43.298668 [ 3 ] {7b3754b3-5030-4a67-b819-fa619264d637} <Debug> DynamicQueryHandler: Done processing query | ||
6269 | 2024.07.12 00:39:43.298694 [ 3 ] {7b3754b3-5030-4a67-b819-fa619264d637} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6270 | 2024.07.12 00:39:43.298710 [ 3 ] {} <Debug> HTTP-Session: 3bc716cb-2444-4829-bfbd-4d11f534e7f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6271 | 2024.07.12 00:39:48.295402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6272 | 2024.07.12 00:39:48.295543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6273 | 2024.07.12 00:39:48.295574 [ 3 ] {} <Debug> HTTP-Session: 853fb28b-2643-40fa-89e0-48d92e55f0b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6274 | 2024.07.12 00:39:48.295602 [ 3 ] {} <Debug> HTTP-Session: 853fb28b-2643-40fa-89e0-48d92e55f0b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6275 | 2024.07.12 00:39:48.295620 [ 3 ] {} <Debug> HTTP-Session: 853fb28b-2643-40fa-89e0-48d92e55f0b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6276 | 2024.07.12 00:39:48.295677 [ 3 ] {} <Trace> HTTP-Session: 853fb28b-2643-40fa-89e0-48d92e55f0b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6277 | 2024.07.12 00:39:48.295894 [ 3 ] {42b360ef-e09a-47c1-b566-f815db82e53b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6278 | 2024.07.12 00:39:48.295965 [ 3 ] {42b360ef-e09a-47c1-b566-f815db82e53b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6279 | 2024.07.12 00:39:48.296161 [ 3 ] {42b360ef-e09a-47c1-b566-f815db82e53b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6280 | 2024.07.12 00:39:48.296584 [ 3 ] {42b360ef-e09a-47c1-b566-f815db82e53b} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6281 | 2024.07.12 00:39:48.296627 [ 3 ] {42b360ef-e09a-47c1-b566-f815db82e53b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6282 | 2024.07.12 00:39:48.297012 [ 3 ] {42b360ef-e09a-47c1-b566-f815db82e53b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6283 | 2024.07.12 00:39:48.297363 [ 3 ] {42b360ef-e09a-47c1-b566-f815db82e53b} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6284 | 2024.07.12 00:39:48.297540 [ 3 ] {42b360ef-e09a-47c1-b566-f815db82e53b} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.00171 sec., 21637.426900584796 rows/sec., 1.63 MiB/sec. | ||
6285 | 2024.07.12 00:39:48.297774 [ 3 ] {42b360ef-e09a-47c1-b566-f815db82e53b} <Debug> DynamicQueryHandler: Done processing query | ||
6286 | 2024.07.12 00:39:48.297801 [ 3 ] {42b360ef-e09a-47c1-b566-f815db82e53b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6287 | 2024.07.12 00:39:48.297819 [ 3 ] {} <Debug> HTTP-Session: 853fb28b-2643-40fa-89e0-48d92e55f0b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6288 | 2024.07.12 00:39:48.297936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6289 | 2024.07.12 00:39:48.297986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6290 | 2024.07.12 00:39:48.298005 [ 3 ] {} <Debug> HTTP-Session: a6e572aa-87d1-44cf-986b-5b34ca2967b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6291 | 2024.07.12 00:39:48.298022 [ 3 ] {} <Debug> HTTP-Session: a6e572aa-87d1-44cf-986b-5b34ca2967b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6292 | 2024.07.12 00:39:48.298035 [ 3 ] {} <Debug> HTTP-Session: a6e572aa-87d1-44cf-986b-5b34ca2967b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6293 | 2024.07.12 00:39:48.298067 [ 3 ] {} <Trace> HTTP-Session: a6e572aa-87d1-44cf-986b-5b34ca2967b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6294 | 2024.07.12 00:39:48.298163 [ 3 ] {9d06fd24-5181-4b8b-ae69-a6a01c1814b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6295 | 2024.07.12 00:39:48.298208 [ 3 ] {9d06fd24-5181-4b8b-ae69-a6a01c1814b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6296 | 2024.07.12 00:39:48.298337 [ 3 ] {9d06fd24-5181-4b8b-ae69-a6a01c1814b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6297 | 2024.07.12 00:39:48.298628 [ 3 ] {9d06fd24-5181-4b8b-ae69-a6a01c1814b3} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6298 | 2024.07.12 00:39:48.298666 [ 3 ] {9d06fd24-5181-4b8b-ae69-a6a01c1814b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6299 | 2024.07.12 00:39:48.298969 [ 3 ] {9d06fd24-5181-4b8b-ae69-a6a01c1814b3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
6300 | 2024.07.12 00:39:48.299282 [ 3 ] {9d06fd24-5181-4b8b-ae69-a6a01c1814b3} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6301 | 2024.07.12 00:39:48.299444 [ 3 ] {9d06fd24-5181-4b8b-ae69-a6a01c1814b3} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001293 sec., 3093.580819798917 rows/sec., 252.26 KiB/sec. | ||
6302 | 2024.07.12 00:39:48.299929 [ 3 ] {9d06fd24-5181-4b8b-ae69-a6a01c1814b3} <Debug> DynamicQueryHandler: Done processing query | ||
6303 | 2024.07.12 00:39:48.299954 [ 3 ] {9d06fd24-5181-4b8b-ae69-a6a01c1814b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6304 | 2024.07.12 00:39:48.299970 [ 3 ] {} <Debug> HTTP-Session: a6e572aa-87d1-44cf-986b-5b34ca2967b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6305 | 2024.07.12 00:39:48.300123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6306 | 2024.07.12 00:39:48.300174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6307 | 2024.07.12 00:39:48.300194 [ 3 ] {} <Debug> HTTP-Session: a19408f9-0431-4fb3-8b0f-79deea7b1e0a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6308 | 2024.07.12 00:39:48.300210 [ 3 ] {} <Debug> HTTP-Session: a19408f9-0431-4fb3-8b0f-79deea7b1e0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6309 | 2024.07.12 00:39:48.300224 [ 3 ] {} <Debug> HTTP-Session: a19408f9-0431-4fb3-8b0f-79deea7b1e0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6310 | 2024.07.12 00:39:48.300255 [ 3 ] {} <Trace> HTTP-Session: a19408f9-0431-4fb3-8b0f-79deea7b1e0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6311 | 2024.07.12 00:39:48.300427 [ 3 ] {d3b6bb3e-6195-4072-8376-d2dec3371a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6312 | 2024.07.12 00:39:48.300471 [ 3 ] {d3b6bb3e-6195-4072-8376-d2dec3371a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6313 | 2024.07.12 00:39:48.300621 [ 3 ] {d3b6bb3e-6195-4072-8376-d2dec3371a45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6314 | 2024.07.12 00:39:48.301099 [ 3 ] {d3b6bb3e-6195-4072-8376-d2dec3371a45} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6315 | 2024.07.12 00:39:48.301143 [ 3 ] {d3b6bb3e-6195-4072-8376-d2dec3371a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6316 | 2024.07.12 00:39:48.301497 [ 3 ] {d3b6bb3e-6195-4072-8376-d2dec3371a45} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6317 | 2024.07.12 00:39:48.301810 [ 3 ] {d3b6bb3e-6195-4072-8376-d2dec3371a45} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6318 | 2024.07.12 00:39:48.301974 [ 3 ] {d3b6bb3e-6195-4072-8376-d2dec3371a45} <Debug> executeQuery: Read 256 rows, 23.09 KiB in 0.001624 sec., 157635.46798029557 rows/sec., 13.88 MiB/sec. | ||
6319 | 2024.07.12 00:39:48.302133 [ 3 ] {d3b6bb3e-6195-4072-8376-d2dec3371a45} <Debug> DynamicQueryHandler: Done processing query | ||
6320 | 2024.07.12 00:39:48.302158 [ 3 ] {d3b6bb3e-6195-4072-8376-d2dec3371a45} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
6321 | 2024.07.12 00:39:48.302174 [ 3 ] {} <Debug> HTTP-Session: a19408f9-0431-4fb3-8b0f-79deea7b1e0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6322 | 2024.07.12 00:39:48.302296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6323 | 2024.07.12 00:39:48.302344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6324 | 2024.07.12 00:39:48.302363 [ 3 ] {} <Debug> HTTP-Session: 218fa04d-36bd-479d-ba12-0d335ea2f2c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6325 | 2024.07.12 00:39:48.302379 [ 3 ] {} <Debug> HTTP-Session: 218fa04d-36bd-479d-ba12-0d335ea2f2c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6326 | 2024.07.12 00:39:48.302394 [ 3 ] {} <Debug> HTTP-Session: 218fa04d-36bd-479d-ba12-0d335ea2f2c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6327 | 2024.07.12 00:39:48.302424 [ 3 ] {} <Trace> HTTP-Session: 218fa04d-36bd-479d-ba12-0d335ea2f2c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6328 | 2024.07.12 00:39:48.302518 [ 3 ] {e4897049-5c8b-4fff-a262-e5e2e1498895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6329 | 2024.07.12 00:39:48.302562 [ 3 ] {e4897049-5c8b-4fff-a262-e5e2e1498895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6330 | 2024.07.12 00:39:48.302690 [ 3 ] {e4897049-5c8b-4fff-a262-e5e2e1498895} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6331 | 2024.07.12 00:39:48.302950 [ 3 ] {e4897049-5c8b-4fff-a262-e5e2e1498895} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6332 | 2024.07.12 00:39:48.302987 [ 3 ] {e4897049-5c8b-4fff-a262-e5e2e1498895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6333 | 2024.07.12 00:39:48.303292 [ 3 ] {e4897049-5c8b-4fff-a262-e5e2e1498895} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
6334 | 2024.07.12 00:39:48.303610 [ 3 ] {e4897049-5c8b-4fff-a262-e5e2e1498895} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6335 | 2024.07.12 00:39:48.303743 [ 3 ] {e4897049-5c8b-4fff-a262-e5e2e1498895} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001246 sec., 3210.2728731942216 rows/sec., 224.15 KiB/sec. | ||
6336 | 2024.07.12 00:39:48.304110 [ 3 ] {e4897049-5c8b-4fff-a262-e5e2e1498895} <Debug> DynamicQueryHandler: Done processing query | ||
6337 | 2024.07.12 00:39:48.304136 [ 3 ] {e4897049-5c8b-4fff-a262-e5e2e1498895} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6338 | 2024.07.12 00:39:48.304152 [ 3 ] {} <Debug> HTTP-Session: 218fa04d-36bd-479d-ba12-0d335ea2f2c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6339 | 2024.07.12 00:39:48.304351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 67493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6340 | 2024.07.12 00:39:48.304401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6341 | 2024.07.12 00:39:48.304421 [ 3 ] {} <Debug> HTTP-Session: 11188726-796d-4545-8bd8-a70904778ff5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6342 | 2024.07.12 00:39:48.304438 [ 3 ] {} <Debug> HTTP-Session: 11188726-796d-4545-8bd8-a70904778ff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6343 | 2024.07.12 00:39:48.304452 [ 3 ] {} <Debug> HTTP-Session: 11188726-796d-4545-8bd8-a70904778ff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6344 | 2024.07.12 00:39:48.304482 [ 3 ] {} <Trace> HTTP-Session: 11188726-796d-4545-8bd8-a70904778ff5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6345 | 2024.07.12 00:39:48.304700 [ 3 ] {4e574933-cba6-486b-ad76-5d7baadb9e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6346 | 2024.07.12 00:39:48.304745 [ 3 ] {4e574933-cba6-486b-ad76-5d7baadb9e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6347 | 2024.07.12 00:39:48.304881 [ 3 ] {4e574933-cba6-486b-ad76-5d7baadb9e27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6348 | 2024.07.12 00:39:48.305441 [ 3 ] {4e574933-cba6-486b-ad76-5d7baadb9e27} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6349 | 2024.07.12 00:39:48.305478 [ 3 ] {4e574933-cba6-486b-ad76-5d7baadb9e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6350 | 2024.07.12 00:39:48.305817 [ 3 ] {4e574933-cba6-486b-ad76-5d7baadb9e27} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6351 | 2024.07.12 00:39:48.306134 [ 3 ] {4e574933-cba6-486b-ad76-5d7baadb9e27} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6352 | 2024.07.12 00:39:48.306289 [ 3 ] {4e574933-cba6-486b-ad76-5d7baadb9e27} <Debug> executeQuery: Read 417 rows, 30.28 KiB in 0.001693 sec., 246308.32841110454 rows/sec., 17.47 MiB/sec. | ||
6353 | 2024.07.12 00:39:48.306462 [ 3 ] {4e574933-cba6-486b-ad76-5d7baadb9e27} <Debug> DynamicQueryHandler: Done processing query | ||
6354 | 2024.07.12 00:39:48.306487 [ 3 ] {4e574933-cba6-486b-ad76-5d7baadb9e27} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
6355 | 2024.07.12 00:39:48.306504 [ 3 ] {} <Debug> HTTP-Session: 11188726-796d-4545-8bd8-a70904778ff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6356 | 2024.07.12 00:39:48.306623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6357 | 2024.07.12 00:39:48.306672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6358 | 2024.07.12 00:39:48.306692 [ 3 ] {} <Debug> HTTP-Session: 8c5a1a03-2349-4432-8968-075d3cc2c0c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6359 | 2024.07.12 00:39:48.306708 [ 3 ] {} <Debug> HTTP-Session: 8c5a1a03-2349-4432-8968-075d3cc2c0c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6360 | 2024.07.12 00:39:48.306722 [ 3 ] {} <Debug> HTTP-Session: 8c5a1a03-2349-4432-8968-075d3cc2c0c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6361 | 2024.07.12 00:39:48.306753 [ 3 ] {} <Trace> HTTP-Session: 8c5a1a03-2349-4432-8968-075d3cc2c0c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6362 | 2024.07.12 00:39:48.306850 [ 3 ] {22acef0c-fe6e-4f2f-a849-515b107c0dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6363 | 2024.07.12 00:39:48.306895 [ 3 ] {22acef0c-fe6e-4f2f-a849-515b107c0dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6364 | 2024.07.12 00:39:48.307024 [ 3 ] {22acef0c-fe6e-4f2f-a849-515b107c0dca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6365 | 2024.07.12 00:39:48.307285 [ 3 ] {22acef0c-fe6e-4f2f-a849-515b107c0dca} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6366 | 2024.07.12 00:39:48.307321 [ 3 ] {22acef0c-fe6e-4f2f-a849-515b107c0dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6367 | 2024.07.12 00:39:48.307700 [ 3 ] {22acef0c-fe6e-4f2f-a849-515b107c0dca} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6368 | 2024.07.12 00:39:48.308035 [ 3 ] {22acef0c-fe6e-4f2f-a849-515b107c0dca} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6369 | 2024.07.12 00:39:48.308184 [ 3 ] {22acef0c-fe6e-4f2f-a849-515b107c0dca} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001348 sec., 4451.038575667656 rows/sec., 191.26 KiB/sec. | ||
6370 | 2024.07.12 00:39:48.308514 [ 3 ] {22acef0c-fe6e-4f2f-a849-515b107c0dca} <Debug> DynamicQueryHandler: Done processing query | ||
6371 | 2024.07.12 00:39:48.308539 [ 3 ] {22acef0c-fe6e-4f2f-a849-515b107c0dca} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6372 | 2024.07.12 00:39:48.308557 [ 3 ] {} <Debug> HTTP-Session: 8c5a1a03-2349-4432-8968-075d3cc2c0c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6373 | 2024.07.12 00:39:48.308684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6374 | 2024.07.12 00:39:48.308733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6375 | 2024.07.12 00:39:48.308753 [ 3 ] {} <Debug> HTTP-Session: 1b9ea272-df28-4ee7-85fa-17a5cd2a1864 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6376 | 2024.07.12 00:39:48.308769 [ 3 ] {} <Debug> HTTP-Session: 1b9ea272-df28-4ee7-85fa-17a5cd2a1864 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6377 | 2024.07.12 00:39:48.308783 [ 3 ] {} <Debug> HTTP-Session: 1b9ea272-df28-4ee7-85fa-17a5cd2a1864 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6378 | 2024.07.12 00:39:48.308814 [ 3 ] {} <Trace> HTTP-Session: 1b9ea272-df28-4ee7-85fa-17a5cd2a1864 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6379 | 2024.07.12 00:39:48.308943 [ 3 ] {4ba90fc9-95cc-4fff-98d4-88f2d0a241f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6380 | 2024.07.12 00:39:48.308992 [ 3 ] {4ba90fc9-95cc-4fff-98d4-88f2d0a241f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6381 | 2024.07.12 00:39:48.309154 [ 3 ] {4ba90fc9-95cc-4fff-98d4-88f2d0a241f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6382 | 2024.07.12 00:39:48.309465 [ 3 ] {4ba90fc9-95cc-4fff-98d4-88f2d0a241f7} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6383 | 2024.07.12 00:39:48.309503 [ 3 ] {4ba90fc9-95cc-4fff-98d4-88f2d0a241f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6384 | 2024.07.12 00:39:48.309879 [ 3 ] {4ba90fc9-95cc-4fff-98d4-88f2d0a241f7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6385 | 2024.07.12 00:39:48.310225 [ 3 ] {4ba90fc9-95cc-4fff-98d4-88f2d0a241f7} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6386 | 2024.07.12 00:39:48.310385 [ 3 ] {4ba90fc9-95cc-4fff-98d4-88f2d0a241f7} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001478 sec., 52097.42895805142 rows/sec., 3.21 MiB/sec. | ||
6387 | 2024.07.12 00:39:48.310693 [ 3 ] {4ba90fc9-95cc-4fff-98d4-88f2d0a241f7} <Debug> DynamicQueryHandler: Done processing query | ||
6388 | 2024.07.12 00:39:48.310719 [ 3 ] {4ba90fc9-95cc-4fff-98d4-88f2d0a241f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6389 | 2024.07.12 00:39:48.310735 [ 3 ] {} <Debug> HTTP-Session: 1b9ea272-df28-4ee7-85fa-17a5cd2a1864 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6390 | 2024.07.12 00:39:48.310893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 31013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6391 | 2024.07.12 00:39:48.310941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6392 | 2024.07.12 00:39:48.310961 [ 3 ] {} <Debug> HTTP-Session: a97b1dec-91fc-4f8f-bea9-b55917075be8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6393 | 2024.07.12 00:39:48.310977 [ 3 ] {} <Debug> HTTP-Session: a97b1dec-91fc-4f8f-bea9-b55917075be8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6394 | 2024.07.12 00:39:48.310991 [ 3 ] {} <Debug> HTTP-Session: a97b1dec-91fc-4f8f-bea9-b55917075be8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6395 | 2024.07.12 00:39:48.311021 [ 3 ] {} <Trace> HTTP-Session: a97b1dec-91fc-4f8f-bea9-b55917075be8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6396 | 2024.07.12 00:39:48.311172 [ 3 ] {4f1ab80c-3c6e-4d96-aa31-0c3943c5a105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6397 | 2024.07.12 00:39:48.311219 [ 3 ] {4f1ab80c-3c6e-4d96-aa31-0c3943c5a105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6398 | 2024.07.12 00:39:48.311385 [ 3 ] {4f1ab80c-3c6e-4d96-aa31-0c3943c5a105} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6399 | 2024.07.12 00:39:48.311782 [ 3 ] {4f1ab80c-3c6e-4d96-aa31-0c3943c5a105} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6400 | 2024.07.12 00:39:48.311819 [ 3 ] {4f1ab80c-3c6e-4d96-aa31-0c3943c5a105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6401 | 2024.07.12 00:39:48.312216 [ 3 ] {4f1ab80c-3c6e-4d96-aa31-0c3943c5a105} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6402 | 2024.07.12 00:39:48.312563 [ 3 ] {4f1ab80c-3c6e-4d96-aa31-0c3943c5a105} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6403 | 2024.07.12 00:39:48.312716 [ 3 ] {4f1ab80c-3c6e-4d96-aa31-0c3943c5a105} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001604 sec., 100997.50623441397 rows/sec., 7.03 MiB/sec. | ||
6404 | 2024.07.12 00:39:48.312897 [ 3 ] {4f1ab80c-3c6e-4d96-aa31-0c3943c5a105} <Debug> DynamicQueryHandler: Done processing query | ||
6405 | 2024.07.12 00:39:48.312921 [ 3 ] {4f1ab80c-3c6e-4d96-aa31-0c3943c5a105} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6406 | 2024.07.12 00:39:48.312937 [ 3 ] {} <Debug> HTTP-Session: a97b1dec-91fc-4f8f-bea9-b55917075be8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6407 | 2024.07.12 00:39:48.313087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 49955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6408 | 2024.07.12 00:39:48.313136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6409 | 2024.07.12 00:39:48.313156 [ 3 ] {} <Debug> HTTP-Session: 8df3f99f-2306-40f5-991e-c7926c655f01 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6410 | 2024.07.12 00:39:48.313172 [ 3 ] {} <Debug> HTTP-Session: 8df3f99f-2306-40f5-991e-c7926c655f01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6411 | 2024.07.12 00:39:48.313186 [ 3 ] {} <Debug> HTTP-Session: 8df3f99f-2306-40f5-991e-c7926c655f01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6412 | 2024.07.12 00:39:48.313216 [ 3 ] {} <Trace> HTTP-Session: 8df3f99f-2306-40f5-991e-c7926c655f01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6413 | 2024.07.12 00:39:48.313603 [ 3 ] {008384bd-778d-40c3-9e72-12ce8ecbf4e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6414 | 2024.07.12 00:39:48.313667 [ 3 ] {008384bd-778d-40c3-9e72-12ce8ecbf4e6} <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 | ||
6415 | 2024.07.12 00:39:48.314066 [ 3 ] {008384bd-778d-40c3-9e72-12ce8ecbf4e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6416 | 2024.07.12 00:39:48.314718 [ 3 ] {008384bd-778d-40c3-9e72-12ce8ecbf4e6} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6417 | 2024.07.12 00:39:48.314753 [ 3 ] {008384bd-778d-40c3-9e72-12ce8ecbf4e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6418 | 2024.07.12 00:39:48.315375 [ 3 ] {008384bd-778d-40c3-9e72-12ce8ecbf4e6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6419 | 2024.07.12 00:39:48.315818 [ 3 ] {008384bd-778d-40c3-9e72-12ce8ecbf4e6} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6420 | 2024.07.12 00:39:48.316037 [ 3 ] {008384bd-778d-40c3-9e72-12ce8ecbf4e6} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002721 sec., 11392.87026828372 rows/sec., 20.42 MiB/sec. | ||
6421 | 2024.07.12 00:39:48.316614 [ 3 ] {008384bd-778d-40c3-9e72-12ce8ecbf4e6} <Debug> DynamicQueryHandler: Done processing query | ||
6422 | 2024.07.12 00:39:48.316640 [ 3 ] {008384bd-778d-40c3-9e72-12ce8ecbf4e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6423 | 2024.07.12 00:39:48.316656 [ 3 ] {} <Debug> HTTP-Session: 8df3f99f-2306-40f5-991e-c7926c655f01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6424 | 2024.07.12 00:39:48.316778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6425 | 2024.07.12 00:39:48.316828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6426 | 2024.07.12 00:39:48.316848 [ 3 ] {} <Debug> HTTP-Session: c759123a-10f0-4bb4-8b5e-c4a143613b03 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6427 | 2024.07.12 00:39:48.316865 [ 3 ] {} <Debug> HTTP-Session: c759123a-10f0-4bb4-8b5e-c4a143613b03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6428 | 2024.07.12 00:39:48.316879 [ 3 ] {} <Debug> HTTP-Session: c759123a-10f0-4bb4-8b5e-c4a143613b03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6429 | 2024.07.12 00:39:48.316910 [ 3 ] {} <Trace> HTTP-Session: c759123a-10f0-4bb4-8b5e-c4a143613b03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6430 | 2024.07.12 00:39:48.317017 [ 3 ] {8d6e8649-eb0d-4e89-a56b-37b53b718858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6431 | 2024.07.12 00:39:48.317063 [ 3 ] {8d6e8649-eb0d-4e89-a56b-37b53b718858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6432 | 2024.07.12 00:39:48.317213 [ 3 ] {8d6e8649-eb0d-4e89-a56b-37b53b718858} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6433 | 2024.07.12 00:39:48.317478 [ 3 ] {8d6e8649-eb0d-4e89-a56b-37b53b718858} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6434 | 2024.07.12 00:39:48.317515 [ 3 ] {8d6e8649-eb0d-4e89-a56b-37b53b718858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6435 | 2024.07.12 00:39:48.317891 [ 3 ] {8d6e8649-eb0d-4e89-a56b-37b53b718858} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6436 | 2024.07.12 00:39:48.318230 [ 3 ] {8d6e8649-eb0d-4e89-a56b-37b53b718858} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6437 | 2024.07.12 00:39:48.318382 [ 3 ] {8d6e8649-eb0d-4e89-a56b-37b53b718858} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001385 sec., 16606.49819494585 rows/sec., 898.30 KiB/sec. | ||
6438 | 2024.07.12 00:39:48.318549 [ 3 ] {8d6e8649-eb0d-4e89-a56b-37b53b718858} <Debug> DynamicQueryHandler: Done processing query | ||
6439 | 2024.07.12 00:39:48.318574 [ 3 ] {8d6e8649-eb0d-4e89-a56b-37b53b718858} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6440 | 2024.07.12 00:39:48.318589 [ 3 ] {} <Debug> HTTP-Session: c759123a-10f0-4bb4-8b5e-c4a143613b03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6441 | 2024.07.12 00:39:48.318704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6442 | 2024.07.12 00:39:48.318753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6443 | 2024.07.12 00:39:48.318773 [ 3 ] {} <Debug> HTTP-Session: 036765d1-251a-410c-9724-1207384a7768 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6444 | 2024.07.12 00:39:48.318789 [ 3 ] {} <Debug> HTTP-Session: 036765d1-251a-410c-9724-1207384a7768 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6445 | 2024.07.12 00:39:48.318802 [ 3 ] {} <Debug> HTTP-Session: 036765d1-251a-410c-9724-1207384a7768 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6446 | 2024.07.12 00:39:48.318832 [ 3 ] {} <Trace> HTTP-Session: 036765d1-251a-410c-9724-1207384a7768 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6447 | 2024.07.12 00:39:48.318948 [ 3 ] {41b112bf-68f3-4e94-8038-487a1f94d93b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6448 | 2024.07.12 00:39:48.318993 [ 3 ] {41b112bf-68f3-4e94-8038-487a1f94d93b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6449 | 2024.07.12 00:39:48.319119 [ 3 ] {41b112bf-68f3-4e94-8038-487a1f94d93b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6450 | 2024.07.12 00:39:48.319392 [ 3 ] {41b112bf-68f3-4e94-8038-487a1f94d93b} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6451 | 2024.07.12 00:39:48.319428 [ 3 ] {41b112bf-68f3-4e94-8038-487a1f94d93b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6452 | 2024.07.12 00:39:48.319785 [ 3 ] {41b112bf-68f3-4e94-8038-487a1f94d93b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6453 | 2024.07.12 00:39:48.320121 [ 3 ] {41b112bf-68f3-4e94-8038-487a1f94d93b} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6454 | 2024.07.12 00:39:48.320278 [ 3 ] {41b112bf-68f3-4e94-8038-487a1f94d93b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
6455 | 2024.07.12 00:39:48.320432 [ 3 ] {41b112bf-68f3-4e94-8038-487a1f94d93b} <Debug> DynamicQueryHandler: Done processing query | ||
6456 | 2024.07.12 00:39:48.320456 [ 3 ] {41b112bf-68f3-4e94-8038-487a1f94d93b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6457 | 2024.07.12 00:39:48.320472 [ 3 ] {} <Debug> HTTP-Session: 036765d1-251a-410c-9724-1207384a7768 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6458 | 2024.07.12 00:39:52.435343 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6459 | 2024.07.12 00:39:52.435414 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6460 | 2024.07.12 00:39:53.289189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6461 | 2024.07.12 00:39:53.289316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6462 | 2024.07.12 00:39:53.289344 [ 3 ] {} <Debug> HTTP-Session: f5dcf63e-2bc1-4a43-9bf2-b8b9118e466c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6463 | 2024.07.12 00:39:53.289370 [ 3 ] {} <Debug> HTTP-Session: f5dcf63e-2bc1-4a43-9bf2-b8b9118e466c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6464 | 2024.07.12 00:39:53.289385 [ 3 ] {} <Debug> HTTP-Session: f5dcf63e-2bc1-4a43-9bf2-b8b9118e466c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6465 | 2024.07.12 00:39:53.289439 [ 3 ] {} <Trace> HTTP-Session: f5dcf63e-2bc1-4a43-9bf2-b8b9118e466c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6466 | 2024.07.12 00:39:53.289656 [ 3 ] {e62e430a-d69d-4b6a-a565-b89fa799f95f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6467 | 2024.07.12 00:39:53.289729 [ 3 ] {e62e430a-d69d-4b6a-a565-b89fa799f95f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6468 | 2024.07.12 00:39:53.289928 [ 3 ] {e62e430a-d69d-4b6a-a565-b89fa799f95f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6469 | 2024.07.12 00:39:53.290387 [ 3 ] {e62e430a-d69d-4b6a-a565-b89fa799f95f} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6470 | 2024.07.12 00:39:53.290432 [ 3 ] {e62e430a-d69d-4b6a-a565-b89fa799f95f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6471 | 2024.07.12 00:39:53.290825 [ 3 ] {e62e430a-d69d-4b6a-a565-b89fa799f95f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6472 | 2024.07.12 00:39:53.291164 [ 3 ] {e62e430a-d69d-4b6a-a565-b89fa799f95f} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6473 | 2024.07.12 00:39:53.291322 [ 3 ] {e62e430a-d69d-4b6a-a565-b89fa799f95f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001737 sec., 32239.49337938975 rows/sec., 2.46 MiB/sec. | ||
6474 | 2024.07.12 00:39:53.291372 [ 84 ] {} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6475 | 2024.07.12 00:39:53.291479 [ 84 ] {} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6476 | 2024.07.12 00:39:53.291515 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6477 | 2024.07.12 00:39:53.291624 [ 3 ] {e62e430a-d69d-4b6a-a565-b89fa799f95f} <Debug> DynamicQueryHandler: Done processing query | ||
6478 | 2024.07.12 00:39:53.291679 [ 3 ] {e62e430a-d69d-4b6a-a565-b89fa799f95f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6479 | 2024.07.12 00:39:53.291729 [ 3 ] {} <Debug> HTTP-Session: f5dcf63e-2bc1-4a43-9bf2-b8b9118e466c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6480 | 2024.07.12 00:39:53.291778 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::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 | ||
6481 | 2024.07.12 00:39:53.291952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6482 | 2024.07.12 00:39:53.292065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6483 | 2024.07.12 00:39:53.292123 [ 3 ] {} <Debug> HTTP-Session: ddd69dd4-7ca3-4b56-bd08-816c0df3d938 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6484 | 2024.07.12 00:39:53.292137 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6485 | 2024.07.12 00:39:53.292152 [ 3 ] {} <Debug> HTTP-Session: ddd69dd4-7ca3-4b56-bd08-816c0df3d938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6486 | 2024.07.12 00:39:53.292196 [ 3 ] {} <Debug> HTTP-Session: ddd69dd4-7ca3-4b56-bd08-816c0df3d938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6487 | 2024.07.12 00:39:53.292225 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 298 rows starting from the beginning of the part | ||
6488 | 2024.07.12 00:39:53.292255 [ 3 ] {} <Trace> HTTP-Session: ddd69dd4-7ca3-4b56-bd08-816c0df3d938 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6489 | 2024.07.12 00:39:53.292434 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 92 rows starting from the beginning of the part | ||
6490 | 2024.07.12 00:39:53.292729 [ 3 ] {adf4b607-56e9-4fab-8164-406679656189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6491 | 2024.07.12 00:39:53.292839 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 254 rows starting from the beginning of the part | ||
6492 | 2024.07.12 00:39:53.292909 [ 3 ] {adf4b607-56e9-4fab-8164-406679656189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6493 | 2024.07.12 00:39:53.293211 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
6494 | 2024.07.12 00:39:53.293562 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 256 rows starting from the beginning of the part | ||
6495 | 2024.07.12 00:39:53.293867 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
6496 | 2024.07.12 00:39:53.294323 [ 3 ] {adf4b607-56e9-4fab-8164-406679656189} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6497 | 2024.07.12 00:39:53.295231 [ 3 ] {adf4b607-56e9-4fab-8164-406679656189} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6498 | 2024.07.12 00:39:53.295295 [ 3 ] {adf4b607-56e9-4fab-8164-406679656189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6499 | 2024.07.12 00:39:53.296148 [ 3 ] {adf4b607-56e9-4fab-8164-406679656189} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6500 | 2024.07.12 00:39:53.296850 [ 3 ] {adf4b607-56e9-4fab-8164-406679656189} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6501 | 2024.07.12 00:39:53.296865 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1012 rows, containing 4 columns (4 merged, 0 gathered) in 0.005265691 sec., 192187.5020771253 rows/sec., 16.36 MiB/sec. | ||
6502 | 2024.07.12 00:39:53.297111 [ 84 ] {} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6503 | 2024.07.12 00:39:53.297133 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6504 | 2024.07.12 00:39:53.297143 [ 3 ] {adf4b607-56e9-4fab-8164-406679656189} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004698 sec., 13622.81822051937 rows/sec., 1.06 MiB/sec. | ||
6505 | 2024.07.12 00:39:53.297188 [ 84 ] {} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6506 | 2024.07.12 00:39:53.297292 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6507 | 2024.07.12 00:39:53.297745 [ 192 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
6508 | 2024.07.12 00:39:53.297955 [ 3 ] {adf4b607-56e9-4fab-8164-406679656189} <Debug> DynamicQueryHandler: Done processing query | ||
6509 | 2024.07.12 00:39:53.298101 [ 3 ] {adf4b607-56e9-4fab-8164-406679656189} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6510 | 2024.07.12 00:39:53.298188 [ 3 ] {} <Debug> HTTP-Session: ddd69dd4-7ca3-4b56-bd08-816c0df3d938 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6511 | 2024.07.12 00:39:53.298268 [ 192 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6512 | 2024.07.12 00:39:53.298338 [ 192 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 471 rows starting from the beginning of the part | ||
6513 | 2024.07.12 00:39:53.298514 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_36_7} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6514 | 2024.07.12 00:39:53.298654 [ 192 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 88 rows starting from the beginning of the part | ||
6515 | 2024.07.12 00:39:53.298802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6516 | 2024.07.12 00:39:53.298929 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_36_7} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6517 | 2024.07.12 00:39:53.299077 [ 192 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 413 rows starting from the beginning of the part | ||
6518 | 2024.07.12 00:39:53.299229 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
6519 | 2024.07.12 00:39:53.299213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6520 | 2024.07.12 00:39:53.299405 [ 192 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part | ||
6521 | 2024.07.12 00:39:53.299448 [ 3 ] {} <Debug> HTTP-Session: 847b64eb-c149-483e-b52b-9e663e2b3ef9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6522 | 2024.07.12 00:39:53.299505 [ 3 ] {} <Debug> HTTP-Session: 847b64eb-c149-483e-b52b-9e663e2b3ef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6523 | 2024.07.12 00:39:53.299640 [ 3 ] {} <Debug> HTTP-Session: 847b64eb-c149-483e-b52b-9e663e2b3ef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6524 | 2024.07.12 00:39:53.299659 [ 192 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 417 rows starting from the beginning of the part | ||
6525 | 2024.07.12 00:39:53.299795 [ 3 ] {} <Trace> HTTP-Session: 847b64eb-c149-483e-b52b-9e663e2b3ef9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6526 | 2024.07.12 00:39:53.299905 [ 192 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
6527 | 2024.07.12 00:39:53.300412 [ 3 ] {1be2b45b-9ae4-4771-aa06-b06a38896b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6528 | 2024.07.12 00:39:53.300500 [ 3 ] {1be2b45b-9ae4-4771-aa06-b06a38896b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6529 | 2024.07.12 00:39:53.301124 [ 3 ] {1be2b45b-9ae4-4771-aa06-b06a38896b21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6530 | 2024.07.12 00:39:53.302101 [ 3 ] {1be2b45b-9ae4-4771-aa06-b06a38896b21} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6531 | 2024.07.12 00:39:53.302174 [ 3 ] {1be2b45b-9ae4-4771-aa06-b06a38896b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6532 | 2024.07.12 00:39:53.302827 [ 192 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 4 columns (4 merged, 0 gathered) in 0.005379713 sec., 281985.3029334464 rows/sec., 20.35 MiB/sec. | ||
6533 | 2024.07.12 00:39:53.302946 [ 3 ] {1be2b45b-9ae4-4771-aa06-b06a38896b21} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6534 | 2024.07.12 00:39:53.303033 [ 192 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6535 | 2024.07.12 00:39:53.303711 [ 3 ] {1be2b45b-9ae4-4771-aa06-b06a38896b21} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6536 | 2024.07.12 00:39:53.303828 [ 192 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_36_7} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6537 | 2024.07.12 00:39:53.303993 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6538 | 2024.07.12 00:39:53.304066 [ 3 ] {1be2b45b-9ae4-4771-aa06-b06a38896b21} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003814 sec., 41950.707918196116 rows/sec., 2.92 MiB/sec. | ||
6539 | 2024.07.12 00:39:53.304077 [ 192 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_36_7} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6540 | 2024.07.12 00:39:53.304091 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6541 | 2024.07.12 00:39:53.304195 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6542 | 2024.07.12 00:39:53.304630 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
6543 | 2024.07.12 00:39:53.304711 [ 3 ] {1be2b45b-9ae4-4771-aa06-b06a38896b21} <Debug> DynamicQueryHandler: Done processing query | ||
6544 | 2024.07.12 00:39:53.304739 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
6545 | 2024.07.12 00:39:53.304802 [ 3 ] {1be2b45b-9ae4-4771-aa06-b06a38896b21} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6546 | 2024.07.12 00:39:53.304908 [ 3 ] {} <Debug> HTTP-Session: 847b64eb-c149-483e-b52b-9e663e2b3ef9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6547 | 2024.07.12 00:39:53.305212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6548 | 2024.07.12 00:39:53.305366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6549 | 2024.07.12 00:39:53.305458 [ 3 ] {} <Debug> HTTP-Session: 62d24a25-adca-4e58-bf80-ade275ea83e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6550 | 2024.07.12 00:39:53.305477 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6551 | 2024.07.12 00:39:53.305494 [ 3 ] {} <Debug> HTTP-Session: 62d24a25-adca-4e58-bf80-ade275ea83e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6552 | 2024.07.12 00:39:53.305550 [ 3 ] {} <Debug> HTTP-Session: 62d24a25-adca-4e58-bf80-ade275ea83e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6553 | 2024.07.12 00:39:53.305553 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 5122 rows starting from the beginning of the part | ||
6554 | 2024.07.12 00:39:53.305595 [ 3 ] {} <Trace> HTTP-Session: 62d24a25-adca-4e58-bf80-ade275ea83e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6555 | 2024.07.12 00:39:53.305776 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 194 rows starting from the beginning of the part | ||
6556 | 2024.07.12 00:39:53.305919 [ 3 ] {7a0659a2-0dc9-45b3-aa70-6fe7d4214f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6557 | 2024.07.12 00:39:53.306109 [ 3 ] {7a0659a2-0dc9-45b3-aa70-6fe7d4214f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6558 | 2024.07.12 00:39:53.306122 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
6559 | 2024.07.12 00:39:53.306547 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
6560 | 2024.07.12 00:39:53.306937 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
6561 | 2024.07.12 00:39:53.307275 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
6562 | 2024.07.12 00:39:53.307292 [ 3 ] {7a0659a2-0dc9-45b3-aa70-6fe7d4214f53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6563 | 2024.07.12 00:39:53.308072 [ 3 ] {7a0659a2-0dc9-45b3-aa70-6fe7d4214f53} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6564 | 2024.07.12 00:39:53.308117 [ 3 ] {7a0659a2-0dc9-45b3-aa70-6fe7d4214f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6565 | 2024.07.12 00:39:53.308638 [ 3 ] {7a0659a2-0dc9-45b3-aa70-6fe7d4214f53} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6566 | 2024.07.12 00:39:53.309164 [ 3 ] {7a0659a2-0dc9-45b3-aa70-6fe7d4214f53} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6567 | 2024.07.12 00:39:53.309360 [ 3 ] {7a0659a2-0dc9-45b3-aa70-6fe7d4214f53} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003608 sec., 16629.71175166297 rows/sec., 1.12 MiB/sec. | ||
6568 | 2024.07.12 00:39:53.309377 [ 82 ] {} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6569 | 2024.07.12 00:39:53.309515 [ 82 ] {} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6570 | 2024.07.12 00:39:53.309574 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6571 | 2024.07.12 00:39:53.309733 [ 3 ] {7a0659a2-0dc9-45b3-aa70-6fe7d4214f53} <Debug> DynamicQueryHandler: Done processing query | ||
6572 | 2024.07.12 00:39:53.309837 [ 3 ] {7a0659a2-0dc9-45b3-aa70-6fe7d4214f53} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6573 | 2024.07.12 00:39:53.309923 [ 3 ] {} <Debug> HTTP-Session: 62d24a25-adca-4e58-bf80-ade275ea83e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6574 | 2024.07.12 00:39:53.310014 [ 200 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
6575 | 2024.07.12 00:39:53.310171 [ 200 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6576 | 2024.07.12 00:39:53.310215 [ 200 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1788 rows starting from the beginning of the part | ||
6577 | 2024.07.12 00:39:53.310313 [ 200 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
6578 | 2024.07.12 00:39:53.310419 [ 200 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
6579 | 2024.07.12 00:39:53.310563 [ 200 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
6580 | 2024.07.12 00:39:53.310900 [ 200 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
6581 | 2024.07.12 00:39:53.311274 [ 200 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
6582 | 2024.07.12 00:39:53.311414 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5958 rows, containing 5 columns (5 merged, 0 gathered) in 0.007003657 sec., 850698.4279784119 rows/sec., 59.29 MiB/sec. | ||
6583 | 2024.07.12 00:39:53.311990 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6584 | 2024.07.12 00:39:53.312990 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6585 | 2024.07.12 00:39:53.313195 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6586 | 2024.07.12 00:39:53.313317 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. | ||
6587 | 2024.07.12 00:39:53.313602 [ 188 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2086 rows, containing 4 columns (4 merged, 0 gathered) in 0.003885129 sec., 536919.1087348708 rows/sec., 36.19 MiB/sec. | ||
6588 | 2024.07.12 00:39:53.313830 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6589 | 2024.07.12 00:39:53.314232 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_36_7} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6590 | 2024.07.12 00:39:53.314309 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_36_7} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6591 | 2024.07.12 00:39:53.314394 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
6592 | 2024.07.12 00:39:58.294741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6593 | 2024.07.12 00:39:58.294886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6594 | 2024.07.12 00:39:58.294916 [ 3 ] {} <Debug> HTTP-Session: 4b208abf-3e3c-4574-9b44-525e128977f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6595 | 2024.07.12 00:39:58.294945 [ 3 ] {} <Debug> HTTP-Session: 4b208abf-3e3c-4574-9b44-525e128977f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6596 | 2024.07.12 00:39:58.294963 [ 3 ] {} <Debug> HTTP-Session: 4b208abf-3e3c-4574-9b44-525e128977f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6597 | 2024.07.12 00:39:58.295020 [ 3 ] {} <Trace> HTTP-Session: 4b208abf-3e3c-4574-9b44-525e128977f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6598 | 2024.07.12 00:39:58.295231 [ 3 ] {4eaeafc2-75fa-40d6-9051-ef890e7625d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6599 | 2024.07.12 00:39:58.295299 [ 3 ] {4eaeafc2-75fa-40d6-9051-ef890e7625d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6600 | 2024.07.12 00:39:58.295495 [ 3 ] {4eaeafc2-75fa-40d6-9051-ef890e7625d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6601 | 2024.07.12 00:39:58.295992 [ 3 ] {4eaeafc2-75fa-40d6-9051-ef890e7625d7} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6602 | 2024.07.12 00:39:58.296035 [ 3 ] {4eaeafc2-75fa-40d6-9051-ef890e7625d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6603 | 2024.07.12 00:39:58.296404 [ 3 ] {4eaeafc2-75fa-40d6-9051-ef890e7625d7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6604 | 2024.07.12 00:39:58.296755 [ 3 ] {4eaeafc2-75fa-40d6-9051-ef890e7625d7} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6605 | 2024.07.12 00:39:58.296928 [ 3 ] {4eaeafc2-75fa-40d6-9051-ef890e7625d7} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001757 sec., 21058.62265224815 rows/sec., 1.59 MiB/sec. | ||
6606 | 2024.07.12 00:39:58.296944 [ 78 ] {} <Debug> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
6607 | 2024.07.12 00:39:58.297057 [ 78 ] {} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6608 | 2024.07.12 00:39:58.297105 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6609 | 2024.07.12 00:39:58.297252 [ 3 ] {4eaeafc2-75fa-40d6-9051-ef890e7625d7} <Debug> DynamicQueryHandler: Done processing query | ||
6610 | 2024.07.12 00:39:58.297340 [ 3 ] {4eaeafc2-75fa-40d6-9051-ef890e7625d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6611 | 2024.07.12 00:39:58.297431 [ 3 ] {} <Debug> HTTP-Session: 4b208abf-3e3c-4574-9b44-525e128977f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6612 | 2024.07.12 00:39:58.297709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6613 | 2024.07.12 00:39:58.297741 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
6614 | 2024.07.12 00:39:58.297815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6615 | 2024.07.12 00:39:58.297890 [ 3 ] {} <Debug> HTTP-Session: b76bd64a-510b-4ab9-81f7-c341c9fcce0a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6616 | 2024.07.12 00:39:58.297923 [ 3 ] {} <Debug> HTTP-Session: b76bd64a-510b-4ab9-81f7-c341c9fcce0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6617 | 2024.07.12 00:39:58.297947 [ 3 ] {} <Debug> HTTP-Session: b76bd64a-510b-4ab9-81f7-c341c9fcce0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6618 | 2024.07.12 00:39:58.298042 [ 3 ] {} <Trace> HTTP-Session: b76bd64a-510b-4ab9-81f7-c341c9fcce0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6619 | 2024.07.12 00:39:58.298221 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6620 | 2024.07.12 00:39:58.298267 [ 3 ] {444905fa-650b-4db5-9bd0-8c3d19c15418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6621 | 2024.07.12 00:39:58.298288 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 37 rows starting from the beginning of the part | ||
6622 | 2024.07.12 00:39:58.298361 [ 3 ] {444905fa-650b-4db5-9bd0-8c3d19c15418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6623 | 2024.07.12 00:39:58.298483 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 37 rows starting from the beginning of the part | ||
6624 | 2024.07.12 00:39:58.298827 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 37 rows starting from the beginning of the part | ||
6625 | 2024.07.12 00:39:58.299152 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 37 rows starting from the beginning of the part | ||
6626 | 2024.07.12 00:39:58.299437 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 37 rows starting from the beginning of the part | ||
6627 | 2024.07.12 00:39:58.299857 [ 3 ] {444905fa-650b-4db5-9bd0-8c3d19c15418} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6628 | 2024.07.12 00:39:58.300659 [ 3 ] {444905fa-650b-4db5-9bd0-8c3d19c15418} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6629 | 2024.07.12 00:39:58.300717 [ 3 ] {444905fa-650b-4db5-9bd0-8c3d19c15418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6630 | 2024.07.12 00:39:58.301585 [ 3 ] {444905fa-650b-4db5-9bd0-8c3d19c15418} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
6631 | 2024.07.12 00:39:58.301889 [ 188 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 4 columns (4 merged, 0 gathered) in 0.004659882 sec., 39700.57610900877 rows/sec., 2.99 MiB/sec. | ||
6632 | 2024.07.12 00:39:58.302164 [ 188 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
6633 | 2024.07.12 00:39:58.302217 [ 3 ] {444905fa-650b-4db5-9bd0-8c3d19c15418} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6634 | 2024.07.12 00:39:58.302844 [ 3 ] {444905fa-650b-4db5-9bd0-8c3d19c15418} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.004592 sec., 1306.6202090592335 rows/sec., 106.55 KiB/sec. | ||
6635 | 2024.07.12 00:39:58.303315 [ 3 ] {444905fa-650b-4db5-9bd0-8c3d19c15418} <Debug> DynamicQueryHandler: Done processing query | ||
6636 | 2024.07.12 00:39:58.303365 [ 3 ] {444905fa-650b-4db5-9bd0-8c3d19c15418} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6637 | 2024.07.12 00:39:58.303363 [ 188 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_18_4} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6638 | 2024.07.12 00:39:58.303393 [ 3 ] {} <Debug> HTTP-Session: b76bd64a-510b-4ab9-81f7-c341c9fcce0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6639 | 2024.07.12 00:39:58.303510 [ 188 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_18_4} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
6640 | 2024.07.12 00:39:58.303637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38799, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6641 | 2024.07.12 00:39:58.303647 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6642 | 2024.07.12 00:39:58.303710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6643 | 2024.07.12 00:39:58.303736 [ 3 ] {} <Debug> HTTP-Session: 21dbbcac-313f-46c9-a6af-77f80e030f3b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6644 | 2024.07.12 00:39:58.303753 [ 3 ] {} <Debug> HTTP-Session: 21dbbcac-313f-46c9-a6af-77f80e030f3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6645 | 2024.07.12 00:39:58.303767 [ 3 ] {} <Debug> HTTP-Session: 21dbbcac-313f-46c9-a6af-77f80e030f3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6646 | 2024.07.12 00:39:58.303798 [ 3 ] {} <Trace> HTTP-Session: 21dbbcac-313f-46c9-a6af-77f80e030f3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6647 | 2024.07.12 00:39:58.303993 [ 3 ] {c9f3359b-080d-4969-8cf3-0eab198d8b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6648 | 2024.07.12 00:39:58.304039 [ 3 ] {c9f3359b-080d-4969-8cf3-0eab198d8b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6649 | 2024.07.12 00:39:58.304191 [ 3 ] {c9f3359b-080d-4969-8cf3-0eab198d8b48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6650 | 2024.07.12 00:39:58.304680 [ 3 ] {c9f3359b-080d-4969-8cf3-0eab198d8b48} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6651 | 2024.07.12 00:39:58.304717 [ 3 ] {c9f3359b-080d-4969-8cf3-0eab198d8b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6652 | 2024.07.12 00:39:58.305061 [ 3 ] {c9f3359b-080d-4969-8cf3-0eab198d8b48} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6653 | 2024.07.12 00:39:58.305372 [ 3 ] {c9f3359b-080d-4969-8cf3-0eab198d8b48} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6654 | 2024.07.12 00:39:58.305535 [ 3 ] {c9f3359b-080d-4969-8cf3-0eab198d8b48} <Debug> executeQuery: Read 257 rows, 23.16 KiB in 0.001644 sec., 156326.03406326033 rows/sec., 13.76 MiB/sec. | ||
6655 | 2024.07.12 00:39:58.305716 [ 3 ] {c9f3359b-080d-4969-8cf3-0eab198d8b48} <Debug> DynamicQueryHandler: Done processing query | ||
6656 | 2024.07.12 00:39:58.305740 [ 3 ] {c9f3359b-080d-4969-8cf3-0eab198d8b48} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
6657 | 2024.07.12 00:39:58.305755 [ 3 ] {} <Debug> HTTP-Session: 21dbbcac-313f-46c9-a6af-77f80e030f3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6658 | 2024.07.12 00:39:58.305871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6659 | 2024.07.12 00:39:58.305919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6660 | 2024.07.12 00:39:58.305939 [ 3 ] {} <Debug> HTTP-Session: 5e578af7-ceda-40be-b756-f38f7f3299bf Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6661 | 2024.07.12 00:39:58.305955 [ 3 ] {} <Debug> HTTP-Session: 5e578af7-ceda-40be-b756-f38f7f3299bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6662 | 2024.07.12 00:39:58.305968 [ 3 ] {} <Debug> HTTP-Session: 5e578af7-ceda-40be-b756-f38f7f3299bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6663 | 2024.07.12 00:39:58.306000 [ 3 ] {} <Trace> HTTP-Session: 5e578af7-ceda-40be-b756-f38f7f3299bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6664 | 2024.07.12 00:39:58.306093 [ 3 ] {5d2ad608-eee7-4492-8b9f-02cb3a289b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6665 | 2024.07.12 00:39:58.306137 [ 3 ] {5d2ad608-eee7-4492-8b9f-02cb3a289b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6666 | 2024.07.12 00:39:58.306267 [ 3 ] {5d2ad608-eee7-4492-8b9f-02cb3a289b94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6667 | 2024.07.12 00:39:58.306554 [ 3 ] {5d2ad608-eee7-4492-8b9f-02cb3a289b94} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6668 | 2024.07.12 00:39:58.306591 [ 3 ] {5d2ad608-eee7-4492-8b9f-02cb3a289b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6669 | 2024.07.12 00:39:58.306884 [ 3 ] {5d2ad608-eee7-4492-8b9f-02cb3a289b94} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
6670 | 2024.07.12 00:39:58.307195 [ 3 ] {5d2ad608-eee7-4492-8b9f-02cb3a289b94} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6671 | 2024.07.12 00:39:58.307349 [ 3 ] {5d2ad608-eee7-4492-8b9f-02cb3a289b94} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001271 sec., 4720.692368214005 rows/sec., 329.62 KiB/sec. | ||
6672 | 2024.07.12 00:39:58.307545 [ 3 ] {5d2ad608-eee7-4492-8b9f-02cb3a289b94} <Debug> DynamicQueryHandler: Done processing query | ||
6673 | 2024.07.12 00:39:58.307569 [ 3 ] {5d2ad608-eee7-4492-8b9f-02cb3a289b94} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6674 | 2024.07.12 00:39:58.307585 [ 3 ] {} <Debug> HTTP-Session: 5e578af7-ceda-40be-b756-f38f7f3299bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6675 | 2024.07.12 00:39:58.307746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 67834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6676 | 2024.07.12 00:39:58.307794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6677 | 2024.07.12 00:39:58.307813 [ 3 ] {} <Debug> HTTP-Session: 269f2421-cafb-4a5a-a2c1-ca3144ca4119 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6678 | 2024.07.12 00:39:58.307829 [ 3 ] {} <Debug> HTTP-Session: 269f2421-cafb-4a5a-a2c1-ca3144ca4119 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6679 | 2024.07.12 00:39:58.307843 [ 3 ] {} <Debug> HTTP-Session: 269f2421-cafb-4a5a-a2c1-ca3144ca4119 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6680 | 2024.07.12 00:39:58.307873 [ 3 ] {} <Trace> HTTP-Session: 269f2421-cafb-4a5a-a2c1-ca3144ca4119 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6681 | 2024.07.12 00:39:58.308088 [ 3 ] {8ca0b48f-2777-45d4-b998-3d4dd309195f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6682 | 2024.07.12 00:39:58.308131 [ 3 ] {8ca0b48f-2777-45d4-b998-3d4dd309195f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6683 | 2024.07.12 00:39:58.308259 [ 3 ] {8ca0b48f-2777-45d4-b998-3d4dd309195f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6684 | 2024.07.12 00:39:58.308838 [ 3 ] {8ca0b48f-2777-45d4-b998-3d4dd309195f} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6685 | 2024.07.12 00:39:58.308873 [ 3 ] {8ca0b48f-2777-45d4-b998-3d4dd309195f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6686 | 2024.07.12 00:39:58.309200 [ 3 ] {8ca0b48f-2777-45d4-b998-3d4dd309195f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6687 | 2024.07.12 00:39:58.309504 [ 3 ] {8ca0b48f-2777-45d4-b998-3d4dd309195f} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6688 | 2024.07.12 00:39:58.309662 [ 3 ] {8ca0b48f-2777-45d4-b998-3d4dd309195f} <Debug> executeQuery: Read 419 rows, 30.45 KiB in 0.001686 sec., 248517.20047449585 rows/sec., 17.64 MiB/sec. | ||
6689 | 2024.07.12 00:39:58.309828 [ 3 ] {8ca0b48f-2777-45d4-b998-3d4dd309195f} <Debug> DynamicQueryHandler: Done processing query | ||
6690 | 2024.07.12 00:39:58.309851 [ 3 ] {8ca0b48f-2777-45d4-b998-3d4dd309195f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
6691 | 2024.07.12 00:39:58.309867 [ 3 ] {} <Debug> HTTP-Session: 269f2421-cafb-4a5a-a2c1-ca3144ca4119 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6692 | 2024.07.12 00:39:58.309979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6693 | 2024.07.12 00:39:58.310027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6694 | 2024.07.12 00:39:58.310045 [ 3 ] {} <Debug> HTTP-Session: aad08973-d89b-49bf-8e4c-4ef3173348b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6695 | 2024.07.12 00:39:58.310062 [ 3 ] {} <Debug> HTTP-Session: aad08973-d89b-49bf-8e4c-4ef3173348b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6696 | 2024.07.12 00:39:58.310076 [ 3 ] {} <Debug> HTTP-Session: aad08973-d89b-49bf-8e4c-4ef3173348b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6697 | 2024.07.12 00:39:58.310106 [ 3 ] {} <Trace> HTTP-Session: aad08973-d89b-49bf-8e4c-4ef3173348b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6698 | 2024.07.12 00:39:58.310199 [ 3 ] {8c0be620-4429-4ed5-9d15-38649c6f1af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6699 | 2024.07.12 00:39:58.310245 [ 3 ] {8c0be620-4429-4ed5-9d15-38649c6f1af6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6700 | 2024.07.12 00:39:58.310376 [ 3 ] {8c0be620-4429-4ed5-9d15-38649c6f1af6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6701 | 2024.07.12 00:39:58.310794 [ 3 ] {8c0be620-4429-4ed5-9d15-38649c6f1af6} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6702 | 2024.07.12 00:39:58.310829 [ 3 ] {8c0be620-4429-4ed5-9d15-38649c6f1af6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6703 | 2024.07.12 00:39:58.311181 [ 3 ] {8c0be620-4429-4ed5-9d15-38649c6f1af6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6704 | 2024.07.12 00:39:58.311495 [ 3 ] {8c0be620-4429-4ed5-9d15-38649c6f1af6} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6705 | 2024.07.12 00:39:58.311656 [ 3 ] {8c0be620-4429-4ed5-9d15-38649c6f1af6} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00147 sec., 4081.6326530612246 rows/sec., 175.38 KiB/sec. | ||
6706 | 2024.07.12 00:39:58.311983 [ 3 ] {8c0be620-4429-4ed5-9d15-38649c6f1af6} <Debug> DynamicQueryHandler: Done processing query | ||
6707 | 2024.07.12 00:39:58.312007 [ 3 ] {8c0be620-4429-4ed5-9d15-38649c6f1af6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6708 | 2024.07.12 00:39:58.312023 [ 3 ] {} <Debug> HTTP-Session: aad08973-d89b-49bf-8e4c-4ef3173348b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6709 | 2024.07.12 00:39:58.312141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6710 | 2024.07.12 00:39:58.312188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6711 | 2024.07.12 00:39:58.312208 [ 3 ] {} <Debug> HTTP-Session: faf02d92-8986-48de-ac44-f53be09ecb65 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6712 | 2024.07.12 00:39:58.312223 [ 3 ] {} <Debug> HTTP-Session: faf02d92-8986-48de-ac44-f53be09ecb65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6713 | 2024.07.12 00:39:58.312237 [ 3 ] {} <Debug> HTTP-Session: faf02d92-8986-48de-ac44-f53be09ecb65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6714 | 2024.07.12 00:39:58.312267 [ 3 ] {} <Trace> HTTP-Session: faf02d92-8986-48de-ac44-f53be09ecb65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6715 | 2024.07.12 00:39:58.312387 [ 3 ] {3c7a9396-5ed7-443a-8fc3-ae6f44c98c06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6716 | 2024.07.12 00:39:58.312435 [ 3 ] {3c7a9396-5ed7-443a-8fc3-ae6f44c98c06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6717 | 2024.07.12 00:39:58.312597 [ 3 ] {3c7a9396-5ed7-443a-8fc3-ae6f44c98c06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6718 | 2024.07.12 00:39:58.313000 [ 3 ] {3c7a9396-5ed7-443a-8fc3-ae6f44c98c06} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6719 | 2024.07.12 00:39:58.313036 [ 3 ] {3c7a9396-5ed7-443a-8fc3-ae6f44c98c06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6720 | 2024.07.12 00:39:58.313398 [ 3 ] {3c7a9396-5ed7-443a-8fc3-ae6f44c98c06} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6721 | 2024.07.12 00:39:58.313744 [ 3 ] {3c7a9396-5ed7-443a-8fc3-ae6f44c98c06} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6722 | 2024.07.12 00:39:58.313920 [ 3 ] {3c7a9396-5ed7-443a-8fc3-ae6f44c98c06} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001569 sec., 49075.84448693435 rows/sec., 3.02 MiB/sec. | ||
6723 | 2024.07.12 00:39:58.314135 [ 3 ] {3c7a9396-5ed7-443a-8fc3-ae6f44c98c06} <Debug> DynamicQueryHandler: Done processing query | ||
6724 | 2024.07.12 00:39:58.314159 [ 3 ] {3c7a9396-5ed7-443a-8fc3-ae6f44c98c06} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6725 | 2024.07.12 00:39:58.314174 [ 3 ] {} <Debug> HTTP-Session: faf02d92-8986-48de-ac44-f53be09ecb65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6726 | 2024.07.12 00:39:58.314335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 31204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6727 | 2024.07.12 00:39:58.314383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6728 | 2024.07.12 00:39:58.314401 [ 3 ] {} <Debug> HTTP-Session: 1dbc3658-ae58-4f78-bdeb-865c5bd19e32 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6729 | 2024.07.12 00:39:58.314418 [ 3 ] {} <Debug> HTTP-Session: 1dbc3658-ae58-4f78-bdeb-865c5bd19e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6730 | 2024.07.12 00:39:58.314431 [ 3 ] {} <Debug> HTTP-Session: 1dbc3658-ae58-4f78-bdeb-865c5bd19e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6731 | 2024.07.12 00:39:58.314462 [ 3 ] {} <Trace> HTTP-Session: 1dbc3658-ae58-4f78-bdeb-865c5bd19e32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6732 | 2024.07.12 00:39:58.314610 [ 3 ] {7ccc21d5-bd26-4931-ae40-8ee044b38b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6733 | 2024.07.12 00:39:58.314655 [ 3 ] {7ccc21d5-bd26-4931-ae40-8ee044b38b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6734 | 2024.07.12 00:39:58.314800 [ 3 ] {7ccc21d5-bd26-4931-ae40-8ee044b38b1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6735 | 2024.07.12 00:39:58.315182 [ 3 ] {7ccc21d5-bd26-4931-ae40-8ee044b38b1e} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6736 | 2024.07.12 00:39:58.315217 [ 3 ] {7ccc21d5-bd26-4931-ae40-8ee044b38b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6737 | 2024.07.12 00:39:58.315581 [ 3 ] {7ccc21d5-bd26-4931-ae40-8ee044b38b1e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6738 | 2024.07.12 00:39:58.315903 [ 3 ] {7ccc21d5-bd26-4931-ae40-8ee044b38b1e} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6739 | 2024.07.12 00:39:58.316055 [ 3 ] {7ccc21d5-bd26-4931-ae40-8ee044b38b1e} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001511 sec., 107875.57908669756 rows/sec., 7.51 MiB/sec. | ||
6740 | 2024.07.12 00:39:58.316224 [ 3 ] {7ccc21d5-bd26-4931-ae40-8ee044b38b1e} <Debug> DynamicQueryHandler: Done processing query | ||
6741 | 2024.07.12 00:39:58.316248 [ 3 ] {7ccc21d5-bd26-4931-ae40-8ee044b38b1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6742 | 2024.07.12 00:39:58.316265 [ 3 ] {} <Debug> HTTP-Session: 1dbc3658-ae58-4f78-bdeb-865c5bd19e32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6743 | 2024.07.12 00:39:58.316404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 49965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6744 | 2024.07.12 00:39:58.316451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6745 | 2024.07.12 00:39:58.316470 [ 3 ] {} <Debug> HTTP-Session: 9687e33e-2e63-494c-8aa1-1a3a5531b0d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6746 | 2024.07.12 00:39:58.316486 [ 3 ] {} <Debug> HTTP-Session: 9687e33e-2e63-494c-8aa1-1a3a5531b0d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6747 | 2024.07.12 00:39:58.316501 [ 3 ] {} <Debug> HTTP-Session: 9687e33e-2e63-494c-8aa1-1a3a5531b0d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6748 | 2024.07.12 00:39:58.316532 [ 3 ] {} <Trace> HTTP-Session: 9687e33e-2e63-494c-8aa1-1a3a5531b0d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6749 | 2024.07.12 00:39:58.316861 [ 3 ] {dc91b726-6eb5-48f2-8091-e41b30d112b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6750 | 2024.07.12 00:39:58.316923 [ 3 ] {dc91b726-6eb5-48f2-8091-e41b30d112b9} <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 | ||
6751 | 2024.07.12 00:39:58.317339 [ 3 ] {dc91b726-6eb5-48f2-8091-e41b30d112b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6752 | 2024.07.12 00:39:58.318103 [ 3 ] {dc91b726-6eb5-48f2-8091-e41b30d112b9} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6753 | 2024.07.12 00:39:58.318139 [ 3 ] {dc91b726-6eb5-48f2-8091-e41b30d112b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6754 | 2024.07.12 00:39:58.318762 [ 3 ] {dc91b726-6eb5-48f2-8091-e41b30d112b9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6755 | 2024.07.12 00:39:58.319153 [ 3 ] {dc91b726-6eb5-48f2-8091-e41b30d112b9} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6756 | 2024.07.12 00:39:58.319382 [ 3 ] {dc91b726-6eb5-48f2-8091-e41b30d112b9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002755 sec., 11252.268602540835 rows/sec., 20.16 MiB/sec. | ||
6757 | 2024.07.12 00:39:58.319951 [ 3 ] {dc91b726-6eb5-48f2-8091-e41b30d112b9} <Debug> DynamicQueryHandler: Done processing query | ||
6758 | 2024.07.12 00:39:58.319976 [ 3 ] {dc91b726-6eb5-48f2-8091-e41b30d112b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
6759 | 2024.07.12 00:39:58.319992 [ 3 ] {} <Debug> HTTP-Session: 9687e33e-2e63-494c-8aa1-1a3a5531b0d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6760 | 2024.07.12 00:39:58.320108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6761 | 2024.07.12 00:39:58.320155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6762 | 2024.07.12 00:39:58.320175 [ 3 ] {} <Debug> HTTP-Session: 157223d2-07dc-4f98-aed0-c8ac3686c468 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6763 | 2024.07.12 00:39:58.320191 [ 3 ] {} <Debug> HTTP-Session: 157223d2-07dc-4f98-aed0-c8ac3686c468 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6764 | 2024.07.12 00:39:58.320205 [ 3 ] {} <Debug> HTTP-Session: 157223d2-07dc-4f98-aed0-c8ac3686c468 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6765 | 2024.07.12 00:39:58.320235 [ 3 ] {} <Trace> HTTP-Session: 157223d2-07dc-4f98-aed0-c8ac3686c468 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6766 | 2024.07.12 00:39:58.320337 [ 3 ] {40122e9e-056a-4228-b309-90d78032d0cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6767 | 2024.07.12 00:39:58.320382 [ 3 ] {40122e9e-056a-4228-b309-90d78032d0cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6768 | 2024.07.12 00:39:58.320530 [ 3 ] {40122e9e-056a-4228-b309-90d78032d0cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6769 | 2024.07.12 00:39:58.320834 [ 3 ] {40122e9e-056a-4228-b309-90d78032d0cc} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6770 | 2024.07.12 00:39:58.320870 [ 3 ] {40122e9e-056a-4228-b309-90d78032d0cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6771 | 2024.07.12 00:39:58.321232 [ 3 ] {40122e9e-056a-4228-b309-90d78032d0cc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6772 | 2024.07.12 00:39:58.321546 [ 3 ] {40122e9e-056a-4228-b309-90d78032d0cc} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6773 | 2024.07.12 00:39:58.321704 [ 3 ] {40122e9e-056a-4228-b309-90d78032d0cc} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001396 sec., 16475.6446991404 rows/sec., 891.22 KiB/sec. | ||
6774 | 2024.07.12 00:39:58.321917 [ 3 ] {40122e9e-056a-4228-b309-90d78032d0cc} <Debug> DynamicQueryHandler: Done processing query | ||
6775 | 2024.07.12 00:39:58.321941 [ 3 ] {40122e9e-056a-4228-b309-90d78032d0cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6776 | 2024.07.12 00:39:58.321956 [ 3 ] {} <Debug> HTTP-Session: 157223d2-07dc-4f98-aed0-c8ac3686c468 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6777 | 2024.07.12 00:39:58.322071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6778 | 2024.07.12 00:39:58.322117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6779 | 2024.07.12 00:39:58.322136 [ 3 ] {} <Debug> HTTP-Session: 1a5407d2-0343-4a0b-a280-9929286c14c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6780 | 2024.07.12 00:39:58.322152 [ 3 ] {} <Debug> HTTP-Session: 1a5407d2-0343-4a0b-a280-9929286c14c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6781 | 2024.07.12 00:39:58.322166 [ 3 ] {} <Debug> HTTP-Session: 1a5407d2-0343-4a0b-a280-9929286c14c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6782 | 2024.07.12 00:39:58.322197 [ 3 ] {} <Trace> HTTP-Session: 1a5407d2-0343-4a0b-a280-9929286c14c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6783 | 2024.07.12 00:39:58.322309 [ 3 ] {f85024b1-8996-43ed-9733-80c66b1ee286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6784 | 2024.07.12 00:39:58.322353 [ 3 ] {f85024b1-8996-43ed-9733-80c66b1ee286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6785 | 2024.07.12 00:39:58.322479 [ 3 ] {f85024b1-8996-43ed-9733-80c66b1ee286} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6786 | 2024.07.12 00:39:58.322836 [ 3 ] {f85024b1-8996-43ed-9733-80c66b1ee286} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6787 | 2024.07.12 00:39:58.322872 [ 3 ] {f85024b1-8996-43ed-9733-80c66b1ee286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6788 | 2024.07.12 00:39:58.323226 [ 3 ] {f85024b1-8996-43ed-9733-80c66b1ee286} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6789 | 2024.07.12 00:39:58.323548 [ 3 ] {f85024b1-8996-43ed-9733-80c66b1ee286} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6790 | 2024.07.12 00:39:58.323704 [ 3 ] {f85024b1-8996-43ed-9733-80c66b1ee286} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00143 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec. | ||
6791 | 2024.07.12 00:39:58.323867 [ 3 ] {f85024b1-8996-43ed-9733-80c66b1ee286} <Debug> DynamicQueryHandler: Done processing query | ||
6792 | 2024.07.12 00:39:58.323891 [ 3 ] {f85024b1-8996-43ed-9733-80c66b1ee286} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6793 | 2024.07.12 00:39:58.323906 [ 3 ] {} <Debug> HTTP-Session: 1a5407d2-0343-4a0b-a280-9929286c14c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6794 | 2024.07.12 00:40:03.293367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6795 | 2024.07.12 00:40:03.293499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6796 | 2024.07.12 00:40:03.293525 [ 3 ] {} <Debug> HTTP-Session: d62b36f1-bd25-4869-b081-11aa6fb90cc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6797 | 2024.07.12 00:40:03.293549 [ 3 ] {} <Debug> HTTP-Session: d62b36f1-bd25-4869-b081-11aa6fb90cc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6798 | 2024.07.12 00:40:03.293563 [ 3 ] {} <Debug> HTTP-Session: d62b36f1-bd25-4869-b081-11aa6fb90cc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6799 | 2024.07.12 00:40:03.293615 [ 3 ] {} <Trace> HTTP-Session: d62b36f1-bd25-4869-b081-11aa6fb90cc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6800 | 2024.07.12 00:40:03.293797 [ 3 ] {3e106dcd-75f8-4aed-bc32-7b6f9d6b5aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6801 | 2024.07.12 00:40:03.293873 [ 3 ] {3e106dcd-75f8-4aed-bc32-7b6f9d6b5aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6802 | 2024.07.12 00:40:03.294071 [ 3 ] {3e106dcd-75f8-4aed-bc32-7b6f9d6b5aff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6803 | 2024.07.12 00:40:03.294459 [ 3 ] {3e106dcd-75f8-4aed-bc32-7b6f9d6b5aff} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6804 | 2024.07.12 00:40:03.294498 [ 3 ] {3e106dcd-75f8-4aed-bc32-7b6f9d6b5aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6805 | 2024.07.12 00:40:03.294847 [ 3 ] {3e106dcd-75f8-4aed-bc32-7b6f9d6b5aff} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6806 | 2024.07.12 00:40:03.295216 [ 3 ] {3e106dcd-75f8-4aed-bc32-7b6f9d6b5aff} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6807 | 2024.07.12 00:40:03.295359 [ 3 ] {3e106dcd-75f8-4aed-bc32-7b6f9d6b5aff} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001616 sec., 3712.871287128713 rows/sec., 302.76 KiB/sec. | ||
6808 | 2024.07.12 00:40:03.295541 [ 3 ] {3e106dcd-75f8-4aed-bc32-7b6f9d6b5aff} <Debug> DynamicQueryHandler: Done processing query | ||
6809 | 2024.07.12 00:40:03.295567 [ 3 ] {3e106dcd-75f8-4aed-bc32-7b6f9d6b5aff} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6810 | 2024.07.12 00:40:03.295583 [ 3 ] {} <Debug> HTTP-Session: d62b36f1-bd25-4869-b081-11aa6fb90cc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6811 | 2024.07.12 00:40:03.295751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6812 | 2024.07.12 00:40:03.295798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6813 | 2024.07.12 00:40:03.295818 [ 3 ] {} <Debug> HTTP-Session: b37af200-893a-49fd-b51b-76a425b1a7b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6814 | 2024.07.12 00:40:03.295834 [ 3 ] {} <Debug> HTTP-Session: b37af200-893a-49fd-b51b-76a425b1a7b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6815 | 2024.07.12 00:40:03.295848 [ 3 ] {} <Debug> HTTP-Session: b37af200-893a-49fd-b51b-76a425b1a7b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6816 | 2024.07.12 00:40:03.295880 [ 3 ] {} <Trace> HTTP-Session: b37af200-893a-49fd-b51b-76a425b1a7b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6817 | 2024.07.12 00:40:03.295999 [ 3 ] {7e9376b3-9c3a-4a88-bacd-d5725e87f561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6818 | 2024.07.12 00:40:03.296043 [ 3 ] {7e9376b3-9c3a-4a88-bacd-d5725e87f561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6819 | 2024.07.12 00:40:03.296162 [ 3 ] {7e9376b3-9c3a-4a88-bacd-d5725e87f561} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6820 | 2024.07.12 00:40:03.296516 [ 3 ] {7e9376b3-9c3a-4a88-bacd-d5725e87f561} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6821 | 2024.07.12 00:40:03.296552 [ 3 ] {7e9376b3-9c3a-4a88-bacd-d5725e87f561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6822 | 2024.07.12 00:40:03.296867 [ 3 ] {7e9376b3-9c3a-4a88-bacd-d5725e87f561} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6823 | 2024.07.12 00:40:03.297176 [ 3 ] {7e9376b3-9c3a-4a88-bacd-d5725e87f561} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6824 | 2024.07.12 00:40:03.297317 [ 3 ] {7e9376b3-9c3a-4a88-bacd-d5725e87f561} <Debug> executeQuery: Read 95 rows, 7.36 KiB in 0.001364 sec., 69648.09384164223 rows/sec., 5.27 MiB/sec. | ||
6825 | 2024.07.12 00:40:03.297481 [ 3 ] {7e9376b3-9c3a-4a88-bacd-d5725e87f561} <Debug> DynamicQueryHandler: Done processing query | ||
6826 | 2024.07.12 00:40:03.297510 [ 3 ] {7e9376b3-9c3a-4a88-bacd-d5725e87f561} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6827 | 2024.07.12 00:40:03.297526 [ 3 ] {} <Debug> HTTP-Session: b37af200-893a-49fd-b51b-76a425b1a7b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6828 | 2024.07.12 00:40:03.297639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6829 | 2024.07.12 00:40:03.297687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6830 | 2024.07.12 00:40:03.297705 [ 3 ] {} <Debug> HTTP-Session: 69daeb00-c3bb-4586-88f1-2531b1ebd192 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6831 | 2024.07.12 00:40:03.297722 [ 3 ] {} <Debug> HTTP-Session: 69daeb00-c3bb-4586-88f1-2531b1ebd192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6832 | 2024.07.12 00:40:03.297736 [ 3 ] {} <Debug> HTTP-Session: 69daeb00-c3bb-4586-88f1-2531b1ebd192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6833 | 2024.07.12 00:40:03.297767 [ 3 ] {} <Trace> HTTP-Session: 69daeb00-c3bb-4586-88f1-2531b1ebd192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6834 | 2024.07.12 00:40:03.297861 [ 3 ] {09f932c7-533c-4659-b7a9-1f151267ab47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6835 | 2024.07.12 00:40:03.297905 [ 3 ] {09f932c7-533c-4659-b7a9-1f151267ab47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6836 | 2024.07.12 00:40:03.298029 [ 3 ] {09f932c7-533c-4659-b7a9-1f151267ab47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6837 | 2024.07.12 00:40:03.298363 [ 3 ] {09f932c7-533c-4659-b7a9-1f151267ab47} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6838 | 2024.07.12 00:40:03.298398 [ 3 ] {09f932c7-533c-4659-b7a9-1f151267ab47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6839 | 2024.07.12 00:40:03.298682 [ 3 ] {09f932c7-533c-4659-b7a9-1f151267ab47} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6840 | 2024.07.12 00:40:03.298970 [ 3 ] {09f932c7-533c-4659-b7a9-1f151267ab47} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6841 | 2024.07.12 00:40:03.299093 [ 3 ] {09f932c7-533c-4659-b7a9-1f151267ab47} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001256 sec., 4777.070063694267 rows/sec., 333.56 KiB/sec. | ||
6842 | 2024.07.12 00:40:03.299378 [ 3 ] {09f932c7-533c-4659-b7a9-1f151267ab47} <Debug> DynamicQueryHandler: Done processing query | ||
6843 | 2024.07.12 00:40:03.299404 [ 3 ] {09f932c7-533c-4659-b7a9-1f151267ab47} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6844 | 2024.07.12 00:40:03.299419 [ 3 ] {} <Debug> HTTP-Session: 69daeb00-c3bb-4586-88f1-2531b1ebd192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6845 | 2024.07.12 00:40:03.299576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 15947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6846 | 2024.07.12 00:40:03.299625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6847 | 2024.07.12 00:40:03.299644 [ 3 ] {} <Debug> HTTP-Session: ba1fc51b-1030-407f-8c8b-7b7c69b0f898 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6848 | 2024.07.12 00:40:03.299660 [ 3 ] {} <Debug> HTTP-Session: ba1fc51b-1030-407f-8c8b-7b7c69b0f898 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6849 | 2024.07.12 00:40:03.299674 [ 3 ] {} <Debug> HTTP-Session: ba1fc51b-1030-407f-8c8b-7b7c69b0f898 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6850 | 2024.07.12 00:40:03.299704 [ 3 ] {} <Trace> HTTP-Session: ba1fc51b-1030-407f-8c8b-7b7c69b0f898 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6851 | 2024.07.12 00:40:03.299824 [ 3 ] {e299fc44-1d87-41ea-b0e0-d9c37e11c7b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6852 | 2024.07.12 00:40:03.299869 [ 3 ] {e299fc44-1d87-41ea-b0e0-d9c37e11c7b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6853 | 2024.07.12 00:40:03.300008 [ 3 ] {e299fc44-1d87-41ea-b0e0-d9c37e11c7b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6854 | 2024.07.12 00:40:03.300348 [ 3 ] {e299fc44-1d87-41ea-b0e0-d9c37e11c7b3} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6855 | 2024.07.12 00:40:03.300383 [ 3 ] {e299fc44-1d87-41ea-b0e0-d9c37e11c7b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6856 | 2024.07.12 00:40:03.300688 [ 3 ] {e299fc44-1d87-41ea-b0e0-d9c37e11c7b3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6857 | 2024.07.12 00:40:03.301002 [ 3 ] {e299fc44-1d87-41ea-b0e0-d9c37e11c7b3} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6858 | 2024.07.12 00:40:03.301137 [ 3 ] {e299fc44-1d87-41ea-b0e0-d9c37e11c7b3} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.001357 sec., 69270.44952100221 rows/sec., 5.40 MiB/sec. | ||
6859 | 2024.07.12 00:40:03.301344 [ 3 ] {e299fc44-1d87-41ea-b0e0-d9c37e11c7b3} <Debug> DynamicQueryHandler: Done processing query | ||
6860 | 2024.07.12 00:40:03.301369 [ 3 ] {e299fc44-1d87-41ea-b0e0-d9c37e11c7b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6861 | 2024.07.12 00:40:03.301385 [ 3 ] {} <Debug> HTTP-Session: ba1fc51b-1030-407f-8c8b-7b7c69b0f898 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6862 | 2024.07.12 00:40:03.301569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6863 | 2024.07.12 00:40:03.301618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6864 | 2024.07.12 00:40:03.301637 [ 3 ] {} <Debug> HTTP-Session: fb290d99-1d26-47da-9a93-3e852a0ee42e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6865 | 2024.07.12 00:40:03.301653 [ 3 ] {} <Debug> HTTP-Session: fb290d99-1d26-47da-9a93-3e852a0ee42e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6866 | 2024.07.12 00:40:03.301668 [ 3 ] {} <Debug> HTTP-Session: fb290d99-1d26-47da-9a93-3e852a0ee42e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6867 | 2024.07.12 00:40:03.301699 [ 3 ] {} <Trace> HTTP-Session: fb290d99-1d26-47da-9a93-3e852a0ee42e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6868 | 2024.07.12 00:40:03.301868 [ 3 ] {836aa7f1-5e77-4d32-9276-280fcadbfc45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6869 | 2024.07.12 00:40:03.301915 [ 3 ] {836aa7f1-5e77-4d32-9276-280fcadbfc45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6870 | 2024.07.12 00:40:03.302055 [ 3 ] {836aa7f1-5e77-4d32-9276-280fcadbfc45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6871 | 2024.07.12 00:40:03.302470 [ 3 ] {836aa7f1-5e77-4d32-9276-280fcadbfc45} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6872 | 2024.07.12 00:40:03.302505 [ 3 ] {836aa7f1-5e77-4d32-9276-280fcadbfc45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6873 | 2024.07.12 00:40:03.302893 [ 3 ] {836aa7f1-5e77-4d32-9276-280fcadbfc45} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6874 | 2024.07.12 00:40:03.303215 [ 3 ] {836aa7f1-5e77-4d32-9276-280fcadbfc45} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6875 | 2024.07.12 00:40:03.303353 [ 3 ] {836aa7f1-5e77-4d32-9276-280fcadbfc45} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001574 sec., 126429.47903430749 rows/sec., 8.82 MiB/sec. | ||
6876 | 2024.07.12 00:40:03.303521 [ 3 ] {836aa7f1-5e77-4d32-9276-280fcadbfc45} <Debug> DynamicQueryHandler: Done processing query | ||
6877 | 2024.07.12 00:40:03.303544 [ 3 ] {836aa7f1-5e77-4d32-9276-280fcadbfc45} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6878 | 2024.07.12 00:40:03.303560 [ 3 ] {} <Debug> HTTP-Session: fb290d99-1d26-47da-9a93-3e852a0ee42e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6879 | 2024.07.12 00:40:03.303710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6880 | 2024.07.12 00:40:03.303758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6881 | 2024.07.12 00:40:03.303777 [ 3 ] {} <Debug> HTTP-Session: 97995803-5a73-47d0-9f26-085a15b5afcc Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6882 | 2024.07.12 00:40:03.303793 [ 3 ] {} <Debug> HTTP-Session: 97995803-5a73-47d0-9f26-085a15b5afcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6883 | 2024.07.12 00:40:03.303807 [ 3 ] {} <Debug> HTTP-Session: 97995803-5a73-47d0-9f26-085a15b5afcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6884 | 2024.07.12 00:40:03.303839 [ 3 ] {} <Trace> HTTP-Session: 97995803-5a73-47d0-9f26-085a15b5afcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6885 | 2024.07.12 00:40:03.303969 [ 3 ] {fa2cee40-dd23-48d1-b35f-3c4456187f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6886 | 2024.07.12 00:40:03.304013 [ 3 ] {fa2cee40-dd23-48d1-b35f-3c4456187f01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6887 | 2024.07.12 00:40:03.304137 [ 3 ] {fa2cee40-dd23-48d1-b35f-3c4456187f01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6888 | 2024.07.12 00:40:03.304437 [ 3 ] {fa2cee40-dd23-48d1-b35f-3c4456187f01} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6889 | 2024.07.12 00:40:03.304472 [ 3 ] {fa2cee40-dd23-48d1-b35f-3c4456187f01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6890 | 2024.07.12 00:40:03.304825 [ 3 ] {fa2cee40-dd23-48d1-b35f-3c4456187f01} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
6891 | 2024.07.12 00:40:03.305150 [ 3 ] {fa2cee40-dd23-48d1-b35f-3c4456187f01} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6892 | 2024.07.12 00:40:03.305286 [ 3 ] {fa2cee40-dd23-48d1-b35f-3c4456187f01} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
6893 | 2024.07.12 00:40:03.305454 [ 3 ] {fa2cee40-dd23-48d1-b35f-3c4456187f01} <Debug> DynamicQueryHandler: Done processing query | ||
6894 | 2024.07.12 00:40:03.305478 [ 3 ] {fa2cee40-dd23-48d1-b35f-3c4456187f01} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6895 | 2024.07.12 00:40:03.305495 [ 3 ] {} <Debug> HTTP-Session: 97995803-5a73-47d0-9f26-085a15b5afcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6896 | 2024.07.12 00:40:07.435654 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6897 | 2024.07.12 00:40:07.435727 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6898 | 2024.07.12 00:40:08.294683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6899 | 2024.07.12 00:40:08.294806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6900 | 2024.07.12 00:40:08.294834 [ 3 ] {} <Debug> HTTP-Session: 7d32a4c5-d33b-43ef-b23c-e1c328650f68 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6901 | 2024.07.12 00:40:08.294862 [ 3 ] {} <Debug> HTTP-Session: 7d32a4c5-d33b-43ef-b23c-e1c328650f68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6902 | 2024.07.12 00:40:08.294880 [ 3 ] {} <Debug> HTTP-Session: 7d32a4c5-d33b-43ef-b23c-e1c328650f68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6903 | 2024.07.12 00:40:08.294938 [ 3 ] {} <Trace> HTTP-Session: 7d32a4c5-d33b-43ef-b23c-e1c328650f68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6904 | 2024.07.12 00:40:08.295152 [ 3 ] {bc164b5b-42c0-44ea-bfdf-71e354a36450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6905 | 2024.07.12 00:40:08.295227 [ 3 ] {bc164b5b-42c0-44ea-bfdf-71e354a36450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6906 | 2024.07.12 00:40:08.295444 [ 3 ] {bc164b5b-42c0-44ea-bfdf-71e354a36450} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6907 | 2024.07.12 00:40:08.295923 [ 3 ] {bc164b5b-42c0-44ea-bfdf-71e354a36450} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6908 | 2024.07.12 00:40:08.295966 [ 3 ] {bc164b5b-42c0-44ea-bfdf-71e354a36450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6909 | 2024.07.12 00:40:08.296343 [ 3 ] {bc164b5b-42c0-44ea-bfdf-71e354a36450} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6910 | 2024.07.12 00:40:08.296675 [ 3 ] {bc164b5b-42c0-44ea-bfdf-71e354a36450} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6911 | 2024.07.12 00:40:08.296856 [ 3 ] {bc164b5b-42c0-44ea-bfdf-71e354a36450} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001765 sec., 20963.172804532576 rows/sec., 1.58 MiB/sec. | ||
6912 | 2024.07.12 00:40:08.297068 [ 3 ] {bc164b5b-42c0-44ea-bfdf-71e354a36450} <Debug> DynamicQueryHandler: Done processing query | ||
6913 | 2024.07.12 00:40:08.297096 [ 3 ] {bc164b5b-42c0-44ea-bfdf-71e354a36450} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6914 | 2024.07.12 00:40:08.297116 [ 3 ] {} <Debug> HTTP-Session: 7d32a4c5-d33b-43ef-b23c-e1c328650f68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6915 | 2024.07.12 00:40:08.297464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6916 | 2024.07.12 00:40:08.297520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6917 | 2024.07.12 00:40:08.297540 [ 3 ] {} <Debug> HTTP-Session: 5dfed28f-1a87-4a04-9184-0bf68cc9c786 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6918 | 2024.07.12 00:40:08.297557 [ 3 ] {} <Debug> HTTP-Session: 5dfed28f-1a87-4a04-9184-0bf68cc9c786 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6919 | 2024.07.12 00:40:08.297571 [ 3 ] {} <Debug> HTTP-Session: 5dfed28f-1a87-4a04-9184-0bf68cc9c786 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6920 | 2024.07.12 00:40:08.297607 [ 3 ] {} <Trace> HTTP-Session: 5dfed28f-1a87-4a04-9184-0bf68cc9c786 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6921 | 2024.07.12 00:40:08.297786 [ 3 ] {452fa17c-d3a4-4944-bc1c-ec3f18441b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6922 | 2024.07.12 00:40:08.297831 [ 3 ] {452fa17c-d3a4-4944-bc1c-ec3f18441b3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6923 | 2024.07.12 00:40:08.297960 [ 3 ] {452fa17c-d3a4-4944-bc1c-ec3f18441b3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6924 | 2024.07.12 00:40:08.298455 [ 3 ] {452fa17c-d3a4-4944-bc1c-ec3f18441b3f} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6925 | 2024.07.12 00:40:08.298491 [ 3 ] {452fa17c-d3a4-4944-bc1c-ec3f18441b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6926 | 2024.07.12 00:40:08.298817 [ 3 ] {452fa17c-d3a4-4944-bc1c-ec3f18441b3f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6927 | 2024.07.12 00:40:08.299114 [ 3 ] {452fa17c-d3a4-4944-bc1c-ec3f18441b3f} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6928 | 2024.07.12 00:40:08.299271 [ 3 ] {452fa17c-d3a4-4944-bc1c-ec3f18441b3f} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.001569 sec., 161886.5519439133 rows/sec., 14.28 MiB/sec. | ||
6929 | 2024.07.12 00:40:08.299444 [ 3 ] {452fa17c-d3a4-4944-bc1c-ec3f18441b3f} <Debug> DynamicQueryHandler: Done processing query | ||
6930 | 2024.07.12 00:40:08.299468 [ 3 ] {452fa17c-d3a4-4944-bc1c-ec3f18441b3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
6931 | 2024.07.12 00:40:08.299484 [ 3 ] {} <Debug> HTTP-Session: 5dfed28f-1a87-4a04-9184-0bf68cc9c786 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6932 | 2024.07.12 00:40:08.299679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6933 | 2024.07.12 00:40:08.299730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6934 | 2024.07.12 00:40:08.299749 [ 3 ] {} <Debug> HTTP-Session: 5a10c574-07b1-4b39-9256-4e760ebc6258 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6935 | 2024.07.12 00:40:08.299766 [ 3 ] {} <Debug> HTTP-Session: 5a10c574-07b1-4b39-9256-4e760ebc6258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6936 | 2024.07.12 00:40:08.299780 [ 3 ] {} <Debug> HTTP-Session: 5a10c574-07b1-4b39-9256-4e760ebc6258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6937 | 2024.07.12 00:40:08.299811 [ 3 ] {} <Trace> HTTP-Session: 5a10c574-07b1-4b39-9256-4e760ebc6258 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6938 | 2024.07.12 00:40:08.300030 [ 3 ] {3b926f7a-2f71-4055-aa10-04fd24deffbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6939 | 2024.07.12 00:40:08.300074 [ 3 ] {3b926f7a-2f71-4055-aa10-04fd24deffbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6940 | 2024.07.12 00:40:08.300204 [ 3 ] {3b926f7a-2f71-4055-aa10-04fd24deffbb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6941 | 2024.07.12 00:40:08.300748 [ 3 ] {3b926f7a-2f71-4055-aa10-04fd24deffbb} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6942 | 2024.07.12 00:40:08.300785 [ 3 ] {3b926f7a-2f71-4055-aa10-04fd24deffbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6943 | 2024.07.12 00:40:08.301104 [ 3 ] {3b926f7a-2f71-4055-aa10-04fd24deffbb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6944 | 2024.07.12 00:40:08.301405 [ 3 ] {3b926f7a-2f71-4055-aa10-04fd24deffbb} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6945 | 2024.07.12 00:40:08.301577 [ 3 ] {3b926f7a-2f71-4055-aa10-04fd24deffbb} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001651 sec., 250151.42337976984 rows/sec., 17.72 MiB/sec. | ||
6946 | 2024.07.12 00:40:08.301750 [ 3 ] {3b926f7a-2f71-4055-aa10-04fd24deffbb} <Debug> DynamicQueryHandler: Done processing query | ||
6947 | 2024.07.12 00:40:08.301773 [ 3 ] {3b926f7a-2f71-4055-aa10-04fd24deffbb} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
6948 | 2024.07.12 00:40:08.301789 [ 3 ] {} <Debug> HTTP-Session: 5a10c574-07b1-4b39-9256-4e760ebc6258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6949 | 2024.07.12 00:40:08.301909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6950 | 2024.07.12 00:40:08.301957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6951 | 2024.07.12 00:40:08.301976 [ 3 ] {} <Debug> HTTP-Session: f605b013-d000-462d-a3e7-a85c140b8727 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6952 | 2024.07.12 00:40:08.301993 [ 3 ] {} <Debug> HTTP-Session: f605b013-d000-462d-a3e7-a85c140b8727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6953 | 2024.07.12 00:40:08.302006 [ 3 ] {} <Debug> HTTP-Session: f605b013-d000-462d-a3e7-a85c140b8727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6954 | 2024.07.12 00:40:08.302038 [ 3 ] {} <Trace> HTTP-Session: f605b013-d000-462d-a3e7-a85c140b8727 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6955 | 2024.07.12 00:40:08.302134 [ 3 ] {43b140a7-438a-4a1f-ad4a-046989bfce99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6956 | 2024.07.12 00:40:08.302178 [ 3 ] {43b140a7-438a-4a1f-ad4a-046989bfce99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6957 | 2024.07.12 00:40:08.302309 [ 3 ] {43b140a7-438a-4a1f-ad4a-046989bfce99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6958 | 2024.07.12 00:40:08.302576 [ 3 ] {43b140a7-438a-4a1f-ad4a-046989bfce99} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6959 | 2024.07.12 00:40:08.302610 [ 3 ] {43b140a7-438a-4a1f-ad4a-046989bfce99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6960 | 2024.07.12 00:40:08.302971 [ 3 ] {43b140a7-438a-4a1f-ad4a-046989bfce99} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6961 | 2024.07.12 00:40:08.303288 [ 3 ] {43b140a7-438a-4a1f-ad4a-046989bfce99} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6962 | 2024.07.12 00:40:08.303455 [ 3 ] {43b140a7-438a-4a1f-ad4a-046989bfce99} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 192.97 KiB/sec. | ||
6963 | 2024.07.12 00:40:08.303746 [ 3 ] {43b140a7-438a-4a1f-ad4a-046989bfce99} <Debug> DynamicQueryHandler: Done processing query | ||
6964 | 2024.07.12 00:40:08.303785 [ 3 ] {43b140a7-438a-4a1f-ad4a-046989bfce99} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6965 | 2024.07.12 00:40:08.303834 [ 3 ] {} <Debug> HTTP-Session: f605b013-d000-462d-a3e7-a85c140b8727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6966 | 2024.07.12 00:40:08.303993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6967 | 2024.07.12 00:40:08.304041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6968 | 2024.07.12 00:40:08.304059 [ 3 ] {} <Debug> HTTP-Session: 9f4d062d-5c21-45f3-bd3c-936f12486bda Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6969 | 2024.07.12 00:40:08.304076 [ 3 ] {} <Debug> HTTP-Session: 9f4d062d-5c21-45f3-bd3c-936f12486bda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6970 | 2024.07.12 00:40:08.304089 [ 3 ] {} <Debug> HTTP-Session: 9f4d062d-5c21-45f3-bd3c-936f12486bda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6971 | 2024.07.12 00:40:08.304120 [ 3 ] {} <Trace> HTTP-Session: 9f4d062d-5c21-45f3-bd3c-936f12486bda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6972 | 2024.07.12 00:40:08.304245 [ 3 ] {0495a0b0-4e13-4f12-b852-0a6a6c16b1ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6973 | 2024.07.12 00:40:08.304294 [ 3 ] {0495a0b0-4e13-4f12-b852-0a6a6c16b1ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6974 | 2024.07.12 00:40:08.304460 [ 3 ] {0495a0b0-4e13-4f12-b852-0a6a6c16b1ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6975 | 2024.07.12 00:40:08.304800 [ 3 ] {0495a0b0-4e13-4f12-b852-0a6a6c16b1ac} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6976 | 2024.07.12 00:40:08.304835 [ 3 ] {0495a0b0-4e13-4f12-b852-0a6a6c16b1ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6977 | 2024.07.12 00:40:08.305217 [ 3 ] {0495a0b0-4e13-4f12-b852-0a6a6c16b1ac} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6978 | 2024.07.12 00:40:08.305546 [ 3 ] {0495a0b0-4e13-4f12-b852-0a6a6c16b1ac} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6979 | 2024.07.12 00:40:08.305701 [ 3 ] {0495a0b0-4e13-4f12-b852-0a6a6c16b1ac} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001498 sec., 51401.86915887851 rows/sec., 3.17 MiB/sec. | ||
6980 | 2024.07.12 00:40:08.305967 [ 3 ] {0495a0b0-4e13-4f12-b852-0a6a6c16b1ac} <Debug> DynamicQueryHandler: Done processing query | ||
6981 | 2024.07.12 00:40:08.306004 [ 3 ] {0495a0b0-4e13-4f12-b852-0a6a6c16b1ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6982 | 2024.07.12 00:40:08.306021 [ 3 ] {} <Debug> HTTP-Session: 9f4d062d-5c21-45f3-bd3c-936f12486bda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6983 | 2024.07.12 00:40:08.306209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6984 | 2024.07.12 00:40:08.306257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6985 | 2024.07.12 00:40:08.306276 [ 3 ] {} <Debug> HTTP-Session: 2d90ad19-e923-417c-8292-31dea1747f4d Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
6986 | 2024.07.12 00:40:08.306292 [ 3 ] {} <Debug> HTTP-Session: 2d90ad19-e923-417c-8292-31dea1747f4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6987 | 2024.07.12 00:40:08.306305 [ 3 ] {} <Debug> HTTP-Session: 2d90ad19-e923-417c-8292-31dea1747f4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6988 | 2024.07.12 00:40:08.306336 [ 3 ] {} <Trace> HTTP-Session: 2d90ad19-e923-417c-8292-31dea1747f4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6989 | 2024.07.12 00:40:08.306532 [ 3 ] {c93c3eeb-09c9-4d92-827f-652a7b3a8f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6990 | 2024.07.12 00:40:08.306578 [ 3 ] {c93c3eeb-09c9-4d92-827f-652a7b3a8f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6991 | 2024.07.12 00:40:08.306738 [ 3 ] {c93c3eeb-09c9-4d92-827f-652a7b3a8f53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6992 | 2024.07.12 00:40:08.307122 [ 3 ] {c93c3eeb-09c9-4d92-827f-652a7b3a8f53} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6993 | 2024.07.12 00:40:08.307157 [ 3 ] {c93c3eeb-09c9-4d92-827f-652a7b3a8f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
6994 | 2024.07.12 00:40:08.307519 [ 3 ] {c93c3eeb-09c9-4d92-827f-652a7b3a8f53} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6995 | 2024.07.12 00:40:08.307855 [ 3 ] {c93c3eeb-09c9-4d92-827f-652a7b3a8f53} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6996 | 2024.07.12 00:40:08.308013 [ 3 ] {c93c3eeb-09c9-4d92-827f-652a7b3a8f53} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
6997 | 2024.07.12 00:40:08.308182 [ 3 ] {c93c3eeb-09c9-4d92-827f-652a7b3a8f53} <Debug> DynamicQueryHandler: Done processing query | ||
6998 | 2024.07.12 00:40:08.308205 [ 3 ] {c93c3eeb-09c9-4d92-827f-652a7b3a8f53} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6999 | 2024.07.12 00:40:08.308220 [ 3 ] {} <Debug> HTTP-Session: 2d90ad19-e923-417c-8292-31dea1747f4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7000 | 2024.07.12 00:40:08.308381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 49968, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7001 | 2024.07.12 00:40:08.308428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7002 | 2024.07.12 00:40:08.308447 [ 3 ] {} <Debug> HTTP-Session: ee8b3e15-881c-492e-b9d1-2d51038dcb18 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7003 | 2024.07.12 00:40:08.308463 [ 3 ] {} <Debug> HTTP-Session: ee8b3e15-881c-492e-b9d1-2d51038dcb18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7004 | 2024.07.12 00:40:08.308476 [ 3 ] {} <Debug> HTTP-Session: ee8b3e15-881c-492e-b9d1-2d51038dcb18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7005 | 2024.07.12 00:40:08.308507 [ 3 ] {} <Trace> HTTP-Session: ee8b3e15-881c-492e-b9d1-2d51038dcb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7006 | 2024.07.12 00:40:08.308857 [ 3 ] {76caf2e6-33aa-4e83-a337-560279e664a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7007 | 2024.07.12 00:40:08.308920 [ 3 ] {76caf2e6-33aa-4e83-a337-560279e664a6} <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 | ||
7008 | 2024.07.12 00:40:08.309316 [ 3 ] {76caf2e6-33aa-4e83-a337-560279e664a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7009 | 2024.07.12 00:40:08.309917 [ 3 ] {76caf2e6-33aa-4e83-a337-560279e664a6} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7010 | 2024.07.12 00:40:08.309952 [ 3 ] {76caf2e6-33aa-4e83-a337-560279e664a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7011 | 2024.07.12 00:40:08.310535 [ 3 ] {76caf2e6-33aa-4e83-a337-560279e664a6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7012 | 2024.07.12 00:40:08.310939 [ 3 ] {76caf2e6-33aa-4e83-a337-560279e664a6} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7013 | 2024.07.12 00:40:08.311139 [ 3 ] {76caf2e6-33aa-4e83-a337-560279e664a6} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002551 sec., 12152.097216777735 rows/sec., 21.78 MiB/sec. | ||
7014 | 2024.07.12 00:40:08.311340 [ 3 ] {76caf2e6-33aa-4e83-a337-560279e664a6} <Debug> DynamicQueryHandler: Done processing query | ||
7015 | 2024.07.12 00:40:08.311364 [ 3 ] {76caf2e6-33aa-4e83-a337-560279e664a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7016 | 2024.07.12 00:40:08.311379 [ 3 ] {} <Debug> HTTP-Session: ee8b3e15-881c-492e-b9d1-2d51038dcb18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7017 | 2024.07.12 00:40:08.311537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7018 | 2024.07.12 00:40:08.311583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7019 | 2024.07.12 00:40:08.311602 [ 3 ] {} <Debug> HTTP-Session: b81a3b35-ed0b-4891-8729-32381d6d23be Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7020 | 2024.07.12 00:40:08.311620 [ 3 ] {} <Debug> HTTP-Session: b81a3b35-ed0b-4891-8729-32381d6d23be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7021 | 2024.07.12 00:40:08.311634 [ 3 ] {} <Debug> HTTP-Session: b81a3b35-ed0b-4891-8729-32381d6d23be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7022 | 2024.07.12 00:40:08.311665 [ 3 ] {} <Trace> HTTP-Session: b81a3b35-ed0b-4891-8729-32381d6d23be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7023 | 2024.07.12 00:40:08.311761 [ 3 ] {68c3bbe9-2561-4362-bc30-6d1e54c3422b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7024 | 2024.07.12 00:40:08.311806 [ 3 ] {68c3bbe9-2561-4362-bc30-6d1e54c3422b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7025 | 2024.07.12 00:40:08.311931 [ 3 ] {68c3bbe9-2561-4362-bc30-6d1e54c3422b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7026 | 2024.07.12 00:40:08.312244 [ 3 ] {68c3bbe9-2561-4362-bc30-6d1e54c3422b} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7027 | 2024.07.12 00:40:08.312278 [ 3 ] {68c3bbe9-2561-4362-bc30-6d1e54c3422b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7028 | 2024.07.12 00:40:08.312626 [ 3 ] {68c3bbe9-2561-4362-bc30-6d1e54c3422b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7029 | 2024.07.12 00:40:08.312942 [ 3 ] {68c3bbe9-2561-4362-bc30-6d1e54c3422b} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7030 | 2024.07.12 00:40:08.313091 [ 3 ] {68c3bbe9-2561-4362-bc30-6d1e54c3422b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001354 sec., 16986.706056129984 rows/sec., 918.86 KiB/sec. | ||
7031 | 2024.07.12 00:40:08.313255 [ 3 ] {68c3bbe9-2561-4362-bc30-6d1e54c3422b} <Debug> DynamicQueryHandler: Done processing query | ||
7032 | 2024.07.12 00:40:08.313278 [ 3 ] {68c3bbe9-2561-4362-bc30-6d1e54c3422b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7033 | 2024.07.12 00:40:08.313294 [ 3 ] {} <Debug> HTTP-Session: b81a3b35-ed0b-4891-8729-32381d6d23be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7034 | 2024.07.12 00:40:08.313408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7035 | 2024.07.12 00:40:08.313456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7036 | 2024.07.12 00:40:08.313475 [ 3 ] {} <Debug> HTTP-Session: 893f0324-6d85-4ee0-a487-49810e33fea9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7037 | 2024.07.12 00:40:08.313491 [ 3 ] {} <Debug> HTTP-Session: 893f0324-6d85-4ee0-a487-49810e33fea9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7038 | 2024.07.12 00:40:08.313505 [ 3 ] {} <Debug> HTTP-Session: 893f0324-6d85-4ee0-a487-49810e33fea9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7039 | 2024.07.12 00:40:08.313536 [ 3 ] {} <Trace> HTTP-Session: 893f0324-6d85-4ee0-a487-49810e33fea9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7040 | 2024.07.12 00:40:08.313645 [ 3 ] {eb4121d2-e92b-486e-84a6-6eaa93e82005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7041 | 2024.07.12 00:40:08.313691 [ 3 ] {eb4121d2-e92b-486e-84a6-6eaa93e82005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7042 | 2024.07.12 00:40:08.313818 [ 3 ] {eb4121d2-e92b-486e-84a6-6eaa93e82005} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7043 | 2024.07.12 00:40:08.314092 [ 3 ] {eb4121d2-e92b-486e-84a6-6eaa93e82005} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7044 | 2024.07.12 00:40:08.314127 [ 3 ] {eb4121d2-e92b-486e-84a6-6eaa93e82005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7045 | 2024.07.12 00:40:08.314478 [ 3 ] {eb4121d2-e92b-486e-84a6-6eaa93e82005} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7046 | 2024.07.12 00:40:08.314800 [ 3 ] {eb4121d2-e92b-486e-84a6-6eaa93e82005} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7047 | 2024.07.12 00:40:08.314953 [ 3 ] {eb4121d2-e92b-486e-84a6-6eaa93e82005} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
7048 | 2024.07.12 00:40:08.315110 [ 3 ] {eb4121d2-e92b-486e-84a6-6eaa93e82005} <Debug> DynamicQueryHandler: Done processing query | ||
7049 | 2024.07.12 00:40:08.315134 [ 3 ] {eb4121d2-e92b-486e-84a6-6eaa93e82005} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7050 | 2024.07.12 00:40:08.315149 [ 3 ] {} <Debug> HTTP-Session: 893f0324-6d85-4ee0-a487-49810e33fea9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7051 | 2024.07.12 00:40:13.288990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7052 | 2024.07.12 00:40:13.289120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7053 | 2024.07.12 00:40:13.289144 [ 3 ] {} <Debug> HTTP-Session: 1cf94320-d00c-48e3-ad36-9f229a96aecd Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7054 | 2024.07.12 00:40:13.289169 [ 3 ] {} <Debug> HTTP-Session: 1cf94320-d00c-48e3-ad36-9f229a96aecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7055 | 2024.07.12 00:40:13.289183 [ 3 ] {} <Debug> HTTP-Session: 1cf94320-d00c-48e3-ad36-9f229a96aecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7056 | 2024.07.12 00:40:13.289236 [ 3 ] {} <Trace> HTTP-Session: 1cf94320-d00c-48e3-ad36-9f229a96aecd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7057 | 2024.07.12 00:40:13.289442 [ 3 ] {1ed3546a-3c96-4658-bc5f-dd04f151dad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7058 | 2024.07.12 00:40:13.289516 [ 3 ] {1ed3546a-3c96-4658-bc5f-dd04f151dad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7059 | 2024.07.12 00:40:13.289719 [ 3 ] {1ed3546a-3c96-4658-bc5f-dd04f151dad6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7060 | 2024.07.12 00:40:13.290193 [ 3 ] {1ed3546a-3c96-4658-bc5f-dd04f151dad6} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7061 | 2024.07.12 00:40:13.290243 [ 3 ] {1ed3546a-3c96-4658-bc5f-dd04f151dad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7062 | 2024.07.12 00:40:13.290614 [ 3 ] {1ed3546a-3c96-4658-bc5f-dd04f151dad6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7063 | 2024.07.12 00:40:13.290947 [ 3 ] {1ed3546a-3c96-4658-bc5f-dd04f151dad6} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7064 | 2024.07.12 00:40:13.291110 [ 3 ] {1ed3546a-3c96-4658-bc5f-dd04f151dad6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001736 sec., 32258.064516129034 rows/sec., 2.46 MiB/sec. | ||
7065 | 2024.07.12 00:40:13.291428 [ 3 ] {1ed3546a-3c96-4658-bc5f-dd04f151dad6} <Debug> DynamicQueryHandler: Done processing query | ||
7066 | 2024.07.12 00:40:13.291457 [ 3 ] {1ed3546a-3c96-4658-bc5f-dd04f151dad6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7067 | 2024.07.12 00:40:13.291474 [ 3 ] {} <Debug> HTTP-Session: 1cf94320-d00c-48e3-ad36-9f229a96aecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7068 | 2024.07.12 00:40:13.291632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7069 | 2024.07.12 00:40:13.291689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7070 | 2024.07.12 00:40:13.291709 [ 3 ] {} <Debug> HTTP-Session: dab73754-f62c-4b38-88ea-564bd42ffc77 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7071 | 2024.07.12 00:40:13.291728 [ 3 ] {} <Debug> HTTP-Session: dab73754-f62c-4b38-88ea-564bd42ffc77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7072 | 2024.07.12 00:40:13.291744 [ 3 ] {} <Debug> HTTP-Session: dab73754-f62c-4b38-88ea-564bd42ffc77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7073 | 2024.07.12 00:40:13.291780 [ 3 ] {} <Trace> HTTP-Session: dab73754-f62c-4b38-88ea-564bd42ffc77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7074 | 2024.07.12 00:40:13.291905 [ 3 ] {2b9f7a01-6d21-452c-be2e-b9682b0354ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7075 | 2024.07.12 00:40:13.291953 [ 3 ] {2b9f7a01-6d21-452c-be2e-b9682b0354ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7076 | 2024.07.12 00:40:13.292104 [ 3 ] {2b9f7a01-6d21-452c-be2e-b9682b0354ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7077 | 2024.07.12 00:40:13.292467 [ 3 ] {2b9f7a01-6d21-452c-be2e-b9682b0354ef} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7078 | 2024.07.12 00:40:13.292505 [ 3 ] {2b9f7a01-6d21-452c-be2e-b9682b0354ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7079 | 2024.07.12 00:40:13.292811 [ 3 ] {2b9f7a01-6d21-452c-be2e-b9682b0354ef} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7080 | 2024.07.12 00:40:13.293120 [ 3 ] {2b9f7a01-6d21-452c-be2e-b9682b0354ef} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7081 | 2024.07.12 00:40:13.293267 [ 3 ] {2b9f7a01-6d21-452c-be2e-b9682b0354ef} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001403 sec., 45616.535994297934 rows/sec., 3.56 MiB/sec. | ||
7082 | 2024.07.12 00:40:13.293459 [ 3 ] {2b9f7a01-6d21-452c-be2e-b9682b0354ef} <Debug> DynamicQueryHandler: Done processing query | ||
7083 | 2024.07.12 00:40:13.293488 [ 3 ] {2b9f7a01-6d21-452c-be2e-b9682b0354ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7084 | 2024.07.12 00:40:13.293506 [ 3 ] {} <Debug> HTTP-Session: dab73754-f62c-4b38-88ea-564bd42ffc77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7085 | 2024.07.12 00:40:13.293723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7086 | 2024.07.12 00:40:13.293771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7087 | 2024.07.12 00:40:13.293790 [ 3 ] {} <Debug> HTTP-Session: 6bdaf562-9009-4b28-843a-3adcd2b7b9e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7088 | 2024.07.12 00:40:13.293806 [ 3 ] {} <Debug> HTTP-Session: 6bdaf562-9009-4b28-843a-3adcd2b7b9e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7089 | 2024.07.12 00:40:13.293820 [ 3 ] {} <Debug> HTTP-Session: 6bdaf562-9009-4b28-843a-3adcd2b7b9e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7090 | 2024.07.12 00:40:13.293852 [ 3 ] {} <Trace> HTTP-Session: 6bdaf562-9009-4b28-843a-3adcd2b7b9e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7091 | 2024.07.12 00:40:13.293995 [ 3 ] {501c0700-d5b6-406e-a806-565ff047bf0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7092 | 2024.07.12 00:40:13.294043 [ 3 ] {501c0700-d5b6-406e-a806-565ff047bf0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7093 | 2024.07.12 00:40:13.294190 [ 3 ] {501c0700-d5b6-406e-a806-565ff047bf0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7094 | 2024.07.12 00:40:13.294579 [ 3 ] {501c0700-d5b6-406e-a806-565ff047bf0e} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7095 | 2024.07.12 00:40:13.294615 [ 3 ] {501c0700-d5b6-406e-a806-565ff047bf0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7096 | 2024.07.12 00:40:13.295007 [ 3 ] {501c0700-d5b6-406e-a806-565ff047bf0e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7097 | 2024.07.12 00:40:13.295332 [ 3 ] {501c0700-d5b6-406e-a806-565ff047bf0e} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7098 | 2024.07.12 00:40:13.295484 [ 3 ] {501c0700-d5b6-406e-a806-565ff047bf0e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00155 sec., 103225.80645161291 rows/sec., 7.19 MiB/sec. | ||
7099 | 2024.07.12 00:40:13.295664 [ 3 ] {501c0700-d5b6-406e-a806-565ff047bf0e} <Debug> DynamicQueryHandler: Done processing query | ||
7100 | 2024.07.12 00:40:13.295688 [ 3 ] {501c0700-d5b6-406e-a806-565ff047bf0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7101 | 2024.07.12 00:40:13.295704 [ 3 ] {} <Debug> HTTP-Session: 6bdaf562-9009-4b28-843a-3adcd2b7b9e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7102 | 2024.07.12 00:40:13.295841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7103 | 2024.07.12 00:40:13.295889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7104 | 2024.07.12 00:40:13.295908 [ 3 ] {} <Debug> HTTP-Session: eb6894e4-395f-46fa-ba50-e8b3bba43867 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7105 | 2024.07.12 00:40:13.295925 [ 3 ] {} <Debug> HTTP-Session: eb6894e4-395f-46fa-ba50-e8b3bba43867 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7106 | 2024.07.12 00:40:13.295938 [ 3 ] {} <Debug> HTTP-Session: eb6894e4-395f-46fa-ba50-e8b3bba43867 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7107 | 2024.07.12 00:40:13.295969 [ 3 ] {} <Trace> HTTP-Session: eb6894e4-395f-46fa-ba50-e8b3bba43867 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7108 | 2024.07.12 00:40:13.296085 [ 3 ] {0fdfa21e-ecf4-4e68-b7b1-5e363a6e3ab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7109 | 2024.07.12 00:40:13.296128 [ 3 ] {0fdfa21e-ecf4-4e68-b7b1-5e363a6e3ab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7110 | 2024.07.12 00:40:13.296253 [ 3 ] {0fdfa21e-ecf4-4e68-b7b1-5e363a6e3ab6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7111 | 2024.07.12 00:40:13.296559 [ 3 ] {0fdfa21e-ecf4-4e68-b7b1-5e363a6e3ab6} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7112 | 2024.07.12 00:40:13.296594 [ 3 ] {0fdfa21e-ecf4-4e68-b7b1-5e363a6e3ab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7113 | 2024.07.12 00:40:13.296940 [ 3 ] {0fdfa21e-ecf4-4e68-b7b1-5e363a6e3ab6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7114 | 2024.07.12 00:40:13.297259 [ 3 ] {0fdfa21e-ecf4-4e68-b7b1-5e363a6e3ab6} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7115 | 2024.07.12 00:40:13.297412 [ 3 ] {0fdfa21e-ecf4-4e68-b7b1-5e363a6e3ab6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
7116 | 2024.07.12 00:40:13.297587 [ 3 ] {0fdfa21e-ecf4-4e68-b7b1-5e363a6e3ab6} <Debug> DynamicQueryHandler: Done processing query | ||
7117 | 2024.07.12 00:40:13.297611 [ 3 ] {0fdfa21e-ecf4-4e68-b7b1-5e363a6e3ab6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7118 | 2024.07.12 00:40:13.297626 [ 3 ] {} <Debug> HTTP-Session: eb6894e4-395f-46fa-ba50-e8b3bba43867 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7119 | 2024.07.12 00:40:18.295053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7120 | 2024.07.12 00:40:18.295183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7121 | 2024.07.12 00:40:18.295209 [ 3 ] {} <Debug> HTTP-Session: f38367ba-0130-4f13-b144-2fa095b09378 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7122 | 2024.07.12 00:40:18.295233 [ 3 ] {} <Debug> HTTP-Session: f38367ba-0130-4f13-b144-2fa095b09378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7123 | 2024.07.12 00:40:18.295248 [ 3 ] {} <Debug> HTTP-Session: f38367ba-0130-4f13-b144-2fa095b09378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7124 | 2024.07.12 00:40:18.295299 [ 3 ] {} <Trace> HTTP-Session: f38367ba-0130-4f13-b144-2fa095b09378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7125 | 2024.07.12 00:40:18.295491 [ 3 ] {01632761-65b9-4068-908e-90ff2df3ac90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7126 | 2024.07.12 00:40:18.295561 [ 3 ] {01632761-65b9-4068-908e-90ff2df3ac90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7127 | 2024.07.12 00:40:18.295754 [ 3 ] {01632761-65b9-4068-908e-90ff2df3ac90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7128 | 2024.07.12 00:40:18.296193 [ 3 ] {01632761-65b9-4068-908e-90ff2df3ac90} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7129 | 2024.07.12 00:40:18.296239 [ 3 ] {01632761-65b9-4068-908e-90ff2df3ac90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7130 | 2024.07.12 00:40:18.296605 [ 3 ] {01632761-65b9-4068-908e-90ff2df3ac90} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7131 | 2024.07.12 00:40:18.296934 [ 3 ] {01632761-65b9-4068-908e-90ff2df3ac90} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7132 | 2024.07.12 00:40:18.297101 [ 3 ] {01632761-65b9-4068-908e-90ff2df3ac90} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001671 sec., 22142.429682824655 rows/sec., 1.67 MiB/sec. | ||
7133 | 2024.07.12 00:40:18.297317 [ 3 ] {01632761-65b9-4068-908e-90ff2df3ac90} <Debug> DynamicQueryHandler: Done processing query | ||
7134 | 2024.07.12 00:40:18.297343 [ 3 ] {01632761-65b9-4068-908e-90ff2df3ac90} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7135 | 2024.07.12 00:40:18.297359 [ 3 ] {} <Debug> HTTP-Session: f38367ba-0130-4f13-b144-2fa095b09378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7136 | 2024.07.12 00:40:18.297673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7137 | 2024.07.12 00:40:18.297727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7138 | 2024.07.12 00:40:18.297748 [ 3 ] {} <Debug> HTTP-Session: f273cd9f-eda5-47cf-9eae-6e4de4c30152 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7139 | 2024.07.12 00:40:18.297767 [ 3 ] {} <Debug> HTTP-Session: f273cd9f-eda5-47cf-9eae-6e4de4c30152 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7140 | 2024.07.12 00:40:18.297783 [ 3 ] {} <Debug> HTTP-Session: f273cd9f-eda5-47cf-9eae-6e4de4c30152 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7141 | 2024.07.12 00:40:18.297818 [ 3 ] {} <Trace> HTTP-Session: f273cd9f-eda5-47cf-9eae-6e4de4c30152 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7142 | 2024.07.12 00:40:18.297997 [ 3 ] {c6fafe7f-45c1-4ed0-98ba-c0e701231733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7143 | 2024.07.12 00:40:18.298041 [ 3 ] {c6fafe7f-45c1-4ed0-98ba-c0e701231733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7144 | 2024.07.12 00:40:18.298171 [ 3 ] {c6fafe7f-45c1-4ed0-98ba-c0e701231733} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7145 | 2024.07.12 00:40:18.298643 [ 3 ] {c6fafe7f-45c1-4ed0-98ba-c0e701231733} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7146 | 2024.07.12 00:40:18.298683 [ 3 ] {c6fafe7f-45c1-4ed0-98ba-c0e701231733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7147 | 2024.07.12 00:40:18.299022 [ 3 ] {c6fafe7f-45c1-4ed0-98ba-c0e701231733} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7148 | 2024.07.12 00:40:18.299323 [ 3 ] {c6fafe7f-45c1-4ed0-98ba-c0e701231733} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7149 | 2024.07.12 00:40:18.299470 [ 3 ] {c6fafe7f-45c1-4ed0-98ba-c0e701231733} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.001555 sec., 163344.05144694535 rows/sec., 14.41 MiB/sec. | ||
7150 | 2024.07.12 00:40:18.299492 [ 54 ] {} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7151 | 2024.07.12 00:40:18.299599 [ 54 ] {} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7152 | 2024.07.12 00:40:18.299639 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7153 | 2024.07.12 00:40:18.299716 [ 3 ] {c6fafe7f-45c1-4ed0-98ba-c0e701231733} <Debug> DynamicQueryHandler: Done processing query | ||
7154 | 2024.07.12 00:40:18.299758 [ 3 ] {c6fafe7f-45c1-4ed0-98ba-c0e701231733} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
7155 | 2024.07.12 00:40:18.299776 [ 3 ] {} <Debug> HTTP-Session: f273cd9f-eda5-47cf-9eae-6e4de4c30152 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7156 | 2024.07.12 00:40:18.299780 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::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 | ||
7157 | 2024.07.12 00:40:18.299901 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7158 | 2024.07.12 00:40:18.299931 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 298 rows starting from the beginning of the part | ||
7159 | 2024.07.12 00:40:18.300023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7160 | 2024.07.12 00:40:18.300027 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 257 rows starting from the beginning of the part | ||
7161 | 2024.07.12 00:40:18.300206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7162 | 2024.07.12 00:40:18.300341 [ 3 ] {} <Debug> HTTP-Session: 1730fadd-34bd-4563-bbd2-f6043d94fbfc Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7163 | 2024.07.12 00:40:18.300367 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 95 rows starting from the beginning of the part | ||
7164 | 2024.07.12 00:40:18.300416 [ 3 ] {} <Debug> HTTP-Session: 1730fadd-34bd-4563-bbd2-f6043d94fbfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7165 | 2024.07.12 00:40:18.300455 [ 3 ] {} <Debug> HTTP-Session: 1730fadd-34bd-4563-bbd2-f6043d94fbfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7166 | 2024.07.12 00:40:18.300595 [ 3 ] {} <Trace> HTTP-Session: 1730fadd-34bd-4563-bbd2-f6043d94fbfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7167 | 2024.07.12 00:40:18.300665 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 254 rows starting from the beginning of the part | ||
7168 | 2024.07.12 00:40:18.300910 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part | ||
7169 | 2024.07.12 00:40:18.301104 [ 3 ] {045c6514-6d86-45db-bbfb-272091922275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7170 | 2024.07.12 00:40:18.301151 [ 187 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 254 rows starting from the beginning of the part | ||
7171 | 2024.07.12 00:40:18.301235 [ 3 ] {045c6514-6d86-45db-bbfb-272091922275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7172 | 2024.07.12 00:40:18.301807 [ 3 ] {045c6514-6d86-45db-bbfb-272091922275} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7173 | 2024.07.12 00:40:18.302689 [ 3 ] {045c6514-6d86-45db-bbfb-272091922275} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7174 | 2024.07.12 00:40:18.302736 [ 3 ] {045c6514-6d86-45db-bbfb-272091922275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7175 | 2024.07.12 00:40:18.303293 [ 3 ] {045c6514-6d86-45db-bbfb-272091922275} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7176 | 2024.07.12 00:40:18.303341 [ 199 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1214 rows, containing 4 columns (4 merged, 0 gathered) in 0.003622105 sec., 335164.2208053052 rows/sec., 28.87 MiB/sec. | ||
7177 | 2024.07.12 00:40:18.303509 [ 199 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7178 | 2024.07.12 00:40:18.303740 [ 3 ] {045c6514-6d86-45db-bbfb-272091922275} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7179 | 2024.07.12 00:40:18.303981 [ 54 ] {} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7180 | 2024.07.12 00:40:18.304003 [ 3 ] {045c6514-6d86-45db-bbfb-272091922275} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.003145 sec., 131319.55484896663 rows/sec., 9.30 MiB/sec. | ||
7181 | 2024.07.12 00:40:18.304057 [ 54 ] {} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7182 | 2024.07.12 00:40:18.304207 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7183 | 2024.07.12 00:40:18.304228 [ 195 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_41_8} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7184 | 2024.07.12 00:40:18.304621 [ 3 ] {045c6514-6d86-45db-bbfb-272091922275} <Debug> DynamicQueryHandler: Done processing query | ||
7185 | 2024.07.12 00:40:18.304714 [ 195 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_41_8} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7186 | 2024.07.12 00:40:18.304740 [ 199 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
7187 | 2024.07.12 00:40:18.304755 [ 3 ] {045c6514-6d86-45db-bbfb-272091922275} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7188 | 2024.07.12 00:40:18.304895 [ 3 ] {} <Debug> HTTP-Session: 1730fadd-34bd-4563-bbd2-f6043d94fbfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7189 | 2024.07.12 00:40:18.305140 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
7190 | 2024.07.12 00:40:18.305328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7191 | 2024.07.12 00:40:18.305530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7192 | 2024.07.12 00:40:18.305631 [ 3 ] {} <Debug> HTTP-Session: 742d04d7-84dc-479a-bc2d-5f515391741b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7193 | 2024.07.12 00:40:18.305691 [ 199 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7194 | 2024.07.12 00:40:18.305713 [ 3 ] {} <Debug> HTTP-Session: 742d04d7-84dc-479a-bc2d-5f515391741b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7195 | 2024.07.12 00:40:18.305775 [ 3 ] {} <Debug> HTTP-Session: 742d04d7-84dc-479a-bc2d-5f515391741b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7196 | 2024.07.12 00:40:18.305803 [ 199 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 471 rows starting from the beginning of the part | ||
7197 | 2024.07.12 00:40:18.305879 [ 3 ] {} <Trace> HTTP-Session: 742d04d7-84dc-479a-bc2d-5f515391741b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7198 | 2024.07.12 00:40:18.306010 [ 199 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 419 rows starting from the beginning of the part | ||
7199 | 2024.07.12 00:40:18.306195 [ 3 ] {a61fb889-9d58-44ba-81d1-39b0bf62e311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7200 | 2024.07.12 00:40:18.306392 [ 199 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 94 rows starting from the beginning of the part | ||
7201 | 2024.07.12 00:40:18.306435 [ 3 ] {a61fb889-9d58-44ba-81d1-39b0bf62e311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7202 | 2024.07.12 00:40:18.306741 [ 199 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 413 rows starting from the beginning of the part | ||
7203 | 2024.07.12 00:40:18.307098 [ 199 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part | ||
7204 | 2024.07.12 00:40:18.307541 [ 199 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 413 rows starting from the beginning of the part | ||
7205 | 2024.07.12 00:40:18.307806 [ 3 ] {a61fb889-9d58-44ba-81d1-39b0bf62e311} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7206 | 2024.07.12 00:40:18.308461 [ 3 ] {a61fb889-9d58-44ba-81d1-39b0bf62e311} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7207 | 2024.07.12 00:40:18.308502 [ 3 ] {a61fb889-9d58-44ba-81d1-39b0bf62e311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7208 | 2024.07.12 00:40:18.309057 [ 3 ] {a61fb889-9d58-44ba-81d1-39b0bf62e311} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7209 | 2024.07.12 00:40:18.309504 [ 3 ] {a61fb889-9d58-44ba-81d1-39b0bf62e311} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7210 | 2024.07.12 00:40:18.309588 [ 189 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1874 rows, containing 4 columns (4 merged, 0 gathered) in 0.00523889 sec., 357709.3620976962 rows/sec., 25.65 MiB/sec. | ||
7211 | 2024.07.12 00:40:18.309742 [ 3 ] {a61fb889-9d58-44ba-81d1-39b0bf62e311} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003702 sec., 1620.7455429497568 rows/sec., 69.64 KiB/sec. | ||
7212 | 2024.07.12 00:40:18.309887 [ 195 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7213 | 2024.07.12 00:40:18.309973 [ 3 ] {a61fb889-9d58-44ba-81d1-39b0bf62e311} <Debug> DynamicQueryHandler: Done processing query | ||
7214 | 2024.07.12 00:40:18.310000 [ 3 ] {a61fb889-9d58-44ba-81d1-39b0bf62e311} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7215 | 2024.07.12 00:40:18.310019 [ 3 ] {} <Debug> HTTP-Session: 742d04d7-84dc-479a-bc2d-5f515391741b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7216 | 2024.07.12 00:40:18.310169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7217 | 2024.07.12 00:40:18.310226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7218 | 2024.07.12 00:40:18.310247 [ 3 ] {} <Debug> HTTP-Session: 91df0f6c-81f0-4a74-969f-129c87cb11af Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7219 | 2024.07.12 00:40:18.310267 [ 3 ] {} <Debug> HTTP-Session: 91df0f6c-81f0-4a74-969f-129c87cb11af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7220 | 2024.07.12 00:40:18.310284 [ 3 ] {} <Debug> HTTP-Session: 91df0f6c-81f0-4a74-969f-129c87cb11af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7221 | 2024.07.12 00:40:18.310325 [ 3 ] {} <Trace> HTTP-Session: 91df0f6c-81f0-4a74-969f-129c87cb11af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7222 | 2024.07.12 00:40:18.310352 [ 195 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_41_8} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7223 | 2024.07.12 00:40:18.310464 [ 195 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_41_8} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7224 | 2024.07.12 00:40:18.310485 [ 3 ] {352b7138-207b-47b1-9659-2cfe9642dcd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7225 | 2024.07.12 00:40:18.310555 [ 3 ] {352b7138-207b-47b1-9659-2cfe9642dcd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7226 | 2024.07.12 00:40:18.310556 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
7227 | 2024.07.12 00:40:18.310712 [ 3 ] {352b7138-207b-47b1-9659-2cfe9642dcd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7228 | 2024.07.12 00:40:18.311042 [ 3 ] {352b7138-207b-47b1-9659-2cfe9642dcd0} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7229 | 2024.07.12 00:40:18.311077 [ 3 ] {352b7138-207b-47b1-9659-2cfe9642dcd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7230 | 2024.07.12 00:40:18.311457 [ 3 ] {352b7138-207b-47b1-9659-2cfe9642dcd0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7231 | 2024.07.12 00:40:18.311790 [ 3 ] {352b7138-207b-47b1-9659-2cfe9642dcd0} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7232 | 2024.07.12 00:40:18.311959 [ 3 ] {352b7138-207b-47b1-9659-2cfe9642dcd0} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001532 sec., 50261.096605744126 rows/sec., 3.10 MiB/sec. | ||
7233 | 2024.07.12 00:40:18.312137 [ 3 ] {352b7138-207b-47b1-9659-2cfe9642dcd0} <Debug> DynamicQueryHandler: Done processing query | ||
7234 | 2024.07.12 00:40:18.312161 [ 3 ] {352b7138-207b-47b1-9659-2cfe9642dcd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7235 | 2024.07.12 00:40:18.312177 [ 3 ] {} <Debug> HTTP-Session: 91df0f6c-81f0-4a74-969f-129c87cb11af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7236 | 2024.07.12 00:40:18.312346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7237 | 2024.07.12 00:40:18.312395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7238 | 2024.07.12 00:40:18.312414 [ 3 ] {} <Debug> HTTP-Session: fd5d39a9-5ad3-4517-8edc-d8ac87607645 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7239 | 2024.07.12 00:40:18.312431 [ 3 ] {} <Debug> HTTP-Session: fd5d39a9-5ad3-4517-8edc-d8ac87607645 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7240 | 2024.07.12 00:40:18.312445 [ 3 ] {} <Debug> HTTP-Session: fd5d39a9-5ad3-4517-8edc-d8ac87607645 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7241 | 2024.07.12 00:40:18.312476 [ 3 ] {} <Trace> HTTP-Session: fd5d39a9-5ad3-4517-8edc-d8ac87607645 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7242 | 2024.07.12 00:40:18.312658 [ 3 ] {c9e66a57-c4f1-485a-9a75-9a75b2ecfc16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7243 | 2024.07.12 00:40:18.312705 [ 3 ] {c9e66a57-c4f1-485a-9a75-9a75b2ecfc16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7244 | 2024.07.12 00:40:18.312850 [ 3 ] {c9e66a57-c4f1-485a-9a75-9a75b2ecfc16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7245 | 2024.07.12 00:40:18.313264 [ 3 ] {c9e66a57-c4f1-485a-9a75-9a75b2ecfc16} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7246 | 2024.07.12 00:40:18.313300 [ 3 ] {c9e66a57-c4f1-485a-9a75-9a75b2ecfc16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7247 | 2024.07.12 00:40:18.313685 [ 3 ] {c9e66a57-c4f1-485a-9a75-9a75b2ecfc16} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7248 | 2024.07.12 00:40:18.314015 [ 3 ] {c9e66a57-c4f1-485a-9a75-9a75b2ecfc16} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7249 | 2024.07.12 00:40:18.314166 [ 3 ] {c9e66a57-c4f1-485a-9a75-9a75b2ecfc16} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec. | ||
7250 | 2024.07.12 00:40:18.314175 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7251 | 2024.07.12 00:40:18.314255 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7252 | 2024.07.12 00:40:18.314313 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7253 | 2024.07.12 00:40:18.314525 [ 3 ] {c9e66a57-c4f1-485a-9a75-9a75b2ecfc16} <Debug> DynamicQueryHandler: Done processing query | ||
7254 | 2024.07.12 00:40:18.314610 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
7255 | 2024.07.12 00:40:18.314616 [ 3 ] {c9e66a57-c4f1-485a-9a75-9a75b2ecfc16} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7256 | 2024.07.12 00:40:18.314844 [ 3 ] {} <Debug> HTTP-Session: fd5d39a9-5ad3-4517-8edc-d8ac87607645 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7257 | 2024.07.12 00:40:18.315255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 50009, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7258 | 2024.07.12 00:40:18.315260 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7259 | 2024.07.12 00:40:18.315351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7260 | 2024.07.12 00:40:18.315357 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5958 rows starting from the beginning of the part | ||
7261 | 2024.07.12 00:40:18.315390 [ 3 ] {} <Debug> HTTP-Session: 32eda660-93fe-4c67-ab14-36ebc45301a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7262 | 2024.07.12 00:40:18.315431 [ 3 ] {} <Debug> HTTP-Session: 32eda660-93fe-4c67-ab14-36ebc45301a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7263 | 2024.07.12 00:40:18.315477 [ 3 ] {} <Debug> HTTP-Session: 32eda660-93fe-4c67-ab14-36ebc45301a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7264 | 2024.07.12 00:40:18.315658 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 163 rows starting from the beginning of the part | ||
7265 | 2024.07.12 00:40:18.315684 [ 3 ] {} <Trace> HTTP-Session: 32eda660-93fe-4c67-ab14-36ebc45301a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7266 | 2024.07.12 00:40:18.315949 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 199 rows starting from the beginning of the part | ||
7267 | 2024.07.12 00:40:18.316163 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
7268 | 2024.07.12 00:40:18.316330 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
7269 | 2024.07.12 00:40:18.316584 [ 3 ] {896965f4-5648-47d9-abee-5b73bf97d79f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7270 | 2024.07.12 00:40:18.316680 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
7271 | 2024.07.12 00:40:18.317015 [ 3 ] {896965f4-5648-47d9-abee-5b73bf97d79f} <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 | ||
7272 | 2024.07.12 00:40:18.318395 [ 3 ] {896965f4-5648-47d9-abee-5b73bf97d79f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7273 | 2024.07.12 00:40:18.320067 [ 3 ] {896965f4-5648-47d9-abee-5b73bf97d79f} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7274 | 2024.07.12 00:40:18.320108 [ 3 ] {896965f4-5648-47d9-abee-5b73bf97d79f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7275 | 2024.07.12 00:40:18.321372 [ 3 ] {896965f4-5648-47d9-abee-5b73bf97d79f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7276 | 2024.07.12 00:40:18.322060 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6800 rows, containing 5 columns (5 merged, 0 gathered) in 0.007641928 sec., 889827.80261735 rows/sec., 62.02 MiB/sec. | ||
7277 | 2024.07.12 00:40:18.322086 [ 3 ] {896965f4-5648-47d9-abee-5b73bf97d79f} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7278 | 2024.07.12 00:40:18.322363 [ 3 ] {896965f4-5648-47d9-abee-5b73bf97d79f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006371 sec., 4865.798147857479 rows/sec., 8.72 MiB/sec. | ||
7279 | 2024.07.12 00:40:18.322640 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7280 | 2024.07.12 00:40:18.323365 [ 3 ] {896965f4-5648-47d9-abee-5b73bf97d79f} <Debug> DynamicQueryHandler: Done processing query | ||
7281 | 2024.07.12 00:40:18.323415 [ 3 ] {896965f4-5648-47d9-abee-5b73bf97d79f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7282 | 2024.07.12 00:40:18.323476 [ 3 ] {} <Debug> HTTP-Session: 32eda660-93fe-4c67-ab14-36ebc45301a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7283 | 2024.07.12 00:40:18.323656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7284 | 2024.07.12 00:40:18.323736 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7285 | 2024.07.12 00:40:18.323742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7286 | 2024.07.12 00:40:18.323818 [ 3 ] {} <Debug> HTTP-Session: dff2bbcf-79b0-46a3-b1e6-9518895e5ea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7287 | 2024.07.12 00:40:18.323867 [ 3 ] {} <Debug> HTTP-Session: dff2bbcf-79b0-46a3-b1e6-9518895e5ea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7288 | 2024.07.12 00:40:18.323893 [ 3 ] {} <Debug> HTTP-Session: dff2bbcf-79b0-46a3-b1e6-9518895e5ea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7289 | 2024.07.12 00:40:18.323930 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7290 | 2024.07.12 00:40:18.323958 [ 3 ] {} <Trace> HTTP-Session: dff2bbcf-79b0-46a3-b1e6-9518895e5ea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7291 | 2024.07.12 00:40:18.324098 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
7292 | 2024.07.12 00:40:18.324167 [ 3 ] {2fd8b81a-7814-4421-8fbf-c40120632cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7293 | 2024.07.12 00:40:18.324219 [ 3 ] {2fd8b81a-7814-4421-8fbf-c40120632cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7294 | 2024.07.12 00:40:18.324366 [ 3 ] {2fd8b81a-7814-4421-8fbf-c40120632cdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7295 | 2024.07.12 00:40:18.324704 [ 3 ] {2fd8b81a-7814-4421-8fbf-c40120632cdc} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7296 | 2024.07.12 00:40:18.324741 [ 3 ] {2fd8b81a-7814-4421-8fbf-c40120632cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7297 | 2024.07.12 00:40:18.325114 [ 3 ] {2fd8b81a-7814-4421-8fbf-c40120632cdc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7298 | 2024.07.12 00:40:18.325485 [ 3 ] {2fd8b81a-7814-4421-8fbf-c40120632cdc} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7299 | 2024.07.12 00:40:18.325652 [ 3 ] {2fd8b81a-7814-4421-8fbf-c40120632cdc} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001545 sec., 14886.731391585761 rows/sec., 805.27 KiB/sec. | ||
7300 | 2024.07.12 00:40:18.325994 [ 3 ] {2fd8b81a-7814-4421-8fbf-c40120632cdc} <Debug> DynamicQueryHandler: Done processing query | ||
7301 | 2024.07.12 00:40:18.326019 [ 3 ] {2fd8b81a-7814-4421-8fbf-c40120632cdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7302 | 2024.07.12 00:40:18.326036 [ 3 ] {} <Debug> HTTP-Session: dff2bbcf-79b0-46a3-b1e6-9518895e5ea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7303 | 2024.07.12 00:40:18.326174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7304 | 2024.07.12 00:40:18.326224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7305 | 2024.07.12 00:40:18.326243 [ 3 ] {} <Debug> HTTP-Session: 4590e55c-72bb-4c01-adcb-711a572070d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7306 | 2024.07.12 00:40:18.326260 [ 3 ] {} <Debug> HTTP-Session: 4590e55c-72bb-4c01-adcb-711a572070d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7307 | 2024.07.12 00:40:18.326274 [ 3 ] {} <Debug> HTTP-Session: 4590e55c-72bb-4c01-adcb-711a572070d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7308 | 2024.07.12 00:40:18.326307 [ 3 ] {} <Trace> HTTP-Session: 4590e55c-72bb-4c01-adcb-711a572070d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7309 | 2024.07.12 00:40:18.326436 [ 3 ] {95eb4125-5018-43d0-b8c1-1510b5d85d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7310 | 2024.07.12 00:40:18.326483 [ 3 ] {95eb4125-5018-43d0-b8c1-1510b5d85d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7311 | 2024.07.12 00:40:18.326629 [ 3 ] {95eb4125-5018-43d0-b8c1-1510b5d85d44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7312 | 2024.07.12 00:40:18.326942 [ 3 ] {95eb4125-5018-43d0-b8c1-1510b5d85d44} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7313 | 2024.07.12 00:40:18.326978 [ 3 ] {95eb4125-5018-43d0-b8c1-1510b5d85d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7314 | 2024.07.12 00:40:18.327344 [ 3 ] {95eb4125-5018-43d0-b8c1-1510b5d85d44} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7315 | 2024.07.12 00:40:18.327684 [ 3 ] {95eb4125-5018-43d0-b8c1-1510b5d85d44} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7316 | 2024.07.12 00:40:18.327841 [ 3 ] {95eb4125-5018-43d0-b8c1-1510b5d85d44} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001446 sec., 41493.775933609955 rows/sec., 2.80 MiB/sec. | ||
7317 | 2024.07.12 00:40:18.327853 [ 54 ] {} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7318 | 2024.07.12 00:40:18.327935 [ 54 ] {} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7319 | 2024.07.12 00:40:18.327982 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7320 | 2024.07.12 00:40:18.328152 [ 3 ] {95eb4125-5018-43d0-b8c1-1510b5d85d44} <Debug> DynamicQueryHandler: Done processing query | ||
7321 | 2024.07.12 00:40:18.328170 [ 197 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
7322 | 2024.07.12 00:40:18.328193 [ 3 ] {95eb4125-5018-43d0-b8c1-1510b5d85d44} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7323 | 2024.07.12 00:40:18.328252 [ 3 ] {} <Debug> HTTP-Session: 4590e55c-72bb-4c01-adcb-711a572070d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7324 | 2024.07.12 00:40:18.328370 [ 197 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7325 | 2024.07.12 00:40:18.328411 [ 197 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2086 rows starting from the beginning of the part | ||
7326 | 2024.07.12 00:40:18.328550 [ 197 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
7327 | 2024.07.12 00:40:18.328695 [ 197 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
7328 | 2024.07.12 00:40:18.328901 [ 197 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
7329 | 2024.07.12 00:40:18.329058 [ 197 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
7330 | 2024.07.12 00:40:18.329194 [ 197 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
7331 | 2024.07.12 00:40:18.330661 [ 194 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2386 rows, containing 4 columns (4 merged, 0 gathered) in 0.00258266 sec., 923853.7012227703 rows/sec., 62.28 MiB/sec. | ||
7332 | 2024.07.12 00:40:18.330911 [ 194 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7333 | 2024.07.12 00:40:18.331356 [ 194 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_41_8} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7334 | 2024.07.12 00:40:18.331446 [ 194 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_41_8} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7335 | 2024.07.12 00:40:18.331569 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
7336 | 2024.07.12 00:40:19.000148 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.92 MiB, peak 199.57 MiB, free memory in arenas 0.00 B, will set to 190.92 MiB (RSS), difference: 1.00 MiB | ||
7337 | 2024.07.12 00:40:22.435774 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7338 | 2024.07.12 00:40:22.435832 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7339 | 2024.07.12 00:40:23.290056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7340 | 2024.07.12 00:40:23.290176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7341 | 2024.07.12 00:40:23.290202 [ 3 ] {} <Debug> HTTP-Session: 3620c776-4b89-4135-a858-3c46b7868d17 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7342 | 2024.07.12 00:40:23.290227 [ 3 ] {} <Debug> HTTP-Session: 3620c776-4b89-4135-a858-3c46b7868d17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7343 | 2024.07.12 00:40:23.290242 [ 3 ] {} <Debug> HTTP-Session: 3620c776-4b89-4135-a858-3c46b7868d17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7344 | 2024.07.12 00:40:23.290292 [ 3 ] {} <Trace> HTTP-Session: 3620c776-4b89-4135-a858-3c46b7868d17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7345 | 2024.07.12 00:40:23.290493 [ 3 ] {d3c05353-7f9a-445f-aaac-b4368bcb44e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7346 | 2024.07.12 00:40:23.290561 [ 3 ] {d3c05353-7f9a-445f-aaac-b4368bcb44e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7347 | 2024.07.12 00:40:23.290750 [ 3 ] {d3c05353-7f9a-445f-aaac-b4368bcb44e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7348 | 2024.07.12 00:40:23.291259 [ 3 ] {d3c05353-7f9a-445f-aaac-b4368bcb44e6} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7349 | 2024.07.12 00:40:23.291311 [ 3 ] {d3c05353-7f9a-445f-aaac-b4368bcb44e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7350 | 2024.07.12 00:40:23.291720 [ 3 ] {d3c05353-7f9a-445f-aaac-b4368bcb44e6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7351 | 2024.07.12 00:40:23.292072 [ 3 ] {d3c05353-7f9a-445f-aaac-b4368bcb44e6} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7352 | 2024.07.12 00:40:23.292248 [ 3 ] {d3c05353-7f9a-445f-aaac-b4368bcb44e6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001819 sec., 30786.14623419461 rows/sec., 2.35 MiB/sec. | ||
7353 | 2024.07.12 00:40:23.292589 [ 3 ] {d3c05353-7f9a-445f-aaac-b4368bcb44e6} <Debug> DynamicQueryHandler: Done processing query | ||
7354 | 2024.07.12 00:40:23.292619 [ 3 ] {d3c05353-7f9a-445f-aaac-b4368bcb44e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7355 | 2024.07.12 00:40:23.292637 [ 3 ] {} <Debug> HTTP-Session: 3620c776-4b89-4135-a858-3c46b7868d17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7356 | 2024.07.12 00:40:23.292847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7357 | 2024.07.12 00:40:23.292910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7358 | 2024.07.12 00:40:23.292937 [ 3 ] {} <Debug> HTTP-Session: d7382548-2b2a-42d1-ae51-eaaa524ef5b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7359 | 2024.07.12 00:40:23.292962 [ 3 ] {} <Debug> HTTP-Session: d7382548-2b2a-42d1-ae51-eaaa524ef5b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7360 | 2024.07.12 00:40:23.292982 [ 3 ] {} <Debug> HTTP-Session: d7382548-2b2a-42d1-ae51-eaaa524ef5b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7361 | 2024.07.12 00:40:23.293029 [ 3 ] {} <Trace> HTTP-Session: d7382548-2b2a-42d1-ae51-eaaa524ef5b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7362 | 2024.07.12 00:40:23.293193 [ 3 ] {65fc8c32-1b1e-40c9-8ffa-870bf661dd8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7363 | 2024.07.12 00:40:23.293250 [ 3 ] {65fc8c32-1b1e-40c9-8ffa-870bf661dd8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7364 | 2024.07.12 00:40:23.293441 [ 3 ] {65fc8c32-1b1e-40c9-8ffa-870bf661dd8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7365 | 2024.07.12 00:40:23.293879 [ 3 ] {65fc8c32-1b1e-40c9-8ffa-870bf661dd8f} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7366 | 2024.07.12 00:40:23.293927 [ 3 ] {65fc8c32-1b1e-40c9-8ffa-870bf661dd8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7367 | 2024.07.12 00:40:23.294371 [ 3 ] {65fc8c32-1b1e-40c9-8ffa-870bf661dd8f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7368 | 2024.07.12 00:40:23.294706 [ 3 ] {65fc8c32-1b1e-40c9-8ffa-870bf661dd8f} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7369 | 2024.07.12 00:40:23.294859 [ 3 ] {65fc8c32-1b1e-40c9-8ffa-870bf661dd8f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001731 sec., 36972.848064702484 rows/sec., 2.89 MiB/sec. | ||
7370 | 2024.07.12 00:40:23.295045 [ 3 ] {65fc8c32-1b1e-40c9-8ffa-870bf661dd8f} <Debug> DynamicQueryHandler: Done processing query | ||
7371 | 2024.07.12 00:40:23.295070 [ 3 ] {65fc8c32-1b1e-40c9-8ffa-870bf661dd8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7372 | 2024.07.12 00:40:23.295086 [ 3 ] {} <Debug> HTTP-Session: d7382548-2b2a-42d1-ae51-eaaa524ef5b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7373 | 2024.07.12 00:40:23.295277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7374 | 2024.07.12 00:40:23.295327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7375 | 2024.07.12 00:40:23.295347 [ 3 ] {} <Debug> HTTP-Session: d000ec1e-4c8f-4082-b814-8dc4113d938f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7376 | 2024.07.12 00:40:23.295364 [ 3 ] {} <Debug> HTTP-Session: d000ec1e-4c8f-4082-b814-8dc4113d938f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7377 | 2024.07.12 00:40:23.295378 [ 3 ] {} <Debug> HTTP-Session: d000ec1e-4c8f-4082-b814-8dc4113d938f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7378 | 2024.07.12 00:40:23.295410 [ 3 ] {} <Trace> HTTP-Session: d000ec1e-4c8f-4082-b814-8dc4113d938f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7379 | 2024.07.12 00:40:23.295559 [ 3 ] {d86f2e8c-ea5c-479e-a667-31bdfaa0b342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7380 | 2024.07.12 00:40:23.295607 [ 3 ] {d86f2e8c-ea5c-479e-a667-31bdfaa0b342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7381 | 2024.07.12 00:40:23.295757 [ 3 ] {d86f2e8c-ea5c-479e-a667-31bdfaa0b342} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7382 | 2024.07.12 00:40:23.296235 [ 3 ] {d86f2e8c-ea5c-479e-a667-31bdfaa0b342} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7383 | 2024.07.12 00:40:23.296272 [ 3 ] {d86f2e8c-ea5c-479e-a667-31bdfaa0b342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7384 | 2024.07.12 00:40:23.296742 [ 3 ] {d86f2e8c-ea5c-479e-a667-31bdfaa0b342} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7385 | 2024.07.12 00:40:23.297269 [ 3 ] {d86f2e8c-ea5c-479e-a667-31bdfaa0b342} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7386 | 2024.07.12 00:40:23.297454 [ 3 ] {d86f2e8c-ea5c-479e-a667-31bdfaa0b342} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001958 sec., 81716.03677221654 rows/sec., 5.69 MiB/sec. | ||
7387 | 2024.07.12 00:40:23.297668 [ 3 ] {d86f2e8c-ea5c-479e-a667-31bdfaa0b342} <Debug> DynamicQueryHandler: Done processing query | ||
7388 | 2024.07.12 00:40:23.297694 [ 3 ] {d86f2e8c-ea5c-479e-a667-31bdfaa0b342} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7389 | 2024.07.12 00:40:23.297710 [ 3 ] {} <Debug> HTTP-Session: d000ec1e-4c8f-4082-b814-8dc4113d938f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7390 | 2024.07.12 00:40:23.297856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7391 | 2024.07.12 00:40:23.297905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7392 | 2024.07.12 00:40:23.297924 [ 3 ] {} <Debug> HTTP-Session: 54735332-c846-484b-8329-e84e45b1964c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7393 | 2024.07.12 00:40:23.297940 [ 3 ] {} <Debug> HTTP-Session: 54735332-c846-484b-8329-e84e45b1964c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7394 | 2024.07.12 00:40:23.297954 [ 3 ] {} <Debug> HTTP-Session: 54735332-c846-484b-8329-e84e45b1964c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7395 | 2024.07.12 00:40:23.297985 [ 3 ] {} <Trace> HTTP-Session: 54735332-c846-484b-8329-e84e45b1964c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7396 | 2024.07.12 00:40:23.298111 [ 3 ] {02fb7818-ce2a-4313-93fe-a10d677351de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7397 | 2024.07.12 00:40:23.298158 [ 3 ] {02fb7818-ce2a-4313-93fe-a10d677351de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7398 | 2024.07.12 00:40:23.298306 [ 3 ] {02fb7818-ce2a-4313-93fe-a10d677351de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7399 | 2024.07.12 00:40:23.298642 [ 3 ] {02fb7818-ce2a-4313-93fe-a10d677351de} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7400 | 2024.07.12 00:40:23.298681 [ 3 ] {02fb7818-ce2a-4313-93fe-a10d677351de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7401 | 2024.07.12 00:40:23.299051 [ 3 ] {02fb7818-ce2a-4313-93fe-a10d677351de} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7402 | 2024.07.12 00:40:23.299370 [ 3 ] {02fb7818-ce2a-4313-93fe-a10d677351de} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7403 | 2024.07.12 00:40:23.299520 [ 3 ] {02fb7818-ce2a-4313-93fe-a10d677351de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001458 sec., 41152.26337448559 rows/sec., 2.77 MiB/sec. | ||
7404 | 2024.07.12 00:40:23.299807 [ 3 ] {02fb7818-ce2a-4313-93fe-a10d677351de} <Debug> DynamicQueryHandler: Done processing query | ||
7405 | 2024.07.12 00:40:23.299855 [ 3 ] {02fb7818-ce2a-4313-93fe-a10d677351de} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7406 | 2024.07.12 00:40:23.299901 [ 3 ] {} <Debug> HTTP-Session: 54735332-c846-484b-8329-e84e45b1964c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7407 | 2024.07.12 00:40:28.295236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7408 | 2024.07.12 00:40:28.295385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7409 | 2024.07.12 00:40:28.295416 [ 3 ] {} <Debug> HTTP-Session: f03e4426-0a1a-493f-90f6-0f7a1fc37261 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7410 | 2024.07.12 00:40:28.295445 [ 3 ] {} <Debug> HTTP-Session: f03e4426-0a1a-493f-90f6-0f7a1fc37261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7411 | 2024.07.12 00:40:28.295463 [ 3 ] {} <Debug> HTTP-Session: f03e4426-0a1a-493f-90f6-0f7a1fc37261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7412 | 2024.07.12 00:40:28.295521 [ 3 ] {} <Trace> HTTP-Session: f03e4426-0a1a-493f-90f6-0f7a1fc37261 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7413 | 2024.07.12 00:40:28.295739 [ 3 ] {8008390b-a24a-4e2f-9076-e80cce3fa921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7414 | 2024.07.12 00:40:28.295817 [ 3 ] {8008390b-a24a-4e2f-9076-e80cce3fa921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7415 | 2024.07.12 00:40:28.296032 [ 3 ] {8008390b-a24a-4e2f-9076-e80cce3fa921} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7416 | 2024.07.12 00:40:28.296516 [ 3 ] {8008390b-a24a-4e2f-9076-e80cce3fa921} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7417 | 2024.07.12 00:40:28.296563 [ 3 ] {8008390b-a24a-4e2f-9076-e80cce3fa921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7418 | 2024.07.12 00:40:28.296950 [ 3 ] {8008390b-a24a-4e2f-9076-e80cce3fa921} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7419 | 2024.07.12 00:40:28.297300 [ 3 ] {8008390b-a24a-4e2f-9076-e80cce3fa921} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7420 | 2024.07.12 00:40:28.297449 [ 3 ] {8008390b-a24a-4e2f-9076-e80cce3fa921} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001783 sec., 20751.54234436343 rows/sec., 1.56 MiB/sec. | ||
7421 | 2024.07.12 00:40:28.297665 [ 3 ] {8008390b-a24a-4e2f-9076-e80cce3fa921} <Debug> DynamicQueryHandler: Done processing query | ||
7422 | 2024.07.12 00:40:28.297693 [ 3 ] {8008390b-a24a-4e2f-9076-e80cce3fa921} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7423 | 2024.07.12 00:40:28.297709 [ 3 ] {} <Debug> HTTP-Session: f03e4426-0a1a-493f-90f6-0f7a1fc37261 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7424 | 2024.07.12 00:40:28.297903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7425 | 2024.07.12 00:40:28.297960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7426 | 2024.07.12 00:40:28.297980 [ 3 ] {} <Debug> HTTP-Session: b6b3e6ff-31c3-4769-9e60-d7a773fb51be Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7427 | 2024.07.12 00:40:28.297999 [ 3 ] {} <Debug> HTTP-Session: b6b3e6ff-31c3-4769-9e60-d7a773fb51be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7428 | 2024.07.12 00:40:28.298013 [ 3 ] {} <Debug> HTTP-Session: b6b3e6ff-31c3-4769-9e60-d7a773fb51be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7429 | 2024.07.12 00:40:28.298049 [ 3 ] {} <Trace> HTTP-Session: b6b3e6ff-31c3-4769-9e60-d7a773fb51be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7430 | 2024.07.12 00:40:28.298236 [ 3 ] {0cc84fc8-5fad-40ee-9850-505bc77271e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7431 | 2024.07.12 00:40:28.298284 [ 3 ] {0cc84fc8-5fad-40ee-9850-505bc77271e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7432 | 2024.07.12 00:40:28.298415 [ 3 ] {0cc84fc8-5fad-40ee-9850-505bc77271e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7433 | 2024.07.12 00:40:28.298929 [ 3 ] {0cc84fc8-5fad-40ee-9850-505bc77271e2} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7434 | 2024.07.12 00:40:28.298966 [ 3 ] {0cc84fc8-5fad-40ee-9850-505bc77271e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7435 | 2024.07.12 00:40:28.299303 [ 3 ] {0cc84fc8-5fad-40ee-9850-505bc77271e2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7436 | 2024.07.12 00:40:28.299612 [ 3 ] {0cc84fc8-5fad-40ee-9850-505bc77271e2} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7437 | 2024.07.12 00:40:28.299739 [ 3 ] {0cc84fc8-5fad-40ee-9850-505bc77271e2} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.0016 sec., 158750 rows/sec., 14.00 MiB/sec. | ||
7438 | 2024.07.12 00:40:28.300007 [ 3 ] {0cc84fc8-5fad-40ee-9850-505bc77271e2} <Debug> DynamicQueryHandler: Done processing query | ||
7439 | 2024.07.12 00:40:28.300066 [ 3 ] {0cc84fc8-5fad-40ee-9850-505bc77271e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
7440 | 2024.07.12 00:40:28.300117 [ 3 ] {} <Debug> HTTP-Session: b6b3e6ff-31c3-4769-9e60-d7a773fb51be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7441 | 2024.07.12 00:40:28.300408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7442 | 2024.07.12 00:40:28.300474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7443 | 2024.07.12 00:40:28.300496 [ 3 ] {} <Debug> HTTP-Session: b0083b4a-63d1-451a-a011-f29ddd9cc8ab Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7444 | 2024.07.12 00:40:28.300513 [ 3 ] {} <Debug> HTTP-Session: b0083b4a-63d1-451a-a011-f29ddd9cc8ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7445 | 2024.07.12 00:40:28.300527 [ 3 ] {} <Debug> HTTP-Session: b0083b4a-63d1-451a-a011-f29ddd9cc8ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7446 | 2024.07.12 00:40:28.300561 [ 3 ] {} <Trace> HTTP-Session: b0083b4a-63d1-451a-a011-f29ddd9cc8ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7447 | 2024.07.12 00:40:28.300785 [ 3 ] {b0d316a5-5a8f-4b94-843a-0aa09e37655a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7448 | 2024.07.12 00:40:28.300832 [ 3 ] {b0d316a5-5a8f-4b94-843a-0aa09e37655a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7449 | 2024.07.12 00:40:28.300980 [ 3 ] {b0d316a5-5a8f-4b94-843a-0aa09e37655a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7450 | 2024.07.12 00:40:28.301596 [ 3 ] {b0d316a5-5a8f-4b94-843a-0aa09e37655a} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7451 | 2024.07.12 00:40:28.301633 [ 3 ] {b0d316a5-5a8f-4b94-843a-0aa09e37655a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7452 | 2024.07.12 00:40:28.301970 [ 3 ] {b0d316a5-5a8f-4b94-843a-0aa09e37655a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7453 | 2024.07.12 00:40:28.302291 [ 3 ] {b0d316a5-5a8f-4b94-843a-0aa09e37655a} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7454 | 2024.07.12 00:40:28.302420 [ 3 ] {b0d316a5-5a8f-4b94-843a-0aa09e37655a} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001751 sec., 235865.2198743575 rows/sec., 16.71 MiB/sec. | ||
7455 | 2024.07.12 00:40:28.302593 [ 3 ] {b0d316a5-5a8f-4b94-843a-0aa09e37655a} <Debug> DynamicQueryHandler: Done processing query | ||
7456 | 2024.07.12 00:40:28.302618 [ 3 ] {b0d316a5-5a8f-4b94-843a-0aa09e37655a} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7457 | 2024.07.12 00:40:28.302634 [ 3 ] {} <Debug> HTTP-Session: b0083b4a-63d1-451a-a011-f29ddd9cc8ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7458 | 2024.07.12 00:40:28.302788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7459 | 2024.07.12 00:40:28.302837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7460 | 2024.07.12 00:40:28.302857 [ 3 ] {} <Debug> HTTP-Session: 8f5be397-4135-47d5-90c6-258355f95a61 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7461 | 2024.07.12 00:40:28.302873 [ 3 ] {} <Debug> HTTP-Session: 8f5be397-4135-47d5-90c6-258355f95a61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7462 | 2024.07.12 00:40:28.302887 [ 3 ] {} <Debug> HTTP-Session: 8f5be397-4135-47d5-90c6-258355f95a61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7463 | 2024.07.12 00:40:28.302919 [ 3 ] {} <Trace> HTTP-Session: 8f5be397-4135-47d5-90c6-258355f95a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7464 | 2024.07.12 00:40:28.303026 [ 3 ] {c5524b4d-8df6-4e0f-850d-60c54cd3fe96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7465 | 2024.07.12 00:40:28.303072 [ 3 ] {c5524b4d-8df6-4e0f-850d-60c54cd3fe96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7466 | 2024.07.12 00:40:28.303202 [ 3 ] {c5524b4d-8df6-4e0f-850d-60c54cd3fe96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7467 | 2024.07.12 00:40:28.303501 [ 3 ] {c5524b4d-8df6-4e0f-850d-60c54cd3fe96} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7468 | 2024.07.12 00:40:28.303537 [ 3 ] {c5524b4d-8df6-4e0f-850d-60c54cd3fe96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7469 | 2024.07.12 00:40:28.303904 [ 3 ] {c5524b4d-8df6-4e0f-850d-60c54cd3fe96} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7470 | 2024.07.12 00:40:28.304225 [ 3 ] {c5524b4d-8df6-4e0f-850d-60c54cd3fe96} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7471 | 2024.07.12 00:40:28.304349 [ 47 ] {} <Debug> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
7472 | 2024.07.12 00:40:28.304355 [ 3 ] {c5524b4d-8df6-4e0f-850d-60c54cd3fe96} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001355 sec., 4428.044280442804 rows/sec., 190.27 KiB/sec. | ||
7473 | 2024.07.12 00:40:28.304399 [ 47 ] {} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7474 | 2024.07.12 00:40:28.304439 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7475 | 2024.07.12 00:40:28.304648 [ 3 ] {c5524b4d-8df6-4e0f-850d-60c54cd3fe96} <Debug> DynamicQueryHandler: Done processing query | ||
7476 | 2024.07.12 00:40:28.304733 [ 3 ] {c5524b4d-8df6-4e0f-850d-60c54cd3fe96} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7477 | 2024.07.12 00:40:28.304759 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
7478 | 2024.07.12 00:40:28.304812 [ 3 ] {} <Debug> HTTP-Session: 8f5be397-4135-47d5-90c6-258355f95a61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7479 | 2024.07.12 00:40:28.305190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7480 | 2024.07.12 00:40:28.305238 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7481 | 2024.07.12 00:40:28.305294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7482 | 2024.07.12 00:40:28.305309 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
7483 | 2024.07.12 00:40:28.305338 [ 3 ] {} <Debug> HTTP-Session: 4b1fac8c-8759-4dc9-83e4-76df1a701630 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7484 | 2024.07.12 00:40:28.305375 [ 3 ] {} <Debug> HTTP-Session: 4b1fac8c-8759-4dc9-83e4-76df1a701630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7485 | 2024.07.12 00:40:28.305439 [ 3 ] {} <Debug> HTTP-Session: 4b1fac8c-8759-4dc9-83e4-76df1a701630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7486 | 2024.07.12 00:40:28.305522 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
7487 | 2024.07.12 00:40:28.305614 [ 3 ] {} <Trace> HTTP-Session: 4b1fac8c-8759-4dc9-83e4-76df1a701630 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7488 | 2024.07.12 00:40:28.305803 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
7489 | 2024.07.12 00:40:28.306061 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
7490 | 2024.07.12 00:40:28.306289 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
7491 | 2024.07.12 00:40:28.306313 [ 3 ] {431973db-98f8-477a-b4b4-28d55922ad7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7492 | 2024.07.12 00:40:28.306554 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
7493 | 2024.07.12 00:40:28.306644 [ 3 ] {431973db-98f8-477a-b4b4-28d55922ad7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7494 | 2024.07.12 00:40:28.307347 [ 3 ] {431973db-98f8-477a-b4b4-28d55922ad7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7495 | 2024.07.12 00:40:28.308178 [ 3 ] {431973db-98f8-477a-b4b4-28d55922ad7c} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7496 | 2024.07.12 00:40:28.308248 [ 3 ] {431973db-98f8-477a-b4b4-28d55922ad7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7497 | 2024.07.12 00:40:28.309416 [ 3 ] {431973db-98f8-477a-b4b4-28d55922ad7c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7498 | 2024.07.12 00:40:28.309440 [ 190 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004900996 sec., 25709.05995434397 rows/sec., 1.08 MiB/sec. | ||
7499 | 2024.07.12 00:40:28.309676 [ 194 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7500 | 2024.07.12 00:40:28.310128 [ 3 ] {431973db-98f8-477a-b4b4-28d55922ad7c} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7501 | 2024.07.12 00:40:28.310466 [ 47 ] {} <Debug> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
7502 | 2024.07.12 00:40:28.310517 [ 3 ] {431973db-98f8-477a-b4b4-28d55922ad7c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004531 sec., 16994.04105054072 rows/sec., 1.05 MiB/sec. | ||
7503 | 2024.07.12 00:40:28.310531 [ 47 ] {} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7504 | 2024.07.12 00:40:28.310608 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7505 | 2024.07.12 00:40:28.310882 [ 194 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_21_4} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7506 | 2024.07.12 00:40:28.311122 [ 200 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
7507 | 2024.07.12 00:40:28.311150 [ 194 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_21_4} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7508 | 2024.07.12 00:40:28.311162 [ 3 ] {431973db-98f8-477a-b4b4-28d55922ad7c} <Debug> DynamicQueryHandler: Done processing query | ||
7509 | 2024.07.12 00:40:28.311225 [ 3 ] {431973db-98f8-477a-b4b4-28d55922ad7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7510 | 2024.07.12 00:40:28.311327 [ 3 ] {} <Debug> HTTP-Session: 4b1fac8c-8759-4dc9-83e4-76df1a701630 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7511 | 2024.07.12 00:40:28.311393 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7512 | 2024.07.12 00:40:28.311547 [ 200 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7513 | 2024.07.12 00:40:28.311629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7514 | 2024.07.12 00:40:28.311647 [ 200 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
7515 | 2024.07.12 00:40:28.311725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7516 | 2024.07.12 00:40:28.311834 [ 3 ] {} <Debug> HTTP-Session: 4ae3c066-c45f-49b9-bf5e-34b2480ed30d Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7517 | 2024.07.12 00:40:28.311905 [ 200 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
7518 | 2024.07.12 00:40:28.311925 [ 3 ] {} <Debug> HTTP-Session: 4ae3c066-c45f-49b9-bf5e-34b2480ed30d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7519 | 2024.07.12 00:40:28.312012 [ 3 ] {} <Debug> HTTP-Session: 4ae3c066-c45f-49b9-bf5e-34b2480ed30d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7520 | 2024.07.12 00:40:28.312213 [ 200 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
7521 | 2024.07.12 00:40:28.312218 [ 3 ] {} <Trace> HTTP-Session: 4ae3c066-c45f-49b9-bf5e-34b2480ed30d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7522 | 2024.07.12 00:40:28.312437 [ 200 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
7523 | 2024.07.12 00:40:28.312629 [ 200 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
7524 | 2024.07.12 00:40:28.312735 [ 3 ] {33124830-f64b-4ee8-82fd-e0fa2be89da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7525 | 2024.07.12 00:40:28.312919 [ 200 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
7526 | 2024.07.12 00:40:28.312970 [ 3 ] {33124830-f64b-4ee8-82fd-e0fa2be89da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7527 | 2024.07.12 00:40:28.313725 [ 3 ] {33124830-f64b-4ee8-82fd-e0fa2be89da5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7528 | 2024.07.12 00:40:28.314694 [ 3 ] {33124830-f64b-4ee8-82fd-e0fa2be89da5} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7529 | 2024.07.12 00:40:28.314764 [ 3 ] {33124830-f64b-4ee8-82fd-e0fa2be89da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7530 | 2024.07.12 00:40:28.315709 [ 3 ] {33124830-f64b-4ee8-82fd-e0fa2be89da5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7531 | 2024.07.12 00:40:28.316134 [ 191 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1617 rows, containing 5 columns (5 merged, 0 gathered) in 0.005324341 sec., 303699.55643336894 rows/sec., 18.70 MiB/sec. | ||
7532 | 2024.07.12 00:40:28.316424 [ 3 ] {33124830-f64b-4ee8-82fd-e0fa2be89da5} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7533 | 2024.07.12 00:40:28.316452 [ 194 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7534 | 2024.07.12 00:40:28.316723 [ 3 ] {33124830-f64b-4ee8-82fd-e0fa2be89da5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004249 sec., 37655.91903977406 rows/sec., 2.62 MiB/sec. | ||
7535 | 2024.07.12 00:40:28.317120 [ 3 ] {33124830-f64b-4ee8-82fd-e0fa2be89da5} <Debug> DynamicQueryHandler: Done processing query | ||
7536 | 2024.07.12 00:40:28.317149 [ 3 ] {33124830-f64b-4ee8-82fd-e0fa2be89da5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7537 | 2024.07.12 00:40:28.317189 [ 3 ] {} <Debug> HTTP-Session: 4ae3c066-c45f-49b9-bf5e-34b2480ed30d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7538 | 2024.07.12 00:40:28.317347 [ 194 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7539 | 2024.07.12 00:40:28.317414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 50089, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7540 | 2024.07.12 00:40:28.317479 [ 194 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7541 | 2024.07.12 00:40:28.317504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7542 | 2024.07.12 00:40:28.317544 [ 3 ] {} <Debug> HTTP-Session: 688464ae-e228-42cc-9775-8dfab86b449f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7543 | 2024.07.12 00:40:28.317605 [ 3 ] {} <Debug> HTTP-Session: 688464ae-e228-42cc-9775-8dfab86b449f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7544 | 2024.07.12 00:40:28.317641 [ 3 ] {} <Debug> HTTP-Session: 688464ae-e228-42cc-9775-8dfab86b449f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7545 | 2024.07.12 00:40:28.317649 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
7546 | 2024.07.12 00:40:28.317709 [ 3 ] {} <Trace> HTTP-Session: 688464ae-e228-42cc-9775-8dfab86b449f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7547 | 2024.07.12 00:40:28.318182 [ 3 ] {c560bcb7-f858-4c07-91b6-36696502a61a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7548 | 2024.07.12 00:40:28.318260 [ 3 ] {c560bcb7-f858-4c07-91b6-36696502a61a} <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 | ||
7549 | 2024.07.12 00:40:28.318715 [ 3 ] {c560bcb7-f858-4c07-91b6-36696502a61a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7550 | 2024.07.12 00:40:28.319448 [ 3 ] {c560bcb7-f858-4c07-91b6-36696502a61a} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7551 | 2024.07.12 00:40:28.319485 [ 3 ] {c560bcb7-f858-4c07-91b6-36696502a61a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7552 | 2024.07.12 00:40:28.320118 [ 3 ] {c560bcb7-f858-4c07-91b6-36696502a61a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7553 | 2024.07.12 00:40:28.320554 [ 3 ] {c560bcb7-f858-4c07-91b6-36696502a61a} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7554 | 2024.07.12 00:40:28.320710 [ 47 ] {} <Debug> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
7555 | 2024.07.12 00:40:28.320736 [ 3 ] {c560bcb7-f858-4c07-91b6-36696502a61a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002918 sec., 10623.714873200823 rows/sec., 19.04 MiB/sec. | ||
7556 | 2024.07.12 00:40:28.320755 [ 47 ] {} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7557 | 2024.07.12 00:40:28.320805 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.82 GiB. | ||
7558 | 2024.07.12 00:40:28.321192 [ 198 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::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 | ||
7559 | 2024.07.12 00:40:28.321596 [ 3 ] {c560bcb7-f858-4c07-91b6-36696502a61a} <Debug> DynamicQueryHandler: Done processing query | ||
7560 | 2024.07.12 00:40:28.321687 [ 3 ] {c560bcb7-f858-4c07-91b6-36696502a61a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7561 | 2024.07.12 00:40:28.321784 [ 3 ] {} <Debug> HTTP-Session: 688464ae-e228-42cc-9775-8dfab86b449f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7562 | 2024.07.12 00:40:28.321995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7563 | 2024.07.12 00:40:28.322109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7564 | 2024.07.12 00:40:28.322173 [ 3 ] {} <Debug> HTTP-Session: 5241569f-765b-479f-8839-df2db7f98817 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7565 | 2024.07.12 00:40:28.322220 [ 3 ] {} <Debug> HTTP-Session: 5241569f-765b-479f-8839-df2db7f98817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7566 | 2024.07.12 00:40:28.322259 [ 3 ] {} <Debug> HTTP-Session: 5241569f-765b-479f-8839-df2db7f98817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7567 | 2024.07.12 00:40:28.322284 [ 198 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7568 | 2024.07.12 00:40:28.322327 [ 3 ] {} <Trace> HTTP-Session: 5241569f-765b-479f-8839-df2db7f98817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7569 | 2024.07.12 00:40:28.322420 [ 198 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 475 rows starting from the beginning of the part | ||
7570 | 2024.07.12 00:40:28.322585 [ 3 ] {e03b57b6-1731-49a2-b7e7-053002c2a9d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7571 | 2024.07.12 00:40:28.322876 [ 3 ] {e03b57b6-1731-49a2-b7e7-053002c2a9d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7572 | 2024.07.12 00:40:28.323132 [ 198 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part | ||
7573 | 2024.07.12 00:40:28.323613 [ 3 ] {e03b57b6-1731-49a2-b7e7-053002c2a9d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7574 | 2024.07.12 00:40:28.323964 [ 198 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part | ||
7575 | 2024.07.12 00:40:28.324507 [ 198 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part | ||
7576 | 2024.07.12 00:40:28.324837 [ 3 ] {e03b57b6-1731-49a2-b7e7-053002c2a9d3} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7577 | 2024.07.12 00:40:28.324976 [ 3 ] {e03b57b6-1731-49a2-b7e7-053002c2a9d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7578 | 2024.07.12 00:40:28.325298 [ 198 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 31 rows starting from the beginning of the part | ||
7579 | 2024.07.12 00:40:28.326006 [ 198 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part | ||
7580 | 2024.07.12 00:40:28.326359 [ 3 ] {e03b57b6-1731-49a2-b7e7-053002c2a9d3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7581 | 2024.07.12 00:40:28.327228 [ 3 ] {e03b57b6-1731-49a2-b7e7-053002c2a9d3} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7582 | 2024.07.12 00:40:28.327473 [ 47 ] {} <Debug> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
7583 | 2024.07.12 00:40:28.327534 [ 3 ] {e03b57b6-1731-49a2-b7e7-053002c2a9d3} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00504 sec., 4563.492063492064 rows/sec., 246.85 KiB/sec. | ||
7584 | 2024.07.12 00:40:28.327547 [ 47 ] {} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7585 | 2024.07.12 00:40:28.327619 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7586 | 2024.07.12 00:40:28.328496 [ 3 ] {e03b57b6-1731-49a2-b7e7-053002c2a9d3} <Debug> DynamicQueryHandler: Done processing query | ||
7587 | 2024.07.12 00:40:28.328591 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
7588 | 2024.07.12 00:40:28.328625 [ 3 ] {e03b57b6-1731-49a2-b7e7-053002c2a9d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7589 | 2024.07.12 00:40:28.328770 [ 3 ] {} <Debug> HTTP-Session: 5241569f-765b-479f-8839-df2db7f98817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7590 | 2024.07.12 00:40:28.329202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7591 | 2024.07.12 00:40:28.329388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7592 | 2024.07.12 00:40:28.329467 [ 3 ] {} <Debug> HTTP-Session: c4b4867f-ff3e-40ff-bf06-6f75bd85270c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7593 | 2024.07.12 00:40:28.329528 [ 3 ] {} <Debug> HTTP-Session: c4b4867f-ff3e-40ff-bf06-6f75bd85270c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7594 | 2024.07.12 00:40:28.329530 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7595 | 2024.07.12 00:40:28.329566 [ 3 ] {} <Debug> HTTP-Session: c4b4867f-ff3e-40ff-bf06-6f75bd85270c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7596 | 2024.07.12 00:40:28.329633 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 395 rows starting from the beginning of the part | ||
7597 | 2024.07.12 00:40:28.329669 [ 3 ] {} <Trace> HTTP-Session: c4b4867f-ff3e-40ff-bf06-6f75bd85270c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7598 | 2024.07.12 00:40:28.329989 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
7599 | 2024.07.12 00:40:28.330071 [ 3 ] {eac68b6f-d5ad-4f08-adfa-1b447b228187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7600 | 2024.07.12 00:40:28.330237 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
7601 | 2024.07.12 00:40:28.330284 [ 3 ] {eac68b6f-d5ad-4f08-adfa-1b447b228187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7602 | 2024.07.12 00:40:28.330778 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
7603 | 2024.07.12 00:40:28.331324 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
7604 | 2024.07.12 00:40:28.331899 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
7605 | 2024.07.12 00:40:28.332610 [ 3 ] {eac68b6f-d5ad-4f08-adfa-1b447b228187} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7606 | 2024.07.12 00:40:28.334119 [ 3 ] {eac68b6f-d5ad-4f08-adfa-1b447b228187} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7607 | 2024.07.12 00:40:28.334202 [ 3 ] {eac68b6f-d5ad-4f08-adfa-1b447b228187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7608 | 2024.07.12 00:40:28.336023 [ 3 ] {eac68b6f-d5ad-4f08-adfa-1b447b228187} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7609 | 2024.07.12 00:40:28.337473 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 4 columns (4 merged, 0 gathered) in 0.009644218 sec., 52881.425948687596 rows/sec., 2.85 MiB/sec. | ||
7610 | 2024.07.12 00:40:28.337817 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7611 | 2024.07.12 00:40:28.337971 [ 3 ] {eac68b6f-d5ad-4f08-adfa-1b447b228187} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7612 | 2024.07.12 00:40:28.338733 [ 3 ] {eac68b6f-d5ad-4f08-adfa-1b447b228187} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008801 sec., 6817.4071128280875 rows/sec., 470.47 KiB/sec. | ||
7613 | 2024.07.12 00:40:28.339803 [ 3 ] {eac68b6f-d5ad-4f08-adfa-1b447b228187} <Debug> DynamicQueryHandler: Done processing query | ||
7614 | 2024.07.12 00:40:28.339936 [ 3 ] {eac68b6f-d5ad-4f08-adfa-1b447b228187} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7615 | 2024.07.12 00:40:28.340066 [ 3 ] {} <Debug> HTTP-Session: c4b4867f-ff3e-40ff-bf06-6f75bd85270c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7616 | 2024.07.12 00:40:28.340314 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_21_4} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7617 | 2024.07.12 00:40:28.340660 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_21_4} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7618 | 2024.07.12 00:40:28.340872 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
7619 | 2024.07.12 00:40:28.354752 [ 196 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 630 rows, containing 19 columns (19 merged, 0 gathered) in 0.033824499 sec., 18625.55303479883 rows/sec., 33.38 MiB/sec. | ||
7620 | 2024.07.12 00:40:28.355606 [ 201 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7621 | 2024.07.12 00:40:28.356333 [ 201 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7622 | 2024.07.12 00:40:28.356426 [ 201 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7623 | 2024.07.12 00:40:28.356590 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
7624 | 2024.07.12 00:40:33.291315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 12737, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7625 | 2024.07.12 00:40:33.291449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7626 | 2024.07.12 00:40:33.291476 [ 3 ] {} <Debug> HTTP-Session: 3b985862-c2be-4079-9c1b-a934465e352c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7627 | 2024.07.12 00:40:33.291501 [ 3 ] {} <Debug> HTTP-Session: 3b985862-c2be-4079-9c1b-a934465e352c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7628 | 2024.07.12 00:40:33.291516 [ 3 ] {} <Debug> HTTP-Session: 3b985862-c2be-4079-9c1b-a934465e352c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7629 | 2024.07.12 00:40:33.291569 [ 3 ] {} <Trace> HTTP-Session: 3b985862-c2be-4079-9c1b-a934465e352c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7630 | 2024.07.12 00:40:33.291786 [ 3 ] {d70f63a2-025a-4406-8e4b-374d124492df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7631 | 2024.07.12 00:40:33.291854 [ 3 ] {d70f63a2-025a-4406-8e4b-374d124492df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7632 | 2024.07.12 00:40:33.292043 [ 3 ] {d70f63a2-025a-4406-8e4b-374d124492df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7633 | 2024.07.12 00:40:33.292549 [ 3 ] {d70f63a2-025a-4406-8e4b-374d124492df} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7634 | 2024.07.12 00:40:33.292597 [ 3 ] {d70f63a2-025a-4406-8e4b-374d124492df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7635 | 2024.07.12 00:40:33.293010 [ 3 ] {d70f63a2-025a-4406-8e4b-374d124492df} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7636 | 2024.07.12 00:40:33.293388 [ 3 ] {d70f63a2-025a-4406-8e4b-374d124492df} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7637 | 2024.07.12 00:40:33.293564 [ 3 ] {d70f63a2-025a-4406-8e4b-374d124492df} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001853 sec., 49649.2174851592 rows/sec., 3.76 MiB/sec. | ||
7638 | 2024.07.12 00:40:33.293905 [ 3 ] {d70f63a2-025a-4406-8e4b-374d124492df} <Debug> DynamicQueryHandler: Done processing query | ||
7639 | 2024.07.12 00:40:33.293948 [ 3 ] {d70f63a2-025a-4406-8e4b-374d124492df} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7640 | 2024.07.12 00:40:33.293978 [ 3 ] {} <Debug> HTTP-Session: 3b985862-c2be-4079-9c1b-a934465e352c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7641 | 2024.07.12 00:40:33.294161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7642 | 2024.07.12 00:40:33.294223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7643 | 2024.07.12 00:40:33.294245 [ 3 ] {} <Debug> HTTP-Session: e12cec02-389a-4899-8c23-8337c4878ebe Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7644 | 2024.07.12 00:40:33.294264 [ 3 ] {} <Debug> HTTP-Session: e12cec02-389a-4899-8c23-8337c4878ebe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7645 | 2024.07.12 00:40:33.294280 [ 3 ] {} <Debug> HTTP-Session: e12cec02-389a-4899-8c23-8337c4878ebe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7646 | 2024.07.12 00:40:33.294320 [ 3 ] {} <Trace> HTTP-Session: e12cec02-389a-4899-8c23-8337c4878ebe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7647 | 2024.07.12 00:40:33.294462 [ 3 ] {1d71c0f1-544a-441a-9d2b-88bd0954a6e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7648 | 2024.07.12 00:40:33.294510 [ 3 ] {1d71c0f1-544a-441a-9d2b-88bd0954a6e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7649 | 2024.07.12 00:40:33.294667 [ 3 ] {1d71c0f1-544a-441a-9d2b-88bd0954a6e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7650 | 2024.07.12 00:40:33.295055 [ 3 ] {1d71c0f1-544a-441a-9d2b-88bd0954a6e1} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7651 | 2024.07.12 00:40:33.295095 [ 3 ] {1d71c0f1-544a-441a-9d2b-88bd0954a6e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7652 | 2024.07.12 00:40:33.295423 [ 3 ] {1d71c0f1-544a-441a-9d2b-88bd0954a6e1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7653 | 2024.07.12 00:40:33.295743 [ 3 ] {1d71c0f1-544a-441a-9d2b-88bd0954a6e1} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7654 | 2024.07.12 00:40:33.295907 [ 3 ] {1d71c0f1-544a-441a-9d2b-88bd0954a6e1} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001489 sec., 59100.06715916722 rows/sec., 4.60 MiB/sec. | ||
7655 | 2024.07.12 00:40:33.296073 [ 3 ] {1d71c0f1-544a-441a-9d2b-88bd0954a6e1} <Debug> DynamicQueryHandler: Done processing query | ||
7656 | 2024.07.12 00:40:33.296096 [ 3 ] {1d71c0f1-544a-441a-9d2b-88bd0954a6e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7657 | 2024.07.12 00:40:33.296113 [ 3 ] {} <Debug> HTTP-Session: e12cec02-389a-4899-8c23-8337c4878ebe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7658 | 2024.07.12 00:40:33.296309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 37592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7659 | 2024.07.12 00:40:33.296358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7660 | 2024.07.12 00:40:33.296379 [ 3 ] {} <Debug> HTTP-Session: c6dada56-30fa-4ba2-b4fd-2850c155070e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7661 | 2024.07.12 00:40:33.296397 [ 3 ] {} <Debug> HTTP-Session: c6dada56-30fa-4ba2-b4fd-2850c155070e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7662 | 2024.07.12 00:40:33.296414 [ 3 ] {} <Debug> HTTP-Session: c6dada56-30fa-4ba2-b4fd-2850c155070e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7663 | 2024.07.12 00:40:33.296452 [ 3 ] {} <Trace> HTTP-Session: c6dada56-30fa-4ba2-b4fd-2850c155070e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7664 | 2024.07.12 00:40:33.296661 [ 3 ] {3e61eeed-ee2b-4627-986a-f54e4955f2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7665 | 2024.07.12 00:40:33.296713 [ 3 ] {3e61eeed-ee2b-4627-986a-f54e4955f2be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7666 | 2024.07.12 00:40:33.296863 [ 3 ] {3e61eeed-ee2b-4627-986a-f54e4955f2be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7667 | 2024.07.12 00:40:33.297266 [ 3 ] {3e61eeed-ee2b-4627-986a-f54e4955f2be} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7668 | 2024.07.12 00:40:33.297303 [ 3 ] {3e61eeed-ee2b-4627-986a-f54e4955f2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7669 | 2024.07.12 00:40:33.297730 [ 3 ] {3e61eeed-ee2b-4627-986a-f54e4955f2be} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7670 | 2024.07.12 00:40:33.298079 [ 3 ] {3e61eeed-ee2b-4627-986a-f54e4955f2be} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7671 | 2024.07.12 00:40:33.298248 [ 3 ] {3e61eeed-ee2b-4627-986a-f54e4955f2be} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001684 sec., 116389.54869358671 rows/sec., 8.13 MiB/sec. | ||
7672 | 2024.07.12 00:40:33.298453 [ 3 ] {3e61eeed-ee2b-4627-986a-f54e4955f2be} <Debug> DynamicQueryHandler: Done processing query | ||
7673 | 2024.07.12 00:40:33.298482 [ 3 ] {3e61eeed-ee2b-4627-986a-f54e4955f2be} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7674 | 2024.07.12 00:40:33.298498 [ 3 ] {} <Debug> HTTP-Session: c6dada56-30fa-4ba2-b4fd-2850c155070e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7675 | 2024.07.12 00:40:33.298618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7676 | 2024.07.12 00:40:33.298668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7677 | 2024.07.12 00:40:33.298689 [ 3 ] {} <Debug> HTTP-Session: 5fb67990-b72a-4ab7-b470-7bbbe0ae50ac Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7678 | 2024.07.12 00:40:33.298707 [ 3 ] {} <Debug> HTTP-Session: 5fb67990-b72a-4ab7-b470-7bbbe0ae50ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7679 | 2024.07.12 00:40:33.298722 [ 3 ] {} <Debug> HTTP-Session: 5fb67990-b72a-4ab7-b470-7bbbe0ae50ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7680 | 2024.07.12 00:40:33.298755 [ 3 ] {} <Trace> HTTP-Session: 5fb67990-b72a-4ab7-b470-7bbbe0ae50ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7681 | 2024.07.12 00:40:33.298876 [ 3 ] {8be4419b-2cca-49f2-bc25-a53f4b2f784b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7682 | 2024.07.12 00:40:33.298923 [ 3 ] {8be4419b-2cca-49f2-bc25-a53f4b2f784b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7683 | 2024.07.12 00:40:33.299052 [ 3 ] {8be4419b-2cca-49f2-bc25-a53f4b2f784b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7684 | 2024.07.12 00:40:33.299346 [ 3 ] {8be4419b-2cca-49f2-bc25-a53f4b2f784b} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7685 | 2024.07.12 00:40:33.299383 [ 3 ] {8be4419b-2cca-49f2-bc25-a53f4b2f784b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7686 | 2024.07.12 00:40:33.299750 [ 3 ] {8be4419b-2cca-49f2-bc25-a53f4b2f784b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7687 | 2024.07.12 00:40:33.300069 [ 3 ] {8be4419b-2cca-49f2-bc25-a53f4b2f784b} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7688 | 2024.07.12 00:40:33.300208 [ 3 ] {8be4419b-2cca-49f2-bc25-a53f4b2f784b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
7689 | 2024.07.12 00:40:33.300395 [ 3 ] {8be4419b-2cca-49f2-bc25-a53f4b2f784b} <Debug> DynamicQueryHandler: Done processing query | ||
7690 | 2024.07.12 00:40:33.300419 [ 3 ] {8be4419b-2cca-49f2-bc25-a53f4b2f784b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7691 | 2024.07.12 00:40:33.300434 [ 3 ] {} <Debug> HTTP-Session: 5fb67990-b72a-4ab7-b470-7bbbe0ae50ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7692 | 2024.07.12 00:40:37.435873 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7693 | 2024.07.12 00:40:37.435943 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7694 | 2024.07.12 00:40:38.001382 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001004475 sec. | ||
7695 | 2024.07.12 00:40:38.295680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7696 | 2024.07.12 00:40:38.295810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7697 | 2024.07.12 00:40:38.295840 [ 3 ] {} <Debug> HTTP-Session: eea7e6a3-fcbe-46af-9bba-7329053554dc Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7698 | 2024.07.12 00:40:38.295869 [ 3 ] {} <Debug> HTTP-Session: eea7e6a3-fcbe-46af-9bba-7329053554dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7699 | 2024.07.12 00:40:38.295887 [ 3 ] {} <Debug> HTTP-Session: eea7e6a3-fcbe-46af-9bba-7329053554dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7700 | 2024.07.12 00:40:38.295943 [ 3 ] {} <Trace> HTTP-Session: eea7e6a3-fcbe-46af-9bba-7329053554dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7701 | 2024.07.12 00:40:38.296165 [ 3 ] {f5907b26-fb30-4281-a3dd-4c51bc65fd1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7702 | 2024.07.12 00:40:38.296239 [ 3 ] {f5907b26-fb30-4281-a3dd-4c51bc65fd1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7703 | 2024.07.12 00:40:38.296434 [ 3 ] {f5907b26-fb30-4281-a3dd-4c51bc65fd1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7704 | 2024.07.12 00:40:38.296865 [ 3 ] {f5907b26-fb30-4281-a3dd-4c51bc65fd1b} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7705 | 2024.07.12 00:40:38.296908 [ 3 ] {f5907b26-fb30-4281-a3dd-4c51bc65fd1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7706 | 2024.07.12 00:40:38.297283 [ 3 ] {f5907b26-fb30-4281-a3dd-4c51bc65fd1b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
7707 | 2024.07.12 00:40:38.297614 [ 3 ] {f5907b26-fb30-4281-a3dd-4c51bc65fd1b} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7708 | 2024.07.12 00:40:38.297787 [ 3 ] {f5907b26-fb30-4281-a3dd-4c51bc65fd1b} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001689 sec., 21906.453522794553 rows/sec., 1.65 MiB/sec. | ||
7709 | 2024.07.12 00:40:38.297799 [ 34 ] {} <Debug> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
7710 | 2024.07.12 00:40:38.297899 [ 34 ] {} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7711 | 2024.07.12 00:40:38.297948 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7712 | 2024.07.12 00:40:38.298072 [ 3 ] {f5907b26-fb30-4281-a3dd-4c51bc65fd1b} <Debug> DynamicQueryHandler: Done processing query | ||
7713 | 2024.07.12 00:40:38.298080 [ 195 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
7714 | 2024.07.12 00:40:38.298104 [ 3 ] {f5907b26-fb30-4281-a3dd-4c51bc65fd1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7715 | 2024.07.12 00:40:38.298133 [ 3 ] {} <Debug> HTTP-Session: eea7e6a3-fcbe-46af-9bba-7329053554dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7716 | 2024.07.12 00:40:38.298216 [ 195 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7717 | 2024.07.12 00:40:38.298245 [ 195 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 37 rows starting from the beginning of the part | ||
7718 | 2024.07.12 00:40:38.298295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7719 | 2024.07.12 00:40:38.298332 [ 195 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 37 rows starting from the beginning of the part | ||
7720 | 2024.07.12 00:40:38.298421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7721 | 2024.07.12 00:40:38.298516 [ 3 ] {} <Debug> HTTP-Session: 586a2af1-566f-4c71-8755-55bf922d3294 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7722 | 2024.07.12 00:40:38.298674 [ 195 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 37 rows starting from the beginning of the part | ||
7723 | 2024.07.12 00:40:38.298729 [ 3 ] {} <Debug> HTTP-Session: 586a2af1-566f-4c71-8755-55bf922d3294 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7724 | 2024.07.12 00:40:38.298807 [ 3 ] {} <Debug> HTTP-Session: 586a2af1-566f-4c71-8755-55bf922d3294 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7725 | 2024.07.12 00:40:38.298922 [ 3 ] {} <Trace> HTTP-Session: 586a2af1-566f-4c71-8755-55bf922d3294 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7726 | 2024.07.12 00:40:38.298929 [ 195 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 37 rows starting from the beginning of the part | ||
7727 | 2024.07.12 00:40:38.299215 [ 195 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 37 rows starting from the beginning of the part | ||
7728 | 2024.07.12 00:40:38.299409 [ 3 ] {cb4b8af2-f711-4492-93de-7990260e9f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7729 | 2024.07.12 00:40:38.299550 [ 3 ] {cb4b8af2-f711-4492-93de-7990260e9f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7730 | 2024.07.12 00:40:38.299844 [ 3 ] {cb4b8af2-f711-4492-93de-7990260e9f0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7731 | 2024.07.12 00:40:38.300501 [ 3 ] {cb4b8af2-f711-4492-93de-7990260e9f0c} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7732 | 2024.07.12 00:40:38.300546 [ 3 ] {cb4b8af2-f711-4492-93de-7990260e9f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7733 | 2024.07.12 00:40:38.300768 [ 196 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 4 columns (4 merged, 0 gathered) in 0.002724772 sec., 67895.5890621307 rows/sec., 5.11 MiB/sec. | ||
7734 | 2024.07.12 00:40:38.301045 [ 196 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
7735 | 2024.07.12 00:40:38.301083 [ 3 ] {cb4b8af2-f711-4492-93de-7990260e9f0c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7736 | 2024.07.12 00:40:38.301872 [ 3 ] {cb4b8af2-f711-4492-93de-7990260e9f0c} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7737 | 2024.07.12 00:40:38.301994 [ 196 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_22_5} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7738 | 2024.07.12 00:40:38.302186 [ 3 ] {cb4b8af2-f711-4492-93de-7990260e9f0c} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.003006 sec., 84497.67132401864 rows/sec., 7.45 MiB/sec. | ||
7739 | 2024.07.12 00:40:38.302252 [ 196 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_22_5} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
7740 | 2024.07.12 00:40:38.302457 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7741 | 2024.07.12 00:40:38.302490 [ 3 ] {cb4b8af2-f711-4492-93de-7990260e9f0c} <Debug> DynamicQueryHandler: Done processing query | ||
7742 | 2024.07.12 00:40:38.302523 [ 3 ] {cb4b8af2-f711-4492-93de-7990260e9f0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
7743 | 2024.07.12 00:40:38.302540 [ 3 ] {} <Debug> HTTP-Session: 586a2af1-566f-4c71-8755-55bf922d3294 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7744 | 2024.07.12 00:40:38.302864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7745 | 2024.07.12 00:40:38.302912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7746 | 2024.07.12 00:40:38.302932 [ 3 ] {} <Debug> HTTP-Session: 785ed585-4a02-4123-96a4-8907d6cdeb49 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7747 | 2024.07.12 00:40:38.302949 [ 3 ] {} <Debug> HTTP-Session: 785ed585-4a02-4123-96a4-8907d6cdeb49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7748 | 2024.07.12 00:40:38.302962 [ 3 ] {} <Debug> HTTP-Session: 785ed585-4a02-4123-96a4-8907d6cdeb49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7749 | 2024.07.12 00:40:38.302994 [ 3 ] {} <Trace> HTTP-Session: 785ed585-4a02-4123-96a4-8907d6cdeb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7750 | 2024.07.12 00:40:38.303252 [ 3 ] {cfffe24b-5033-4b56-983f-c581688e1940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7751 | 2024.07.12 00:40:38.303296 [ 3 ] {cfffe24b-5033-4b56-983f-c581688e1940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7752 | 2024.07.12 00:40:38.303435 [ 3 ] {cfffe24b-5033-4b56-983f-c581688e1940} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7753 | 2024.07.12 00:40:38.303985 [ 3 ] {cfffe24b-5033-4b56-983f-c581688e1940} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7754 | 2024.07.12 00:40:38.304021 [ 3 ] {cfffe24b-5033-4b56-983f-c581688e1940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7755 | 2024.07.12 00:40:38.304352 [ 3 ] {cfffe24b-5033-4b56-983f-c581688e1940} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7756 | 2024.07.12 00:40:38.304665 [ 3 ] {cfffe24b-5033-4b56-983f-c581688e1940} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7757 | 2024.07.12 00:40:38.304836 [ 3 ] {cfffe24b-5033-4b56-983f-c581688e1940} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001703 sec., 242513.2119788608 rows/sec., 17.18 MiB/sec. | ||
7758 | 2024.07.12 00:40:38.305006 [ 3 ] {cfffe24b-5033-4b56-983f-c581688e1940} <Debug> DynamicQueryHandler: Done processing query | ||
7759 | 2024.07.12 00:40:38.305029 [ 3 ] {cfffe24b-5033-4b56-983f-c581688e1940} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
7760 | 2024.07.12 00:40:38.305045 [ 3 ] {} <Debug> HTTP-Session: 785ed585-4a02-4123-96a4-8907d6cdeb49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7761 | 2024.07.12 00:40:38.305182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7762 | 2024.07.12 00:40:38.305229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7763 | 2024.07.12 00:40:38.305249 [ 3 ] {} <Debug> HTTP-Session: 02f033f0-6b38-4ec2-a7bb-6174108fb918 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7764 | 2024.07.12 00:40:38.305266 [ 3 ] {} <Debug> HTTP-Session: 02f033f0-6b38-4ec2-a7bb-6174108fb918 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7765 | 2024.07.12 00:40:38.305280 [ 3 ] {} <Debug> HTTP-Session: 02f033f0-6b38-4ec2-a7bb-6174108fb918 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7766 | 2024.07.12 00:40:38.305311 [ 3 ] {} <Trace> HTTP-Session: 02f033f0-6b38-4ec2-a7bb-6174108fb918 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7767 | 2024.07.12 00:40:38.305407 [ 3 ] {6284f172-dca3-47aa-ab4d-ea994801e5d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7768 | 2024.07.12 00:40:38.305451 [ 3 ] {6284f172-dca3-47aa-ab4d-ea994801e5d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7769 | 2024.07.12 00:40:38.305580 [ 3 ] {6284f172-dca3-47aa-ab4d-ea994801e5d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7770 | 2024.07.12 00:40:38.305844 [ 3 ] {6284f172-dca3-47aa-ab4d-ea994801e5d0} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7771 | 2024.07.12 00:40:38.305878 [ 3 ] {6284f172-dca3-47aa-ab4d-ea994801e5d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7772 | 2024.07.12 00:40:38.306240 [ 3 ] {6284f172-dca3-47aa-ab4d-ea994801e5d0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
7773 | 2024.07.12 00:40:38.306572 [ 3 ] {6284f172-dca3-47aa-ab4d-ea994801e5d0} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7774 | 2024.07.12 00:40:38.306728 [ 3 ] {6284f172-dca3-47aa-ab4d-ea994801e5d0} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001339 sec., 4480.955937266617 rows/sec., 192.54 KiB/sec. | ||
7775 | 2024.07.12 00:40:38.306882 [ 3 ] {6284f172-dca3-47aa-ab4d-ea994801e5d0} <Debug> DynamicQueryHandler: Done processing query | ||
7776 | 2024.07.12 00:40:38.306906 [ 3 ] {6284f172-dca3-47aa-ab4d-ea994801e5d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7777 | 2024.07.12 00:40:38.306922 [ 3 ] {} <Debug> HTTP-Session: 02f033f0-6b38-4ec2-a7bb-6174108fb918 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7778 | 2024.07.12 00:40:38.307050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7779 | 2024.07.12 00:40:38.307097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7780 | 2024.07.12 00:40:38.307116 [ 3 ] {} <Debug> HTTP-Session: 8685906c-0e54-455f-84e0-1c23568f2c6f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7781 | 2024.07.12 00:40:38.307132 [ 3 ] {} <Debug> HTTP-Session: 8685906c-0e54-455f-84e0-1c23568f2c6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7782 | 2024.07.12 00:40:38.307145 [ 3 ] {} <Debug> HTTP-Session: 8685906c-0e54-455f-84e0-1c23568f2c6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7783 | 2024.07.12 00:40:38.307177 [ 3 ] {} <Trace> HTTP-Session: 8685906c-0e54-455f-84e0-1c23568f2c6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7784 | 2024.07.12 00:40:38.307293 [ 3 ] {ed4504a1-8844-42b9-a851-8c5b069d6326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7785 | 2024.07.12 00:40:38.307338 [ 3 ] {ed4504a1-8844-42b9-a851-8c5b069d6326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7786 | 2024.07.12 00:40:38.307479 [ 3 ] {ed4504a1-8844-42b9-a851-8c5b069d6326} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7787 | 2024.07.12 00:40:38.307802 [ 3 ] {ed4504a1-8844-42b9-a851-8c5b069d6326} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7788 | 2024.07.12 00:40:38.307837 [ 3 ] {ed4504a1-8844-42b9-a851-8c5b069d6326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7789 | 2024.07.12 00:40:38.308200 [ 3 ] {ed4504a1-8844-42b9-a851-8c5b069d6326} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
7790 | 2024.07.12 00:40:38.308531 [ 3 ] {ed4504a1-8844-42b9-a851-8c5b069d6326} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7791 | 2024.07.12 00:40:38.308678 [ 3 ] {ed4504a1-8844-42b9-a851-8c5b069d6326} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001423 sec., 54111.033028812366 rows/sec., 3.33 MiB/sec. | ||
7792 | 2024.07.12 00:40:38.308863 [ 3 ] {ed4504a1-8844-42b9-a851-8c5b069d6326} <Debug> DynamicQueryHandler: Done processing query | ||
7793 | 2024.07.12 00:40:38.308888 [ 3 ] {ed4504a1-8844-42b9-a851-8c5b069d6326} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7794 | 2024.07.12 00:40:38.308903 [ 3 ] {} <Debug> HTTP-Session: 8685906c-0e54-455f-84e0-1c23568f2c6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7795 | 2024.07.12 00:40:38.309060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7796 | 2024.07.12 00:40:38.309108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7797 | 2024.07.12 00:40:38.309126 [ 3 ] {} <Debug> HTTP-Session: 42989575-8450-483e-ad56-33f326a4061c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7798 | 2024.07.12 00:40:38.309142 [ 3 ] {} <Debug> HTTP-Session: 42989575-8450-483e-ad56-33f326a4061c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7799 | 2024.07.12 00:40:38.309156 [ 3 ] {} <Debug> HTTP-Session: 42989575-8450-483e-ad56-33f326a4061c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7800 | 2024.07.12 00:40:38.309186 [ 3 ] {} <Trace> HTTP-Session: 42989575-8450-483e-ad56-33f326a4061c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7801 | 2024.07.12 00:40:38.309334 [ 3 ] {3d6fa19c-1f8d-4ab0-ad32-bf118fe1ffe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7802 | 2024.07.12 00:40:38.309378 [ 3 ] {3d6fa19c-1f8d-4ab0-ad32-bf118fe1ffe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7803 | 2024.07.12 00:40:38.309518 [ 3 ] {3d6fa19c-1f8d-4ab0-ad32-bf118fe1ffe8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7804 | 2024.07.12 00:40:38.309948 [ 3 ] {3d6fa19c-1f8d-4ab0-ad32-bf118fe1ffe8} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7805 | 2024.07.12 00:40:38.309983 [ 3 ] {3d6fa19c-1f8d-4ab0-ad32-bf118fe1ffe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7806 | 2024.07.12 00:40:38.310358 [ 3 ] {3d6fa19c-1f8d-4ab0-ad32-bf118fe1ffe8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7807 | 2024.07.12 00:40:38.310695 [ 3 ] {3d6fa19c-1f8d-4ab0-ad32-bf118fe1ffe8} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7808 | 2024.07.12 00:40:38.310857 [ 3 ] {3d6fa19c-1f8d-4ab0-ad32-bf118fe1ffe8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
7809 | 2024.07.12 00:40:38.311040 [ 3 ] {3d6fa19c-1f8d-4ab0-ad32-bf118fe1ffe8} <Debug> DynamicQueryHandler: Done processing query | ||
7810 | 2024.07.12 00:40:38.311064 [ 3 ] {3d6fa19c-1f8d-4ab0-ad32-bf118fe1ffe8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7811 | 2024.07.12 00:40:38.311080 [ 3 ] {} <Debug> HTTP-Session: 42989575-8450-483e-ad56-33f326a4061c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7812 | 2024.07.12 00:40:38.311281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 50102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7813 | 2024.07.12 00:40:38.311345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7814 | 2024.07.12 00:40:38.311374 [ 3 ] {} <Debug> HTTP-Session: 1dfcb3c8-42bc-4a51-92ed-4bb746554b3a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7815 | 2024.07.12 00:40:38.311399 [ 3 ] {} <Debug> HTTP-Session: 1dfcb3c8-42bc-4a51-92ed-4bb746554b3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7816 | 2024.07.12 00:40:38.311536 [ 3 ] {} <Debug> HTTP-Session: 1dfcb3c8-42bc-4a51-92ed-4bb746554b3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7817 | 2024.07.12 00:40:38.311574 [ 3 ] {} <Trace> HTTP-Session: 1dfcb3c8-42bc-4a51-92ed-4bb746554b3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7818 | 2024.07.12 00:40:38.311900 [ 3 ] {ff947873-4296-44b5-a7dd-4a4a05747302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7819 | 2024.07.12 00:40:38.311966 [ 3 ] {ff947873-4296-44b5-a7dd-4a4a05747302} <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 | ||
7820 | 2024.07.12 00:40:38.312367 [ 3 ] {ff947873-4296-44b5-a7dd-4a4a05747302} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7821 | 2024.07.12 00:40:38.313108 [ 3 ] {ff947873-4296-44b5-a7dd-4a4a05747302} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7822 | 2024.07.12 00:40:38.313145 [ 3 ] {ff947873-4296-44b5-a7dd-4a4a05747302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7823 | 2024.07.12 00:40:38.313780 [ 3 ] {ff947873-4296-44b5-a7dd-4a4a05747302} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
7824 | 2024.07.12 00:40:38.314194 [ 3 ] {ff947873-4296-44b5-a7dd-4a4a05747302} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7825 | 2024.07.12 00:40:38.314406 [ 3 ] {ff947873-4296-44b5-a7dd-4a4a05747302} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002728 sec., 11363.636363636364 rows/sec., 20.36 MiB/sec. | ||
7826 | 2024.07.12 00:40:38.314964 [ 3 ] {ff947873-4296-44b5-a7dd-4a4a05747302} <Debug> DynamicQueryHandler: Done processing query | ||
7827 | 2024.07.12 00:40:38.314989 [ 3 ] {ff947873-4296-44b5-a7dd-4a4a05747302} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
7828 | 2024.07.12 00:40:38.315005 [ 3 ] {} <Debug> HTTP-Session: 1dfcb3c8-42bc-4a51-92ed-4bb746554b3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7829 | 2024.07.12 00:40:38.315127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7830 | 2024.07.12 00:40:38.315176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7831 | 2024.07.12 00:40:38.315196 [ 3 ] {} <Debug> HTTP-Session: 3661957a-0704-4c68-8d33-a4d0ba820f5b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7832 | 2024.07.12 00:40:38.315213 [ 3 ] {} <Debug> HTTP-Session: 3661957a-0704-4c68-8d33-a4d0ba820f5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7833 | 2024.07.12 00:40:38.315227 [ 3 ] {} <Debug> HTTP-Session: 3661957a-0704-4c68-8d33-a4d0ba820f5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7834 | 2024.07.12 00:40:38.315258 [ 3 ] {} <Trace> HTTP-Session: 3661957a-0704-4c68-8d33-a4d0ba820f5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7835 | 2024.07.12 00:40:38.315362 [ 3 ] {63106db7-8dc8-4fbe-9394-e914bca4cd27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7836 | 2024.07.12 00:40:38.315408 [ 3 ] {63106db7-8dc8-4fbe-9394-e914bca4cd27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7837 | 2024.07.12 00:40:38.315558 [ 3 ] {63106db7-8dc8-4fbe-9394-e914bca4cd27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7838 | 2024.07.12 00:40:38.315855 [ 3 ] {63106db7-8dc8-4fbe-9394-e914bca4cd27} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7839 | 2024.07.12 00:40:38.315891 [ 3 ] {63106db7-8dc8-4fbe-9394-e914bca4cd27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7840 | 2024.07.12 00:40:38.316249 [ 3 ] {63106db7-8dc8-4fbe-9394-e914bca4cd27} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
7841 | 2024.07.12 00:40:38.316572 [ 3 ] {63106db7-8dc8-4fbe-9394-e914bca4cd27} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7842 | 2024.07.12 00:40:38.316721 [ 3 ] {63106db7-8dc8-4fbe-9394-e914bca4cd27} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001384 sec., 16618.49710982659 rows/sec., 898.95 KiB/sec. | ||
7843 | 2024.07.12 00:40:38.316984 [ 3 ] {63106db7-8dc8-4fbe-9394-e914bca4cd27} <Debug> DynamicQueryHandler: Done processing query | ||
7844 | 2024.07.12 00:40:38.317025 [ 3 ] {63106db7-8dc8-4fbe-9394-e914bca4cd27} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7845 | 2024.07.12 00:40:38.317041 [ 3 ] {} <Debug> HTTP-Session: 3661957a-0704-4c68-8d33-a4d0ba820f5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7846 | 2024.07.12 00:40:38.317174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7847 | 2024.07.12 00:40:38.317223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7848 | 2024.07.12 00:40:38.317242 [ 3 ] {} <Debug> HTTP-Session: decfff5b-7188-4fc3-891c-8ae63fa9861e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7849 | 2024.07.12 00:40:38.317258 [ 3 ] {} <Debug> HTTP-Session: decfff5b-7188-4fc3-891c-8ae63fa9861e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7850 | 2024.07.12 00:40:38.317272 [ 3 ] {} <Debug> HTTP-Session: decfff5b-7188-4fc3-891c-8ae63fa9861e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7851 | 2024.07.12 00:40:38.317303 [ 3 ] {} <Trace> HTTP-Session: decfff5b-7188-4fc3-891c-8ae63fa9861e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7852 | 2024.07.12 00:40:38.317432 [ 3 ] {0dc1169c-f3c3-439d-8b34-54e6ab797ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7853 | 2024.07.12 00:40:38.317476 [ 3 ] {0dc1169c-f3c3-439d-8b34-54e6ab797ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7854 | 2024.07.12 00:40:38.317620 [ 3 ] {0dc1169c-f3c3-439d-8b34-54e6ab797ee5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7855 | 2024.07.12 00:40:38.317935 [ 3 ] {0dc1169c-f3c3-439d-8b34-54e6ab797ee5} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7856 | 2024.07.12 00:40:38.317978 [ 3 ] {0dc1169c-f3c3-439d-8b34-54e6ab797ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7857 | 2024.07.12 00:40:38.318352 [ 3 ] {0dc1169c-f3c3-439d-8b34-54e6ab797ee5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
7858 | 2024.07.12 00:40:38.318676 [ 3 ] {0dc1169c-f3c3-439d-8b34-54e6ab797ee5} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7859 | 2024.07.12 00:40:38.318812 [ 3 ] {0dc1169c-f3c3-439d-8b34-54e6ab797ee5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001431 sec., 41928.7211740042 rows/sec., 2.83 MiB/sec. | ||
7860 | 2024.07.12 00:40:38.319010 [ 3 ] {0dc1169c-f3c3-439d-8b34-54e6ab797ee5} <Debug> DynamicQueryHandler: Done processing query | ||
7861 | 2024.07.12 00:40:38.319035 [ 3 ] {0dc1169c-f3c3-439d-8b34-54e6ab797ee5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7862 | 2024.07.12 00:40:38.319051 [ 3 ] {} <Debug> HTTP-Session: decfff5b-7188-4fc3-891c-8ae63fa9861e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7863 | 2024.07.12 00:40:43.288853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7864 | 2024.07.12 00:40:43.288993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7865 | 2024.07.12 00:40:43.289022 [ 3 ] {} <Debug> HTTP-Session: 4e2b5845-917f-4e55-b80d-b902d9d1d4e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7866 | 2024.07.12 00:40:43.289050 [ 3 ] {} <Debug> HTTP-Session: 4e2b5845-917f-4e55-b80d-b902d9d1d4e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7867 | 2024.07.12 00:40:43.289069 [ 3 ] {} <Debug> HTTP-Session: 4e2b5845-917f-4e55-b80d-b902d9d1d4e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7868 | 2024.07.12 00:40:43.289127 [ 3 ] {} <Trace> HTTP-Session: 4e2b5845-917f-4e55-b80d-b902d9d1d4e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7869 | 2024.07.12 00:40:43.289347 [ 3 ] {6c3a34d6-e06d-475b-8dbc-c461873dfc7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7870 | 2024.07.12 00:40:43.289424 [ 3 ] {6c3a34d6-e06d-475b-8dbc-c461873dfc7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7871 | 2024.07.12 00:40:43.289611 [ 3 ] {6c3a34d6-e06d-475b-8dbc-c461873dfc7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7872 | 2024.07.12 00:40:43.290063 [ 3 ] {6c3a34d6-e06d-475b-8dbc-c461873dfc7b} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7873 | 2024.07.12 00:40:43.290105 [ 3 ] {6c3a34d6-e06d-475b-8dbc-c461873dfc7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7874 | 2024.07.12 00:40:43.290474 [ 3 ] {6c3a34d6-e06d-475b-8dbc-c461873dfc7b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7875 | 2024.07.12 00:40:43.290815 [ 3 ] {6c3a34d6-e06d-475b-8dbc-c461873dfc7b} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7876 | 2024.07.12 00:40:43.290994 [ 3 ] {6c3a34d6-e06d-475b-8dbc-c461873dfc7b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00172 sec., 32558.13953488372 rows/sec., 2.49 MiB/sec. | ||
7877 | 2024.07.12 00:40:43.291013 [ 26 ] {} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7878 | 2024.07.12 00:40:43.291128 [ 26 ] {} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7879 | 2024.07.12 00:40:43.291164 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7880 | 2024.07.12 00:40:43.291271 [ 3 ] {6c3a34d6-e06d-475b-8dbc-c461873dfc7b} <Debug> DynamicQueryHandler: Done processing query | ||
7881 | 2024.07.12 00:40:43.291333 [ 3 ] {6c3a34d6-e06d-475b-8dbc-c461873dfc7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7882 | 2024.07.12 00:40:43.291363 [ 3 ] {} <Debug> HTTP-Session: 4e2b5845-917f-4e55-b80d-b902d9d1d4e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7883 | 2024.07.12 00:40:43.291373 [ 186 ] {50a6336c-bb73-458e-b539-c06ba4be430f::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 | ||
7884 | 2024.07.12 00:40:43.291563 [ 186 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7885 | 2024.07.12 00:40:43.291582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7886 | 2024.07.12 00:40:43.291612 [ 186 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 298 rows starting from the beginning of the part | ||
7887 | 2024.07.12 00:40:43.291674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7888 | 2024.07.12 00:40:43.291781 [ 3 ] {} <Debug> HTTP-Session: 88c6ceb4-94a0-4278-bdfd-5d80823c5d54 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7889 | 2024.07.12 00:40:43.291872 [ 3 ] {} <Debug> HTTP-Session: 88c6ceb4-94a0-4278-bdfd-5d80823c5d54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7890 | 2024.07.12 00:40:43.291876 [ 186 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part | ||
7891 | 2024.07.12 00:40:43.291910 [ 3 ] {} <Debug> HTTP-Session: 88c6ceb4-94a0-4278-bdfd-5d80823c5d54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7892 | 2024.07.12 00:40:43.292081 [ 3 ] {} <Trace> HTTP-Session: 88c6ceb4-94a0-4278-bdfd-5d80823c5d54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7893 | 2024.07.12 00:40:43.292109 [ 186 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 254 rows starting from the beginning of the part | ||
7894 | 2024.07.12 00:40:43.292406 [ 186 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 92 rows starting from the beginning of the part | ||
7895 | 2024.07.12 00:40:43.292705 [ 186 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 254 rows starting from the beginning of the part | ||
7896 | 2024.07.12 00:40:43.292790 [ 3 ] {93889341-44d1-457f-964c-60cfc48c37fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7897 | 2024.07.12 00:40:43.292978 [ 186 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
7898 | 2024.07.12 00:40:43.293020 [ 3 ] {93889341-44d1-457f-964c-60cfc48c37fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7899 | 2024.07.12 00:40:43.293739 [ 3 ] {93889341-44d1-457f-964c-60cfc48c37fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7900 | 2024.07.12 00:40:43.294567 [ 3 ] {93889341-44d1-457f-964c-60cfc48c37fd} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7901 | 2024.07.12 00:40:43.294646 [ 3 ] {93889341-44d1-457f-964c-60cfc48c37fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7902 | 2024.07.12 00:40:43.295475 [ 3 ] {93889341-44d1-457f-964c-60cfc48c37fd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7903 | 2024.07.12 00:40:43.296238 [ 201 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 4 columns (4 merged, 0 gathered) in 0.004980277 sec., 202799.96474091703 rows/sec., 17.27 MiB/sec. | ||
7904 | 2024.07.12 00:40:43.296315 [ 3 ] {93889341-44d1-457f-964c-60cfc48c37fd} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7905 | 2024.07.12 00:40:43.296571 [ 26 ] {} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7906 | 2024.07.12 00:40:43.296569 [ 201 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7907 | 2024.07.12 00:40:43.296601 [ 3 ] {93889341-44d1-457f-964c-60cfc48c37fd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004139 sec., 15462.672143029717 rows/sec., 1.21 MiB/sec. | ||
7908 | 2024.07.12 00:40:43.296675 [ 26 ] {} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7909 | 2024.07.12 00:40:43.296779 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7910 | 2024.07.12 00:40:43.297276 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
7911 | 2024.07.12 00:40:43.297404 [ 3 ] {93889341-44d1-457f-964c-60cfc48c37fd} <Debug> DynamicQueryHandler: Done processing query | ||
7912 | 2024.07.12 00:40:43.297509 [ 3 ] {93889341-44d1-457f-964c-60cfc48c37fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7913 | 2024.07.12 00:40:43.297575 [ 3 ] {} <Debug> HTTP-Session: 88c6ceb4-94a0-4278-bdfd-5d80823c5d54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7914 | 2024.07.12 00:40:43.297730 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7915 | 2024.07.12 00:40:43.297776 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 471 rows starting from the beginning of the part | ||
7916 | 2024.07.12 00:40:43.297912 [ 201 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_46_9} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7917 | 2024.07.12 00:40:43.297986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7918 | 2024.07.12 00:40:43.298137 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part | ||
7919 | 2024.07.12 00:40:43.298333 [ 201 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_46_9} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7920 | 2024.07.12 00:40:43.298423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7921 | 2024.07.12 00:40:43.298528 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 413 rows starting from the beginning of the part | ||
7922 | 2024.07.12 00:40:43.298697 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
7923 | 2024.07.12 00:40:43.298852 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 88 rows starting from the beginning of the part | ||
7924 | 2024.07.12 00:40:43.298889 [ 3 ] {} <Debug> HTTP-Session: 4b35463c-2272-41a2-9e6a-a045d0c39f92 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7925 | 2024.07.12 00:40:43.299035 [ 3 ] {} <Debug> HTTP-Session: 4b35463c-2272-41a2-9e6a-a045d0c39f92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7926 | 2024.07.12 00:40:43.299148 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 413 rows starting from the beginning of the part | ||
7927 | 2024.07.12 00:40:43.299136 [ 3 ] {} <Debug> HTTP-Session: 4b35463c-2272-41a2-9e6a-a045d0c39f92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7928 | 2024.07.12 00:40:43.299316 [ 3 ] {} <Trace> HTTP-Session: 4b35463c-2272-41a2-9e6a-a045d0c39f92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7929 | 2024.07.12 00:40:43.299412 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
7930 | 2024.07.12 00:40:43.299862 [ 3 ] {9dd6374a-2c3d-48cb-9533-9a6bf52c6138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7931 | 2024.07.12 00:40:43.299953 [ 3 ] {9dd6374a-2c3d-48cb-9533-9a6bf52c6138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7932 | 2024.07.12 00:40:43.300584 [ 3 ] {9dd6374a-2c3d-48cb-9533-9a6bf52c6138} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7933 | 2024.07.12 00:40:43.301646 [ 3 ] {9dd6374a-2c3d-48cb-9533-9a6bf52c6138} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7934 | 2024.07.12 00:40:43.301710 [ 3 ] {9dd6374a-2c3d-48cb-9533-9a6bf52c6138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7935 | 2024.07.12 00:40:43.302293 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1513 rows, containing 4 columns (4 merged, 0 gathered) in 0.005352732 sec., 282659.3971078694 rows/sec., 20.39 MiB/sec. | ||
7936 | 2024.07.12 00:40:43.302521 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7937 | 2024.07.12 00:40:43.302551 [ 3 ] {9dd6374a-2c3d-48cb-9533-9a6bf52c6138} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7938 | 2024.07.12 00:40:43.303493 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_46_9} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7939 | 2024.07.12 00:40:43.303575 [ 3 ] {9dd6374a-2c3d-48cb-9533-9a6bf52c6138} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7940 | 2024.07.12 00:40:43.303678 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_46_9} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7941 | 2024.07.12 00:40:43.303878 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7942 | 2024.07.12 00:40:43.303885 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
7943 | 2024.07.12 00:40:43.303971 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7944 | 2024.07.12 00:40:43.303980 [ 3 ] {9dd6374a-2c3d-48cb-9533-9a6bf52c6138} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004247 sec., 37673.651989639744 rows/sec., 2.62 MiB/sec. | ||
7945 | 2024.07.12 00:40:43.304019 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7946 | 2024.07.12 00:40:43.304323 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
7947 | 2024.07.12 00:40:43.304397 [ 3 ] {9dd6374a-2c3d-48cb-9533-9a6bf52c6138} <Debug> DynamicQueryHandler: Done processing query | ||
7948 | 2024.07.12 00:40:43.304455 [ 3 ] {9dd6374a-2c3d-48cb-9533-9a6bf52c6138} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7949 | 2024.07.12 00:40:43.304505 [ 3 ] {} <Debug> HTTP-Session: 4b35463c-2272-41a2-9e6a-a045d0c39f92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7950 | 2024.07.12 00:40:43.304592 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7951 | 2024.07.12 00:40:43.304630 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 6800 rows starting from the beginning of the part | ||
7952 | 2024.07.12 00:40:43.304801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7953 | 2024.07.12 00:40:43.304874 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
7954 | 2024.07.12 00:40:43.304973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7955 | 2024.07.12 00:40:43.305106 [ 3 ] {} <Debug> HTTP-Session: fbdbe772-7f21-435c-974d-804e8bcafb4d Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7956 | 2024.07.12 00:40:43.305157 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
7957 | 2024.07.12 00:40:43.305182 [ 3 ] {} <Debug> HTTP-Session: fbdbe772-7f21-435c-974d-804e8bcafb4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7958 | 2024.07.12 00:40:43.305248 [ 3 ] {} <Debug> HTTP-Session: fbdbe772-7f21-435c-974d-804e8bcafb4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7959 | 2024.07.12 00:40:43.305440 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 196 rows starting from the beginning of the part | ||
7960 | 2024.07.12 00:40:43.305477 [ 3 ] {} <Trace> HTTP-Session: fbdbe772-7f21-435c-974d-804e8bcafb4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7961 | 2024.07.12 00:40:43.305654 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
7962 | 2024.07.12 00:40:43.306027 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
7963 | 2024.07.12 00:40:43.306054 [ 3 ] {c3c8f74a-7e66-4771-9c92-44b6ebdc10ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7964 | 2024.07.12 00:40:43.306307 [ 3 ] {c3c8f74a-7e66-4771-9c92-44b6ebdc10ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7965 | 2024.07.12 00:40:43.306896 [ 3 ] {c3c8f74a-7e66-4771-9c92-44b6ebdc10ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7966 | 2024.07.12 00:40:43.307503 [ 3 ] {c3c8f74a-7e66-4771-9c92-44b6ebdc10ed} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7967 | 2024.07.12 00:40:43.307549 [ 3 ] {c3c8f74a-7e66-4771-9c92-44b6ebdc10ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7968 | 2024.07.12 00:40:43.308410 [ 3 ] {c3c8f74a-7e66-4771-9c92-44b6ebdc10ed} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
7969 | 2024.07.12 00:40:43.309074 [ 3 ] {c3c8f74a-7e66-4771-9c92-44b6ebdc10ed} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7970 | 2024.07.12 00:40:43.309317 [ 3 ] {c3c8f74a-7e66-4771-9c92-44b6ebdc10ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003571 sec., 16802.016241949033 rows/sec., 1.13 MiB/sec. | ||
7971 | 2024.07.12 00:40:43.309328 [ 26 ] {} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
7972 | 2024.07.12 00:40:43.309425 [ 26 ] {} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7973 | 2024.07.12 00:40:43.309485 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
7974 | 2024.07.12 00:40:43.309772 [ 3 ] {c3c8f74a-7e66-4771-9c92-44b6ebdc10ed} <Debug> DynamicQueryHandler: Done processing query | ||
7975 | 2024.07.12 00:40:43.309783 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
7976 | 2024.07.12 00:40:43.309814 [ 3 ] {c3c8f74a-7e66-4771-9c92-44b6ebdc10ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7977 | 2024.07.12 00:40:43.309855 [ 3 ] {} <Debug> HTTP-Session: fbdbe772-7f21-435c-974d-804e8bcafb4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7978 | 2024.07.12 00:40:43.309948 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7979 | 2024.07.12 00:40:43.309980 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2386 rows starting from the beginning of the part | ||
7980 | 2024.07.12 00:40:43.310275 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
7981 | 2024.07.12 00:40:43.310734 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
7982 | 2024.07.12 00:40:43.310793 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7636 rows, containing 5 columns (5 merged, 0 gathered) in 0.006623322 sec., 1152895.7825091397 rows/sec., 80.35 MiB/sec. | ||
7983 | 2024.07.12 00:40:43.310967 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
7984 | 2024.07.12 00:40:43.311057 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
7985 | 2024.07.12 00:40:43.311275 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
7986 | 2024.07.12 00:40:43.311518 [ 192 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7987 | 2024.07.12 00:40:43.312682 [ 192 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7988 | 2024.07.12 00:40:43.312917 [ 192 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7989 | 2024.07.12 00:40:43.313129 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
7990 | 2024.07.12 00:40:43.313788 [ 188 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2686 rows, containing 4 columns (4 merged, 0 gathered) in 0.004127023 sec., 650832.3311985419 rows/sec., 43.87 MiB/sec. | ||
7991 | 2024.07.12 00:40:43.314102 [ 194 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
7992 | 2024.07.12 00:40:43.314615 [ 194 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_46_9} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7993 | 2024.07.12 00:40:43.314702 [ 194 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_46_9} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
7994 | 2024.07.12 00:40:43.314799 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
7995 | 2024.07.12 00:40:48.295433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7996 | 2024.07.12 00:40:48.295569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7997 | 2024.07.12 00:40:48.295599 [ 3 ] {} <Debug> HTTP-Session: 5b9c6859-2e4f-40e3-bdd4-c86d77e30d4b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
7998 | 2024.07.12 00:40:48.295628 [ 3 ] {} <Debug> HTTP-Session: 5b9c6859-2e4f-40e3-bdd4-c86d77e30d4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7999 | 2024.07.12 00:40:48.295646 [ 3 ] {} <Debug> HTTP-Session: 5b9c6859-2e4f-40e3-bdd4-c86d77e30d4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8000 | 2024.07.12 00:40:48.295703 [ 3 ] {} <Trace> HTTP-Session: 5b9c6859-2e4f-40e3-bdd4-c86d77e30d4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8001 | 2024.07.12 00:40:48.295920 [ 3 ] {6e23c7bb-af16-4ae9-9382-e845e0a27f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8002 | 2024.07.12 00:40:48.295991 [ 3 ] {6e23c7bb-af16-4ae9-9382-e845e0a27f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8003 | 2024.07.12 00:40:48.296204 [ 3 ] {6e23c7bb-af16-4ae9-9382-e845e0a27f9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8004 | 2024.07.12 00:40:48.296717 [ 3 ] {6e23c7bb-af16-4ae9-9382-e845e0a27f9e} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8005 | 2024.07.12 00:40:48.296758 [ 3 ] {6e23c7bb-af16-4ae9-9382-e845e0a27f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8006 | 2024.07.12 00:40:48.297133 [ 3 ] {6e23c7bb-af16-4ae9-9382-e845e0a27f9e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8007 | 2024.07.12 00:40:48.297481 [ 3 ] {6e23c7bb-af16-4ae9-9382-e845e0a27f9e} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8008 | 2024.07.12 00:40:48.297621 [ 3 ] {6e23c7bb-af16-4ae9-9382-e845e0a27f9e} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001771 sec., 20892.151326933934 rows/sec., 1.57 MiB/sec. | ||
8009 | 2024.07.12 00:40:48.297973 [ 3 ] {6e23c7bb-af16-4ae9-9382-e845e0a27f9e} <Debug> DynamicQueryHandler: Done processing query | ||
8010 | 2024.07.12 00:40:48.298001 [ 3 ] {6e23c7bb-af16-4ae9-9382-e845e0a27f9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8011 | 2024.07.12 00:40:48.298017 [ 3 ] {} <Debug> HTTP-Session: 5b9c6859-2e4f-40e3-bdd4-c86d77e30d4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8012 | 2024.07.12 00:40:48.298149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8013 | 2024.07.12 00:40:48.298199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8014 | 2024.07.12 00:40:48.298219 [ 3 ] {} <Debug> HTTP-Session: 88537c5f-dd5a-41f8-abd9-abcac1ceea55 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8015 | 2024.07.12 00:40:48.298236 [ 3 ] {} <Debug> HTTP-Session: 88537c5f-dd5a-41f8-abd9-abcac1ceea55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8016 | 2024.07.12 00:40:48.298250 [ 3 ] {} <Debug> HTTP-Session: 88537c5f-dd5a-41f8-abd9-abcac1ceea55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8017 | 2024.07.12 00:40:48.298282 [ 3 ] {} <Trace> HTTP-Session: 88537c5f-dd5a-41f8-abd9-abcac1ceea55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8018 | 2024.07.12 00:40:48.298382 [ 3 ] {e6cdcdbd-600c-4e47-b53d-35fd2b853768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8019 | 2024.07.12 00:40:48.298426 [ 3 ] {e6cdcdbd-600c-4e47-b53d-35fd2b853768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8020 | 2024.07.12 00:40:48.298568 [ 3 ] {e6cdcdbd-600c-4e47-b53d-35fd2b853768} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8021 | 2024.07.12 00:40:48.298882 [ 3 ] {e6cdcdbd-600c-4e47-b53d-35fd2b853768} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8022 | 2024.07.12 00:40:48.298918 [ 3 ] {e6cdcdbd-600c-4e47-b53d-35fd2b853768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8023 | 2024.07.12 00:40:48.299227 [ 3 ] {e6cdcdbd-600c-4e47-b53d-35fd2b853768} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
8024 | 2024.07.12 00:40:48.299539 [ 3 ] {e6cdcdbd-600c-4e47-b53d-35fd2b853768} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8025 | 2024.07.12 00:40:48.299670 [ 3 ] {e6cdcdbd-600c-4e47-b53d-35fd2b853768} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001312 sec., 3048.780487804878 rows/sec., 248.61 KiB/sec. | ||
8026 | 2024.07.12 00:40:48.300002 [ 3 ] {e6cdcdbd-600c-4e47-b53d-35fd2b853768} <Debug> DynamicQueryHandler: Done processing query | ||
8027 | 2024.07.12 00:40:48.300026 [ 3 ] {e6cdcdbd-600c-4e47-b53d-35fd2b853768} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8028 | 2024.07.12 00:40:48.300044 [ 3 ] {} <Debug> HTTP-Session: 88537c5f-dd5a-41f8-abd9-abcac1ceea55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8029 | 2024.07.12 00:40:48.300248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8030 | 2024.07.12 00:40:48.300297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8031 | 2024.07.12 00:40:48.300316 [ 3 ] {} <Debug> HTTP-Session: 7e1f5877-2194-4c0f-952e-bab1eaef816b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8032 | 2024.07.12 00:40:48.300333 [ 3 ] {} <Debug> HTTP-Session: 7e1f5877-2194-4c0f-952e-bab1eaef816b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8033 | 2024.07.12 00:40:48.300347 [ 3 ] {} <Debug> HTTP-Session: 7e1f5877-2194-4c0f-952e-bab1eaef816b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8034 | 2024.07.12 00:40:48.300379 [ 3 ] {} <Trace> HTTP-Session: 7e1f5877-2194-4c0f-952e-bab1eaef816b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8035 | 2024.07.12 00:40:48.300557 [ 3 ] {7b5978be-5859-498d-8db8-2fd0d0dcf091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8036 | 2024.07.12 00:40:48.300600 [ 3 ] {7b5978be-5859-498d-8db8-2fd0d0dcf091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8037 | 2024.07.12 00:40:48.300744 [ 3 ] {7b5978be-5859-498d-8db8-2fd0d0dcf091} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8038 | 2024.07.12 00:40:48.301197 [ 3 ] {7b5978be-5859-498d-8db8-2fd0d0dcf091} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8039 | 2024.07.12 00:40:48.301233 [ 3 ] {7b5978be-5859-498d-8db8-2fd0d0dcf091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8040 | 2024.07.12 00:40:48.301564 [ 3 ] {7b5978be-5859-498d-8db8-2fd0d0dcf091} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8041 | 2024.07.12 00:40:48.301880 [ 3 ] {7b5978be-5859-498d-8db8-2fd0d0dcf091} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8042 | 2024.07.12 00:40:48.302022 [ 3 ] {7b5978be-5859-498d-8db8-2fd0d0dcf091} <Debug> executeQuery: Read 256 rows, 23.09 KiB in 0.001554 sec., 164736.16473616473 rows/sec., 14.51 MiB/sec. | ||
8043 | 2024.07.12 00:40:48.302302 [ 3 ] {7b5978be-5859-498d-8db8-2fd0d0dcf091} <Debug> DynamicQueryHandler: Done processing query | ||
8044 | 2024.07.12 00:40:48.302358 [ 3 ] {7b5978be-5859-498d-8db8-2fd0d0dcf091} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
8045 | 2024.07.12 00:40:48.302410 [ 3 ] {} <Debug> HTTP-Session: 7e1f5877-2194-4c0f-952e-bab1eaef816b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8046 | 2024.07.12 00:40:48.302565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8047 | 2024.07.12 00:40:48.302615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8048 | 2024.07.12 00:40:48.302635 [ 3 ] {} <Debug> HTTP-Session: 6906b300-8114-4327-9564-516420b47965 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8049 | 2024.07.12 00:40:48.302652 [ 3 ] {} <Debug> HTTP-Session: 6906b300-8114-4327-9564-516420b47965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8050 | 2024.07.12 00:40:48.302666 [ 3 ] {} <Debug> HTTP-Session: 6906b300-8114-4327-9564-516420b47965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8051 | 2024.07.12 00:40:48.302698 [ 3 ] {} <Trace> HTTP-Session: 6906b300-8114-4327-9564-516420b47965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8052 | 2024.07.12 00:40:48.302795 [ 3 ] {a8315bb8-d4b4-45f1-9b86-c59fc3b4630d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8053 | 2024.07.12 00:40:48.302837 [ 3 ] {a8315bb8-d4b4-45f1-9b86-c59fc3b4630d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8054 | 2024.07.12 00:40:48.302977 [ 3 ] {a8315bb8-d4b4-45f1-9b86-c59fc3b4630d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8055 | 2024.07.12 00:40:48.303256 [ 3 ] {a8315bb8-d4b4-45f1-9b86-c59fc3b4630d} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8056 | 2024.07.12 00:40:48.303290 [ 3 ] {a8315bb8-d4b4-45f1-9b86-c59fc3b4630d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8057 | 2024.07.12 00:40:48.303572 [ 3 ] {a8315bb8-d4b4-45f1-9b86-c59fc3b4630d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
8058 | 2024.07.12 00:40:48.303951 [ 3 ] {a8315bb8-d4b4-45f1-9b86-c59fc3b4630d} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8059 | 2024.07.12 00:40:48.304094 [ 3 ] {a8315bb8-d4b4-45f1-9b86-c59fc3b4630d} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001313 sec., 3046.4584920030466 rows/sec., 212.72 KiB/sec. | ||
8060 | 2024.07.12 00:40:48.304558 [ 3 ] {a8315bb8-d4b4-45f1-9b86-c59fc3b4630d} <Debug> DynamicQueryHandler: Done processing query | ||
8061 | 2024.07.12 00:40:48.304582 [ 3 ] {a8315bb8-d4b4-45f1-9b86-c59fc3b4630d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8062 | 2024.07.12 00:40:48.304598 [ 3 ] {} <Debug> HTTP-Session: 6906b300-8114-4327-9564-516420b47965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8063 | 2024.07.12 00:40:48.304828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 67493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8064 | 2024.07.12 00:40:48.304888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8065 | 2024.07.12 00:40:48.304925 [ 3 ] {} <Debug> HTTP-Session: fc19e25a-ec6d-43d3-a45f-b4a99ac07f57 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8066 | 2024.07.12 00:40:48.304944 [ 3 ] {} <Debug> HTTP-Session: fc19e25a-ec6d-43d3-a45f-b4a99ac07f57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8067 | 2024.07.12 00:40:48.304959 [ 3 ] {} <Debug> HTTP-Session: fc19e25a-ec6d-43d3-a45f-b4a99ac07f57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8068 | 2024.07.12 00:40:48.304993 [ 3 ] {} <Trace> HTTP-Session: fc19e25a-ec6d-43d3-a45f-b4a99ac07f57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8069 | 2024.07.12 00:40:48.305222 [ 3 ] {b611fc3f-8b1d-43bf-8585-8b61a9a3ee1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8070 | 2024.07.12 00:40:48.305271 [ 3 ] {b611fc3f-8b1d-43bf-8585-8b61a9a3ee1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8071 | 2024.07.12 00:40:48.305473 [ 3 ] {b611fc3f-8b1d-43bf-8585-8b61a9a3ee1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8072 | 2024.07.12 00:40:48.306062 [ 3 ] {b611fc3f-8b1d-43bf-8585-8b61a9a3ee1e} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8073 | 2024.07.12 00:40:48.306102 [ 3 ] {b611fc3f-8b1d-43bf-8585-8b61a9a3ee1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8074 | 2024.07.12 00:40:48.306464 [ 3 ] {b611fc3f-8b1d-43bf-8585-8b61a9a3ee1e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8075 | 2024.07.12 00:40:48.306781 [ 3 ] {b611fc3f-8b1d-43bf-8585-8b61a9a3ee1e} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8076 | 2024.07.12 00:40:48.306942 [ 3 ] {b611fc3f-8b1d-43bf-8585-8b61a9a3ee1e} <Debug> executeQuery: Read 417 rows, 30.28 KiB in 0.001833 sec., 227495.90834697217 rows/sec., 16.13 MiB/sec. | ||
8077 | 2024.07.12 00:40:48.307136 [ 3 ] {b611fc3f-8b1d-43bf-8585-8b61a9a3ee1e} <Debug> DynamicQueryHandler: Done processing query | ||
8078 | 2024.07.12 00:40:48.307169 [ 3 ] {b611fc3f-8b1d-43bf-8585-8b61a9a3ee1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8079 | 2024.07.12 00:40:48.307185 [ 3 ] {} <Debug> HTTP-Session: fc19e25a-ec6d-43d3-a45f-b4a99ac07f57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8080 | 2024.07.12 00:40:48.307332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8081 | 2024.07.12 00:40:48.307383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8082 | 2024.07.12 00:40:48.307403 [ 3 ] {} <Debug> HTTP-Session: 24e9f435-9cda-4996-a213-6487b576344b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8083 | 2024.07.12 00:40:48.307419 [ 3 ] {} <Debug> HTTP-Session: 24e9f435-9cda-4996-a213-6487b576344b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8084 | 2024.07.12 00:40:48.307433 [ 3 ] {} <Debug> HTTP-Session: 24e9f435-9cda-4996-a213-6487b576344b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8085 | 2024.07.12 00:40:48.307465 [ 3 ] {} <Trace> HTTP-Session: 24e9f435-9cda-4996-a213-6487b576344b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8086 | 2024.07.12 00:40:48.307562 [ 3 ] {1828c07c-970e-4c3a-8edf-f815f3aea040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8087 | 2024.07.12 00:40:48.307609 [ 3 ] {1828c07c-970e-4c3a-8edf-f815f3aea040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8088 | 2024.07.12 00:40:48.307744 [ 3 ] {1828c07c-970e-4c3a-8edf-f815f3aea040} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8089 | 2024.07.12 00:40:48.308025 [ 3 ] {1828c07c-970e-4c3a-8edf-f815f3aea040} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8090 | 2024.07.12 00:40:48.308062 [ 3 ] {1828c07c-970e-4c3a-8edf-f815f3aea040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8091 | 2024.07.12 00:40:48.308442 [ 3 ] {1828c07c-970e-4c3a-8edf-f815f3aea040} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8092 | 2024.07.12 00:40:48.308792 [ 3 ] {1828c07c-970e-4c3a-8edf-f815f3aea040} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8093 | 2024.07.12 00:40:48.308948 [ 3 ] {1828c07c-970e-4c3a-8edf-f815f3aea040} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001395 sec., 4301.075268817204 rows/sec., 184.81 KiB/sec. | ||
8094 | 2024.07.12 00:40:48.309116 [ 3 ] {1828c07c-970e-4c3a-8edf-f815f3aea040} <Debug> DynamicQueryHandler: Done processing query | ||
8095 | 2024.07.12 00:40:48.309142 [ 3 ] {1828c07c-970e-4c3a-8edf-f815f3aea040} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8096 | 2024.07.12 00:40:48.309158 [ 3 ] {} <Debug> HTTP-Session: 24e9f435-9cda-4996-a213-6487b576344b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8097 | 2024.07.12 00:40:48.309295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8098 | 2024.07.12 00:40:48.309345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8099 | 2024.07.12 00:40:48.309365 [ 3 ] {} <Debug> HTTP-Session: b4dd0f5a-c8fb-4a40-a8b1-d679052ba314 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8100 | 2024.07.12 00:40:48.309382 [ 3 ] {} <Debug> HTTP-Session: b4dd0f5a-c8fb-4a40-a8b1-d679052ba314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8101 | 2024.07.12 00:40:48.309396 [ 3 ] {} <Debug> HTTP-Session: b4dd0f5a-c8fb-4a40-a8b1-d679052ba314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8102 | 2024.07.12 00:40:48.309428 [ 3 ] {} <Trace> HTTP-Session: b4dd0f5a-c8fb-4a40-a8b1-d679052ba314 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8103 | 2024.07.12 00:40:48.309548 [ 3 ] {d453e49a-ef3a-4beb-8f81-8dc0076d2a2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8104 | 2024.07.12 00:40:48.309597 [ 3 ] {d453e49a-ef3a-4beb-8f81-8dc0076d2a2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8105 | 2024.07.12 00:40:48.309747 [ 3 ] {d453e49a-ef3a-4beb-8f81-8dc0076d2a2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8106 | 2024.07.12 00:40:48.310104 [ 3 ] {d453e49a-ef3a-4beb-8f81-8dc0076d2a2c} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8107 | 2024.07.12 00:40:48.310141 [ 3 ] {d453e49a-ef3a-4beb-8f81-8dc0076d2a2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8108 | 2024.07.12 00:40:48.310527 [ 3 ] {d453e49a-ef3a-4beb-8f81-8dc0076d2a2c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8109 | 2024.07.12 00:40:48.310877 [ 3 ] {d453e49a-ef3a-4beb-8f81-8dc0076d2a2c} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8110 | 2024.07.12 00:40:48.311041 [ 3 ] {d453e49a-ef3a-4beb-8f81-8dc0076d2a2c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001521 sec., 50624.58908612755 rows/sec., 3.12 MiB/sec. | ||
8111 | 2024.07.12 00:40:48.311401 [ 3 ] {d453e49a-ef3a-4beb-8f81-8dc0076d2a2c} <Debug> DynamicQueryHandler: Done processing query | ||
8112 | 2024.07.12 00:40:48.311430 [ 3 ] {d453e49a-ef3a-4beb-8f81-8dc0076d2a2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8113 | 2024.07.12 00:40:48.311447 [ 3 ] {} <Debug> HTTP-Session: b4dd0f5a-c8fb-4a40-a8b1-d679052ba314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8114 | 2024.07.12 00:40:48.311620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 31013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8115 | 2024.07.12 00:40:48.311671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8116 | 2024.07.12 00:40:48.311690 [ 3 ] {} <Debug> HTTP-Session: 6b1a6955-d77c-4e9b-8d62-6c9be4ff5c16 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8117 | 2024.07.12 00:40:48.311710 [ 3 ] {} <Debug> HTTP-Session: 6b1a6955-d77c-4e9b-8d62-6c9be4ff5c16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8118 | 2024.07.12 00:40:48.311724 [ 3 ] {} <Debug> HTTP-Session: 6b1a6955-d77c-4e9b-8d62-6c9be4ff5c16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8119 | 2024.07.12 00:40:48.311755 [ 3 ] {} <Trace> HTTP-Session: 6b1a6955-d77c-4e9b-8d62-6c9be4ff5c16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8120 | 2024.07.12 00:40:48.311957 [ 3 ] {fb3df677-72bf-4ed4-a8fa-4e44b44cad98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8121 | 2024.07.12 00:40:48.312007 [ 3 ] {fb3df677-72bf-4ed4-a8fa-4e44b44cad98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8122 | 2024.07.12 00:40:48.312180 [ 3 ] {fb3df677-72bf-4ed4-a8fa-4e44b44cad98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8123 | 2024.07.12 00:40:48.312588 [ 3 ] {fb3df677-72bf-4ed4-a8fa-4e44b44cad98} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8124 | 2024.07.12 00:40:48.312625 [ 3 ] {fb3df677-72bf-4ed4-a8fa-4e44b44cad98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8125 | 2024.07.12 00:40:48.313016 [ 3 ] {fb3df677-72bf-4ed4-a8fa-4e44b44cad98} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8126 | 2024.07.12 00:40:48.313363 [ 3 ] {fb3df677-72bf-4ed4-a8fa-4e44b44cad98} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8127 | 2024.07.12 00:40:48.313515 [ 3 ] {fb3df677-72bf-4ed4-a8fa-4e44b44cad98} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001673 sec., 96832.0382546324 rows/sec., 6.74 MiB/sec. | ||
8128 | 2024.07.12 00:40:48.313696 [ 3 ] {fb3df677-72bf-4ed4-a8fa-4e44b44cad98} <Debug> DynamicQueryHandler: Done processing query | ||
8129 | 2024.07.12 00:40:48.313721 [ 3 ] {fb3df677-72bf-4ed4-a8fa-4e44b44cad98} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8130 | 2024.07.12 00:40:48.313737 [ 3 ] {} <Debug> HTTP-Session: 6b1a6955-d77c-4e9b-8d62-6c9be4ff5c16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8131 | 2024.07.12 00:40:48.313927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 50074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8132 | 2024.07.12 00:40:48.313980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8133 | 2024.07.12 00:40:48.314000 [ 3 ] {} <Debug> HTTP-Session: 589117ef-9d66-46e2-aa1d-656a190c02d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8134 | 2024.07.12 00:40:48.314017 [ 3 ] {} <Debug> HTTP-Session: 589117ef-9d66-46e2-aa1d-656a190c02d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8135 | 2024.07.12 00:40:48.314030 [ 3 ] {} <Debug> HTTP-Session: 589117ef-9d66-46e2-aa1d-656a190c02d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8136 | 2024.07.12 00:40:48.314060 [ 3 ] {} <Trace> HTTP-Session: 589117ef-9d66-46e2-aa1d-656a190c02d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8137 | 2024.07.12 00:40:48.314441 [ 3 ] {ba4dda4e-a299-480a-bd65-f29931cdd73b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8138 | 2024.07.12 00:40:48.314509 [ 3 ] {ba4dda4e-a299-480a-bd65-f29931cdd73b} <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 | ||
8139 | 2024.07.12 00:40:48.314935 [ 3 ] {ba4dda4e-a299-480a-bd65-f29931cdd73b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8140 | 2024.07.12 00:40:48.315626 [ 3 ] {ba4dda4e-a299-480a-bd65-f29931cdd73b} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8141 | 2024.07.12 00:40:48.315663 [ 3 ] {ba4dda4e-a299-480a-bd65-f29931cdd73b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8142 | 2024.07.12 00:40:48.316317 [ 3 ] {ba4dda4e-a299-480a-bd65-f29931cdd73b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8143 | 2024.07.12 00:40:48.316752 [ 3 ] {ba4dda4e-a299-480a-bd65-f29931cdd73b} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8144 | 2024.07.12 00:40:48.316936 [ 3 ] {ba4dda4e-a299-480a-bd65-f29931cdd73b} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002776 sec., 11167.146974063402 rows/sec., 20.01 MiB/sec. | ||
8145 | 2024.07.12 00:40:48.317169 [ 3 ] {ba4dda4e-a299-480a-bd65-f29931cdd73b} <Debug> DynamicQueryHandler: Done processing query | ||
8146 | 2024.07.12 00:40:48.317195 [ 3 ] {ba4dda4e-a299-480a-bd65-f29931cdd73b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8147 | 2024.07.12 00:40:48.317211 [ 3 ] {} <Debug> HTTP-Session: 589117ef-9d66-46e2-aa1d-656a190c02d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8148 | 2024.07.12 00:40:48.317342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8149 | 2024.07.12 00:40:48.317392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8150 | 2024.07.12 00:40:48.317412 [ 3 ] {} <Debug> HTTP-Session: daaefd46-3aaa-43d4-b836-54028d2790ac Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8151 | 2024.07.12 00:40:48.317428 [ 3 ] {} <Debug> HTTP-Session: daaefd46-3aaa-43d4-b836-54028d2790ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8152 | 2024.07.12 00:40:48.317442 [ 3 ] {} <Debug> HTTP-Session: daaefd46-3aaa-43d4-b836-54028d2790ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8153 | 2024.07.12 00:40:48.317477 [ 3 ] {} <Trace> HTTP-Session: daaefd46-3aaa-43d4-b836-54028d2790ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8154 | 2024.07.12 00:40:48.317581 [ 3 ] {b4293af5-cd0f-4c6a-be99-f33a44b1810d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8155 | 2024.07.12 00:40:48.317628 [ 3 ] {b4293af5-cd0f-4c6a-be99-f33a44b1810d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8156 | 2024.07.12 00:40:48.317762 [ 3 ] {b4293af5-cd0f-4c6a-be99-f33a44b1810d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8157 | 2024.07.12 00:40:48.318037 [ 3 ] {b4293af5-cd0f-4c6a-be99-f33a44b1810d} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8158 | 2024.07.12 00:40:48.318073 [ 3 ] {b4293af5-cd0f-4c6a-be99-f33a44b1810d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8159 | 2024.07.12 00:40:48.318441 [ 3 ] {b4293af5-cd0f-4c6a-be99-f33a44b1810d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8160 | 2024.07.12 00:40:48.318788 [ 3 ] {b4293af5-cd0f-4c6a-be99-f33a44b1810d} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8161 | 2024.07.12 00:40:48.318947 [ 3 ] {b4293af5-cd0f-4c6a-be99-f33a44b1810d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001384 sec., 16618.49710982659 rows/sec., 898.95 KiB/sec. | ||
8162 | 2024.07.12 00:40:48.319121 [ 3 ] {b4293af5-cd0f-4c6a-be99-f33a44b1810d} <Debug> DynamicQueryHandler: Done processing query | ||
8163 | 2024.07.12 00:40:48.319148 [ 3 ] {b4293af5-cd0f-4c6a-be99-f33a44b1810d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8164 | 2024.07.12 00:40:48.319164 [ 3 ] {} <Debug> HTTP-Session: daaefd46-3aaa-43d4-b836-54028d2790ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8165 | 2024.07.12 00:40:48.319292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8166 | 2024.07.12 00:40:48.319343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8167 | 2024.07.12 00:40:48.319362 [ 3 ] {} <Debug> HTTP-Session: f5f6b58f-c8bf-4344-bb38-30692987d6af Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8168 | 2024.07.12 00:40:48.319379 [ 3 ] {} <Debug> HTTP-Session: f5f6b58f-c8bf-4344-bb38-30692987d6af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8169 | 2024.07.12 00:40:48.319393 [ 3 ] {} <Debug> HTTP-Session: f5f6b58f-c8bf-4344-bb38-30692987d6af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8170 | 2024.07.12 00:40:48.319426 [ 3 ] {} <Trace> HTTP-Session: f5f6b58f-c8bf-4344-bb38-30692987d6af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8171 | 2024.07.12 00:40:48.319556 [ 3 ] {e0bf315e-cf95-49af-9686-40e20b4dcedf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8172 | 2024.07.12 00:40:48.319600 [ 3 ] {e0bf315e-cf95-49af-9686-40e20b4dcedf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8173 | 2024.07.12 00:40:48.319731 [ 3 ] {e0bf315e-cf95-49af-9686-40e20b4dcedf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8174 | 2024.07.12 00:40:48.320030 [ 3 ] {e0bf315e-cf95-49af-9686-40e20b4dcedf} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8175 | 2024.07.12 00:40:48.320067 [ 3 ] {e0bf315e-cf95-49af-9686-40e20b4dcedf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8176 | 2024.07.12 00:40:48.320439 [ 3 ] {e0bf315e-cf95-49af-9686-40e20b4dcedf} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8177 | 2024.07.12 00:40:48.320805 [ 3 ] {e0bf315e-cf95-49af-9686-40e20b4dcedf} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8178 | 2024.07.12 00:40:48.320969 [ 3 ] {e0bf315e-cf95-49af-9686-40e20b4dcedf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001459 sec., 41124.057573680606 rows/sec., 2.77 MiB/sec. | ||
8179 | 2024.07.12 00:40:48.321140 [ 3 ] {e0bf315e-cf95-49af-9686-40e20b4dcedf} <Debug> DynamicQueryHandler: Done processing query | ||
8180 | 2024.07.12 00:40:48.321165 [ 3 ] {e0bf315e-cf95-49af-9686-40e20b4dcedf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8181 | 2024.07.12 00:40:48.321180 [ 3 ] {} <Debug> HTTP-Session: f5f6b58f-c8bf-4344-bb38-30692987d6af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8182 | 2024.07.12 00:40:52.435995 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8183 | 2024.07.12 00:40:52.436063 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8184 | 2024.07.12 00:40:53.289440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8185 | 2024.07.12 00:40:53.289563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8186 | 2024.07.12 00:40:53.289588 [ 3 ] {} <Debug> HTTP-Session: 085278a5-218f-484b-a78e-fd2864e7a56e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8187 | 2024.07.12 00:40:53.289616 [ 3 ] {} <Debug> HTTP-Session: 085278a5-218f-484b-a78e-fd2864e7a56e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8188 | 2024.07.12 00:40:53.289632 [ 3 ] {} <Debug> HTTP-Session: 085278a5-218f-484b-a78e-fd2864e7a56e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8189 | 2024.07.12 00:40:53.289684 [ 3 ] {} <Trace> HTTP-Session: 085278a5-218f-484b-a78e-fd2864e7a56e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8190 | 2024.07.12 00:40:53.289894 [ 3 ] {9adbb858-babb-4b6a-8237-e114f0a54fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8191 | 2024.07.12 00:40:53.289970 [ 3 ] {9adbb858-babb-4b6a-8237-e114f0a54fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8192 | 2024.07.12 00:40:53.290171 [ 3 ] {9adbb858-babb-4b6a-8237-e114f0a54fd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8193 | 2024.07.12 00:40:53.290658 [ 3 ] {9adbb858-babb-4b6a-8237-e114f0a54fd2} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8194 | 2024.07.12 00:40:53.290702 [ 3 ] {9adbb858-babb-4b6a-8237-e114f0a54fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8195 | 2024.07.12 00:40:53.291100 [ 3 ] {9adbb858-babb-4b6a-8237-e114f0a54fd2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8196 | 2024.07.12 00:40:53.291431 [ 3 ] {9adbb858-babb-4b6a-8237-e114f0a54fd2} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8197 | 2024.07.12 00:40:53.291602 [ 3 ] {9adbb858-babb-4b6a-8237-e114f0a54fd2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001777 sec., 31513.78728193585 rows/sec., 2.41 MiB/sec. | ||
8198 | 2024.07.12 00:40:53.291915 [ 3 ] {9adbb858-babb-4b6a-8237-e114f0a54fd2} <Debug> DynamicQueryHandler: Done processing query | ||
8199 | 2024.07.12 00:40:53.291965 [ 3 ] {9adbb858-babb-4b6a-8237-e114f0a54fd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8200 | 2024.07.12 00:40:53.292005 [ 3 ] {} <Debug> HTTP-Session: 085278a5-218f-484b-a78e-fd2864e7a56e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8201 | 2024.07.12 00:40:53.292217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8202 | 2024.07.12 00:40:53.292270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8203 | 2024.07.12 00:40:53.292292 [ 3 ] {} <Debug> HTTP-Session: 65f0850c-832e-402b-a700-589d60307bd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8204 | 2024.07.12 00:40:53.292309 [ 3 ] {} <Debug> HTTP-Session: 65f0850c-832e-402b-a700-589d60307bd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8205 | 2024.07.12 00:40:53.292323 [ 3 ] {} <Debug> HTTP-Session: 65f0850c-832e-402b-a700-589d60307bd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8206 | 2024.07.12 00:40:53.292357 [ 3 ] {} <Trace> HTTP-Session: 65f0850c-832e-402b-a700-589d60307bd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8207 | 2024.07.12 00:40:53.292481 [ 3 ] {05a81776-61a3-42ab-b6d1-b5f50b4a2e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8208 | 2024.07.12 00:40:53.292529 [ 3 ] {05a81776-61a3-42ab-b6d1-b5f50b4a2e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8209 | 2024.07.12 00:40:53.292681 [ 3 ] {05a81776-61a3-42ab-b6d1-b5f50b4a2e10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8210 | 2024.07.12 00:40:53.293059 [ 3 ] {05a81776-61a3-42ab-b6d1-b5f50b4a2e10} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8211 | 2024.07.12 00:40:53.293099 [ 3 ] {05a81776-61a3-42ab-b6d1-b5f50b4a2e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8212 | 2024.07.12 00:40:53.293435 [ 3 ] {05a81776-61a3-42ab-b6d1-b5f50b4a2e10} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8213 | 2024.07.12 00:40:53.293748 [ 3 ] {05a81776-61a3-42ab-b6d1-b5f50b4a2e10} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8214 | 2024.07.12 00:40:53.293891 [ 3 ] {05a81776-61a3-42ab-b6d1-b5f50b4a2e10} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001446 sec., 44260.02766251729 rows/sec., 3.45 MiB/sec. | ||
8215 | 2024.07.12 00:40:53.294066 [ 3 ] {05a81776-61a3-42ab-b6d1-b5f50b4a2e10} <Debug> DynamicQueryHandler: Done processing query | ||
8216 | 2024.07.12 00:40:53.294092 [ 3 ] {05a81776-61a3-42ab-b6d1-b5f50b4a2e10} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8217 | 2024.07.12 00:40:53.294108 [ 3 ] {} <Debug> HTTP-Session: 65f0850c-832e-402b-a700-589d60307bd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8218 | 2024.07.12 00:40:53.294296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8219 | 2024.07.12 00:40:53.294346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8220 | 2024.07.12 00:40:53.294367 [ 3 ] {} <Debug> HTTP-Session: 7fa846fc-288a-4122-a60d-0d14206bed7d Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8221 | 2024.07.12 00:40:53.294384 [ 3 ] {} <Debug> HTTP-Session: 7fa846fc-288a-4122-a60d-0d14206bed7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8222 | 2024.07.12 00:40:53.294399 [ 3 ] {} <Debug> HTTP-Session: 7fa846fc-288a-4122-a60d-0d14206bed7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8223 | 2024.07.12 00:40:53.294429 [ 3 ] {} <Trace> HTTP-Session: 7fa846fc-288a-4122-a60d-0d14206bed7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8224 | 2024.07.12 00:40:53.294578 [ 3 ] {aaae339c-26bb-440f-93d1-1b97cdec4619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8225 | 2024.07.12 00:40:53.294625 [ 3 ] {aaae339c-26bb-440f-93d1-1b97cdec4619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8226 | 2024.07.12 00:40:53.294771 [ 3 ] {aaae339c-26bb-440f-93d1-1b97cdec4619} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8227 | 2024.07.12 00:40:53.295204 [ 3 ] {aaae339c-26bb-440f-93d1-1b97cdec4619} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8228 | 2024.07.12 00:40:53.295242 [ 3 ] {aaae339c-26bb-440f-93d1-1b97cdec4619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8229 | 2024.07.12 00:40:53.295640 [ 3 ] {aaae339c-26bb-440f-93d1-1b97cdec4619} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8230 | 2024.07.12 00:40:53.295981 [ 3 ] {aaae339c-26bb-440f-93d1-1b97cdec4619} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8231 | 2024.07.12 00:40:53.296145 [ 3 ] {aaae339c-26bb-440f-93d1-1b97cdec4619} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec. | ||
8232 | 2024.07.12 00:40:53.296320 [ 3 ] {aaae339c-26bb-440f-93d1-1b97cdec4619} <Debug> DynamicQueryHandler: Done processing query | ||
8233 | 2024.07.12 00:40:53.296345 [ 3 ] {aaae339c-26bb-440f-93d1-1b97cdec4619} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8234 | 2024.07.12 00:40:53.296361 [ 3 ] {} <Debug> HTTP-Session: 7fa846fc-288a-4122-a60d-0d14206bed7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8235 | 2024.07.12 00:40:53.296878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8236 | 2024.07.12 00:40:53.296933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8237 | 2024.07.12 00:40:53.296955 [ 3 ] {} <Debug> HTTP-Session: 61021a0e-cb65-4415-abbe-01ad3da6bde1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8238 | 2024.07.12 00:40:53.296971 [ 3 ] {} <Debug> HTTP-Session: 61021a0e-cb65-4415-abbe-01ad3da6bde1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8239 | 2024.07.12 00:40:53.296985 [ 3 ] {} <Debug> HTTP-Session: 61021a0e-cb65-4415-abbe-01ad3da6bde1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8240 | 2024.07.12 00:40:53.297016 [ 3 ] {} <Trace> HTTP-Session: 61021a0e-cb65-4415-abbe-01ad3da6bde1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8241 | 2024.07.12 00:40:53.297142 [ 3 ] {ba1cc425-ddc9-437e-ab4e-a5d99ad47a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8242 | 2024.07.12 00:40:53.297188 [ 3 ] {ba1cc425-ddc9-437e-ab4e-a5d99ad47a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8243 | 2024.07.12 00:40:53.297320 [ 3 ] {ba1cc425-ddc9-437e-ab4e-a5d99ad47a59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8244 | 2024.07.12 00:40:53.297656 [ 3 ] {ba1cc425-ddc9-437e-ab4e-a5d99ad47a59} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8245 | 2024.07.12 00:40:53.297695 [ 3 ] {ba1cc425-ddc9-437e-ab4e-a5d99ad47a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8246 | 2024.07.12 00:40:53.298077 [ 3 ] {ba1cc425-ddc9-437e-ab4e-a5d99ad47a59} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8247 | 2024.07.12 00:40:53.298399 [ 3 ] {ba1cc425-ddc9-437e-ab4e-a5d99ad47a59} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8248 | 2024.07.12 00:40:53.298550 [ 3 ] {ba1cc425-ddc9-437e-ab4e-a5d99ad47a59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec. | ||
8249 | 2024.07.12 00:40:53.298747 [ 3 ] {ba1cc425-ddc9-437e-ab4e-a5d99ad47a59} <Debug> DynamicQueryHandler: Done processing query | ||
8250 | 2024.07.12 00:40:53.298780 [ 3 ] {ba1cc425-ddc9-437e-ab4e-a5d99ad47a59} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8251 | 2024.07.12 00:40:53.298803 [ 3 ] {} <Debug> HTTP-Session: 61021a0e-cb65-4415-abbe-01ad3da6bde1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8252 | 2024.07.12 00:40:58.294680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8253 | 2024.07.12 00:40:58.294829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8254 | 2024.07.12 00:40:58.294860 [ 3 ] {} <Debug> HTTP-Session: a081db5c-49b5-43da-8cb1-7ca7b27d6555 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8255 | 2024.07.12 00:40:58.294889 [ 3 ] {} <Debug> HTTP-Session: a081db5c-49b5-43da-8cb1-7ca7b27d6555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8256 | 2024.07.12 00:40:58.294907 [ 3 ] {} <Debug> HTTP-Session: a081db5c-49b5-43da-8cb1-7ca7b27d6555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8257 | 2024.07.12 00:40:58.294965 [ 3 ] {} <Trace> HTTP-Session: a081db5c-49b5-43da-8cb1-7ca7b27d6555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8258 | 2024.07.12 00:40:58.295191 [ 3 ] {f982fd2e-bf44-41c2-b723-8cf8a830f594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8259 | 2024.07.12 00:40:58.295268 [ 3 ] {f982fd2e-bf44-41c2-b723-8cf8a830f594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8260 | 2024.07.12 00:40:58.295495 [ 3 ] {f982fd2e-bf44-41c2-b723-8cf8a830f594} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8261 | 2024.07.12 00:40:58.295988 [ 3 ] {f982fd2e-bf44-41c2-b723-8cf8a830f594} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8262 | 2024.07.12 00:40:58.296034 [ 3 ] {f982fd2e-bf44-41c2-b723-8cf8a830f594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8263 | 2024.07.12 00:40:58.296418 [ 3 ] {f982fd2e-bf44-41c2-b723-8cf8a830f594} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8264 | 2024.07.12 00:40:58.296775 [ 3 ] {f982fd2e-bf44-41c2-b723-8cf8a830f594} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8265 | 2024.07.12 00:40:58.296968 [ 3 ] {f982fd2e-bf44-41c2-b723-8cf8a830f594} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001839 sec., 20119.63023382273 rows/sec., 1.51 MiB/sec. | ||
8266 | 2024.07.12 00:40:58.297189 [ 3 ] {f982fd2e-bf44-41c2-b723-8cf8a830f594} <Debug> DynamicQueryHandler: Done processing query | ||
8267 | 2024.07.12 00:40:58.297217 [ 3 ] {f982fd2e-bf44-41c2-b723-8cf8a830f594} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8268 | 2024.07.12 00:40:58.297233 [ 3 ] {} <Debug> HTTP-Session: a081db5c-49b5-43da-8cb1-7ca7b27d6555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8269 | 2024.07.12 00:40:58.297353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8270 | 2024.07.12 00:40:58.297403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8271 | 2024.07.12 00:40:58.297423 [ 3 ] {} <Debug> HTTP-Session: 1f8f3ca2-372d-429c-a421-f83241082c95 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8272 | 2024.07.12 00:40:58.297439 [ 3 ] {} <Debug> HTTP-Session: 1f8f3ca2-372d-429c-a421-f83241082c95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8273 | 2024.07.12 00:40:58.297453 [ 3 ] {} <Debug> HTTP-Session: 1f8f3ca2-372d-429c-a421-f83241082c95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8274 | 2024.07.12 00:40:58.297484 [ 3 ] {} <Trace> HTTP-Session: 1f8f3ca2-372d-429c-a421-f83241082c95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8275 | 2024.07.12 00:40:58.297590 [ 3 ] {6782d55a-9b71-4aee-a264-d865acaa0456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8276 | 2024.07.12 00:40:58.297640 [ 3 ] {6782d55a-9b71-4aee-a264-d865acaa0456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8277 | 2024.07.12 00:40:58.297776 [ 3 ] {6782d55a-9b71-4aee-a264-d865acaa0456} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8278 | 2024.07.12 00:40:58.298086 [ 3 ] {6782d55a-9b71-4aee-a264-d865acaa0456} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8279 | 2024.07.12 00:40:58.298125 [ 3 ] {6782d55a-9b71-4aee-a264-d865acaa0456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8280 | 2024.07.12 00:40:58.298437 [ 3 ] {6782d55a-9b71-4aee-a264-d865acaa0456} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
8281 | 2024.07.12 00:40:58.298761 [ 3 ] {6782d55a-9b71-4aee-a264-d865acaa0456} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8282 | 2024.07.12 00:40:58.298922 [ 3 ] {6782d55a-9b71-4aee-a264-d865acaa0456} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001356 sec., 4424.778761061947 rows/sec., 360.81 KiB/sec. | ||
8283 | 2024.07.12 00:40:58.298921 [ 105 ] {} <Debug> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
8284 | 2024.07.12 00:40:58.299049 [ 105 ] {} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8285 | 2024.07.12 00:40:58.299089 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8286 | 2024.07.12 00:40:58.299167 [ 3 ] {6782d55a-9b71-4aee-a264-d865acaa0456} <Debug> DynamicQueryHandler: Done processing query | ||
8287 | 2024.07.12 00:40:58.299225 [ 3 ] {6782d55a-9b71-4aee-a264-d865acaa0456} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8288 | 2024.07.12 00:40:58.299279 [ 3 ] {} <Debug> HTTP-Session: 1f8f3ca2-372d-429c-a421-f83241082c95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8289 | 2024.07.12 00:40:58.299336 [ 189 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
8290 | 2024.07.12 00:40:58.299532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38799, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8291 | 2024.07.12 00:40:58.299582 [ 189 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8292 | 2024.07.12 00:40:58.299629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8293 | 2024.07.12 00:40:58.299652 [ 189 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part | ||
8294 | 2024.07.12 00:40:58.299671 [ 3 ] {} <Debug> HTTP-Session: be858167-e2e6-4139-99da-93914ddf5dba Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8295 | 2024.07.12 00:40:58.299719 [ 3 ] {} <Debug> HTTP-Session: be858167-e2e6-4139-99da-93914ddf5dba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8296 | 2024.07.12 00:40:58.299750 [ 3 ] {} <Debug> HTTP-Session: be858167-e2e6-4139-99da-93914ddf5dba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8297 | 2024.07.12 00:40:58.299902 [ 3 ] {} <Trace> HTTP-Session: be858167-e2e6-4139-99da-93914ddf5dba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8298 | 2024.07.12 00:40:58.299920 [ 189 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
8299 | 2024.07.12 00:40:58.300146 [ 189 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
8300 | 2024.07.12 00:40:58.300405 [ 189 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
8301 | 2024.07.12 00:40:58.300663 [ 3 ] {0eeea360-8b75-4583-a08e-48936f832b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8302 | 2024.07.12 00:40:58.300788 [ 189 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
8303 | 2024.07.12 00:40:58.300818 [ 3 ] {0eeea360-8b75-4583-a08e-48936f832b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8304 | 2024.07.12 00:40:58.301037 [ 189 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
8305 | 2024.07.12 00:40:58.301737 [ 3 ] {0eeea360-8b75-4583-a08e-48936f832b43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8306 | 2024.07.12 00:40:58.302654 [ 3 ] {0eeea360-8b75-4583-a08e-48936f832b43} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8307 | 2024.07.12 00:40:58.302715 [ 3 ] {0eeea360-8b75-4583-a08e-48936f832b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8308 | 2024.07.12 00:40:58.303547 [ 189 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.004363567 sec., 9625.152999827895 rows/sec., 784.86 KiB/sec. | ||
8309 | 2024.07.12 00:40:58.303608 [ 3 ] {0eeea360-8b75-4583-a08e-48936f832b43} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8310 | 2024.07.12 00:40:58.303707 [ 189 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
8311 | 2024.07.12 00:40:58.304400 [ 3 ] {0eeea360-8b75-4583-a08e-48936f832b43} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8312 | 2024.07.12 00:40:58.304518 [ 189 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_10_2} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8313 | 2024.07.12 00:40:58.304704 [ 3 ] {0eeea360-8b75-4583-a08e-48936f832b43} <Debug> executeQuery: Read 257 rows, 23.16 KiB in 0.004451 sec., 57739.83374522579 rows/sec., 5.08 MiB/sec. | ||
8314 | 2024.07.12 00:40:58.304759 [ 189 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_10_2} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
8315 | 2024.07.12 00:40:58.304983 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8316 | 2024.07.12 00:40:58.305069 [ 3 ] {0eeea360-8b75-4583-a08e-48936f832b43} <Debug> DynamicQueryHandler: Done processing query | ||
8317 | 2024.07.12 00:40:58.305100 [ 3 ] {0eeea360-8b75-4583-a08e-48936f832b43} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
8318 | 2024.07.12 00:40:58.305116 [ 3 ] {} <Debug> HTTP-Session: be858167-e2e6-4139-99da-93914ddf5dba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8319 | 2024.07.12 00:40:58.305247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8320 | 2024.07.12 00:40:58.305299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8321 | 2024.07.12 00:40:58.305319 [ 3 ] {} <Debug> HTTP-Session: b81daaa9-c3c0-45ea-8e66-0d3a5b3c2d27 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8322 | 2024.07.12 00:40:58.305336 [ 3 ] {} <Debug> HTTP-Session: b81daaa9-c3c0-45ea-8e66-0d3a5b3c2d27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8323 | 2024.07.12 00:40:58.305350 [ 3 ] {} <Debug> HTTP-Session: b81daaa9-c3c0-45ea-8e66-0d3a5b3c2d27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8324 | 2024.07.12 00:40:58.305380 [ 3 ] {} <Trace> HTTP-Session: b81daaa9-c3c0-45ea-8e66-0d3a5b3c2d27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8325 | 2024.07.12 00:40:58.305481 [ 3 ] {4fe03e27-4c0e-4636-aa21-98705f258f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8326 | 2024.07.12 00:40:58.305526 [ 3 ] {4fe03e27-4c0e-4636-aa21-98705f258f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8327 | 2024.07.12 00:40:58.305674 [ 3 ] {4fe03e27-4c0e-4636-aa21-98705f258f1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8328 | 2024.07.12 00:40:58.305967 [ 3 ] {4fe03e27-4c0e-4636-aa21-98705f258f1d} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8329 | 2024.07.12 00:40:58.306004 [ 3 ] {4fe03e27-4c0e-4636-aa21-98705f258f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8330 | 2024.07.12 00:40:58.306314 [ 3 ] {4fe03e27-4c0e-4636-aa21-98705f258f1d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
8331 | 2024.07.12 00:40:58.306642 [ 3 ] {4fe03e27-4c0e-4636-aa21-98705f258f1d} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8332 | 2024.07.12 00:40:58.306789 [ 105 ] {} <Debug> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
8333 | 2024.07.12 00:40:58.306801 [ 3 ] {4fe03e27-4c0e-4636-aa21-98705f258f1d} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001337 sec., 4487.658937920718 rows/sec., 313.35 KiB/sec. | ||
8334 | 2024.07.12 00:40:58.306837 [ 105 ] {} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8335 | 2024.07.12 00:40:58.306900 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8336 | 2024.07.12 00:40:58.307168 [ 188 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
8337 | 2024.07.12 00:40:58.307195 [ 3 ] {4fe03e27-4c0e-4636-aa21-98705f258f1d} <Debug> DynamicQueryHandler: Done processing query | ||
8338 | 2024.07.12 00:40:58.307276 [ 3 ] {4fe03e27-4c0e-4636-aa21-98705f258f1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8339 | 2024.07.12 00:40:58.307298 [ 3 ] {} <Debug> HTTP-Session: b81daaa9-c3c0-45ea-8e66-0d3a5b3c2d27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8340 | 2024.07.12 00:40:58.307407 [ 188 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8341 | 2024.07.12 00:40:58.307446 [ 188 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part | ||
8342 | 2024.07.12 00:40:58.307530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 67834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8343 | 2024.07.12 00:40:58.307636 [ 188 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
8344 | 2024.07.12 00:40:58.307699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8345 | 2024.07.12 00:40:58.307824 [ 3 ] {} <Debug> HTTP-Session: aaa76232-4b85-4901-9549-6604056f55a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8346 | 2024.07.12 00:40:58.307882 [ 188 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
8347 | 2024.07.12 00:40:58.307901 [ 3 ] {} <Debug> HTTP-Session: aaa76232-4b85-4901-9549-6604056f55a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8348 | 2024.07.12 00:40:58.307959 [ 3 ] {} <Debug> HTTP-Session: aaa76232-4b85-4901-9549-6604056f55a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8349 | 2024.07.12 00:40:58.308115 [ 3 ] {} <Trace> HTTP-Session: aaa76232-4b85-4901-9549-6604056f55a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8350 | 2024.07.12 00:40:58.308122 [ 188 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
8351 | 2024.07.12 00:40:58.308301 [ 188 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
8352 | 2024.07.12 00:40:58.308540 [ 188 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
8353 | 2024.07.12 00:40:58.308808 [ 3 ] {0f82f0e2-fc8f-4a65-99a9-2f23113950ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8354 | 2024.07.12 00:40:58.308949 [ 3 ] {0f82f0e2-fc8f-4a65-99a9-2f23113950ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8355 | 2024.07.12 00:40:58.309350 [ 3 ] {0f82f0e2-fc8f-4a65-99a9-2f23113950ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8356 | 2024.07.12 00:40:58.310529 [ 3 ] {0f82f0e2-fc8f-4a65-99a9-2f23113950ae} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8357 | 2024.07.12 00:40:58.310620 [ 3 ] {0f82f0e2-fc8f-4a65-99a9-2f23113950ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8358 | 2024.07.12 00:40:58.310831 [ 200 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.003818818 sec., 10998.167495806294 rows/sec., 767.94 KiB/sec. | ||
8359 | 2024.07.12 00:40:58.311022 [ 200 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
8360 | 2024.07.12 00:40:58.311341 [ 3 ] {0f82f0e2-fc8f-4a65-99a9-2f23113950ae} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8361 | 2024.07.12 00:40:58.311901 [ 190 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_10_2} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8362 | 2024.07.12 00:40:58.312114 [ 190 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_10_2} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
8363 | 2024.07.12 00:40:58.312149 [ 3 ] {0f82f0e2-fc8f-4a65-99a9-2f23113950ae} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8364 | 2024.07.12 00:40:58.312295 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8365 | 2024.07.12 00:40:58.312433 [ 3 ] {0f82f0e2-fc8f-4a65-99a9-2f23113950ae} <Debug> executeQuery: Read 419 rows, 30.45 KiB in 0.004017 sec., 104306.69653970626 rows/sec., 7.40 MiB/sec. | ||
8366 | 2024.07.12 00:40:58.312631 [ 3 ] {0f82f0e2-fc8f-4a65-99a9-2f23113950ae} <Debug> DynamicQueryHandler: Done processing query | ||
8367 | 2024.07.12 00:40:58.312657 [ 3 ] {0f82f0e2-fc8f-4a65-99a9-2f23113950ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8368 | 2024.07.12 00:40:58.312673 [ 3 ] {} <Debug> HTTP-Session: aaa76232-4b85-4901-9549-6604056f55a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8369 | 2024.07.12 00:40:58.312821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8370 | 2024.07.12 00:40:58.312871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8371 | 2024.07.12 00:40:58.312891 [ 3 ] {} <Debug> HTTP-Session: 1a1b41ab-ee0e-4765-a46e-bb7905b001e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8372 | 2024.07.12 00:40:58.312908 [ 3 ] {} <Debug> HTTP-Session: 1a1b41ab-ee0e-4765-a46e-bb7905b001e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8373 | 2024.07.12 00:40:58.312921 [ 3 ] {} <Debug> HTTP-Session: 1a1b41ab-ee0e-4765-a46e-bb7905b001e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8374 | 2024.07.12 00:40:58.312954 [ 3 ] {} <Trace> HTTP-Session: 1a1b41ab-ee0e-4765-a46e-bb7905b001e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8375 | 2024.07.12 00:40:58.313054 [ 3 ] {4b6af11c-c6c7-4c3c-9078-2b39692d47b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8376 | 2024.07.12 00:40:58.313104 [ 3 ] {4b6af11c-c6c7-4c3c-9078-2b39692d47b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8377 | 2024.07.12 00:40:58.313249 [ 3 ] {4b6af11c-c6c7-4c3c-9078-2b39692d47b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8378 | 2024.07.12 00:40:58.313562 [ 3 ] {4b6af11c-c6c7-4c3c-9078-2b39692d47b8} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8379 | 2024.07.12 00:40:58.313603 [ 3 ] {4b6af11c-c6c7-4c3c-9078-2b39692d47b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8380 | 2024.07.12 00:40:58.313988 [ 3 ] {4b6af11c-c6c7-4c3c-9078-2b39692d47b8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8381 | 2024.07.12 00:40:58.314335 [ 3 ] {4b6af11c-c6c7-4c3c-9078-2b39692d47b8} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8382 | 2024.07.12 00:40:58.314496 [ 3 ] {4b6af11c-c6c7-4c3c-9078-2b39692d47b8} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 177.07 KiB/sec. | ||
8383 | 2024.07.12 00:40:58.314820 [ 3 ] {4b6af11c-c6c7-4c3c-9078-2b39692d47b8} <Debug> DynamicQueryHandler: Done processing query | ||
8384 | 2024.07.12 00:40:58.314849 [ 3 ] {4b6af11c-c6c7-4c3c-9078-2b39692d47b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8385 | 2024.07.12 00:40:58.314865 [ 3 ] {} <Debug> HTTP-Session: 1a1b41ab-ee0e-4765-a46e-bb7905b001e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8386 | 2024.07.12 00:40:58.314990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8387 | 2024.07.12 00:40:58.315040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8388 | 2024.07.12 00:40:58.315061 [ 3 ] {} <Debug> HTTP-Session: 3fd88bcb-ecb6-4c77-82e2-a069a9701d92 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8389 | 2024.07.12 00:40:58.315077 [ 3 ] {} <Debug> HTTP-Session: 3fd88bcb-ecb6-4c77-82e2-a069a9701d92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8390 | 2024.07.12 00:40:58.315091 [ 3 ] {} <Debug> HTTP-Session: 3fd88bcb-ecb6-4c77-82e2-a069a9701d92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8391 | 2024.07.12 00:40:58.315125 [ 3 ] {} <Trace> HTTP-Session: 3fd88bcb-ecb6-4c77-82e2-a069a9701d92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8392 | 2024.07.12 00:40:58.315254 [ 3 ] {abb0c3f6-a1b8-47ac-b972-760e41cf8b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8393 | 2024.07.12 00:40:58.315308 [ 3 ] {abb0c3f6-a1b8-47ac-b972-760e41cf8b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8394 | 2024.07.12 00:40:58.315473 [ 3 ] {abb0c3f6-a1b8-47ac-b972-760e41cf8b5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8395 | 2024.07.12 00:40:58.315814 [ 3 ] {abb0c3f6-a1b8-47ac-b972-760e41cf8b5a} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8396 | 2024.07.12 00:40:58.315852 [ 3 ] {abb0c3f6-a1b8-47ac-b972-760e41cf8b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8397 | 2024.07.12 00:40:58.316238 [ 3 ] {abb0c3f6-a1b8-47ac-b972-760e41cf8b5a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8398 | 2024.07.12 00:40:58.316599 [ 3 ] {abb0c3f6-a1b8-47ac-b972-760e41cf8b5a} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8399 | 2024.07.12 00:40:58.316779 [ 3 ] {abb0c3f6-a1b8-47ac-b972-760e41cf8b5a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001569 sec., 49075.84448693435 rows/sec., 3.02 MiB/sec. | ||
8400 | 2024.07.12 00:40:58.317105 [ 3 ] {abb0c3f6-a1b8-47ac-b972-760e41cf8b5a} <Debug> DynamicQueryHandler: Done processing query | ||
8401 | 2024.07.12 00:40:58.317133 [ 3 ] {abb0c3f6-a1b8-47ac-b972-760e41cf8b5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8402 | 2024.07.12 00:40:58.317149 [ 3 ] {} <Debug> HTTP-Session: 3fd88bcb-ecb6-4c77-82e2-a069a9701d92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8403 | 2024.07.12 00:40:58.317319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 31204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8404 | 2024.07.12 00:40:58.317368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8405 | 2024.07.12 00:40:58.317389 [ 3 ] {} <Debug> HTTP-Session: e8c7a2bb-18bd-4739-aaf1-d5a78b11bc1e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8406 | 2024.07.12 00:40:58.317407 [ 3 ] {} <Debug> HTTP-Session: e8c7a2bb-18bd-4739-aaf1-d5a78b11bc1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8407 | 2024.07.12 00:40:58.317423 [ 3 ] {} <Debug> HTTP-Session: e8c7a2bb-18bd-4739-aaf1-d5a78b11bc1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8408 | 2024.07.12 00:40:58.317454 [ 3 ] {} <Trace> HTTP-Session: e8c7a2bb-18bd-4739-aaf1-d5a78b11bc1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8409 | 2024.07.12 00:40:58.317608 [ 3 ] {61dce426-a4d9-422a-8c90-823f55b791d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8410 | 2024.07.12 00:40:58.317657 [ 3 ] {61dce426-a4d9-422a-8c90-823f55b791d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8411 | 2024.07.12 00:40:58.317825 [ 3 ] {61dce426-a4d9-422a-8c90-823f55b791d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8412 | 2024.07.12 00:40:58.318240 [ 3 ] {61dce426-a4d9-422a-8c90-823f55b791d5} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8413 | 2024.07.12 00:40:58.318277 [ 3 ] {61dce426-a4d9-422a-8c90-823f55b791d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8414 | 2024.07.12 00:40:58.318664 [ 3 ] {61dce426-a4d9-422a-8c90-823f55b791d5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8415 | 2024.07.12 00:40:58.319031 [ 3 ] {61dce426-a4d9-422a-8c90-823f55b791d5} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8416 | 2024.07.12 00:40:58.319163 [ 3 ] {61dce426-a4d9-422a-8c90-823f55b791d5} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001627 sec., 100184.38844499078 rows/sec., 6.98 MiB/sec. | ||
8417 | 2024.07.12 00:40:58.319453 [ 3 ] {61dce426-a4d9-422a-8c90-823f55b791d5} <Debug> DynamicQueryHandler: Done processing query | ||
8418 | 2024.07.12 00:40:58.319517 [ 3 ] {61dce426-a4d9-422a-8c90-823f55b791d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8419 | 2024.07.12 00:40:58.319572 [ 3 ] {} <Debug> HTTP-Session: e8c7a2bb-18bd-4739-aaf1-d5a78b11bc1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8420 | 2024.07.12 00:40:58.319758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 50058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8421 | 2024.07.12 00:40:58.319813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8422 | 2024.07.12 00:40:58.319833 [ 3 ] {} <Debug> HTTP-Session: c1d51610-f907-4fa9-8a1f-aca7ff7a5e90 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8423 | 2024.07.12 00:40:58.319849 [ 3 ] {} <Debug> HTTP-Session: c1d51610-f907-4fa9-8a1f-aca7ff7a5e90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8424 | 2024.07.12 00:40:58.319863 [ 3 ] {} <Debug> HTTP-Session: c1d51610-f907-4fa9-8a1f-aca7ff7a5e90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8425 | 2024.07.12 00:40:58.319898 [ 3 ] {} <Trace> HTTP-Session: c1d51610-f907-4fa9-8a1f-aca7ff7a5e90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8426 | 2024.07.12 00:40:58.320292 [ 3 ] {f6eb1ba7-1f5e-46b6-bcef-1b6b17987ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8427 | 2024.07.12 00:40:58.320366 [ 3 ] {f6eb1ba7-1f5e-46b6-bcef-1b6b17987ecb} <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 | ||
8428 | 2024.07.12 00:40:58.320803 [ 3 ] {f6eb1ba7-1f5e-46b6-bcef-1b6b17987ecb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8429 | 2024.07.12 00:40:58.321432 [ 3 ] {f6eb1ba7-1f5e-46b6-bcef-1b6b17987ecb} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8430 | 2024.07.12 00:40:58.321468 [ 3 ] {f6eb1ba7-1f5e-46b6-bcef-1b6b17987ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8431 | 2024.07.12 00:40:58.322106 [ 3 ] {f6eb1ba7-1f5e-46b6-bcef-1b6b17987ecb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8432 | 2024.07.12 00:40:58.322534 [ 3 ] {f6eb1ba7-1f5e-46b6-bcef-1b6b17987ecb} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8433 | 2024.07.12 00:40:58.322695 [ 3 ] {f6eb1ba7-1f5e-46b6-bcef-1b6b17987ecb} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002705 sec., 11460.25878003697 rows/sec., 20.54 MiB/sec. | ||
8434 | 2024.07.12 00:40:58.323225 [ 3 ] {f6eb1ba7-1f5e-46b6-bcef-1b6b17987ecb} <Debug> DynamicQueryHandler: Done processing query | ||
8435 | 2024.07.12 00:40:58.323251 [ 3 ] {f6eb1ba7-1f5e-46b6-bcef-1b6b17987ecb} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8436 | 2024.07.12 00:40:58.323267 [ 3 ] {} <Debug> HTTP-Session: c1d51610-f907-4fa9-8a1f-aca7ff7a5e90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8437 | 2024.07.12 00:40:58.323385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8438 | 2024.07.12 00:40:58.323435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8439 | 2024.07.12 00:40:58.323455 [ 3 ] {} <Debug> HTTP-Session: be040f6b-512c-4198-a11a-60ab0970d920 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8440 | 2024.07.12 00:40:58.323471 [ 3 ] {} <Debug> HTTP-Session: be040f6b-512c-4198-a11a-60ab0970d920 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8441 | 2024.07.12 00:40:58.323490 [ 3 ] {} <Debug> HTTP-Session: be040f6b-512c-4198-a11a-60ab0970d920 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8442 | 2024.07.12 00:40:58.323521 [ 3 ] {} <Trace> HTTP-Session: be040f6b-512c-4198-a11a-60ab0970d920 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8443 | 2024.07.12 00:40:58.323632 [ 3 ] {0a06d12f-7fdd-41df-bc38-e00b6e28f446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8444 | 2024.07.12 00:40:58.323679 [ 3 ] {0a06d12f-7fdd-41df-bc38-e00b6e28f446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8445 | 2024.07.12 00:40:58.323830 [ 3 ] {0a06d12f-7fdd-41df-bc38-e00b6e28f446} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8446 | 2024.07.12 00:40:58.324103 [ 3 ] {0a06d12f-7fdd-41df-bc38-e00b6e28f446} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8447 | 2024.07.12 00:40:58.324142 [ 3 ] {0a06d12f-7fdd-41df-bc38-e00b6e28f446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8448 | 2024.07.12 00:40:58.324523 [ 3 ] {0a06d12f-7fdd-41df-bc38-e00b6e28f446} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8449 | 2024.07.12 00:40:58.324869 [ 3 ] {0a06d12f-7fdd-41df-bc38-e00b6e28f446} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8450 | 2024.07.12 00:40:58.325010 [ 3 ] {0a06d12f-7fdd-41df-bc38-e00b6e28f446} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001413 sec., 16277.423920736022 rows/sec., 880.50 KiB/sec. | ||
8451 | 2024.07.12 00:40:58.325164 [ 3 ] {0a06d12f-7fdd-41df-bc38-e00b6e28f446} <Debug> DynamicQueryHandler: Done processing query | ||
8452 | 2024.07.12 00:40:58.325189 [ 3 ] {0a06d12f-7fdd-41df-bc38-e00b6e28f446} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8453 | 2024.07.12 00:40:58.325205 [ 3 ] {} <Debug> HTTP-Session: be040f6b-512c-4198-a11a-60ab0970d920 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8454 | 2024.07.12 00:40:58.325320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8455 | 2024.07.12 00:40:58.325369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8456 | 2024.07.12 00:40:58.325389 [ 3 ] {} <Debug> HTTP-Session: 3029577e-ee21-45f9-8eea-17d3a9596c8b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8457 | 2024.07.12 00:40:58.325406 [ 3 ] {} <Debug> HTTP-Session: 3029577e-ee21-45f9-8eea-17d3a9596c8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8458 | 2024.07.12 00:40:58.325420 [ 3 ] {} <Debug> HTTP-Session: 3029577e-ee21-45f9-8eea-17d3a9596c8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8459 | 2024.07.12 00:40:58.325451 [ 3 ] {} <Trace> HTTP-Session: 3029577e-ee21-45f9-8eea-17d3a9596c8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8460 | 2024.07.12 00:40:58.325561 [ 3 ] {e926d34d-201d-453f-aeaf-14159139204d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8461 | 2024.07.12 00:40:58.325605 [ 3 ] {e926d34d-201d-453f-aeaf-14159139204d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8462 | 2024.07.12 00:40:58.325731 [ 3 ] {e926d34d-201d-453f-aeaf-14159139204d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8463 | 2024.07.12 00:40:58.326003 [ 3 ] {e926d34d-201d-453f-aeaf-14159139204d} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8464 | 2024.07.12 00:40:58.326039 [ 3 ] {e926d34d-201d-453f-aeaf-14159139204d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8465 | 2024.07.12 00:40:58.326392 [ 3 ] {e926d34d-201d-453f-aeaf-14159139204d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8466 | 2024.07.12 00:40:58.326712 [ 3 ] {e926d34d-201d-453f-aeaf-14159139204d} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8467 | 2024.07.12 00:40:58.326843 [ 3 ] {e926d34d-201d-453f-aeaf-14159139204d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00132 sec., 45454.545454545456 rows/sec., 3.06 MiB/sec. | ||
8468 | 2024.07.12 00:40:58.326994 [ 3 ] {e926d34d-201d-453f-aeaf-14159139204d} <Debug> DynamicQueryHandler: Done processing query | ||
8469 | 2024.07.12 00:40:58.327019 [ 3 ] {e926d34d-201d-453f-aeaf-14159139204d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8470 | 2024.07.12 00:40:58.327036 [ 3 ] {} <Debug> HTTP-Session: 3029577e-ee21-45f9-8eea-17d3a9596c8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8471 | 2024.07.12 00:41:03.290808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8472 | 2024.07.12 00:41:03.290965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8473 | 2024.07.12 00:41:03.291013 [ 3 ] {} <Debug> HTTP-Session: 2b782d02-08c0-4246-8225-cfbbde7f20b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8474 | 2024.07.12 00:41:03.291047 [ 3 ] {} <Debug> HTTP-Session: 2b782d02-08c0-4246-8225-cfbbde7f20b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8475 | 2024.07.12 00:41:03.291072 [ 3 ] {} <Debug> HTTP-Session: 2b782d02-08c0-4246-8225-cfbbde7f20b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8476 | 2024.07.12 00:41:03.291142 [ 3 ] {} <Trace> HTTP-Session: 2b782d02-08c0-4246-8225-cfbbde7f20b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8477 | 2024.07.12 00:41:03.291392 [ 3 ] {6182f586-c90e-4b06-9557-ac6c1b0eda44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8478 | 2024.07.12 00:41:03.291485 [ 3 ] {6182f586-c90e-4b06-9557-ac6c1b0eda44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8479 | 2024.07.12 00:41:03.291722 [ 3 ] {6182f586-c90e-4b06-9557-ac6c1b0eda44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8480 | 2024.07.12 00:41:03.292090 [ 3 ] {6182f586-c90e-4b06-9557-ac6c1b0eda44} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8481 | 2024.07.12 00:41:03.292136 [ 3 ] {6182f586-c90e-4b06-9557-ac6c1b0eda44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8482 | 2024.07.12 00:41:03.292516 [ 3 ] {6182f586-c90e-4b06-9557-ac6c1b0eda44} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
8483 | 2024.07.12 00:41:03.292884 [ 3 ] {6182f586-c90e-4b06-9557-ac6c1b0eda44} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8484 | 2024.07.12 00:41:03.293070 [ 3 ] {6182f586-c90e-4b06-9557-ac6c1b0eda44} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001745 sec., 3438.3954154727794 rows/sec., 280.38 KiB/sec. | ||
8485 | 2024.07.12 00:41:03.293294 [ 3 ] {6182f586-c90e-4b06-9557-ac6c1b0eda44} <Debug> DynamicQueryHandler: Done processing query | ||
8486 | 2024.07.12 00:41:03.293323 [ 3 ] {6182f586-c90e-4b06-9557-ac6c1b0eda44} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8487 | 2024.07.12 00:41:03.293340 [ 3 ] {} <Debug> HTTP-Session: 2b782d02-08c0-4246-8225-cfbbde7f20b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8488 | 2024.07.12 00:41:03.293488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8489 | 2024.07.12 00:41:03.293538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8490 | 2024.07.12 00:41:03.293559 [ 3 ] {} <Debug> HTTP-Session: 08261154-f102-4fd3-8a40-ed7c7f9fbc49 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8491 | 2024.07.12 00:41:03.293577 [ 3 ] {} <Debug> HTTP-Session: 08261154-f102-4fd3-8a40-ed7c7f9fbc49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8492 | 2024.07.12 00:41:03.293592 [ 3 ] {} <Debug> HTTP-Session: 08261154-f102-4fd3-8a40-ed7c7f9fbc49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8493 | 2024.07.12 00:41:03.293628 [ 3 ] {} <Trace> HTTP-Session: 08261154-f102-4fd3-8a40-ed7c7f9fbc49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8494 | 2024.07.12 00:41:03.293764 [ 3 ] {5c026b20-28a0-4f2b-a49d-7f45bfdc6ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8495 | 2024.07.12 00:41:03.293815 [ 3 ] {5c026b20-28a0-4f2b-a49d-7f45bfdc6ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8496 | 2024.07.12 00:41:03.293950 [ 3 ] {5c026b20-28a0-4f2b-a49d-7f45bfdc6ae5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8497 | 2024.07.12 00:41:03.294273 [ 3 ] {5c026b20-28a0-4f2b-a49d-7f45bfdc6ae5} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8498 | 2024.07.12 00:41:03.294311 [ 3 ] {5c026b20-28a0-4f2b-a49d-7f45bfdc6ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8499 | 2024.07.12 00:41:03.294633 [ 3 ] {5c026b20-28a0-4f2b-a49d-7f45bfdc6ae5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8500 | 2024.07.12 00:41:03.294944 [ 3 ] {5c026b20-28a0-4f2b-a49d-7f45bfdc6ae5} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8501 | 2024.07.12 00:41:03.295102 [ 3 ] {5c026b20-28a0-4f2b-a49d-7f45bfdc6ae5} <Debug> executeQuery: Read 95 rows, 7.36 KiB in 0.001382 sec., 68740.95513748191 rows/sec., 5.20 MiB/sec. | ||
8502 | 2024.07.12 00:41:03.295267 [ 3 ] {5c026b20-28a0-4f2b-a49d-7f45bfdc6ae5} <Debug> DynamicQueryHandler: Done processing query | ||
8503 | 2024.07.12 00:41:03.295292 [ 3 ] {5c026b20-28a0-4f2b-a49d-7f45bfdc6ae5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8504 | 2024.07.12 00:41:03.295308 [ 3 ] {} <Debug> HTTP-Session: 08261154-f102-4fd3-8a40-ed7c7f9fbc49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8505 | 2024.07.12 00:41:03.295465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8506 | 2024.07.12 00:41:03.295513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8507 | 2024.07.12 00:41:03.295532 [ 3 ] {} <Debug> HTTP-Session: 8e91cfaf-2c67-486a-9fff-e5b931954f82 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8508 | 2024.07.12 00:41:03.295550 [ 3 ] {} <Debug> HTTP-Session: 8e91cfaf-2c67-486a-9fff-e5b931954f82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8509 | 2024.07.12 00:41:03.295564 [ 3 ] {} <Debug> HTTP-Session: 8e91cfaf-2c67-486a-9fff-e5b931954f82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8510 | 2024.07.12 00:41:03.295597 [ 3 ] {} <Trace> HTTP-Session: 8e91cfaf-2c67-486a-9fff-e5b931954f82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8511 | 2024.07.12 00:41:03.295699 [ 3 ] {97b8b4c9-7fb2-42d8-a55c-ae9fcfb4b8ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8512 | 2024.07.12 00:41:03.295743 [ 3 ] {97b8b4c9-7fb2-42d8-a55c-ae9fcfb4b8ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8513 | 2024.07.12 00:41:03.295871 [ 3 ] {97b8b4c9-7fb2-42d8-a55c-ae9fcfb4b8ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8514 | 2024.07.12 00:41:03.296123 [ 3 ] {97b8b4c9-7fb2-42d8-a55c-ae9fcfb4b8ec} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8515 | 2024.07.12 00:41:03.296161 [ 3 ] {97b8b4c9-7fb2-42d8-a55c-ae9fcfb4b8ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8516 | 2024.07.12 00:41:03.296463 [ 3 ] {97b8b4c9-7fb2-42d8-a55c-ae9fcfb4b8ec} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
8517 | 2024.07.12 00:41:03.296765 [ 3 ] {97b8b4c9-7fb2-42d8-a55c-ae9fcfb4b8ec} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8518 | 2024.07.12 00:41:03.296923 [ 3 ] {97b8b4c9-7fb2-42d8-a55c-ae9fcfb4b8ec} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001245 sec., 4819.277108433735 rows/sec., 336.50 KiB/sec. | ||
8519 | 2024.07.12 00:41:03.297261 [ 3 ] {97b8b4c9-7fb2-42d8-a55c-ae9fcfb4b8ec} <Debug> DynamicQueryHandler: Done processing query | ||
8520 | 2024.07.12 00:41:03.297287 [ 3 ] {97b8b4c9-7fb2-42d8-a55c-ae9fcfb4b8ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8521 | 2024.07.12 00:41:03.297303 [ 3 ] {} <Debug> HTTP-Session: 8e91cfaf-2c67-486a-9fff-e5b931954f82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8522 | 2024.07.12 00:41:03.297438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 15947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8523 | 2024.07.12 00:41:03.297486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8524 | 2024.07.12 00:41:03.297505 [ 3 ] {} <Debug> HTTP-Session: e53a5fc6-bb1a-44d5-bacc-529647f2059a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8525 | 2024.07.12 00:41:03.297522 [ 3 ] {} <Debug> HTTP-Session: e53a5fc6-bb1a-44d5-bacc-529647f2059a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8526 | 2024.07.12 00:41:03.297536 [ 3 ] {} <Debug> HTTP-Session: e53a5fc6-bb1a-44d5-bacc-529647f2059a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8527 | 2024.07.12 00:41:03.297566 [ 3 ] {} <Trace> HTTP-Session: e53a5fc6-bb1a-44d5-bacc-529647f2059a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8528 | 2024.07.12 00:41:03.297689 [ 3 ] {eb6837fd-c74d-440f-a055-b09b2ae93693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8529 | 2024.07.12 00:41:03.297733 [ 3 ] {eb6837fd-c74d-440f-a055-b09b2ae93693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8530 | 2024.07.12 00:41:03.297875 [ 3 ] {eb6837fd-c74d-440f-a055-b09b2ae93693} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8531 | 2024.07.12 00:41:03.298179 [ 3 ] {eb6837fd-c74d-440f-a055-b09b2ae93693} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8532 | 2024.07.12 00:41:03.298215 [ 3 ] {eb6837fd-c74d-440f-a055-b09b2ae93693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8533 | 2024.07.12 00:41:03.298534 [ 3 ] {eb6837fd-c74d-440f-a055-b09b2ae93693} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8534 | 2024.07.12 00:41:03.298910 [ 3 ] {eb6837fd-c74d-440f-a055-b09b2ae93693} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8535 | 2024.07.12 00:41:03.299071 [ 3 ] {eb6837fd-c74d-440f-a055-b09b2ae93693} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.001424 sec., 66011.23595505618 rows/sec., 5.15 MiB/sec. | ||
8536 | 2024.07.12 00:41:03.299235 [ 3 ] {eb6837fd-c74d-440f-a055-b09b2ae93693} <Debug> DynamicQueryHandler: Done processing query | ||
8537 | 2024.07.12 00:41:03.299259 [ 3 ] {eb6837fd-c74d-440f-a055-b09b2ae93693} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8538 | 2024.07.12 00:41:03.299275 [ 3 ] {} <Debug> HTTP-Session: e53a5fc6-bb1a-44d5-bacc-529647f2059a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8539 | 2024.07.12 00:41:03.299449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38164, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8540 | 2024.07.12 00:41:03.299504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8541 | 2024.07.12 00:41:03.299524 [ 3 ] {} <Debug> HTTP-Session: a46bfc5e-cb92-4d88-abc3-b2aa97329e37 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8542 | 2024.07.12 00:41:03.299556 [ 3 ] {} <Debug> HTTP-Session: a46bfc5e-cb92-4d88-abc3-b2aa97329e37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8543 | 2024.07.12 00:41:03.299573 [ 3 ] {} <Debug> HTTP-Session: a46bfc5e-cb92-4d88-abc3-b2aa97329e37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8544 | 2024.07.12 00:41:03.299606 [ 3 ] {} <Trace> HTTP-Session: a46bfc5e-cb92-4d88-abc3-b2aa97329e37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8545 | 2024.07.12 00:41:03.299794 [ 3 ] {38ad3b69-febb-4201-a2fd-6c4839efd786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8546 | 2024.07.12 00:41:03.299844 [ 3 ] {38ad3b69-febb-4201-a2fd-6c4839efd786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8547 | 2024.07.12 00:41:03.300017 [ 3 ] {38ad3b69-febb-4201-a2fd-6c4839efd786} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8548 | 2024.07.12 00:41:03.300390 [ 3 ] {38ad3b69-febb-4201-a2fd-6c4839efd786} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8549 | 2024.07.12 00:41:03.300427 [ 3 ] {38ad3b69-febb-4201-a2fd-6c4839efd786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8550 | 2024.07.12 00:41:03.300870 [ 3 ] {38ad3b69-febb-4201-a2fd-6c4839efd786} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8551 | 2024.07.12 00:41:03.301241 [ 3 ] {38ad3b69-febb-4201-a2fd-6c4839efd786} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8552 | 2024.07.12 00:41:03.301419 [ 3 ] {38ad3b69-febb-4201-a2fd-6c4839efd786} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001701 sec., 116990.00587889476 rows/sec., 8.17 MiB/sec. | ||
8553 | 2024.07.12 00:41:03.301700 [ 3 ] {38ad3b69-febb-4201-a2fd-6c4839efd786} <Debug> DynamicQueryHandler: Done processing query | ||
8554 | 2024.07.12 00:41:03.301760 [ 3 ] {38ad3b69-febb-4201-a2fd-6c4839efd786} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8555 | 2024.07.12 00:41:03.301814 [ 3 ] {} <Debug> HTTP-Session: a46bfc5e-cb92-4d88-abc3-b2aa97329e37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8556 | 2024.07.12 00:41:03.301980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8557 | 2024.07.12 00:41:03.302033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8558 | 2024.07.12 00:41:03.302053 [ 3 ] {} <Debug> HTTP-Session: 8872b43b-c071-4d9f-874c-e247ac3664e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8559 | 2024.07.12 00:41:03.302074 [ 3 ] {} <Debug> HTTP-Session: 8872b43b-c071-4d9f-874c-e247ac3664e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8560 | 2024.07.12 00:41:03.302089 [ 3 ] {} <Debug> HTTP-Session: 8872b43b-c071-4d9f-874c-e247ac3664e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8561 | 2024.07.12 00:41:03.302122 [ 3 ] {} <Trace> HTTP-Session: 8872b43b-c071-4d9f-874c-e247ac3664e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8562 | 2024.07.12 00:41:03.302241 [ 3 ] {c1a4d516-4b53-427f-a9a4-1f73a9a559b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8563 | 2024.07.12 00:41:03.302288 [ 3 ] {c1a4d516-4b53-427f-a9a4-1f73a9a559b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8564 | 2024.07.12 00:41:03.302434 [ 3 ] {c1a4d516-4b53-427f-a9a4-1f73a9a559b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8565 | 2024.07.12 00:41:03.302695 [ 3 ] {c1a4d516-4b53-427f-a9a4-1f73a9a559b0} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8566 | 2024.07.12 00:41:03.302733 [ 3 ] {c1a4d516-4b53-427f-a9a4-1f73a9a559b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8567 | 2024.07.12 00:41:03.303124 [ 3 ] {c1a4d516-4b53-427f-a9a4-1f73a9a559b0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8568 | 2024.07.12 00:41:03.303461 [ 3 ] {c1a4d516-4b53-427f-a9a4-1f73a9a559b0} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8569 | 2024.07.12 00:41:03.303619 [ 3 ] {c1a4d516-4b53-427f-a9a4-1f73a9a559b0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
8570 | 2024.07.12 00:41:03.303891 [ 3 ] {c1a4d516-4b53-427f-a9a4-1f73a9a559b0} <Debug> DynamicQueryHandler: Done processing query | ||
8571 | 2024.07.12 00:41:03.303943 [ 3 ] {c1a4d516-4b53-427f-a9a4-1f73a9a559b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8572 | 2024.07.12 00:41:03.303992 [ 3 ] {} <Debug> HTTP-Session: 8872b43b-c071-4d9f-874c-e247ac3664e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8573 | 2024.07.12 00:41:07.436106 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8574 | 2024.07.12 00:41:07.436188 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8575 | 2024.07.12 00:41:08.295294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8576 | 2024.07.12 00:41:08.295408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8577 | 2024.07.12 00:41:08.295433 [ 3 ] {} <Debug> HTTP-Session: 57ab1d7e-606e-4868-ba01-f1b454806895 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8578 | 2024.07.12 00:41:08.295459 [ 3 ] {} <Debug> HTTP-Session: 57ab1d7e-606e-4868-ba01-f1b454806895 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8579 | 2024.07.12 00:41:08.295474 [ 3 ] {} <Debug> HTTP-Session: 57ab1d7e-606e-4868-ba01-f1b454806895 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8580 | 2024.07.12 00:41:08.295525 [ 3 ] {} <Trace> HTTP-Session: 57ab1d7e-606e-4868-ba01-f1b454806895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8581 | 2024.07.12 00:41:08.295723 [ 3 ] {dea062fb-0a9d-4763-9083-8cc300d3dddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8582 | 2024.07.12 00:41:08.295789 [ 3 ] {dea062fb-0a9d-4763-9083-8cc300d3dddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8583 | 2024.07.12 00:41:08.295997 [ 3 ] {dea062fb-0a9d-4763-9083-8cc300d3dddf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8584 | 2024.07.12 00:41:08.296441 [ 3 ] {dea062fb-0a9d-4763-9083-8cc300d3dddf} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8585 | 2024.07.12 00:41:08.296482 [ 3 ] {dea062fb-0a9d-4763-9083-8cc300d3dddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8586 | 2024.07.12 00:41:08.296850 [ 3 ] {dea062fb-0a9d-4763-9083-8cc300d3dddf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8587 | 2024.07.12 00:41:08.297188 [ 3 ] {dea062fb-0a9d-4763-9083-8cc300d3dddf} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8588 | 2024.07.12 00:41:08.297361 [ 3 ] {dea062fb-0a9d-4763-9083-8cc300d3dddf} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001699 sec., 21777.51618599176 rows/sec., 1.64 MiB/sec. | ||
8589 | 2024.07.12 00:41:08.297563 [ 3 ] {dea062fb-0a9d-4763-9083-8cc300d3dddf} <Debug> DynamicQueryHandler: Done processing query | ||
8590 | 2024.07.12 00:41:08.297591 [ 3 ] {dea062fb-0a9d-4763-9083-8cc300d3dddf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8591 | 2024.07.12 00:41:08.297608 [ 3 ] {} <Debug> HTTP-Session: 57ab1d7e-606e-4868-ba01-f1b454806895 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8592 | 2024.07.12 00:41:08.297905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8593 | 2024.07.12 00:41:08.297956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8594 | 2024.07.12 00:41:08.297976 [ 3 ] {} <Debug> HTTP-Session: 49c5da7b-82a8-4428-9e9e-5c117be64ecd Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8595 | 2024.07.12 00:41:08.297992 [ 3 ] {} <Debug> HTTP-Session: 49c5da7b-82a8-4428-9e9e-5c117be64ecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8596 | 2024.07.12 00:41:08.298007 [ 3 ] {} <Debug> HTTP-Session: 49c5da7b-82a8-4428-9e9e-5c117be64ecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8597 | 2024.07.12 00:41:08.298039 [ 3 ] {} <Trace> HTTP-Session: 49c5da7b-82a8-4428-9e9e-5c117be64ecd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8598 | 2024.07.12 00:41:08.298216 [ 3 ] {9d4483f8-462c-4d21-97d4-7f1567c4e60d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8599 | 2024.07.12 00:41:08.298260 [ 3 ] {9d4483f8-462c-4d21-97d4-7f1567c4e60d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8600 | 2024.07.12 00:41:08.298387 [ 3 ] {9d4483f8-462c-4d21-97d4-7f1567c4e60d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8601 | 2024.07.12 00:41:08.298843 [ 3 ] {9d4483f8-462c-4d21-97d4-7f1567c4e60d} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8602 | 2024.07.12 00:41:08.298879 [ 3 ] {9d4483f8-462c-4d21-97d4-7f1567c4e60d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8603 | 2024.07.12 00:41:08.299208 [ 3 ] {9d4483f8-462c-4d21-97d4-7f1567c4e60d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8604 | 2024.07.12 00:41:08.299509 [ 3 ] {9d4483f8-462c-4d21-97d4-7f1567c4e60d} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8605 | 2024.07.12 00:41:08.299670 [ 3 ] {9d4483f8-462c-4d21-97d4-7f1567c4e60d} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.001538 sec., 165149.544863459 rows/sec., 14.57 MiB/sec. | ||
8606 | 2024.07.12 00:41:08.299677 [ 61 ] {} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8607 | 2024.07.12 00:41:08.299795 [ 61 ] {} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8608 | 2024.07.12 00:41:08.299830 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8609 | 2024.07.12 00:41:08.299901 [ 3 ] {9d4483f8-462c-4d21-97d4-7f1567c4e60d} <Debug> DynamicQueryHandler: Done processing query | ||
8610 | 2024.07.12 00:41:08.299981 [ 3 ] {9d4483f8-462c-4d21-97d4-7f1567c4e60d} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
8611 | 2024.07.12 00:41:08.300050 [ 3 ] {} <Debug> HTTP-Session: 49c5da7b-82a8-4428-9e9e-5c117be64ecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8612 | 2024.07.12 00:41:08.300127 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::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 | ||
8613 | 2024.07.12 00:41:08.300383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8614 | 2024.07.12 00:41:08.300516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8615 | 2024.07.12 00:41:08.300544 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8616 | 2024.07.12 00:41:08.300556 [ 3 ] {} <Debug> HTTP-Session: 9b41dea9-b1b1-45c2-8ac0-3013aa753d0e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8617 | 2024.07.12 00:41:08.300608 [ 3 ] {} <Debug> HTTP-Session: 9b41dea9-b1b1-45c2-8ac0-3013aa753d0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8618 | 2024.07.12 00:41:08.300614 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 298 rows starting from the beginning of the part | ||
8619 | 2024.07.12 00:41:08.300630 [ 3 ] {} <Debug> HTTP-Session: 9b41dea9-b1b1-45c2-8ac0-3013aa753d0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8620 | 2024.07.12 00:41:08.300701 [ 3 ] {} <Trace> HTTP-Session: 9b41dea9-b1b1-45c2-8ac0-3013aa753d0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8621 | 2024.07.12 00:41:08.300843 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 256 rows starting from the beginning of the part | ||
8622 | 2024.07.12 00:41:08.301086 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part | ||
8623 | 2024.07.12 00:41:08.301356 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 257 rows starting from the beginning of the part | ||
8624 | 2024.07.12 00:41:08.301370 [ 3 ] {57482c5f-11b4-49c8-94fa-feecc6ac32e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8625 | 2024.07.12 00:41:08.301560 [ 3 ] {57482c5f-11b4-49c8-94fa-feecc6ac32e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8626 | 2024.07.12 00:41:08.301587 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 95 rows starting from the beginning of the part | ||
8627 | 2024.07.12 00:41:08.301901 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 254 rows starting from the beginning of the part | ||
8628 | 2024.07.12 00:41:08.302556 [ 3 ] {57482c5f-11b4-49c8-94fa-feecc6ac32e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8629 | 2024.07.12 00:41:08.303545 [ 3 ] {57482c5f-11b4-49c8-94fa-feecc6ac32e5} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8630 | 2024.07.12 00:41:08.303610 [ 3 ] {57482c5f-11b4-49c8-94fa-feecc6ac32e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8631 | 2024.07.12 00:41:08.304388 [ 3 ] {57482c5f-11b4-49c8-94fa-feecc6ac32e5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8632 | 2024.07.12 00:41:08.304672 [ 190 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1216 rows, containing 4 columns (4 merged, 0 gathered) in 0.004740512 sec., 256512.37672217685 rows/sec., 22.09 MiB/sec. | ||
8633 | 2024.07.12 00:41:08.304991 [ 190 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8634 | 2024.07.12 00:41:08.305061 [ 3 ] {57482c5f-11b4-49c8-94fa-feecc6ac32e5} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8635 | 2024.07.12 00:41:08.305353 [ 122 ] {} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8636 | 2024.07.12 00:41:08.305434 [ 3 ] {57482c5f-11b4-49c8-94fa-feecc6ac32e5} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.004438 sec., 93059.93690851735 rows/sec., 6.59 MiB/sec. | ||
8637 | 2024.07.12 00:41:08.305463 [ 122 ] {} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8638 | 2024.07.12 00:41:08.305576 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8639 | 2024.07.12 00:41:08.306072 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
8640 | 2024.07.12 00:41:08.306148 [ 3 ] {57482c5f-11b4-49c8-94fa-feecc6ac32e5} <Debug> DynamicQueryHandler: Done processing query | ||
8641 | 2024.07.12 00:41:08.306233 [ 3 ] {57482c5f-11b4-49c8-94fa-feecc6ac32e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
8642 | 2024.07.12 00:41:08.306318 [ 3 ] {} <Debug> HTTP-Session: 9b41dea9-b1b1-45c2-8ac0-3013aa753d0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8643 | 2024.07.12 00:41:08.306444 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8644 | 2024.07.12 00:41:08.306452 [ 190 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_51_10} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8645 | 2024.07.12 00:41:08.306490 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 471 rows starting from the beginning of the part | ||
8646 | 2024.07.12 00:41:08.306599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8647 | 2024.07.12 00:41:08.306743 [ 190 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_51_10} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8648 | 2024.07.12 00:41:08.306843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8649 | 2024.07.12 00:41:08.306913 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 417 rows starting from the beginning of the part | ||
8650 | 2024.07.12 00:41:08.307024 [ 3 ] {} <Debug> HTTP-Session: 9234f5cf-8950-4c96-8e7f-14b6d6171d14 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8651 | 2024.07.12 00:41:08.307118 [ 3 ] {} <Debug> HTTP-Session: 9234f5cf-8950-4c96-8e7f-14b6d6171d14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8652 | 2024.07.12 00:41:08.307166 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
8653 | 2024.07.12 00:41:08.307249 [ 3 ] {} <Debug> HTTP-Session: 9234f5cf-8950-4c96-8e7f-14b6d6171d14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8654 | 2024.07.12 00:41:08.307381 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
8655 | 2024.07.12 00:41:08.307440 [ 3 ] {} <Trace> HTTP-Session: 9234f5cf-8950-4c96-8e7f-14b6d6171d14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8656 | 2024.07.12 00:41:08.307621 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 419 rows starting from the beginning of the part | ||
8657 | 2024.07.12 00:41:08.307903 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 94 rows starting from the beginning of the part | ||
8658 | 2024.07.12 00:41:08.307901 [ 3 ] {3f8f551e-fe38-43a8-92c5-b7f7c6309b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8659 | 2024.07.12 00:41:08.308110 [ 3 ] {3f8f551e-fe38-43a8-92c5-b7f7c6309b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8660 | 2024.07.12 00:41:08.308143 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 413 rows starting from the beginning of the part | ||
8661 | 2024.07.12 00:41:08.308900 [ 3 ] {3f8f551e-fe38-43a8-92c5-b7f7c6309b13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8662 | 2024.07.12 00:41:08.309551 [ 3 ] {3f8f551e-fe38-43a8-92c5-b7f7c6309b13} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8663 | 2024.07.12 00:41:08.309618 [ 3 ] {3f8f551e-fe38-43a8-92c5-b7f7c6309b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8664 | 2024.07.12 00:41:08.310669 [ 3 ] {3f8f551e-fe38-43a8-92c5-b7f7c6309b13} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8665 | 2024.07.12 00:41:08.311265 [ 3 ] {3f8f551e-fe38-43a8-92c5-b7f7c6309b13} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8666 | 2024.07.12 00:41:08.311290 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1878 rows, containing 4 columns (4 merged, 0 gathered) in 0.005542205 sec., 338854.3007701808 rows/sec., 24.30 MiB/sec. | ||
8667 | 2024.07.12 00:41:08.311537 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8668 | 2024.07.12 00:41:08.311548 [ 3 ] {3f8f551e-fe38-43a8-92c5-b7f7c6309b13} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003836 sec., 1564.1293013555787 rows/sec., 67.21 KiB/sec. | ||
8669 | 2024.07.12 00:41:08.311932 [ 3 ] {3f8f551e-fe38-43a8-92c5-b7f7c6309b13} <Debug> DynamicQueryHandler: Done processing query | ||
8670 | 2024.07.12 00:41:08.312000 [ 3 ] {3f8f551e-fe38-43a8-92c5-b7f7c6309b13} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8671 | 2024.07.12 00:41:08.312048 [ 3 ] {} <Debug> HTTP-Session: 9234f5cf-8950-4c96-8e7f-14b6d6171d14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8672 | 2024.07.12 00:41:08.312205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8673 | 2024.07.12 00:41:08.312251 [ 191 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_51_10} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8674 | 2024.07.12 00:41:08.312278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8675 | 2024.07.12 00:41:08.312311 [ 3 ] {} <Debug> HTTP-Session: 9c5ae834-085d-4f6c-a12e-76437b6e3098 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8676 | 2024.07.12 00:41:08.312331 [ 3 ] {} <Debug> HTTP-Session: 9c5ae834-085d-4f6c-a12e-76437b6e3098 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8677 | 2024.07.12 00:41:08.312348 [ 3 ] {} <Debug> HTTP-Session: 9c5ae834-085d-4f6c-a12e-76437b6e3098 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8678 | 2024.07.12 00:41:08.312385 [ 3 ] {} <Trace> HTTP-Session: 9c5ae834-085d-4f6c-a12e-76437b6e3098 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8679 | 2024.07.12 00:41:08.312405 [ 191 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_51_10} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8680 | 2024.07.12 00:41:08.312515 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
8681 | 2024.07.12 00:41:08.312564 [ 3 ] {2536fd73-e9d7-48a7-875e-1f0c1513c07b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8682 | 2024.07.12 00:41:08.312612 [ 3 ] {2536fd73-e9d7-48a7-875e-1f0c1513c07b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8683 | 2024.07.12 00:41:08.312779 [ 3 ] {2536fd73-e9d7-48a7-875e-1f0c1513c07b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8684 | 2024.07.12 00:41:08.313098 [ 3 ] {2536fd73-e9d7-48a7-875e-1f0c1513c07b} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8685 | 2024.07.12 00:41:08.313134 [ 3 ] {2536fd73-e9d7-48a7-875e-1f0c1513c07b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8686 | 2024.07.12 00:41:08.313512 [ 3 ] {2536fd73-e9d7-48a7-875e-1f0c1513c07b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8687 | 2024.07.12 00:41:08.313856 [ 3 ] {2536fd73-e9d7-48a7-875e-1f0c1513c07b} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8688 | 2024.07.12 00:41:08.314022 [ 3 ] {2536fd73-e9d7-48a7-875e-1f0c1513c07b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001538 sec., 50065.01950585175 rows/sec., 3.08 MiB/sec. | ||
8689 | 2024.07.12 00:41:08.314196 [ 3 ] {2536fd73-e9d7-48a7-875e-1f0c1513c07b} <Debug> DynamicQueryHandler: Done processing query | ||
8690 | 2024.07.12 00:41:08.314221 [ 3 ] {2536fd73-e9d7-48a7-875e-1f0c1513c07b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8691 | 2024.07.12 00:41:08.314236 [ 3 ] {} <Debug> HTTP-Session: 9c5ae834-085d-4f6c-a12e-76437b6e3098 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8692 | 2024.07.12 00:41:08.314400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8693 | 2024.07.12 00:41:08.314533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8694 | 2024.07.12 00:41:08.314554 [ 3 ] {} <Debug> HTTP-Session: 6eb9f524-05a7-4aa4-a601-b5bccc4ae8d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8695 | 2024.07.12 00:41:08.314571 [ 3 ] {} <Debug> HTTP-Session: 6eb9f524-05a7-4aa4-a601-b5bccc4ae8d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8696 | 2024.07.12 00:41:08.314585 [ 3 ] {} <Debug> HTTP-Session: 6eb9f524-05a7-4aa4-a601-b5bccc4ae8d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8697 | 2024.07.12 00:41:08.314616 [ 3 ] {} <Trace> HTTP-Session: 6eb9f524-05a7-4aa4-a601-b5bccc4ae8d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8698 | 2024.07.12 00:41:08.314770 [ 3 ] {610c3470-5d34-4520-9e0c-d884ffb4b6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8699 | 2024.07.12 00:41:08.314816 [ 3 ] {610c3470-5d34-4520-9e0c-d884ffb4b6a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8700 | 2024.07.12 00:41:08.314962 [ 3 ] {610c3470-5d34-4520-9e0c-d884ffb4b6a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8701 | 2024.07.12 00:41:08.315333 [ 3 ] {610c3470-5d34-4520-9e0c-d884ffb4b6a9} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8702 | 2024.07.12 00:41:08.315369 [ 3 ] {610c3470-5d34-4520-9e0c-d884ffb4b6a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8703 | 2024.07.12 00:41:08.315825 [ 3 ] {610c3470-5d34-4520-9e0c-d884ffb4b6a9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8704 | 2024.07.12 00:41:08.316184 [ 3 ] {610c3470-5d34-4520-9e0c-d884ffb4b6a9} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8705 | 2024.07.12 00:41:08.316337 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8706 | 2024.07.12 00:41:08.316342 [ 3 ] {610c3470-5d34-4520-9e0c-d884ffb4b6a9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001636 sec., 97799.51100244498 rows/sec., 6.81 MiB/sec. | ||
8707 | 2024.07.12 00:41:08.316402 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8708 | 2024.07.12 00:41:08.316476 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8709 | 2024.07.12 00:41:08.316654 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
8710 | 2024.07.12 00:41:08.316666 [ 3 ] {610c3470-5d34-4520-9e0c-d884ffb4b6a9} <Debug> DynamicQueryHandler: Done processing query | ||
8711 | 2024.07.12 00:41:08.316716 [ 3 ] {610c3470-5d34-4520-9e0c-d884ffb4b6a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8712 | 2024.07.12 00:41:08.316751 [ 3 ] {} <Debug> HTTP-Session: 6eb9f524-05a7-4aa4-a601-b5bccc4ae8d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8713 | 2024.07.12 00:41:08.316880 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8714 | 2024.07.12 00:41:08.316921 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 7636 rows starting from the beginning of the part | ||
8715 | 2024.07.12 00:41:08.317087 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
8716 | 2024.07.12 00:41:08.317122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 50064, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8717 | 2024.07.12 00:41:08.317280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8718 | 2024.07.12 00:41:08.317358 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
8719 | 2024.07.12 00:41:08.317379 [ 3 ] {} <Debug> HTTP-Session: 4f6b98ac-d191-4198-94b9-c1a35370548c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8720 | 2024.07.12 00:41:08.317434 [ 3 ] {} <Debug> HTTP-Session: 4f6b98ac-d191-4198-94b9-c1a35370548c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8721 | 2024.07.12 00:41:08.317508 [ 3 ] {} <Debug> HTTP-Session: 4f6b98ac-d191-4198-94b9-c1a35370548c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8722 | 2024.07.12 00:41:08.317622 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 163 rows starting from the beginning of the part | ||
8723 | 2024.07.12 00:41:08.317662 [ 3 ] {} <Trace> HTTP-Session: 4f6b98ac-d191-4198-94b9-c1a35370548c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8724 | 2024.07.12 00:41:08.317868 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 199 rows starting from the beginning of the part | ||
8725 | 2024.07.12 00:41:08.318036 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
8726 | 2024.07.12 00:41:08.318291 [ 3 ] {288f542d-c910-44fa-80b8-c327a1482a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8727 | 2024.07.12 00:41:08.318454 [ 3 ] {288f542d-c910-44fa-80b8-c327a1482a3a} <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 | ||
8728 | 2024.07.12 00:41:08.319555 [ 3 ] {288f542d-c910-44fa-80b8-c327a1482a3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8729 | 2024.07.12 00:41:08.321240 [ 3 ] {288f542d-c910-44fa-80b8-c327a1482a3a} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8730 | 2024.07.12 00:41:08.321315 [ 3 ] {288f542d-c910-44fa-80b8-c327a1482a3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8731 | 2024.07.12 00:41:08.322555 [ 3 ] {288f542d-c910-44fa-80b8-c327a1482a3a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8732 | 2024.07.12 00:41:08.323039 [ 3 ] {288f542d-c910-44fa-80b8-c327a1482a3a} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8733 | 2024.07.12 00:41:08.323292 [ 3 ] {288f542d-c910-44fa-80b8-c327a1482a3a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005359 sec., 5784.661317409965 rows/sec., 10.37 MiB/sec. | ||
8734 | 2024.07.12 00:41:08.324348 [ 3 ] {288f542d-c910-44fa-80b8-c327a1482a3a} <Debug> DynamicQueryHandler: Done processing query | ||
8735 | 2024.07.12 00:41:08.324382 [ 3 ] {288f542d-c910-44fa-80b8-c327a1482a3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
8736 | 2024.07.12 00:41:08.324406 [ 3 ] {} <Debug> HTTP-Session: 4f6b98ac-d191-4198-94b9-c1a35370548c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8737 | 2024.07.12 00:41:08.324405 [ 195 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8480 rows, containing 5 columns (5 merged, 0 gathered) in 0.007829291 sec., 1083112.1234349317 rows/sec., 75.48 MiB/sec. | ||
8738 | 2024.07.12 00:41:08.324569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8739 | 2024.07.12 00:41:08.324627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8740 | 2024.07.12 00:41:08.324652 [ 3 ] {} <Debug> HTTP-Session: f5982b68-13c3-494a-8245-da08d9b4c19a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8741 | 2024.07.12 00:41:08.324682 [ 3 ] {} <Debug> HTTP-Session: f5982b68-13c3-494a-8245-da08d9b4c19a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8742 | 2024.07.12 00:41:08.324697 [ 3 ] {} <Debug> HTTP-Session: f5982b68-13c3-494a-8245-da08d9b4c19a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8743 | 2024.07.12 00:41:08.324736 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8744 | 2024.07.12 00:41:08.324755 [ 3 ] {} <Trace> HTTP-Session: f5982b68-13c3-494a-8245-da08d9b4c19a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8745 | 2024.07.12 00:41:08.325033 [ 3 ] {c8ecd7b7-92b0-4ed8-9523-9389551bd2c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8746 | 2024.07.12 00:41:08.325103 [ 3 ] {c8ecd7b7-92b0-4ed8-9523-9389551bd2c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8747 | 2024.07.12 00:41:08.325753 [ 3 ] {c8ecd7b7-92b0-4ed8-9523-9389551bd2c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8748 | 2024.07.12 00:41:08.326102 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8749 | 2024.07.12 00:41:08.326326 [ 3 ] {c8ecd7b7-92b0-4ed8-9523-9389551bd2c6} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8750 | 2024.07.12 00:41:08.326341 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8751 | 2024.07.12 00:41:08.326383 [ 3 ] {c8ecd7b7-92b0-4ed8-9523-9389551bd2c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8752 | 2024.07.12 00:41:08.326519 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
8753 | 2024.07.12 00:41:08.326885 [ 3 ] {c8ecd7b7-92b0-4ed8-9523-9389551bd2c6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8754 | 2024.07.12 00:41:08.327233 [ 3 ] {c8ecd7b7-92b0-4ed8-9523-9389551bd2c6} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8755 | 2024.07.12 00:41:08.327401 [ 3 ] {c8ecd7b7-92b0-4ed8-9523-9389551bd2c6} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002454 sec., 9372.453137734312 rows/sec., 506.98 KiB/sec. | ||
8756 | 2024.07.12 00:41:08.327718 [ 3 ] {c8ecd7b7-92b0-4ed8-9523-9389551bd2c6} <Debug> DynamicQueryHandler: Done processing query | ||
8757 | 2024.07.12 00:41:08.327756 [ 3 ] {c8ecd7b7-92b0-4ed8-9523-9389551bd2c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8758 | 2024.07.12 00:41:08.327772 [ 3 ] {} <Debug> HTTP-Session: f5982b68-13c3-494a-8245-da08d9b4c19a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8759 | 2024.07.12 00:41:08.327895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8760 | 2024.07.12 00:41:08.327943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8761 | 2024.07.12 00:41:08.327962 [ 3 ] {} <Debug> HTTP-Session: 826fd77f-d649-47b2-8267-15b0278f2c3d Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8762 | 2024.07.12 00:41:08.327980 [ 3 ] {} <Debug> HTTP-Session: 826fd77f-d649-47b2-8267-15b0278f2c3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8763 | 2024.07.12 00:41:08.327993 [ 3 ] {} <Debug> HTTP-Session: 826fd77f-d649-47b2-8267-15b0278f2c3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8764 | 2024.07.12 00:41:08.328025 [ 3 ] {} <Trace> HTTP-Session: 826fd77f-d649-47b2-8267-15b0278f2c3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8765 | 2024.07.12 00:41:08.328159 [ 3 ] {6da5fc95-4e5a-4aca-ac06-22fdfba37aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8766 | 2024.07.12 00:41:08.328205 [ 3 ] {6da5fc95-4e5a-4aca-ac06-22fdfba37aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8767 | 2024.07.12 00:41:08.328353 [ 3 ] {6da5fc95-4e5a-4aca-ac06-22fdfba37aa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8768 | 2024.07.12 00:41:08.328670 [ 3 ] {6da5fc95-4e5a-4aca-ac06-22fdfba37aa4} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8769 | 2024.07.12 00:41:08.328706 [ 3 ] {6da5fc95-4e5a-4aca-ac06-22fdfba37aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8770 | 2024.07.12 00:41:08.329086 [ 3 ] {6da5fc95-4e5a-4aca-ac06-22fdfba37aa4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8771 | 2024.07.12 00:41:08.329419 [ 3 ] {6da5fc95-4e5a-4aca-ac06-22fdfba37aa4} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8772 | 2024.07.12 00:41:08.329573 [ 122 ] {} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8773 | 2024.07.12 00:41:08.329581 [ 3 ] {6da5fc95-4e5a-4aca-ac06-22fdfba37aa4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. | ||
8774 | 2024.07.12 00:41:08.329631 [ 122 ] {} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8775 | 2024.07.12 00:41:08.329701 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8776 | 2024.07.12 00:41:08.329866 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
8777 | 2024.07.12 00:41:08.329887 [ 3 ] {6da5fc95-4e5a-4aca-ac06-22fdfba37aa4} <Debug> DynamicQueryHandler: Done processing query | ||
8778 | 2024.07.12 00:41:08.329923 [ 3 ] {6da5fc95-4e5a-4aca-ac06-22fdfba37aa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8779 | 2024.07.12 00:41:08.329945 [ 3 ] {} <Debug> HTTP-Session: 826fd77f-d649-47b2-8267-15b0278f2c3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8780 | 2024.07.12 00:41:08.330035 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8781 | 2024.07.12 00:41:08.330072 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2686 rows starting from the beginning of the part | ||
8782 | 2024.07.12 00:41:08.330180 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
8783 | 2024.07.12 00:41:08.330359 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
8784 | 2024.07.12 00:41:08.330608 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
8785 | 2024.07.12 00:41:08.330749 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
8786 | 2024.07.12 00:41:08.330921 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
8787 | 2024.07.12 00:41:08.332485 [ 195 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2986 rows, containing 4 columns (4 merged, 0 gathered) in 0.002689641 sec., 1110185.3370022245 rows/sec., 74.83 MiB/sec. | ||
8788 | 2024.07.12 00:41:08.332734 [ 195 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8789 | 2024.07.12 00:41:08.333152 [ 195 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_51_10} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8790 | 2024.07.12 00:41:08.333229 [ 195 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_51_10} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8791 | 2024.07.12 00:41:08.333294 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
8792 | 2024.07.12 00:41:09.000158 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.35 MiB, peak 203.37 MiB, free memory in arenas 0.00 B, will set to 194.50 MiB (RSS), difference: 1.15 MiB | ||
8793 | 2024.07.12 00:41:13.288733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8794 | 2024.07.12 00:41:13.288854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8795 | 2024.07.12 00:41:13.288880 [ 3 ] {} <Debug> HTTP-Session: daa1467d-0296-4ed2-8493-919bc132d50e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8796 | 2024.07.12 00:41:13.288905 [ 3 ] {} <Debug> HTTP-Session: daa1467d-0296-4ed2-8493-919bc132d50e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8797 | 2024.07.12 00:41:13.288920 [ 3 ] {} <Debug> HTTP-Session: daa1467d-0296-4ed2-8493-919bc132d50e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8798 | 2024.07.12 00:41:13.288971 [ 3 ] {} <Trace> HTTP-Session: daa1467d-0296-4ed2-8493-919bc132d50e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8799 | 2024.07.12 00:41:13.289179 [ 3 ] {84ee13c1-4b05-4265-9cc7-57c208d352e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8800 | 2024.07.12 00:41:13.289247 [ 3 ] {84ee13c1-4b05-4265-9cc7-57c208d352e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8801 | 2024.07.12 00:41:13.289437 [ 3 ] {84ee13c1-4b05-4265-9cc7-57c208d352e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8802 | 2024.07.12 00:41:13.289881 [ 3 ] {84ee13c1-4b05-4265-9cc7-57c208d352e0} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8803 | 2024.07.12 00:41:13.289924 [ 3 ] {84ee13c1-4b05-4265-9cc7-57c208d352e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8804 | 2024.07.12 00:41:13.290333 [ 3 ] {84ee13c1-4b05-4265-9cc7-57c208d352e0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8805 | 2024.07.12 00:41:13.290690 [ 3 ] {84ee13c1-4b05-4265-9cc7-57c208d352e0} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8806 | 2024.07.12 00:41:13.290870 [ 3 ] {84ee13c1-4b05-4265-9cc7-57c208d352e0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001751 sec., 31981.724728726444 rows/sec., 2.44 MiB/sec. | ||
8807 | 2024.07.12 00:41:13.291076 [ 3 ] {84ee13c1-4b05-4265-9cc7-57c208d352e0} <Debug> DynamicQueryHandler: Done processing query | ||
8808 | 2024.07.12 00:41:13.291103 [ 3 ] {84ee13c1-4b05-4265-9cc7-57c208d352e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8809 | 2024.07.12 00:41:13.291124 [ 3 ] {} <Debug> HTTP-Session: daa1467d-0296-4ed2-8493-919bc132d50e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8810 | 2024.07.12 00:41:13.291277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8811 | 2024.07.12 00:41:13.291326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8812 | 2024.07.12 00:41:13.291345 [ 3 ] {} <Debug> HTTP-Session: e3482bb5-806b-4c5e-958a-5f2fbf635437 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8813 | 2024.07.12 00:41:13.291363 [ 3 ] {} <Debug> HTTP-Session: e3482bb5-806b-4c5e-958a-5f2fbf635437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8814 | 2024.07.12 00:41:13.291377 [ 3 ] {} <Debug> HTTP-Session: e3482bb5-806b-4c5e-958a-5f2fbf635437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8815 | 2024.07.12 00:41:13.291410 [ 3 ] {} <Trace> HTTP-Session: e3482bb5-806b-4c5e-958a-5f2fbf635437 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8816 | 2024.07.12 00:41:13.291527 [ 3 ] {8fff4c3a-f33e-4f7a-8911-6cf8ece38007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8817 | 2024.07.12 00:41:13.291570 [ 3 ] {8fff4c3a-f33e-4f7a-8911-6cf8ece38007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8818 | 2024.07.12 00:41:13.291695 [ 3 ] {8fff4c3a-f33e-4f7a-8911-6cf8ece38007} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8819 | 2024.07.12 00:41:13.292052 [ 3 ] {8fff4c3a-f33e-4f7a-8911-6cf8ece38007} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8820 | 2024.07.12 00:41:13.292089 [ 3 ] {8fff4c3a-f33e-4f7a-8911-6cf8ece38007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8821 | 2024.07.12 00:41:13.292418 [ 3 ] {8fff4c3a-f33e-4f7a-8911-6cf8ece38007} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8822 | 2024.07.12 00:41:13.292771 [ 3 ] {8fff4c3a-f33e-4f7a-8911-6cf8ece38007} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8823 | 2024.07.12 00:41:13.292919 [ 3 ] {8fff4c3a-f33e-4f7a-8911-6cf8ece38007} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00143 sec., 44755.244755244756 rows/sec., 3.49 MiB/sec. | ||
8824 | 2024.07.12 00:41:13.293165 [ 3 ] {8fff4c3a-f33e-4f7a-8911-6cf8ece38007} <Debug> DynamicQueryHandler: Done processing query | ||
8825 | 2024.07.12 00:41:13.293219 [ 3 ] {8fff4c3a-f33e-4f7a-8911-6cf8ece38007} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8826 | 2024.07.12 00:41:13.293277 [ 3 ] {} <Debug> HTTP-Session: e3482bb5-806b-4c5e-958a-5f2fbf635437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8827 | 2024.07.12 00:41:13.293515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8828 | 2024.07.12 00:41:13.293568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8829 | 2024.07.12 00:41:13.293589 [ 3 ] {} <Debug> HTTP-Session: c823c9b7-b340-43ec-8ee3-4efcba10c811 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8830 | 2024.07.12 00:41:13.293607 [ 3 ] {} <Debug> HTTP-Session: c823c9b7-b340-43ec-8ee3-4efcba10c811 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8831 | 2024.07.12 00:41:13.293623 [ 3 ] {} <Debug> HTTP-Session: c823c9b7-b340-43ec-8ee3-4efcba10c811 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8832 | 2024.07.12 00:41:13.293657 [ 3 ] {} <Trace> HTTP-Session: c823c9b7-b340-43ec-8ee3-4efcba10c811 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8833 | 2024.07.12 00:41:13.293811 [ 3 ] {b93804c0-a2a7-491d-84d5-ceebba641f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8834 | 2024.07.12 00:41:13.293862 [ 3 ] {b93804c0-a2a7-491d-84d5-ceebba641f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8835 | 2024.07.12 00:41:13.294030 [ 3 ] {b93804c0-a2a7-491d-84d5-ceebba641f2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8836 | 2024.07.12 00:41:13.294415 [ 3 ] {b93804c0-a2a7-491d-84d5-ceebba641f2e} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8837 | 2024.07.12 00:41:13.294453 [ 3 ] {b93804c0-a2a7-491d-84d5-ceebba641f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8838 | 2024.07.12 00:41:13.294871 [ 3 ] {b93804c0-a2a7-491d-84d5-ceebba641f2e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8839 | 2024.07.12 00:41:13.295211 [ 3 ] {b93804c0-a2a7-491d-84d5-ceebba641f2e} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8840 | 2024.07.12 00:41:13.295373 [ 3 ] {b93804c0-a2a7-491d-84d5-ceebba641f2e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. | ||
8841 | 2024.07.12 00:41:13.295648 [ 3 ] {b93804c0-a2a7-491d-84d5-ceebba641f2e} <Debug> DynamicQueryHandler: Done processing query | ||
8842 | 2024.07.12 00:41:13.295705 [ 3 ] {b93804c0-a2a7-491d-84d5-ceebba641f2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8843 | 2024.07.12 00:41:13.295767 [ 3 ] {} <Debug> HTTP-Session: c823c9b7-b340-43ec-8ee3-4efcba10c811 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8844 | 2024.07.12 00:41:13.295960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8845 | 2024.07.12 00:41:13.296012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8846 | 2024.07.12 00:41:13.296032 [ 3 ] {} <Debug> HTTP-Session: ce2d38ee-abd6-4bcc-a88f-55e8809b100a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8847 | 2024.07.12 00:41:13.296049 [ 3 ] {} <Debug> HTTP-Session: ce2d38ee-abd6-4bcc-a88f-55e8809b100a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8848 | 2024.07.12 00:41:13.296063 [ 3 ] {} <Debug> HTTP-Session: ce2d38ee-abd6-4bcc-a88f-55e8809b100a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8849 | 2024.07.12 00:41:13.296096 [ 3 ] {} <Trace> HTTP-Session: ce2d38ee-abd6-4bcc-a88f-55e8809b100a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8850 | 2024.07.12 00:41:13.296227 [ 3 ] {16193b06-2619-4511-a291-4089a1be9416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8851 | 2024.07.12 00:41:13.296276 [ 3 ] {16193b06-2619-4511-a291-4089a1be9416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8852 | 2024.07.12 00:41:13.296425 [ 3 ] {16193b06-2619-4511-a291-4089a1be9416} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8853 | 2024.07.12 00:41:13.296733 [ 3 ] {16193b06-2619-4511-a291-4089a1be9416} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8854 | 2024.07.12 00:41:13.296769 [ 3 ] {16193b06-2619-4511-a291-4089a1be9416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8855 | 2024.07.12 00:41:13.297136 [ 3 ] {16193b06-2619-4511-a291-4089a1be9416} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
8856 | 2024.07.12 00:41:13.297478 [ 3 ] {16193b06-2619-4511-a291-4089a1be9416} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8857 | 2024.07.12 00:41:13.297642 [ 3 ] {16193b06-2619-4511-a291-4089a1be9416} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00146 sec., 41095.890410958906 rows/sec., 2.77 MiB/sec. | ||
8858 | 2024.07.12 00:41:13.297809 [ 3 ] {16193b06-2619-4511-a291-4089a1be9416} <Debug> DynamicQueryHandler: Done processing query | ||
8859 | 2024.07.12 00:41:13.297833 [ 3 ] {16193b06-2619-4511-a291-4089a1be9416} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8860 | 2024.07.12 00:41:13.297848 [ 3 ] {} <Debug> HTTP-Session: ce2d38ee-abd6-4bcc-a88f-55e8809b100a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8861 | 2024.07.12 00:41:18.296173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8862 | 2024.07.12 00:41:18.296309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8863 | 2024.07.12 00:41:18.296337 [ 3 ] {} <Debug> HTTP-Session: 88313027-d7ad-4a32-ab09-8d8e5e0e158f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8864 | 2024.07.12 00:41:18.296364 [ 3 ] {} <Debug> HTTP-Session: 88313027-d7ad-4a32-ab09-8d8e5e0e158f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8865 | 2024.07.12 00:41:18.296382 [ 3 ] {} <Debug> HTTP-Session: 88313027-d7ad-4a32-ab09-8d8e5e0e158f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8866 | 2024.07.12 00:41:18.296435 [ 3 ] {} <Trace> HTTP-Session: 88313027-d7ad-4a32-ab09-8d8e5e0e158f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8867 | 2024.07.12 00:41:18.296633 [ 3 ] {9f9d80c0-433e-4ebb-a58b-45d928b363ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8868 | 2024.07.12 00:41:18.296699 [ 3 ] {9f9d80c0-433e-4ebb-a58b-45d928b363ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8869 | 2024.07.12 00:41:18.296892 [ 3 ] {9f9d80c0-433e-4ebb-a58b-45d928b363ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8870 | 2024.07.12 00:41:18.297316 [ 3 ] {9f9d80c0-433e-4ebb-a58b-45d928b363ce} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8871 | 2024.07.12 00:41:18.297358 [ 3 ] {9f9d80c0-433e-4ebb-a58b-45d928b363ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8872 | 2024.07.12 00:41:18.297722 [ 3 ] {9f9d80c0-433e-4ebb-a58b-45d928b363ce} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
8873 | 2024.07.12 00:41:18.298058 [ 3 ] {9f9d80c0-433e-4ebb-a58b-45d928b363ce} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8874 | 2024.07.12 00:41:18.298229 [ 3 ] {9f9d80c0-433e-4ebb-a58b-45d928b363ce} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001654 sec., 22370.01209189843 rows/sec., 1.68 MiB/sec. | ||
8875 | 2024.07.12 00:41:18.298244 [ 150 ] {} <Debug> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
8876 | 2024.07.12 00:41:18.298372 [ 150 ] {} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8877 | 2024.07.12 00:41:18.298410 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8878 | 2024.07.12 00:41:18.298543 [ 3 ] {9f9d80c0-433e-4ebb-a58b-45d928b363ce} <Debug> DynamicQueryHandler: Done processing query | ||
8879 | 2024.07.12 00:41:18.298604 [ 3 ] {9f9d80c0-433e-4ebb-a58b-45d928b363ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8880 | 2024.07.12 00:41:18.298628 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
8881 | 2024.07.12 00:41:18.298636 [ 3 ] {} <Debug> HTTP-Session: 88313027-d7ad-4a32-ab09-8d8e5e0e158f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8882 | 2024.07.12 00:41:18.298940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8883 | 2024.07.12 00:41:18.299111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8884 | 2024.07.12 00:41:18.299211 [ 3 ] {} <Debug> HTTP-Session: b8baabaa-6276-4b10-9189-37384a54ad4f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8885 | 2024.07.12 00:41:18.299227 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8886 | 2024.07.12 00:41:18.299267 [ 3 ] {} <Debug> HTTP-Session: b8baabaa-6276-4b10-9189-37384a54ad4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8887 | 2024.07.12 00:41:18.299288 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 37 rows starting from the beginning of the part | ||
8888 | 2024.07.12 00:41:18.299304 [ 3 ] {} <Debug> HTTP-Session: b8baabaa-6276-4b10-9189-37384a54ad4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8889 | 2024.07.12 00:41:18.299351 [ 3 ] {} <Trace> HTTP-Session: b8baabaa-6276-4b10-9189-37384a54ad4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8890 | 2024.07.12 00:41:18.299395 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 37 rows starting from the beginning of the part | ||
8891 | 2024.07.12 00:41:18.299759 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 37 rows starting from the beginning of the part | ||
8892 | 2024.07.12 00:41:18.299771 [ 3 ] {43b72e32-03fc-479a-b95b-c51fc4cb7f88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8893 | 2024.07.12 00:41:18.299932 [ 3 ] {43b72e32-03fc-479a-b95b-c51fc4cb7f88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8894 | 2024.07.12 00:41:18.300071 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 37 rows starting from the beginning of the part | ||
8895 | 2024.07.12 00:41:18.300402 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 37 rows starting from the beginning of the part | ||
8896 | 2024.07.12 00:41:18.300999 [ 3 ] {43b72e32-03fc-479a-b95b-c51fc4cb7f88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8897 | 2024.07.12 00:41:18.301752 [ 3 ] {43b72e32-03fc-479a-b95b-c51fc4cb7f88} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8898 | 2024.07.12 00:41:18.301795 [ 3 ] {43b72e32-03fc-479a-b95b-c51fc4cb7f88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
8899 | 2024.07.12 00:41:18.302072 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 4 columns (4 merged, 0 gathered) in 0.003591025 sec., 51517.32444079337 rows/sec., 3.88 MiB/sec. | ||
8900 | 2024.07.12 00:41:18.302362 [ 3 ] {43b72e32-03fc-479a-b95b-c51fc4cb7f88} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8901 | 2024.07.12 00:41:18.302429 [ 193 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
8902 | 2024.07.12 00:41:18.303117 [ 3 ] {43b72e32-03fc-479a-b95b-c51fc4cb7f88} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8903 | 2024.07.12 00:41:18.303390 [ 3 ] {43b72e32-03fc-479a-b95b-c51fc4cb7f88} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.00388 sec., 65463.91752577319 rows/sec., 5.77 MiB/sec. | ||
8904 | 2024.07.12 00:41:18.303490 [ 193 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_26_6} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8905 | 2024.07.12 00:41:18.303672 [ 193 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_26_6} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
8906 | 2024.07.12 00:41:18.303685 [ 3 ] {43b72e32-03fc-479a-b95b-c51fc4cb7f88} <Debug> DynamicQueryHandler: Done processing query | ||
8907 | 2024.07.12 00:41:18.303732 [ 3 ] {43b72e32-03fc-479a-b95b-c51fc4cb7f88} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
8908 | 2024.07.12 00:41:18.303794 [ 3 ] {} <Debug> HTTP-Session: b8baabaa-6276-4b10-9189-37384a54ad4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8909 | 2024.07.12 00:41:18.303854 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8910 | 2024.07.12 00:41:18.304041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8911 | 2024.07.12 00:41:18.304100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8912 | 2024.07.12 00:41:18.304120 [ 3 ] {} <Debug> HTTP-Session: 98410d89-9c29-44ad-820b-af316fd82f03 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8913 | 2024.07.12 00:41:18.304137 [ 3 ] {} <Debug> HTTP-Session: 98410d89-9c29-44ad-820b-af316fd82f03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8914 | 2024.07.12 00:41:18.304152 [ 3 ] {} <Debug> HTTP-Session: 98410d89-9c29-44ad-820b-af316fd82f03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8915 | 2024.07.12 00:41:18.304187 [ 3 ] {} <Trace> HTTP-Session: 98410d89-9c29-44ad-820b-af316fd82f03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8916 | 2024.07.12 00:41:18.304405 [ 3 ] {dc660904-4f4b-4b62-b81c-55584a1d42e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8917 | 2024.07.12 00:41:18.304451 [ 3 ] {dc660904-4f4b-4b62-b81c-55584a1d42e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8918 | 2024.07.12 00:41:18.304597 [ 3 ] {dc660904-4f4b-4b62-b81c-55584a1d42e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8919 | 2024.07.12 00:41:18.305163 [ 3 ] {dc660904-4f4b-4b62-b81c-55584a1d42e9} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8920 | 2024.07.12 00:41:18.305201 [ 3 ] {dc660904-4f4b-4b62-b81c-55584a1d42e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8921 | 2024.07.12 00:41:18.305543 [ 3 ] {dc660904-4f4b-4b62-b81c-55584a1d42e9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
8922 | 2024.07.12 00:41:18.305859 [ 3 ] {dc660904-4f4b-4b62-b81c-55584a1d42e9} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8923 | 2024.07.12 00:41:18.306011 [ 3 ] {dc660904-4f4b-4b62-b81c-55584a1d42e9} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001722 sec., 239837.39837398374 rows/sec., 16.99 MiB/sec. | ||
8924 | 2024.07.12 00:41:18.306168 [ 3 ] {dc660904-4f4b-4b62-b81c-55584a1d42e9} <Debug> DynamicQueryHandler: Done processing query | ||
8925 | 2024.07.12 00:41:18.306192 [ 3 ] {dc660904-4f4b-4b62-b81c-55584a1d42e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
8926 | 2024.07.12 00:41:18.306208 [ 3 ] {} <Debug> HTTP-Session: 98410d89-9c29-44ad-820b-af316fd82f03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8927 | 2024.07.12 00:41:18.306340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8928 | 2024.07.12 00:41:18.306387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8929 | 2024.07.12 00:41:18.306407 [ 3 ] {} <Debug> HTTP-Session: 47b98704-a49d-4d90-9572-0b8f6a8d011b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8930 | 2024.07.12 00:41:18.306423 [ 3 ] {} <Debug> HTTP-Session: 47b98704-a49d-4d90-9572-0b8f6a8d011b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8931 | 2024.07.12 00:41:18.306437 [ 3 ] {} <Debug> HTTP-Session: 47b98704-a49d-4d90-9572-0b8f6a8d011b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8932 | 2024.07.12 00:41:18.306468 [ 3 ] {} <Trace> HTTP-Session: 47b98704-a49d-4d90-9572-0b8f6a8d011b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8933 | 2024.07.12 00:41:18.306567 [ 3 ] {6415cf0d-1f56-4d34-9d34-981d8d7f2141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8934 | 2024.07.12 00:41:18.306611 [ 3 ] {6415cf0d-1f56-4d34-9d34-981d8d7f2141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8935 | 2024.07.12 00:41:18.306741 [ 3 ] {6415cf0d-1f56-4d34-9d34-981d8d7f2141} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8936 | 2024.07.12 00:41:18.307042 [ 3 ] {6415cf0d-1f56-4d34-9d34-981d8d7f2141} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8937 | 2024.07.12 00:41:18.307078 [ 3 ] {6415cf0d-1f56-4d34-9d34-981d8d7f2141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8938 | 2024.07.12 00:41:18.307446 [ 3 ] {6415cf0d-1f56-4d34-9d34-981d8d7f2141} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
8939 | 2024.07.12 00:41:18.307786 [ 3 ] {6415cf0d-1f56-4d34-9d34-981d8d7f2141} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8940 | 2024.07.12 00:41:18.307942 [ 150 ] {} <Debug> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
8941 | 2024.07.12 00:41:18.307947 [ 3 ] {6415cf0d-1f56-4d34-9d34-981d8d7f2141} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001397 sec., 4294.917680744452 rows/sec., 184.55 KiB/sec. | ||
8942 | 2024.07.12 00:41:18.307994 [ 150 ] {} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8943 | 2024.07.12 00:41:18.308054 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8944 | 2024.07.12 00:41:18.308354 [ 194 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
8945 | 2024.07.12 00:41:18.308393 [ 3 ] {6415cf0d-1f56-4d34-9d34-981d8d7f2141} <Debug> DynamicQueryHandler: Done processing query | ||
8946 | 2024.07.12 00:41:18.308499 [ 3 ] {6415cf0d-1f56-4d34-9d34-981d8d7f2141} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8947 | 2024.07.12 00:41:18.308590 [ 3 ] {} <Debug> HTTP-Session: 47b98704-a49d-4d90-9572-0b8f6a8d011b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8948 | 2024.07.12 00:41:18.308940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8949 | 2024.07.12 00:41:18.308963 [ 194 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8950 | 2024.07.12 00:41:18.309040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8951 | 2024.07.12 00:41:18.309048 [ 194 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
8952 | 2024.07.12 00:41:18.309080 [ 3 ] {} <Debug> HTTP-Session: 1091dfde-0429-4f9f-b973-22649e30f787 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8953 | 2024.07.12 00:41:18.309119 [ 3 ] {} <Debug> HTTP-Session: 1091dfde-0429-4f9f-b973-22649e30f787 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8954 | 2024.07.12 00:41:18.309154 [ 3 ] {} <Debug> HTTP-Session: 1091dfde-0429-4f9f-b973-22649e30f787 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8955 | 2024.07.12 00:41:18.309304 [ 194 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
8956 | 2024.07.12 00:41:18.309347 [ 3 ] {} <Trace> HTTP-Session: 1091dfde-0429-4f9f-b973-22649e30f787 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8957 | 2024.07.12 00:41:18.309528 [ 194 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
8958 | 2024.07.12 00:41:18.309843 [ 194 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
8959 | 2024.07.12 00:41:18.309942 [ 3 ] {b779d302-418a-458a-ab74-43f034af043f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8960 | 2024.07.12 00:41:18.310060 [ 194 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
8961 | 2024.07.12 00:41:18.310196 [ 3 ] {b779d302-418a-458a-ab74-43f034af043f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8962 | 2024.07.12 00:41:18.310319 [ 194 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
8963 | 2024.07.12 00:41:18.311109 [ 3 ] {b779d302-418a-458a-ab74-43f034af043f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8964 | 2024.07.12 00:41:18.311941 [ 3 ] {b779d302-418a-458a-ab74-43f034af043f} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8965 | 2024.07.12 00:41:18.312012 [ 3 ] {b779d302-418a-458a-ab74-43f034af043f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
8966 | 2024.07.12 00:41:18.313120 [ 3 ] {b779d302-418a-458a-ab74-43f034af043f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
8967 | 2024.07.12 00:41:18.313186 [ 193 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.005036607 sec., 30973.23257502521 rows/sec., 1.30 MiB/sec. | ||
8968 | 2024.07.12 00:41:18.313383 [ 193 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
8969 | 2024.07.12 00:41:18.313853 [ 3 ] {b779d302-418a-458a-ab74-43f034af043f} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8970 | 2024.07.12 00:41:18.314173 [ 150 ] {} <Debug> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
8971 | 2024.07.12 00:41:18.314253 [ 3 ] {b779d302-418a-458a-ab74-43f034af043f} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.0046 sec., 16739.130434782608 rows/sec., 1.03 MiB/sec. | ||
8972 | 2024.07.12 00:41:18.314261 [ 150 ] {} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8973 | 2024.07.12 00:41:18.314349 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
8974 | 2024.07.12 00:41:18.314392 [ 193 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_26_5} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8975 | 2024.07.12 00:41:18.314817 [ 193 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_26_5} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
8976 | 2024.07.12 00:41:18.314914 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
8977 | 2024.07.12 00:41:18.315034 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8978 | 2024.07.12 00:41:18.315044 [ 3 ] {b779d302-418a-458a-ab74-43f034af043f} <Debug> DynamicQueryHandler: Done processing query | ||
8979 | 2024.07.12 00:41:18.315127 [ 3 ] {b779d302-418a-458a-ab74-43f034af043f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8980 | 2024.07.12 00:41:18.315172 [ 3 ] {} <Debug> HTTP-Session: 1091dfde-0429-4f9f-b973-22649e30f787 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8981 | 2024.07.12 00:41:18.315293 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8982 | 2024.07.12 00:41:18.315348 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
8983 | 2024.07.12 00:41:18.315414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8984 | 2024.07.12 00:41:18.315581 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
8985 | 2024.07.12 00:41:18.315600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8986 | 2024.07.12 00:41:18.315657 [ 3 ] {} <Debug> HTTP-Session: 7e30da08-3042-440c-b9a8-37824d176ae7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
8987 | 2024.07.12 00:41:18.315771 [ 3 ] {} <Debug> HTTP-Session: 7e30da08-3042-440c-b9a8-37824d176ae7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8988 | 2024.07.12 00:41:18.315840 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
8989 | 2024.07.12 00:41:18.315854 [ 3 ] {} <Debug> HTTP-Session: 7e30da08-3042-440c-b9a8-37824d176ae7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8990 | 2024.07.12 00:41:18.316026 [ 3 ] {} <Trace> HTTP-Session: 7e30da08-3042-440c-b9a8-37824d176ae7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8991 | 2024.07.12 00:41:18.316089 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
8992 | 2024.07.12 00:41:18.316325 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
8993 | 2024.07.12 00:41:18.316520 [ 192 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
8994 | 2024.07.12 00:41:18.316595 [ 3 ] {a4652bc1-99ef-47b5-b1b7-31c47d7de54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8995 | 2024.07.12 00:41:18.316839 [ 3 ] {a4652bc1-99ef-47b5-b1b7-31c47d7de54a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8996 | 2024.07.12 00:41:18.317380 [ 3 ] {a4652bc1-99ef-47b5-b1b7-31c47d7de54a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8997 | 2024.07.12 00:41:18.318316 [ 3 ] {a4652bc1-99ef-47b5-b1b7-31c47d7de54a} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8998 | 2024.07.12 00:41:18.318392 [ 3 ] {a4652bc1-99ef-47b5-b1b7-31c47d7de54a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
8999 | 2024.07.12 00:41:18.319333 [ 3 ] {a4652bc1-99ef-47b5-b1b7-31c47d7de54a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9000 | 2024.07.12 00:41:18.319996 [ 193 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 5 columns (5 merged, 0 gathered) in 0.005465074 sec., 366326.2382174514 rows/sec., 22.56 MiB/sec. | ||
9001 | 2024.07.12 00:41:18.320221 [ 3 ] {a4652bc1-99ef-47b5-b1b7-31c47d7de54a} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9002 | 2024.07.12 00:41:18.320277 [ 193 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9003 | 2024.07.12 00:41:18.320564 [ 3 ] {a4652bc1-99ef-47b5-b1b7-31c47d7de54a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004253 sec., 37620.503174229954 rows/sec., 2.62 MiB/sec. | ||
9004 | 2024.07.12 00:41:18.321054 [ 3 ] {a4652bc1-99ef-47b5-b1b7-31c47d7de54a} <Debug> DynamicQueryHandler: Done processing query | ||
9005 | 2024.07.12 00:41:18.321092 [ 3 ] {a4652bc1-99ef-47b5-b1b7-31c47d7de54a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9006 | 2024.07.12 00:41:18.321121 [ 3 ] {} <Debug> HTTP-Session: 7e30da08-3042-440c-b9a8-37824d176ae7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9007 | 2024.07.12 00:41:18.321217 [ 193 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9008 | 2024.07.12 00:41:18.321309 [ 193 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9009 | 2024.07.12 00:41:18.321331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 50071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9010 | 2024.07.12 00:41:18.321450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9011 | 2024.07.12 00:41:18.321470 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
9012 | 2024.07.12 00:41:18.321481 [ 3 ] {} <Debug> HTTP-Session: f060f337-9382-41ef-88c5-644f5ebe02b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9013 | 2024.07.12 00:41:18.321522 [ 3 ] {} <Debug> HTTP-Session: f060f337-9382-41ef-88c5-644f5ebe02b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9014 | 2024.07.12 00:41:18.321537 [ 3 ] {} <Debug> HTTP-Session: f060f337-9382-41ef-88c5-644f5ebe02b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9015 | 2024.07.12 00:41:18.321572 [ 3 ] {} <Trace> HTTP-Session: f060f337-9382-41ef-88c5-644f5ebe02b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9016 | 2024.07.12 00:41:18.321922 [ 3 ] {0402d0c5-b59b-4063-865c-362cf089d291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9017 | 2024.07.12 00:41:18.321998 [ 3 ] {0402d0c5-b59b-4063-865c-362cf089d291} <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 | ||
9018 | 2024.07.12 00:41:18.322460 [ 3 ] {0402d0c5-b59b-4063-865c-362cf089d291} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9019 | 2024.07.12 00:41:18.323206 [ 3 ] {0402d0c5-b59b-4063-865c-362cf089d291} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9020 | 2024.07.12 00:41:18.323242 [ 3 ] {0402d0c5-b59b-4063-865c-362cf089d291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9021 | 2024.07.12 00:41:18.323915 [ 3 ] {0402d0c5-b59b-4063-865c-362cf089d291} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9022 | 2024.07.12 00:41:18.324332 [ 3 ] {0402d0c5-b59b-4063-865c-362cf089d291} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9023 | 2024.07.12 00:41:18.324510 [ 149 ] {} <Debug> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9024 | 2024.07.12 00:41:18.324511 [ 3 ] {0402d0c5-b59b-4063-865c-362cf089d291} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002835 sec., 10934.744268077602 rows/sec., 19.59 MiB/sec. | ||
9025 | 2024.07.12 00:41:18.324576 [ 149 ] {} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9026 | 2024.07.12 00:41:18.324663 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
9027 | 2024.07.12 00:41:18.325150 [ 197 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::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 | ||
9028 | 2024.07.12 00:41:18.325479 [ 3 ] {0402d0c5-b59b-4063-865c-362cf089d291} <Debug> DynamicQueryHandler: Done processing query | ||
9029 | 2024.07.12 00:41:18.325558 [ 3 ] {0402d0c5-b59b-4063-865c-362cf089d291} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
9030 | 2024.07.12 00:41:18.325610 [ 3 ] {} <Debug> HTTP-Session: f060f337-9382-41ef-88c5-644f5ebe02b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9031 | 2024.07.12 00:41:18.325813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9032 | 2024.07.12 00:41:18.325932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9033 | 2024.07.12 00:41:18.325989 [ 3 ] {} <Debug> HTTP-Session: d910c85d-3d6f-40e4-8a29-b3f342fbcdca Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9034 | 2024.07.12 00:41:18.326035 [ 3 ] {} <Debug> HTTP-Session: d910c85d-3d6f-40e4-8a29-b3f342fbcdca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9035 | 2024.07.12 00:41:18.326061 [ 197 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9036 | 2024.07.12 00:41:18.326072 [ 3 ] {} <Debug> HTTP-Session: d910c85d-3d6f-40e4-8a29-b3f342fbcdca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9037 | 2024.07.12 00:41:18.326172 [ 3 ] {} <Trace> HTTP-Session: d910c85d-3d6f-40e4-8a29-b3f342fbcdca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9038 | 2024.07.12 00:41:18.326229 [ 197 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 630 rows starting from the beginning of the part | ||
9039 | 2024.07.12 00:41:18.326438 [ 3 ] {41843551-4f6b-4093-b754-1bb750c96add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9040 | 2024.07.12 00:41:18.326704 [ 3 ] {41843551-4f6b-4093-b754-1bb750c96add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9041 | 2024.07.12 00:41:18.326953 [ 197 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part | ||
9042 | 2024.07.12 00:41:18.327655 [ 3 ] {41843551-4f6b-4093-b754-1bb750c96add} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9043 | 2024.07.12 00:41:18.327698 [ 197 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part | ||
9044 | 2024.07.12 00:41:18.328438 [ 197 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 31 rows starting from the beginning of the part | ||
9045 | 2024.07.12 00:41:18.328754 [ 3 ] {41843551-4f6b-4093-b754-1bb750c96add} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9046 | 2024.07.12 00:41:18.328943 [ 3 ] {41843551-4f6b-4093-b754-1bb750c96add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9047 | 2024.07.12 00:41:18.329111 [ 197 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part | ||
9048 | 2024.07.12 00:41:18.329704 [ 197 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 31 rows starting from the beginning of the part | ||
9049 | 2024.07.12 00:41:18.330426 [ 3 ] {41843551-4f6b-4093-b754-1bb750c96add} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9050 | 2024.07.12 00:41:18.331034 [ 3 ] {41843551-4f6b-4093-b754-1bb750c96add} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9051 | 2024.07.12 00:41:18.331363 [ 149 ] {} <Debug> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9052 | 2024.07.12 00:41:18.331469 [ 149 ] {} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9053 | 2024.07.12 00:41:18.331528 [ 3 ] {41843551-4f6b-4093-b754-1bb750c96add} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005169 sec., 4449.60340491391 rows/sec., 240.69 KiB/sec. | ||
9054 | 2024.07.12 00:41:18.331546 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9055 | 2024.07.12 00:41:18.332319 [ 201 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
9056 | 2024.07.12 00:41:18.332476 [ 3 ] {41843551-4f6b-4093-b754-1bb750c96add} <Debug> DynamicQueryHandler: Done processing query | ||
9057 | 2024.07.12 00:41:18.332547 [ 3 ] {41843551-4f6b-4093-b754-1bb750c96add} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9058 | 2024.07.12 00:41:18.332624 [ 3 ] {} <Debug> HTTP-Session: d910c85d-3d6f-40e4-8a29-b3f342fbcdca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9059 | 2024.07.12 00:41:18.332709 [ 201 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9060 | 2024.07.12 00:41:18.332753 [ 201 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 510 rows starting from the beginning of the part | ||
9061 | 2024.07.12 00:41:18.333010 [ 201 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
9062 | 2024.07.12 00:41:18.333047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9063 | 2024.07.12 00:41:18.333382 [ 201 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
9064 | 2024.07.12 00:41:18.333768 [ 201 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
9065 | 2024.07.12 00:41:18.334125 [ 201 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
9066 | 2024.07.12 00:41:18.334463 [ 201 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
9067 | 2024.07.12 00:41:18.334541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9068 | 2024.07.12 00:41:18.335156 [ 3 ] {} <Debug> HTTP-Session: 4425a2ff-3fa2-48bc-8459-082c7ed599ae Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9069 | 2024.07.12 00:41:18.335251 [ 3 ] {} <Debug> HTTP-Session: 4425a2ff-3fa2-48bc-8459-082c7ed599ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9070 | 2024.07.12 00:41:18.335316 [ 3 ] {} <Debug> HTTP-Session: 4425a2ff-3fa2-48bc-8459-082c7ed599ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9071 | 2024.07.12 00:41:18.335483 [ 3 ] {} <Trace> HTTP-Session: 4425a2ff-3fa2-48bc-8459-082c7ed599ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9072 | 2024.07.12 00:41:18.336053 [ 3 ] {be094119-b77a-4869-bb58-89403b99dd8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9073 | 2024.07.12 00:41:18.336275 [ 3 ] {be094119-b77a-4869-bb58-89403b99dd8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9074 | 2024.07.12 00:41:18.337901 [ 3 ] {be094119-b77a-4869-bb58-89403b99dd8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9075 | 2024.07.12 00:41:18.340032 [ 3 ] {be094119-b77a-4869-bb58-89403b99dd8c} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9076 | 2024.07.12 00:41:18.340052 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 625 rows, containing 4 columns (4 merged, 0 gathered) in 0.008326508 sec., 75061.47835323043 rows/sec., 4.03 MiB/sec. | ||
9077 | 2024.07.12 00:41:18.340162 [ 3 ] {be094119-b77a-4869-bb58-89403b99dd8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9078 | 2024.07.12 00:41:18.340503 [ 188 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9079 | 2024.07.12 00:41:18.342236 [ 188 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_26_5} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9080 | 2024.07.12 00:41:18.342469 [ 3 ] {be094119-b77a-4869-bb58-89403b99dd8c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9081 | 2024.07.12 00:41:18.342547 [ 188 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_26_5} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9082 | 2024.07.12 00:41:18.342834 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
9083 | 2024.07.12 00:41:18.343260 [ 3 ] {be094119-b77a-4869-bb58-89403b99dd8c} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9084 | 2024.07.12 00:41:18.343442 [ 3 ] {be094119-b77a-4869-bb58-89403b99dd8c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007681 sec., 7811.482879833355 rows/sec., 539.07 KiB/sec. | ||
9085 | 2024.07.12 00:41:18.343736 [ 3 ] {be094119-b77a-4869-bb58-89403b99dd8c} <Debug> DynamicQueryHandler: Done processing query | ||
9086 | 2024.07.12 00:41:18.343780 [ 3 ] {be094119-b77a-4869-bb58-89403b99dd8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9087 | 2024.07.12 00:41:18.343799 [ 3 ] {} <Debug> HTTP-Session: 4425a2ff-3fa2-48bc-8459-082c7ed599ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9088 | 2024.07.12 00:41:18.344499 [ 191 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 785 rows, containing 19 columns (19 merged, 0 gathered) in 0.019689422 sec., 39869.12363400002 rows/sec., 71.44 MiB/sec. | ||
9089 | 2024.07.12 00:41:18.345377 [ 198 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9090 | 2024.07.12 00:41:18.346033 [ 198 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9091 | 2024.07.12 00:41:18.346125 [ 198 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9092 | 2024.07.12 00:41:18.346287 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.80 MiB. | ||
9093 | 2024.07.12 00:41:22.436245 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9094 | 2024.07.12 00:41:22.436324 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9095 | 2024.07.12 00:41:23.288797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9096 | 2024.07.12 00:41:23.288927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9097 | 2024.07.12 00:41:23.288957 [ 3 ] {} <Debug> HTTP-Session: 52e6e19c-ad90-4c02-8509-975c64e23939 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9098 | 2024.07.12 00:41:23.288985 [ 3 ] {} <Debug> HTTP-Session: 52e6e19c-ad90-4c02-8509-975c64e23939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9099 | 2024.07.12 00:41:23.289004 [ 3 ] {} <Debug> HTTP-Session: 52e6e19c-ad90-4c02-8509-975c64e23939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9100 | 2024.07.12 00:41:23.289062 [ 3 ] {} <Trace> HTTP-Session: 52e6e19c-ad90-4c02-8509-975c64e23939 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9101 | 2024.07.12 00:41:23.289292 [ 3 ] {47a29293-0359-46c5-9a0d-8599a24ea787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9102 | 2024.07.12 00:41:23.289375 [ 3 ] {47a29293-0359-46c5-9a0d-8599a24ea787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9103 | 2024.07.12 00:41:23.289590 [ 3 ] {47a29293-0359-46c5-9a0d-8599a24ea787} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9104 | 2024.07.12 00:41:23.290082 [ 3 ] {47a29293-0359-46c5-9a0d-8599a24ea787} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9105 | 2024.07.12 00:41:23.290126 [ 3 ] {47a29293-0359-46c5-9a0d-8599a24ea787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9106 | 2024.07.12 00:41:23.290501 [ 3 ] {47a29293-0359-46c5-9a0d-8599a24ea787} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9107 | 2024.07.12 00:41:23.290840 [ 3 ] {47a29293-0359-46c5-9a0d-8599a24ea787} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9108 | 2024.07.12 00:41:23.291008 [ 3 ] {47a29293-0359-46c5-9a0d-8599a24ea787} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001789 sec., 31302.40357741755 rows/sec., 2.39 MiB/sec. | ||
9109 | 2024.07.12 00:41:23.291238 [ 3 ] {47a29293-0359-46c5-9a0d-8599a24ea787} <Debug> DynamicQueryHandler: Done processing query | ||
9110 | 2024.07.12 00:41:23.291269 [ 3 ] {47a29293-0359-46c5-9a0d-8599a24ea787} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9111 | 2024.07.12 00:41:23.291286 [ 3 ] {} <Debug> HTTP-Session: 52e6e19c-ad90-4c02-8509-975c64e23939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9112 | 2024.07.12 00:41:23.291428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9113 | 2024.07.12 00:41:23.291480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9114 | 2024.07.12 00:41:23.291500 [ 3 ] {} <Debug> HTTP-Session: 98a8296a-8ccd-405a-a68f-5da1fc6e7f6a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9115 | 2024.07.12 00:41:23.291517 [ 3 ] {} <Debug> HTTP-Session: 98a8296a-8ccd-405a-a68f-5da1fc6e7f6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9116 | 2024.07.12 00:41:23.291531 [ 3 ] {} <Debug> HTTP-Session: 98a8296a-8ccd-405a-a68f-5da1fc6e7f6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9117 | 2024.07.12 00:41:23.291566 [ 3 ] {} <Trace> HTTP-Session: 98a8296a-8ccd-405a-a68f-5da1fc6e7f6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9118 | 2024.07.12 00:41:23.291686 [ 3 ] {cef59b75-797d-4bad-b68d-08d0cba4d109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9119 | 2024.07.12 00:41:23.291729 [ 3 ] {cef59b75-797d-4bad-b68d-08d0cba4d109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9120 | 2024.07.12 00:41:23.291856 [ 3 ] {cef59b75-797d-4bad-b68d-08d0cba4d109} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9121 | 2024.07.12 00:41:23.292193 [ 3 ] {cef59b75-797d-4bad-b68d-08d0cba4d109} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9122 | 2024.07.12 00:41:23.292237 [ 3 ] {cef59b75-797d-4bad-b68d-08d0cba4d109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9123 | 2024.07.12 00:41:23.292610 [ 3 ] {cef59b75-797d-4bad-b68d-08d0cba4d109} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9124 | 2024.07.12 00:41:23.292948 [ 3 ] {cef59b75-797d-4bad-b68d-08d0cba4d109} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9125 | 2024.07.12 00:41:23.293104 [ 3 ] {cef59b75-797d-4bad-b68d-08d0cba4d109} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001456 sec., 43956.043956043955 rows/sec., 3.43 MiB/sec. | ||
9126 | 2024.07.12 00:41:23.293384 [ 3 ] {cef59b75-797d-4bad-b68d-08d0cba4d109} <Debug> DynamicQueryHandler: Done processing query | ||
9127 | 2024.07.12 00:41:23.293440 [ 3 ] {cef59b75-797d-4bad-b68d-08d0cba4d109} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9128 | 2024.07.12 00:41:23.293483 [ 3 ] {} <Debug> HTTP-Session: 98a8296a-8ccd-405a-a68f-5da1fc6e7f6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9129 | 2024.07.12 00:41:23.293674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9130 | 2024.07.12 00:41:23.293726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9131 | 2024.07.12 00:41:23.293746 [ 3 ] {} <Debug> HTTP-Session: 82b78b14-9e3d-4a66-9bc6-be61c495f981 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9132 | 2024.07.12 00:41:23.293763 [ 3 ] {} <Debug> HTTP-Session: 82b78b14-9e3d-4a66-9bc6-be61c495f981 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9133 | 2024.07.12 00:41:23.293777 [ 3 ] {} <Debug> HTTP-Session: 82b78b14-9e3d-4a66-9bc6-be61c495f981 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9134 | 2024.07.12 00:41:23.293809 [ 3 ] {} <Trace> HTTP-Session: 82b78b14-9e3d-4a66-9bc6-be61c495f981 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9135 | 2024.07.12 00:41:23.293960 [ 3 ] {75e0efe5-2665-41fc-a233-09bc28826878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9136 | 2024.07.12 00:41:23.294009 [ 3 ] {75e0efe5-2665-41fc-a233-09bc28826878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9137 | 2024.07.12 00:41:23.294207 [ 3 ] {75e0efe5-2665-41fc-a233-09bc28826878} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9138 | 2024.07.12 00:41:23.294656 [ 3 ] {75e0efe5-2665-41fc-a233-09bc28826878} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9139 | 2024.07.12 00:41:23.294695 [ 3 ] {75e0efe5-2665-41fc-a233-09bc28826878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9140 | 2024.07.12 00:41:23.295087 [ 3 ] {75e0efe5-2665-41fc-a233-09bc28826878} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9141 | 2024.07.12 00:41:23.295437 [ 3 ] {75e0efe5-2665-41fc-a233-09bc28826878} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9142 | 2024.07.12 00:41:23.295597 [ 3 ] {75e0efe5-2665-41fc-a233-09bc28826878} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001695 sec., 94395.2802359882 rows/sec., 6.57 MiB/sec. | ||
9143 | 2024.07.12 00:41:23.295824 [ 3 ] {75e0efe5-2665-41fc-a233-09bc28826878} <Debug> DynamicQueryHandler: Done processing query | ||
9144 | 2024.07.12 00:41:23.295863 [ 3 ] {75e0efe5-2665-41fc-a233-09bc28826878} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9145 | 2024.07.12 00:41:23.295884 [ 3 ] {} <Debug> HTTP-Session: 82b78b14-9e3d-4a66-9bc6-be61c495f981 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9146 | 2024.07.12 00:41:23.296014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9147 | 2024.07.12 00:41:23.296062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9148 | 2024.07.12 00:41:23.296081 [ 3 ] {} <Debug> HTTP-Session: ce8b53c6-a3f4-49e2-8143-cbf3cec32850 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9149 | 2024.07.12 00:41:23.296097 [ 3 ] {} <Debug> HTTP-Session: ce8b53c6-a3f4-49e2-8143-cbf3cec32850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9150 | 2024.07.12 00:41:23.296111 [ 3 ] {} <Debug> HTTP-Session: ce8b53c6-a3f4-49e2-8143-cbf3cec32850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9151 | 2024.07.12 00:41:23.296142 [ 3 ] {} <Trace> HTTP-Session: ce8b53c6-a3f4-49e2-8143-cbf3cec32850 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9152 | 2024.07.12 00:41:23.296265 [ 3 ] {ae788b87-acb4-43b7-a099-1eec164d2339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9153 | 2024.07.12 00:41:23.296311 [ 3 ] {ae788b87-acb4-43b7-a099-1eec164d2339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9154 | 2024.07.12 00:41:23.296438 [ 3 ] {ae788b87-acb4-43b7-a099-1eec164d2339} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9155 | 2024.07.12 00:41:23.296790 [ 3 ] {ae788b87-acb4-43b7-a099-1eec164d2339} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9156 | 2024.07.12 00:41:23.296834 [ 3 ] {ae788b87-acb4-43b7-a099-1eec164d2339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9157 | 2024.07.12 00:41:23.297203 [ 3 ] {ae788b87-acb4-43b7-a099-1eec164d2339} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9158 | 2024.07.12 00:41:23.297536 [ 3 ] {ae788b87-acb4-43b7-a099-1eec164d2339} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9159 | 2024.07.12 00:41:23.297683 [ 3 ] {ae788b87-acb4-43b7-a099-1eec164d2339} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. | ||
9160 | 2024.07.12 00:41:23.297861 [ 3 ] {ae788b87-acb4-43b7-a099-1eec164d2339} <Debug> DynamicQueryHandler: Done processing query | ||
9161 | 2024.07.12 00:41:23.297886 [ 3 ] {ae788b87-acb4-43b7-a099-1eec164d2339} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9162 | 2024.07.12 00:41:23.297902 [ 3 ] {} <Debug> HTTP-Session: ce8b53c6-a3f4-49e2-8143-cbf3cec32850 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9163 | 2024.07.12 00:41:28.295566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9164 | 2024.07.12 00:41:28.295698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9165 | 2024.07.12 00:41:28.295725 [ 3 ] {} <Debug> HTTP-Session: 57d48b2a-3767-4c44-b2d9-c4c62779155a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9166 | 2024.07.12 00:41:28.295749 [ 3 ] {} <Debug> HTTP-Session: 57d48b2a-3767-4c44-b2d9-c4c62779155a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9167 | 2024.07.12 00:41:28.295764 [ 3 ] {} <Debug> HTTP-Session: 57d48b2a-3767-4c44-b2d9-c4c62779155a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9168 | 2024.07.12 00:41:28.295814 [ 3 ] {} <Trace> HTTP-Session: 57d48b2a-3767-4c44-b2d9-c4c62779155a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9169 | 2024.07.12 00:41:28.296013 [ 3 ] {813f3fab-caba-4084-9478-baf36c1fc4a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9170 | 2024.07.12 00:41:28.296080 [ 3 ] {813f3fab-caba-4084-9478-baf36c1fc4a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9171 | 2024.07.12 00:41:28.296271 [ 3 ] {813f3fab-caba-4084-9478-baf36c1fc4a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9172 | 2024.07.12 00:41:28.296743 [ 3 ] {813f3fab-caba-4084-9478-baf36c1fc4a3} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9173 | 2024.07.12 00:41:28.296786 [ 3 ] {813f3fab-caba-4084-9478-baf36c1fc4a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9174 | 2024.07.12 00:41:28.297160 [ 3 ] {813f3fab-caba-4084-9478-baf36c1fc4a3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9175 | 2024.07.12 00:41:28.297526 [ 3 ] {813f3fab-caba-4084-9478-baf36c1fc4a3} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9176 | 2024.07.12 00:41:28.297690 [ 3 ] {813f3fab-caba-4084-9478-baf36c1fc4a3} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001739 sec., 21276.59574468085 rows/sec., 1.60 MiB/sec. | ||
9177 | 2024.07.12 00:41:28.297937 [ 3 ] {813f3fab-caba-4084-9478-baf36c1fc4a3} <Debug> DynamicQueryHandler: Done processing query | ||
9178 | 2024.07.12 00:41:28.297964 [ 3 ] {813f3fab-caba-4084-9478-baf36c1fc4a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9179 | 2024.07.12 00:41:28.297981 [ 3 ] {} <Debug> HTTP-Session: 57d48b2a-3767-4c44-b2d9-c4c62779155a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9180 | 2024.07.12 00:41:28.298134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9181 | 2024.07.12 00:41:28.298186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9182 | 2024.07.12 00:41:28.298205 [ 3 ] {} <Debug> HTTP-Session: 13a54521-d489-4e81-b6cf-5ba4092fe1ec Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9183 | 2024.07.12 00:41:28.298223 [ 3 ] {} <Debug> HTTP-Session: 13a54521-d489-4e81-b6cf-5ba4092fe1ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9184 | 2024.07.12 00:41:28.298237 [ 3 ] {} <Debug> HTTP-Session: 13a54521-d489-4e81-b6cf-5ba4092fe1ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9185 | 2024.07.12 00:41:28.298268 [ 3 ] {} <Trace> HTTP-Session: 13a54521-d489-4e81-b6cf-5ba4092fe1ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9186 | 2024.07.12 00:41:28.298447 [ 3 ] {44b204c2-3a52-4249-bf56-b4839b831fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9187 | 2024.07.12 00:41:28.298493 [ 3 ] {44b204c2-3a52-4249-bf56-b4839b831fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9188 | 2024.07.12 00:41:28.298621 [ 3 ] {44b204c2-3a52-4249-bf56-b4839b831fa5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9189 | 2024.07.12 00:41:28.299117 [ 3 ] {44b204c2-3a52-4249-bf56-b4839b831fa5} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9190 | 2024.07.12 00:41:28.299155 [ 3 ] {44b204c2-3a52-4249-bf56-b4839b831fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9191 | 2024.07.12 00:41:28.299494 [ 3 ] {44b204c2-3a52-4249-bf56-b4839b831fa5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9192 | 2024.07.12 00:41:28.299818 [ 3 ] {44b204c2-3a52-4249-bf56-b4839b831fa5} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9193 | 2024.07.12 00:41:28.299971 [ 3 ] {44b204c2-3a52-4249-bf56-b4839b831fa5} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.001611 sec., 157666.04593420235 rows/sec., 13.91 MiB/sec. | ||
9194 | 2024.07.12 00:41:28.300148 [ 3 ] {44b204c2-3a52-4249-bf56-b4839b831fa5} <Debug> DynamicQueryHandler: Done processing query | ||
9195 | 2024.07.12 00:41:28.300173 [ 3 ] {44b204c2-3a52-4249-bf56-b4839b831fa5} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
9196 | 2024.07.12 00:41:28.300189 [ 3 ] {} <Debug> HTTP-Session: 13a54521-d489-4e81-b6cf-5ba4092fe1ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9197 | 2024.07.12 00:41:28.300386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9198 | 2024.07.12 00:41:28.300435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9199 | 2024.07.12 00:41:28.300454 [ 3 ] {} <Debug> HTTP-Session: b25a85f8-ccea-46bd-8f05-5b8ffed001d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9200 | 2024.07.12 00:41:28.300471 [ 3 ] {} <Debug> HTTP-Session: b25a85f8-ccea-46bd-8f05-5b8ffed001d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9201 | 2024.07.12 00:41:28.300485 [ 3 ] {} <Debug> HTTP-Session: b25a85f8-ccea-46bd-8f05-5b8ffed001d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9202 | 2024.07.12 00:41:28.300516 [ 3 ] {} <Trace> HTTP-Session: b25a85f8-ccea-46bd-8f05-5b8ffed001d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9203 | 2024.07.12 00:41:28.300728 [ 3 ] {39f2761b-efea-446b-9596-557d161a667a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9204 | 2024.07.12 00:41:28.300773 [ 3 ] {39f2761b-efea-446b-9596-557d161a667a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9205 | 2024.07.12 00:41:28.300902 [ 3 ] {39f2761b-efea-446b-9596-557d161a667a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9206 | 2024.07.12 00:41:28.301473 [ 3 ] {39f2761b-efea-446b-9596-557d161a667a} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9207 | 2024.07.12 00:41:28.301512 [ 3 ] {39f2761b-efea-446b-9596-557d161a667a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9208 | 2024.07.12 00:41:28.301852 [ 3 ] {39f2761b-efea-446b-9596-557d161a667a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9209 | 2024.07.12 00:41:28.302163 [ 3 ] {39f2761b-efea-446b-9596-557d161a667a} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9210 | 2024.07.12 00:41:28.302329 [ 3 ] {39f2761b-efea-446b-9596-557d161a667a} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001692 sec., 244089.83451536644 rows/sec., 17.29 MiB/sec. | ||
9211 | 2024.07.12 00:41:28.302590 [ 3 ] {39f2761b-efea-446b-9596-557d161a667a} <Debug> DynamicQueryHandler: Done processing query | ||
9212 | 2024.07.12 00:41:28.302657 [ 3 ] {39f2761b-efea-446b-9596-557d161a667a} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
9213 | 2024.07.12 00:41:28.302713 [ 3 ] {} <Debug> HTTP-Session: b25a85f8-ccea-46bd-8f05-5b8ffed001d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9214 | 2024.07.12 00:41:28.302896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9215 | 2024.07.12 00:41:28.302951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9216 | 2024.07.12 00:41:28.302972 [ 3 ] {} <Debug> HTTP-Session: f5276e05-b332-4278-a8ce-61ffe9a892f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9217 | 2024.07.12 00:41:28.302988 [ 3 ] {} <Debug> HTTP-Session: f5276e05-b332-4278-a8ce-61ffe9a892f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9218 | 2024.07.12 00:41:28.303003 [ 3 ] {} <Debug> HTTP-Session: f5276e05-b332-4278-a8ce-61ffe9a892f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9219 | 2024.07.12 00:41:28.303035 [ 3 ] {} <Trace> HTTP-Session: f5276e05-b332-4278-a8ce-61ffe9a892f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9220 | 2024.07.12 00:41:28.303139 [ 3 ] {4be04737-3dc2-4495-9687-b9cd230721d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9221 | 2024.07.12 00:41:28.303186 [ 3 ] {4be04737-3dc2-4495-9687-b9cd230721d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9222 | 2024.07.12 00:41:28.303335 [ 3 ] {4be04737-3dc2-4495-9687-b9cd230721d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9223 | 2024.07.12 00:41:28.303625 [ 3 ] {4be04737-3dc2-4495-9687-b9cd230721d1} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9224 | 2024.07.12 00:41:28.303662 [ 3 ] {4be04737-3dc2-4495-9687-b9cd230721d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9225 | 2024.07.12 00:41:28.304027 [ 3 ] {4be04737-3dc2-4495-9687-b9cd230721d1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9226 | 2024.07.12 00:41:28.304357 [ 3 ] {4be04737-3dc2-4495-9687-b9cd230721d1} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9227 | 2024.07.12 00:41:28.304515 [ 3 ] {4be04737-3dc2-4495-9687-b9cd230721d1} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 184.02 KiB/sec. | ||
9228 | 2024.07.12 00:41:28.304720 [ 3 ] {4be04737-3dc2-4495-9687-b9cd230721d1} <Debug> DynamicQueryHandler: Done processing query | ||
9229 | 2024.07.12 00:41:28.304746 [ 3 ] {4be04737-3dc2-4495-9687-b9cd230721d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9230 | 2024.07.12 00:41:28.304763 [ 3 ] {} <Debug> HTTP-Session: f5276e05-b332-4278-a8ce-61ffe9a892f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9231 | 2024.07.12 00:41:28.304891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9232 | 2024.07.12 00:41:28.304941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9233 | 2024.07.12 00:41:28.304960 [ 3 ] {} <Debug> HTTP-Session: f8d29375-50a1-456b-8951-3d8c30a9503f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9234 | 2024.07.12 00:41:28.304978 [ 3 ] {} <Debug> HTTP-Session: f8d29375-50a1-456b-8951-3d8c30a9503f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9235 | 2024.07.12 00:41:28.304992 [ 3 ] {} <Debug> HTTP-Session: f8d29375-50a1-456b-8951-3d8c30a9503f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9236 | 2024.07.12 00:41:28.305023 [ 3 ] {} <Trace> HTTP-Session: f8d29375-50a1-456b-8951-3d8c30a9503f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9237 | 2024.07.12 00:41:28.305143 [ 3 ] {366de8ee-d4b5-490d-9701-8be27aadc35e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9238 | 2024.07.12 00:41:28.305191 [ 3 ] {366de8ee-d4b5-490d-9701-8be27aadc35e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9239 | 2024.07.12 00:41:28.305335 [ 3 ] {366de8ee-d4b5-490d-9701-8be27aadc35e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9240 | 2024.07.12 00:41:28.305662 [ 3 ] {366de8ee-d4b5-490d-9701-8be27aadc35e} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9241 | 2024.07.12 00:41:28.305699 [ 3 ] {366de8ee-d4b5-490d-9701-8be27aadc35e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9242 | 2024.07.12 00:41:28.306086 [ 3 ] {366de8ee-d4b5-490d-9701-8be27aadc35e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9243 | 2024.07.12 00:41:28.306430 [ 3 ] {366de8ee-d4b5-490d-9701-8be27aadc35e} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9244 | 2024.07.12 00:41:28.306588 [ 3 ] {366de8ee-d4b5-490d-9701-8be27aadc35e} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001484 sec., 51886.79245283019 rows/sec., 3.20 MiB/sec. | ||
9245 | 2024.07.12 00:41:28.306760 [ 3 ] {366de8ee-d4b5-490d-9701-8be27aadc35e} <Debug> DynamicQueryHandler: Done processing query | ||
9246 | 2024.07.12 00:41:28.306784 [ 3 ] {366de8ee-d4b5-490d-9701-8be27aadc35e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9247 | 2024.07.12 00:41:28.306800 [ 3 ] {} <Debug> HTTP-Session: f8d29375-50a1-456b-8951-3d8c30a9503f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9248 | 2024.07.12 00:41:28.306963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9249 | 2024.07.12 00:41:28.307010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9250 | 2024.07.12 00:41:28.307031 [ 3 ] {} <Debug> HTTP-Session: c4c52724-4f27-4358-8681-9b893a4663bc Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9251 | 2024.07.12 00:41:28.307048 [ 3 ] {} <Debug> HTTP-Session: c4c52724-4f27-4358-8681-9b893a4663bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9252 | 2024.07.12 00:41:28.307061 [ 3 ] {} <Debug> HTTP-Session: c4c52724-4f27-4358-8681-9b893a4663bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9253 | 2024.07.12 00:41:28.307092 [ 3 ] {} <Trace> HTTP-Session: c4c52724-4f27-4358-8681-9b893a4663bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9254 | 2024.07.12 00:41:28.307242 [ 3 ] {4c9dbdce-eb7a-43d1-9517-8abe3353b2ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9255 | 2024.07.12 00:41:28.307289 [ 3 ] {4c9dbdce-eb7a-43d1-9517-8abe3353b2ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9256 | 2024.07.12 00:41:28.307431 [ 3 ] {4c9dbdce-eb7a-43d1-9517-8abe3353b2ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9257 | 2024.07.12 00:41:28.307805 [ 3 ] {4c9dbdce-eb7a-43d1-9517-8abe3353b2ff} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9258 | 2024.07.12 00:41:28.307843 [ 3 ] {4c9dbdce-eb7a-43d1-9517-8abe3353b2ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9259 | 2024.07.12 00:41:28.308221 [ 3 ] {4c9dbdce-eb7a-43d1-9517-8abe3353b2ff} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9260 | 2024.07.12 00:41:28.308562 [ 3 ] {4c9dbdce-eb7a-43d1-9517-8abe3353b2ff} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9261 | 2024.07.12 00:41:28.308719 [ 3 ] {4c9dbdce-eb7a-43d1-9517-8abe3353b2ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. | ||
9262 | 2024.07.12 00:41:28.308894 [ 3 ] {4c9dbdce-eb7a-43d1-9517-8abe3353b2ff} <Debug> DynamicQueryHandler: Done processing query | ||
9263 | 2024.07.12 00:41:28.308920 [ 3 ] {4c9dbdce-eb7a-43d1-9517-8abe3353b2ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9264 | 2024.07.12 00:41:28.308936 [ 3 ] {} <Debug> HTTP-Session: c4c52724-4f27-4358-8681-9b893a4663bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9265 | 2024.07.12 00:41:28.309107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 50083, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9266 | 2024.07.12 00:41:28.309156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9267 | 2024.07.12 00:41:28.309176 [ 3 ] {} <Debug> HTTP-Session: 18a2cb9d-3e4f-483f-91a6-08237811c89d Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9268 | 2024.07.12 00:41:28.309192 [ 3 ] {} <Debug> HTTP-Session: 18a2cb9d-3e4f-483f-91a6-08237811c89d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9269 | 2024.07.12 00:41:28.309205 [ 3 ] {} <Debug> HTTP-Session: 18a2cb9d-3e4f-483f-91a6-08237811c89d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9270 | 2024.07.12 00:41:28.309236 [ 3 ] {} <Trace> HTTP-Session: 18a2cb9d-3e4f-483f-91a6-08237811c89d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9271 | 2024.07.12 00:41:28.309561 [ 3 ] {9fd9aa5e-c751-4d6b-8663-76bd239ac162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9272 | 2024.07.12 00:41:28.309626 [ 3 ] {9fd9aa5e-c751-4d6b-8663-76bd239ac162} <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 | ||
9273 | 2024.07.12 00:41:28.310028 [ 3 ] {9fd9aa5e-c751-4d6b-8663-76bd239ac162} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9274 | 2024.07.12 00:41:28.310874 [ 3 ] {9fd9aa5e-c751-4d6b-8663-76bd239ac162} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9275 | 2024.07.12 00:41:28.310911 [ 3 ] {9fd9aa5e-c751-4d6b-8663-76bd239ac162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9276 | 2024.07.12 00:41:28.311551 [ 3 ] {9fd9aa5e-c751-4d6b-8663-76bd239ac162} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9277 | 2024.07.12 00:41:28.311965 [ 3 ] {9fd9aa5e-c751-4d6b-8663-76bd239ac162} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9278 | 2024.07.12 00:41:28.312171 [ 3 ] {9fd9aa5e-c751-4d6b-8663-76bd239ac162} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002832 sec., 10946.32768361582 rows/sec., 19.62 MiB/sec. | ||
9279 | 2024.07.12 00:41:28.312709 [ 3 ] {9fd9aa5e-c751-4d6b-8663-76bd239ac162} <Debug> DynamicQueryHandler: Done processing query | ||
9280 | 2024.07.12 00:41:28.312735 [ 3 ] {9fd9aa5e-c751-4d6b-8663-76bd239ac162} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
9281 | 2024.07.12 00:41:28.312752 [ 3 ] {} <Debug> HTTP-Session: 18a2cb9d-3e4f-483f-91a6-08237811c89d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9282 | 2024.07.12 00:41:28.312917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9283 | 2024.07.12 00:41:28.312967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9284 | 2024.07.12 00:41:28.312986 [ 3 ] {} <Debug> HTTP-Session: 5d97eaa5-b3ac-4361-b770-c4540e021455 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9285 | 2024.07.12 00:41:28.313003 [ 3 ] {} <Debug> HTTP-Session: 5d97eaa5-b3ac-4361-b770-c4540e021455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9286 | 2024.07.12 00:41:28.313016 [ 3 ] {} <Debug> HTTP-Session: 5d97eaa5-b3ac-4361-b770-c4540e021455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9287 | 2024.07.12 00:41:28.313047 [ 3 ] {} <Trace> HTTP-Session: 5d97eaa5-b3ac-4361-b770-c4540e021455 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9288 | 2024.07.12 00:41:28.313164 [ 3 ] {3ee4873a-7638-421e-98fc-d96ef7fa308b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9289 | 2024.07.12 00:41:28.313210 [ 3 ] {3ee4873a-7638-421e-98fc-d96ef7fa308b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9290 | 2024.07.12 00:41:28.313361 [ 3 ] {3ee4873a-7638-421e-98fc-d96ef7fa308b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9291 | 2024.07.12 00:41:28.313709 [ 3 ] {3ee4873a-7638-421e-98fc-d96ef7fa308b} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9292 | 2024.07.12 00:41:28.313747 [ 3 ] {3ee4873a-7638-421e-98fc-d96ef7fa308b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9293 | 2024.07.12 00:41:28.314117 [ 3 ] {3ee4873a-7638-421e-98fc-d96ef7fa308b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9294 | 2024.07.12 00:41:28.314442 [ 3 ] {3ee4873a-7638-421e-98fc-d96ef7fa308b} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9295 | 2024.07.12 00:41:28.314610 [ 3 ] {3ee4873a-7638-421e-98fc-d96ef7fa308b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001467 sec., 15678.254942058624 rows/sec., 848.08 KiB/sec. | ||
9296 | 2024.07.12 00:41:28.314826 [ 3 ] {3ee4873a-7638-421e-98fc-d96ef7fa308b} <Debug> DynamicQueryHandler: Done processing query | ||
9297 | 2024.07.12 00:41:28.314852 [ 3 ] {3ee4873a-7638-421e-98fc-d96ef7fa308b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9298 | 2024.07.12 00:41:28.314868 [ 3 ] {} <Debug> HTTP-Session: 5d97eaa5-b3ac-4361-b770-c4540e021455 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9299 | 2024.07.12 00:41:28.314988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9300 | 2024.07.12 00:41:28.315038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9301 | 2024.07.12 00:41:28.315058 [ 3 ] {} <Debug> HTTP-Session: 6a972b8b-a005-4e91-b6ef-fa9d7ecf76c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9302 | 2024.07.12 00:41:28.315075 [ 3 ] {} <Debug> HTTP-Session: 6a972b8b-a005-4e91-b6ef-fa9d7ecf76c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9303 | 2024.07.12 00:41:28.315088 [ 3 ] {} <Debug> HTTP-Session: 6a972b8b-a005-4e91-b6ef-fa9d7ecf76c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9304 | 2024.07.12 00:41:28.315118 [ 3 ] {} <Trace> HTTP-Session: 6a972b8b-a005-4e91-b6ef-fa9d7ecf76c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9305 | 2024.07.12 00:41:28.315247 [ 3 ] {3ccc5950-c674-45b3-ae7d-4f9728e52d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9306 | 2024.07.12 00:41:28.315292 [ 3 ] {3ccc5950-c674-45b3-ae7d-4f9728e52d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9307 | 2024.07.12 00:41:28.315421 [ 3 ] {3ccc5950-c674-45b3-ae7d-4f9728e52d58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9308 | 2024.07.12 00:41:28.315716 [ 3 ] {3ccc5950-c674-45b3-ae7d-4f9728e52d58} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9309 | 2024.07.12 00:41:28.315752 [ 3 ] {3ccc5950-c674-45b3-ae7d-4f9728e52d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9310 | 2024.07.12 00:41:28.316124 [ 3 ] {3ccc5950-c674-45b3-ae7d-4f9728e52d58} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9311 | 2024.07.12 00:41:28.316453 [ 3 ] {3ccc5950-c674-45b3-ae7d-4f9728e52d58} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9312 | 2024.07.12 00:41:28.316619 [ 3 ] {3ccc5950-c674-45b3-ae7d-4f9728e52d58} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
9313 | 2024.07.12 00:41:28.316790 [ 3 ] {3ccc5950-c674-45b3-ae7d-4f9728e52d58} <Debug> DynamicQueryHandler: Done processing query | ||
9314 | 2024.07.12 00:41:28.316815 [ 3 ] {3ccc5950-c674-45b3-ae7d-4f9728e52d58} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9315 | 2024.07.12 00:41:28.316830 [ 3 ] {} <Debug> HTTP-Session: 6a972b8b-a005-4e91-b6ef-fa9d7ecf76c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9316 | 2024.07.12 00:41:33.290745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 12737, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9317 | 2024.07.12 00:41:33.290878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9318 | 2024.07.12 00:41:33.290904 [ 3 ] {} <Debug> HTTP-Session: d494daf5-aa2b-40c3-bf3d-de447d69db2e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9319 | 2024.07.12 00:41:33.290928 [ 3 ] {} <Debug> HTTP-Session: d494daf5-aa2b-40c3-bf3d-de447d69db2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9320 | 2024.07.12 00:41:33.290943 [ 3 ] {} <Debug> HTTP-Session: d494daf5-aa2b-40c3-bf3d-de447d69db2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9321 | 2024.07.12 00:41:33.290995 [ 3 ] {} <Trace> HTTP-Session: d494daf5-aa2b-40c3-bf3d-de447d69db2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9322 | 2024.07.12 00:41:33.291202 [ 3 ] {62308d24-13a7-4bf6-bd59-e39244a07798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9323 | 2024.07.12 00:41:33.291268 [ 3 ] {62308d24-13a7-4bf6-bd59-e39244a07798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9324 | 2024.07.12 00:41:33.291454 [ 3 ] {62308d24-13a7-4bf6-bd59-e39244a07798} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9325 | 2024.07.12 00:41:33.291944 [ 3 ] {62308d24-13a7-4bf6-bd59-e39244a07798} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9326 | 2024.07.12 00:41:33.291983 [ 3 ] {62308d24-13a7-4bf6-bd59-e39244a07798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9327 | 2024.07.12 00:41:33.292369 [ 3 ] {62308d24-13a7-4bf6-bd59-e39244a07798} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9328 | 2024.07.12 00:41:33.292703 [ 3 ] {62308d24-13a7-4bf6-bd59-e39244a07798} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9329 | 2024.07.12 00:41:33.292866 [ 3 ] {62308d24-13a7-4bf6-bd59-e39244a07798} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001744 sec., 52752.29357798165 rows/sec., 4.00 MiB/sec. | ||
9330 | 2024.07.12 00:41:33.292926 [ 130 ] {} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9331 | 2024.07.12 00:41:33.293035 [ 130 ] {} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9332 | 2024.07.12 00:41:33.293066 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9333 | 2024.07.12 00:41:33.293184 [ 3 ] {62308d24-13a7-4bf6-bd59-e39244a07798} <Debug> DynamicQueryHandler: Done processing query | ||
9334 | 2024.07.12 00:41:33.293269 [ 3 ] {62308d24-13a7-4bf6-bd59-e39244a07798} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9335 | 2024.07.12 00:41:33.293316 [ 3 ] {} <Debug> HTTP-Session: d494daf5-aa2b-40c3-bf3d-de447d69db2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9336 | 2024.07.12 00:41:33.293371 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::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 | ||
9337 | 2024.07.12 00:41:33.293612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9338 | 2024.07.12 00:41:33.293793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9339 | 2024.07.12 00:41:33.293863 [ 3 ] {} <Debug> HTTP-Session: 80925b3e-e3dd-4061-8d51-b96a085aa7ef Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9340 | 2024.07.12 00:41:33.293922 [ 3 ] {} <Debug> HTTP-Session: 80925b3e-e3dd-4061-8d51-b96a085aa7ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9341 | 2024.07.12 00:41:33.293936 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9342 | 2024.07.12 00:41:33.293951 [ 3 ] {} <Debug> HTTP-Session: 80925b3e-e3dd-4061-8d51-b96a085aa7ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9343 | 2024.07.12 00:41:33.294002 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 298 rows starting from the beginning of the part | ||
9344 | 2024.07.12 00:41:33.294027 [ 3 ] {} <Trace> HTTP-Session: 80925b3e-e3dd-4061-8d51-b96a085aa7ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9345 | 2024.07.12 00:41:33.294158 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part | ||
9346 | 2024.07.12 00:41:33.294462 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 254 rows starting from the beginning of the part | ||
9347 | 2024.07.12 00:41:33.294492 [ 3 ] {6cbc8949-4d9f-4d8c-95d5-ffc7ca746270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9348 | 2024.07.12 00:41:33.294689 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part | ||
9349 | 2024.07.12 00:41:33.294831 [ 3 ] {6cbc8949-4d9f-4d8c-95d5-ffc7ca746270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9350 | 2024.07.12 00:41:33.294897 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 254 rows starting from the beginning of the part | ||
9351 | 2024.07.12 00:41:33.295255 [ 200 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 92 rows starting from the beginning of the part | ||
9352 | 2024.07.12 00:41:33.295873 [ 3 ] {6cbc8949-4d9f-4d8c-95d5-ffc7ca746270} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9353 | 2024.07.12 00:41:33.296664 [ 3 ] {6cbc8949-4d9f-4d8c-95d5-ffc7ca746270} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9354 | 2024.07.12 00:41:33.296719 [ 3 ] {6cbc8949-4d9f-4d8c-95d5-ffc7ca746270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9355 | 2024.07.12 00:41:33.297548 [ 3 ] {6cbc8949-4d9f-4d8c-95d5-ffc7ca746270} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9356 | 2024.07.12 00:41:33.298242 [ 191 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 4 columns (4 merged, 0 gathered) in 0.005105628 sec., 197820.91448887385 rows/sec., 16.85 MiB/sec. | ||
9357 | 2024.07.12 00:41:33.298385 [ 3 ] {6cbc8949-4d9f-4d8c-95d5-ffc7ca746270} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9358 | 2024.07.12 00:41:33.298552 [ 190 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9359 | 2024.07.12 00:41:33.298612 [ 130 ] {} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9360 | 2024.07.12 00:41:33.298638 [ 3 ] {6cbc8949-4d9f-4d8c-95d5-ffc7ca746270} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.004418 sec., 19918.515165233137 rows/sec., 1.55 MiB/sec. | ||
9361 | 2024.07.12 00:41:33.298685 [ 130 ] {} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9362 | 2024.07.12 00:41:33.298771 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9363 | 2024.07.12 00:41:33.299431 [ 3 ] {6cbc8949-4d9f-4d8c-95d5-ffc7ca746270} <Debug> DynamicQueryHandler: Done processing query | ||
9364 | 2024.07.12 00:41:33.299483 [ 195 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
9365 | 2024.07.12 00:41:33.299614 [ 3 ] {6cbc8949-4d9f-4d8c-95d5-ffc7ca746270} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9366 | 2024.07.12 00:41:33.299707 [ 3 ] {} <Debug> HTTP-Session: 80925b3e-e3dd-4061-8d51-b96a085aa7ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9367 | 2024.07.12 00:41:33.300153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 37592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9368 | 2024.07.12 00:41:33.300419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9369 | 2024.07.12 00:41:33.300518 [ 195 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9370 | 2024.07.12 00:41:33.300572 [ 3 ] {} <Debug> HTTP-Session: 972d48cf-c00d-4571-904d-a96f26079b00 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9371 | 2024.07.12 00:41:33.300645 [ 190 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_56_11} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9372 | 2024.07.12 00:41:33.300687 [ 3 ] {} <Debug> HTTP-Session: 972d48cf-c00d-4571-904d-a96f26079b00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9373 | 2024.07.12 00:41:33.300712 [ 195 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 471 rows starting from the beginning of the part | ||
9374 | 2024.07.12 00:41:33.300846 [ 3 ] {} <Debug> HTTP-Session: 972d48cf-c00d-4571-904d-a96f26079b00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9375 | 2024.07.12 00:41:33.301073 [ 190 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_56_11} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9376 | 2024.07.12 00:41:33.301345 [ 3 ] {} <Trace> HTTP-Session: 972d48cf-c00d-4571-904d-a96f26079b00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9377 | 2024.07.12 00:41:33.301378 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
9378 | 2024.07.12 00:41:33.301439 [ 195 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part | ||
9379 | 2024.07.12 00:41:33.301592 [ 195 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 413 rows starting from the beginning of the part | ||
9380 | 2024.07.12 00:41:33.301751 [ 3 ] {998c39ca-c938-4c6e-a9be-e58ae85a563c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9381 | 2024.07.12 00:41:33.301866 [ 195 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part | ||
9382 | 2024.07.12 00:41:33.301915 [ 3 ] {998c39ca-c938-4c6e-a9be-e58ae85a563c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9383 | 2024.07.12 00:41:33.302247 [ 195 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 413 rows starting from the beginning of the part | ||
9384 | 2024.07.12 00:41:33.302560 [ 195 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 88 rows starting from the beginning of the part | ||
9385 | 2024.07.12 00:41:33.303192 [ 3 ] {998c39ca-c938-4c6e-a9be-e58ae85a563c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9386 | 2024.07.12 00:41:33.303817 [ 3 ] {998c39ca-c938-4c6e-a9be-e58ae85a563c} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9387 | 2024.07.12 00:41:33.303858 [ 3 ] {998c39ca-c938-4c6e-a9be-e58ae85a563c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9388 | 2024.07.12 00:41:33.304424 [ 3 ] {998c39ca-c938-4c6e-a9be-e58ae85a563c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9389 | 2024.07.12 00:41:33.304540 [ 187 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1513 rows, containing 4 columns (4 merged, 0 gathered) in 0.005613066 sec., 269549.65432439244 rows/sec., 19.45 MiB/sec. | ||
9390 | 2024.07.12 00:41:33.304739 [ 187 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9391 | 2024.07.12 00:41:33.304865 [ 3 ] {998c39ca-c938-4c6e-a9be-e58ae85a563c} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9392 | 2024.07.12 00:41:33.305091 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9393 | 2024.07.12 00:41:33.305108 [ 3 ] {998c39ca-c938-4c6e-a9be-e58ae85a563c} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.003602 sec., 54414.21432537479 rows/sec., 3.80 MiB/sec. | ||
9394 | 2024.07.12 00:41:33.305141 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9395 | 2024.07.12 00:41:33.305193 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9396 | 2024.07.12 00:41:33.305614 [ 187 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_56_11} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9397 | 2024.07.12 00:41:33.305759 [ 3 ] {998c39ca-c938-4c6e-a9be-e58ae85a563c} <Debug> DynamicQueryHandler: Done processing query | ||
9398 | 2024.07.12 00:41:33.305781 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
9399 | 2024.07.12 00:41:33.305910 [ 3 ] {998c39ca-c938-4c6e-a9be-e58ae85a563c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9400 | 2024.07.12 00:41:33.306093 [ 187 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_56_11} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9401 | 2024.07.12 00:41:33.306125 [ 3 ] {} <Debug> HTTP-Session: 972d48cf-c00d-4571-904d-a96f26079b00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9402 | 2024.07.12 00:41:33.306599 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
9403 | 2024.07.12 00:41:33.306577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9404 | 2024.07.12 00:41:33.306838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9405 | 2024.07.12 00:41:33.306889 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9406 | 2024.07.12 00:41:33.306921 [ 3 ] {} <Debug> HTTP-Session: e40ea49f-2fea-4841-a3bc-5ff6e72cf3ec Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9407 | 2024.07.12 00:41:33.306983 [ 3 ] {} <Debug> HTTP-Session: e40ea49f-2fea-4841-a3bc-5ff6e72cf3ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9408 | 2024.07.12 00:41:33.307071 [ 3 ] {} <Debug> HTTP-Session: e40ea49f-2fea-4841-a3bc-5ff6e72cf3ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9409 | 2024.07.12 00:41:33.307069 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 8480 rows starting from the beginning of the part | ||
9410 | 2024.07.12 00:41:33.307132 [ 3 ] {} <Trace> HTTP-Session: e40ea49f-2fea-4841-a3bc-5ff6e72cf3ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9411 | 2024.07.12 00:41:33.307339 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
9412 | 2024.07.12 00:41:33.307622 [ 3 ] {255d394d-fc40-43bf-89c2-b828d948203f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9413 | 2024.07.12 00:41:33.307694 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
9414 | 2024.07.12 00:41:33.307795 [ 3 ] {255d394d-fc40-43bf-89c2-b828d948203f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9415 | 2024.07.12 00:41:33.307935 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
9416 | 2024.07.12 00:41:33.308251 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
9417 | 2024.07.12 00:41:33.308536 [ 190 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 196 rows starting from the beginning of the part | ||
9418 | 2024.07.12 00:41:33.309195 [ 3 ] {255d394d-fc40-43bf-89c2-b828d948203f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9419 | 2024.07.12 00:41:33.309836 [ 3 ] {255d394d-fc40-43bf-89c2-b828d948203f} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9420 | 2024.07.12 00:41:33.309874 [ 3 ] {255d394d-fc40-43bf-89c2-b828d948203f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9421 | 2024.07.12 00:41:33.310548 [ 3 ] {255d394d-fc40-43bf-89c2-b828d948203f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9422 | 2024.07.12 00:41:33.311401 [ 3 ] {255d394d-fc40-43bf-89c2-b828d948203f} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9423 | 2024.07.12 00:41:33.311647 [ 127 ] {} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9424 | 2024.07.12 00:41:33.311658 [ 3 ] {255d394d-fc40-43bf-89c2-b828d948203f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004315 sec., 13904.982618771726 rows/sec., 959.59 KiB/sec. | ||
9425 | 2024.07.12 00:41:33.311681 [ 127 ] {} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9426 | 2024.07.12 00:41:33.311728 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9427 | 2024.07.12 00:41:33.311875 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
9428 | 2024.07.12 00:41:33.312054 [ 3 ] {255d394d-fc40-43bf-89c2-b828d948203f} <Debug> DynamicQueryHandler: Done processing query | ||
9429 | 2024.07.12 00:41:33.312087 [ 3 ] {255d394d-fc40-43bf-89c2-b828d948203f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9430 | 2024.07.12 00:41:33.312118 [ 3 ] {} <Debug> HTTP-Session: e40ea49f-2fea-4841-a3bc-5ff6e72cf3ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9431 | 2024.07.12 00:41:33.312187 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9432 | 2024.07.12 00:41:33.312223 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2986 rows starting from the beginning of the part | ||
9433 | 2024.07.12 00:41:33.312308 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
9434 | 2024.07.12 00:41:33.312937 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
9435 | 2024.07.12 00:41:33.313071 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
9436 | 2024.07.12 00:41:33.313266 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
9437 | 2024.07.12 00:41:33.313445 [ 187 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
9438 | 2024.07.12 00:41:33.314353 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9316 rows, containing 5 columns (5 merged, 0 gathered) in 0.009014488 sec., 1033447.4903067152 rows/sec., 72.02 MiB/sec. | ||
9439 | 2024.07.12 00:41:33.314719 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9440 | 2024.07.12 00:41:33.315594 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9441 | 2024.07.12 00:41:33.315751 [ 196 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9442 | 2024.07.12 00:41:33.315963 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB. | ||
9443 | 2024.07.12 00:41:33.316190 [ 189 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3286 rows, containing 4 columns (4 merged, 0 gathered) in 0.004381378 sec., 749992.3540036947 rows/sec., 50.55 MiB/sec. | ||
9444 | 2024.07.12 00:41:33.316571 [ 189 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9445 | 2024.07.12 00:41:33.317070 [ 189 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_56_11} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9446 | 2024.07.12 00:41:33.317169 [ 189 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_56_11} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9447 | 2024.07.12 00:41:33.317279 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
9448 | 2024.07.12 00:41:37.436371 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9449 | 2024.07.12 00:41:37.436448 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9450 | 2024.07.12 00:41:38.295110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9451 | 2024.07.12 00:41:38.295239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9452 | 2024.07.12 00:41:38.295267 [ 3 ] {} <Debug> HTTP-Session: 7a57dd6d-cc61-4102-b026-128cda6d772c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9453 | 2024.07.12 00:41:38.295295 [ 3 ] {} <Debug> HTTP-Session: 7a57dd6d-cc61-4102-b026-128cda6d772c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9454 | 2024.07.12 00:41:38.295314 [ 3 ] {} <Debug> HTTP-Session: 7a57dd6d-cc61-4102-b026-128cda6d772c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9455 | 2024.07.12 00:41:38.295371 [ 3 ] {} <Trace> HTTP-Session: 7a57dd6d-cc61-4102-b026-128cda6d772c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9456 | 2024.07.12 00:41:38.295586 [ 3 ] {5442708b-99cf-4f28-b27c-16b64460dcfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9457 | 2024.07.12 00:41:38.295661 [ 3 ] {5442708b-99cf-4f28-b27c-16b64460dcfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9458 | 2024.07.12 00:41:38.295876 [ 3 ] {5442708b-99cf-4f28-b27c-16b64460dcfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9459 | 2024.07.12 00:41:38.296360 [ 3 ] {5442708b-99cf-4f28-b27c-16b64460dcfa} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9460 | 2024.07.12 00:41:38.296401 [ 3 ] {5442708b-99cf-4f28-b27c-16b64460dcfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9461 | 2024.07.12 00:41:38.296777 [ 3 ] {5442708b-99cf-4f28-b27c-16b64460dcfa} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9462 | 2024.07.12 00:41:38.297123 [ 3 ] {5442708b-99cf-4f28-b27c-16b64460dcfa} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9463 | 2024.07.12 00:41:38.297266 [ 3 ] {5442708b-99cf-4f28-b27c-16b64460dcfa} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001751 sec., 21130.7824100514 rows/sec., 1.59 MiB/sec. | ||
9464 | 2024.07.12 00:41:38.297566 [ 3 ] {5442708b-99cf-4f28-b27c-16b64460dcfa} <Debug> DynamicQueryHandler: Done processing query | ||
9465 | 2024.07.12 00:41:38.297617 [ 3 ] {5442708b-99cf-4f28-b27c-16b64460dcfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9466 | 2024.07.12 00:41:38.297643 [ 3 ] {} <Debug> HTTP-Session: 7a57dd6d-cc61-4102-b026-128cda6d772c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9467 | 2024.07.12 00:41:38.297831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9468 | 2024.07.12 00:41:38.297881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9469 | 2024.07.12 00:41:38.297900 [ 3 ] {} <Debug> HTTP-Session: ce0c6472-dcb6-4925-9600-f4e14564b50a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9470 | 2024.07.12 00:41:38.297917 [ 3 ] {} <Debug> HTTP-Session: ce0c6472-dcb6-4925-9600-f4e14564b50a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9471 | 2024.07.12 00:41:38.297931 [ 3 ] {} <Debug> HTTP-Session: ce0c6472-dcb6-4925-9600-f4e14564b50a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9472 | 2024.07.12 00:41:38.297963 [ 3 ] {} <Trace> HTTP-Session: ce0c6472-dcb6-4925-9600-f4e14564b50a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9473 | 2024.07.12 00:41:38.298135 [ 3 ] {b4313fdd-9dc6-40ae-8773-70d0e380a552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9474 | 2024.07.12 00:41:38.298181 [ 3 ] {b4313fdd-9dc6-40ae-8773-70d0e380a552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9475 | 2024.07.12 00:41:38.298325 [ 3 ] {b4313fdd-9dc6-40ae-8773-70d0e380a552} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9476 | 2024.07.12 00:41:38.298805 [ 3 ] {b4313fdd-9dc6-40ae-8773-70d0e380a552} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9477 | 2024.07.12 00:41:38.298846 [ 3 ] {b4313fdd-9dc6-40ae-8773-70d0e380a552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9478 | 2024.07.12 00:41:38.299200 [ 3 ] {b4313fdd-9dc6-40ae-8773-70d0e380a552} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9479 | 2024.07.12 00:41:38.299521 [ 3 ] {b4313fdd-9dc6-40ae-8773-70d0e380a552} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9480 | 2024.07.12 00:41:38.299655 [ 3 ] {b4313fdd-9dc6-40ae-8773-70d0e380a552} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.001609 sec., 157862.0261031697 rows/sec., 13.92 MiB/sec. | ||
9481 | 2024.07.12 00:41:38.299814 [ 3 ] {b4313fdd-9dc6-40ae-8773-70d0e380a552} <Debug> DynamicQueryHandler: Done processing query | ||
9482 | 2024.07.12 00:41:38.299838 [ 3 ] {b4313fdd-9dc6-40ae-8773-70d0e380a552} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
9483 | 2024.07.12 00:41:38.299855 [ 3 ] {} <Debug> HTTP-Session: ce0c6472-dcb6-4925-9600-f4e14564b50a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9484 | 2024.07.12 00:41:38.300084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9485 | 2024.07.12 00:41:38.300132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9486 | 2024.07.12 00:41:38.300152 [ 3 ] {} <Debug> HTTP-Session: 9a043360-4398-436e-a643-f058445fc576 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9487 | 2024.07.12 00:41:38.300170 [ 3 ] {} <Debug> HTTP-Session: 9a043360-4398-436e-a643-f058445fc576 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9488 | 2024.07.12 00:41:38.300184 [ 3 ] {} <Debug> HTTP-Session: 9a043360-4398-436e-a643-f058445fc576 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9489 | 2024.07.12 00:41:38.300216 [ 3 ] {} <Trace> HTTP-Session: 9a043360-4398-436e-a643-f058445fc576 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9490 | 2024.07.12 00:41:38.300414 [ 3 ] {750aa581-f769-49b9-8c22-9d57f0193a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9491 | 2024.07.12 00:41:38.300457 [ 3 ] {750aa581-f769-49b9-8c22-9d57f0193a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9492 | 2024.07.12 00:41:38.300582 [ 3 ] {750aa581-f769-49b9-8c22-9d57f0193a1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9493 | 2024.07.12 00:41:38.301135 [ 3 ] {750aa581-f769-49b9-8c22-9d57f0193a1b} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9494 | 2024.07.12 00:41:38.301172 [ 3 ] {750aa581-f769-49b9-8c22-9d57f0193a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9495 | 2024.07.12 00:41:38.301508 [ 3 ] {750aa581-f769-49b9-8c22-9d57f0193a1b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9496 | 2024.07.12 00:41:38.301821 [ 3 ] {750aa581-f769-49b9-8c22-9d57f0193a1b} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9497 | 2024.07.12 00:41:38.301949 [ 3 ] {750aa581-f769-49b9-8c22-9d57f0193a1b} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001639 sec., 251982.91641244662 rows/sec., 17.85 MiB/sec. | ||
9498 | 2024.07.12 00:41:38.302195 [ 3 ] {750aa581-f769-49b9-8c22-9d57f0193a1b} <Debug> DynamicQueryHandler: Done processing query | ||
9499 | 2024.07.12 00:41:38.302248 [ 3 ] {750aa581-f769-49b9-8c22-9d57f0193a1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
9500 | 2024.07.12 00:41:38.302303 [ 3 ] {} <Debug> HTTP-Session: 9a043360-4398-436e-a643-f058445fc576 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9501 | 2024.07.12 00:41:38.302482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9502 | 2024.07.12 00:41:38.302535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9503 | 2024.07.12 00:41:38.302555 [ 3 ] {} <Debug> HTTP-Session: af4aa051-7b21-4c6d-8c88-8a98c7e2e564 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9504 | 2024.07.12 00:41:38.302572 [ 3 ] {} <Debug> HTTP-Session: af4aa051-7b21-4c6d-8c88-8a98c7e2e564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9505 | 2024.07.12 00:41:38.302587 [ 3 ] {} <Debug> HTTP-Session: af4aa051-7b21-4c6d-8c88-8a98c7e2e564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9506 | 2024.07.12 00:41:38.302620 [ 3 ] {} <Trace> HTTP-Session: af4aa051-7b21-4c6d-8c88-8a98c7e2e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9507 | 2024.07.12 00:41:38.302721 [ 3 ] {90420049-bc44-4411-8291-360d8efa8853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9508 | 2024.07.12 00:41:38.302769 [ 3 ] {90420049-bc44-4411-8291-360d8efa8853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9509 | 2024.07.12 00:41:38.302916 [ 3 ] {90420049-bc44-4411-8291-360d8efa8853} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9510 | 2024.07.12 00:41:38.303178 [ 3 ] {90420049-bc44-4411-8291-360d8efa8853} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9511 | 2024.07.12 00:41:38.303214 [ 3 ] {90420049-bc44-4411-8291-360d8efa8853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9512 | 2024.07.12 00:41:38.303575 [ 3 ] {90420049-bc44-4411-8291-360d8efa8853} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9513 | 2024.07.12 00:41:38.303906 [ 3 ] {90420049-bc44-4411-8291-360d8efa8853} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9514 | 2024.07.12 00:41:38.304037 [ 3 ] {90420049-bc44-4411-8291-360d8efa8853} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001346 sec., 4457.652303120357 rows/sec., 191.54 KiB/sec. | ||
9515 | 2024.07.12 00:41:38.304191 [ 3 ] {90420049-bc44-4411-8291-360d8efa8853} <Debug> DynamicQueryHandler: Done processing query | ||
9516 | 2024.07.12 00:41:38.304215 [ 3 ] {90420049-bc44-4411-8291-360d8efa8853} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9517 | 2024.07.12 00:41:38.304231 [ 3 ] {} <Debug> HTTP-Session: af4aa051-7b21-4c6d-8c88-8a98c7e2e564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9518 | 2024.07.12 00:41:38.304364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9519 | 2024.07.12 00:41:38.304410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9520 | 2024.07.12 00:41:38.304430 [ 3 ] {} <Debug> HTTP-Session: bb9f8d14-ea91-4a7b-a65b-ee53ea0f0f19 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9521 | 2024.07.12 00:41:38.304447 [ 3 ] {} <Debug> HTTP-Session: bb9f8d14-ea91-4a7b-a65b-ee53ea0f0f19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9522 | 2024.07.12 00:41:38.304460 [ 3 ] {} <Debug> HTTP-Session: bb9f8d14-ea91-4a7b-a65b-ee53ea0f0f19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9523 | 2024.07.12 00:41:38.304491 [ 3 ] {} <Trace> HTTP-Session: bb9f8d14-ea91-4a7b-a65b-ee53ea0f0f19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9524 | 2024.07.12 00:41:38.304609 [ 3 ] {a9a4bd13-1b64-4538-b020-ef870570f37a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9525 | 2024.07.12 00:41:38.304657 [ 3 ] {a9a4bd13-1b64-4538-b020-ef870570f37a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9526 | 2024.07.12 00:41:38.304793 [ 3 ] {a9a4bd13-1b64-4538-b020-ef870570f37a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9527 | 2024.07.12 00:41:38.305127 [ 3 ] {a9a4bd13-1b64-4538-b020-ef870570f37a} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9528 | 2024.07.12 00:41:38.305162 [ 3 ] {a9a4bd13-1b64-4538-b020-ef870570f37a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9529 | 2024.07.12 00:41:38.305536 [ 3 ] {a9a4bd13-1b64-4538-b020-ef870570f37a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9530 | 2024.07.12 00:41:38.305873 [ 3 ] {a9a4bd13-1b64-4538-b020-ef870570f37a} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9531 | 2024.07.12 00:41:38.306003 [ 3 ] {a9a4bd13-1b64-4538-b020-ef870570f37a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001439 sec., 53509.381514940935 rows/sec., 3.30 MiB/sec. | ||
9532 | 2024.07.12 00:41:38.306171 [ 3 ] {a9a4bd13-1b64-4538-b020-ef870570f37a} <Debug> DynamicQueryHandler: Done processing query | ||
9533 | 2024.07.12 00:41:38.306196 [ 3 ] {a9a4bd13-1b64-4538-b020-ef870570f37a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9534 | 2024.07.12 00:41:38.306212 [ 3 ] {} <Debug> HTTP-Session: bb9f8d14-ea91-4a7b-a65b-ee53ea0f0f19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9535 | 2024.07.12 00:41:38.306377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9536 | 2024.07.12 00:41:38.306426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9537 | 2024.07.12 00:41:38.306446 [ 3 ] {} <Debug> HTTP-Session: 74f3568b-7973-4430-807f-e011f22eebf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9538 | 2024.07.12 00:41:38.306462 [ 3 ] {} <Debug> HTTP-Session: 74f3568b-7973-4430-807f-e011f22eebf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9539 | 2024.07.12 00:41:38.306476 [ 3 ] {} <Debug> HTTP-Session: 74f3568b-7973-4430-807f-e011f22eebf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9540 | 2024.07.12 00:41:38.306507 [ 3 ] {} <Trace> HTTP-Session: 74f3568b-7973-4430-807f-e011f22eebf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9541 | 2024.07.12 00:41:38.306654 [ 3 ] {9f0aa412-7841-48d2-8f6c-fd0df1386673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9542 | 2024.07.12 00:41:38.306700 [ 3 ] {9f0aa412-7841-48d2-8f6c-fd0df1386673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9543 | 2024.07.12 00:41:38.306841 [ 3 ] {9f0aa412-7841-48d2-8f6c-fd0df1386673} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9544 | 2024.07.12 00:41:38.307263 [ 3 ] {9f0aa412-7841-48d2-8f6c-fd0df1386673} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9545 | 2024.07.12 00:41:38.307299 [ 3 ] {9f0aa412-7841-48d2-8f6c-fd0df1386673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9546 | 2024.07.12 00:41:38.307671 [ 3 ] {9f0aa412-7841-48d2-8f6c-fd0df1386673} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9547 | 2024.07.12 00:41:38.308006 [ 3 ] {9f0aa412-7841-48d2-8f6c-fd0df1386673} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9548 | 2024.07.12 00:41:38.308134 [ 3 ] {9f0aa412-7841-48d2-8f6c-fd0df1386673} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001548 sec., 103359.17312661499 rows/sec., 7.20 MiB/sec. | ||
9549 | 2024.07.12 00:41:38.308394 [ 3 ] {9f0aa412-7841-48d2-8f6c-fd0df1386673} <Debug> DynamicQueryHandler: Done processing query | ||
9550 | 2024.07.12 00:41:38.308452 [ 3 ] {9f0aa412-7841-48d2-8f6c-fd0df1386673} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9551 | 2024.07.12 00:41:38.308510 [ 3 ] {} <Debug> HTTP-Session: 74f3568b-7973-4430-807f-e011f22eebf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9552 | 2024.07.12 00:41:38.308716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 50077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9553 | 2024.07.12 00:41:38.308768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9554 | 2024.07.12 00:41:38.308788 [ 3 ] {} <Debug> HTTP-Session: 19ec8fe1-1a61-4427-b757-3ced6cd7e0f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9555 | 2024.07.12 00:41:38.308805 [ 3 ] {} <Debug> HTTP-Session: 19ec8fe1-1a61-4427-b757-3ced6cd7e0f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9556 | 2024.07.12 00:41:38.308819 [ 3 ] {} <Debug> HTTP-Session: 19ec8fe1-1a61-4427-b757-3ced6cd7e0f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9557 | 2024.07.12 00:41:38.308852 [ 3 ] {} <Trace> HTTP-Session: 19ec8fe1-1a61-4427-b757-3ced6cd7e0f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9558 | 2024.07.12 00:41:38.309181 [ 3 ] {04271fec-bb5d-4f89-a598-a314cadb1b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9559 | 2024.07.12 00:41:38.309252 [ 3 ] {04271fec-bb5d-4f89-a598-a314cadb1b84} <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 | ||
9560 | 2024.07.12 00:41:38.309673 [ 3 ] {04271fec-bb5d-4f89-a598-a314cadb1b84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9561 | 2024.07.12 00:41:38.310417 [ 3 ] {04271fec-bb5d-4f89-a598-a314cadb1b84} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9562 | 2024.07.12 00:41:38.310453 [ 3 ] {04271fec-bb5d-4f89-a598-a314cadb1b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9563 | 2024.07.12 00:41:38.311076 [ 3 ] {04271fec-bb5d-4f89-a598-a314cadb1b84} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9564 | 2024.07.12 00:41:38.311501 [ 3 ] {04271fec-bb5d-4f89-a598-a314cadb1b84} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9565 | 2024.07.12 00:41:38.311648 [ 3 ] {04271fec-bb5d-4f89-a598-a314cadb1b84} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002707 sec., 11451.791651274472 rows/sec., 20.52 MiB/sec. | ||
9566 | 2024.07.12 00:41:38.311871 [ 3 ] {04271fec-bb5d-4f89-a598-a314cadb1b84} <Debug> DynamicQueryHandler: Done processing query | ||
9567 | 2024.07.12 00:41:38.311896 [ 3 ] {04271fec-bb5d-4f89-a598-a314cadb1b84} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
9568 | 2024.07.12 00:41:38.311912 [ 3 ] {} <Debug> HTTP-Session: 19ec8fe1-1a61-4427-b757-3ced6cd7e0f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9569 | 2024.07.12 00:41:38.312036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9570 | 2024.07.12 00:41:38.312085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9571 | 2024.07.12 00:41:38.312105 [ 3 ] {} <Debug> HTTP-Session: 46ee10ba-c554-475b-95d7-3049dc8a2060 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9572 | 2024.07.12 00:41:38.312122 [ 3 ] {} <Debug> HTTP-Session: 46ee10ba-c554-475b-95d7-3049dc8a2060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9573 | 2024.07.12 00:41:38.312136 [ 3 ] {} <Debug> HTTP-Session: 46ee10ba-c554-475b-95d7-3049dc8a2060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9574 | 2024.07.12 00:41:38.312168 [ 3 ] {} <Trace> HTTP-Session: 46ee10ba-c554-475b-95d7-3049dc8a2060 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9575 | 2024.07.12 00:41:38.312268 [ 3 ] {9a59b6e7-2c7a-4b6b-b7bf-f20543430ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9576 | 2024.07.12 00:41:38.312312 [ 3 ] {9a59b6e7-2c7a-4b6b-b7bf-f20543430ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9577 | 2024.07.12 00:41:38.312439 [ 3 ] {9a59b6e7-2c7a-4b6b-b7bf-f20543430ac3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9578 | 2024.07.12 00:41:38.312736 [ 3 ] {9a59b6e7-2c7a-4b6b-b7bf-f20543430ac3} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9579 | 2024.07.12 00:41:38.312772 [ 3 ] {9a59b6e7-2c7a-4b6b-b7bf-f20543430ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9580 | 2024.07.12 00:41:38.313124 [ 3 ] {9a59b6e7-2c7a-4b6b-b7bf-f20543430ac3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9581 | 2024.07.12 00:41:38.313441 [ 3 ] {9a59b6e7-2c7a-4b6b-b7bf-f20543430ac3} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9582 | 2024.07.12 00:41:38.313577 [ 3 ] {9a59b6e7-2c7a-4b6b-b7bf-f20543430ac3} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001336 sec., 17215.56886227545 rows/sec., 931.24 KiB/sec. | ||
9583 | 2024.07.12 00:41:38.313900 [ 3 ] {9a59b6e7-2c7a-4b6b-b7bf-f20543430ac3} <Debug> DynamicQueryHandler: Done processing query | ||
9584 | 2024.07.12 00:41:38.313925 [ 3 ] {9a59b6e7-2c7a-4b6b-b7bf-f20543430ac3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9585 | 2024.07.12 00:41:38.313942 [ 3 ] {} <Debug> HTTP-Session: 46ee10ba-c554-475b-95d7-3049dc8a2060 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9586 | 2024.07.12 00:41:38.314067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9587 | 2024.07.12 00:41:38.314116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9588 | 2024.07.12 00:41:38.314136 [ 3 ] {} <Debug> HTTP-Session: 37c3a250-bac8-4fe4-9ef4-deaa91e6698f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9589 | 2024.07.12 00:41:38.314153 [ 3 ] {} <Debug> HTTP-Session: 37c3a250-bac8-4fe4-9ef4-deaa91e6698f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9590 | 2024.07.12 00:41:38.314167 [ 3 ] {} <Debug> HTTP-Session: 37c3a250-bac8-4fe4-9ef4-deaa91e6698f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9591 | 2024.07.12 00:41:38.314198 [ 3 ] {} <Trace> HTTP-Session: 37c3a250-bac8-4fe4-9ef4-deaa91e6698f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9592 | 2024.07.12 00:41:38.314322 [ 3 ] {34b4ca91-458c-4c34-92ae-a76417ba5020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9593 | 2024.07.12 00:41:38.314369 [ 3 ] {34b4ca91-458c-4c34-92ae-a76417ba5020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9594 | 2024.07.12 00:41:38.314516 [ 3 ] {34b4ca91-458c-4c34-92ae-a76417ba5020} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9595 | 2024.07.12 00:41:38.314801 [ 3 ] {34b4ca91-458c-4c34-92ae-a76417ba5020} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9596 | 2024.07.12 00:41:38.314838 [ 3 ] {34b4ca91-458c-4c34-92ae-a76417ba5020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9597 | 2024.07.12 00:41:38.315198 [ 3 ] {34b4ca91-458c-4c34-92ae-a76417ba5020} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9598 | 2024.07.12 00:41:38.315521 [ 3 ] {34b4ca91-458c-4c34-92ae-a76417ba5020} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9599 | 2024.07.12 00:41:38.315646 [ 3 ] {34b4ca91-458c-4c34-92ae-a76417ba5020} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
9600 | 2024.07.12 00:41:38.315808 [ 3 ] {34b4ca91-458c-4c34-92ae-a76417ba5020} <Debug> DynamicQueryHandler: Done processing query | ||
9601 | 2024.07.12 00:41:38.315833 [ 3 ] {34b4ca91-458c-4c34-92ae-a76417ba5020} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9602 | 2024.07.12 00:41:38.315849 [ 3 ] {} <Debug> HTTP-Session: 37c3a250-bac8-4fe4-9ef4-deaa91e6698f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9603 | 2024.07.12 00:41:43.288491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9604 | 2024.07.12 00:41:43.288620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9605 | 2024.07.12 00:41:43.288645 [ 3 ] {} <Debug> HTTP-Session: b713d303-d908-427d-b289-42db775877e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9606 | 2024.07.12 00:41:43.288671 [ 3 ] {} <Debug> HTTP-Session: b713d303-d908-427d-b289-42db775877e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9607 | 2024.07.12 00:41:43.288686 [ 3 ] {} <Debug> HTTP-Session: b713d303-d908-427d-b289-42db775877e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9608 | 2024.07.12 00:41:43.288738 [ 3 ] {} <Trace> HTTP-Session: b713d303-d908-427d-b289-42db775877e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9609 | 2024.07.12 00:41:43.288933 [ 3 ] {b5948e6c-9692-4ae8-99bf-02e890258ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9610 | 2024.07.12 00:41:43.289002 [ 3 ] {b5948e6c-9692-4ae8-99bf-02e890258ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9611 | 2024.07.12 00:41:43.289189 [ 3 ] {b5948e6c-9692-4ae8-99bf-02e890258ce4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9612 | 2024.07.12 00:41:43.289614 [ 3 ] {b5948e6c-9692-4ae8-99bf-02e890258ce4} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9613 | 2024.07.12 00:41:43.289657 [ 3 ] {b5948e6c-9692-4ae8-99bf-02e890258ce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9614 | 2024.07.12 00:41:43.290037 [ 3 ] {b5948e6c-9692-4ae8-99bf-02e890258ce4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9615 | 2024.07.12 00:41:43.290406 [ 3 ] {b5948e6c-9692-4ae8-99bf-02e890258ce4} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9616 | 2024.07.12 00:41:43.290582 [ 3 ] {b5948e6c-9692-4ae8-99bf-02e890258ce4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001709 sec., 32767.700409596255 rows/sec., 2.50 MiB/sec. | ||
9617 | 2024.07.12 00:41:43.290896 [ 3 ] {b5948e6c-9692-4ae8-99bf-02e890258ce4} <Debug> DynamicQueryHandler: Done processing query | ||
9618 | 2024.07.12 00:41:43.290969 [ 3 ] {b5948e6c-9692-4ae8-99bf-02e890258ce4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9619 | 2024.07.12 00:41:43.291017 [ 3 ] {} <Debug> HTTP-Session: b713d303-d908-427d-b289-42db775877e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9620 | 2024.07.12 00:41:43.291244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9621 | 2024.07.12 00:41:43.291320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9622 | 2024.07.12 00:41:43.291354 [ 3 ] {} <Debug> HTTP-Session: 1100bfcc-ac4a-4afe-9020-b3b0f72f5b7e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9623 | 2024.07.12 00:41:43.291382 [ 3 ] {} <Debug> HTTP-Session: 1100bfcc-ac4a-4afe-9020-b3b0f72f5b7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9624 | 2024.07.12 00:41:43.291407 [ 3 ] {} <Debug> HTTP-Session: 1100bfcc-ac4a-4afe-9020-b3b0f72f5b7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9625 | 2024.07.12 00:41:43.291456 [ 3 ] {} <Trace> HTTP-Session: 1100bfcc-ac4a-4afe-9020-b3b0f72f5b7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9626 | 2024.07.12 00:41:43.291628 [ 3 ] {8e736729-7ed6-46f8-85f8-ea321d91295a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9627 | 2024.07.12 00:41:43.291696 [ 3 ] {8e736729-7ed6-46f8-85f8-ea321d91295a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9628 | 2024.07.12 00:41:43.291910 [ 3 ] {8e736729-7ed6-46f8-85f8-ea321d91295a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9629 | 2024.07.12 00:41:43.292317 [ 3 ] {8e736729-7ed6-46f8-85f8-ea321d91295a} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9630 | 2024.07.12 00:41:43.292376 [ 3 ] {8e736729-7ed6-46f8-85f8-ea321d91295a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9631 | 2024.07.12 00:41:43.292754 [ 3 ] {8e736729-7ed6-46f8-85f8-ea321d91295a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9632 | 2024.07.12 00:41:43.293092 [ 3 ] {8e736729-7ed6-46f8-85f8-ea321d91295a} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9633 | 2024.07.12 00:41:43.293242 [ 3 ] {8e736729-7ed6-46f8-85f8-ea321d91295a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001677 sec., 38163.3870005963 rows/sec., 2.98 MiB/sec. | ||
9634 | 2024.07.12 00:41:43.293436 [ 3 ] {8e736729-7ed6-46f8-85f8-ea321d91295a} <Debug> DynamicQueryHandler: Done processing query | ||
9635 | 2024.07.12 00:41:43.293462 [ 3 ] {8e736729-7ed6-46f8-85f8-ea321d91295a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9636 | 2024.07.12 00:41:43.293478 [ 3 ] {} <Debug> HTTP-Session: 1100bfcc-ac4a-4afe-9020-b3b0f72f5b7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9637 | 2024.07.12 00:41:43.293677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9638 | 2024.07.12 00:41:43.293729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9639 | 2024.07.12 00:41:43.293750 [ 3 ] {} <Debug> HTTP-Session: 4f628c8d-0866-4310-9104-40b55044ce83 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9640 | 2024.07.12 00:41:43.293767 [ 3 ] {} <Debug> HTTP-Session: 4f628c8d-0866-4310-9104-40b55044ce83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9641 | 2024.07.12 00:41:43.293781 [ 3 ] {} <Debug> HTTP-Session: 4f628c8d-0866-4310-9104-40b55044ce83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9642 | 2024.07.12 00:41:43.293814 [ 3 ] {} <Trace> HTTP-Session: 4f628c8d-0866-4310-9104-40b55044ce83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9643 | 2024.07.12 00:41:43.293961 [ 3 ] {09d90b12-3426-47f8-8b0f-a3ca9f554a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9644 | 2024.07.12 00:41:43.294012 [ 3 ] {09d90b12-3426-47f8-8b0f-a3ca9f554a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9645 | 2024.07.12 00:41:43.294170 [ 3 ] {09d90b12-3426-47f8-8b0f-a3ca9f554a0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9646 | 2024.07.12 00:41:43.294618 [ 3 ] {09d90b12-3426-47f8-8b0f-a3ca9f554a0a} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9647 | 2024.07.12 00:41:43.294656 [ 3 ] {09d90b12-3426-47f8-8b0f-a3ca9f554a0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9648 | 2024.07.12 00:41:43.295060 [ 3 ] {09d90b12-3426-47f8-8b0f-a3ca9f554a0a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9649 | 2024.07.12 00:41:43.295407 [ 3 ] {09d90b12-3426-47f8-8b0f-a3ca9f554a0a} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9650 | 2024.07.12 00:41:43.295569 [ 3 ] {09d90b12-3426-47f8-8b0f-a3ca9f554a0a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001669 sec., 95865.78789694428 rows/sec., 6.68 MiB/sec. | ||
9651 | 2024.07.12 00:41:43.295747 [ 3 ] {09d90b12-3426-47f8-8b0f-a3ca9f554a0a} <Debug> DynamicQueryHandler: Done processing query | ||
9652 | 2024.07.12 00:41:43.295774 [ 3 ] {09d90b12-3426-47f8-8b0f-a3ca9f554a0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9653 | 2024.07.12 00:41:43.295790 [ 3 ] {} <Debug> HTTP-Session: 4f628c8d-0866-4310-9104-40b55044ce83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9654 | 2024.07.12 00:41:43.295955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9655 | 2024.07.12 00:41:43.296010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9656 | 2024.07.12 00:41:43.296031 [ 3 ] {} <Debug> HTTP-Session: 06e75bcb-46b5-4d0d-98e7-f4b7f75f714f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9657 | 2024.07.12 00:41:43.296048 [ 3 ] {} <Debug> HTTP-Session: 06e75bcb-46b5-4d0d-98e7-f4b7f75f714f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9658 | 2024.07.12 00:41:43.296062 [ 3 ] {} <Debug> HTTP-Session: 06e75bcb-46b5-4d0d-98e7-f4b7f75f714f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9659 | 2024.07.12 00:41:43.296102 [ 3 ] {} <Trace> HTTP-Session: 06e75bcb-46b5-4d0d-98e7-f4b7f75f714f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9660 | 2024.07.12 00:41:43.296236 [ 3 ] {96095762-c6b3-4490-8fa4-9956b603ec89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9661 | 2024.07.12 00:41:43.296284 [ 3 ] {96095762-c6b3-4490-8fa4-9956b603ec89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9662 | 2024.07.12 00:41:43.296420 [ 3 ] {96095762-c6b3-4490-8fa4-9956b603ec89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9663 | 2024.07.12 00:41:43.296753 [ 3 ] {96095762-c6b3-4490-8fa4-9956b603ec89} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9664 | 2024.07.12 00:41:43.296796 [ 3 ] {96095762-c6b3-4490-8fa4-9956b603ec89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9665 | 2024.07.12 00:41:43.297174 [ 3 ] {96095762-c6b3-4490-8fa4-9956b603ec89} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9666 | 2024.07.12 00:41:43.297508 [ 3 ] {96095762-c6b3-4490-8fa4-9956b603ec89} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9667 | 2024.07.12 00:41:43.297665 [ 3 ] {96095762-c6b3-4490-8fa4-9956b603ec89} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. | ||
9668 | 2024.07.12 00:41:43.297836 [ 3 ] {96095762-c6b3-4490-8fa4-9956b603ec89} <Debug> DynamicQueryHandler: Done processing query | ||
9669 | 2024.07.12 00:41:43.297860 [ 3 ] {96095762-c6b3-4490-8fa4-9956b603ec89} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9670 | 2024.07.12 00:41:43.297876 [ 3 ] {} <Debug> HTTP-Session: 06e75bcb-46b5-4d0d-98e7-f4b7f75f714f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9671 | 2024.07.12 00:41:48.295816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9672 | 2024.07.12 00:41:48.295948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9673 | 2024.07.12 00:41:48.295974 [ 3 ] {} <Debug> HTTP-Session: c43ea63d-e2a3-4eb4-a65b-b00218af0117 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9674 | 2024.07.12 00:41:48.295999 [ 3 ] {} <Debug> HTTP-Session: c43ea63d-e2a3-4eb4-a65b-b00218af0117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9675 | 2024.07.12 00:41:48.296014 [ 3 ] {} <Debug> HTTP-Session: c43ea63d-e2a3-4eb4-a65b-b00218af0117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9676 | 2024.07.12 00:41:48.296064 [ 3 ] {} <Trace> HTTP-Session: c43ea63d-e2a3-4eb4-a65b-b00218af0117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9677 | 2024.07.12 00:41:48.296257 [ 3 ] {260481b4-3802-4b51-a652-f46135e5c2c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9678 | 2024.07.12 00:41:48.296325 [ 3 ] {260481b4-3802-4b51-a652-f46135e5c2c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9679 | 2024.07.12 00:41:48.296512 [ 3 ] {260481b4-3802-4b51-a652-f46135e5c2c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9680 | 2024.07.12 00:41:48.296945 [ 3 ] {260481b4-3802-4b51-a652-f46135e5c2c0} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9681 | 2024.07.12 00:41:48.296988 [ 3 ] {260481b4-3802-4b51-a652-f46135e5c2c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9682 | 2024.07.12 00:41:48.297357 [ 3 ] {260481b4-3802-4b51-a652-f46135e5c2c0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
9683 | 2024.07.12 00:41:48.297705 [ 3 ] {260481b4-3802-4b51-a652-f46135e5c2c0} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9684 | 2024.07.12 00:41:48.297861 [ 3 ] {260481b4-3802-4b51-a652-f46135e5c2c0} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001667 sec., 22195.560887822434 rows/sec., 1.67 MiB/sec. | ||
9685 | 2024.07.12 00:41:48.298079 [ 3 ] {260481b4-3802-4b51-a652-f46135e5c2c0} <Debug> DynamicQueryHandler: Done processing query | ||
9686 | 2024.07.12 00:41:48.298105 [ 3 ] {260481b4-3802-4b51-a652-f46135e5c2c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9687 | 2024.07.12 00:41:48.298122 [ 3 ] {} <Debug> HTTP-Session: c43ea63d-e2a3-4eb4-a65b-b00218af0117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9688 | 2024.07.12 00:41:48.298248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9689 | 2024.07.12 00:41:48.298301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9690 | 2024.07.12 00:41:48.298321 [ 3 ] {} <Debug> HTTP-Session: ebd01310-e37c-41b0-a504-cab0dd9ca86b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9691 | 2024.07.12 00:41:48.298337 [ 3 ] {} <Debug> HTTP-Session: ebd01310-e37c-41b0-a504-cab0dd9ca86b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9692 | 2024.07.12 00:41:48.298351 [ 3 ] {} <Debug> HTTP-Session: ebd01310-e37c-41b0-a504-cab0dd9ca86b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9693 | 2024.07.12 00:41:48.298384 [ 3 ] {} <Trace> HTTP-Session: ebd01310-e37c-41b0-a504-cab0dd9ca86b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9694 | 2024.07.12 00:41:48.298479 [ 3 ] {4b9d29e7-1f98-4d33-8f3c-1114351b052b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9695 | 2024.07.12 00:41:48.298524 [ 3 ] {4b9d29e7-1f98-4d33-8f3c-1114351b052b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9696 | 2024.07.12 00:41:48.298656 [ 3 ] {4b9d29e7-1f98-4d33-8f3c-1114351b052b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9697 | 2024.07.12 00:41:48.298959 [ 3 ] {4b9d29e7-1f98-4d33-8f3c-1114351b052b} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9698 | 2024.07.12 00:41:48.298997 [ 3 ] {4b9d29e7-1f98-4d33-8f3c-1114351b052b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9699 | 2024.07.12 00:41:48.299296 [ 3 ] {4b9d29e7-1f98-4d33-8f3c-1114351b052b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
9700 | 2024.07.12 00:41:48.299602 [ 3 ] {4b9d29e7-1f98-4d33-8f3c-1114351b052b} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9701 | 2024.07.12 00:41:48.299729 [ 3 ] {4b9d29e7-1f98-4d33-8f3c-1114351b052b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001271 sec., 3147.128245476003 rows/sec., 256.63 KiB/sec. | ||
9702 | 2024.07.12 00:41:48.299891 [ 3 ] {4b9d29e7-1f98-4d33-8f3c-1114351b052b} <Debug> DynamicQueryHandler: Done processing query | ||
9703 | 2024.07.12 00:41:48.299916 [ 3 ] {4b9d29e7-1f98-4d33-8f3c-1114351b052b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9704 | 2024.07.12 00:41:48.299932 [ 3 ] {} <Debug> HTTP-Session: ebd01310-e37c-41b0-a504-cab0dd9ca86b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9705 | 2024.07.12 00:41:48.300136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9706 | 2024.07.12 00:41:48.300185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9707 | 2024.07.12 00:41:48.300205 [ 3 ] {} <Debug> HTTP-Session: 70a9eaa1-0768-49c3-9fb1-63b9c731c141 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9708 | 2024.07.12 00:41:48.300222 [ 3 ] {} <Debug> HTTP-Session: 70a9eaa1-0768-49c3-9fb1-63b9c731c141 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9709 | 2024.07.12 00:41:48.300235 [ 3 ] {} <Debug> HTTP-Session: 70a9eaa1-0768-49c3-9fb1-63b9c731c141 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9710 | 2024.07.12 00:41:48.300266 [ 3 ] {} <Trace> HTTP-Session: 70a9eaa1-0768-49c3-9fb1-63b9c731c141 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9711 | 2024.07.12 00:41:48.300442 [ 3 ] {4ffb7f6b-1e24-4fb4-9e7b-da77f3093640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9712 | 2024.07.12 00:41:48.300486 [ 3 ] {4ffb7f6b-1e24-4fb4-9e7b-da77f3093640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9713 | 2024.07.12 00:41:48.300609 [ 3 ] {4ffb7f6b-1e24-4fb4-9e7b-da77f3093640} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9714 | 2024.07.12 00:41:48.301036 [ 3 ] {4ffb7f6b-1e24-4fb4-9e7b-da77f3093640} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9715 | 2024.07.12 00:41:48.301073 [ 3 ] {4ffb7f6b-1e24-4fb4-9e7b-da77f3093640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9716 | 2024.07.12 00:41:48.301398 [ 3 ] {4ffb7f6b-1e24-4fb4-9e7b-da77f3093640} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9717 | 2024.07.12 00:41:48.301706 [ 3 ] {4ffb7f6b-1e24-4fb4-9e7b-da77f3093640} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9718 | 2024.07.12 00:41:48.301830 [ 3 ] {4ffb7f6b-1e24-4fb4-9e7b-da77f3093640} <Debug> executeQuery: Read 256 rows, 23.09 KiB in 0.001486 sec., 172274.56258411845 rows/sec., 15.17 MiB/sec. | ||
9719 | 2024.07.12 00:41:48.301995 [ 3 ] {4ffb7f6b-1e24-4fb4-9e7b-da77f3093640} <Debug> DynamicQueryHandler: Done processing query | ||
9720 | 2024.07.12 00:41:48.302019 [ 3 ] {4ffb7f6b-1e24-4fb4-9e7b-da77f3093640} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
9721 | 2024.07.12 00:41:48.302034 [ 3 ] {} <Debug> HTTP-Session: 70a9eaa1-0768-49c3-9fb1-63b9c731c141 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9722 | 2024.07.12 00:41:48.302158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9723 | 2024.07.12 00:41:48.302204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9724 | 2024.07.12 00:41:48.302224 [ 3 ] {} <Debug> HTTP-Session: 8f4904ae-dcce-4b06-a997-d5ce2d7efc9f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9725 | 2024.07.12 00:41:48.302241 [ 3 ] {} <Debug> HTTP-Session: 8f4904ae-dcce-4b06-a997-d5ce2d7efc9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9726 | 2024.07.12 00:41:48.302254 [ 3 ] {} <Debug> HTTP-Session: 8f4904ae-dcce-4b06-a997-d5ce2d7efc9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9727 | 2024.07.12 00:41:48.302284 [ 3 ] {} <Trace> HTTP-Session: 8f4904ae-dcce-4b06-a997-d5ce2d7efc9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9728 | 2024.07.12 00:41:48.302379 [ 3 ] {fbe339c1-9d89-4915-aa2b-386fd62f35e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9729 | 2024.07.12 00:41:48.302422 [ 3 ] {fbe339c1-9d89-4915-aa2b-386fd62f35e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9730 | 2024.07.12 00:41:48.302544 [ 3 ] {fbe339c1-9d89-4915-aa2b-386fd62f35e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9731 | 2024.07.12 00:41:48.302818 [ 3 ] {fbe339c1-9d89-4915-aa2b-386fd62f35e7} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9732 | 2024.07.12 00:41:48.302854 [ 3 ] {fbe339c1-9d89-4915-aa2b-386fd62f35e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9733 | 2024.07.12 00:41:48.303149 [ 3 ] {fbe339c1-9d89-4915-aa2b-386fd62f35e7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
9734 | 2024.07.12 00:41:48.303473 [ 3 ] {fbe339c1-9d89-4915-aa2b-386fd62f35e7} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9735 | 2024.07.12 00:41:48.303599 [ 3 ] {fbe339c1-9d89-4915-aa2b-386fd62f35e7} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001243 sec., 3218.0209171359616 rows/sec., 224.70 KiB/sec. | ||
9736 | 2024.07.12 00:41:48.303804 [ 3 ] {fbe339c1-9d89-4915-aa2b-386fd62f35e7} <Debug> DynamicQueryHandler: Done processing query | ||
9737 | 2024.07.12 00:41:48.303829 [ 3 ] {fbe339c1-9d89-4915-aa2b-386fd62f35e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9738 | 2024.07.12 00:41:48.303845 [ 3 ] {} <Debug> HTTP-Session: 8f4904ae-dcce-4b06-a997-d5ce2d7efc9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9739 | 2024.07.12 00:41:48.304053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 67493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9740 | 2024.07.12 00:41:48.304103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9741 | 2024.07.12 00:41:48.304123 [ 3 ] {} <Debug> HTTP-Session: 75d65ebd-0abe-4cf3-a6fd-eea2c22e36d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9742 | 2024.07.12 00:41:48.304140 [ 3 ] {} <Debug> HTTP-Session: 75d65ebd-0abe-4cf3-a6fd-eea2c22e36d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9743 | 2024.07.12 00:41:48.304164 [ 3 ] {} <Debug> HTTP-Session: 75d65ebd-0abe-4cf3-a6fd-eea2c22e36d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9744 | 2024.07.12 00:41:48.304195 [ 3 ] {} <Trace> HTTP-Session: 75d65ebd-0abe-4cf3-a6fd-eea2c22e36d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9745 | 2024.07.12 00:41:48.304385 [ 3 ] {eb7be977-dc0a-4aa6-847c-52314fb84447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9746 | 2024.07.12 00:41:48.304427 [ 3 ] {eb7be977-dc0a-4aa6-847c-52314fb84447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9747 | 2024.07.12 00:41:48.304560 [ 3 ] {eb7be977-dc0a-4aa6-847c-52314fb84447} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9748 | 2024.07.12 00:41:48.305170 [ 3 ] {eb7be977-dc0a-4aa6-847c-52314fb84447} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9749 | 2024.07.12 00:41:48.305208 [ 3 ] {eb7be977-dc0a-4aa6-847c-52314fb84447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9750 | 2024.07.12 00:41:48.305536 [ 3 ] {eb7be977-dc0a-4aa6-847c-52314fb84447} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9751 | 2024.07.12 00:41:48.305838 [ 3 ] {eb7be977-dc0a-4aa6-847c-52314fb84447} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9752 | 2024.07.12 00:41:48.305968 [ 3 ] {eb7be977-dc0a-4aa6-847c-52314fb84447} <Debug> executeQuery: Read 417 rows, 30.28 KiB in 0.001681 sec., 248066.6270077335 rows/sec., 17.59 MiB/sec. | ||
9753 | 2024.07.12 00:41:48.306219 [ 3 ] {eb7be977-dc0a-4aa6-847c-52314fb84447} <Debug> DynamicQueryHandler: Done processing query | ||
9754 | 2024.07.12 00:41:48.306272 [ 3 ] {eb7be977-dc0a-4aa6-847c-52314fb84447} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
9755 | 2024.07.12 00:41:48.306329 [ 3 ] {} <Debug> HTTP-Session: 75d65ebd-0abe-4cf3-a6fd-eea2c22e36d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9756 | 2024.07.12 00:41:48.306513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9757 | 2024.07.12 00:41:48.306566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9758 | 2024.07.12 00:41:48.306588 [ 3 ] {} <Debug> HTTP-Session: c34bbf82-de45-4798-8bef-f99b253a5338 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9759 | 2024.07.12 00:41:48.306605 [ 3 ] {} <Debug> HTTP-Session: c34bbf82-de45-4798-8bef-f99b253a5338 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9760 | 2024.07.12 00:41:48.306619 [ 3 ] {} <Debug> HTTP-Session: c34bbf82-de45-4798-8bef-f99b253a5338 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9761 | 2024.07.12 00:41:48.306651 [ 3 ] {} <Trace> HTTP-Session: c34bbf82-de45-4798-8bef-f99b253a5338 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9762 | 2024.07.12 00:41:48.306751 [ 3 ] {c90c19c2-a9ab-4d10-bbb3-beee2d3ab817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9763 | 2024.07.12 00:41:48.306797 [ 3 ] {c90c19c2-a9ab-4d10-bbb3-beee2d3ab817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9764 | 2024.07.12 00:41:48.306946 [ 3 ] {c90c19c2-a9ab-4d10-bbb3-beee2d3ab817} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9765 | 2024.07.12 00:41:48.307225 [ 3 ] {c90c19c2-a9ab-4d10-bbb3-beee2d3ab817} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9766 | 2024.07.12 00:41:48.307260 [ 3 ] {c90c19c2-a9ab-4d10-bbb3-beee2d3ab817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9767 | 2024.07.12 00:41:48.307621 [ 3 ] {c90c19c2-a9ab-4d10-bbb3-beee2d3ab817} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
9768 | 2024.07.12 00:41:48.307941 [ 3 ] {c90c19c2-a9ab-4d10-bbb3-beee2d3ab817} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9769 | 2024.07.12 00:41:48.308072 [ 3 ] {c90c19c2-a9ab-4d10-bbb3-beee2d3ab817} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 191.40 KiB/sec. | ||
9770 | 2024.07.12 00:41:48.308287 [ 3 ] {c90c19c2-a9ab-4d10-bbb3-beee2d3ab817} <Debug> DynamicQueryHandler: Done processing query | ||
9771 | 2024.07.12 00:41:48.308312 [ 3 ] {c90c19c2-a9ab-4d10-bbb3-beee2d3ab817} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9772 | 2024.07.12 00:41:48.308328 [ 3 ] {} <Debug> HTTP-Session: c34bbf82-de45-4798-8bef-f99b253a5338 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9773 | 2024.07.12 00:41:48.308463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9774 | 2024.07.12 00:41:48.308513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9775 | 2024.07.12 00:41:48.308533 [ 3 ] {} <Debug> HTTP-Session: 9290b18c-7e2a-42a0-a85f-5429d3b0237f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9776 | 2024.07.12 00:41:48.308549 [ 3 ] {} <Debug> HTTP-Session: 9290b18c-7e2a-42a0-a85f-5429d3b0237f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9777 | 2024.07.12 00:41:48.308563 [ 3 ] {} <Debug> HTTP-Session: 9290b18c-7e2a-42a0-a85f-5429d3b0237f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9778 | 2024.07.12 00:41:48.308594 [ 3 ] {} <Trace> HTTP-Session: 9290b18c-7e2a-42a0-a85f-5429d3b0237f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9779 | 2024.07.12 00:41:48.308710 [ 3 ] {55ad46de-c0da-49da-8afe-3773b7761e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9780 | 2024.07.12 00:41:48.308758 [ 3 ] {55ad46de-c0da-49da-8afe-3773b7761e82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9781 | 2024.07.12 00:41:48.308897 [ 3 ] {55ad46de-c0da-49da-8afe-3773b7761e82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9782 | 2024.07.12 00:41:48.309222 [ 3 ] {55ad46de-c0da-49da-8afe-3773b7761e82} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9783 | 2024.07.12 00:41:48.309258 [ 3 ] {55ad46de-c0da-49da-8afe-3773b7761e82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9784 | 2024.07.12 00:41:48.309646 [ 3 ] {55ad46de-c0da-49da-8afe-3773b7761e82} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
9785 | 2024.07.12 00:41:48.309992 [ 3 ] {55ad46de-c0da-49da-8afe-3773b7761e82} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9786 | 2024.07.12 00:41:48.310122 [ 3 ] {55ad46de-c0da-49da-8afe-3773b7761e82} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001452 sec., 53030.30303030303 rows/sec., 3.27 MiB/sec. | ||
9787 | 2024.07.12 00:41:48.310443 [ 3 ] {55ad46de-c0da-49da-8afe-3773b7761e82} <Debug> DynamicQueryHandler: Done processing query | ||
9788 | 2024.07.12 00:41:48.310468 [ 3 ] {55ad46de-c0da-49da-8afe-3773b7761e82} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9789 | 2024.07.12 00:41:48.310484 [ 3 ] {} <Debug> HTTP-Session: 9290b18c-7e2a-42a0-a85f-5429d3b0237f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9790 | 2024.07.12 00:41:48.310655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 31013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9791 | 2024.07.12 00:41:48.310704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9792 | 2024.07.12 00:41:48.310724 [ 3 ] {} <Debug> HTTP-Session: 88edd12a-286d-48af-a729-7f8286c11439 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9793 | 2024.07.12 00:41:48.310742 [ 3 ] {} <Debug> HTTP-Session: 88edd12a-286d-48af-a729-7f8286c11439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9794 | 2024.07.12 00:41:48.310756 [ 3 ] {} <Debug> HTTP-Session: 88edd12a-286d-48af-a729-7f8286c11439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9795 | 2024.07.12 00:41:48.310786 [ 3 ] {} <Trace> HTTP-Session: 88edd12a-286d-48af-a729-7f8286c11439 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9796 | 2024.07.12 00:41:48.310954 [ 3 ] {8f0e834c-f73a-4589-8a3c-f99de1666439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9797 | 2024.07.12 00:41:48.311003 [ 3 ] {8f0e834c-f73a-4589-8a3c-f99de1666439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9798 | 2024.07.12 00:41:48.311162 [ 3 ] {8f0e834c-f73a-4589-8a3c-f99de1666439} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9799 | 2024.07.12 00:41:48.311561 [ 3 ] {8f0e834c-f73a-4589-8a3c-f99de1666439} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9800 | 2024.07.12 00:41:48.311598 [ 3 ] {8f0e834c-f73a-4589-8a3c-f99de1666439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9801 | 2024.07.12 00:41:48.311977 [ 3 ] {8f0e834c-f73a-4589-8a3c-f99de1666439} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9802 | 2024.07.12 00:41:48.312314 [ 3 ] {8f0e834c-f73a-4589-8a3c-f99de1666439} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9803 | 2024.07.12 00:41:48.312443 [ 3 ] {8f0e834c-f73a-4589-8a3c-f99de1666439} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001576 sec., 102791.87817258884 rows/sec., 7.16 MiB/sec. | ||
9804 | 2024.07.12 00:41:48.312611 [ 3 ] {8f0e834c-f73a-4589-8a3c-f99de1666439} <Debug> DynamicQueryHandler: Done processing query | ||
9805 | 2024.07.12 00:41:48.312636 [ 3 ] {8f0e834c-f73a-4589-8a3c-f99de1666439} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9806 | 2024.07.12 00:41:48.312651 [ 3 ] {} <Debug> HTTP-Session: 88edd12a-286d-48af-a729-7f8286c11439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9807 | 2024.07.12 00:41:48.312855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 50116, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9808 | 2024.07.12 00:41:48.312906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9809 | 2024.07.12 00:41:48.312926 [ 3 ] {} <Debug> HTTP-Session: dd15ddfa-59ea-4538-b1f3-8dd88fbac45f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9810 | 2024.07.12 00:41:48.312943 [ 3 ] {} <Debug> HTTP-Session: dd15ddfa-59ea-4538-b1f3-8dd88fbac45f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9811 | 2024.07.12 00:41:48.312957 [ 3 ] {} <Debug> HTTP-Session: dd15ddfa-59ea-4538-b1f3-8dd88fbac45f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9812 | 2024.07.12 00:41:48.312987 [ 3 ] {} <Trace> HTTP-Session: dd15ddfa-59ea-4538-b1f3-8dd88fbac45f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9813 | 2024.07.12 00:41:48.313299 [ 3 ] {53471b05-6599-4c8d-9d03-0e3f1a46eef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9814 | 2024.07.12 00:41:48.313363 [ 3 ] {53471b05-6599-4c8d-9d03-0e3f1a46eef5} <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 | ||
9815 | 2024.07.12 00:41:48.313758 [ 3 ] {53471b05-6599-4c8d-9d03-0e3f1a46eef5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9816 | 2024.07.12 00:41:48.314468 [ 3 ] {53471b05-6599-4c8d-9d03-0e3f1a46eef5} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9817 | 2024.07.12 00:41:48.314504 [ 3 ] {53471b05-6599-4c8d-9d03-0e3f1a46eef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9818 | 2024.07.12 00:41:48.315127 [ 3 ] {53471b05-6599-4c8d-9d03-0e3f1a46eef5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
9819 | 2024.07.12 00:41:48.315531 [ 3 ] {53471b05-6599-4c8d-9d03-0e3f1a46eef5} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9820 | 2024.07.12 00:41:48.315678 [ 3 ] {53471b05-6599-4c8d-9d03-0e3f1a46eef5} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002609 sec., 11881.947106170946 rows/sec., 21.29 MiB/sec. | ||
9821 | 2024.07.12 00:41:48.316068 [ 3 ] {53471b05-6599-4c8d-9d03-0e3f1a46eef5} <Debug> DynamicQueryHandler: Done processing query | ||
9822 | 2024.07.12 00:41:48.316093 [ 3 ] {53471b05-6599-4c8d-9d03-0e3f1a46eef5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
9823 | 2024.07.12 00:41:48.316108 [ 3 ] {} <Debug> HTTP-Session: dd15ddfa-59ea-4538-b1f3-8dd88fbac45f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9824 | 2024.07.12 00:41:48.316230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9825 | 2024.07.12 00:41:48.316281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9826 | 2024.07.12 00:41:48.316301 [ 3 ] {} <Debug> HTTP-Session: bb8be4a1-77c7-48cf-8f09-f51ee8f01aab Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9827 | 2024.07.12 00:41:48.316317 [ 3 ] {} <Debug> HTTP-Session: bb8be4a1-77c7-48cf-8f09-f51ee8f01aab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9828 | 2024.07.12 00:41:48.316331 [ 3 ] {} <Debug> HTTP-Session: bb8be4a1-77c7-48cf-8f09-f51ee8f01aab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9829 | 2024.07.12 00:41:48.316361 [ 3 ] {} <Trace> HTTP-Session: bb8be4a1-77c7-48cf-8f09-f51ee8f01aab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9830 | 2024.07.12 00:41:48.316473 [ 3 ] {f39e89d3-8467-4f7f-81fc-72a03b7b6423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9831 | 2024.07.12 00:41:48.316519 [ 3 ] {f39e89d3-8467-4f7f-81fc-72a03b7b6423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9832 | 2024.07.12 00:41:48.316645 [ 3 ] {f39e89d3-8467-4f7f-81fc-72a03b7b6423} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9833 | 2024.07.12 00:41:48.317059 [ 3 ] {f39e89d3-8467-4f7f-81fc-72a03b7b6423} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9834 | 2024.07.12 00:41:48.317100 [ 3 ] {f39e89d3-8467-4f7f-81fc-72a03b7b6423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9835 | 2024.07.12 00:41:48.317511 [ 3 ] {f39e89d3-8467-4f7f-81fc-72a03b7b6423} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
9836 | 2024.07.12 00:41:48.317839 [ 3 ] {f39e89d3-8467-4f7f-81fc-72a03b7b6423} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9837 | 2024.07.12 00:41:48.317967 [ 3 ] {f39e89d3-8467-4f7f-81fc-72a03b7b6423} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001523 sec., 15101.772816808929 rows/sec., 816.90 KiB/sec. | ||
9838 | 2024.07.12 00:41:48.318134 [ 3 ] {f39e89d3-8467-4f7f-81fc-72a03b7b6423} <Debug> DynamicQueryHandler: Done processing query | ||
9839 | 2024.07.12 00:41:48.318159 [ 3 ] {f39e89d3-8467-4f7f-81fc-72a03b7b6423} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9840 | 2024.07.12 00:41:48.318174 [ 3 ] {} <Debug> HTTP-Session: bb8be4a1-77c7-48cf-8f09-f51ee8f01aab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9841 | 2024.07.12 00:41:48.318299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9842 | 2024.07.12 00:41:48.318348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9843 | 2024.07.12 00:41:48.318368 [ 3 ] {} <Debug> HTTP-Session: bebc490f-8cb3-40d0-bab2-57974dbca5f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9844 | 2024.07.12 00:41:48.318384 [ 3 ] {} <Debug> HTTP-Session: bebc490f-8cb3-40d0-bab2-57974dbca5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9845 | 2024.07.12 00:41:48.318397 [ 3 ] {} <Debug> HTTP-Session: bebc490f-8cb3-40d0-bab2-57974dbca5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9846 | 2024.07.12 00:41:48.318427 [ 3 ] {} <Trace> HTTP-Session: bebc490f-8cb3-40d0-bab2-57974dbca5f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9847 | 2024.07.12 00:41:48.318556 [ 3 ] {7b193b15-cf88-450d-ac3a-6a676c960c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9848 | 2024.07.12 00:41:48.318600 [ 3 ] {7b193b15-cf88-450d-ac3a-6a676c960c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9849 | 2024.07.12 00:41:48.318725 [ 3 ] {7b193b15-cf88-450d-ac3a-6a676c960c46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9850 | 2024.07.12 00:41:48.319018 [ 3 ] {7b193b15-cf88-450d-ac3a-6a676c960c46} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9851 | 2024.07.12 00:41:48.319054 [ 3 ] {7b193b15-cf88-450d-ac3a-6a676c960c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9852 | 2024.07.12 00:41:48.319415 [ 3 ] {7b193b15-cf88-450d-ac3a-6a676c960c46} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9853 | 2024.07.12 00:41:48.319746 [ 3 ] {7b193b15-cf88-450d-ac3a-6a676c960c46} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9854 | 2024.07.12 00:41:48.319871 [ 3 ] {7b193b15-cf88-450d-ac3a-6a676c960c46} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
9855 | 2024.07.12 00:41:48.320035 [ 3 ] {7b193b15-cf88-450d-ac3a-6a676c960c46} <Debug> DynamicQueryHandler: Done processing query | ||
9856 | 2024.07.12 00:41:48.320060 [ 3 ] {7b193b15-cf88-450d-ac3a-6a676c960c46} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9857 | 2024.07.12 00:41:48.320076 [ 3 ] {} <Debug> HTTP-Session: bebc490f-8cb3-40d0-bab2-57974dbca5f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9858 | 2024.07.12 00:41:52.436688 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9859 | 2024.07.12 00:41:52.436752 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9860 | 2024.07.12 00:41:53.289606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9861 | 2024.07.12 00:41:53.289733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9862 | 2024.07.12 00:41:53.289761 [ 3 ] {} <Debug> HTTP-Session: 8e0e45a4-c422-46cb-97ce-2785a9f5e5bd Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9863 | 2024.07.12 00:41:53.289787 [ 3 ] {} <Debug> HTTP-Session: 8e0e45a4-c422-46cb-97ce-2785a9f5e5bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9864 | 2024.07.12 00:41:53.289802 [ 3 ] {} <Debug> HTTP-Session: 8e0e45a4-c422-46cb-97ce-2785a9f5e5bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9865 | 2024.07.12 00:41:53.289865 [ 3 ] {} <Trace> HTTP-Session: 8e0e45a4-c422-46cb-97ce-2785a9f5e5bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9866 | 2024.07.12 00:41:53.290111 [ 3 ] {eed5e93f-b834-44b6-b8f7-060818b63415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9867 | 2024.07.12 00:41:53.290188 [ 3 ] {eed5e93f-b834-44b6-b8f7-060818b63415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9868 | 2024.07.12 00:41:53.290383 [ 3 ] {eed5e93f-b834-44b6-b8f7-060818b63415} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9869 | 2024.07.12 00:41:53.290914 [ 3 ] {eed5e93f-b834-44b6-b8f7-060818b63415} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9870 | 2024.07.12 00:41:53.290966 [ 3 ] {eed5e93f-b834-44b6-b8f7-060818b63415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9871 | 2024.07.12 00:41:53.291351 [ 3 ] {eed5e93f-b834-44b6-b8f7-060818b63415} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9872 | 2024.07.12 00:41:53.291682 [ 3 ] {eed5e93f-b834-44b6-b8f7-060818b63415} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9873 | 2024.07.12 00:41:53.291843 [ 3 ] {eed5e93f-b834-44b6-b8f7-060818b63415} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001807 sec., 30990.592141671277 rows/sec., 2.37 MiB/sec. | ||
9874 | 2024.07.12 00:41:53.292163 [ 3 ] {eed5e93f-b834-44b6-b8f7-060818b63415} <Debug> DynamicQueryHandler: Done processing query | ||
9875 | 2024.07.12 00:41:53.292225 [ 3 ] {eed5e93f-b834-44b6-b8f7-060818b63415} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9876 | 2024.07.12 00:41:53.292279 [ 3 ] {} <Debug> HTTP-Session: 8e0e45a4-c422-46cb-97ce-2785a9f5e5bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9877 | 2024.07.12 00:41:53.292510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9878 | 2024.07.12 00:41:53.292575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9879 | 2024.07.12 00:41:53.292597 [ 3 ] {} <Debug> HTTP-Session: 0d27eaee-e9a4-42ea-89da-27e3f79968a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9880 | 2024.07.12 00:41:53.292617 [ 3 ] {} <Debug> HTTP-Session: 0d27eaee-e9a4-42ea-89da-27e3f79968a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9881 | 2024.07.12 00:41:53.292633 [ 3 ] {} <Debug> HTTP-Session: 0d27eaee-e9a4-42ea-89da-27e3f79968a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9882 | 2024.07.12 00:41:53.292673 [ 3 ] {} <Trace> HTTP-Session: 0d27eaee-e9a4-42ea-89da-27e3f79968a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9883 | 2024.07.12 00:41:53.292817 [ 3 ] {cf681bb8-2275-4b90-801b-fd6b8eb6e827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9884 | 2024.07.12 00:41:53.292869 [ 3 ] {cf681bb8-2275-4b90-801b-fd6b8eb6e827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9885 | 2024.07.12 00:41:53.293026 [ 3 ] {cf681bb8-2275-4b90-801b-fd6b8eb6e827} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9886 | 2024.07.12 00:41:53.293437 [ 3 ] {cf681bb8-2275-4b90-801b-fd6b8eb6e827} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9887 | 2024.07.12 00:41:53.293478 [ 3 ] {cf681bb8-2275-4b90-801b-fd6b8eb6e827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9888 | 2024.07.12 00:41:53.293803 [ 3 ] {cf681bb8-2275-4b90-801b-fd6b8eb6e827} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9889 | 2024.07.12 00:41:53.294116 [ 3 ] {cf681bb8-2275-4b90-801b-fd6b8eb6e827} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9890 | 2024.07.12 00:41:53.294278 [ 3 ] {cf681bb8-2275-4b90-801b-fd6b8eb6e827} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00151 sec., 42384.1059602649 rows/sec., 3.31 MiB/sec. | ||
9891 | 2024.07.12 00:41:53.294495 [ 3 ] {cf681bb8-2275-4b90-801b-fd6b8eb6e827} <Debug> DynamicQueryHandler: Done processing query | ||
9892 | 2024.07.12 00:41:53.294535 [ 3 ] {cf681bb8-2275-4b90-801b-fd6b8eb6e827} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9893 | 2024.07.12 00:41:53.294566 [ 3 ] {} <Debug> HTTP-Session: 0d27eaee-e9a4-42ea-89da-27e3f79968a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9894 | 2024.07.12 00:41:53.294766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9895 | 2024.07.12 00:41:53.294825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9896 | 2024.07.12 00:41:53.294845 [ 3 ] {} <Debug> HTTP-Session: 4fe992b2-32cf-47bb-a264-031c55a580e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9897 | 2024.07.12 00:41:53.294863 [ 3 ] {} <Debug> HTTP-Session: 4fe992b2-32cf-47bb-a264-031c55a580e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9898 | 2024.07.12 00:41:53.294881 [ 3 ] {} <Debug> HTTP-Session: 4fe992b2-32cf-47bb-a264-031c55a580e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9899 | 2024.07.12 00:41:53.294924 [ 3 ] {} <Trace> HTTP-Session: 4fe992b2-32cf-47bb-a264-031c55a580e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9900 | 2024.07.12 00:41:53.295080 [ 3 ] {67699290-93b5-419b-9687-4bdcfd1b0344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9901 | 2024.07.12 00:41:53.295131 [ 3 ] {67699290-93b5-419b-9687-4bdcfd1b0344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9902 | 2024.07.12 00:41:53.295281 [ 3 ] {67699290-93b5-419b-9687-4bdcfd1b0344} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9903 | 2024.07.12 00:41:53.295690 [ 3 ] {67699290-93b5-419b-9687-4bdcfd1b0344} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9904 | 2024.07.12 00:41:53.295728 [ 3 ] {67699290-93b5-419b-9687-4bdcfd1b0344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9905 | 2024.07.12 00:41:53.296132 [ 3 ] {67699290-93b5-419b-9687-4bdcfd1b0344} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9906 | 2024.07.12 00:41:53.296475 [ 3 ] {67699290-93b5-419b-9687-4bdcfd1b0344} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9907 | 2024.07.12 00:41:53.296631 [ 3 ] {67699290-93b5-419b-9687-4bdcfd1b0344} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec. | ||
9908 | 2024.07.12 00:41:53.296814 [ 3 ] {67699290-93b5-419b-9687-4bdcfd1b0344} <Debug> DynamicQueryHandler: Done processing query | ||
9909 | 2024.07.12 00:41:53.296838 [ 3 ] {67699290-93b5-419b-9687-4bdcfd1b0344} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9910 | 2024.07.12 00:41:53.296855 [ 3 ] {} <Debug> HTTP-Session: 4fe992b2-32cf-47bb-a264-031c55a580e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9911 | 2024.07.12 00:41:53.297286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9912 | 2024.07.12 00:41:53.297339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9913 | 2024.07.12 00:41:53.297359 [ 3 ] {} <Debug> HTTP-Session: bd851f10-f3ae-4ea7-9b19-91b712b0f987 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9914 | 2024.07.12 00:41:53.297377 [ 3 ] {} <Debug> HTTP-Session: bd851f10-f3ae-4ea7-9b19-91b712b0f987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9915 | 2024.07.12 00:41:53.297391 [ 3 ] {} <Debug> HTTP-Session: bd851f10-f3ae-4ea7-9b19-91b712b0f987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9916 | 2024.07.12 00:41:53.297424 [ 3 ] {} <Trace> HTTP-Session: bd851f10-f3ae-4ea7-9b19-91b712b0f987 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9917 | 2024.07.12 00:41:53.297553 [ 3 ] {3a5cc9bc-48c2-4cd2-9196-4b17d07a5e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9918 | 2024.07.12 00:41:53.297598 [ 3 ] {3a5cc9bc-48c2-4cd2-9196-4b17d07a5e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9919 | 2024.07.12 00:41:53.297726 [ 3 ] {3a5cc9bc-48c2-4cd2-9196-4b17d07a5e48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9920 | 2024.07.12 00:41:53.298050 [ 3 ] {3a5cc9bc-48c2-4cd2-9196-4b17d07a5e48} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9921 | 2024.07.12 00:41:53.298086 [ 3 ] {3a5cc9bc-48c2-4cd2-9196-4b17d07a5e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9922 | 2024.07.12 00:41:53.298445 [ 3 ] {3a5cc9bc-48c2-4cd2-9196-4b17d07a5e48} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
9923 | 2024.07.12 00:41:53.298758 [ 3 ] {3a5cc9bc-48c2-4cd2-9196-4b17d07a5e48} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9924 | 2024.07.12 00:41:53.298909 [ 3 ] {3a5cc9bc-48c2-4cd2-9196-4b17d07a5e48} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. | ||
9925 | 2024.07.12 00:41:53.299091 [ 3 ] {3a5cc9bc-48c2-4cd2-9196-4b17d07a5e48} <Debug> DynamicQueryHandler: Done processing query | ||
9926 | 2024.07.12 00:41:53.299116 [ 3 ] {3a5cc9bc-48c2-4cd2-9196-4b17d07a5e48} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9927 | 2024.07.12 00:41:53.299134 [ 3 ] {} <Debug> HTTP-Session: bd851f10-f3ae-4ea7-9b19-91b712b0f987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9928 | 2024.07.12 00:41:58.295354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9929 | 2024.07.12 00:41:58.295493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9930 | 2024.07.12 00:41:58.295522 [ 3 ] {} <Debug> HTTP-Session: 099b2dc1-cb18-43f9-9ab9-0e9f817e8f8a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9931 | 2024.07.12 00:41:58.295549 [ 3 ] {} <Debug> HTTP-Session: 099b2dc1-cb18-43f9-9ab9-0e9f817e8f8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9932 | 2024.07.12 00:41:58.295566 [ 3 ] {} <Debug> HTTP-Session: 099b2dc1-cb18-43f9-9ab9-0e9f817e8f8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9933 | 2024.07.12 00:41:58.295622 [ 3 ] {} <Trace> HTTP-Session: 099b2dc1-cb18-43f9-9ab9-0e9f817e8f8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9934 | 2024.07.12 00:41:58.295833 [ 3 ] {7226fc1f-4185-4ba9-90cd-45cd0163a90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9935 | 2024.07.12 00:41:58.295904 [ 3 ] {7226fc1f-4185-4ba9-90cd-45cd0163a90e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9936 | 2024.07.12 00:41:58.296116 [ 3 ] {7226fc1f-4185-4ba9-90cd-45cd0163a90e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9937 | 2024.07.12 00:41:58.296620 [ 3 ] {7226fc1f-4185-4ba9-90cd-45cd0163a90e} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9938 | 2024.07.12 00:41:58.296661 [ 3 ] {7226fc1f-4185-4ba9-90cd-45cd0163a90e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9939 | 2024.07.12 00:41:58.297027 [ 3 ] {7226fc1f-4185-4ba9-90cd-45cd0163a90e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
9940 | 2024.07.12 00:41:58.297353 [ 3 ] {7226fc1f-4185-4ba9-90cd-45cd0163a90e} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9941 | 2024.07.12 00:41:58.297518 [ 3 ] {7226fc1f-4185-4ba9-90cd-45cd0163a90e} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001753 sec., 21106.674272675413 rows/sec., 1.59 MiB/sec. | ||
9942 | 2024.07.12 00:41:58.297546 [ 104 ] {} <Debug> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
9943 | 2024.07.12 00:41:58.297651 [ 104 ] {} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9944 | 2024.07.12 00:41:58.297695 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9945 | 2024.07.12 00:41:58.297833 [ 3 ] {7226fc1f-4185-4ba9-90cd-45cd0163a90e} <Debug> DynamicQueryHandler: Done processing query | ||
9946 | 2024.07.12 00:41:58.297885 [ 3 ] {7226fc1f-4185-4ba9-90cd-45cd0163a90e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9947 | 2024.07.12 00:41:58.297899 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_30_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full | ||
9948 | 2024.07.12 00:41:58.297914 [ 3 ] {} <Debug> HTTP-Session: 099b2dc1-cb18-43f9-9ab9-0e9f817e8f8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9949 | 2024.07.12 00:41:58.298155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9950 | 2024.07.12 00:41:58.298178 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9951 | 2024.07.12 00:41:58.298257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9952 | 2024.07.12 00:41:58.298258 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 37 rows starting from the beginning of the part | ||
9953 | 2024.07.12 00:41:58.298299 [ 3 ] {} <Debug> HTTP-Session: fff1e2a3-c017-462f-8649-d03b2a1d18ac Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9954 | 2024.07.12 00:41:58.298336 [ 3 ] {} <Debug> HTTP-Session: fff1e2a3-c017-462f-8649-d03b2a1d18ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9955 | 2024.07.12 00:41:58.298369 [ 3 ] {} <Debug> HTTP-Session: fff1e2a3-c017-462f-8649-d03b2a1d18ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9956 | 2024.07.12 00:41:58.298512 [ 3 ] {} <Trace> HTTP-Session: fff1e2a3-c017-462f-8649-d03b2a1d18ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9957 | 2024.07.12 00:41:58.298517 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 37 rows starting from the beginning of the part | ||
9958 | 2024.07.12 00:41:58.298780 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 37 rows starting from the beginning of the part | ||
9959 | 2024.07.12 00:41:58.299077 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 37 rows starting from the beginning of the part | ||
9960 | 2024.07.12 00:41:58.299118 [ 3 ] {d4f92baf-94ee-4b7a-b042-cb8f360ef88c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9961 | 2024.07.12 00:41:58.299349 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 37 rows starting from the beginning of the part | ||
9962 | 2024.07.12 00:41:58.299364 [ 3 ] {d4f92baf-94ee-4b7a-b042-cb8f360ef88c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9963 | 2024.07.12 00:41:58.300043 [ 3 ] {d4f92baf-94ee-4b7a-b042-cb8f360ef88c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9964 | 2024.07.12 00:41:58.300828 [ 3 ] {d4f92baf-94ee-4b7a-b042-cb8f360ef88c} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9965 | 2024.07.12 00:41:58.300904 [ 3 ] {d4f92baf-94ee-4b7a-b042-cb8f360ef88c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9966 | 2024.07.12 00:41:58.301781 [ 3 ] {d4f92baf-94ee-4b7a-b042-cb8f360ef88c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
9967 | 2024.07.12 00:41:58.301787 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 4 columns (4 merged, 0 gathered) in 0.004002991 sec., 46215.4424029432 rows/sec., 3.48 MiB/sec. | ||
9968 | 2024.07.12 00:41:58.302021 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
9969 | 2024.07.12 00:41:58.302606 [ 3 ] {d4f92baf-94ee-4b7a-b042-cb8f360ef88c} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9970 | 2024.07.12 00:41:58.302899 [ 3 ] {d4f92baf-94ee-4b7a-b042-cb8f360ef88c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.004118 sec., 1457.0179698882953 rows/sec., 118.81 KiB/sec. | ||
9971 | 2024.07.12 00:41:58.302913 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_30_7} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9972 | 2024.07.12 00:41:58.303140 [ 201 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_30_7} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
9973 | 2024.07.12 00:41:58.303253 [ 3 ] {d4f92baf-94ee-4b7a-b042-cb8f360ef88c} <Debug> DynamicQueryHandler: Done processing query | ||
9974 | 2024.07.12 00:41:58.303289 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9975 | 2024.07.12 00:41:58.303305 [ 3 ] {d4f92baf-94ee-4b7a-b042-cb8f360ef88c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9976 | 2024.07.12 00:41:58.303348 [ 3 ] {} <Debug> HTTP-Session: fff1e2a3-c017-462f-8649-d03b2a1d18ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9977 | 2024.07.12 00:41:58.303558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38799, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9978 | 2024.07.12 00:41:58.303610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9979 | 2024.07.12 00:41:58.303629 [ 3 ] {} <Debug> HTTP-Session: e814e3d1-4df4-4d6b-aa02-9027c06098d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
9980 | 2024.07.12 00:41:58.303645 [ 3 ] {} <Debug> HTTP-Session: e814e3d1-4df4-4d6b-aa02-9027c06098d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9981 | 2024.07.12 00:41:58.303659 [ 3 ] {} <Debug> HTTP-Session: e814e3d1-4df4-4d6b-aa02-9027c06098d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9982 | 2024.07.12 00:41:58.303692 [ 3 ] {} <Trace> HTTP-Session: e814e3d1-4df4-4d6b-aa02-9027c06098d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9983 | 2024.07.12 00:41:58.303875 [ 3 ] {0ce8f37c-1e3d-4b34-b5d0-8d4066ce761b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9984 | 2024.07.12 00:41:58.303919 [ 3 ] {0ce8f37c-1e3d-4b34-b5d0-8d4066ce761b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9985 | 2024.07.12 00:41:58.304066 [ 3 ] {0ce8f37c-1e3d-4b34-b5d0-8d4066ce761b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9986 | 2024.07.12 00:41:58.304517 [ 3 ] {0ce8f37c-1e3d-4b34-b5d0-8d4066ce761b} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9987 | 2024.07.12 00:41:58.304553 [ 3 ] {0ce8f37c-1e3d-4b34-b5d0-8d4066ce761b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9988 | 2024.07.12 00:41:58.304880 [ 3 ] {0ce8f37c-1e3d-4b34-b5d0-8d4066ce761b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9989 | 2024.07.12 00:41:58.305190 [ 3 ] {0ce8f37c-1e3d-4b34-b5d0-8d4066ce761b} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9990 | 2024.07.12 00:41:58.305345 [ 3 ] {0ce8f37c-1e3d-4b34-b5d0-8d4066ce761b} <Debug> executeQuery: Read 257 rows, 23.16 KiB in 0.001559 sec., 164849.26234765875 rows/sec., 14.51 MiB/sec. | ||
9991 | 2024.07.12 00:41:58.305345 [ 104 ] {} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9992 | 2024.07.12 00:41:58.305430 [ 104 ] {} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9993 | 2024.07.12 00:41:58.305483 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
9994 | 2024.07.12 00:41:58.305638 [ 3 ] {0ce8f37c-1e3d-4b34-b5d0-8d4066ce761b} <Debug> DynamicQueryHandler: Done processing query | ||
9995 | 2024.07.12 00:41:58.305663 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::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 | ||
9996 | 2024.07.12 00:41:58.305676 [ 3 ] {0ce8f37c-1e3d-4b34-b5d0-8d4066ce761b} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
9997 | 2024.07.12 00:41:58.305738 [ 3 ] {} <Debug> HTTP-Session: e814e3d1-4df4-4d6b-aa02-9027c06098d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9998 | 2024.07.12 00:41:58.305885 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9999 | 2024.07.12 00:41:58.305901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10000 | 2024.07.12 00:41:58.305948 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 298 rows starting from the beginning of the part | ||
10001 | 2024.07.12 00:41:58.306003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10002 | 2024.07.12 00:41:58.306076 [ 3 ] {} <Debug> HTTP-Session: 47587054-775a-4859-9b5e-8ab35798d086 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10003 | 2024.07.12 00:41:58.306165 [ 3 ] {} <Debug> HTTP-Session: 47587054-775a-4859-9b5e-8ab35798d086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10004 | 2024.07.12 00:41:58.306203 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 254 rows starting from the beginning of the part | ||
10005 | 2024.07.12 00:41:58.306222 [ 3 ] {} <Debug> HTTP-Session: 47587054-775a-4859-9b5e-8ab35798d086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10006 | 2024.07.12 00:41:58.306371 [ 3 ] {} <Trace> HTTP-Session: 47587054-775a-4859-9b5e-8ab35798d086 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10007 | 2024.07.12 00:41:58.306470 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part | ||
10008 | 2024.07.12 00:41:58.306691 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 256 rows starting from the beginning of the part | ||
10009 | 2024.07.12 00:41:58.306860 [ 3 ] {91242f86-301f-4ecd-a623-74a93f1c8ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10010 | 2024.07.12 00:41:58.306955 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
10011 | 2024.07.12 00:41:58.307078 [ 3 ] {91242f86-301f-4ecd-a623-74a93f1c8ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10012 | 2024.07.12 00:41:58.307268 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 257 rows starting from the beginning of the part | ||
10013 | 2024.07.12 00:41:58.307993 [ 3 ] {91242f86-301f-4ecd-a623-74a93f1c8ef4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10014 | 2024.07.12 00:41:58.308703 [ 3 ] {91242f86-301f-4ecd-a623-74a93f1c8ef4} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10015 | 2024.07.12 00:41:58.308776 [ 3 ] {91242f86-301f-4ecd-a623-74a93f1c8ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10016 | 2024.07.12 00:41:58.309584 [ 3 ] {91242f86-301f-4ecd-a623-74a93f1c8ef4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
10017 | 2024.07.12 00:41:58.310236 [ 3 ] {91242f86-301f-4ecd-a623-74a93f1c8ef4} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10018 | 2024.07.12 00:41:58.310351 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1177 rows, containing 4 columns (4 merged, 0 gathered) in 0.004773304 sec., 246579.72758491812 rows/sec., 21.32 MiB/sec. | ||
10019 | 2024.07.12 00:41:58.310567 [ 3 ] {91242f86-301f-4ecd-a623-74a93f1c8ef4} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.003903 sec., 1537.2790161414298 rows/sec., 107.34 KiB/sec. | ||
10020 | 2024.07.12 00:41:58.310695 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10021 | 2024.07.12 00:41:58.311088 [ 3 ] {91242f86-301f-4ecd-a623-74a93f1c8ef4} <Debug> DynamicQueryHandler: Done processing query | ||
10022 | 2024.07.12 00:41:58.311131 [ 3 ] {91242f86-301f-4ecd-a623-74a93f1c8ef4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10023 | 2024.07.12 00:41:58.311181 [ 3 ] {} <Debug> HTTP-Session: 47587054-775a-4859-9b5e-8ab35798d086 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10024 | 2024.07.12 00:41:58.311496 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_61_12} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10025 | 2024.07.12 00:41:58.311601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 67834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10026 | 2024.07.12 00:41:58.311630 [ 198 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_61_12} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10027 | 2024.07.12 00:41:58.311672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10028 | 2024.07.12 00:41:58.311752 [ 3 ] {} <Debug> HTTP-Session: dd00fd46-a44e-4420-ad64-417adaf21c95 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10029 | 2024.07.12 00:41:58.311787 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
10030 | 2024.07.12 00:41:58.311797 [ 3 ] {} <Debug> HTTP-Session: dd00fd46-a44e-4420-ad64-417adaf21c95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10031 | 2024.07.12 00:41:58.311841 [ 3 ] {} <Debug> HTTP-Session: dd00fd46-a44e-4420-ad64-417adaf21c95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10032 | 2024.07.12 00:41:58.311873 [ 3 ] {} <Trace> HTTP-Session: dd00fd46-a44e-4420-ad64-417adaf21c95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10033 | 2024.07.12 00:41:58.312121 [ 3 ] {42346307-d898-4ccd-8527-2a7de3d3c3bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10034 | 2024.07.12 00:41:58.312166 [ 3 ] {42346307-d898-4ccd-8527-2a7de3d3c3bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10035 | 2024.07.12 00:41:58.312312 [ 3 ] {42346307-d898-4ccd-8527-2a7de3d3c3bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10036 | 2024.07.12 00:41:58.312874 [ 3 ] {42346307-d898-4ccd-8527-2a7de3d3c3bd} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10037 | 2024.07.12 00:41:58.312915 [ 3 ] {42346307-d898-4ccd-8527-2a7de3d3c3bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10038 | 2024.07.12 00:41:58.313298 [ 3 ] {42346307-d898-4ccd-8527-2a7de3d3c3bd} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10039 | 2024.07.12 00:41:58.313634 [ 3 ] {42346307-d898-4ccd-8527-2a7de3d3c3bd} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10040 | 2024.07.12 00:41:58.313786 [ 3 ] {42346307-d898-4ccd-8527-2a7de3d3c3bd} <Debug> executeQuery: Read 419 rows, 30.45 KiB in 0.001804 sec., 232261.64079822614 rows/sec., 16.48 MiB/sec. | ||
10041 | 2024.07.12 00:41:58.313798 [ 104 ] {} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10042 | 2024.07.12 00:41:58.313881 [ 104 ] {} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10043 | 2024.07.12 00:41:58.313928 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10044 | 2024.07.12 00:41:58.314108 [ 3 ] {42346307-d898-4ccd-8527-2a7de3d3c3bd} <Debug> DynamicQueryHandler: Done processing query | ||
10045 | 2024.07.12 00:41:58.314116 [ 193 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
10046 | 2024.07.12 00:41:58.314151 [ 3 ] {42346307-d898-4ccd-8527-2a7de3d3c3bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
10047 | 2024.07.12 00:41:58.314207 [ 3 ] {} <Debug> HTTP-Session: dd00fd46-a44e-4420-ad64-417adaf21c95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10048 | 2024.07.12 00:41:58.314335 [ 193 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10049 | 2024.07.12 00:41:58.314375 [ 193 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 471 rows starting from the beginning of the part | ||
10050 | 2024.07.12 00:41:58.314420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10051 | 2024.07.12 00:41:58.314550 [ 193 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 413 rows starting from the beginning of the part | ||
10052 | 2024.07.12 00:41:58.314587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10053 | 2024.07.12 00:41:58.314721 [ 3 ] {} <Debug> HTTP-Session: 7f396fd1-ea2e-4bcd-b1dc-389034dd8a58 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10054 | 2024.07.12 00:41:58.314847 [ 193 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part | ||
10055 | 2024.07.12 00:41:58.314868 [ 3 ] {} <Debug> HTTP-Session: 7f396fd1-ea2e-4bcd-b1dc-389034dd8a58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10056 | 2024.07.12 00:41:58.314943 [ 3 ] {} <Debug> HTTP-Session: 7f396fd1-ea2e-4bcd-b1dc-389034dd8a58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10057 | 2024.07.12 00:41:58.315103 [ 193 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 417 rows starting from the beginning of the part | ||
10058 | 2024.07.12 00:41:58.315122 [ 3 ] {} <Trace> HTTP-Session: 7f396fd1-ea2e-4bcd-b1dc-389034dd8a58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10059 | 2024.07.12 00:41:58.315327 [ 193 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
10060 | 2024.07.12 00:41:58.315583 [ 193 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 419 rows starting from the beginning of the part | ||
10061 | 2024.07.12 00:41:58.315616 [ 3 ] {c158d5d8-dfe9-42f3-afa5-db9737d12d71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10062 | 2024.07.12 00:41:58.315948 [ 3 ] {c158d5d8-dfe9-42f3-afa5-db9737d12d71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10063 | 2024.07.12 00:41:58.316409 [ 3 ] {c158d5d8-dfe9-42f3-afa5-db9737d12d71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10064 | 2024.07.12 00:41:58.317093 [ 3 ] {c158d5d8-dfe9-42f3-afa5-db9737d12d71} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10065 | 2024.07.12 00:41:58.317161 [ 3 ] {c158d5d8-dfe9-42f3-afa5-db9737d12d71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10066 | 2024.07.12 00:41:58.317973 [ 3 ] {c158d5d8-dfe9-42f3-afa5-db9737d12d71} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10067 | 2024.07.12 00:41:58.318638 [ 194 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 4 columns (4 merged, 0 gathered) in 0.004601191 sec., 401635.14185783634 rows/sec., 28.76 MiB/sec. | ||
10068 | 2024.07.12 00:41:58.318763 [ 3 ] {c158d5d8-dfe9-42f3-afa5-db9737d12d71} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10069 | 2024.07.12 00:41:58.318943 [ 194 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10070 | 2024.07.12 00:41:58.319068 [ 3 ] {c158d5d8-dfe9-42f3-afa5-db9737d12d71} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003639 sec., 1648.8046166529266 rows/sec., 70.85 KiB/sec. | ||
10071 | 2024.07.12 00:41:58.319446 [ 3 ] {c158d5d8-dfe9-42f3-afa5-db9737d12d71} <Debug> DynamicQueryHandler: Done processing query | ||
10072 | 2024.07.12 00:41:58.319496 [ 3 ] {c158d5d8-dfe9-42f3-afa5-db9737d12d71} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10073 | 2024.07.12 00:41:58.319550 [ 3 ] {} <Debug> HTTP-Session: 7f396fd1-ea2e-4bcd-b1dc-389034dd8a58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10074 | 2024.07.12 00:41:58.319725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10075 | 2024.07.12 00:41:58.319809 [ 194 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_61_12} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10076 | 2024.07.12 00:41:58.319824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10077 | 2024.07.12 00:41:58.319886 [ 3 ] {} <Debug> HTTP-Session: 1e856796-6c0f-4784-b01e-873c4f1d0fcb Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10078 | 2024.07.12 00:41:58.319914 [ 3 ] {} <Debug> HTTP-Session: 1e856796-6c0f-4784-b01e-873c4f1d0fcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10079 | 2024.07.12 00:41:58.319957 [ 3 ] {} <Debug> HTTP-Session: 1e856796-6c0f-4784-b01e-873c4f1d0fcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10080 | 2024.07.12 00:41:58.319997 [ 194 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_61_12} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10081 | 2024.07.12 00:41:58.320015 [ 3 ] {} <Trace> HTTP-Session: 1e856796-6c0f-4784-b01e-873c4f1d0fcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10082 | 2024.07.12 00:41:58.320150 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
10083 | 2024.07.12 00:41:58.320234 [ 3 ] {7d980171-177e-4330-b9ed-0483724ec693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10084 | 2024.07.12 00:41:58.320286 [ 3 ] {7d980171-177e-4330-b9ed-0483724ec693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10085 | 2024.07.12 00:41:58.320448 [ 3 ] {7d980171-177e-4330-b9ed-0483724ec693} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10086 | 2024.07.12 00:41:58.320806 [ 3 ] {7d980171-177e-4330-b9ed-0483724ec693} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10087 | 2024.07.12 00:41:58.320841 [ 3 ] {7d980171-177e-4330-b9ed-0483724ec693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10088 | 2024.07.12 00:41:58.321221 [ 3 ] {7d980171-177e-4330-b9ed-0483724ec693} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10089 | 2024.07.12 00:41:58.321563 [ 3 ] {7d980171-177e-4330-b9ed-0483724ec693} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10090 | 2024.07.12 00:41:58.321736 [ 3 ] {7d980171-177e-4330-b9ed-0483724ec693} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001569 sec., 49075.84448693435 rows/sec., 3.02 MiB/sec. | ||
10091 | 2024.07.12 00:41:58.322067 [ 3 ] {7d980171-177e-4330-b9ed-0483724ec693} <Debug> DynamicQueryHandler: Done processing query | ||
10092 | 2024.07.12 00:41:58.322131 [ 3 ] {7d980171-177e-4330-b9ed-0483724ec693} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10093 | 2024.07.12 00:41:58.322193 [ 3 ] {} <Debug> HTTP-Session: 1e856796-6c0f-4784-b01e-873c4f1d0fcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10094 | 2024.07.12 00:41:58.322404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 31204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10095 | 2024.07.12 00:41:58.322458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10096 | 2024.07.12 00:41:58.322477 [ 3 ] {} <Debug> HTTP-Session: 34233521-0e38-4553-aa76-804b57c85342 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10097 | 2024.07.12 00:41:58.322494 [ 3 ] {} <Debug> HTTP-Session: 34233521-0e38-4553-aa76-804b57c85342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10098 | 2024.07.12 00:41:58.322507 [ 3 ] {} <Debug> HTTP-Session: 34233521-0e38-4553-aa76-804b57c85342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10099 | 2024.07.12 00:41:58.322543 [ 3 ] {} <Trace> HTTP-Session: 34233521-0e38-4553-aa76-804b57c85342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10100 | 2024.07.12 00:41:58.322695 [ 3 ] {f92245c6-1024-4d08-ab6b-e4898e62583e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10101 | 2024.07.12 00:41:58.322743 [ 3 ] {f92245c6-1024-4d08-ab6b-e4898e62583e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10102 | 2024.07.12 00:41:58.322908 [ 3 ] {f92245c6-1024-4d08-ab6b-e4898e62583e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10103 | 2024.07.12 00:41:58.323322 [ 3 ] {f92245c6-1024-4d08-ab6b-e4898e62583e} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10104 | 2024.07.12 00:41:58.323359 [ 3 ] {f92245c6-1024-4d08-ab6b-e4898e62583e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10105 | 2024.07.12 00:41:58.323751 [ 3 ] {f92245c6-1024-4d08-ab6b-e4898e62583e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10106 | 2024.07.12 00:41:58.324088 [ 3 ] {f92245c6-1024-4d08-ab6b-e4898e62583e} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10107 | 2024.07.12 00:41:58.324247 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10108 | 2024.07.12 00:41:58.324247 [ 3 ] {f92245c6-1024-4d08-ab6b-e4898e62583e} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001617 sec., 100803.95794681509 rows/sec., 7.02 MiB/sec. | ||
10109 | 2024.07.12 00:41:58.324306 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10110 | 2024.07.12 00:41:58.324377 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10111 | 2024.07.12 00:41:58.324559 [ 199 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
10112 | 2024.07.12 00:41:58.324566 [ 3 ] {f92245c6-1024-4d08-ab6b-e4898e62583e} <Debug> DynamicQueryHandler: Done processing query | ||
10113 | 2024.07.12 00:41:58.324625 [ 3 ] {f92245c6-1024-4d08-ab6b-e4898e62583e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10114 | 2024.07.12 00:41:58.324650 [ 3 ] {} <Debug> HTTP-Session: 34233521-0e38-4553-aa76-804b57c85342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10115 | 2024.07.12 00:41:58.324746 [ 199 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10116 | 2024.07.12 00:41:58.324784 [ 199 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 9316 rows starting from the beginning of the part | ||
10117 | 2024.07.12 00:41:58.324864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 50146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10118 | 2024.07.12 00:41:58.324970 [ 199 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
10119 | 2024.07.12 00:41:58.325040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10120 | 2024.07.12 00:41:58.325122 [ 3 ] {} <Debug> HTTP-Session: 931c77c3-7509-4a71-8282-653a6baa66f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10121 | 2024.07.12 00:41:58.325192 [ 3 ] {} <Debug> HTTP-Session: 931c77c3-7509-4a71-8282-653a6baa66f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10122 | 2024.07.12 00:41:58.325269 [ 3 ] {} <Debug> HTTP-Session: 931c77c3-7509-4a71-8282-653a6baa66f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10123 | 2024.07.12 00:41:58.325344 [ 199 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
10124 | 2024.07.12 00:41:58.325387 [ 3 ] {} <Trace> HTTP-Session: 931c77c3-7509-4a71-8282-653a6baa66f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10125 | 2024.07.12 00:41:58.325647 [ 199 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
10126 | 2024.07.12 00:41:58.325801 [ 199 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
10127 | 2024.07.12 00:41:58.325893 [ 3 ] {70dfc719-af4e-4d42-b880-e128e9fa6a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10128 | 2024.07.12 00:41:58.326035 [ 199 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 163 rows starting from the beginning of the part | ||
10129 | 2024.07.12 00:41:58.326247 [ 3 ] {70dfc719-af4e-4d42-b880-e128e9fa6a52} <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 | ||
10130 | 2024.07.12 00:41:58.327264 [ 3 ] {70dfc719-af4e-4d42-b880-e128e9fa6a52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10131 | 2024.07.12 00:41:58.328327 [ 3 ] {70dfc719-af4e-4d42-b880-e128e9fa6a52} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10132 | 2024.07.12 00:41:58.328371 [ 3 ] {70dfc719-af4e-4d42-b880-e128e9fa6a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10133 | 2024.07.12 00:41:58.329431 [ 3 ] {70dfc719-af4e-4d42-b880-e128e9fa6a52} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10134 | 2024.07.12 00:41:58.329874 [ 3 ] {70dfc719-af4e-4d42-b880-e128e9fa6a52} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10135 | 2024.07.12 00:41:58.330080 [ 3 ] {70dfc719-af4e-4d42-b880-e128e9fa6a52} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.004477 sec., 6924.279651552379 rows/sec., 12.41 MiB/sec. | ||
10136 | 2024.07.12 00:41:58.330351 [ 3 ] {70dfc719-af4e-4d42-b880-e128e9fa6a52} <Debug> DynamicQueryHandler: Done processing query | ||
10137 | 2024.07.12 00:41:58.330375 [ 3 ] {70dfc719-af4e-4d42-b880-e128e9fa6a52} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
10138 | 2024.07.12 00:41:58.330392 [ 3 ] {} <Debug> HTTP-Session: 931c77c3-7509-4a71-8282-653a6baa66f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10139 | 2024.07.12 00:41:58.330519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10140 | 2024.07.12 00:41:58.330593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10141 | 2024.07.12 00:41:58.330642 [ 3 ] {} <Debug> HTTP-Session: baa56321-f15a-44d3-baa3-8f0fe8705814 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10142 | 2024.07.12 00:41:58.330684 [ 3 ] {} <Debug> HTTP-Session: baa56321-f15a-44d3-baa3-8f0fe8705814 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10143 | 2024.07.12 00:41:58.330703 [ 3 ] {} <Debug> HTTP-Session: baa56321-f15a-44d3-baa3-8f0fe8705814 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10144 | 2024.07.12 00:41:58.330737 [ 194 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10121 rows, containing 5 columns (5 merged, 0 gathered) in 0.006243785 sec., 1620971.8944518429 rows/sec., 112.96 MiB/sec. | ||
10145 | 2024.07.12 00:41:58.330758 [ 3 ] {} <Trace> HTTP-Session: baa56321-f15a-44d3-baa3-8f0fe8705814 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10146 | 2024.07.12 00:41:58.330903 [ 3 ] {13ec3716-0c0e-4f4d-9142-d52ba2cbc432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10147 | 2024.07.12 00:41:58.330960 [ 3 ] {13ec3716-0c0e-4f4d-9142-d52ba2cbc432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10148 | 2024.07.12 00:41:58.331075 [ 194 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10149 | 2024.07.12 00:41:58.331390 [ 3 ] {13ec3716-0c0e-4f4d-9142-d52ba2cbc432} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10150 | 2024.07.12 00:41:58.331993 [ 3 ] {13ec3716-0c0e-4f4d-9142-d52ba2cbc432} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10151 | 2024.07.12 00:41:58.332046 [ 3 ] {13ec3716-0c0e-4f4d-9142-d52ba2cbc432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10152 | 2024.07.12 00:41:58.332118 [ 194 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10153 | 2024.07.12 00:41:58.332327 [ 194 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10154 | 2024.07.12 00:41:58.332493 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. | ||
10155 | 2024.07.12 00:41:58.332714 [ 3 ] {13ec3716-0c0e-4f4d-9142-d52ba2cbc432} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10156 | 2024.07.12 00:41:58.333062 [ 3 ] {13ec3716-0c0e-4f4d-9142-d52ba2cbc432} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10157 | 2024.07.12 00:41:58.333223 [ 3 ] {13ec3716-0c0e-4f4d-9142-d52ba2cbc432} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00235 sec., 9787.234042553191 rows/sec., 529.42 KiB/sec. | ||
10158 | 2024.07.12 00:41:58.333408 [ 3 ] {13ec3716-0c0e-4f4d-9142-d52ba2cbc432} <Debug> DynamicQueryHandler: Done processing query | ||
10159 | 2024.07.12 00:41:58.333432 [ 3 ] {13ec3716-0c0e-4f4d-9142-d52ba2cbc432} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10160 | 2024.07.12 00:41:58.333448 [ 3 ] {} <Debug> HTTP-Session: baa56321-f15a-44d3-baa3-8f0fe8705814 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10161 | 2024.07.12 00:41:58.333605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10162 | 2024.07.12 00:41:58.333654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10163 | 2024.07.12 00:41:58.333673 [ 3 ] {} <Debug> HTTP-Session: b68b8c65-97a9-4822-9676-14e74420deed Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10164 | 2024.07.12 00:41:58.333689 [ 3 ] {} <Debug> HTTP-Session: b68b8c65-97a9-4822-9676-14e74420deed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10165 | 2024.07.12 00:41:58.333703 [ 3 ] {} <Debug> HTTP-Session: b68b8c65-97a9-4822-9676-14e74420deed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10166 | 2024.07.12 00:41:58.333734 [ 3 ] {} <Trace> HTTP-Session: b68b8c65-97a9-4822-9676-14e74420deed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10167 | 2024.07.12 00:41:58.333857 [ 3 ] {82bb0d6e-9330-4785-aa7c-8f3a71ad6d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10168 | 2024.07.12 00:41:58.333902 [ 3 ] {82bb0d6e-9330-4785-aa7c-8f3a71ad6d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10169 | 2024.07.12 00:41:58.334031 [ 3 ] {82bb0d6e-9330-4785-aa7c-8f3a71ad6d0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10170 | 2024.07.12 00:41:58.334339 [ 3 ] {82bb0d6e-9330-4785-aa7c-8f3a71ad6d0f} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10171 | 2024.07.12 00:41:58.334375 [ 3 ] {82bb0d6e-9330-4785-aa7c-8f3a71ad6d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10172 | 2024.07.12 00:41:58.334734 [ 3 ] {82bb0d6e-9330-4785-aa7c-8f3a71ad6d0f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10173 | 2024.07.12 00:41:58.335062 [ 3 ] {82bb0d6e-9330-4785-aa7c-8f3a71ad6d0f} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10174 | 2024.07.12 00:41:58.335218 [ 104 ] {} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10175 | 2024.07.12 00:41:58.335221 [ 3 ] {82bb0d6e-9330-4785-aa7c-8f3a71ad6d0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
10176 | 2024.07.12 00:41:58.335270 [ 104 ] {} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10177 | 2024.07.12 00:41:58.335330 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10178 | 2024.07.12 00:41:58.335518 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
10179 | 2024.07.12 00:41:58.335549 [ 3 ] {82bb0d6e-9330-4785-aa7c-8f3a71ad6d0f} <Debug> DynamicQueryHandler: Done processing query | ||
10180 | 2024.07.12 00:41:58.335604 [ 3 ] {82bb0d6e-9330-4785-aa7c-8f3a71ad6d0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10181 | 2024.07.12 00:41:58.335639 [ 3 ] {} <Debug> HTTP-Session: b68b8c65-97a9-4822-9676-14e74420deed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10182 | 2024.07.12 00:41:58.335752 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10183 | 2024.07.12 00:41:58.335793 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3286 rows starting from the beginning of the part | ||
10184 | 2024.07.12 00:41:58.335903 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
10185 | 2024.07.12 00:41:58.336077 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
10186 | 2024.07.12 00:41:58.336253 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
10187 | 2024.07.12 00:41:58.336388 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
10188 | 2024.07.12 00:41:58.336510 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
10189 | 2024.07.12 00:41:58.338174 [ 191 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3586 rows, containing 4 columns (4 merged, 0 gathered) in 0.002746232 sec., 1305789.1685771632 rows/sec., 88.02 MiB/sec. | ||
10190 | 2024.07.12 00:41:58.338639 [ 191 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10191 | 2024.07.12 00:41:58.339035 [ 191 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_61_12} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10192 | 2024.07.12 00:41:58.339114 [ 191 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_61_12} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10193 | 2024.07.12 00:41:58.339199 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
10194 | 2024.07.12 00:42:03.291746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10195 | 2024.07.12 00:42:03.291888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10196 | 2024.07.12 00:42:03.291919 [ 3 ] {} <Debug> HTTP-Session: af98af1e-94c0-4e25-8128-511d45cfe07e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10197 | 2024.07.12 00:42:03.291948 [ 3 ] {} <Debug> HTTP-Session: af98af1e-94c0-4e25-8128-511d45cfe07e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10198 | 2024.07.12 00:42:03.291968 [ 3 ] {} <Debug> HTTP-Session: af98af1e-94c0-4e25-8128-511d45cfe07e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10199 | 2024.07.12 00:42:03.292027 [ 3 ] {} <Trace> HTTP-Session: af98af1e-94c0-4e25-8128-511d45cfe07e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10200 | 2024.07.12 00:42:03.292234 [ 3 ] {e0475478-f479-4fb7-81d1-5ebf45ae702a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10201 | 2024.07.12 00:42:03.292312 [ 3 ] {e0475478-f479-4fb7-81d1-5ebf45ae702a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10202 | 2024.07.12 00:42:03.292539 [ 3 ] {e0475478-f479-4fb7-81d1-5ebf45ae702a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10203 | 2024.07.12 00:42:03.293006 [ 3 ] {e0475478-f479-4fb7-81d1-5ebf45ae702a} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10204 | 2024.07.12 00:42:03.293049 [ 3 ] {e0475478-f479-4fb7-81d1-5ebf45ae702a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10205 | 2024.07.12 00:42:03.293425 [ 3 ] {e0475478-f479-4fb7-81d1-5ebf45ae702a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
10206 | 2024.07.12 00:42:03.293774 [ 3 ] {e0475478-f479-4fb7-81d1-5ebf45ae702a} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10207 | 2024.07.12 00:42:03.293949 [ 3 ] {e0475478-f479-4fb7-81d1-5ebf45ae702a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00177 sec., 3389.830508474576 rows/sec., 276.42 KiB/sec. | ||
10208 | 2024.07.12 00:42:03.294161 [ 3 ] {e0475478-f479-4fb7-81d1-5ebf45ae702a} <Debug> DynamicQueryHandler: Done processing query | ||
10209 | 2024.07.12 00:42:03.294186 [ 3 ] {e0475478-f479-4fb7-81d1-5ebf45ae702a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10210 | 2024.07.12 00:42:03.294202 [ 3 ] {} <Debug> HTTP-Session: af98af1e-94c0-4e25-8128-511d45cfe07e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10211 | 2024.07.12 00:42:03.294364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10212 | 2024.07.12 00:42:03.294413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10213 | 2024.07.12 00:42:03.294434 [ 3 ] {} <Debug> HTTP-Session: 1d7b3216-87e1-40f8-a66a-9eba5023a676 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10214 | 2024.07.12 00:42:03.294451 [ 3 ] {} <Debug> HTTP-Session: 1d7b3216-87e1-40f8-a66a-9eba5023a676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10215 | 2024.07.12 00:42:03.294465 [ 3 ] {} <Debug> HTTP-Session: 1d7b3216-87e1-40f8-a66a-9eba5023a676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10216 | 2024.07.12 00:42:03.294498 [ 3 ] {} <Trace> HTTP-Session: 1d7b3216-87e1-40f8-a66a-9eba5023a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10217 | 2024.07.12 00:42:03.294621 [ 3 ] {79fe4fe0-5e02-4eeb-8967-9e2dc3857ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10218 | 2024.07.12 00:42:03.294664 [ 3 ] {79fe4fe0-5e02-4eeb-8967-9e2dc3857ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10219 | 2024.07.12 00:42:03.294789 [ 3 ] {79fe4fe0-5e02-4eeb-8967-9e2dc3857ce5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10220 | 2024.07.12 00:42:03.295176 [ 3 ] {79fe4fe0-5e02-4eeb-8967-9e2dc3857ce5} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10221 | 2024.07.12 00:42:03.295214 [ 3 ] {79fe4fe0-5e02-4eeb-8967-9e2dc3857ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10222 | 2024.07.12 00:42:03.295530 [ 3 ] {79fe4fe0-5e02-4eeb-8967-9e2dc3857ce5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10223 | 2024.07.12 00:42:03.295860 [ 3 ] {79fe4fe0-5e02-4eeb-8967-9e2dc3857ce5} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10224 | 2024.07.12 00:42:03.296014 [ 3 ] {79fe4fe0-5e02-4eeb-8967-9e2dc3857ce5} <Debug> executeQuery: Read 95 rows, 7.36 KiB in 0.001433 sec., 66294.48709002094 rows/sec., 5.02 MiB/sec. | ||
10225 | 2024.07.12 00:42:03.296188 [ 3 ] {79fe4fe0-5e02-4eeb-8967-9e2dc3857ce5} <Debug> DynamicQueryHandler: Done processing query | ||
10226 | 2024.07.12 00:42:03.296213 [ 3 ] {79fe4fe0-5e02-4eeb-8967-9e2dc3857ce5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10227 | 2024.07.12 00:42:03.296230 [ 3 ] {} <Debug> HTTP-Session: 1d7b3216-87e1-40f8-a66a-9eba5023a676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10228 | 2024.07.12 00:42:03.296386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10229 | 2024.07.12 00:42:03.296434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10230 | 2024.07.12 00:42:03.296455 [ 3 ] {} <Debug> HTTP-Session: 357b522d-2365-43b4-a4e7-a2c7ac7af8e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10231 | 2024.07.12 00:42:03.296471 [ 3 ] {} <Debug> HTTP-Session: 357b522d-2365-43b4-a4e7-a2c7ac7af8e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10232 | 2024.07.12 00:42:03.296485 [ 3 ] {} <Debug> HTTP-Session: 357b522d-2365-43b4-a4e7-a2c7ac7af8e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10233 | 2024.07.12 00:42:03.296517 [ 3 ] {} <Trace> HTTP-Session: 357b522d-2365-43b4-a4e7-a2c7ac7af8e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10234 | 2024.07.12 00:42:03.296615 [ 3 ] {4d8d9827-7b18-489e-9030-39bbb01e6549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10235 | 2024.07.12 00:42:03.296658 [ 3 ] {4d8d9827-7b18-489e-9030-39bbb01e6549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10236 | 2024.07.12 00:42:03.296784 [ 3 ] {4d8d9827-7b18-489e-9030-39bbb01e6549} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10237 | 2024.07.12 00:42:03.297127 [ 3 ] {4d8d9827-7b18-489e-9030-39bbb01e6549} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10238 | 2024.07.12 00:42:03.297164 [ 3 ] {4d8d9827-7b18-489e-9030-39bbb01e6549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10239 | 2024.07.12 00:42:03.297465 [ 3 ] {4d8d9827-7b18-489e-9030-39bbb01e6549} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
10240 | 2024.07.12 00:42:03.297778 [ 3 ] {4d8d9827-7b18-489e-9030-39bbb01e6549} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10241 | 2024.07.12 00:42:03.297906 [ 3 ] {4d8d9827-7b18-489e-9030-39bbb01e6549} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001314 sec., 4566.2100456621 rows/sec., 318.83 KiB/sec. | ||
10242 | 2024.07.12 00:42:03.298174 [ 3 ] {4d8d9827-7b18-489e-9030-39bbb01e6549} <Debug> DynamicQueryHandler: Done processing query | ||
10243 | 2024.07.12 00:42:03.298199 [ 3 ] {4d8d9827-7b18-489e-9030-39bbb01e6549} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10244 | 2024.07.12 00:42:03.298219 [ 3 ] {} <Debug> HTTP-Session: 357b522d-2365-43b4-a4e7-a2c7ac7af8e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10245 | 2024.07.12 00:42:03.298365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 15947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10246 | 2024.07.12 00:42:03.298415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10247 | 2024.07.12 00:42:03.298434 [ 3 ] {} <Debug> HTTP-Session: fff586ef-cd36-4083-88dd-9389e01d6919 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10248 | 2024.07.12 00:42:03.298451 [ 3 ] {} <Debug> HTTP-Session: fff586ef-cd36-4083-88dd-9389e01d6919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10249 | 2024.07.12 00:42:03.298466 [ 3 ] {} <Debug> HTTP-Session: fff586ef-cd36-4083-88dd-9389e01d6919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10250 | 2024.07.12 00:42:03.298498 [ 3 ] {} <Trace> HTTP-Session: fff586ef-cd36-4083-88dd-9389e01d6919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10251 | 2024.07.12 00:42:03.298620 [ 3 ] {e50a3fed-00b0-414f-b815-8c92d9568264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10252 | 2024.07.12 00:42:03.298665 [ 3 ] {e50a3fed-00b0-414f-b815-8c92d9568264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10253 | 2024.07.12 00:42:03.298810 [ 3 ] {e50a3fed-00b0-414f-b815-8c92d9568264} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10254 | 2024.07.12 00:42:03.299190 [ 3 ] {e50a3fed-00b0-414f-b815-8c92d9568264} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10255 | 2024.07.12 00:42:03.299227 [ 3 ] {e50a3fed-00b0-414f-b815-8c92d9568264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10256 | 2024.07.12 00:42:03.299546 [ 3 ] {e50a3fed-00b0-414f-b815-8c92d9568264} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10257 | 2024.07.12 00:42:03.299850 [ 3 ] {e50a3fed-00b0-414f-b815-8c92d9568264} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10258 | 2024.07.12 00:42:03.299972 [ 3 ] {e50a3fed-00b0-414f-b815-8c92d9568264} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.001396 sec., 67335.2435530086 rows/sec., 5.25 MiB/sec. | ||
10259 | 2024.07.12 00:42:03.300135 [ 3 ] {e50a3fed-00b0-414f-b815-8c92d9568264} <Debug> DynamicQueryHandler: Done processing query | ||
10260 | 2024.07.12 00:42:03.300160 [ 3 ] {e50a3fed-00b0-414f-b815-8c92d9568264} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
10261 | 2024.07.12 00:42:03.300175 [ 3 ] {} <Debug> HTTP-Session: fff586ef-cd36-4083-88dd-9389e01d6919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10262 | 2024.07.12 00:42:03.300341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10263 | 2024.07.12 00:42:03.300388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10264 | 2024.07.12 00:42:03.300407 [ 3 ] {} <Debug> HTTP-Session: 83c2455c-3580-4e8e-aac2-e5d34349b045 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10265 | 2024.07.12 00:42:03.300424 [ 3 ] {} <Debug> HTTP-Session: 83c2455c-3580-4e8e-aac2-e5d34349b045 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10266 | 2024.07.12 00:42:03.300437 [ 3 ] {} <Debug> HTTP-Session: 83c2455c-3580-4e8e-aac2-e5d34349b045 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10267 | 2024.07.12 00:42:03.300470 [ 3 ] {} <Trace> HTTP-Session: 83c2455c-3580-4e8e-aac2-e5d34349b045 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10268 | 2024.07.12 00:42:03.300641 [ 3 ] {542ae71f-2450-4bfd-ad0a-768a80f510a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10269 | 2024.07.12 00:42:03.300689 [ 3 ] {542ae71f-2450-4bfd-ad0a-768a80f510a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10270 | 2024.07.12 00:42:03.300830 [ 3 ] {542ae71f-2450-4bfd-ad0a-768a80f510a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10271 | 2024.07.12 00:42:03.301255 [ 3 ] {542ae71f-2450-4bfd-ad0a-768a80f510a4} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10272 | 2024.07.12 00:42:03.301291 [ 3 ] {542ae71f-2450-4bfd-ad0a-768a80f510a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10273 | 2024.07.12 00:42:03.301686 [ 3 ] {542ae71f-2450-4bfd-ad0a-768a80f510a4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10274 | 2024.07.12 00:42:03.302033 [ 3 ] {542ae71f-2450-4bfd-ad0a-768a80f510a4} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10275 | 2024.07.12 00:42:03.302161 [ 3 ] {542ae71f-2450-4bfd-ad0a-768a80f510a4} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001611 sec., 123525.76039726878 rows/sec., 8.62 MiB/sec. | ||
10276 | 2024.07.12 00:42:03.302441 [ 3 ] {542ae71f-2450-4bfd-ad0a-768a80f510a4} <Debug> DynamicQueryHandler: Done processing query | ||
10277 | 2024.07.12 00:42:03.302500 [ 3 ] {542ae71f-2450-4bfd-ad0a-768a80f510a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10278 | 2024.07.12 00:42:03.302554 [ 3 ] {} <Debug> HTTP-Session: 83c2455c-3580-4e8e-aac2-e5d34349b045 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10279 | 2024.07.12 00:42:03.302782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10280 | 2024.07.12 00:42:03.302835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10281 | 2024.07.12 00:42:03.302855 [ 3 ] {} <Debug> HTTP-Session: d81852bc-4e62-4164-b3ca-04a42b5f687c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10282 | 2024.07.12 00:42:03.302872 [ 3 ] {} <Debug> HTTP-Session: d81852bc-4e62-4164-b3ca-04a42b5f687c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10283 | 2024.07.12 00:42:03.302886 [ 3 ] {} <Debug> HTTP-Session: d81852bc-4e62-4164-b3ca-04a42b5f687c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10284 | 2024.07.12 00:42:03.302919 [ 3 ] {} <Trace> HTTP-Session: d81852bc-4e62-4164-b3ca-04a42b5f687c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10285 | 2024.07.12 00:42:03.303051 [ 3 ] {14dc96b4-c3d8-4a9e-b9fd-d095a749f50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10286 | 2024.07.12 00:42:03.303098 [ 3 ] {14dc96b4-c3d8-4a9e-b9fd-d095a749f50b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10287 | 2024.07.12 00:42:03.303242 [ 3 ] {14dc96b4-c3d8-4a9e-b9fd-d095a749f50b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10288 | 2024.07.12 00:42:03.303572 [ 3 ] {14dc96b4-c3d8-4a9e-b9fd-d095a749f50b} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10289 | 2024.07.12 00:42:03.303608 [ 3 ] {14dc96b4-c3d8-4a9e-b9fd-d095a749f50b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10290 | 2024.07.12 00:42:03.303983 [ 3 ] {14dc96b4-c3d8-4a9e-b9fd-d095a749f50b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10291 | 2024.07.12 00:42:03.304308 [ 3 ] {14dc96b4-c3d8-4a9e-b9fd-d095a749f50b} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10292 | 2024.07.12 00:42:03.304438 [ 3 ] {14dc96b4-c3d8-4a9e-b9fd-d095a749f50b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
10293 | 2024.07.12 00:42:03.304690 [ 3 ] {14dc96b4-c3d8-4a9e-b9fd-d095a749f50b} <Debug> DynamicQueryHandler: Done processing query | ||
10294 | 2024.07.12 00:42:03.304754 [ 3 ] {14dc96b4-c3d8-4a9e-b9fd-d095a749f50b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10295 | 2024.07.12 00:42:03.304810 [ 3 ] {} <Debug> HTTP-Session: d81852bc-4e62-4164-b3ca-04a42b5f687c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10296 | 2024.07.12 00:42:07.436801 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10297 | 2024.07.12 00:42:07.436872 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10298 | 2024.07.12 00:42:08.295348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10299 | 2024.07.12 00:42:08.295476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10300 | 2024.07.12 00:42:08.295506 [ 3 ] {} <Debug> HTTP-Session: 4de249ba-378d-42c6-98dc-bd68b3f39b23 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10301 | 2024.07.12 00:42:08.295536 [ 3 ] {} <Debug> HTTP-Session: 4de249ba-378d-42c6-98dc-bd68b3f39b23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10302 | 2024.07.12 00:42:08.295554 [ 3 ] {} <Debug> HTTP-Session: 4de249ba-378d-42c6-98dc-bd68b3f39b23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10303 | 2024.07.12 00:42:08.295610 [ 3 ] {} <Trace> HTTP-Session: 4de249ba-378d-42c6-98dc-bd68b3f39b23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10304 | 2024.07.12 00:42:08.295842 [ 3 ] {b6c57bc4-47d9-40bd-a114-4d1cd2950c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10305 | 2024.07.12 00:42:08.295912 [ 3 ] {b6c57bc4-47d9-40bd-a114-4d1cd2950c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10306 | 2024.07.12 00:42:08.296112 [ 3 ] {b6c57bc4-47d9-40bd-a114-4d1cd2950c7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10307 | 2024.07.12 00:42:08.296550 [ 3 ] {b6c57bc4-47d9-40bd-a114-4d1cd2950c7a} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10308 | 2024.07.12 00:42:08.296598 [ 3 ] {b6c57bc4-47d9-40bd-a114-4d1cd2950c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10309 | 2024.07.12 00:42:08.296978 [ 3 ] {b6c57bc4-47d9-40bd-a114-4d1cd2950c7a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10310 | 2024.07.12 00:42:08.297326 [ 3 ] {b6c57bc4-47d9-40bd-a114-4d1cd2950c7a} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10311 | 2024.07.12 00:42:08.297522 [ 3 ] {b6c57bc4-47d9-40bd-a114-4d1cd2950c7a} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001745 sec., 21203.438395415473 rows/sec., 1.60 MiB/sec. | ||
10312 | 2024.07.12 00:42:08.297885 [ 3 ] {b6c57bc4-47d9-40bd-a114-4d1cd2950c7a} <Debug> DynamicQueryHandler: Done processing query | ||
10313 | 2024.07.12 00:42:08.297912 [ 3 ] {b6c57bc4-47d9-40bd-a114-4d1cd2950c7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10314 | 2024.07.12 00:42:08.297929 [ 3 ] {} <Debug> HTTP-Session: 4de249ba-378d-42c6-98dc-bd68b3f39b23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10315 | 2024.07.12 00:42:08.298151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38399, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10316 | 2024.07.12 00:42:08.298208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10317 | 2024.07.12 00:42:08.298228 [ 3 ] {} <Debug> HTTP-Session: 47e626ec-4d58-4b69-b788-ce1c31bbf67b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10318 | 2024.07.12 00:42:08.298247 [ 3 ] {} <Debug> HTTP-Session: 47e626ec-4d58-4b69-b788-ce1c31bbf67b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10319 | 2024.07.12 00:42:08.298261 [ 3 ] {} <Debug> HTTP-Session: 47e626ec-4d58-4b69-b788-ce1c31bbf67b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10320 | 2024.07.12 00:42:08.298296 [ 3 ] {} <Trace> HTTP-Session: 47e626ec-4d58-4b69-b788-ce1c31bbf67b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10321 | 2024.07.12 00:42:08.298481 [ 3 ] {4abc325d-2188-4466-8a18-4430d6b40b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10322 | 2024.07.12 00:42:08.298530 [ 3 ] {4abc325d-2188-4466-8a18-4430d6b40b30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10323 | 2024.07.12 00:42:08.298681 [ 3 ] {4abc325d-2188-4466-8a18-4430d6b40b30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10324 | 2024.07.12 00:42:08.299169 [ 3 ] {4abc325d-2188-4466-8a18-4430d6b40b30} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10325 | 2024.07.12 00:42:08.299208 [ 3 ] {4abc325d-2188-4466-8a18-4430d6b40b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10326 | 2024.07.12 00:42:08.299542 [ 3 ] {4abc325d-2188-4466-8a18-4430d6b40b30} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10327 | 2024.07.12 00:42:08.299856 [ 3 ] {4abc325d-2188-4466-8a18-4430d6b40b30} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10328 | 2024.07.12 00:42:08.300022 [ 3 ] {4abc325d-2188-4466-8a18-4430d6b40b30} <Debug> executeQuery: Read 254 rows, 22.94 KiB in 0.001628 sec., 156019.65601965602 rows/sec., 13.76 MiB/sec. | ||
10329 | 2024.07.12 00:42:08.300189 [ 3 ] {4abc325d-2188-4466-8a18-4430d6b40b30} <Debug> DynamicQueryHandler: Done processing query | ||
10330 | 2024.07.12 00:42:08.300213 [ 3 ] {4abc325d-2188-4466-8a18-4430d6b40b30} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
10331 | 2024.07.12 00:42:08.300229 [ 3 ] {} <Debug> HTTP-Session: 47e626ec-4d58-4b69-b788-ce1c31bbf67b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10332 | 2024.07.12 00:42:08.300419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 66809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10333 | 2024.07.12 00:42:08.300470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10334 | 2024.07.12 00:42:08.300489 [ 3 ] {} <Debug> HTTP-Session: f69c41f5-9b45-4b44-aef5-70fe12450bc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10335 | 2024.07.12 00:42:08.300506 [ 3 ] {} <Debug> HTTP-Session: f69c41f5-9b45-4b44-aef5-70fe12450bc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10336 | 2024.07.12 00:42:08.300521 [ 3 ] {} <Debug> HTTP-Session: f69c41f5-9b45-4b44-aef5-70fe12450bc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10337 | 2024.07.12 00:42:08.300553 [ 3 ] {} <Trace> HTTP-Session: f69c41f5-9b45-4b44-aef5-70fe12450bc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10338 | 2024.07.12 00:42:08.300771 [ 3 ] {cccf2df0-4fe1-4df0-8435-605756877e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10339 | 2024.07.12 00:42:08.300817 [ 3 ] {cccf2df0-4fe1-4df0-8435-605756877e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10340 | 2024.07.12 00:42:08.300946 [ 3 ] {cccf2df0-4fe1-4df0-8435-605756877e6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10341 | 2024.07.12 00:42:08.301484 [ 3 ] {cccf2df0-4fe1-4df0-8435-605756877e6c} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10342 | 2024.07.12 00:42:08.301522 [ 3 ] {cccf2df0-4fe1-4df0-8435-605756877e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10343 | 2024.07.12 00:42:08.301848 [ 3 ] {cccf2df0-4fe1-4df0-8435-605756877e6c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10344 | 2024.07.12 00:42:08.302181 [ 3 ] {cccf2df0-4fe1-4df0-8435-605756877e6c} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10345 | 2024.07.12 00:42:08.302309 [ 3 ] {cccf2df0-4fe1-4df0-8435-605756877e6c} <Debug> executeQuery: Read 413 rows, 29.96 KiB in 0.001652 sec., 250000 rows/sec., 17.71 MiB/sec. | ||
10346 | 2024.07.12 00:42:08.302546 [ 3 ] {cccf2df0-4fe1-4df0-8435-605756877e6c} <Debug> DynamicQueryHandler: Done processing query | ||
10347 | 2024.07.12 00:42:08.302605 [ 3 ] {cccf2df0-4fe1-4df0-8435-605756877e6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
10348 | 2024.07.12 00:42:08.302662 [ 3 ] {} <Debug> HTTP-Session: f69c41f5-9b45-4b44-aef5-70fe12450bc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10349 | 2024.07.12 00:42:08.302856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10350 | 2024.07.12 00:42:08.302910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10351 | 2024.07.12 00:42:08.302930 [ 3 ] {} <Debug> HTTP-Session: 255468d3-dc3c-4cc8-b99d-d07bced55a87 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10352 | 2024.07.12 00:42:08.302947 [ 3 ] {} <Debug> HTTP-Session: 255468d3-dc3c-4cc8-b99d-d07bced55a87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10353 | 2024.07.12 00:42:08.302961 [ 3 ] {} <Debug> HTTP-Session: 255468d3-dc3c-4cc8-b99d-d07bced55a87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10354 | 2024.07.12 00:42:08.302995 [ 3 ] {} <Trace> HTTP-Session: 255468d3-dc3c-4cc8-b99d-d07bced55a87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10355 | 2024.07.12 00:42:08.303099 [ 3 ] {48d741ae-7d82-4f8b-b823-cfb0284a25b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10356 | 2024.07.12 00:42:08.303146 [ 3 ] {48d741ae-7d82-4f8b-b823-cfb0284a25b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10357 | 2024.07.12 00:42:08.303299 [ 3 ] {48d741ae-7d82-4f8b-b823-cfb0284a25b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10358 | 2024.07.12 00:42:08.303550 [ 3 ] {48d741ae-7d82-4f8b-b823-cfb0284a25b4} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10359 | 2024.07.12 00:42:08.303586 [ 3 ] {48d741ae-7d82-4f8b-b823-cfb0284a25b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10360 | 2024.07.12 00:42:08.303948 [ 3 ] {48d741ae-7d82-4f8b-b823-cfb0284a25b4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10361 | 2024.07.12 00:42:08.304273 [ 3 ] {48d741ae-7d82-4f8b-b823-cfb0284a25b4} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10362 | 2024.07.12 00:42:08.304402 [ 91 ] {} <Debug> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
10363 | 2024.07.12 00:42:08.304407 [ 3 ] {48d741ae-7d82-4f8b-b823-cfb0284a25b4} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001334 sec., 4497.751124437781 rows/sec., 193.26 KiB/sec. | ||
10364 | 2024.07.12 00:42:08.304442 [ 91 ] {} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10365 | 2024.07.12 00:42:08.304476 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10366 | 2024.07.12 00:42:08.304646 [ 3 ] {48d741ae-7d82-4f8b-b823-cfb0284a25b4} <Debug> DynamicQueryHandler: Done processing query | ||
10367 | 2024.07.12 00:42:08.304680 [ 3 ] {48d741ae-7d82-4f8b-b823-cfb0284a25b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10368 | 2024.07.12 00:42:08.304677 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
10369 | 2024.07.12 00:42:08.304702 [ 3 ] {} <Debug> HTTP-Session: 255468d3-dc3c-4cc8-b99d-d07bced55a87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10370 | 2024.07.12 00:42:08.304940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10371 | 2024.07.12 00:42:08.304972 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10372 | 2024.07.12 00:42:08.305049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10373 | 2024.07.12 00:42:08.305054 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
10374 | 2024.07.12 00:42:08.305085 [ 3 ] {} <Debug> HTTP-Session: b52bbda7-cc82-4591-b6f0-ae6882cd9a9e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10375 | 2024.07.12 00:42:08.305123 [ 3 ] {} <Debug> HTTP-Session: b52bbda7-cc82-4591-b6f0-ae6882cd9a9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10376 | 2024.07.12 00:42:08.305160 [ 3 ] {} <Debug> HTTP-Session: b52bbda7-cc82-4591-b6f0-ae6882cd9a9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10377 | 2024.07.12 00:42:08.305303 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
10378 | 2024.07.12 00:42:08.305326 [ 3 ] {} <Trace> HTTP-Session: b52bbda7-cc82-4591-b6f0-ae6882cd9a9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10379 | 2024.07.12 00:42:08.305630 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
10380 | 2024.07.12 00:42:08.305899 [ 3 ] {efbfe796-17a7-46a6-b7b3-3f7f44024b8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10381 | 2024.07.12 00:42:08.305958 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
10382 | 2024.07.12 00:42:08.306096 [ 3 ] {efbfe796-17a7-46a6-b7b3-3f7f44024b8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10383 | 2024.07.12 00:42:08.306240 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
10384 | 2024.07.12 00:42:08.306563 [ 197 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
10385 | 2024.07.12 00:42:08.307293 [ 3 ] {efbfe796-17a7-46a6-b7b3-3f7f44024b8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10386 | 2024.07.12 00:42:08.308256 [ 3 ] {efbfe796-17a7-46a6-b7b3-3f7f44024b8d} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10387 | 2024.07.12 00:42:08.308321 [ 3 ] {efbfe796-17a7-46a6-b7b3-3f7f44024b8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10388 | 2024.07.12 00:42:08.309464 [ 191 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.004899885 sec., 37960.07457317876 rows/sec., 1.59 MiB/sec. | ||
10389 | 2024.07.12 00:42:08.309479 [ 3 ] {efbfe796-17a7-46a6-b7b3-3f7f44024b8d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10390 | 2024.07.12 00:42:08.309702 [ 188 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
10391 | 2024.07.12 00:42:08.310217 [ 3 ] {efbfe796-17a7-46a6-b7b3-3f7f44024b8d} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10392 | 2024.07.12 00:42:08.310546 [ 90 ] {} <Debug> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
10393 | 2024.07.12 00:42:08.310599 [ 3 ] {efbfe796-17a7-46a6-b7b3-3f7f44024b8d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004983 sec., 15452.538631346579 rows/sec., 974.41 KiB/sec. | ||
10394 | 2024.07.12 00:42:08.310654 [ 90 ] {} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10395 | 2024.07.12 00:42:08.310756 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10396 | 2024.07.12 00:42:08.310803 [ 188 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_31_6} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10397 | 2024.07.12 00:42:08.311163 [ 196 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
10398 | 2024.07.12 00:42:08.311244 [ 188 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_31_6} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
10399 | 2024.07.12 00:42:08.311320 [ 3 ] {efbfe796-17a7-46a6-b7b3-3f7f44024b8d} <Debug> DynamicQueryHandler: Done processing query | ||
10400 | 2024.07.12 00:42:08.311448 [ 3 ] {efbfe796-17a7-46a6-b7b3-3f7f44024b8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10401 | 2024.07.12 00:42:08.311492 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
10402 | 2024.07.12 00:42:08.311528 [ 3 ] {} <Debug> HTTP-Session: b52bbda7-cc82-4591-b6f0-ae6882cd9a9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10403 | 2024.07.12 00:42:08.311607 [ 196 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10404 | 2024.07.12 00:42:08.311650 [ 196 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
10405 | 2024.07.12 00:42:08.311755 [ 196 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
10406 | 2024.07.12 00:42:08.311857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10407 | 2024.07.12 00:42:08.312031 [ 196 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
10408 | 2024.07.12 00:42:08.312070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10409 | 2024.07.12 00:42:08.312166 [ 3 ] {} <Debug> HTTP-Session: d8a76cc1-8953-4e71-97dc-4d6da7f9eb79 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10410 | 2024.07.12 00:42:08.312237 [ 3 ] {} <Debug> HTTP-Session: d8a76cc1-8953-4e71-97dc-4d6da7f9eb79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10411 | 2024.07.12 00:42:08.312304 [ 196 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
10412 | 2024.07.12 00:42:08.312321 [ 3 ] {} <Debug> HTTP-Session: d8a76cc1-8953-4e71-97dc-4d6da7f9eb79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10413 | 2024.07.12 00:42:08.312512 [ 3 ] {} <Trace> HTTP-Session: d8a76cc1-8953-4e71-97dc-4d6da7f9eb79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10414 | 2024.07.12 00:42:08.312576 [ 196 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
10415 | 2024.07.12 00:42:08.312785 [ 196 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
10416 | 2024.07.12 00:42:08.313115 [ 3 ] {83b4febd-55d9-4b7d-ba07-2b5e221a481d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10417 | 2024.07.12 00:42:08.313246 [ 3 ] {83b4febd-55d9-4b7d-ba07-2b5e221a481d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10418 | 2024.07.12 00:42:08.313762 [ 3 ] {83b4febd-55d9-4b7d-ba07-2b5e221a481d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10419 | 2024.07.12 00:42:08.314770 [ 3 ] {83b4febd-55d9-4b7d-ba07-2b5e221a481d} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10420 | 2024.07.12 00:42:08.314839 [ 3 ] {83b4febd-55d9-4b7d-ba07-2b5e221a481d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10421 | 2024.07.12 00:42:08.315661 [ 3 ] {83b4febd-55d9-4b7d-ba07-2b5e221a481d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10422 | 2024.07.12 00:42:08.315981 [ 191 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2387 rows, containing 5 columns (5 merged, 0 gathered) in 0.005070107 sec., 470798.74251174583 rows/sec., 28.99 MiB/sec. | ||
10423 | 2024.07.12 00:42:08.316256 [ 3 ] {83b4febd-55d9-4b7d-ba07-2b5e221a481d} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10424 | 2024.07.12 00:42:08.316263 [ 191 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
10425 | 2024.07.12 00:42:08.316504 [ 3 ] {83b4febd-55d9-4b7d-ba07-2b5e221a481d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003688 sec., 43383.94793926247 rows/sec., 3.02 MiB/sec. | ||
10426 | 2024.07.12 00:42:08.316985 [ 3 ] {83b4febd-55d9-4b7d-ba07-2b5e221a481d} <Debug> DynamicQueryHandler: Done processing query | ||
10427 | 2024.07.12 00:42:08.317065 [ 3 ] {83b4febd-55d9-4b7d-ba07-2b5e221a481d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10428 | 2024.07.12 00:42:08.317148 [ 3 ] {} <Debug> HTTP-Session: d8a76cc1-8953-4e71-97dc-4d6da7f9eb79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10429 | 2024.07.12 00:42:08.317479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 50121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10430 | 2024.07.12 00:42:08.317672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10431 | 2024.07.12 00:42:08.317769 [ 3 ] {} <Debug> HTTP-Session: 94351346-3110-4d0e-86a6-edf1ec8b0ecb Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10432 | 2024.07.12 00:42:08.317860 [ 3 ] {} <Debug> HTTP-Session: 94351346-3110-4d0e-86a6-edf1ec8b0ecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10433 | 2024.07.12 00:42:08.317939 [ 3 ] {} <Debug> HTTP-Session: 94351346-3110-4d0e-86a6-edf1ec8b0ecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10434 | 2024.07.12 00:42:08.318099 [ 3 ] {} <Trace> HTTP-Session: 94351346-3110-4d0e-86a6-edf1ec8b0ecb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10435 | 2024.07.12 00:42:08.318090 [ 191 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10436 | 2024.07.12 00:42:08.318305 [ 191 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
10437 | 2024.07.12 00:42:08.318399 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
10438 | 2024.07.12 00:42:08.318586 [ 3 ] {b0dcb2f5-e5fc-43bd-a5b1-5ae3e8ed9c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10439 | 2024.07.12 00:42:08.318655 [ 3 ] {b0dcb2f5-e5fc-43bd-a5b1-5ae3e8ed9c57} <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 | ||
10440 | 2024.07.12 00:42:08.319123 [ 3 ] {b0dcb2f5-e5fc-43bd-a5b1-5ae3e8ed9c57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10441 | 2024.07.12 00:42:08.319795 [ 3 ] {b0dcb2f5-e5fc-43bd-a5b1-5ae3e8ed9c57} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10442 | 2024.07.12 00:42:08.319832 [ 3 ] {b0dcb2f5-e5fc-43bd-a5b1-5ae3e8ed9c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10443 | 2024.07.12 00:42:08.320455 [ 3 ] {b0dcb2f5-e5fc-43bd-a5b1-5ae3e8ed9c57} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10444 | 2024.07.12 00:42:08.320862 [ 3 ] {b0dcb2f5-e5fc-43bd-a5b1-5ae3e8ed9c57} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10445 | 2024.07.12 00:42:08.321052 [ 90 ] {} <Debug> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
10446 | 2024.07.12 00:42:08.321061 [ 3 ] {b0dcb2f5-e5fc-43bd-a5b1-5ae3e8ed9c57} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002774 sec., 11175.19826964672 rows/sec., 20.03 MiB/sec. | ||
10447 | 2024.07.12 00:42:08.321118 [ 90 ] {} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10448 | 2024.07.12 00:42:08.321192 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10449 | 2024.07.12 00:42:08.321595 [ 187 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::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 | ||
10450 | 2024.07.12 00:42:08.321881 [ 3 ] {b0dcb2f5-e5fc-43bd-a5b1-5ae3e8ed9c57} <Debug> DynamicQueryHandler: Done processing query | ||
10451 | 2024.07.12 00:42:08.321964 [ 3 ] {b0dcb2f5-e5fc-43bd-a5b1-5ae3e8ed9c57} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
10452 | 2024.07.12 00:42:08.322044 [ 3 ] {} <Debug> HTTP-Session: 94351346-3110-4d0e-86a6-edf1ec8b0ecb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10453 | 2024.07.12 00:42:08.322330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10454 | 2024.07.12 00:42:08.322419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10455 | 2024.07.12 00:42:08.322451 [ 3 ] {} <Debug> HTTP-Session: 1f6847b4-d41a-437d-8779-4664b6fd3090 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10456 | 2024.07.12 00:42:08.322485 [ 3 ] {} <Debug> HTTP-Session: 1f6847b4-d41a-437d-8779-4664b6fd3090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10457 | 2024.07.12 00:42:08.322509 [ 3 ] {} <Debug> HTTP-Session: 1f6847b4-d41a-437d-8779-4664b6fd3090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10458 | 2024.07.12 00:42:08.322560 [ 3 ] {} <Trace> HTTP-Session: 1f6847b4-d41a-437d-8779-4664b6fd3090 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10459 | 2024.07.12 00:42:08.322609 [ 187 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10460 | 2024.07.12 00:42:08.322691 [ 187 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 785 rows starting from the beginning of the part | ||
10461 | 2024.07.12 00:42:08.322706 [ 3 ] {b5a7d43f-4d96-4d3d-9923-c19704110d56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10462 | 2024.07.12 00:42:08.322768 [ 3 ] {b5a7d43f-4d96-4d3d-9923-c19704110d56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10463 | 2024.07.12 00:42:08.323370 [ 187 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part | ||
10464 | 2024.07.12 00:42:08.323440 [ 3 ] {b5a7d43f-4d96-4d3d-9923-c19704110d56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10465 | 2024.07.12 00:42:08.323902 [ 187 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 31 rows starting from the beginning of the part | ||
10466 | 2024.07.12 00:42:08.324376 [ 3 ] {b5a7d43f-4d96-4d3d-9923-c19704110d56} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10467 | 2024.07.12 00:42:08.324442 [ 3 ] {b5a7d43f-4d96-4d3d-9923-c19704110d56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10468 | 2024.07.12 00:42:08.324470 [ 187 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part | ||
10469 | 2024.07.12 00:42:08.324990 [ 187 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 31 rows starting from the beginning of the part | ||
10470 | 2024.07.12 00:42:08.325484 [ 187 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part | ||
10471 | 2024.07.12 00:42:08.325527 [ 3 ] {b5a7d43f-4d96-4d3d-9923-c19704110d56} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10472 | 2024.07.12 00:42:08.326264 [ 3 ] {b5a7d43f-4d96-4d3d-9923-c19704110d56} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10473 | 2024.07.12 00:42:08.326487 [ 90 ] {} <Debug> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
10474 | 2024.07.12 00:42:08.326510 [ 3 ] {b5a7d43f-4d96-4d3d-9923-c19704110d56} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003841 sec., 5988.023952095808 rows/sec., 323.91 KiB/sec. | ||
10475 | 2024.07.12 00:42:08.326593 [ 90 ] {} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10476 | 2024.07.12 00:42:08.326711 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10477 | 2024.07.12 00:42:08.327166 [ 3 ] {b5a7d43f-4d96-4d3d-9923-c19704110d56} <Debug> DynamicQueryHandler: Done processing query | ||
10478 | 2024.07.12 00:42:08.327302 [ 3 ] {b5a7d43f-4d96-4d3d-9923-c19704110d56} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10479 | 2024.07.12 00:42:08.327469 [ 3 ] {} <Debug> HTTP-Session: 1f6847b4-d41a-437d-8779-4664b6fd3090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10480 | 2024.07.12 00:42:08.327671 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
10481 | 2024.07.12 00:42:08.327947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10482 | 2024.07.12 00:42:08.328218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10483 | 2024.07.12 00:42:08.328345 [ 3 ] {} <Debug> HTTP-Session: 05c60d15-f52c-4f36-be55-cd50d98a0f83 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10484 | 2024.07.12 00:42:08.328469 [ 3 ] {} <Debug> HTTP-Session: 05c60d15-f52c-4f36-be55-cd50d98a0f83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10485 | 2024.07.12 00:42:08.328557 [ 3 ] {} <Debug> HTTP-Session: 05c60d15-f52c-4f36-be55-cd50d98a0f83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10486 | 2024.07.12 00:42:08.328619 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10487 | 2024.07.12 00:42:08.328639 [ 3 ] {} <Trace> HTTP-Session: 05c60d15-f52c-4f36-be55-cd50d98a0f83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10488 | 2024.07.12 00:42:08.328694 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 625 rows starting from the beginning of the part | ||
10489 | 2024.07.12 00:42:08.328925 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
10490 | 2024.07.12 00:42:08.328927 [ 3 ] {b85455ec-e483-498a-aec3-b1088bf5a665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10491 | 2024.07.12 00:42:08.329136 [ 3 ] {b85455ec-e483-498a-aec3-b1088bf5a665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10492 | 2024.07.12 00:42:08.329288 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
10493 | 2024.07.12 00:42:08.329830 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
10494 | 2024.07.12 00:42:08.330344 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
10495 | 2024.07.12 00:42:08.330847 [ 191 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
10496 | 2024.07.12 00:42:08.331101 [ 3 ] {b85455ec-e483-498a-aec3-b1088bf5a665} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10497 | 2024.07.12 00:42:08.332657 [ 3 ] {b85455ec-e483-498a-aec3-b1088bf5a665} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10498 | 2024.07.12 00:42:08.332753 [ 3 ] {b85455ec-e483-498a-aec3-b1088bf5a665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10499 | 2024.07.12 00:42:08.334485 [ 3 ] {b85455ec-e483-498a-aec3-b1088bf5a665} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10500 | 2024.07.12 00:42:08.336305 [ 200 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 4 columns (4 merged, 0 gathered) in 0.009352134 sec., 79126.32560654072 rows/sec., 4.24 MiB/sec. | ||
10501 | 2024.07.12 00:42:08.336531 [ 3 ] {b85455ec-e483-498a-aec3-b1088bf5a665} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10502 | 2024.07.12 00:42:08.337001 [ 200 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
10503 | 2024.07.12 00:42:08.337218 [ 3 ] {b85455ec-e483-498a-aec3-b1088bf5a665} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008397 sec., 7145.409074669525 rows/sec., 493.11 KiB/sec. | ||
10504 | 2024.07.12 00:42:08.338124 [ 3 ] {b85455ec-e483-498a-aec3-b1088bf5a665} <Debug> DynamicQueryHandler: Done processing query | ||
10505 | 2024.07.12 00:42:08.338235 [ 3 ] {b85455ec-e483-498a-aec3-b1088bf5a665} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10506 | 2024.07.12 00:42:08.338327 [ 3 ] {} <Debug> HTTP-Session: 05c60d15-f52c-4f36-be55-cd50d98a0f83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10507 | 2024.07.12 00:42:08.338594 [ 200 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_31_6} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10508 | 2024.07.12 00:42:08.338810 [ 200 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_31_6} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
10509 | 2024.07.12 00:42:08.339001 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
10510 | 2024.07.12 00:42:08.344695 [ 189 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 940 rows, containing 19 columns (19 merged, 0 gathered) in 0.023372069 sec., 40218.9468121115 rows/sec., 72.07 MiB/sec. | ||
10511 | 2024.07.12 00:42:08.345640 [ 189 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
10512 | 2024.07.12 00:42:08.346270 [ 189 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10513 | 2024.07.12 00:42:08.346366 [ 189 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
10514 | 2024.07.12 00:42:08.346525 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.77 MiB. | ||
10515 | 2024.07.12 00:42:13.289798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10516 | 2024.07.12 00:42:13.289944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10517 | 2024.07.12 00:42:13.289975 [ 3 ] {} <Debug> HTTP-Session: cd4a9baf-e4bc-4029-9730-0f0bc8359d4c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10518 | 2024.07.12 00:42:13.290001 [ 3 ] {} <Debug> HTTP-Session: cd4a9baf-e4bc-4029-9730-0f0bc8359d4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10519 | 2024.07.12 00:42:13.290017 [ 3 ] {} <Debug> HTTP-Session: cd4a9baf-e4bc-4029-9730-0f0bc8359d4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10520 | 2024.07.12 00:42:13.290072 [ 3 ] {} <Trace> HTTP-Session: cd4a9baf-e4bc-4029-9730-0f0bc8359d4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10521 | 2024.07.12 00:42:13.290288 [ 3 ] {41623c21-7f92-4238-9484-ef16d67f050e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10522 | 2024.07.12 00:42:13.290360 [ 3 ] {41623c21-7f92-4238-9484-ef16d67f050e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10523 | 2024.07.12 00:42:13.290563 [ 3 ] {41623c21-7f92-4238-9484-ef16d67f050e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10524 | 2024.07.12 00:42:13.291124 [ 3 ] {41623c21-7f92-4238-9484-ef16d67f050e} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10525 | 2024.07.12 00:42:13.291186 [ 3 ] {41623c21-7f92-4238-9484-ef16d67f050e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10526 | 2024.07.12 00:42:13.291707 [ 3 ] {41623c21-7f92-4238-9484-ef16d67f050e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10527 | 2024.07.12 00:42:13.292154 [ 3 ] {41623c21-7f92-4238-9484-ef16d67f050e} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10528 | 2024.07.12 00:42:13.292347 [ 3 ] {41623c21-7f92-4238-9484-ef16d67f050e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002129 sec., 26303.428839830907 rows/sec., 2.01 MiB/sec. | ||
10529 | 2024.07.12 00:42:13.292638 [ 3 ] {41623c21-7f92-4238-9484-ef16d67f050e} <Debug> DynamicQueryHandler: Done processing query | ||
10530 | 2024.07.12 00:42:13.292669 [ 3 ] {41623c21-7f92-4238-9484-ef16d67f050e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10531 | 2024.07.12 00:42:13.292688 [ 3 ] {} <Debug> HTTP-Session: cd4a9baf-e4bc-4029-9730-0f0bc8359d4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10532 | 2024.07.12 00:42:13.292882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10533 | 2024.07.12 00:42:13.292943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10534 | 2024.07.12 00:42:13.292967 [ 3 ] {} <Debug> HTTP-Session: 33a0515f-0713-4cb6-9b67-e17aef3cabbb Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10535 | 2024.07.12 00:42:13.292990 [ 3 ] {} <Debug> HTTP-Session: 33a0515f-0713-4cb6-9b67-e17aef3cabbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10536 | 2024.07.12 00:42:13.293007 [ 3 ] {} <Debug> HTTP-Session: 33a0515f-0713-4cb6-9b67-e17aef3cabbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10537 | 2024.07.12 00:42:13.293046 [ 3 ] {} <Trace> HTTP-Session: 33a0515f-0713-4cb6-9b67-e17aef3cabbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10538 | 2024.07.12 00:42:13.293189 [ 3 ] {c2ba4cf8-0dc5-4b13-b2a3-d2ce3776da8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10539 | 2024.07.12 00:42:13.293241 [ 3 ] {c2ba4cf8-0dc5-4b13-b2a3-d2ce3776da8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10540 | 2024.07.12 00:42:13.293386 [ 3 ] {c2ba4cf8-0dc5-4b13-b2a3-d2ce3776da8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10541 | 2024.07.12 00:42:13.293726 [ 3 ] {c2ba4cf8-0dc5-4b13-b2a3-d2ce3776da8b} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10542 | 2024.07.12 00:42:13.293765 [ 3 ] {c2ba4cf8-0dc5-4b13-b2a3-d2ce3776da8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10543 | 2024.07.12 00:42:13.294098 [ 3 ] {c2ba4cf8-0dc5-4b13-b2a3-d2ce3776da8b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10544 | 2024.07.12 00:42:13.294426 [ 3 ] {c2ba4cf8-0dc5-4b13-b2a3-d2ce3776da8b} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10545 | 2024.07.12 00:42:13.294587 [ 3 ] {c2ba4cf8-0dc5-4b13-b2a3-d2ce3776da8b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001448 sec., 44198.895027624305 rows/sec., 3.45 MiB/sec. | ||
10546 | 2024.07.12 00:42:13.294762 [ 3 ] {c2ba4cf8-0dc5-4b13-b2a3-d2ce3776da8b} <Debug> DynamicQueryHandler: Done processing query | ||
10547 | 2024.07.12 00:42:13.294789 [ 3 ] {c2ba4cf8-0dc5-4b13-b2a3-d2ce3776da8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10548 | 2024.07.12 00:42:13.294806 [ 3 ] {} <Debug> HTTP-Session: 33a0515f-0713-4cb6-9b67-e17aef3cabbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10549 | 2024.07.12 00:42:13.295001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10550 | 2024.07.12 00:42:13.295055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10551 | 2024.07.12 00:42:13.295077 [ 3 ] {} <Debug> HTTP-Session: 2e1def18-84b5-4ed9-bcf3-e25fca774c4e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10552 | 2024.07.12 00:42:13.295096 [ 3 ] {} <Debug> HTTP-Session: 2e1def18-84b5-4ed9-bcf3-e25fca774c4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10553 | 2024.07.12 00:42:13.295111 [ 3 ] {} <Debug> HTTP-Session: 2e1def18-84b5-4ed9-bcf3-e25fca774c4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10554 | 2024.07.12 00:42:13.295148 [ 3 ] {} <Trace> HTTP-Session: 2e1def18-84b5-4ed9-bcf3-e25fca774c4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10555 | 2024.07.12 00:42:13.295310 [ 3 ] {8daab88e-e702-4993-be3e-3470b1b6b0ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10556 | 2024.07.12 00:42:13.295360 [ 3 ] {8daab88e-e702-4993-be3e-3470b1b6b0ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10557 | 2024.07.12 00:42:13.295510 [ 3 ] {8daab88e-e702-4993-be3e-3470b1b6b0ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10558 | 2024.07.12 00:42:13.295860 [ 3 ] {8daab88e-e702-4993-be3e-3470b1b6b0ba} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10559 | 2024.07.12 00:42:13.295898 [ 3 ] {8daab88e-e702-4993-be3e-3470b1b6b0ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10560 | 2024.07.12 00:42:13.296302 [ 3 ] {8daab88e-e702-4993-be3e-3470b1b6b0ba} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10561 | 2024.07.12 00:42:13.296643 [ 3 ] {8daab88e-e702-4993-be3e-3470b1b6b0ba} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10562 | 2024.07.12 00:42:13.296800 [ 3 ] {8daab88e-e702-4993-be3e-3470b1b6b0ba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. | ||
10563 | 2024.07.12 00:42:13.296986 [ 3 ] {8daab88e-e702-4993-be3e-3470b1b6b0ba} <Debug> DynamicQueryHandler: Done processing query | ||
10564 | 2024.07.12 00:42:13.297015 [ 3 ] {8daab88e-e702-4993-be3e-3470b1b6b0ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10565 | 2024.07.12 00:42:13.297032 [ 3 ] {} <Debug> HTTP-Session: 2e1def18-84b5-4ed9-bcf3-e25fca774c4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10566 | 2024.07.12 00:42:13.297189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10567 | 2024.07.12 00:42:13.297238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10568 | 2024.07.12 00:42:13.297257 [ 3 ] {} <Debug> HTTP-Session: 77d57c9b-ca08-40ff-8b5f-ae1c2fb518da Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10569 | 2024.07.12 00:42:13.297275 [ 3 ] {} <Debug> HTTP-Session: 77d57c9b-ca08-40ff-8b5f-ae1c2fb518da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10570 | 2024.07.12 00:42:13.297289 [ 3 ] {} <Debug> HTTP-Session: 77d57c9b-ca08-40ff-8b5f-ae1c2fb518da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10571 | 2024.07.12 00:42:13.297320 [ 3 ] {} <Trace> HTTP-Session: 77d57c9b-ca08-40ff-8b5f-ae1c2fb518da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10572 | 2024.07.12 00:42:13.297442 [ 3 ] {b64f0c25-8ae8-4ae3-91cc-512a8efea3bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10573 | 2024.07.12 00:42:13.297489 [ 3 ] {b64f0c25-8ae8-4ae3-91cc-512a8efea3bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10574 | 2024.07.12 00:42:13.297619 [ 3 ] {b64f0c25-8ae8-4ae3-91cc-512a8efea3bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10575 | 2024.07.12 00:42:13.297994 [ 3 ] {b64f0c25-8ae8-4ae3-91cc-512a8efea3bd} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10576 | 2024.07.12 00:42:13.298033 [ 3 ] {b64f0c25-8ae8-4ae3-91cc-512a8efea3bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10577 | 2024.07.12 00:42:13.298437 [ 3 ] {b64f0c25-8ae8-4ae3-91cc-512a8efea3bd} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10578 | 2024.07.12 00:42:13.298775 [ 3 ] {b64f0c25-8ae8-4ae3-91cc-512a8efea3bd} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10579 | 2024.07.12 00:42:13.298940 [ 3 ] {b64f0c25-8ae8-4ae3-91cc-512a8efea3bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001532 sec., 39164.490861618804 rows/sec., 2.64 MiB/sec. | ||
10580 | 2024.07.12 00:42:13.299126 [ 3 ] {b64f0c25-8ae8-4ae3-91cc-512a8efea3bd} <Debug> DynamicQueryHandler: Done processing query | ||
10581 | 2024.07.12 00:42:13.299152 [ 3 ] {b64f0c25-8ae8-4ae3-91cc-512a8efea3bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10582 | 2024.07.12 00:42:13.299168 [ 3 ] {} <Debug> HTTP-Session: 77d57c9b-ca08-40ff-8b5f-ae1c2fb518da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10583 | 2024.07.12 00:42:14.435650 [ 85 ] {} <Debug> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
10584 | 2024.07.12 00:42:14.435773 [ 85 ] {} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10585 | 2024.07.12 00:42:14.435817 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10586 | 2024.07.12 00:42:14.436437 [ 192 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
10587 | 2024.07.12 00:42:14.437080 [ 192 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10588 | 2024.07.12 00:42:14.437171 [ 192 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 16 rows starting from the beginning of the part | ||
10589 | 2024.07.12 00:42:14.437280 [ 192 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
10590 | 2024.07.12 00:42:14.437366 [ 192 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
10591 | 2024.07.12 00:42:14.437563 [ 192 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
10592 | 2024.07.12 00:42:14.437810 [ 192 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
10593 | 2024.07.12 00:42:14.438698 [ 189 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 4 columns (4 merged, 0 gathered) in 0.002763973 sec., 13748.325327345818 rows/sec., 1.09 MiB/sec. | ||
10594 | 2024.07.12 00:42:14.438877 [ 186 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
10595 | 2024.07.12 00:42:14.439321 [ 186 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_14_3} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10596 | 2024.07.12 00:42:14.439414 [ 186 ] {ee549f99-1063-4f4a-826d-4eed56033452::all_1_14_3} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
10597 | 2024.07.12 00:42:14.439515 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10598 | 2024.07.12 00:42:15.121697 [ 82 ] {} <Debug> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
10599 | 2024.07.12 00:42:15.121780 [ 82 ] {} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10600 | 2024.07.12 00:42:15.121813 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10601 | 2024.07.12 00:42:15.122063 [ 186 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
10602 | 2024.07.12 00:42:15.122286 [ 186 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10603 | 2024.07.12 00:42:15.122330 [ 186 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 16 rows starting from the beginning of the part | ||
10604 | 2024.07.12 00:42:15.122415 [ 186 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
10605 | 2024.07.12 00:42:15.122611 [ 186 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
10606 | 2024.07.12 00:42:15.123000 [ 186 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
10607 | 2024.07.12 00:42:15.123095 [ 186 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
10608 | 2024.07.12 00:42:15.124045 [ 189 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 4 columns (4 merged, 0 gathered) in 0.002144193 sec., 17722.28526070181 rows/sec., 1.21 MiB/sec. | ||
10609 | 2024.07.12 00:42:15.124234 [ 193 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
10610 | 2024.07.12 00:42:15.124726 [ 193 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_14_3} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10611 | 2024.07.12 00:42:15.124830 [ 193 ] {e1c0faa3-3923-4bc7-bebd-90e0934d6f4f::all_1_14_3} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
10612 | 2024.07.12 00:42:15.124937 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
10613 | 2024.07.12 00:42:18.295677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10614 | 2024.07.12 00:42:18.295820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10615 | 2024.07.12 00:42:18.295850 [ 3 ] {} <Debug> HTTP-Session: 744660fe-9b7e-4e1d-903f-9aff42a1e766 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10616 | 2024.07.12 00:42:18.295879 [ 3 ] {} <Debug> HTTP-Session: 744660fe-9b7e-4e1d-903f-9aff42a1e766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10617 | 2024.07.12 00:42:18.295899 [ 3 ] {} <Debug> HTTP-Session: 744660fe-9b7e-4e1d-903f-9aff42a1e766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10618 | 2024.07.12 00:42:18.295954 [ 3 ] {} <Trace> HTTP-Session: 744660fe-9b7e-4e1d-903f-9aff42a1e766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10619 | 2024.07.12 00:42:18.296172 [ 3 ] {282fa4c8-3b44-4aca-a209-4225858efe16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10620 | 2024.07.12 00:42:18.296239 [ 3 ] {282fa4c8-3b44-4aca-a209-4225858efe16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10621 | 2024.07.12 00:42:18.296433 [ 3 ] {282fa4c8-3b44-4aca-a209-4225858efe16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10622 | 2024.07.12 00:42:18.296854 [ 3 ] {282fa4c8-3b44-4aca-a209-4225858efe16} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10623 | 2024.07.12 00:42:18.296898 [ 3 ] {282fa4c8-3b44-4aca-a209-4225858efe16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10624 | 2024.07.12 00:42:18.297269 [ 3 ] {282fa4c8-3b44-4aca-a209-4225858efe16} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
10625 | 2024.07.12 00:42:18.297598 [ 3 ] {282fa4c8-3b44-4aca-a209-4225858efe16} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10626 | 2024.07.12 00:42:18.297776 [ 3 ] {282fa4c8-3b44-4aca-a209-4225858efe16} <Debug> executeQuery: Read 42 rows, 3.26 KiB in 0.001715 sec., 24489.79591836735 rows/sec., 1.86 MiB/sec. | ||
10627 | 2024.07.12 00:42:18.298083 [ 3 ] {282fa4c8-3b44-4aca-a209-4225858efe16} <Debug> DynamicQueryHandler: Done processing query | ||
10628 | 2024.07.12 00:42:18.298110 [ 3 ] {282fa4c8-3b44-4aca-a209-4225858efe16} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10629 | 2024.07.12 00:42:18.298126 [ 3 ] {} <Debug> HTTP-Session: 744660fe-9b7e-4e1d-903f-9aff42a1e766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10630 | 2024.07.12 00:42:18.298448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 40679, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10631 | 2024.07.12 00:42:18.298502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10632 | 2024.07.12 00:42:18.298522 [ 3 ] {} <Debug> HTTP-Session: 0133e0c3-3c17-436b-af10-9781183dcbb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10633 | 2024.07.12 00:42:18.298540 [ 3 ] {} <Debug> HTTP-Session: 0133e0c3-3c17-436b-af10-9781183dcbb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10634 | 2024.07.12 00:42:18.298555 [ 3 ] {} <Debug> HTTP-Session: 0133e0c3-3c17-436b-af10-9781183dcbb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10635 | 2024.07.12 00:42:18.298590 [ 3 ] {} <Trace> HTTP-Session: 0133e0c3-3c17-436b-af10-9781183dcbb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10636 | 2024.07.12 00:42:18.298787 [ 3 ] {68d2af4b-235d-409c-9c64-8f03d68e427a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10637 | 2024.07.12 00:42:18.298835 [ 3 ] {68d2af4b-235d-409c-9c64-8f03d68e427a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10638 | 2024.07.12 00:42:18.298967 [ 3 ] {68d2af4b-235d-409c-9c64-8f03d68e427a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10639 | 2024.07.12 00:42:18.299454 [ 3 ] {68d2af4b-235d-409c-9c64-8f03d68e427a} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10640 | 2024.07.12 00:42:18.299492 [ 3 ] {68d2af4b-235d-409c-9c64-8f03d68e427a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10641 | 2024.07.12 00:42:18.299835 [ 3 ] {68d2af4b-235d-409c-9c64-8f03d68e427a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10642 | 2024.07.12 00:42:18.300165 [ 3 ] {68d2af4b-235d-409c-9c64-8f03d68e427a} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10643 | 2024.07.12 00:42:18.300325 [ 3 ] {68d2af4b-235d-409c-9c64-8f03d68e427a} <Debug> executeQuery: Read 269 rows, 24.30 KiB in 0.001637 sec., 164324.98472816127 rows/sec., 14.50 MiB/sec. | ||
10644 | 2024.07.12 00:42:18.300509 [ 3 ] {68d2af4b-235d-409c-9c64-8f03d68e427a} <Debug> DynamicQueryHandler: Done processing query | ||
10645 | 2024.07.12 00:42:18.300534 [ 3 ] {68d2af4b-235d-409c-9c64-8f03d68e427a} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
10646 | 2024.07.12 00:42:18.300550 [ 3 ] {} <Debug> HTTP-Session: 0133e0c3-3c17-436b-af10-9781183dcbb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10647 | 2024.07.12 00:42:18.300808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 68196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10648 | 2024.07.12 00:42:18.300860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10649 | 2024.07.12 00:42:18.300880 [ 3 ] {} <Debug> HTTP-Session: cafb1838-2bf3-4af3-b64f-e26a714402e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10650 | 2024.07.12 00:42:18.300897 [ 3 ] {} <Debug> HTTP-Session: cafb1838-2bf3-4af3-b64f-e26a714402e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10651 | 2024.07.12 00:42:18.300911 [ 3 ] {} <Debug> HTTP-Session: cafb1838-2bf3-4af3-b64f-e26a714402e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10652 | 2024.07.12 00:42:18.300944 [ 3 ] {} <Trace> HTTP-Session: cafb1838-2bf3-4af3-b64f-e26a714402e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10653 | 2024.07.12 00:42:18.301168 [ 3 ] {a27a0ed2-f9da-44aa-a959-c49d0751e888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10654 | 2024.07.12 00:42:18.301213 [ 3 ] {a27a0ed2-f9da-44aa-a959-c49d0751e888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10655 | 2024.07.12 00:42:18.301346 [ 3 ] {a27a0ed2-f9da-44aa-a959-c49d0751e888} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10656 | 2024.07.12 00:42:18.301853 [ 3 ] {a27a0ed2-f9da-44aa-a959-c49d0751e888} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10657 | 2024.07.12 00:42:18.301891 [ 3 ] {a27a0ed2-f9da-44aa-a959-c49d0751e888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10658 | 2024.07.12 00:42:18.302221 [ 3 ] {a27a0ed2-f9da-44aa-a959-c49d0751e888} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10659 | 2024.07.12 00:42:18.302537 [ 3 ] {a27a0ed2-f9da-44aa-a959-c49d0751e888} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10660 | 2024.07.12 00:42:18.302696 [ 3 ] {a27a0ed2-f9da-44aa-a959-c49d0751e888} <Debug> executeQuery: Read 421 rows, 30.63 KiB in 0.001636 sec., 257334.96332518337 rows/sec., 18.28 MiB/sec. | ||
10661 | 2024.07.12 00:42:18.302857 [ 3 ] {a27a0ed2-f9da-44aa-a959-c49d0751e888} <Debug> DynamicQueryHandler: Done processing query | ||
10662 | 2024.07.12 00:42:18.302881 [ 3 ] {a27a0ed2-f9da-44aa-a959-c49d0751e888} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
10663 | 2024.07.12 00:42:18.302898 [ 3 ] {} <Debug> HTTP-Session: cafb1838-2bf3-4af3-b64f-e26a714402e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10664 | 2024.07.12 00:42:18.303040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10665 | 2024.07.12 00:42:18.303089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10666 | 2024.07.12 00:42:18.303109 [ 3 ] {} <Debug> HTTP-Session: 82befc37-51f5-4b0e-b425-4ba7faec9f1e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10667 | 2024.07.12 00:42:18.303127 [ 3 ] {} <Debug> HTTP-Session: 82befc37-51f5-4b0e-b425-4ba7faec9f1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10668 | 2024.07.12 00:42:18.303141 [ 3 ] {} <Debug> HTTP-Session: 82befc37-51f5-4b0e-b425-4ba7faec9f1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10669 | 2024.07.12 00:42:18.303173 [ 3 ] {} <Trace> HTTP-Session: 82befc37-51f5-4b0e-b425-4ba7faec9f1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10670 | 2024.07.12 00:42:18.303272 [ 3 ] {b9d654fe-d9df-42c6-8d95-d255dae5e377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10671 | 2024.07.12 00:42:18.303318 [ 3 ] {b9d654fe-d9df-42c6-8d95-d255dae5e377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10672 | 2024.07.12 00:42:18.303449 [ 3 ] {b9d654fe-d9df-42c6-8d95-d255dae5e377} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10673 | 2024.07.12 00:42:18.303708 [ 3 ] {b9d654fe-d9df-42c6-8d95-d255dae5e377} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10674 | 2024.07.12 00:42:18.303743 [ 3 ] {b9d654fe-d9df-42c6-8d95-d255dae5e377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10675 | 2024.07.12 00:42:18.304112 [ 3 ] {b9d654fe-d9df-42c6-8d95-d255dae5e377} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
10676 | 2024.07.12 00:42:18.304446 [ 3 ] {b9d654fe-d9df-42c6-8d95-d255dae5e377} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10677 | 2024.07.12 00:42:18.304607 [ 3 ] {b9d654fe-d9df-42c6-8d95-d255dae5e377} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001355 sec., 4428.044280442804 rows/sec., 190.27 KiB/sec. | ||
10678 | 2024.07.12 00:42:18.304778 [ 3 ] {b9d654fe-d9df-42c6-8d95-d255dae5e377} <Debug> DynamicQueryHandler: Done processing query | ||
10679 | 2024.07.12 00:42:18.304804 [ 3 ] {b9d654fe-d9df-42c6-8d95-d255dae5e377} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10680 | 2024.07.12 00:42:18.304820 [ 3 ] {} <Debug> HTTP-Session: 82befc37-51f5-4b0e-b425-4ba7faec9f1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10681 | 2024.07.12 00:42:18.304948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10682 | 2024.07.12 00:42:18.304996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10683 | 2024.07.12 00:42:18.305016 [ 3 ] {} <Debug> HTTP-Session: 17fe2c12-347b-4787-8634-76920ec54cfa Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10684 | 2024.07.12 00:42:18.305035 [ 3 ] {} <Debug> HTTP-Session: 17fe2c12-347b-4787-8634-76920ec54cfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10685 | 2024.07.12 00:42:18.305051 [ 3 ] {} <Debug> HTTP-Session: 17fe2c12-347b-4787-8634-76920ec54cfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10686 | 2024.07.12 00:42:18.305086 [ 3 ] {} <Trace> HTTP-Session: 17fe2c12-347b-4787-8634-76920ec54cfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10687 | 2024.07.12 00:42:18.305207 [ 3 ] {3a971e17-398e-438b-a1a3-6d5b4e9d119d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10688 | 2024.07.12 00:42:18.305254 [ 3 ] {3a971e17-398e-438b-a1a3-6d5b4e9d119d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10689 | 2024.07.12 00:42:18.305397 [ 3 ] {3a971e17-398e-438b-a1a3-6d5b4e9d119d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10690 | 2024.07.12 00:42:18.305704 [ 3 ] {3a971e17-398e-438b-a1a3-6d5b4e9d119d} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10691 | 2024.07.12 00:42:18.305740 [ 3 ] {3a971e17-398e-438b-a1a3-6d5b4e9d119d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10692 | 2024.07.12 00:42:18.306114 [ 3 ] {3a971e17-398e-438b-a1a3-6d5b4e9d119d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
10693 | 2024.07.12 00:42:18.306468 [ 3 ] {3a971e17-398e-438b-a1a3-6d5b4e9d119d} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10694 | 2024.07.12 00:42:18.306626 [ 3 ] {3a971e17-398e-438b-a1a3-6d5b4e9d119d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001464 sec., 52595.62841530055 rows/sec., 3.24 MiB/sec. | ||
10695 | 2024.07.12 00:42:18.306800 [ 3 ] {3a971e17-398e-438b-a1a3-6d5b4e9d119d} <Debug> DynamicQueryHandler: Done processing query | ||
10696 | 2024.07.12 00:42:18.306826 [ 3 ] {3a971e17-398e-438b-a1a3-6d5b4e9d119d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10697 | 2024.07.12 00:42:18.306841 [ 3 ] {} <Debug> HTTP-Session: 17fe2c12-347b-4787-8634-76920ec54cfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10698 | 2024.07.12 00:42:18.307015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10699 | 2024.07.12 00:42:18.307064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10700 | 2024.07.12 00:42:18.307084 [ 3 ] {} <Debug> HTTP-Session: 2fe1be40-3618-4c0f-964f-f47f9a179faa Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10701 | 2024.07.12 00:42:18.307101 [ 3 ] {} <Debug> HTTP-Session: 2fe1be40-3618-4c0f-964f-f47f9a179faa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10702 | 2024.07.12 00:42:18.307116 [ 3 ] {} <Debug> HTTP-Session: 2fe1be40-3618-4c0f-964f-f47f9a179faa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10703 | 2024.07.12 00:42:18.307147 [ 3 ] {} <Trace> HTTP-Session: 2fe1be40-3618-4c0f-964f-f47f9a179faa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10704 | 2024.07.12 00:42:18.307294 [ 3 ] {d7e30f1c-b373-499c-bac8-43b9c8e31830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10705 | 2024.07.12 00:42:18.307340 [ 3 ] {d7e30f1c-b373-499c-bac8-43b9c8e31830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10706 | 2024.07.12 00:42:18.307482 [ 3 ] {d7e30f1c-b373-499c-bac8-43b9c8e31830} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10707 | 2024.07.12 00:42:18.307870 [ 3 ] {d7e30f1c-b373-499c-bac8-43b9c8e31830} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10708 | 2024.07.12 00:42:18.307907 [ 3 ] {d7e30f1c-b373-499c-bac8-43b9c8e31830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10709 | 2024.07.12 00:42:18.308296 [ 3 ] {d7e30f1c-b373-499c-bac8-43b9c8e31830} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10710 | 2024.07.12 00:42:18.308635 [ 3 ] {d7e30f1c-b373-499c-bac8-43b9c8e31830} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10711 | 2024.07.12 00:42:18.308809 [ 3 ] {d7e30f1c-b373-499c-bac8-43b9c8e31830} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. | ||
10712 | 2024.07.12 00:42:18.308981 [ 3 ] {d7e30f1c-b373-499c-bac8-43b9c8e31830} <Debug> DynamicQueryHandler: Done processing query | ||
10713 | 2024.07.12 00:42:18.309005 [ 3 ] {d7e30f1c-b373-499c-bac8-43b9c8e31830} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10714 | 2024.07.12 00:42:18.309023 [ 3 ] {} <Debug> HTTP-Session: 2fe1be40-3618-4c0f-964f-f47f9a179faa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10715 | 2024.07.12 00:42:18.309209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 57985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10716 | 2024.07.12 00:42:18.309259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10717 | 2024.07.12 00:42:18.309278 [ 3 ] {} <Debug> HTTP-Session: 30eb7732-3f5f-4ec4-90fd-ac660e735a01 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10718 | 2024.07.12 00:42:18.309295 [ 3 ] {} <Debug> HTTP-Session: 30eb7732-3f5f-4ec4-90fd-ac660e735a01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10719 | 2024.07.12 00:42:18.309309 [ 3 ] {} <Debug> HTTP-Session: 30eb7732-3f5f-4ec4-90fd-ac660e735a01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10720 | 2024.07.12 00:42:18.309340 [ 3 ] {} <Trace> HTTP-Session: 30eb7732-3f5f-4ec4-90fd-ac660e735a01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10721 | 2024.07.12 00:42:18.309724 [ 3 ] {a14b5c20-d975-4ba5-9b84-169de818fd6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10722 | 2024.07.12 00:42:18.309790 [ 3 ] {a14b5c20-d975-4ba5-9b84-169de818fd6f} <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 | ||
10723 | 2024.07.12 00:42:18.310194 [ 3 ] {a14b5c20-d975-4ba5-9b84-169de818fd6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10724 | 2024.07.12 00:42:18.310842 [ 3 ] {a14b5c20-d975-4ba5-9b84-169de818fd6f} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10725 | 2024.07.12 00:42:18.310878 [ 3 ] {a14b5c20-d975-4ba5-9b84-169de818fd6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10726 | 2024.07.12 00:42:18.311505 [ 3 ] {a14b5c20-d975-4ba5-9b84-169de818fd6f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
10727 | 2024.07.12 00:42:18.311908 [ 3 ] {a14b5c20-d975-4ba5-9b84-169de818fd6f} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10728 | 2024.07.12 00:42:18.312116 [ 3 ] {a14b5c20-d975-4ba5-9b84-169de818fd6f} <Debug> executeQuery: Read 36 rows, 66.06 KiB in 0.002669 sec., 13488.197826901462 rows/sec., 24.17 MiB/sec. | ||
10729 | 2024.07.12 00:42:18.312660 [ 3 ] {a14b5c20-d975-4ba5-9b84-169de818fd6f} <Debug> DynamicQueryHandler: Done processing query | ||
10730 | 2024.07.12 00:42:18.312685 [ 3 ] {a14b5c20-d975-4ba5-9b84-169de818fd6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10731 | 2024.07.12 00:42:18.312701 [ 3 ] {} <Debug> HTTP-Session: 30eb7732-3f5f-4ec4-90fd-ac660e735a01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10732 | 2024.07.12 00:42:18.312868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10733 | 2024.07.12 00:42:18.312917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10734 | 2024.07.12 00:42:18.312937 [ 3 ] {} <Debug> HTTP-Session: e862c094-ca9e-4f56-9bc9-0b68d10a4889 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10735 | 2024.07.12 00:42:18.312954 [ 3 ] {} <Debug> HTTP-Session: e862c094-ca9e-4f56-9bc9-0b68d10a4889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10736 | 2024.07.12 00:42:18.312969 [ 3 ] {} <Debug> HTTP-Session: e862c094-ca9e-4f56-9bc9-0b68d10a4889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10737 | 2024.07.12 00:42:18.313001 [ 3 ] {} <Trace> HTTP-Session: e862c094-ca9e-4f56-9bc9-0b68d10a4889 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10738 | 2024.07.12 00:42:18.313109 [ 3 ] {027c0399-b191-4d71-81c2-e9a69ce9f62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10739 | 2024.07.12 00:42:18.313157 [ 3 ] {027c0399-b191-4d71-81c2-e9a69ce9f62c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10740 | 2024.07.12 00:42:18.313309 [ 3 ] {027c0399-b191-4d71-81c2-e9a69ce9f62c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10741 | 2024.07.12 00:42:18.313642 [ 3 ] {027c0399-b191-4d71-81c2-e9a69ce9f62c} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10742 | 2024.07.12 00:42:18.313679 [ 3 ] {027c0399-b191-4d71-81c2-e9a69ce9f62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10743 | 2024.07.12 00:42:18.314048 [ 3 ] {027c0399-b191-4d71-81c2-e9a69ce9f62c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
10744 | 2024.07.12 00:42:18.314380 [ 3 ] {027c0399-b191-4d71-81c2-e9a69ce9f62c} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10745 | 2024.07.12 00:42:18.314533 [ 3 ] {027c0399-b191-4d71-81c2-e9a69ce9f62c} <Debug> executeQuery: Read 26 rows, 1.48 KiB in 0.001449 sec., 17943.409247757074 rows/sec., 1.00 MiB/sec. | ||
10746 | 2024.07.12 00:42:18.314701 [ 3 ] {027c0399-b191-4d71-81c2-e9a69ce9f62c} <Debug> DynamicQueryHandler: Done processing query | ||
10747 | 2024.07.12 00:42:18.314725 [ 3 ] {027c0399-b191-4d71-81c2-e9a69ce9f62c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10748 | 2024.07.12 00:42:18.314741 [ 3 ] {} <Debug> HTTP-Session: e862c094-ca9e-4f56-9bc9-0b68d10a4889 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10749 | 2024.07.12 00:42:18.314871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10750 | 2024.07.12 00:42:18.314919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10751 | 2024.07.12 00:42:18.314939 [ 3 ] {} <Debug> HTTP-Session: 53300e82-94cd-4161-bdd9-61f2c91861bb Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10752 | 2024.07.12 00:42:18.314956 [ 3 ] {} <Debug> HTTP-Session: 53300e82-94cd-4161-bdd9-61f2c91861bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10753 | 2024.07.12 00:42:18.314970 [ 3 ] {} <Debug> HTTP-Session: 53300e82-94cd-4161-bdd9-61f2c91861bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10754 | 2024.07.12 00:42:18.315000 [ 3 ] {} <Trace> HTTP-Session: 53300e82-94cd-4161-bdd9-61f2c91861bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10755 | 2024.07.12 00:42:18.315118 [ 3 ] {069abf9b-0728-42f6-b5df-474644548312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10756 | 2024.07.12 00:42:18.315164 [ 3 ] {069abf9b-0728-42f6-b5df-474644548312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10757 | 2024.07.12 00:42:18.315291 [ 3 ] {069abf9b-0728-42f6-b5df-474644548312} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10758 | 2024.07.12 00:42:18.315598 [ 3 ] {069abf9b-0728-42f6-b5df-474644548312} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10759 | 2024.07.12 00:42:18.315634 [ 3 ] {069abf9b-0728-42f6-b5df-474644548312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10760 | 2024.07.12 00:42:18.315992 [ 3 ] {069abf9b-0728-42f6-b5df-474644548312} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10761 | 2024.07.12 00:42:18.316310 [ 3 ] {069abf9b-0728-42f6-b5df-474644548312} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10762 | 2024.07.12 00:42:18.316467 [ 3 ] {069abf9b-0728-42f6-b5df-474644548312} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
10763 | 2024.07.12 00:42:18.316662 [ 3 ] {069abf9b-0728-42f6-b5df-474644548312} <Debug> DynamicQueryHandler: Done processing query | ||
10764 | 2024.07.12 00:42:18.316700 [ 3 ] {069abf9b-0728-42f6-b5df-474644548312} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10765 | 2024.07.12 00:42:18.316729 [ 3 ] {} <Debug> HTTP-Session: 53300e82-94cd-4161-bdd9-61f2c91861bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10766 | 2024.07.12 00:42:22.436914 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10767 | 2024.07.12 00:42:22.436991 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10768 | 2024.07.12 00:42:23.289680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10769 | 2024.07.12 00:42:23.289814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10770 | 2024.07.12 00:42:23.289845 [ 3 ] {} <Debug> HTTP-Session: 831af8cc-7217-4b97-a306-e4420976a549 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10771 | 2024.07.12 00:42:23.289875 [ 3 ] {} <Debug> HTTP-Session: 831af8cc-7217-4b97-a306-e4420976a549 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10772 | 2024.07.12 00:42:23.289896 [ 3 ] {} <Debug> HTTP-Session: 831af8cc-7217-4b97-a306-e4420976a549 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10773 | 2024.07.12 00:42:23.289977 [ 3 ] {} <Trace> HTTP-Session: 831af8cc-7217-4b97-a306-e4420976a549 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10774 | 2024.07.12 00:42:23.290278 [ 3 ] {ea5b78e3-b685-461a-8c81-dc9809d51739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10775 | 2024.07.12 00:42:23.290376 [ 3 ] {ea5b78e3-b685-461a-8c81-dc9809d51739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10776 | 2024.07.12 00:42:23.290603 [ 3 ] {ea5b78e3-b685-461a-8c81-dc9809d51739} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10777 | 2024.07.12 00:42:23.291050 [ 3 ] {ea5b78e3-b685-461a-8c81-dc9809d51739} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10778 | 2024.07.12 00:42:23.291091 [ 3 ] {ea5b78e3-b685-461a-8c81-dc9809d51739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10779 | 2024.07.12 00:42:23.291465 [ 3 ] {ea5b78e3-b685-461a-8c81-dc9809d51739} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10780 | 2024.07.12 00:42:23.291800 [ 3 ] {ea5b78e3-b685-461a-8c81-dc9809d51739} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10781 | 2024.07.12 00:42:23.291956 [ 3 ] {ea5b78e3-b685-461a-8c81-dc9809d51739} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001794 sec., 31215.161649944257 rows/sec., 2.38 MiB/sec. | ||
10782 | 2024.07.12 00:42:23.292016 [ 76 ] {} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10783 | 2024.07.12 00:42:23.292121 [ 76 ] {} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10784 | 2024.07.12 00:42:23.292160 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10785 | 2024.07.12 00:42:23.292263 [ 3 ] {ea5b78e3-b685-461a-8c81-dc9809d51739} <Debug> DynamicQueryHandler: Done processing query | ||
10786 | 2024.07.12 00:42:23.292329 [ 3 ] {ea5b78e3-b685-461a-8c81-dc9809d51739} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10787 | 2024.07.12 00:42:23.292372 [ 3 ] {} <Debug> HTTP-Session: 831af8cc-7217-4b97-a306-e4420976a549 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10788 | 2024.07.12 00:42:23.292389 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::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 | ||
10789 | 2024.07.12 00:42:23.292611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10790 | 2024.07.12 00:42:23.292635 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10791 | 2024.07.12 00:42:23.292716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10792 | 2024.07.12 00:42:23.292716 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 298 rows starting from the beginning of the part | ||
10793 | 2024.07.12 00:42:23.292759 [ 3 ] {} <Debug> HTTP-Session: c462a9a8-b6e3-4972-bef4-9f7c4386248e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10794 | 2024.07.12 00:42:23.292795 [ 3 ] {} <Debug> HTTP-Session: c462a9a8-b6e3-4972-bef4-9f7c4386248e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10795 | 2024.07.12 00:42:23.292853 [ 3 ] {} <Debug> HTTP-Session: c462a9a8-b6e3-4972-bef4-9f7c4386248e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10796 | 2024.07.12 00:42:23.292926 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 95 rows starting from the beginning of the part | ||
10797 | 2024.07.12 00:42:23.293008 [ 3 ] {} <Trace> HTTP-Session: c462a9a8-b6e3-4972-bef4-9f7c4386248e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10798 | 2024.07.12 00:42:23.293158 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 254 rows starting from the beginning of the part | ||
10799 | 2024.07.12 00:42:23.293470 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
10800 | 2024.07.12 00:42:23.293672 [ 3 ] {8e313706-91a1-4681-9eed-3aa4250d88ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10801 | 2024.07.12 00:42:23.293716 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 269 rows starting from the beginning of the part | ||
10802 | 2024.07.12 00:42:23.293817 [ 3 ] {8e313706-91a1-4681-9eed-3aa4250d88ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10803 | 2024.07.12 00:42:23.293987 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part | ||
10804 | 2024.07.12 00:42:23.294723 [ 3 ] {8e313706-91a1-4681-9eed-3aa4250d88ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10805 | 2024.07.12 00:42:23.295508 [ 3 ] {8e313706-91a1-4681-9eed-3aa4250d88ce} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10806 | 2024.07.12 00:42:23.295568 [ 3 ] {8e313706-91a1-4681-9eed-3aa4250d88ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10807 | 2024.07.12 00:42:23.296369 [ 3 ] {8e313706-91a1-4681-9eed-3aa4250d88ce} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10808 | 2024.07.12 00:42:23.297037 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1028 rows, containing 4 columns (4 merged, 0 gathered) in 0.004793114 sec., 214474.3479917231 rows/sec., 18.27 MiB/sec. | ||
10809 | 2024.07.12 00:42:23.297154 [ 3 ] {8e313706-91a1-4681-9eed-3aa4250d88ce} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10810 | 2024.07.12 00:42:23.297280 [ 194 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10811 | 2024.07.12 00:42:23.297399 [ 76 ] {} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10812 | 2024.07.12 00:42:23.297502 [ 76 ] {} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10813 | 2024.07.12 00:42:23.297534 [ 3 ] {8e313706-91a1-4681-9eed-3aa4250d88ce} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004075 sec., 15705.52147239264 rows/sec., 1.23 MiB/sec. | ||
10814 | 2024.07.12 00:42:23.297554 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10815 | 2024.07.12 00:42:23.298270 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
10816 | 2024.07.12 00:42:23.298516 [ 3 ] {8e313706-91a1-4681-9eed-3aa4250d88ce} <Debug> DynamicQueryHandler: Done processing query | ||
10817 | 2024.07.12 00:42:23.298650 [ 3 ] {8e313706-91a1-4681-9eed-3aa4250d88ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10818 | 2024.07.12 00:42:23.298774 [ 3 ] {} <Debug> HTTP-Session: c462a9a8-b6e3-4972-bef4-9f7c4386248e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10819 | 2024.07.12 00:42:23.299146 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10820 | 2024.07.12 00:42:23.299237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10821 | 2024.07.12 00:42:23.299294 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 471 rows starting from the beginning of the part | ||
10822 | 2024.07.12 00:42:23.299475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10823 | 2024.07.12 00:42:23.299805 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 94 rows starting from the beginning of the part | ||
10824 | 2024.07.12 00:42:23.299748 [ 189 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_66_13} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10825 | 2024.07.12 00:42:23.300156 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 413 rows starting from the beginning of the part | ||
10826 | 2024.07.12 00:42:23.300208 [ 3 ] {} <Debug> HTTP-Session: f23a65d1-4203-41c1-9c57-44f9e7935eda Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10827 | 2024.07.12 00:42:23.300460 [ 3 ] {} <Debug> HTTP-Session: f23a65d1-4203-41c1-9c57-44f9e7935eda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10828 | 2024.07.12 00:42:23.300510 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
10829 | 2024.07.12 00:42:23.300551 [ 3 ] {} <Debug> HTTP-Session: f23a65d1-4203-41c1-9c57-44f9e7935eda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10830 | 2024.07.12 00:42:23.300607 [ 189 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_66_13} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10831 | 2024.07.12 00:42:23.300760 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 421 rows starting from the beginning of the part | ||
10832 | 2024.07.12 00:42:23.301029 [ 198 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part | ||
10833 | 2024.07.12 00:42:23.301055 [ 3 ] {} <Trace> HTTP-Session: f23a65d1-4203-41c1-9c57-44f9e7935eda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10834 | 2024.07.12 00:42:23.301145 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
10835 | 2024.07.12 00:42:23.301772 [ 3 ] {be21f3bc-9883-4659-8dd4-976f8bcb5ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10836 | 2024.07.12 00:42:23.301923 [ 3 ] {be21f3bc-9883-4659-8dd4-976f8bcb5ba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10837 | 2024.07.12 00:42:23.302528 [ 3 ] {be21f3bc-9883-4659-8dd4-976f8bcb5ba5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10838 | 2024.07.12 00:42:23.303506 [ 3 ] {be21f3bc-9883-4659-8dd4-976f8bcb5ba5} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10839 | 2024.07.12 00:42:23.303551 [ 3 ] {be21f3bc-9883-4659-8dd4-976f8bcb5ba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10840 | 2024.07.12 00:42:23.304156 [ 189 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1527 rows, containing 4 columns (4 merged, 0 gathered) in 0.006460299 sec., 236366.76878268327 rows/sec., 17.07 MiB/sec. | ||
10841 | 2024.07.12 00:42:23.304405 [ 3 ] {be21f3bc-9883-4659-8dd4-976f8bcb5ba5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10842 | 2024.07.12 00:42:23.304412 [ 189 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10843 | 2024.07.12 00:42:23.305323 [ 3 ] {be21f3bc-9883-4659-8dd4-976f8bcb5ba5} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10844 | 2024.07.12 00:42:23.305386 [ 189 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_66_13} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10845 | 2024.07.12 00:42:23.305593 [ 189 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_66_13} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10846 | 2024.07.12 00:42:23.305612 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10847 | 2024.07.12 00:42:23.305668 [ 3 ] {be21f3bc-9883-4659-8dd4-976f8bcb5ba5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004031 sec., 39692.38402381543 rows/sec., 2.76 MiB/sec. | ||
10848 | 2024.07.12 00:42:23.305697 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10849 | 2024.07.12 00:42:23.305794 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10850 | 2024.07.12 00:42:23.305863 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
10851 | 2024.07.12 00:42:23.306114 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
10852 | 2024.07.12 00:42:23.306177 [ 3 ] {be21f3bc-9883-4659-8dd4-976f8bcb5ba5} <Debug> DynamicQueryHandler: Done processing query | ||
10853 | 2024.07.12 00:42:23.306229 [ 3 ] {be21f3bc-9883-4659-8dd4-976f8bcb5ba5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10854 | 2024.07.12 00:42:23.306274 [ 3 ] {} <Debug> HTTP-Session: f23a65d1-4203-41c1-9c57-44f9e7935eda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10855 | 2024.07.12 00:42:23.306380 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10856 | 2024.07.12 00:42:23.306421 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 10121 rows starting from the beginning of the part | ||
10857 | 2024.07.12 00:42:23.306488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10858 | 2024.07.12 00:42:23.306649 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10859 | 2024.07.12 00:42:23.306711 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 199 rows starting from the beginning of the part | ||
10860 | 2024.07.12 00:42:23.306737 [ 3 ] {} <Debug> HTTP-Session: 3d81484d-14a4-44ec-a870-837c69876fa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10861 | 2024.07.12 00:42:23.306803 [ 3 ] {} <Debug> HTTP-Session: 3d81484d-14a4-44ec-a870-837c69876fa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10862 | 2024.07.12 00:42:23.306886 [ 3 ] {} <Debug> HTTP-Session: 3d81484d-14a4-44ec-a870-837c69876fa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10863 | 2024.07.12 00:42:23.306980 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
10864 | 2024.07.12 00:42:23.307085 [ 3 ] {} <Trace> HTTP-Session: 3d81484d-14a4-44ec-a870-837c69876fa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10865 | 2024.07.12 00:42:23.307274 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
10866 | 2024.07.12 00:42:23.307580 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
10867 | 2024.07.12 00:42:23.307654 [ 3 ] {5218c9ef-bb4b-47f5-9c04-9157052ee162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10868 | 2024.07.12 00:42:23.307813 [ 189 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
10869 | 2024.07.12 00:42:23.307898 [ 3 ] {5218c9ef-bb4b-47f5-9c04-9157052ee162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10870 | 2024.07.12 00:42:23.308623 [ 3 ] {5218c9ef-bb4b-47f5-9c04-9157052ee162} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10871 | 2024.07.12 00:42:23.309206 [ 3 ] {5218c9ef-bb4b-47f5-9c04-9157052ee162} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10872 | 2024.07.12 00:42:23.309262 [ 3 ] {5218c9ef-bb4b-47f5-9c04-9157052ee162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10873 | 2024.07.12 00:42:23.309800 [ 3 ] {5218c9ef-bb4b-47f5-9c04-9157052ee162} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10874 | 2024.07.12 00:42:23.310756 [ 3 ] {5218c9ef-bb4b-47f5-9c04-9157052ee162} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10875 | 2024.07.12 00:42:23.311006 [ 76 ] {} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10876 | 2024.07.12 00:42:23.311025 [ 3 ] {5218c9ef-bb4b-47f5-9c04-9157052ee162} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003621 sec., 16570.008285004144 rows/sec., 1.12 MiB/sec. | ||
10877 | 2024.07.12 00:42:23.311091 [ 76 ] {} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10878 | 2024.07.12 00:42:23.311169 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
10879 | 2024.07.12 00:42:23.311389 [ 3 ] {5218c9ef-bb4b-47f5-9c04-9157052ee162} <Debug> DynamicQueryHandler: Done processing query | ||
10880 | 2024.07.12 00:42:23.311388 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
10881 | 2024.07.12 00:42:23.311421 [ 3 ] {5218c9ef-bb4b-47f5-9c04-9157052ee162} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10882 | 2024.07.12 00:42:23.311446 [ 3 ] {} <Debug> HTTP-Session: 3d81484d-14a4-44ec-a870-837c69876fa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10883 | 2024.07.12 00:42:23.311763 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10884 | 2024.07.12 00:42:23.311879 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3586 rows starting from the beginning of the part | ||
10885 | 2024.07.12 00:42:23.312040 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
10886 | 2024.07.12 00:42:23.312169 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
10887 | 2024.07.12 00:42:23.312421 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
10888 | 2024.07.12 00:42:23.312511 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
10889 | 2024.07.12 00:42:23.312790 [ 199 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
10890 | 2024.07.12 00:42:23.313613 [ 195 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10960 rows, containing 5 columns (5 merged, 0 gathered) in 0.007594257 sec., 1443195.8254770676 rows/sec., 100.57 MiB/sec. | ||
10891 | 2024.07.12 00:42:23.313897 [ 195 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10892 | 2024.07.12 00:42:23.314552 [ 195 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10893 | 2024.07.12 00:42:23.314633 [ 195 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10894 | 2024.07.12 00:42:23.314730 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. | ||
10895 | 2024.07.12 00:42:23.315039 [ 188 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3886 rows, containing 4 columns (4 merged, 0 gathered) in 0.003718657 sec., 1045000.9237205797 rows/sec., 70.44 MiB/sec. | ||
10896 | 2024.07.12 00:42:23.315416 [ 195 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10897 | 2024.07.12 00:42:23.315772 [ 195 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_66_13} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10898 | 2024.07.12 00:42:23.315845 [ 195 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_66_13} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10899 | 2024.07.12 00:42:23.315915 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
10900 | 2024.07.12 00:42:28.296675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 6924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10901 | 2024.07.12 00:42:28.296797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10902 | 2024.07.12 00:42:28.296821 [ 3 ] {} <Debug> HTTP-Session: 24b809e1-c185-4e64-ace6-42f94f6ef7a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10903 | 2024.07.12 00:42:28.296846 [ 3 ] {} <Debug> HTTP-Session: 24b809e1-c185-4e64-ace6-42f94f6ef7a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10904 | 2024.07.12 00:42:28.296860 [ 3 ] {} <Debug> HTTP-Session: 24b809e1-c185-4e64-ace6-42f94f6ef7a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10905 | 2024.07.12 00:42:28.296910 [ 3 ] {} <Trace> HTTP-Session: 24b809e1-c185-4e64-ace6-42f94f6ef7a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10906 | 2024.07.12 00:42:28.297106 [ 3 ] {22e3cda7-dbad-4546-8e43-401234a365f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10907 | 2024.07.12 00:42:28.297174 [ 3 ] {22e3cda7-dbad-4546-8e43-401234a365f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10908 | 2024.07.12 00:42:28.297365 [ 3 ] {22e3cda7-dbad-4546-8e43-401234a365f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10909 | 2024.07.12 00:42:28.297802 [ 3 ] {22e3cda7-dbad-4546-8e43-401234a365f2} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10910 | 2024.07.12 00:42:28.297843 [ 3 ] {22e3cda7-dbad-4546-8e43-401234a365f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
10911 | 2024.07.12 00:42:28.298226 [ 3 ] {22e3cda7-dbad-4546-8e43-401234a365f2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
10912 | 2024.07.12 00:42:28.298570 [ 3 ] {22e3cda7-dbad-4546-8e43-401234a365f2} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10913 | 2024.07.12 00:42:28.298742 [ 3 ] {22e3cda7-dbad-4546-8e43-401234a365f2} <Debug> executeQuery: Read 49 rows, 3.83 KiB in 0.001706 sec., 28722.157092614303 rows/sec., 2.19 MiB/sec. | ||
10914 | 2024.07.12 00:42:28.299042 [ 3 ] {22e3cda7-dbad-4546-8e43-401234a365f2} <Debug> DynamicQueryHandler: Done processing query | ||
10915 | 2024.07.12 00:42:28.299075 [ 3 ] {22e3cda7-dbad-4546-8e43-401234a365f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10916 | 2024.07.12 00:42:28.299092 [ 3 ] {} <Debug> HTTP-Session: 24b809e1-c185-4e64-ace6-42f94f6ef7a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10917 | 2024.07.12 00:42:28.299292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 43811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10918 | 2024.07.12 00:42:28.299340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10919 | 2024.07.12 00:42:28.299359 [ 3 ] {} <Debug> HTTP-Session: 36b74fac-06a7-4a33-84a8-3622a9bed646 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10920 | 2024.07.12 00:42:28.299376 [ 3 ] {} <Debug> HTTP-Session: 36b74fac-06a7-4a33-84a8-3622a9bed646 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10921 | 2024.07.12 00:42:28.299390 [ 3 ] {} <Debug> HTTP-Session: 36b74fac-06a7-4a33-84a8-3622a9bed646 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10922 | 2024.07.12 00:42:28.299421 [ 3 ] {} <Trace> HTTP-Session: 36b74fac-06a7-4a33-84a8-3622a9bed646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10923 | 2024.07.12 00:42:28.299608 [ 3 ] {7ee96bc3-2e07-4cc2-8825-9b33e81f569b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10924 | 2024.07.12 00:42:28.299652 [ 3 ] {7ee96bc3-2e07-4cc2-8825-9b33e81f569b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10925 | 2024.07.12 00:42:28.299799 [ 3 ] {7ee96bc3-2e07-4cc2-8825-9b33e81f569b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10926 | 2024.07.12 00:42:28.300324 [ 3 ] {7ee96bc3-2e07-4cc2-8825-9b33e81f569b} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10927 | 2024.07.12 00:42:28.300362 [ 3 ] {7ee96bc3-2e07-4cc2-8825-9b33e81f569b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
10928 | 2024.07.12 00:42:28.300718 [ 3 ] {7ee96bc3-2e07-4cc2-8825-9b33e81f569b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10929 | 2024.07.12 00:42:28.301039 [ 3 ] {7ee96bc3-2e07-4cc2-8825-9b33e81f569b} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10930 | 2024.07.12 00:42:28.301196 [ 3 ] {7ee96bc3-2e07-4cc2-8825-9b33e81f569b} <Debug> executeQuery: Read 290 rows, 26.17 KiB in 0.00168 sec., 172619.0476190476 rows/sec., 15.21 MiB/sec. | ||
10931 | 2024.07.12 00:42:28.301464 [ 3 ] {7ee96bc3-2e07-4cc2-8825-9b33e81f569b} <Debug> DynamicQueryHandler: Done processing query | ||
10932 | 2024.07.12 00:42:28.301517 [ 3 ] {7ee96bc3-2e07-4cc2-8825-9b33e81f569b} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
10933 | 2024.07.12 00:42:28.301578 [ 3 ] {} <Debug> HTTP-Session: 36b74fac-06a7-4a33-84a8-3622a9bed646 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10934 | 2024.07.12 00:42:28.301831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 70368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10935 | 2024.07.12 00:42:28.301883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10936 | 2024.07.12 00:42:28.301904 [ 3 ] {} <Debug> HTTP-Session: cfee947a-f761-4e8a-8c8f-9d3e6f6aca6e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10937 | 2024.07.12 00:42:28.301923 [ 3 ] {} <Debug> HTTP-Session: cfee947a-f761-4e8a-8c8f-9d3e6f6aca6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10938 | 2024.07.12 00:42:28.301939 [ 3 ] {} <Debug> HTTP-Session: cfee947a-f761-4e8a-8c8f-9d3e6f6aca6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10939 | 2024.07.12 00:42:28.301973 [ 3 ] {} <Trace> HTTP-Session: cfee947a-f761-4e8a-8c8f-9d3e6f6aca6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10940 | 2024.07.12 00:42:28.302193 [ 3 ] {63546a5f-5c88-471b-8710-f32eb98fbc42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10941 | 2024.07.12 00:42:28.302238 [ 3 ] {63546a5f-5c88-471b-8710-f32eb98fbc42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10942 | 2024.07.12 00:42:28.302388 [ 3 ] {63546a5f-5c88-471b-8710-f32eb98fbc42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10943 | 2024.07.12 00:42:28.303014 [ 3 ] {63546a5f-5c88-471b-8710-f32eb98fbc42} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10944 | 2024.07.12 00:42:28.303053 [ 3 ] {63546a5f-5c88-471b-8710-f32eb98fbc42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
10945 | 2024.07.12 00:42:28.303409 [ 3 ] {63546a5f-5c88-471b-8710-f32eb98fbc42} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10946 | 2024.07.12 00:42:28.303734 [ 3 ] {63546a5f-5c88-471b-8710-f32eb98fbc42} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10947 | 2024.07.12 00:42:28.303892 [ 3 ] {63546a5f-5c88-471b-8710-f32eb98fbc42} <Debug> executeQuery: Read 434 rows, 31.64 KiB in 0.001816 sec., 238986.78414096916 rows/sec., 17.02 MiB/sec. | ||
10948 | 2024.07.12 00:42:28.304075 [ 3 ] {63546a5f-5c88-471b-8710-f32eb98fbc42} <Debug> DynamicQueryHandler: Done processing query | ||
10949 | 2024.07.12 00:42:28.304100 [ 3 ] {63546a5f-5c88-471b-8710-f32eb98fbc42} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
10950 | 2024.07.12 00:42:28.304118 [ 3 ] {} <Debug> HTTP-Session: cfee947a-f761-4e8a-8c8f-9d3e6f6aca6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10951 | 2024.07.12 00:42:28.304278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10952 | 2024.07.12 00:42:28.304327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10953 | 2024.07.12 00:42:28.304347 [ 3 ] {} <Debug> HTTP-Session: a20dd01a-ce73-4511-880e-2c48a88fd486 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10954 | 2024.07.12 00:42:28.304367 [ 3 ] {} <Debug> HTTP-Session: a20dd01a-ce73-4511-880e-2c48a88fd486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10955 | 2024.07.12 00:42:28.304381 [ 3 ] {} <Debug> HTTP-Session: a20dd01a-ce73-4511-880e-2c48a88fd486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10956 | 2024.07.12 00:42:28.304414 [ 3 ] {} <Trace> HTTP-Session: a20dd01a-ce73-4511-880e-2c48a88fd486 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10957 | 2024.07.12 00:42:28.304513 [ 3 ] {cb270102-5b84-4c47-857f-5629fab27a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10958 | 2024.07.12 00:42:28.304559 [ 3 ] {cb270102-5b84-4c47-857f-5629fab27a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10959 | 2024.07.12 00:42:28.304695 [ 3 ] {cb270102-5b84-4c47-857f-5629fab27a55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10960 | 2024.07.12 00:42:28.304977 [ 3 ] {cb270102-5b84-4c47-857f-5629fab27a55} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10961 | 2024.07.12 00:42:28.305015 [ 3 ] {cb270102-5b84-4c47-857f-5629fab27a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
10962 | 2024.07.12 00:42:28.305391 [ 3 ] {cb270102-5b84-4c47-857f-5629fab27a55} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
10963 | 2024.07.12 00:42:28.305723 [ 3 ] {cb270102-5b84-4c47-857f-5629fab27a55} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10964 | 2024.07.12 00:42:28.305879 [ 3 ] {cb270102-5b84-4c47-857f-5629fab27a55} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001384 sec., 4335.260115606936 rows/sec., 186.28 KiB/sec. | ||
10965 | 2024.07.12 00:42:28.306058 [ 3 ] {cb270102-5b84-4c47-857f-5629fab27a55} <Debug> DynamicQueryHandler: Done processing query | ||
10966 | 2024.07.12 00:42:28.306083 [ 3 ] {cb270102-5b84-4c47-857f-5629fab27a55} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10967 | 2024.07.12 00:42:28.306099 [ 3 ] {} <Debug> HTTP-Session: a20dd01a-ce73-4511-880e-2c48a88fd486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10968 | 2024.07.12 00:42:28.306228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10969 | 2024.07.12 00:42:28.306278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10970 | 2024.07.12 00:42:28.306298 [ 3 ] {} <Debug> HTTP-Session: 3a01d47d-9c24-4739-b303-0734f3ff3a19 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10971 | 2024.07.12 00:42:28.306315 [ 3 ] {} <Debug> HTTP-Session: 3a01d47d-9c24-4739-b303-0734f3ff3a19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10972 | 2024.07.12 00:42:28.306329 [ 3 ] {} <Debug> HTTP-Session: 3a01d47d-9c24-4739-b303-0734f3ff3a19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10973 | 2024.07.12 00:42:28.306360 [ 3 ] {} <Trace> HTTP-Session: 3a01d47d-9c24-4739-b303-0734f3ff3a19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10974 | 2024.07.12 00:42:28.306479 [ 3 ] {b13dc962-2715-4665-aa22-2409b0b529ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10975 | 2024.07.12 00:42:28.306526 [ 3 ] {b13dc962-2715-4665-aa22-2409b0b529ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10976 | 2024.07.12 00:42:28.306670 [ 3 ] {b13dc962-2715-4665-aa22-2409b0b529ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10977 | 2024.07.12 00:42:28.307005 [ 3 ] {b13dc962-2715-4665-aa22-2409b0b529ba} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10978 | 2024.07.12 00:42:28.307043 [ 3 ] {b13dc962-2715-4665-aa22-2409b0b529ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
10979 | 2024.07.12 00:42:28.307427 [ 3 ] {b13dc962-2715-4665-aa22-2409b0b529ba} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
10980 | 2024.07.12 00:42:28.307778 [ 3 ] {b13dc962-2715-4665-aa22-2409b0b529ba} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10981 | 2024.07.12 00:42:28.307941 [ 3 ] {b13dc962-2715-4665-aa22-2409b0b529ba} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001496 sec., 51470.58823529412 rows/sec., 3.17 MiB/sec. | ||
10982 | 2024.07.12 00:42:28.308250 [ 3 ] {b13dc962-2715-4665-aa22-2409b0b529ba} <Debug> DynamicQueryHandler: Done processing query | ||
10983 | 2024.07.12 00:42:28.308283 [ 3 ] {b13dc962-2715-4665-aa22-2409b0b529ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10984 | 2024.07.12 00:42:28.308300 [ 3 ] {} <Debug> HTTP-Session: 3a01d47d-9c24-4739-b303-0734f3ff3a19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10985 | 2024.07.12 00:42:28.308482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10986 | 2024.07.12 00:42:28.308531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10987 | 2024.07.12 00:42:28.308550 [ 3 ] {} <Debug> HTTP-Session: 3b401fc4-480c-48a7-bea3-182713d7a3ff Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
10988 | 2024.07.12 00:42:28.308568 [ 3 ] {} <Debug> HTTP-Session: 3b401fc4-480c-48a7-bea3-182713d7a3ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10989 | 2024.07.12 00:42:28.308582 [ 3 ] {} <Debug> HTTP-Session: 3b401fc4-480c-48a7-bea3-182713d7a3ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10990 | 2024.07.12 00:42:28.308613 [ 3 ] {} <Trace> HTTP-Session: 3b401fc4-480c-48a7-bea3-182713d7a3ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10991 | 2024.07.12 00:42:28.308797 [ 3 ] {e02d0c42-b8f0-4092-b63a-e693fcd291a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10992 | 2024.07.12 00:42:28.308844 [ 3 ] {e02d0c42-b8f0-4092-b63a-e693fcd291a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10993 | 2024.07.12 00:42:28.309005 [ 3 ] {e02d0c42-b8f0-4092-b63a-e693fcd291a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10994 | 2024.07.12 00:42:28.309407 [ 3 ] {e02d0c42-b8f0-4092-b63a-e693fcd291a3} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10995 | 2024.07.12 00:42:28.309445 [ 3 ] {e02d0c42-b8f0-4092-b63a-e693fcd291a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
10996 | 2024.07.12 00:42:28.309837 [ 3 ] {e02d0c42-b8f0-4092-b63a-e693fcd291a3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
10997 | 2024.07.12 00:42:28.310192 [ 3 ] {e02d0c42-b8f0-4092-b63a-e693fcd291a3} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10998 | 2024.07.12 00:42:28.310336 [ 3 ] {e02d0c42-b8f0-4092-b63a-e693fcd291a3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001638 sec., 97680.09768009768 rows/sec., 6.80 MiB/sec. | ||
10999 | 2024.07.12 00:42:28.310604 [ 3 ] {e02d0c42-b8f0-4092-b63a-e693fcd291a3} <Debug> DynamicQueryHandler: Done processing query | ||
11000 | 2024.07.12 00:42:28.310662 [ 3 ] {e02d0c42-b8f0-4092-b63a-e693fcd291a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11001 | 2024.07.12 00:42:28.310718 [ 3 ] {} <Debug> HTTP-Session: 3b401fc4-480c-48a7-bea3-182713d7a3ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11002 | 2024.07.12 00:42:28.310962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 69080, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11003 | 2024.07.12 00:42:28.311015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11004 | 2024.07.12 00:42:28.311035 [ 3 ] {} <Debug> HTTP-Session: d116649d-42ca-4397-8fa1-ca1ad6502c30 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11005 | 2024.07.12 00:42:28.311053 [ 3 ] {} <Debug> HTTP-Session: d116649d-42ca-4397-8fa1-ca1ad6502c30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11006 | 2024.07.12 00:42:28.311074 [ 3 ] {} <Debug> HTTP-Session: d116649d-42ca-4397-8fa1-ca1ad6502c30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11007 | 2024.07.12 00:42:28.311107 [ 3 ] {} <Trace> HTTP-Session: d116649d-42ca-4397-8fa1-ca1ad6502c30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11008 | 2024.07.12 00:42:28.311552 [ 3 ] {eddae4e6-bab3-40a4-aaf3-2b9e895f8644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11009 | 2024.07.12 00:42:28.311625 [ 3 ] {eddae4e6-bab3-40a4-aaf3-2b9e895f8644} <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 | ||
11010 | 2024.07.12 00:42:28.312055 [ 3 ] {eddae4e6-bab3-40a4-aaf3-2b9e895f8644} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11011 | 2024.07.12 00:42:28.312871 [ 3 ] {eddae4e6-bab3-40a4-aaf3-2b9e895f8644} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11012 | 2024.07.12 00:42:28.312909 [ 3 ] {eddae4e6-bab3-40a4-aaf3-2b9e895f8644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11013 | 2024.07.12 00:42:28.313561 [ 3 ] {eddae4e6-bab3-40a4-aaf3-2b9e895f8644} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11014 | 2024.07.12 00:42:28.313981 [ 3 ] {eddae4e6-bab3-40a4-aaf3-2b9e895f8644} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11015 | 2024.07.12 00:42:28.314170 [ 3 ] {eddae4e6-bab3-40a4-aaf3-2b9e895f8644} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.00297 sec., 14478.114478114478 rows/sec., 25.94 MiB/sec. | ||
11016 | 2024.07.12 00:42:28.314401 [ 3 ] {eddae4e6-bab3-40a4-aaf3-2b9e895f8644} <Debug> DynamicQueryHandler: Done processing query | ||
11017 | 2024.07.12 00:42:28.314427 [ 3 ] {eddae4e6-bab3-40a4-aaf3-2b9e895f8644} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
11018 | 2024.07.12 00:42:28.314445 [ 3 ] {} <Debug> HTTP-Session: d116649d-42ca-4397-8fa1-ca1ad6502c30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11019 | 2024.07.12 00:42:28.314579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 5093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11020 | 2024.07.12 00:42:28.314629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11021 | 2024.07.12 00:42:28.314648 [ 3 ] {} <Debug> HTTP-Session: 914fe32f-b8ed-4cf6-bd95-b7b8c1a3fd1e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11022 | 2024.07.12 00:42:28.314665 [ 3 ] {} <Debug> HTTP-Session: 914fe32f-b8ed-4cf6-bd95-b7b8c1a3fd1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11023 | 2024.07.12 00:42:28.314679 [ 3 ] {} <Debug> HTTP-Session: 914fe32f-b8ed-4cf6-bd95-b7b8c1a3fd1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11024 | 2024.07.12 00:42:28.314710 [ 3 ] {} <Trace> HTTP-Session: 914fe32f-b8ed-4cf6-bd95-b7b8c1a3fd1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11025 | 2024.07.12 00:42:28.314818 [ 3 ] {0c334236-044c-4fcf-bf91-8fee58de58fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11026 | 2024.07.12 00:42:28.314863 [ 3 ] {0c334236-044c-4fcf-bf91-8fee58de58fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11027 | 2024.07.12 00:42:28.314989 [ 3 ] {0c334236-044c-4fcf-bf91-8fee58de58fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11028 | 2024.07.12 00:42:28.315282 [ 3 ] {0c334236-044c-4fcf-bf91-8fee58de58fe} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11029 | 2024.07.12 00:42:28.315320 [ 3 ] {0c334236-044c-4fcf-bf91-8fee58de58fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11030 | 2024.07.12 00:42:28.315691 [ 3 ] {0c334236-044c-4fcf-bf91-8fee58de58fe} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11031 | 2024.07.12 00:42:28.316042 [ 3 ] {0c334236-044c-4fcf-bf91-8fee58de58fe} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11032 | 2024.07.12 00:42:28.316195 [ 3 ] {0c334236-044c-4fcf-bf91-8fee58de58fe} <Debug> executeQuery: Read 35 rows, 2.09 KiB in 0.001405 sec., 24911.032028469752 rows/sec., 1.45 MiB/sec. | ||
11033 | 2024.07.12 00:42:28.316378 [ 3 ] {0c334236-044c-4fcf-bf91-8fee58de58fe} <Debug> DynamicQueryHandler: Done processing query | ||
11034 | 2024.07.12 00:42:28.316403 [ 3 ] {0c334236-044c-4fcf-bf91-8fee58de58fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11035 | 2024.07.12 00:42:28.316419 [ 3 ] {} <Debug> HTTP-Session: 914fe32f-b8ed-4cf6-bd95-b7b8c1a3fd1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11036 | 2024.07.12 00:42:28.316544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11037 | 2024.07.12 00:42:28.316594 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11038 | 2024.07.12 00:42:28.316613 [ 3 ] {} <Debug> HTTP-Session: b4e320ff-5a76-4e88-92f5-88e3aaa3ad28 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11039 | 2024.07.12 00:42:28.316631 [ 3 ] {} <Debug> HTTP-Session: b4e320ff-5a76-4e88-92f5-88e3aaa3ad28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11040 | 2024.07.12 00:42:28.316645 [ 3 ] {} <Debug> HTTP-Session: b4e320ff-5a76-4e88-92f5-88e3aaa3ad28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11041 | 2024.07.12 00:42:28.316675 [ 3 ] {} <Trace> HTTP-Session: b4e320ff-5a76-4e88-92f5-88e3aaa3ad28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11042 | 2024.07.12 00:42:28.316796 [ 3 ] {59dae974-fe45-43b8-abf5-420e03b9b8ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11043 | 2024.07.12 00:42:28.316841 [ 3 ] {59dae974-fe45-43b8-abf5-420e03b9b8ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11044 | 2024.07.12 00:42:28.316970 [ 3 ] {59dae974-fe45-43b8-abf5-420e03b9b8ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11045 | 2024.07.12 00:42:28.317273 [ 3 ] {59dae974-fe45-43b8-abf5-420e03b9b8ce} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11046 | 2024.07.12 00:42:28.317313 [ 3 ] {59dae974-fe45-43b8-abf5-420e03b9b8ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11047 | 2024.07.12 00:42:28.317686 [ 3 ] {59dae974-fe45-43b8-abf5-420e03b9b8ce} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11048 | 2024.07.12 00:42:28.318031 [ 3 ] {59dae974-fe45-43b8-abf5-420e03b9b8ce} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11049 | 2024.07.12 00:42:28.318189 [ 3 ] {59dae974-fe45-43b8-abf5-420e03b9b8ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. | ||
11050 | 2024.07.12 00:42:28.318364 [ 3 ] {59dae974-fe45-43b8-abf5-420e03b9b8ce} <Debug> DynamicQueryHandler: Done processing query | ||
11051 | 2024.07.12 00:42:28.318389 [ 3 ] {59dae974-fe45-43b8-abf5-420e03b9b8ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11052 | 2024.07.12 00:42:28.318406 [ 3 ] {} <Debug> HTTP-Session: b4e320ff-5a76-4e88-92f5-88e3aaa3ad28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11053 | 2024.07.12 00:42:33.291623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 12737, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11054 | 2024.07.12 00:42:33.292275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11055 | 2024.07.12 00:42:33.292302 [ 3 ] {} <Debug> HTTP-Session: 9ca176b7-f615-4c05-b921-23017bc78822 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11056 | 2024.07.12 00:42:33.292326 [ 3 ] {} <Debug> HTTP-Session: 9ca176b7-f615-4c05-b921-23017bc78822 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11057 | 2024.07.12 00:42:33.292340 [ 3 ] {} <Debug> HTTP-Session: 9ca176b7-f615-4c05-b921-23017bc78822 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11058 | 2024.07.12 00:42:33.292392 [ 3 ] {} <Trace> HTTP-Session: 9ca176b7-f615-4c05-b921-23017bc78822 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11059 | 2024.07.12 00:42:33.292616 [ 3 ] {9d4e3828-4979-4a72-aae1-5663ae74e5c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11060 | 2024.07.12 00:42:33.292686 [ 3 ] {9d4e3828-4979-4a72-aae1-5663ae74e5c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11061 | 2024.07.12 00:42:33.292877 [ 3 ] {9d4e3828-4979-4a72-aae1-5663ae74e5c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11062 | 2024.07.12 00:42:33.293395 [ 3 ] {9d4e3828-4979-4a72-aae1-5663ae74e5c6} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11063 | 2024.07.12 00:42:33.293439 [ 3 ] {9d4e3828-4979-4a72-aae1-5663ae74e5c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11064 | 2024.07.12 00:42:33.293821 [ 3 ] {9d4e3828-4979-4a72-aae1-5663ae74e5c6} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11065 | 2024.07.12 00:42:33.294180 [ 3 ] {9d4e3828-4979-4a72-aae1-5663ae74e5c6} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11066 | 2024.07.12 00:42:33.294328 [ 3 ] {9d4e3828-4979-4a72-aae1-5663ae74e5c6} <Debug> executeQuery: Read 92 rows, 7.14 KiB in 0.001791 sec., 51367.9508654383 rows/sec., 3.90 MiB/sec. | ||
11067 | 2024.07.12 00:42:33.294530 [ 3 ] {9d4e3828-4979-4a72-aae1-5663ae74e5c6} <Debug> DynamicQueryHandler: Done processing query | ||
11068 | 2024.07.12 00:42:33.294557 [ 3 ] {9d4e3828-4979-4a72-aae1-5663ae74e5c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11069 | 2024.07.12 00:42:33.294574 [ 3 ] {} <Debug> HTTP-Session: 9ca176b7-f615-4c05-b921-23017bc78822 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11070 | 2024.07.12 00:42:33.294758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11071 | 2024.07.12 00:42:33.294808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11072 | 2024.07.12 00:42:33.294827 [ 3 ] {} <Debug> HTTP-Session: 8987db2b-bf18-453a-9b2d-bb43069ba4fe Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11073 | 2024.07.12 00:42:33.294844 [ 3 ] {} <Debug> HTTP-Session: 8987db2b-bf18-453a-9b2d-bb43069ba4fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11074 | 2024.07.12 00:42:33.294857 [ 3 ] {} <Debug> HTTP-Session: 8987db2b-bf18-453a-9b2d-bb43069ba4fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11075 | 2024.07.12 00:42:33.294888 [ 3 ] {} <Trace> HTTP-Session: 8987db2b-bf18-453a-9b2d-bb43069ba4fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11076 | 2024.07.12 00:42:33.295010 [ 3 ] {b35e4577-a43b-4c40-844c-aa5bcb5d08fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11077 | 2024.07.12 00:42:33.295054 [ 3 ] {b35e4577-a43b-4c40-844c-aa5bcb5d08fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11078 | 2024.07.12 00:42:33.295180 [ 3 ] {b35e4577-a43b-4c40-844c-aa5bcb5d08fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11079 | 2024.07.12 00:42:33.295535 [ 3 ] {b35e4577-a43b-4c40-844c-aa5bcb5d08fb} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11080 | 2024.07.12 00:42:33.295571 [ 3 ] {b35e4577-a43b-4c40-844c-aa5bcb5d08fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11081 | 2024.07.12 00:42:33.295896 [ 3 ] {b35e4577-a43b-4c40-844c-aa5bcb5d08fb} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11082 | 2024.07.12 00:42:33.296233 [ 3 ] {b35e4577-a43b-4c40-844c-aa5bcb5d08fb} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11083 | 2024.07.12 00:42:33.296357 [ 3 ] {b35e4577-a43b-4c40-844c-aa5bcb5d08fb} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.001393 sec., 63173.00789662599 rows/sec., 4.92 MiB/sec. | ||
11084 | 2024.07.12 00:42:33.296606 [ 3 ] {b35e4577-a43b-4c40-844c-aa5bcb5d08fb} <Debug> DynamicQueryHandler: Done processing query | ||
11085 | 2024.07.12 00:42:33.296664 [ 3 ] {b35e4577-a43b-4c40-844c-aa5bcb5d08fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11086 | 2024.07.12 00:42:33.296718 [ 3 ] {} <Debug> HTTP-Session: 8987db2b-bf18-453a-9b2d-bb43069ba4fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11087 | 2024.07.12 00:42:33.296959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 37595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11088 | 2024.07.12 00:42:33.297012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11089 | 2024.07.12 00:42:33.297031 [ 3 ] {} <Debug> HTTP-Session: 41722c8d-1508-4d25-9c8d-17b4c98eb64a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11090 | 2024.07.12 00:42:33.297048 [ 3 ] {} <Debug> HTTP-Session: 41722c8d-1508-4d25-9c8d-17b4c98eb64a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11091 | 2024.07.12 00:42:33.297062 [ 3 ] {} <Debug> HTTP-Session: 41722c8d-1508-4d25-9c8d-17b4c98eb64a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11092 | 2024.07.12 00:42:33.297094 [ 3 ] {} <Trace> HTTP-Session: 41722c8d-1508-4d25-9c8d-17b4c98eb64a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11093 | 2024.07.12 00:42:33.297263 [ 3 ] {f4fbe703-9ab8-4bea-8be4-7ff132740370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11094 | 2024.07.12 00:42:33.297311 [ 3 ] {f4fbe703-9ab8-4bea-8be4-7ff132740370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11095 | 2024.07.12 00:42:33.297469 [ 3 ] {f4fbe703-9ab8-4bea-8be4-7ff132740370} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11096 | 2024.07.12 00:42:33.297886 [ 3 ] {f4fbe703-9ab8-4bea-8be4-7ff132740370} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11097 | 2024.07.12 00:42:33.297921 [ 3 ] {f4fbe703-9ab8-4bea-8be4-7ff132740370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11098 | 2024.07.12 00:42:33.298324 [ 3 ] {f4fbe703-9ab8-4bea-8be4-7ff132740370} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11099 | 2024.07.12 00:42:33.298667 [ 3 ] {f4fbe703-9ab8-4bea-8be4-7ff132740370} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11100 | 2024.07.12 00:42:33.298806 [ 3 ] {f4fbe703-9ab8-4bea-8be4-7ff132740370} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001632 sec., 120098.03921568628 rows/sec., 8.38 MiB/sec. | ||
11101 | 2024.07.12 00:42:33.299041 [ 3 ] {f4fbe703-9ab8-4bea-8be4-7ff132740370} <Debug> DynamicQueryHandler: Done processing query | ||
11102 | 2024.07.12 00:42:33.299088 [ 3 ] {f4fbe703-9ab8-4bea-8be4-7ff132740370} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11103 | 2024.07.12 00:42:33.299140 [ 3 ] {} <Debug> HTTP-Session: 41722c8d-1508-4d25-9c8d-17b4c98eb64a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11104 | 2024.07.12 00:42:33.299342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11105 | 2024.07.12 00:42:33.299414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11106 | 2024.07.12 00:42:33.299439 [ 3 ] {} <Debug> HTTP-Session: 3deab334-4421-4f85-9193-68fd95b31403 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11107 | 2024.07.12 00:42:33.299460 [ 3 ] {} <Debug> HTTP-Session: 3deab334-4421-4f85-9193-68fd95b31403 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11108 | 2024.07.12 00:42:33.299477 [ 3 ] {} <Debug> HTTP-Session: 3deab334-4421-4f85-9193-68fd95b31403 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11109 | 2024.07.12 00:42:33.299517 [ 3 ] {} <Trace> HTTP-Session: 3deab334-4421-4f85-9193-68fd95b31403 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11110 | 2024.07.12 00:42:33.299661 [ 3 ] {e164dc9c-f811-49c3-ba4d-c8615f51f756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11111 | 2024.07.12 00:42:33.299708 [ 3 ] {e164dc9c-f811-49c3-ba4d-c8615f51f756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11112 | 2024.07.12 00:42:33.299859 [ 3 ] {e164dc9c-f811-49c3-ba4d-c8615f51f756} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11113 | 2024.07.12 00:42:33.300148 [ 3 ] {e164dc9c-f811-49c3-ba4d-c8615f51f756} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11114 | 2024.07.12 00:42:33.300184 [ 3 ] {e164dc9c-f811-49c3-ba4d-c8615f51f756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11115 | 2024.07.12 00:42:33.300548 [ 3 ] {e164dc9c-f811-49c3-ba4d-c8615f51f756} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11116 | 2024.07.12 00:42:33.300873 [ 3 ] {e164dc9c-f811-49c3-ba4d-c8615f51f756} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11117 | 2024.07.12 00:42:33.301016 [ 3 ] {e164dc9c-f811-49c3-ba4d-c8615f51f756} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
11118 | 2024.07.12 00:42:33.301175 [ 3 ] {e164dc9c-f811-49c3-ba4d-c8615f51f756} <Debug> DynamicQueryHandler: Done processing query | ||
11119 | 2024.07.12 00:42:33.301200 [ 3 ] {e164dc9c-f811-49c3-ba4d-c8615f51f756} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11120 | 2024.07.12 00:42:33.301215 [ 3 ] {} <Debug> HTTP-Session: 3deab334-4421-4f85-9193-68fd95b31403 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11121 | 2024.07.12 00:42:37.437051 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11122 | 2024.07.12 00:42:37.437149 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11123 | 2024.07.12 00:42:38.002348 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.0019573 sec. | ||
11124 | 2024.07.12 00:42:38.296896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11125 | 2024.07.12 00:42:38.296989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11126 | 2024.07.12 00:42:38.297014 [ 3 ] {} <Debug> HTTP-Session: 2912a19c-10bc-4d07-b418-9bbd71acd02b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11127 | 2024.07.12 00:42:38.297039 [ 3 ] {} <Debug> HTTP-Session: 2912a19c-10bc-4d07-b418-9bbd71acd02b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11128 | 2024.07.12 00:42:38.297054 [ 3 ] {} <Debug> HTTP-Session: 2912a19c-10bc-4d07-b418-9bbd71acd02b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11129 | 2024.07.12 00:42:38.297103 [ 3 ] {} <Trace> HTTP-Session: 2912a19c-10bc-4d07-b418-9bbd71acd02b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11130 | 2024.07.12 00:42:38.297294 [ 3 ] {71f005fd-3456-4e02-8d0b-e9b47a19f192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11131 | 2024.07.12 00:42:38.297356 [ 3 ] {71f005fd-3456-4e02-8d0b-e9b47a19f192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11132 | 2024.07.12 00:42:38.297538 [ 3 ] {71f005fd-3456-4e02-8d0b-e9b47a19f192} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11133 | 2024.07.12 00:42:38.297973 [ 3 ] {71f005fd-3456-4e02-8d0b-e9b47a19f192} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11134 | 2024.07.12 00:42:38.298013 [ 3 ] {71f005fd-3456-4e02-8d0b-e9b47a19f192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11135 | 2024.07.12 00:42:38.298386 [ 3 ] {71f005fd-3456-4e02-8d0b-e9b47a19f192} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11136 | 2024.07.12 00:42:38.298732 [ 3 ] {71f005fd-3456-4e02-8d0b-e9b47a19f192} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11137 | 2024.07.12 00:42:38.298878 [ 3 ] {71f005fd-3456-4e02-8d0b-e9b47a19f192} <Debug> executeQuery: Read 51 rows, 3.99 KiB in 0.00165 sec., 30909.090909090908 rows/sec., 2.36 MiB/sec. | ||
11138 | 2024.07.12 00:42:38.299073 [ 3 ] {71f005fd-3456-4e02-8d0b-e9b47a19f192} <Debug> DynamicQueryHandler: Done processing query | ||
11139 | 2024.07.12 00:42:38.299100 [ 3 ] {71f005fd-3456-4e02-8d0b-e9b47a19f192} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11140 | 2024.07.12 00:42:38.299118 [ 3 ] {} <Debug> HTTP-Session: 2912a19c-10bc-4d07-b418-9bbd71acd02b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11141 | 2024.07.12 00:42:38.299332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 44760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11142 | 2024.07.12 00:42:38.299383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11143 | 2024.07.12 00:42:38.299403 [ 3 ] {} <Debug> HTTP-Session: 70c9af4c-1745-4f12-b3cb-39849984350b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11144 | 2024.07.12 00:42:38.299420 [ 3 ] {} <Debug> HTTP-Session: 70c9af4c-1745-4f12-b3cb-39849984350b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11145 | 2024.07.12 00:42:38.299434 [ 3 ] {} <Debug> HTTP-Session: 70c9af4c-1745-4f12-b3cb-39849984350b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11146 | 2024.07.12 00:42:38.299466 [ 3 ] {} <Trace> HTTP-Session: 70c9af4c-1745-4f12-b3cb-39849984350b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11147 | 2024.07.12 00:42:38.299641 [ 3 ] {f201e7bd-4268-4d9d-a5ae-6c994aa88801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11148 | 2024.07.12 00:42:38.299684 [ 3 ] {f201e7bd-4268-4d9d-a5ae-6c994aa88801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11149 | 2024.07.12 00:42:38.299810 [ 3 ] {f201e7bd-4268-4d9d-a5ae-6c994aa88801} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11150 | 2024.07.12 00:42:38.300307 [ 3 ] {f201e7bd-4268-4d9d-a5ae-6c994aa88801} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11151 | 2024.07.12 00:42:38.300343 [ 3 ] {f201e7bd-4268-4d9d-a5ae-6c994aa88801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11152 | 2024.07.12 00:42:38.300670 [ 3 ] {f201e7bd-4268-4d9d-a5ae-6c994aa88801} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11153 | 2024.07.12 00:42:38.300972 [ 3 ] {f201e7bd-4268-4d9d-a5ae-6c994aa88801} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11154 | 2024.07.12 00:42:38.301100 [ 3 ] {f201e7bd-4268-4d9d-a5ae-6c994aa88801} <Debug> executeQuery: Read 296 rows, 26.76 KiB in 0.001553 sec., 190598.84095299421 rows/sec., 16.83 MiB/sec. | ||
11155 | 2024.07.12 00:42:38.301277 [ 3 ] {f201e7bd-4268-4d9d-a5ae-6c994aa88801} <Debug> DynamicQueryHandler: Done processing query | ||
11156 | 2024.07.12 00:42:38.301313 [ 3 ] {f201e7bd-4268-4d9d-a5ae-6c994aa88801} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11157 | 2024.07.12 00:42:38.301346 [ 3 ] {} <Debug> HTTP-Session: 70c9af4c-1745-4f12-b3cb-39849984350b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11158 | 2024.07.12 00:42:38.301596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 69180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11159 | 2024.07.12 00:42:38.301647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11160 | 2024.07.12 00:42:38.301666 [ 3 ] {} <Debug> HTTP-Session: c1bf11e2-2641-4fea-aa89-037463b89b42 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11161 | 2024.07.12 00:42:38.301684 [ 3 ] {} <Debug> HTTP-Session: c1bf11e2-2641-4fea-aa89-037463b89b42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11162 | 2024.07.12 00:42:38.301698 [ 3 ] {} <Debug> HTTP-Session: c1bf11e2-2641-4fea-aa89-037463b89b42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11163 | 2024.07.12 00:42:38.301729 [ 3 ] {} <Trace> HTTP-Session: c1bf11e2-2641-4fea-aa89-037463b89b42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11164 | 2024.07.12 00:42:38.301940 [ 3 ] {1d401e74-35c6-4dc6-bec3-4107ca48312a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11165 | 2024.07.12 00:42:38.301983 [ 3 ] {1d401e74-35c6-4dc6-bec3-4107ca48312a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11166 | 2024.07.12 00:42:38.302106 [ 3 ] {1d401e74-35c6-4dc6-bec3-4107ca48312a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11167 | 2024.07.12 00:42:38.302667 [ 3 ] {1d401e74-35c6-4dc6-bec3-4107ca48312a} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11168 | 2024.07.12 00:42:38.302702 [ 3 ] {1d401e74-35c6-4dc6-bec3-4107ca48312a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11169 | 2024.07.12 00:42:38.303029 [ 3 ] {1d401e74-35c6-4dc6-bec3-4107ca48312a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11170 | 2024.07.12 00:42:38.303328 [ 3 ] {1d401e74-35c6-4dc6-bec3-4107ca48312a} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11171 | 2024.07.12 00:42:38.303463 [ 3 ] {1d401e74-35c6-4dc6-bec3-4107ca48312a} <Debug> executeQuery: Read 427 rows, 31.08 KiB in 0.001637 sec., 260843.00549786194 rows/sec., 18.54 MiB/sec. | ||
11172 | 2024.07.12 00:42:38.303661 [ 3 ] {1d401e74-35c6-4dc6-bec3-4107ca48312a} <Debug> DynamicQueryHandler: Done processing query | ||
11173 | 2024.07.12 00:42:38.303686 [ 3 ] {1d401e74-35c6-4dc6-bec3-4107ca48312a} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
11174 | 2024.07.12 00:42:38.303702 [ 3 ] {} <Debug> HTTP-Session: c1bf11e2-2641-4fea-aa89-037463b89b42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11175 | 2024.07.12 00:42:38.303885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11176 | 2024.07.12 00:42:38.303934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11177 | 2024.07.12 00:42:38.303954 [ 3 ] {} <Debug> HTTP-Session: 2bd252f9-4647-4d41-adde-2b6994fcb777 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11178 | 2024.07.12 00:42:38.303970 [ 3 ] {} <Debug> HTTP-Session: 2bd252f9-4647-4d41-adde-2b6994fcb777 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11179 | 2024.07.12 00:42:38.303984 [ 3 ] {} <Debug> HTTP-Session: 2bd252f9-4647-4d41-adde-2b6994fcb777 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11180 | 2024.07.12 00:42:38.304015 [ 3 ] {} <Trace> HTTP-Session: 2bd252f9-4647-4d41-adde-2b6994fcb777 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11181 | 2024.07.12 00:42:38.304110 [ 3 ] {473f71d9-f7d0-4e97-87ae-1fa38f8b86bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11182 | 2024.07.12 00:42:38.304154 [ 3 ] {473f71d9-f7d0-4e97-87ae-1fa38f8b86bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11183 | 2024.07.12 00:42:38.304292 [ 3 ] {473f71d9-f7d0-4e97-87ae-1fa38f8b86bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11184 | 2024.07.12 00:42:38.304540 [ 3 ] {473f71d9-f7d0-4e97-87ae-1fa38f8b86bc} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11185 | 2024.07.12 00:42:38.304577 [ 3 ] {473f71d9-f7d0-4e97-87ae-1fa38f8b86bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11186 | 2024.07.12 00:42:38.304926 [ 3 ] {473f71d9-f7d0-4e97-87ae-1fa38f8b86bc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11187 | 2024.07.12 00:42:38.305246 [ 3 ] {473f71d9-f7d0-4e97-87ae-1fa38f8b86bc} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11188 | 2024.07.12 00:42:38.305401 [ 3 ] {473f71d9-f7d0-4e97-87ae-1fa38f8b86bc} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001309 sec., 4583.651642475172 rows/sec., 196.95 KiB/sec. | ||
11189 | 2024.07.12 00:42:38.305552 [ 3 ] {473f71d9-f7d0-4e97-87ae-1fa38f8b86bc} <Debug> DynamicQueryHandler: Done processing query | ||
11190 | 2024.07.12 00:42:38.305576 [ 3 ] {473f71d9-f7d0-4e97-87ae-1fa38f8b86bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11191 | 2024.07.12 00:42:38.305592 [ 3 ] {} <Debug> HTTP-Session: 2bd252f9-4647-4d41-adde-2b6994fcb777 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11192 | 2024.07.12 00:42:38.305726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11193 | 2024.07.12 00:42:38.305773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11194 | 2024.07.12 00:42:38.305793 [ 3 ] {} <Debug> HTTP-Session: 05592b21-0d38-4a29-ab9e-036d76a7959a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11195 | 2024.07.12 00:42:38.305809 [ 3 ] {} <Debug> HTTP-Session: 05592b21-0d38-4a29-ab9e-036d76a7959a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11196 | 2024.07.12 00:42:38.305823 [ 3 ] {} <Debug> HTTP-Session: 05592b21-0d38-4a29-ab9e-036d76a7959a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11197 | 2024.07.12 00:42:38.305852 [ 3 ] {} <Trace> HTTP-Session: 05592b21-0d38-4a29-ab9e-036d76a7959a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11198 | 2024.07.12 00:42:38.305969 [ 3 ] {c6ac2de8-392b-430e-8364-b5eca27d17db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11199 | 2024.07.12 00:42:38.306014 [ 3 ] {c6ac2de8-392b-430e-8364-b5eca27d17db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11200 | 2024.07.12 00:42:38.306153 [ 3 ] {c6ac2de8-392b-430e-8364-b5eca27d17db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11201 | 2024.07.12 00:42:38.306467 [ 3 ] {c6ac2de8-392b-430e-8364-b5eca27d17db} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11202 | 2024.07.12 00:42:38.306503 [ 3 ] {c6ac2de8-392b-430e-8364-b5eca27d17db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11203 | 2024.07.12 00:42:38.306855 [ 3 ] {c6ac2de8-392b-430e-8364-b5eca27d17db} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11204 | 2024.07.12 00:42:38.307181 [ 3 ] {c6ac2de8-392b-430e-8364-b5eca27d17db} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11205 | 2024.07.12 00:42:38.307339 [ 3 ] {c6ac2de8-392b-430e-8364-b5eca27d17db} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001405 sec., 54804.27046263345 rows/sec., 3.37 MiB/sec. | ||
11206 | 2024.07.12 00:42:38.307509 [ 3 ] {c6ac2de8-392b-430e-8364-b5eca27d17db} <Debug> DynamicQueryHandler: Done processing query | ||
11207 | 2024.07.12 00:42:38.307533 [ 3 ] {c6ac2de8-392b-430e-8364-b5eca27d17db} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11208 | 2024.07.12 00:42:38.307549 [ 3 ] {} <Debug> HTTP-Session: 05592b21-0d38-4a29-ab9e-036d76a7959a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11209 | 2024.07.12 00:42:38.307706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11210 | 2024.07.12 00:42:38.307754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11211 | 2024.07.12 00:42:38.307774 [ 3 ] {} <Debug> HTTP-Session: 9f67eb36-7899-4db4-93ea-bc2ef3f618f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11212 | 2024.07.12 00:42:38.307790 [ 3 ] {} <Debug> HTTP-Session: 9f67eb36-7899-4db4-93ea-bc2ef3f618f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11213 | 2024.07.12 00:42:38.307803 [ 3 ] {} <Debug> HTTP-Session: 9f67eb36-7899-4db4-93ea-bc2ef3f618f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11214 | 2024.07.12 00:42:38.307834 [ 3 ] {} <Trace> HTTP-Session: 9f67eb36-7899-4db4-93ea-bc2ef3f618f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11215 | 2024.07.12 00:42:38.307979 [ 3 ] {47889ca6-12ae-4c8a-ade7-a5efde390d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11216 | 2024.07.12 00:42:38.308023 [ 3 ] {47889ca6-12ae-4c8a-ade7-a5efde390d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11217 | 2024.07.12 00:42:38.308166 [ 3 ] {47889ca6-12ae-4c8a-ade7-a5efde390d8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11218 | 2024.07.12 00:42:38.308595 [ 3 ] {47889ca6-12ae-4c8a-ade7-a5efde390d8c} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11219 | 2024.07.12 00:42:38.308631 [ 3 ] {47889ca6-12ae-4c8a-ade7-a5efde390d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11220 | 2024.07.12 00:42:38.308994 [ 3 ] {47889ca6-12ae-4c8a-ade7-a5efde390d8c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11221 | 2024.07.12 00:42:38.309315 [ 3 ] {47889ca6-12ae-4c8a-ade7-a5efde390d8c} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11222 | 2024.07.12 00:42:38.309469 [ 3 ] {47889ca6-12ae-4c8a-ade7-a5efde390d8c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec. | ||
11223 | 2024.07.12 00:42:38.309642 [ 3 ] {47889ca6-12ae-4c8a-ade7-a5efde390d8c} <Debug> DynamicQueryHandler: Done processing query | ||
11224 | 2024.07.12 00:42:38.309665 [ 3 ] {47889ca6-12ae-4c8a-ade7-a5efde390d8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11225 | 2024.07.12 00:42:38.309681 [ 3 ] {} <Debug> HTTP-Session: 9f67eb36-7899-4db4-93ea-bc2ef3f618f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11226 | 2024.07.12 00:42:38.309891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 72366, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11227 | 2024.07.12 00:42:38.309939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11228 | 2024.07.12 00:42:38.309958 [ 3 ] {} <Debug> HTTP-Session: 5c8cef7a-5590-4caf-81d5-e1d8a6495681 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11229 | 2024.07.12 00:42:38.309975 [ 3 ] {} <Debug> HTTP-Session: 5c8cef7a-5590-4caf-81d5-e1d8a6495681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11230 | 2024.07.12 00:42:38.309989 [ 3 ] {} <Debug> HTTP-Session: 5c8cef7a-5590-4caf-81d5-e1d8a6495681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11231 | 2024.07.12 00:42:38.310019 [ 3 ] {} <Trace> HTTP-Session: 5c8cef7a-5590-4caf-81d5-e1d8a6495681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11232 | 2024.07.12 00:42:38.310514 [ 3 ] {a8f1480a-28ea-4de3-856a-010fcf17b994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11233 | 2024.07.12 00:42:38.310578 [ 3 ] {a8f1480a-28ea-4de3-856a-010fcf17b994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11234 | 2024.07.12 00:42:38.310972 [ 3 ] {a8f1480a-28ea-4de3-856a-010fcf17b994} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11235 | 2024.07.12 00:42:38.311771 [ 3 ] {a8f1480a-28ea-4de3-856a-010fcf17b994} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11236 | 2024.07.12 00:42:38.311807 [ 3 ] {a8f1480a-28ea-4de3-856a-010fcf17b994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11237 | 2024.07.12 00:42:38.312427 [ 3 ] {a8f1480a-28ea-4de3-856a-010fcf17b994} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11238 | 2024.07.12 00:42:38.312823 [ 3 ] {a8f1480a-28ea-4de3-856a-010fcf17b994} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11239 | 2024.07.12 00:42:38.313007 [ 3 ] {a8f1480a-28ea-4de3-856a-010fcf17b994} <Debug> executeQuery: Read 45 rows, 82.57 KiB in 0.002877 sec., 15641.293013555789 rows/sec., 28.03 MiB/sec. | ||
11240 | 2024.07.12 00:42:38.313229 [ 3 ] {a8f1480a-28ea-4de3-856a-010fcf17b994} <Debug> DynamicQueryHandler: Done processing query | ||
11241 | 2024.07.12 00:42:38.313254 [ 3 ] {a8f1480a-28ea-4de3-856a-010fcf17b994} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
11242 | 2024.07.12 00:42:38.313270 [ 3 ] {} <Debug> HTTP-Session: 5c8cef7a-5590-4caf-81d5-e1d8a6495681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11243 | 2024.07.12 00:42:38.313399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11244 | 2024.07.12 00:42:38.313449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11245 | 2024.07.12 00:42:38.313469 [ 3 ] {} <Debug> HTTP-Session: 10a3827d-9581-4486-a85c-bceb968dbf1f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11246 | 2024.07.12 00:42:38.313486 [ 3 ] {} <Debug> HTTP-Session: 10a3827d-9581-4486-a85c-bceb968dbf1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11247 | 2024.07.12 00:42:38.313500 [ 3 ] {} <Debug> HTTP-Session: 10a3827d-9581-4486-a85c-bceb968dbf1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11248 | 2024.07.12 00:42:38.313531 [ 3 ] {} <Trace> HTTP-Session: 10a3827d-9581-4486-a85c-bceb968dbf1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11249 | 2024.07.12 00:42:38.313633 [ 3 ] {764a9fd7-234b-4c90-aa60-bbfd5821df0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11250 | 2024.07.12 00:42:38.313676 [ 3 ] {764a9fd7-234b-4c90-aa60-bbfd5821df0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11251 | 2024.07.12 00:42:38.313801 [ 3 ] {764a9fd7-234b-4c90-aa60-bbfd5821df0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11252 | 2024.07.12 00:42:38.314104 [ 3 ] {764a9fd7-234b-4c90-aa60-bbfd5821df0c} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11253 | 2024.07.12 00:42:38.314142 [ 3 ] {764a9fd7-234b-4c90-aa60-bbfd5821df0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11254 | 2024.07.12 00:42:38.314490 [ 3 ] {764a9fd7-234b-4c90-aa60-bbfd5821df0c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11255 | 2024.07.12 00:42:38.314809 [ 3 ] {764a9fd7-234b-4c90-aa60-bbfd5821df0c} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11256 | 2024.07.12 00:42:38.314969 [ 3 ] {764a9fd7-234b-4c90-aa60-bbfd5821df0c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001359 sec., 16924.20897718911 rows/sec., 915.48 KiB/sec. | ||
11257 | 2024.07.12 00:42:38.315142 [ 3 ] {764a9fd7-234b-4c90-aa60-bbfd5821df0c} <Debug> DynamicQueryHandler: Done processing query | ||
11258 | 2024.07.12 00:42:38.315167 [ 3 ] {764a9fd7-234b-4c90-aa60-bbfd5821df0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11259 | 2024.07.12 00:42:38.315183 [ 3 ] {} <Debug> HTTP-Session: 10a3827d-9581-4486-a85c-bceb968dbf1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11260 | 2024.07.12 00:42:38.315336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11261 | 2024.07.12 00:42:38.315385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11262 | 2024.07.12 00:42:38.315405 [ 3 ] {} <Debug> HTTP-Session: 474ead6b-8980-4345-bf24-a1b37b6d6680 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11263 | 2024.07.12 00:42:38.315421 [ 3 ] {} <Debug> HTTP-Session: 474ead6b-8980-4345-bf24-a1b37b6d6680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11264 | 2024.07.12 00:42:38.315435 [ 3 ] {} <Debug> HTTP-Session: 474ead6b-8980-4345-bf24-a1b37b6d6680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11265 | 2024.07.12 00:42:38.315466 [ 3 ] {} <Trace> HTTP-Session: 474ead6b-8980-4345-bf24-a1b37b6d6680 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11266 | 2024.07.12 00:42:38.315581 [ 3 ] {c6a2de1c-ca0a-4f46-ae38-f66db42ec984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11267 | 2024.07.12 00:42:38.315626 [ 3 ] {c6a2de1c-ca0a-4f46-ae38-f66db42ec984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11268 | 2024.07.12 00:42:38.315755 [ 3 ] {c6a2de1c-ca0a-4f46-ae38-f66db42ec984} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11269 | 2024.07.12 00:42:38.316046 [ 3 ] {c6a2de1c-ca0a-4f46-ae38-f66db42ec984} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11270 | 2024.07.12 00:42:38.316083 [ 3 ] {c6a2de1c-ca0a-4f46-ae38-f66db42ec984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11271 | 2024.07.12 00:42:38.316443 [ 3 ] {c6a2de1c-ca0a-4f46-ae38-f66db42ec984} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11272 | 2024.07.12 00:42:38.316790 [ 3 ] {c6a2de1c-ca0a-4f46-ae38-f66db42ec984} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11273 | 2024.07.12 00:42:38.316951 [ 3 ] {c6a2de1c-ca0a-4f46-ae38-f66db42ec984} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
11274 | 2024.07.12 00:42:38.317217 [ 3 ] {c6a2de1c-ca0a-4f46-ae38-f66db42ec984} <Debug> DynamicQueryHandler: Done processing query | ||
11275 | 2024.07.12 00:42:38.317272 [ 3 ] {c6a2de1c-ca0a-4f46-ae38-f66db42ec984} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11276 | 2024.07.12 00:42:38.317333 [ 3 ] {} <Debug> HTTP-Session: 474ead6b-8980-4345-bf24-a1b37b6d6680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11277 | 2024.07.12 00:42:43.289719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11278 | 2024.07.12 00:42:43.289902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11279 | 2024.07.12 00:42:43.289944 [ 3 ] {} <Debug> HTTP-Session: bb638ea9-6afa-4571-80d3-d635155ae556 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11280 | 2024.07.12 00:42:43.289983 [ 3 ] {} <Debug> HTTP-Session: bb638ea9-6afa-4571-80d3-d635155ae556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11281 | 2024.07.12 00:42:43.290009 [ 3 ] {} <Debug> HTTP-Session: bb638ea9-6afa-4571-80d3-d635155ae556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11282 | 2024.07.12 00:42:43.290085 [ 3 ] {} <Trace> HTTP-Session: bb638ea9-6afa-4571-80d3-d635155ae556 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11283 | 2024.07.12 00:42:43.290379 [ 3 ] {05786eee-0ab5-436e-b6a4-fb32853fda1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11284 | 2024.07.12 00:42:43.290494 [ 3 ] {05786eee-0ab5-436e-b6a4-fb32853fda1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11285 | 2024.07.12 00:42:43.290876 [ 3 ] {05786eee-0ab5-436e-b6a4-fb32853fda1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11286 | 2024.07.12 00:42:43.292383 [ 3 ] {05786eee-0ab5-436e-b6a4-fb32853fda1b} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11287 | 2024.07.12 00:42:43.292438 [ 3 ] {05786eee-0ab5-436e-b6a4-fb32853fda1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11288 | 2024.07.12 00:42:43.292898 [ 3 ] {05786eee-0ab5-436e-b6a4-fb32853fda1b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11289 | 2024.07.12 00:42:43.293270 [ 3 ] {05786eee-0ab5-436e-b6a4-fb32853fda1b} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11290 | 2024.07.12 00:42:43.293449 [ 3 ] {05786eee-0ab5-436e-b6a4-fb32853fda1b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.003175 sec., 17637.795275590554 rows/sec., 1.35 MiB/sec. | ||
11291 | 2024.07.12 00:42:43.293775 [ 3 ] {05786eee-0ab5-436e-b6a4-fb32853fda1b} <Debug> DynamicQueryHandler: Done processing query | ||
11292 | 2024.07.12 00:42:43.293817 [ 3 ] {05786eee-0ab5-436e-b6a4-fb32853fda1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11293 | 2024.07.12 00:42:43.293844 [ 3 ] {} <Debug> HTTP-Session: bb638ea9-6afa-4571-80d3-d635155ae556 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11294 | 2024.07.12 00:42:43.294041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11295 | 2024.07.12 00:42:43.294099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11296 | 2024.07.12 00:42:43.294120 [ 3 ] {} <Debug> HTTP-Session: 45f1f3db-80ad-4a4b-ba1d-8b3484e6b934 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11297 | 2024.07.12 00:42:43.294142 [ 3 ] {} <Debug> HTTP-Session: 45f1f3db-80ad-4a4b-ba1d-8b3484e6b934 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11298 | 2024.07.12 00:42:43.294157 [ 3 ] {} <Debug> HTTP-Session: 45f1f3db-80ad-4a4b-ba1d-8b3484e6b934 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11299 | 2024.07.12 00:42:43.294192 [ 3 ] {} <Trace> HTTP-Session: 45f1f3db-80ad-4a4b-ba1d-8b3484e6b934 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11300 | 2024.07.12 00:42:43.294321 [ 3 ] {54ef0057-fe40-43a0-9626-ccab337ad32c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11301 | 2024.07.12 00:42:43.294368 [ 3 ] {54ef0057-fe40-43a0-9626-ccab337ad32c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11302 | 2024.07.12 00:42:43.294522 [ 3 ] {54ef0057-fe40-43a0-9626-ccab337ad32c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11303 | 2024.07.12 00:42:43.294907 [ 3 ] {54ef0057-fe40-43a0-9626-ccab337ad32c} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11304 | 2024.07.12 00:42:43.294944 [ 3 ] {54ef0057-fe40-43a0-9626-ccab337ad32c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11305 | 2024.07.12 00:42:43.295258 [ 3 ] {54ef0057-fe40-43a0-9626-ccab337ad32c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11306 | 2024.07.12 00:42:43.295599 [ 3 ] {54ef0057-fe40-43a0-9626-ccab337ad32c} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11307 | 2024.07.12 00:42:43.295755 [ 3 ] {54ef0057-fe40-43a0-9626-ccab337ad32c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001473 sec., 43448.74405974203 rows/sec., 3.39 MiB/sec. | ||
11308 | 2024.07.12 00:42:43.295925 [ 3 ] {54ef0057-fe40-43a0-9626-ccab337ad32c} <Debug> DynamicQueryHandler: Done processing query | ||
11309 | 2024.07.12 00:42:43.295949 [ 3 ] {54ef0057-fe40-43a0-9626-ccab337ad32c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11310 | 2024.07.12 00:42:43.295965 [ 3 ] {} <Debug> HTTP-Session: 45f1f3db-80ad-4a4b-ba1d-8b3484e6b934 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11311 | 2024.07.12 00:42:43.296155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11312 | 2024.07.12 00:42:43.296205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11313 | 2024.07.12 00:42:43.296225 [ 3 ] {} <Debug> HTTP-Session: 9915fc76-b04b-4023-b4ec-488962ea68f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11314 | 2024.07.12 00:42:43.296241 [ 3 ] {} <Debug> HTTP-Session: 9915fc76-b04b-4023-b4ec-488962ea68f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11315 | 2024.07.12 00:42:43.296255 [ 3 ] {} <Debug> HTTP-Session: 9915fc76-b04b-4023-b4ec-488962ea68f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11316 | 2024.07.12 00:42:43.296285 [ 3 ] {} <Trace> HTTP-Session: 9915fc76-b04b-4023-b4ec-488962ea68f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11317 | 2024.07.12 00:42:43.296427 [ 3 ] {d593de9a-7962-46c6-92fe-8cff25f4be7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11318 | 2024.07.12 00:42:43.296473 [ 3 ] {d593de9a-7962-46c6-92fe-8cff25f4be7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11319 | 2024.07.12 00:42:43.296630 [ 3 ] {d593de9a-7962-46c6-92fe-8cff25f4be7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11320 | 2024.07.12 00:42:43.297052 [ 3 ] {d593de9a-7962-46c6-92fe-8cff25f4be7a} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11321 | 2024.07.12 00:42:43.297087 [ 3 ] {d593de9a-7962-46c6-92fe-8cff25f4be7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11322 | 2024.07.12 00:42:43.297491 [ 3 ] {d593de9a-7962-46c6-92fe-8cff25f4be7a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11323 | 2024.07.12 00:42:43.297862 [ 3 ] {d593de9a-7962-46c6-92fe-8cff25f4be7a} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11324 | 2024.07.12 00:42:43.298010 [ 3 ] {d593de9a-7962-46c6-92fe-8cff25f4be7a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001646 sec., 97205.34629404618 rows/sec., 6.77 MiB/sec. | ||
11325 | 2024.07.12 00:42:43.298185 [ 3 ] {d593de9a-7962-46c6-92fe-8cff25f4be7a} <Debug> DynamicQueryHandler: Done processing query | ||
11326 | 2024.07.12 00:42:43.298210 [ 3 ] {d593de9a-7962-46c6-92fe-8cff25f4be7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11327 | 2024.07.12 00:42:43.298226 [ 3 ] {} <Debug> HTTP-Session: 9915fc76-b04b-4023-b4ec-488962ea68f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11328 | 2024.07.12 00:42:43.298415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11329 | 2024.07.12 00:42:43.298463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11330 | 2024.07.12 00:42:43.298483 [ 3 ] {} <Debug> HTTP-Session: 965cdee8-fbe7-43d2-a960-e8b9642104a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11331 | 2024.07.12 00:42:43.298500 [ 3 ] {} <Debug> HTTP-Session: 965cdee8-fbe7-43d2-a960-e8b9642104a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11332 | 2024.07.12 00:42:43.298513 [ 3 ] {} <Debug> HTTP-Session: 965cdee8-fbe7-43d2-a960-e8b9642104a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11333 | 2024.07.12 00:42:43.298543 [ 3 ] {} <Trace> HTTP-Session: 965cdee8-fbe7-43d2-a960-e8b9642104a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11334 | 2024.07.12 00:42:43.298665 [ 3 ] {0be96dd0-c04d-415c-849c-273f0b74b2bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11335 | 2024.07.12 00:42:43.298708 [ 3 ] {0be96dd0-c04d-415c-849c-273f0b74b2bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11336 | 2024.07.12 00:42:43.298832 [ 3 ] {0be96dd0-c04d-415c-849c-273f0b74b2bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11337 | 2024.07.12 00:42:43.299147 [ 3 ] {0be96dd0-c04d-415c-849c-273f0b74b2bd} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11338 | 2024.07.12 00:42:43.299184 [ 3 ] {0be96dd0-c04d-415c-849c-273f0b74b2bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11339 | 2024.07.12 00:42:43.299545 [ 3 ] {0be96dd0-c04d-415c-849c-273f0b74b2bd} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11340 | 2024.07.12 00:42:43.299863 [ 3 ] {0be96dd0-c04d-415c-849c-273f0b74b2bd} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11341 | 2024.07.12 00:42:43.300013 [ 3 ] {0be96dd0-c04d-415c-849c-273f0b74b2bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
11342 | 2024.07.12 00:42:43.300185 [ 3 ] {0be96dd0-c04d-415c-849c-273f0b74b2bd} <Debug> DynamicQueryHandler: Done processing query | ||
11343 | 2024.07.12 00:42:43.300210 [ 3 ] {0be96dd0-c04d-415c-849c-273f0b74b2bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11344 | 2024.07.12 00:42:43.300225 [ 3 ] {} <Debug> HTTP-Session: 965cdee8-fbe7-43d2-a960-e8b9642104a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11345 | 2024.07.12 00:42:48.297662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 8067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11346 | 2024.07.12 00:42:48.297790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11347 | 2024.07.12 00:42:48.297815 [ 3 ] {} <Debug> HTTP-Session: b23689f1-36c6-4ce7-a5cb-a93b6a23f479 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11348 | 2024.07.12 00:42:48.297840 [ 3 ] {} <Debug> HTTP-Session: b23689f1-36c6-4ce7-a5cb-a93b6a23f479 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11349 | 2024.07.12 00:42:48.297856 [ 3 ] {} <Debug> HTTP-Session: b23689f1-36c6-4ce7-a5cb-a93b6a23f479 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11350 | 2024.07.12 00:42:48.297905 [ 3 ] {} <Trace> HTTP-Session: b23689f1-36c6-4ce7-a5cb-a93b6a23f479 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11351 | 2024.07.12 00:42:48.298100 [ 3 ] {56886e11-b680-432c-b420-b288cf9e62e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11352 | 2024.07.12 00:42:48.298165 [ 3 ] {56886e11-b680-432c-b420-b288cf9e62e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11353 | 2024.07.12 00:42:48.298349 [ 3 ] {56886e11-b680-432c-b420-b288cf9e62e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11354 | 2024.07.12 00:42:48.298794 [ 3 ] {56886e11-b680-432c-b420-b288cf9e62e5} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11355 | 2024.07.12 00:42:48.298834 [ 3 ] {56886e11-b680-432c-b420-b288cf9e62e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11356 | 2024.07.12 00:42:48.299209 [ 3 ] {56886e11-b680-432c-b420-b288cf9e62e5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11357 | 2024.07.12 00:42:48.299544 [ 3 ] {56886e11-b680-432c-b420-b288cf9e62e5} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11358 | 2024.07.12 00:42:48.299710 [ 3 ] {56886e11-b680-432c-b420-b288cf9e62e5} <Debug> executeQuery: Read 57 rows, 4.47 KiB in 0.001671 sec., 34111.31059245961 rows/sec., 2.61 MiB/sec. | ||
11359 | 2024.07.12 00:42:48.299730 [ 50 ] {} <Debug> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Selected 6 parts from all_1_30_7 to all_35_35_0 | ||
11360 | 2024.07.12 00:42:48.299836 [ 50 ] {} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11361 | 2024.07.12 00:42:48.299879 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11362 | 2024.07.12 00:42:48.300000 [ 3 ] {56886e11-b680-432c-b420-b288cf9e62e5} <Debug> DynamicQueryHandler: Done processing query | ||
11363 | 2024.07.12 00:42:48.300083 [ 3 ] {56886e11-b680-432c-b420-b288cf9e62e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11364 | 2024.07.12 00:42:48.300138 [ 3 ] {} <Debug> HTTP-Session: b23689f1-36c6-4ce7-a5cb-a93b6a23f479 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11365 | 2024.07.12 00:42:48.300151 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_35_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_7 to all_35_35_0 into Compact with storage Full | ||
11366 | 2024.07.12 00:42:48.300445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11367 | 2024.07.12 00:42:48.300646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11368 | 2024.07.12 00:42:48.300763 [ 3 ] {} <Debug> HTTP-Session: 26f31ea2-6423-48d9-888a-bc3d089c8304 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11369 | 2024.07.12 00:42:48.300833 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_35_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11370 | 2024.07.12 00:42:48.300862 [ 3 ] {} <Debug> HTTP-Session: 26f31ea2-6423-48d9-888a-bc3d089c8304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11371 | 2024.07.12 00:42:48.300950 [ 3 ] {} <Debug> HTTP-Session: 26f31ea2-6423-48d9-888a-bc3d089c8304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11372 | 2024.07.12 00:42:48.300966 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 37 rows starting from the beginning of the part | ||
11373 | 2024.07.12 00:42:48.301099 [ 3 ] {} <Trace> HTTP-Session: 26f31ea2-6423-48d9-888a-bc3d089c8304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11374 | 2024.07.12 00:42:48.301401 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 37 rows starting from the beginning of the part | ||
11375 | 2024.07.12 00:42:48.301549 [ 3 ] {6c526258-b03d-4cd4-827b-68f4316c94a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11376 | 2024.07.12 00:42:48.301718 [ 3 ] {6c526258-b03d-4cd4-827b-68f4316c94a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11377 | 2024.07.12 00:42:48.301788 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 42 rows starting from the beginning of the part | ||
11378 | 2024.07.12 00:42:48.302119 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 49 rows starting from the beginning of the part | ||
11379 | 2024.07.12 00:42:48.302450 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 51 rows starting from the beginning of the part | ||
11380 | 2024.07.12 00:42:48.302764 [ 199 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_35_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 57 rows starting from the beginning of the part | ||
11381 | 2024.07.12 00:42:48.302989 [ 3 ] {6c526258-b03d-4cd4-827b-68f4316c94a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11382 | 2024.07.12 00:42:48.303719 [ 3 ] {6c526258-b03d-4cd4-827b-68f4316c94a5} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11383 | 2024.07.12 00:42:48.303757 [ 3 ] {6c526258-b03d-4cd4-827b-68f4316c94a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11384 | 2024.07.12 00:42:48.304251 [ 3 ] {6c526258-b03d-4cd4-827b-68f4316c94a5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
11385 | 2024.07.12 00:42:48.304687 [ 188 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_35_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 273 rows, containing 4 columns (4 merged, 0 gathered) in 0.004724552 sec., 57783.256486540944 rows/sec., 4.39 MiB/sec. | ||
11386 | 2024.07.12 00:42:48.304899 [ 3 ] {6c526258-b03d-4cd4-827b-68f4316c94a5} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11387 | 2024.07.12 00:42:48.304931 [ 188 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_35_8} <Trace> MergedBlockOutputStream: filled checksums all_1_35_8 (state Temporary) | ||
11388 | 2024.07.12 00:42:48.305160 [ 3 ] {6c526258-b03d-4cd4-827b-68f4316c94a5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00378 sec., 1058.2010582010582 rows/sec., 86.29 KiB/sec. | ||
11389 | 2024.07.12 00:42:48.305772 [ 3 ] {6c526258-b03d-4cd4-827b-68f4316c94a5} <Debug> DynamicQueryHandler: Done processing query | ||
11390 | 2024.07.12 00:42:48.305881 [ 3 ] {6c526258-b03d-4cd4-827b-68f4316c94a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11391 | 2024.07.12 00:42:48.305949 [ 3 ] {} <Debug> HTTP-Session: 26f31ea2-6423-48d9-888a-bc3d089c8304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11392 | 2024.07.12 00:42:48.306208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 47768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11393 | 2024.07.12 00:42:48.306257 [ 188 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_35_8} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_merge_all_1_35_8 to all_1_35_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11394 | 2024.07.12 00:42:48.306296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11395 | 2024.07.12 00:42:48.306348 [ 3 ] {} <Debug> HTTP-Session: 0c3ae33d-2230-46fc-b5c3-8bbfd371e242 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11396 | 2024.07.12 00:42:48.306389 [ 3 ] {} <Debug> HTTP-Session: 0c3ae33d-2230-46fc-b5c3-8bbfd371e242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11397 | 2024.07.12 00:42:48.306409 [ 3 ] {} <Debug> HTTP-Session: 0c3ae33d-2230-46fc-b5c3-8bbfd371e242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11398 | 2024.07.12 00:42:48.306444 [ 188 ] {92e2e372-9742-4205-9e7c-a3fe9405e258::all_1_35_8} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258) (MergerMutator): Merged 6 parts: [all_1_30_7, all_35_35_0] -> all_1_35_8 | ||
11399 | 2024.07.12 00:42:48.306464 [ 3 ] {} <Trace> HTTP-Session: 0c3ae33d-2230-46fc-b5c3-8bbfd371e242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11400 | 2024.07.12 00:42:48.306598 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
11401 | 2024.07.12 00:42:48.306734 [ 3 ] {a7320c21-b4f7-49c0-9b3e-0c52a4d5fc53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11402 | 2024.07.12 00:42:48.306783 [ 3 ] {a7320c21-b4f7-49c0-9b3e-0c52a4d5fc53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11403 | 2024.07.12 00:42:48.306924 [ 3 ] {a7320c21-b4f7-49c0-9b3e-0c52a4d5fc53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11404 | 2024.07.12 00:42:48.307433 [ 3 ] {a7320c21-b4f7-49c0-9b3e-0c52a4d5fc53} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11405 | 2024.07.12 00:42:48.307469 [ 3 ] {a7320c21-b4f7-49c0-9b3e-0c52a4d5fc53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11406 | 2024.07.12 00:42:48.307807 [ 3 ] {a7320c21-b4f7-49c0-9b3e-0c52a4d5fc53} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11407 | 2024.07.12 00:42:48.308110 [ 3 ] {a7320c21-b4f7-49c0-9b3e-0c52a4d5fc53} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11408 | 2024.07.12 00:42:48.308261 [ 3 ] {a7320c21-b4f7-49c0-9b3e-0c52a4d5fc53} <Debug> executeQuery: Read 316 rows, 28.57 KiB in 0.001648 sec., 191747.572815534 rows/sec., 16.93 MiB/sec. | ||
11409 | 2024.07.12 00:42:48.308356 [ 49 ] {} <Debug> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11410 | 2024.07.12 00:42:48.308476 [ 49 ] {} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11411 | 2024.07.12 00:42:48.308494 [ 3 ] {a7320c21-b4f7-49c0-9b3e-0c52a4d5fc53} <Debug> DynamicQueryHandler: Done processing query | ||
11412 | 2024.07.12 00:42:48.308535 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11413 | 2024.07.12 00:42:48.308548 [ 3 ] {a7320c21-b4f7-49c0-9b3e-0c52a4d5fc53} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11414 | 2024.07.12 00:42:48.308598 [ 3 ] {} <Debug> HTTP-Session: 0c3ae33d-2230-46fc-b5c3-8bbfd371e242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11415 | 2024.07.12 00:42:48.308783 [ 196 ] {50a6336c-bb73-458e-b539-c06ba4be430f::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 | ||
11416 | 2024.07.12 00:42:48.308870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11417 | 2024.07.12 00:42:48.308964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11418 | 2024.07.12 00:42:48.309024 [ 3 ] {} <Debug> HTTP-Session: 8fabaa26-c94e-4e5a-9b3d-5fdeb3e41c1f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11419 | 2024.07.12 00:42:48.309065 [ 3 ] {} <Debug> HTTP-Session: 8fabaa26-c94e-4e5a-9b3d-5fdeb3e41c1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11420 | 2024.07.12 00:42:48.309111 [ 3 ] {} <Debug> HTTP-Session: 8fabaa26-c94e-4e5a-9b3d-5fdeb3e41c1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11421 | 2024.07.12 00:42:48.309180 [ 196 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11422 | 2024.07.12 00:42:48.309197 [ 3 ] {} <Trace> HTTP-Session: 8fabaa26-c94e-4e5a-9b3d-5fdeb3e41c1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11423 | 2024.07.12 00:42:48.309246 [ 196 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 313 rows starting from the beginning of the part | ||
11424 | 2024.07.12 00:42:48.309490 [ 196 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 290 rows starting from the beginning of the part | ||
11425 | 2024.07.12 00:42:48.309586 [ 3 ] {e08ff50a-dba7-41bd-b92b-0b98f9b1a1dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11426 | 2024.07.12 00:42:48.309710 [ 196 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 92 rows starting from the beginning of the part | ||
11427 | 2024.07.12 00:42:48.309786 [ 3 ] {e08ff50a-dba7-41bd-b92b-0b98f9b1a1dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11428 | 2024.07.12 00:42:48.310026 [ 196 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 296 rows starting from the beginning of the part | ||
11429 | 2024.07.12 00:42:48.310324 [ 196 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part | ||
11430 | 2024.07.12 00:42:48.310605 [ 196 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 316 rows starting from the beginning of the part | ||
11431 | 2024.07.12 00:42:48.311162 [ 3 ] {e08ff50a-dba7-41bd-b92b-0b98f9b1a1dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11432 | 2024.07.12 00:42:48.311850 [ 3 ] {e08ff50a-dba7-41bd-b92b-0b98f9b1a1dd} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11433 | 2024.07.12 00:42:48.311915 [ 3 ] {e08ff50a-dba7-41bd-b92b-0b98f9b1a1dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11434 | 2024.07.12 00:42:48.312719 [ 3 ] {e08ff50a-dba7-41bd-b92b-0b98f9b1a1dd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
11435 | 2024.07.12 00:42:48.313404 [ 3 ] {e08ff50a-dba7-41bd-b92b-0b98f9b1a1dd} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11436 | 2024.07.12 00:42:48.313939 [ 3 ] {e08ff50a-dba7-41bd-b92b-0b98f9b1a1dd} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004578 sec., 873.7439930100481 rows/sec., 61.01 KiB/sec. | ||
11437 | 2024.07.12 00:42:48.313987 [ 196 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1363 rows, containing 4 columns (4 merged, 0 gathered) in 0.005288061 sec., 257750.4306398886 rows/sec., 22.29 MiB/sec. | ||
11438 | 2024.07.12 00:42:48.314315 [ 196 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11439 | 2024.07.12 00:42:48.314439 [ 3 ] {e08ff50a-dba7-41bd-b92b-0b98f9b1a1dd} <Debug> DynamicQueryHandler: Done processing query | ||
11440 | 2024.07.12 00:42:48.314479 [ 3 ] {e08ff50a-dba7-41bd-b92b-0b98f9b1a1dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11441 | 2024.07.12 00:42:48.314512 [ 3 ] {} <Debug> HTTP-Session: 8fabaa26-c94e-4e5a-9b3d-5fdeb3e41c1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11442 | 2024.07.12 00:42:48.314775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 72403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11443 | 2024.07.12 00:42:48.314868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11444 | 2024.07.12 00:42:48.314879 [ 196 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_71_14} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11445 | 2024.07.12 00:42:48.314908 [ 3 ] {} <Debug> HTTP-Session: dbc7c932-30c5-4849-a2fc-24e165147eb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11446 | 2024.07.12 00:42:48.314957 [ 3 ] {} <Debug> HTTP-Session: dbc7c932-30c5-4849-a2fc-24e165147eb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11447 | 2024.07.12 00:42:48.314993 [ 3 ] {} <Debug> HTTP-Session: dbc7c932-30c5-4849-a2fc-24e165147eb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11448 | 2024.07.12 00:42:48.315037 [ 196 ] {50a6336c-bb73-458e-b539-c06ba4be430f::all_1_71_14} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11449 | 2024.07.12 00:42:48.315048 [ 3 ] {} <Trace> HTTP-Session: dbc7c932-30c5-4849-a2fc-24e165147eb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11450 | 2024.07.12 00:42:48.315161 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
11451 | 2024.07.12 00:42:48.315353 [ 3 ] {7ce11273-369d-4952-a169-4f7c550bdafb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11452 | 2024.07.12 00:42:48.315403 [ 3 ] {7ce11273-369d-4952-a169-4f7c550bdafb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11453 | 2024.07.12 00:42:48.315556 [ 3 ] {7ce11273-369d-4952-a169-4f7c550bdafb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11454 | 2024.07.12 00:42:48.316134 [ 3 ] {7ce11273-369d-4952-a169-4f7c550bdafb} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11455 | 2024.07.12 00:42:48.316172 [ 3 ] {7ce11273-369d-4952-a169-4f7c550bdafb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11456 | 2024.07.12 00:42:48.316523 [ 3 ] {7ce11273-369d-4952-a169-4f7c550bdafb} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11457 | 2024.07.12 00:42:48.316834 [ 3 ] {7ce11273-369d-4952-a169-4f7c550bdafb} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11458 | 2024.07.12 00:42:48.316988 [ 3 ] {7ce11273-369d-4952-a169-4f7c550bdafb} <Debug> executeQuery: Read 446 rows, 32.61 KiB in 0.001756 sec., 253986.3325740319 rows/sec., 18.13 MiB/sec. | ||
11459 | 2024.07.12 00:42:48.316990 [ 49 ] {} <Debug> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11460 | 2024.07.12 00:42:48.317099 [ 49 ] {} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11461 | 2024.07.12 00:42:48.317167 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11462 | 2024.07.12 00:42:48.317271 [ 3 ] {7ce11273-369d-4952-a169-4f7c550bdafb} <Debug> DynamicQueryHandler: Done processing query | ||
11463 | 2024.07.12 00:42:48.317370 [ 3 ] {7ce11273-369d-4952-a169-4f7c550bdafb} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
11464 | 2024.07.12 00:42:48.317471 [ 3 ] {} <Debug> HTTP-Session: dbc7c932-30c5-4849-a2fc-24e165147eb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11465 | 2024.07.12 00:42:48.317751 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::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 | ||
11466 | 2024.07.12 00:42:48.317864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11467 | 2024.07.12 00:42:48.318064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11468 | 2024.07.12 00:42:48.318168 [ 3 ] {} <Debug> HTTP-Session: a2411a8e-3a3f-4525-8072-dd1955db2861 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11469 | 2024.07.12 00:42:48.318253 [ 3 ] {} <Debug> HTTP-Session: a2411a8e-3a3f-4525-8072-dd1955db2861 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11470 | 2024.07.12 00:42:48.318335 [ 3 ] {} <Debug> HTTP-Session: a2411a8e-3a3f-4525-8072-dd1955db2861 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11471 | 2024.07.12 00:42:48.318463 [ 3 ] {} <Trace> HTTP-Session: a2411a8e-3a3f-4525-8072-dd1955db2861 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11472 | 2024.07.12 00:42:48.318476 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11473 | 2024.07.12 00:42:48.318531 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 476 rows starting from the beginning of the part | ||
11474 | 2024.07.12 00:42:48.318687 [ 3 ] {01924b82-8973-4e6a-b209-a085f1897f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11475 | 2024.07.12 00:42:48.318794 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 434 rows starting from the beginning of the part | ||
11476 | 2024.07.12 00:42:48.318903 [ 3 ] {01924b82-8973-4e6a-b209-a085f1897f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11477 | 2024.07.12 00:42:48.319079 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 88 rows starting from the beginning of the part | ||
11478 | 2024.07.12 00:42:48.319383 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part | ||
11479 | 2024.07.12 00:42:48.319717 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part | ||
11480 | 2024.07.12 00:42:48.320072 [ 197 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 446 rows starting from the beginning of the part | ||
11481 | 2024.07.12 00:42:48.320295 [ 3 ] {01924b82-8973-4e6a-b209-a085f1897f0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11482 | 2024.07.12 00:42:48.321045 [ 3 ] {01924b82-8973-4e6a-b209-a085f1897f0d} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11483 | 2024.07.12 00:42:48.321114 [ 3 ] {01924b82-8973-4e6a-b209-a085f1897f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11484 | 2024.07.12 00:42:48.322074 [ 3 ] {01924b82-8973-4e6a-b209-a085f1897f0d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11485 | 2024.07.12 00:42:48.322631 [ 3 ] {01924b82-8973-4e6a-b209-a085f1897f0d} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11486 | 2024.07.12 00:42:48.323131 [ 3 ] {01924b82-8973-4e6a-b209-a085f1897f0d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004544 sec., 1320.4225352112676 rows/sec., 56.74 KiB/sec. | ||
11487 | 2024.07.12 00:42:48.323215 [ 190 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1935 rows, containing 4 columns (4 merged, 0 gathered) in 0.005896401 sec., 328166.2831276231 rows/sec., 23.60 MiB/sec. | ||
11488 | 2024.07.12 00:42:48.323445 [ 3 ] {01924b82-8973-4e6a-b209-a085f1897f0d} <Debug> DynamicQueryHandler: Done processing query | ||
11489 | 2024.07.12 00:42:48.323493 [ 3 ] {01924b82-8973-4e6a-b209-a085f1897f0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11490 | 2024.07.12 00:42:48.323518 [ 3 ] {} <Debug> HTTP-Session: a2411a8e-3a3f-4525-8072-dd1955db2861 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11491 | 2024.07.12 00:42:48.323533 [ 190 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11492 | 2024.07.12 00:42:48.323693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11493 | 2024.07.12 00:42:48.323814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11494 | 2024.07.12 00:42:48.323880 [ 3 ] {} <Debug> HTTP-Session: 43574e7e-de4f-4630-b740-e5caac91881a Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11495 | 2024.07.12 00:42:48.323938 [ 3 ] {} <Debug> HTTP-Session: 43574e7e-de4f-4630-b740-e5caac91881a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11496 | 2024.07.12 00:42:48.323992 [ 3 ] {} <Debug> HTTP-Session: 43574e7e-de4f-4630-b740-e5caac91881a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11497 | 2024.07.12 00:42:48.324063 [ 3 ] {} <Trace> HTTP-Session: 43574e7e-de4f-4630-b740-e5caac91881a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11498 | 2024.07.12 00:42:48.324315 [ 3 ] {4ceba9c4-5936-401b-8b36-c5587bbfb2e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11499 | 2024.07.12 00:42:48.324358 [ 190 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_71_14} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11500 | 2024.07.12 00:42:48.324399 [ 3 ] {4ceba9c4-5936-401b-8b36-c5587bbfb2e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11501 | 2024.07.12 00:42:48.324593 [ 190 ] {6e998bdb-080e-41ba-9ebf-bbf15ec244f5::all_1_71_14} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11502 | 2024.07.12 00:42:48.324815 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
11503 | 2024.07.12 00:42:48.324876 [ 3 ] {4ceba9c4-5936-401b-8b36-c5587bbfb2e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11504 | 2024.07.12 00:42:48.325209 [ 3 ] {4ceba9c4-5936-401b-8b36-c5587bbfb2e0} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11505 | 2024.07.12 00:42:48.325248 [ 3 ] {4ceba9c4-5936-401b-8b36-c5587bbfb2e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11506 | 2024.07.12 00:42:48.325627 [ 3 ] {4ceba9c4-5936-401b-8b36-c5587bbfb2e0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11507 | 2024.07.12 00:42:48.325978 [ 3 ] {4ceba9c4-5936-401b-8b36-c5587bbfb2e0} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11508 | 2024.07.12 00:42:48.326127 [ 3 ] {4ceba9c4-5936-401b-8b36-c5587bbfb2e0} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001923 sec., 40041.60166406656 rows/sec., 2.47 MiB/sec. | ||
11509 | 2024.07.12 00:42:48.326434 [ 3 ] {4ceba9c4-5936-401b-8b36-c5587bbfb2e0} <Debug> DynamicQueryHandler: Done processing query | ||
11510 | 2024.07.12 00:42:48.326484 [ 3 ] {4ceba9c4-5936-401b-8b36-c5587bbfb2e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11511 | 2024.07.12 00:42:48.326507 [ 3 ] {} <Debug> HTTP-Session: 43574e7e-de4f-4630-b740-e5caac91881a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11512 | 2024.07.12 00:42:48.326686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 31013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11513 | 2024.07.12 00:42:48.326747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11514 | 2024.07.12 00:42:48.326771 [ 3 ] {} <Debug> HTTP-Session: 69af737b-1189-4cad-b469-c01e5440695f Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11515 | 2024.07.12 00:42:48.326792 [ 3 ] {} <Debug> HTTP-Session: 69af737b-1189-4cad-b469-c01e5440695f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11516 | 2024.07.12 00:42:48.326809 [ 3 ] {} <Debug> HTTP-Session: 69af737b-1189-4cad-b469-c01e5440695f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11517 | 2024.07.12 00:42:48.326848 [ 3 ] {} <Trace> HTTP-Session: 69af737b-1189-4cad-b469-c01e5440695f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11518 | 2024.07.12 00:42:48.327066 [ 3 ] {efded680-1dcc-4c18-b54e-0f248ab0af53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11519 | 2024.07.12 00:42:48.327115 [ 3 ] {efded680-1dcc-4c18-b54e-0f248ab0af53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11520 | 2024.07.12 00:42:48.327280 [ 3 ] {efded680-1dcc-4c18-b54e-0f248ab0af53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11521 | 2024.07.12 00:42:48.327647 [ 3 ] {efded680-1dcc-4c18-b54e-0f248ab0af53} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11522 | 2024.07.12 00:42:48.327682 [ 3 ] {efded680-1dcc-4c18-b54e-0f248ab0af53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11523 | 2024.07.12 00:42:48.328072 [ 3 ] {efded680-1dcc-4c18-b54e-0f248ab0af53} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11524 | 2024.07.12 00:42:48.328422 [ 3 ] {efded680-1dcc-4c18-b54e-0f248ab0af53} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11525 | 2024.07.12 00:42:48.328576 [ 3 ] {efded680-1dcc-4c18-b54e-0f248ab0af53} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001624 sec., 99753.69458128078 rows/sec., 6.95 MiB/sec. | ||
11526 | 2024.07.12 00:42:48.328611 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11527 | 2024.07.12 00:42:48.328742 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11528 | 2024.07.12 00:42:48.328792 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11529 | 2024.07.12 00:42:48.328847 [ 3 ] {efded680-1dcc-4c18-b54e-0f248ab0af53} <Debug> DynamicQueryHandler: Done processing query | ||
11530 | 2024.07.12 00:42:48.328929 [ 3 ] {efded680-1dcc-4c18-b54e-0f248ab0af53} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11531 | 2024.07.12 00:42:48.328963 [ 3 ] {} <Debug> HTTP-Session: 69af737b-1189-4cad-b469-c01e5440695f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11532 | 2024.07.12 00:42:48.329007 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
11533 | 2024.07.12 00:42:48.329129 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11534 | 2024.07.12 00:42:48.329159 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 10960 rows starting from the beginning of the part | ||
11535 | 2024.07.12 00:42:48.329278 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
11536 | 2024.07.12 00:42:48.329278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 82428, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11537 | 2024.07.12 00:42:48.329463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11538 | 2024.07.12 00:42:48.329584 [ 3 ] {} <Debug> HTTP-Session: 39e0010f-7cf0-49df-9d67-798736d4dd47 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11539 | 2024.07.12 00:42:48.329634 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 196 rows starting from the beginning of the part | ||
11540 | 2024.07.12 00:42:48.329648 [ 3 ] {} <Debug> HTTP-Session: 39e0010f-7cf0-49df-9d67-798736d4dd47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11541 | 2024.07.12 00:42:48.329764 [ 3 ] {} <Debug> HTTP-Session: 39e0010f-7cf0-49df-9d67-798736d4dd47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11542 | 2024.07.12 00:42:48.329902 [ 3 ] {} <Trace> HTTP-Session: 39e0010f-7cf0-49df-9d67-798736d4dd47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11543 | 2024.07.12 00:42:48.329933 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
11544 | 2024.07.12 00:42:48.330201 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
11545 | 2024.07.12 00:42:48.330360 [ 191 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::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 | ||
11546 | 2024.07.12 00:42:48.330647 [ 3 ] {06bbf0fc-a693-4e40-b044-59ef33a4fa7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11547 | 2024.07.12 00:42:48.330817 [ 3 ] {06bbf0fc-a693-4e40-b044-59ef33a4fa7a} <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 | ||
11548 | 2024.07.12 00:42:48.331491 [ 3 ] {06bbf0fc-a693-4e40-b044-59ef33a4fa7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11549 | 2024.07.12 00:42:48.332878 [ 3 ] {06bbf0fc-a693-4e40-b044-59ef33a4fa7a} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11550 | 2024.07.12 00:42:48.332916 [ 3 ] {06bbf0fc-a693-4e40-b044-59ef33a4fa7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11551 | 2024.07.12 00:42:48.334317 [ 3 ] {06bbf0fc-a693-4e40-b044-59ef33a4fa7a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11552 | 2024.07.12 00:42:48.334788 [ 3 ] {06bbf0fc-a693-4e40-b044-59ef33a4fa7a} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11553 | 2024.07.12 00:42:48.335042 [ 3 ] {06bbf0fc-a693-4e40-b044-59ef33a4fa7a} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.004906 sec., 10395.434162250307 rows/sec., 18.63 MiB/sec. | ||
11554 | 2024.07.12 00:42:48.335282 [ 3 ] {06bbf0fc-a693-4e40-b044-59ef33a4fa7a} <Debug> DynamicQueryHandler: Done processing query | ||
11555 | 2024.07.12 00:42:48.335308 [ 3 ] {06bbf0fc-a693-4e40-b044-59ef33a4fa7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
11556 | 2024.07.12 00:42:48.335325 [ 3 ] {} <Debug> HTTP-Session: 39e0010f-7cf0-49df-9d67-798736d4dd47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11557 | 2024.07.12 00:42:48.335480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 4600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11558 | 2024.07.12 00:42:48.335528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11559 | 2024.07.12 00:42:48.335548 [ 3 ] {} <Debug> HTTP-Session: f2cc9120-fc62-44b9-9124-9fbe43a2fb32 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11560 | 2024.07.12 00:42:48.335569 [ 3 ] {} <Debug> HTTP-Session: f2cc9120-fc62-44b9-9124-9fbe43a2fb32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11561 | 2024.07.12 00:42:48.335595 [ 3 ] {} <Debug> HTTP-Session: f2cc9120-fc62-44b9-9124-9fbe43a2fb32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11562 | 2024.07.12 00:42:48.335633 [ 3 ] {} <Trace> HTTP-Session: f2cc9120-fc62-44b9-9124-9fbe43a2fb32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11563 | 2024.07.12 00:42:48.335817 [ 3 ] {dcf85579-f25e-47ba-9625-d0cf96466ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11564 | 2024.07.12 00:42:48.335836 [ 197 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11798 rows, containing 5 columns (5 merged, 0 gathered) in 0.006953987 sec., 1696580.6809820035 rows/sec., 118.23 MiB/sec. | ||
11565 | 2024.07.12 00:42:48.335884 [ 3 ] {dcf85579-f25e-47ba-9625-d0cf96466ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11566 | 2024.07.12 00:42:48.336059 [ 3 ] {dcf85579-f25e-47ba-9625-d0cf96466ca0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11567 | 2024.07.12 00:42:48.336308 [ 197 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11568 | 2024.07.12 00:42:48.336547 [ 3 ] {dcf85579-f25e-47ba-9625-d0cf96466ca0} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11569 | 2024.07.12 00:42:48.336600 [ 3 ] {dcf85579-f25e-47ba-9625-d0cf96466ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11570 | 2024.07.12 00:42:48.337373 [ 197 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11571 | 2024.07.12 00:42:48.337432 [ 3 ] {dcf85579-f25e-47ba-9625-d0cf96466ca0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11572 | 2024.07.12 00:42:48.337498 [ 197 ] {7e42655d-a77c-44ad-bc88-457b3dd60cfd::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11573 | 2024.07.12 00:42:48.337691 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.54 MiB. | ||
11574 | 2024.07.12 00:42:48.337960 [ 3 ] {dcf85579-f25e-47ba-9625-d0cf96466ca0} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11575 | 2024.07.12 00:42:48.338128 [ 3 ] {dcf85579-f25e-47ba-9625-d0cf96466ca0} <Debug> executeQuery: Read 32 rows, 1.88 KiB in 0.002367 sec., 13519.22264469793 rows/sec., 794.20 KiB/sec. | ||
11576 | 2024.07.12 00:42:48.338321 [ 3 ] {dcf85579-f25e-47ba-9625-d0cf96466ca0} <Debug> DynamicQueryHandler: Done processing query | ||
11577 | 2024.07.12 00:42:48.338347 [ 3 ] {dcf85579-f25e-47ba-9625-d0cf96466ca0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11578 | 2024.07.12 00:42:48.338363 [ 3 ] {} <Debug> HTTP-Session: f2cc9120-fc62-44b9-9124-9fbe43a2fb32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11579 | 2024.07.12 00:42:48.338491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11580 | 2024.07.12 00:42:48.338539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11581 | 2024.07.12 00:42:48.338558 [ 3 ] {} <Debug> HTTP-Session: 5c5fcd59-be77-45d3-a930-781d9a99e9e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11582 | 2024.07.12 00:42:48.338575 [ 3 ] {} <Debug> HTTP-Session: 5c5fcd59-be77-45d3-a930-781d9a99e9e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11583 | 2024.07.12 00:42:48.338589 [ 3 ] {} <Debug> HTTP-Session: 5c5fcd59-be77-45d3-a930-781d9a99e9e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11584 | 2024.07.12 00:42:48.338622 [ 3 ] {} <Trace> HTTP-Session: 5c5fcd59-be77-45d3-a930-781d9a99e9e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11585 | 2024.07.12 00:42:48.338736 [ 3 ] {d3f38a4e-5feb-469d-9163-742df508a4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11586 | 2024.07.12 00:42:48.338780 [ 3 ] {d3f38a4e-5feb-469d-9163-742df508a4af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11587 | 2024.07.12 00:42:48.338916 [ 3 ] {d3f38a4e-5feb-469d-9163-742df508a4af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11588 | 2024.07.12 00:42:48.339234 [ 3 ] {d3f38a4e-5feb-469d-9163-742df508a4af} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11589 | 2024.07.12 00:42:48.339270 [ 3 ] {d3f38a4e-5feb-469d-9163-742df508a4af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11590 | 2024.07.12 00:42:48.339631 [ 3 ] {d3f38a4e-5feb-469d-9163-742df508a4af} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11591 | 2024.07.12 00:42:48.339961 [ 3 ] {d3f38a4e-5feb-469d-9163-742df508a4af} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11592 | 2024.07.12 00:42:48.340118 [ 3 ] {d3f38a4e-5feb-469d-9163-742df508a4af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
11593 | 2024.07.12 00:42:48.340119 [ 48 ] {} <Debug> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11594 | 2024.07.12 00:42:48.340215 [ 48 ] {} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11595 | 2024.07.12 00:42:48.340255 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11596 | 2024.07.12 00:42:48.340394 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
11597 | 2024.07.12 00:42:48.340407 [ 3 ] {d3f38a4e-5feb-469d-9163-742df508a4af} <Debug> DynamicQueryHandler: Done processing query | ||
11598 | 2024.07.12 00:42:48.340454 [ 3 ] {d3f38a4e-5feb-469d-9163-742df508a4af} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11599 | 2024.07.12 00:42:48.340492 [ 3 ] {} <Debug> HTTP-Session: 5c5fcd59-be77-45d3-a930-781d9a99e9e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11600 | 2024.07.12 00:42:48.340593 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11601 | 2024.07.12 00:42:48.340629 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3886 rows starting from the beginning of the part | ||
11602 | 2024.07.12 00:42:48.340688 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
11603 | 2024.07.12 00:42:48.340833 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
11604 | 2024.07.12 00:42:48.341024 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
11605 | 2024.07.12 00:42:48.341125 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
11606 | 2024.07.12 00:42:48.341288 [ 192 ] {2e200583-6baa-43bb-b102-09c141f3b50a::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 | ||
11607 | 2024.07.12 00:42:48.343069 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4186 rows, containing 4 columns (4 merged, 0 gathered) in 0.002739342 sec., 1528104.194364924 rows/sec., 103.00 MiB/sec. | ||
11608 | 2024.07.12 00:42:48.343615 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11609 | 2024.07.12 00:42:48.344224 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_71_14} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11610 | 2024.07.12 00:42:48.344310 [ 193 ] {2e200583-6baa-43bb-b102-09c141f3b50a::all_1_71_14} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11611 | 2024.07.12 00:42:48.344398 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
11612 | 2024.07.12 00:42:52.437209 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11613 | 2024.07.12 00:42:52.437274 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11614 | 2024.07.12 00:42:53.289733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 7808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11615 | 2024.07.12 00:42:53.289859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11616 | 2024.07.12 00:42:53.289890 [ 3 ] {} <Debug> HTTP-Session: 306566e0-a333-4229-9965-a71e8cc66869 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11617 | 2024.07.12 00:42:53.289920 [ 3 ] {} <Debug> HTTP-Session: 306566e0-a333-4229-9965-a71e8cc66869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11618 | 2024.07.12 00:42:53.289941 [ 3 ] {} <Debug> HTTP-Session: 306566e0-a333-4229-9965-a71e8cc66869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11619 | 2024.07.12 00:42:53.289999 [ 3 ] {} <Trace> HTTP-Session: 306566e0-a333-4229-9965-a71e8cc66869 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11620 | 2024.07.12 00:42:53.290210 [ 3 ] {3e960fd8-6875-4173-96d2-a74f495d3a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11621 | 2024.07.12 00:42:53.290278 [ 3 ] {3e960fd8-6875-4173-96d2-a74f495d3a1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11622 | 2024.07.12 00:42:53.290469 [ 3 ] {3e960fd8-6875-4173-96d2-a74f495d3a1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11623 | 2024.07.12 00:42:53.290921 [ 3 ] {3e960fd8-6875-4173-96d2-a74f495d3a1d} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11624 | 2024.07.12 00:42:53.290960 [ 3 ] {3e960fd8-6875-4173-96d2-a74f495d3a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11625 | 2024.07.12 00:42:53.291335 [ 3 ] {3e960fd8-6875-4173-96d2-a74f495d3a1d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11626 | 2024.07.12 00:42:53.291687 [ 3 ] {3e960fd8-6875-4173-96d2-a74f495d3a1d} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11627 | 2024.07.12 00:42:53.291827 [ 3 ] {3e960fd8-6875-4173-96d2-a74f495d3a1d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001691 sec., 33116.499112950914 rows/sec., 2.53 MiB/sec. | ||
11628 | 2024.07.12 00:42:53.292026 [ 3 ] {3e960fd8-6875-4173-96d2-a74f495d3a1d} <Debug> DynamicQueryHandler: Done processing query | ||
11629 | 2024.07.12 00:42:53.292053 [ 3 ] {3e960fd8-6875-4173-96d2-a74f495d3a1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11630 | 2024.07.12 00:42:53.292069 [ 3 ] {} <Debug> HTTP-Session: 306566e0-a333-4229-9965-a71e8cc66869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11631 | 2024.07.12 00:42:53.292212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 10884, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11632 | 2024.07.12 00:42:53.292263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11633 | 2024.07.12 00:42:53.292282 [ 3 ] {} <Debug> HTTP-Session: c318ae94-7003-4622-a9ee-6bbb2a25a76b Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11634 | 2024.07.12 00:42:53.292299 [ 3 ] {} <Debug> HTTP-Session: c318ae94-7003-4622-a9ee-6bbb2a25a76b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11635 | 2024.07.12 00:42:53.292313 [ 3 ] {} <Debug> HTTP-Session: c318ae94-7003-4622-a9ee-6bbb2a25a76b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11636 | 2024.07.12 00:42:53.292344 [ 3 ] {} <Trace> HTTP-Session: c318ae94-7003-4622-a9ee-6bbb2a25a76b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11637 | 2024.07.12 00:42:53.292461 [ 3 ] {75b2fc46-bd98-48d0-9495-fc78ec5b6bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11638 | 2024.07.12 00:42:53.292504 [ 3 ] {75b2fc46-bd98-48d0-9495-fc78ec5b6bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11639 | 2024.07.12 00:42:53.292630 [ 3 ] {75b2fc46-bd98-48d0-9495-fc78ec5b6bda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11640 | 2024.07.12 00:42:53.292982 [ 3 ] {75b2fc46-bd98-48d0-9495-fc78ec5b6bda} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11641 | 2024.07.12 00:42:53.293018 [ 3 ] {75b2fc46-bd98-48d0-9495-fc78ec5b6bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11642 | 2024.07.12 00:42:53.293408 [ 3 ] {75b2fc46-bd98-48d0-9495-fc78ec5b6bda} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11643 | 2024.07.12 00:42:53.293729 [ 3 ] {75b2fc46-bd98-48d0-9495-fc78ec5b6bda} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11644 | 2024.07.12 00:42:53.293853 [ 3 ] {75b2fc46-bd98-48d0-9495-fc78ec5b6bda} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001432 sec., 44692.7374301676 rows/sec., 3.49 MiB/sec. | ||
11645 | 2024.07.12 00:42:53.294017 [ 3 ] {75b2fc46-bd98-48d0-9495-fc78ec5b6bda} <Debug> DynamicQueryHandler: Done processing query | ||
11646 | 2024.07.12 00:42:53.294041 [ 3 ] {75b2fc46-bd98-48d0-9495-fc78ec5b6bda} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11647 | 2024.07.12 00:42:53.294057 [ 3 ] {} <Debug> HTTP-Session: c318ae94-7003-4622-a9ee-6bbb2a25a76b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11648 | 2024.07.12 00:42:53.294222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11649 | 2024.07.12 00:42:53.294272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11650 | 2024.07.12 00:42:53.294293 [ 3 ] {} <Debug> HTTP-Session: c4151fb2-51de-4445-b98a-844f644734b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11651 | 2024.07.12 00:42:53.294310 [ 3 ] {} <Debug> HTTP-Session: c4151fb2-51de-4445-b98a-844f644734b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11652 | 2024.07.12 00:42:53.294325 [ 3 ] {} <Debug> HTTP-Session: c4151fb2-51de-4445-b98a-844f644734b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11653 | 2024.07.12 00:42:53.294355 [ 3 ] {} <Trace> HTTP-Session: c4151fb2-51de-4445-b98a-844f644734b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11654 | 2024.07.12 00:42:53.294503 [ 3 ] {c633554e-f6a0-4a9f-be41-42cedf8a7067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11655 | 2024.07.12 00:42:53.294550 [ 3 ] {c633554e-f6a0-4a9f-be41-42cedf8a7067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11656 | 2024.07.12 00:42:53.294692 [ 3 ] {c633554e-f6a0-4a9f-be41-42cedf8a7067} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11657 | 2024.07.12 00:42:53.295087 [ 3 ] {c633554e-f6a0-4a9f-be41-42cedf8a7067} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11658 | 2024.07.12 00:42:53.295123 [ 3 ] {c633554e-f6a0-4a9f-be41-42cedf8a7067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11659 | 2024.07.12 00:42:53.295519 [ 3 ] {c633554e-f6a0-4a9f-be41-42cedf8a7067} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11660 | 2024.07.12 00:42:53.295873 [ 3 ] {c633554e-f6a0-4a9f-be41-42cedf8a7067} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11661 | 2024.07.12 00:42:53.296003 [ 3 ] {c633554e-f6a0-4a9f-be41-42cedf8a7067} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
11662 | 2024.07.12 00:42:53.296174 [ 3 ] {c633554e-f6a0-4a9f-be41-42cedf8a7067} <Debug> DynamicQueryHandler: Done processing query | ||
11663 | 2024.07.12 00:42:53.296198 [ 3 ] {c633554e-f6a0-4a9f-be41-42cedf8a7067} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11664 | 2024.07.12 00:42:53.296213 [ 3 ] {} <Debug> HTTP-Session: c4151fb2-51de-4445-b98a-844f644734b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11665 | 2024.07.12 00:42:53.296345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11666 | 2024.07.12 00:42:53.296395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11667 | 2024.07.12 00:42:53.296414 [ 3 ] {} <Debug> HTTP-Session: cc76a4da-78e5-4024-9d3d-f325051f935d Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11668 | 2024.07.12 00:42:53.296431 [ 3 ] {} <Debug> HTTP-Session: cc76a4da-78e5-4024-9d3d-f325051f935d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11669 | 2024.07.12 00:42:53.296446 [ 3 ] {} <Debug> HTTP-Session: cc76a4da-78e5-4024-9d3d-f325051f935d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11670 | 2024.07.12 00:42:53.296476 [ 3 ] {} <Trace> HTTP-Session: cc76a4da-78e5-4024-9d3d-f325051f935d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11671 | 2024.07.12 00:42:53.296605 [ 3 ] {4f8a25c8-b57a-47bd-835a-04cdda61cc97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11672 | 2024.07.12 00:42:53.296649 [ 3 ] {4f8a25c8-b57a-47bd-835a-04cdda61cc97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11673 | 2024.07.12 00:42:53.296775 [ 3 ] {4f8a25c8-b57a-47bd-835a-04cdda61cc97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11674 | 2024.07.12 00:42:53.297071 [ 3 ] {4f8a25c8-b57a-47bd-835a-04cdda61cc97} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11675 | 2024.07.12 00:42:53.297106 [ 3 ] {4f8a25c8-b57a-47bd-835a-04cdda61cc97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11676 | 2024.07.12 00:42:53.297463 [ 3 ] {4f8a25c8-b57a-47bd-835a-04cdda61cc97} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11677 | 2024.07.12 00:42:53.297781 [ 3 ] {4f8a25c8-b57a-47bd-835a-04cdda61cc97} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11678 | 2024.07.12 00:42:53.297906 [ 3 ] {4f8a25c8-b57a-47bd-835a-04cdda61cc97} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
11679 | 2024.07.12 00:42:53.298162 [ 3 ] {4f8a25c8-b57a-47bd-835a-04cdda61cc97} <Debug> DynamicQueryHandler: Done processing query | ||
11680 | 2024.07.12 00:42:53.298220 [ 3 ] {4f8a25c8-b57a-47bd-835a-04cdda61cc97} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11681 | 2024.07.12 00:42:53.298271 [ 3 ] {} <Debug> HTTP-Session: cc76a4da-78e5-4024-9d3d-f325051f935d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11682 | 2024.07.12 00:42:58.298661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 8067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11683 | 2024.07.12 00:42:58.298785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11684 | 2024.07.12 00:42:58.298810 [ 3 ] {} <Debug> HTTP-Session: 9884b0b6-515d-4954-87dc-3cf55546a626 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11685 | 2024.07.12 00:42:58.298837 [ 3 ] {} <Debug> HTTP-Session: 9884b0b6-515d-4954-87dc-3cf55546a626 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11686 | 2024.07.12 00:42:58.298854 [ 3 ] {} <Debug> HTTP-Session: 9884b0b6-515d-4954-87dc-3cf55546a626 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11687 | 2024.07.12 00:42:58.298904 [ 3 ] {} <Trace> HTTP-Session: 9884b0b6-515d-4954-87dc-3cf55546a626 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11688 | 2024.07.12 00:42:58.299104 [ 3 ] {aa10b907-6316-4c57-850d-3e3efa01b565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11689 | 2024.07.12 00:42:58.299170 [ 3 ] {aa10b907-6316-4c57-850d-3e3efa01b565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11690 | 2024.07.12 00:42:58.299360 [ 3 ] {aa10b907-6316-4c57-850d-3e3efa01b565} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11691 | 2024.07.12 00:42:58.299791 [ 3 ] {aa10b907-6316-4c57-850d-3e3efa01b565} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11692 | 2024.07.12 00:42:58.299830 [ 3 ] {aa10b907-6316-4c57-850d-3e3efa01b565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11693 | 2024.07.12 00:42:58.300210 [ 3 ] {aa10b907-6316-4c57-850d-3e3efa01b565} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
11694 | 2024.07.12 00:42:58.300547 [ 3 ] {aa10b907-6316-4c57-850d-3e3efa01b565} <Trace> oximeter.fields_i64 (92e2e372-9742-4205-9e7c-a3fe9405e258): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11695 | 2024.07.12 00:42:58.300714 [ 3 ] {aa10b907-6316-4c57-850d-3e3efa01b565} <Debug> executeQuery: Read 57 rows, 4.47 KiB in 0.001682 sec., 33888.228299643284 rows/sec., 2.60 MiB/sec. | ||
11696 | 2024.07.12 00:42:58.300927 [ 3 ] {aa10b907-6316-4c57-850d-3e3efa01b565} <Debug> DynamicQueryHandler: Done processing query | ||
11697 | 2024.07.12 00:42:58.300953 [ 3 ] {aa10b907-6316-4c57-850d-3e3efa01b565} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11698 | 2024.07.12 00:42:58.300971 [ 3 ] {} <Debug> HTTP-Session: 9884b0b6-515d-4954-87dc-3cf55546a626 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11699 | 2024.07.12 00:42:58.301128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11700 | 2024.07.12 00:42:58.301177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11701 | 2024.07.12 00:42:58.301199 [ 3 ] {} <Debug> HTTP-Session: edaeb2d6-f498-4d14-adc6-1b7edc28bddd Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11702 | 2024.07.12 00:42:58.301216 [ 3 ] {} <Debug> HTTP-Session: edaeb2d6-f498-4d14-adc6-1b7edc28bddd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11703 | 2024.07.12 00:42:58.301230 [ 3 ] {} <Debug> HTTP-Session: edaeb2d6-f498-4d14-adc6-1b7edc28bddd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11704 | 2024.07.12 00:42:58.301263 [ 3 ] {} <Trace> HTTP-Session: edaeb2d6-f498-4d14-adc6-1b7edc28bddd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11705 | 2024.07.12 00:42:58.301363 [ 3 ] {0898e66f-c0d3-4d0a-be1b-ca9c22a3684a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11706 | 2024.07.12 00:42:58.301408 [ 3 ] {0898e66f-c0d3-4d0a-be1b-ca9c22a3684a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11707 | 2024.07.12 00:42:58.301534 [ 3 ] {0898e66f-c0d3-4d0a-be1b-ca9c22a3684a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11708 | 2024.07.12 00:42:58.301817 [ 3 ] {0898e66f-c0d3-4d0a-be1b-ca9c22a3684a} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11709 | 2024.07.12 00:42:58.301854 [ 3 ] {0898e66f-c0d3-4d0a-be1b-ca9c22a3684a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11710 | 2024.07.12 00:42:58.302166 [ 3 ] {0898e66f-c0d3-4d0a-be1b-ca9c22a3684a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
11711 | 2024.07.12 00:42:58.302466 [ 3 ] {0898e66f-c0d3-4d0a-be1b-ca9c22a3684a} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11712 | 2024.07.12 00:42:58.302626 [ 3 ] {0898e66f-c0d3-4d0a-be1b-ca9c22a3684a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001277 sec., 4698.512137823023 rows/sec., 383.13 KiB/sec. | ||
11713 | 2024.07.12 00:42:58.302795 [ 3 ] {0898e66f-c0d3-4d0a-be1b-ca9c22a3684a} <Debug> DynamicQueryHandler: Done processing query | ||
11714 | 2024.07.12 00:42:58.302819 [ 3 ] {0898e66f-c0d3-4d0a-be1b-ca9c22a3684a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11715 | 2024.07.12 00:42:58.302835 [ 3 ] {} <Debug> HTTP-Session: edaeb2d6-f498-4d14-adc6-1b7edc28bddd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11716 | 2024.07.12 00:42:58.303013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 47901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11717 | 2024.07.12 00:42:58.303063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11718 | 2024.07.12 00:42:58.303083 [ 3 ] {} <Debug> HTTP-Session: db87de9a-bdcd-447b-8ad0-753c01b4d0a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11719 | 2024.07.12 00:42:58.303100 [ 3 ] {} <Debug> HTTP-Session: db87de9a-bdcd-447b-8ad0-753c01b4d0a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11720 | 2024.07.12 00:42:58.303114 [ 3 ] {} <Debug> HTTP-Session: db87de9a-bdcd-447b-8ad0-753c01b4d0a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11721 | 2024.07.12 00:42:58.303146 [ 3 ] {} <Trace> HTTP-Session: db87de9a-bdcd-447b-8ad0-753c01b4d0a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11722 | 2024.07.12 00:42:58.303337 [ 3 ] {ed8dd040-8834-49e2-923d-f279b3cd2152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11723 | 2024.07.12 00:42:58.303381 [ 3 ] {ed8dd040-8834-49e2-923d-f279b3cd2152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11724 | 2024.07.12 00:42:58.303505 [ 3 ] {ed8dd040-8834-49e2-923d-f279b3cd2152} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11725 | 2024.07.12 00:42:58.304003 [ 3 ] {ed8dd040-8834-49e2-923d-f279b3cd2152} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11726 | 2024.07.12 00:42:58.304041 [ 3 ] {ed8dd040-8834-49e2-923d-f279b3cd2152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11727 | 2024.07.12 00:42:58.304378 [ 3 ] {ed8dd040-8834-49e2-923d-f279b3cd2152} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11728 | 2024.07.12 00:42:58.304681 [ 3 ] {ed8dd040-8834-49e2-923d-f279b3cd2152} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11729 | 2024.07.12 00:42:58.304823 [ 3 ] {ed8dd040-8834-49e2-923d-f279b3cd2152} <Debug> executeQuery: Read 317 rows, 28.64 KiB in 0.001586 sec., 199873.8965952081 rows/sec., 17.64 MiB/sec. | ||
11730 | 2024.07.12 00:42:58.304996 [ 3 ] {ed8dd040-8834-49e2-923d-f279b3cd2152} <Debug> DynamicQueryHandler: Done processing query | ||
11731 | 2024.07.12 00:42:58.305021 [ 3 ] {ed8dd040-8834-49e2-923d-f279b3cd2152} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11732 | 2024.07.12 00:42:58.305037 [ 3 ] {} <Debug> HTTP-Session: db87de9a-bdcd-447b-8ad0-753c01b4d0a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11733 | 2024.07.12 00:42:58.305228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11734 | 2024.07.12 00:42:58.305277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11735 | 2024.07.12 00:42:58.305296 [ 3 ] {} <Debug> HTTP-Session: 0817da11-8b0e-4744-91fb-84878804b2cb Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11736 | 2024.07.12 00:42:58.305314 [ 3 ] {} <Debug> HTTP-Session: 0817da11-8b0e-4744-91fb-84878804b2cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11737 | 2024.07.12 00:42:58.305327 [ 3 ] {} <Debug> HTTP-Session: 0817da11-8b0e-4744-91fb-84878804b2cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11738 | 2024.07.12 00:42:58.305358 [ 3 ] {} <Trace> HTTP-Session: 0817da11-8b0e-4744-91fb-84878804b2cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11739 | 2024.07.12 00:42:58.305452 [ 3 ] {a5ab5699-dd37-45c3-b0e9-24d10021e70c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11740 | 2024.07.12 00:42:58.305494 [ 3 ] {a5ab5699-dd37-45c3-b0e9-24d10021e70c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11741 | 2024.07.12 00:42:58.305620 [ 3 ] {a5ab5699-dd37-45c3-b0e9-24d10021e70c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11742 | 2024.07.12 00:42:58.305892 [ 3 ] {a5ab5699-dd37-45c3-b0e9-24d10021e70c} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11743 | 2024.07.12 00:42:58.305929 [ 3 ] {a5ab5699-dd37-45c3-b0e9-24d10021e70c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11744 | 2024.07.12 00:42:58.306223 [ 3 ] {a5ab5699-dd37-45c3-b0e9-24d10021e70c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
11745 | 2024.07.12 00:42:58.306526 [ 3 ] {a5ab5699-dd37-45c3-b0e9-24d10021e70c} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11746 | 2024.07.12 00:42:58.306679 [ 3 ] {a5ab5699-dd37-45c3-b0e9-24d10021e70c} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001251 sec., 4796.163069544365 rows/sec., 334.89 KiB/sec. | ||
11747 | 2024.07.12 00:42:58.306845 [ 3 ] {a5ab5699-dd37-45c3-b0e9-24d10021e70c} <Debug> DynamicQueryHandler: Done processing query | ||
11748 | 2024.07.12 00:42:58.306869 [ 3 ] {a5ab5699-dd37-45c3-b0e9-24d10021e70c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11749 | 2024.07.12 00:42:58.306885 [ 3 ] {} <Debug> HTTP-Session: 0817da11-8b0e-4744-91fb-84878804b2cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11750 | 2024.07.12 00:42:58.307072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 71217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11751 | 2024.07.12 00:42:58.307121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11752 | 2024.07.12 00:42:58.307141 [ 3 ] {} <Debug> HTTP-Session: c359dd0b-d8bf-445f-a8b8-71fda7058d2c Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11753 | 2024.07.12 00:42:58.307158 [ 3 ] {} <Debug> HTTP-Session: c359dd0b-d8bf-445f-a8b8-71fda7058d2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11754 | 2024.07.12 00:42:58.307172 [ 3 ] {} <Debug> HTTP-Session: c359dd0b-d8bf-445f-a8b8-71fda7058d2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11755 | 2024.07.12 00:42:58.307203 [ 3 ] {} <Trace> HTTP-Session: c359dd0b-d8bf-445f-a8b8-71fda7058d2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11756 | 2024.07.12 00:42:58.307442 [ 3 ] {854b1e3f-24b3-40a1-9020-fc519775456c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11757 | 2024.07.12 00:42:58.307485 [ 3 ] {854b1e3f-24b3-40a1-9020-fc519775456c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11758 | 2024.07.12 00:42:58.307611 [ 3 ] {854b1e3f-24b3-40a1-9020-fc519775456c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11759 | 2024.07.12 00:42:58.308157 [ 3 ] {854b1e3f-24b3-40a1-9020-fc519775456c} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11760 | 2024.07.12 00:42:58.308195 [ 3 ] {854b1e3f-24b3-40a1-9020-fc519775456c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11761 | 2024.07.12 00:42:58.308534 [ 3 ] {854b1e3f-24b3-40a1-9020-fc519775456c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11762 | 2024.07.12 00:42:58.308845 [ 3 ] {854b1e3f-24b3-40a1-9020-fc519775456c} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11763 | 2024.07.12 00:42:58.308999 [ 3 ] {854b1e3f-24b3-40a1-9020-fc519775456c} <Debug> executeQuery: Read 439 rows, 32.05 KiB in 0.001686 sec., 260379.59667852905 rows/sec., 18.56 MiB/sec. | ||
11764 | 2024.07.12 00:42:58.309257 [ 3 ] {854b1e3f-24b3-40a1-9020-fc519775456c} <Debug> DynamicQueryHandler: Done processing query | ||
11765 | 2024.07.12 00:42:58.309320 [ 3 ] {854b1e3f-24b3-40a1-9020-fc519775456c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
11766 | 2024.07.12 00:42:58.309376 [ 3 ] {} <Debug> HTTP-Session: c359dd0b-d8bf-445f-a8b8-71fda7058d2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11767 | 2024.07.12 00:42:58.309679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11768 | 2024.07.12 00:42:58.309732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11769 | 2024.07.12 00:42:58.309752 [ 3 ] {} <Debug> HTTP-Session: 3f8fa3a8-b618-48e2-9036-47f1768f9320 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11770 | 2024.07.12 00:42:58.309770 [ 3 ] {} <Debug> HTTP-Session: 3f8fa3a8-b618-48e2-9036-47f1768f9320 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11771 | 2024.07.12 00:42:58.309784 [ 3 ] {} <Debug> HTTP-Session: 3f8fa3a8-b618-48e2-9036-47f1768f9320 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11772 | 2024.07.12 00:42:58.309816 [ 3 ] {} <Trace> HTTP-Session: 3f8fa3a8-b618-48e2-9036-47f1768f9320 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11773 | 2024.07.12 00:42:58.309916 [ 3 ] {a183d9f7-4541-494a-a522-2719179850f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11774 | 2024.07.12 00:42:58.309964 [ 3 ] {a183d9f7-4541-494a-a522-2719179850f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11775 | 2024.07.12 00:42:58.310115 [ 3 ] {a183d9f7-4541-494a-a522-2719179850f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11776 | 2024.07.12 00:42:58.310378 [ 3 ] {a183d9f7-4541-494a-a522-2719179850f3} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11777 | 2024.07.12 00:42:58.310414 [ 3 ] {a183d9f7-4541-494a-a522-2719179850f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11778 | 2024.07.12 00:42:58.310776 [ 3 ] {a183d9f7-4541-494a-a522-2719179850f3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
11779 | 2024.07.12 00:42:58.311089 [ 3 ] {a183d9f7-4541-494a-a522-2719179850f3} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11780 | 2024.07.12 00:42:58.311242 [ 3 ] {a183d9f7-4541-494a-a522-2719179850f3} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00135 sec., 4444.444444444444 rows/sec., 190.97 KiB/sec. | ||
11781 | 2024.07.12 00:42:58.311258 [ 38 ] {} <Debug> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
11782 | 2024.07.12 00:42:58.311347 [ 38 ] {} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11783 | 2024.07.12 00:42:58.311388 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11784 | 2024.07.12 00:42:58.311498 [ 3 ] {a183d9f7-4541-494a-a522-2719179850f3} <Debug> DynamicQueryHandler: Done processing query | ||
11785 | 2024.07.12 00:42:58.311556 [ 3 ] {a183d9f7-4541-494a-a522-2719179850f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11786 | 2024.07.12 00:42:58.311590 [ 3 ] {} <Debug> HTTP-Session: 3f8fa3a8-b618-48e2-9036-47f1768f9320 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11787 | 2024.07.12 00:42:58.311621 [ 201 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
11788 | 2024.07.12 00:42:58.311798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 14076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11789 | 2024.07.12 00:42:58.311890 [ 201 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11790 | 2024.07.12 00:42:58.311905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11791 | 2024.07.12 00:42:58.311963 [ 3 ] {} <Debug> HTTP-Session: f3d06d5a-f7c5-4978-b813-87a1138e80e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11792 | 2024.07.12 00:42:58.311968 [ 201 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
11793 | 2024.07.12 00:42:58.311987 [ 3 ] {} <Debug> HTTP-Session: f3d06d5a-f7c5-4978-b813-87a1138e80e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11794 | 2024.07.12 00:42:58.312031 [ 3 ] {} <Debug> HTTP-Session: f3d06d5a-f7c5-4978-b813-87a1138e80e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11795 | 2024.07.12 00:42:58.312131 [ 3 ] {} <Trace> HTTP-Session: f3d06d5a-f7c5-4978-b813-87a1138e80e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11796 | 2024.07.12 00:42:58.312181 [ 201 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
11797 | 2024.07.12 00:42:58.312509 [ 201 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
11798 | 2024.07.12 00:42:58.312750 [ 201 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
11799 | 2024.07.12 00:42:58.312864 [ 3 ] {24ae91a5-051d-414d-8b73-ad0ba72dee5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11800 | 2024.07.12 00:42:58.312971 [ 201 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
11801 | 2024.07.12 00:42:58.313198 [ 3 ] {24ae91a5-051d-414d-8b73-ad0ba72dee5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11802 | 2024.07.12 00:42:58.313247 [ 201 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::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 | ||
11803 | 2024.07.12 00:42:58.313980 [ 3 ] {24ae91a5-051d-414d-8b73-ad0ba72dee5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11804 | 2024.07.12 00:42:58.314740 [ 3 ] {24ae91a5-051d-414d-8b73-ad0ba72dee5a} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11805 | 2024.07.12 00:42:58.314795 [ 3 ] {24ae91a5-051d-414d-8b73-ad0ba72dee5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
11806 | 2024.07.12 00:42:58.315902 [ 3 ] {24ae91a5-051d-414d-8b73-ad0ba72dee5a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
11807 | 2024.07.12 00:42:58.316046 [ 186 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.00456894 sec., 47275.73572863728 rows/sec., 1.98 MiB/sec. | ||
11808 | 2024.07.12 00:42:58.316342 [ 186 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
11809 | 2024.07.12 00:42:58.316631 [ 3 ] {24ae91a5-051d-414d-8b73-ad0ba72dee5a} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11810 | 2024.07.12 00:42:58.316953 [ 37 ] {} <Debug> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
11811 | 2024.07.12 00:42:58.317071 [ 37 ] {} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11812 | 2024.07.12 00:42:58.317075 [ 3 ] {24ae91a5-051d-414d-8b73-ad0ba72dee5a} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004613 sec., 16691.95751138088 rows/sec., 1.03 MiB/sec. | ||
11813 | 2024.07.12 00:42:58.317130 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11814 | 2024.07.12 00:42:58.317490 [ 186 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_36_7} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11815 | 2024.07.12 00:42:58.317734 [ 198 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
11816 | 2024.07.12 00:42:58.317896 [ 186 ] {1a8d7dca-1479-43ae-b288-2321d196be5a::all_1_36_7} <Trace> oximeter.measurements_bool (1a8d7dca-1479-43ae-b288-2321d196be5a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
11817 | 2024.07.12 00:42:58.318262 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
11818 | 2024.07.12 00:42:58.318465 [ 198 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11819 | 2024.07.12 00:42:58.318584 [ 198 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
11820 | 2024.07.12 00:42:58.318696 [ 3 ] {24ae91a5-051d-414d-8b73-ad0ba72dee5a} <Debug> DynamicQueryHandler: Done processing query | ||
11821 | 2024.07.12 00:42:58.318867 [ 198 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
11822 | 2024.07.12 00:42:58.318881 [ 3 ] {24ae91a5-051d-414d-8b73-ad0ba72dee5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11823 | 2024.07.12 00:42:58.318964 [ 3 ] {} <Debug> HTTP-Session: f3d06d5a-f7c5-4978-b813-87a1138e80e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11824 | 2024.07.12 00:42:58.319134 [ 198 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
11825 | 2024.07.12 00:42:58.319214 [ 198 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
11826 | 2024.07.12 00:42:58.319400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 31204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11827 | 2024.07.12 00:42:58.319461 [ 198 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
11828 | 2024.07.12 00:42:58.319579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11829 | 2024.07.12 00:42:58.319763 [ 198 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::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 | ||
11830 | 2024.07.12 00:42:58.319761 [ 3 ] {} <Debug> HTTP-Session: 2a5b8b22-0c6a-4b5b-b8f3-dc22cbb6813e Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11831 | 2024.07.12 00:42:58.319831 [ 3 ] {} <Debug> HTTP-Session: 2a5b8b22-0c6a-4b5b-b8f3-dc22cbb6813e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11832 | 2024.07.12 00:42:58.319937 [ 3 ] {} <Debug> HTTP-Session: 2a5b8b22-0c6a-4b5b-b8f3-dc22cbb6813e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11833 | 2024.07.12 00:42:58.320136 [ 3 ] {} <Trace> HTTP-Session: 2a5b8b22-0c6a-4b5b-b8f3-dc22cbb6813e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11834 | 2024.07.12 00:42:58.320408 [ 3 ] {89f99cb3-f0aa-4d5c-b176-d4a64adacefb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11835 | 2024.07.12 00:42:58.320494 [ 3 ] {89f99cb3-f0aa-4d5c-b176-d4a64adacefb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11836 | 2024.07.12 00:42:58.320976 [ 3 ] {89f99cb3-f0aa-4d5c-b176-d4a64adacefb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11837 | 2024.07.12 00:42:58.321894 [ 3 ] {89f99cb3-f0aa-4d5c-b176-d4a64adacefb} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11838 | 2024.07.12 00:42:58.321954 [ 3 ] {89f99cb3-f0aa-4d5c-b176-d4a64adacefb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
11839 | 2024.07.12 00:42:58.322661 [ 3 ] {89f99cb3-f0aa-4d5c-b176-d4a64adacefb} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11840 | 2024.07.12 00:42:58.322801 [ 200 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2772 rows, containing 5 columns (5 merged, 0 gathered) in 0.005411083 sec., 512281.9221216899 rows/sec., 31.55 MiB/sec. | ||
11841 | 2024.07.12 00:42:58.323207 [ 200 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
11842 | 2024.07.12 00:42:58.323268 [ 3 ] {89f99cb3-f0aa-4d5c-b176-d4a64adacefb} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11843 | 2024.07.12 00:42:58.323648 [ 3 ] {89f99cb3-f0aa-4d5c-b176-d4a64adacefb} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.003329 sec., 48963.65274857315 rows/sec., 3.41 MiB/sec. | ||
11844 | 2024.07.12 00:42:58.324484 [ 3 ] {89f99cb3-f0aa-4d5c-b176-d4a64adacefb} <Debug> DynamicQueryHandler: Done processing query | ||
11845 | 2024.07.12 00:42:58.324569 [ 3 ] {89f99cb3-f0aa-4d5c-b176-d4a64adacefb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11846 | 2024.07.12 00:42:58.324651 [ 3 ] {} <Debug> HTTP-Session: 2a5b8b22-0c6a-4b5b-b8f3-dc22cbb6813e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11847 | 2024.07.12 00:42:58.324874 [ 200 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11848 | 2024.07.12 00:42:58.324970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 82474, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11849 | 2024.07.12 00:42:58.324991 [ 200 ] {03e16ca5-b527-4e20-9f0d-f41371f2ee19::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (03e16ca5-b527-4e20-9f0d-f41371f2ee19) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
11850 | 2024.07.12 00:42:58.325046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11851 | 2024.07.12 00:42:58.325111 [ 3 ] {} <Debug> HTTP-Session: 0de9fd4a-2aa0-4a25-8200-0a6ddb644151 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11852 | 2024.07.12 00:42:58.325147 [ 3 ] {} <Debug> HTTP-Session: 0de9fd4a-2aa0-4a25-8200-0a6ddb644151 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11853 | 2024.07.12 00:42:58.325167 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
11854 | 2024.07.12 00:42:58.325175 [ 3 ] {} <Debug> HTTP-Session: 0de9fd4a-2aa0-4a25-8200-0a6ddb644151 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11855 | 2024.07.12 00:42:58.325235 [ 3 ] {} <Trace> HTTP-Session: 0de9fd4a-2aa0-4a25-8200-0a6ddb644151 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11856 | 2024.07.12 00:42:58.325919 [ 3 ] {d931674f-f0ab-4e1e-a821-db8351b75266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11857 | 2024.07.12 00:42:58.325995 [ 3 ] {d931674f-f0ab-4e1e-a821-db8351b75266} <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 | ||
11858 | 2024.07.12 00:42:58.326473 [ 3 ] {d931674f-f0ab-4e1e-a821-db8351b75266} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11859 | 2024.07.12 00:42:58.327478 [ 3 ] {d931674f-f0ab-4e1e-a821-db8351b75266} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11860 | 2024.07.12 00:42:58.327517 [ 3 ] {d931674f-f0ab-4e1e-a821-db8351b75266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11861 | 2024.07.12 00:42:58.328194 [ 3 ] {d931674f-f0ab-4e1e-a821-db8351b75266} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
11862 | 2024.07.12 00:42:58.328605 [ 3 ] {d931674f-f0ab-4e1e-a821-db8351b75266} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11863 | 2024.07.12 00:42:58.328789 [ 37 ] {} <Debug> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
11864 | 2024.07.12 00:42:58.328794 [ 3 ] {d931674f-f0ab-4e1e-a821-db8351b75266} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.003434 sec., 14851.485148514852 rows/sec., 26.61 MiB/sec. | ||
11865 | 2024.07.12 00:42:58.328853 [ 37 ] {} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11866 | 2024.07.12 00:42:58.328931 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
11867 | 2024.07.12 00:42:58.329339 [ 194 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::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 | ||
11868 | 2024.07.12 00:42:58.330021 [ 3 ] {d931674f-f0ab-4e1e-a821-db8351b75266} <Debug> DynamicQueryHandler: Done processing query | ||
11869 | 2024.07.12 00:42:58.330103 [ 3 ] {d931674f-f0ab-4e1e-a821-db8351b75266} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
11870 | 2024.07.12 00:42:58.330159 [ 3 ] {} <Debug> HTTP-Session: 0de9fd4a-2aa0-4a25-8200-0a6ddb644151 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11871 | 2024.07.12 00:42:58.330321 [ 194 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11872 | 2024.07.12 00:42:58.330349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11873 | 2024.07.12 00:42:58.330429 [ 194 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 940 rows starting from the beginning of the part | ||
11874 | 2024.07.12 00:42:58.330446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11875 | 2024.07.12 00:42:58.330507 [ 3 ] {} <Debug> HTTP-Session: 48de8d12-2447-40c1-9fc9-6f928e80e722 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11876 | 2024.07.12 00:42:58.330563 [ 3 ] {} <Debug> HTTP-Session: 48de8d12-2447-40c1-9fc9-6f928e80e722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11877 | 2024.07.12 00:42:58.330607 [ 3 ] {} <Debug> HTTP-Session: 48de8d12-2447-40c1-9fc9-6f928e80e722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11878 | 2024.07.12 00:42:58.330788 [ 3 ] {} <Trace> HTTP-Session: 48de8d12-2447-40c1-9fc9-6f928e80e722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11879 | 2024.07.12 00:42:58.331041 [ 194 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part | ||
11880 | 2024.07.12 00:42:58.331162 [ 3 ] {81f17da3-4c64-4fd9-83a8-c095070a32dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11881 | 2024.07.12 00:42:58.331420 [ 3 ] {81f17da3-4c64-4fd9-83a8-c095070a32dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11882 | 2024.07.12 00:42:58.331725 [ 194 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 43 rows starting from the beginning of the part | ||
11883 | 2024.07.12 00:42:58.332221 [ 3 ] {81f17da3-4c64-4fd9-83a8-c095070a32dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11884 | 2024.07.12 00:42:58.332599 [ 194 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 45 rows starting from the beginning of the part | ||
11885 | 2024.07.12 00:42:58.333041 [ 194 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 51 rows starting from the beginning of the part | ||
11886 | 2024.07.12 00:42:58.333637 [ 3 ] {81f17da3-4c64-4fd9-83a8-c095070a32dd} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11887 | 2024.07.12 00:42:58.333707 [ 194 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 51 rows starting from the beginning of the part | ||
11888 | 2024.07.12 00:42:58.333714 [ 3 ] {81f17da3-4c64-4fd9-83a8-c095070a32dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
11889 | 2024.07.12 00:42:58.334994 [ 3 ] {81f17da3-4c64-4fd9-83a8-c095070a32dd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
11890 | 2024.07.12 00:42:58.335838 [ 3 ] {81f17da3-4c64-4fd9-83a8-c095070a32dd} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11891 | 2024.07.12 00:42:58.336054 [ 37 ] {} <Debug> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
11892 | 2024.07.12 00:42:58.336062 [ 3 ] {81f17da3-4c64-4fd9-83a8-c095070a32dd} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004985 sec., 4613.8415245737215 rows/sec., 249.58 KiB/sec. | ||
11893 | 2024.07.12 00:42:58.336117 [ 37 ] {} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11894 | 2024.07.12 00:42:58.336205 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
11895 | 2024.07.12 00:42:58.336402 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
11896 | 2024.07.12 00:42:58.336407 [ 3 ] {81f17da3-4c64-4fd9-83a8-c095070a32dd} <Debug> DynamicQueryHandler: Done processing query | ||
11897 | 2024.07.12 00:42:58.336492 [ 3 ] {81f17da3-4c64-4fd9-83a8-c095070a32dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11898 | 2024.07.12 00:42:58.336530 [ 3 ] {} <Debug> HTTP-Session: 48de8d12-2447-40c1-9fc9-6f928e80e722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11899 | 2024.07.12 00:42:58.336696 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11900 | 2024.07.12 00:42:58.336748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11901 | 2024.07.12 00:42:58.336804 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 740 rows starting from the beginning of the part | ||
11902 | 2024.07.12 00:42:58.336892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11903 | 2024.07.12 00:42:58.336953 [ 3 ] {} <Debug> HTTP-Session: 71d7dabd-ddc9-423b-abc3-86b7f85de149 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11904 | 2024.07.12 00:42:58.337117 [ 3 ] {} <Debug> HTTP-Session: 71d7dabd-ddc9-423b-abc3-86b7f85de149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11905 | 2024.07.12 00:42:58.337242 [ 3 ] {} <Debug> HTTP-Session: 71d7dabd-ddc9-423b-abc3-86b7f85de149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11906 | 2024.07.12 00:42:58.337336 [ 3 ] {} <Trace> HTTP-Session: 71d7dabd-ddc9-423b-abc3-86b7f85de149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11907 | 2024.07.12 00:42:58.337406 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 26 rows starting from the beginning of the part | ||
11908 | 2024.07.12 00:42:58.337922 [ 3 ] {55cf4e11-ea06-4afc-9371-9b310b079b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11909 | 2024.07.12 00:42:58.338041 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 35 rows starting from the beginning of the part | ||
11910 | 2024.07.12 00:42:58.338100 [ 3 ] {55cf4e11-ea06-4afc-9371-9b310b079b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11911 | 2024.07.12 00:42:58.338479 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
11912 | 2024.07.12 00:42:58.338993 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part | ||
11913 | 2024.07.12 00:42:58.339461 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::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 | ||
11914 | 2024.07.12 00:42:58.340393 [ 3 ] {55cf4e11-ea06-4afc-9371-9b310b079b5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11915 | 2024.07.12 00:42:58.342253 [ 3 ] {55cf4e11-ea06-4afc-9371-9b310b079b5d} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11916 | 2024.07.12 00:42:58.342420 [ 3 ] {55cf4e11-ea06-4afc-9371-9b310b079b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
11917 | 2024.07.12 00:42:58.344928 [ 3 ] {55cf4e11-ea06-4afc-9371-9b310b079b5d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11918 | 2024.07.12 00:42:58.346096 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 879 rows, containing 4 columns (4 merged, 0 gathered) in 0.00978614 sec., 89820.90998085047 rows/sec., 4.84 MiB/sec. | ||
11919 | 2024.07.12 00:42:58.346467 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
11920 | 2024.07.12 00:42:58.346467 [ 3 ] {55cf4e11-ea06-4afc-9371-9b310b079b5d} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11921 | 2024.07.12 00:42:58.347169 [ 3 ] {55cf4e11-ea06-4afc-9371-9b310b079b5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.009198 sec., 6523.157208088715 rows/sec., 450.17 KiB/sec. | ||
11922 | 2024.07.12 00:42:58.347607 [ 3 ] {55cf4e11-ea06-4afc-9371-9b310b079b5d} <Debug> DynamicQueryHandler: Done processing query | ||
11923 | 2024.07.12 00:42:58.347654 [ 3 ] {55cf4e11-ea06-4afc-9371-9b310b079b5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11924 | 2024.07.12 00:42:58.347698 [ 3 ] {} <Debug> HTTP-Session: 71d7dabd-ddc9-423b-abc3-86b7f85de149 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11925 | 2024.07.12 00:42:58.347725 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_36_7} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11926 | 2024.07.12 00:42:58.347836 [ 189 ] {fc445fe9-c15a-422b-b39a-02cf60cd3d36::all_1_36_7} <Trace> oximeter.measurements_i64 (fc445fe9-c15a-422b-b39a-02cf60cd3d36) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
11927 | 2024.07.12 00:42:58.347953 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
11928 | 2024.07.12 00:42:58.349611 [ 189 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1166 rows, containing 19 columns (19 merged, 0 gathered) in 0.020548805 sec., 56742.95901878479 rows/sec., 101.68 MiB/sec. | ||
11929 | 2024.07.12 00:42:58.351149 [ 187 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
11930 | 2024.07.12 00:42:58.351768 [ 187 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11931 | 2024.07.12 00:42:58.351847 [ 187 ] {597626d1-262b-4732-a0d3-4eb4e6c9f4ca::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (597626d1-262b-4732-a0d3-4eb4e6c9f4ca) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
11932 | 2024.07.12 00:42:58.351998 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.48 MiB. | ||
11933 | 2024.07.12 00:42:59.000207 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.95 MiB, peak 216.73 MiB, free memory in arenas 0.00 B, will set to 203.16 MiB (RSS), difference: 2.21 MiB | ||
11934 | 2024.07.12 00:43:03.291106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11935 | 2024.07.12 00:43:03.291236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11936 | 2024.07.12 00:43:03.291262 [ 3 ] {} <Debug> HTTP-Session: 7d0fcd91-4ad9-4dfb-befc-16c488036360 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11937 | 2024.07.12 00:43:03.291286 [ 3 ] {} <Debug> HTTP-Session: 7d0fcd91-4ad9-4dfb-befc-16c488036360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11938 | 2024.07.12 00:43:03.291302 [ 3 ] {} <Debug> HTTP-Session: 7d0fcd91-4ad9-4dfb-befc-16c488036360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11939 | 2024.07.12 00:43:03.291354 [ 3 ] {} <Trace> HTTP-Session: 7d0fcd91-4ad9-4dfb-befc-16c488036360 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11940 | 2024.07.12 00:43:03.291539 [ 3 ] {07e37647-9d98-4ad0-b110-a5607f5ccb96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11941 | 2024.07.12 00:43:03.291608 [ 3 ] {07e37647-9d98-4ad0-b110-a5607f5ccb96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11942 | 2024.07.12 00:43:03.291801 [ 3 ] {07e37647-9d98-4ad0-b110-a5607f5ccb96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11943 | 2024.07.12 00:43:03.292230 [ 3 ] {07e37647-9d98-4ad0-b110-a5607f5ccb96} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11944 | 2024.07.12 00:43:03.292277 [ 3 ] {07e37647-9d98-4ad0-b110-a5607f5ccb96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
11945 | 2024.07.12 00:43:03.292669 [ 3 ] {07e37647-9d98-4ad0-b110-a5607f5ccb96} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
11946 | 2024.07.12 00:43:03.293037 [ 3 ] {07e37647-9d98-4ad0-b110-a5607f5ccb96} <Trace> oximeter.fields_ipaddr (ee549f99-1063-4f4a-826d-4eed56033452): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11947 | 2024.07.12 00:43:03.293211 [ 3 ] {07e37647-9d98-4ad0-b110-a5607f5ccb96} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001723 sec., 3482.298316889147 rows/sec., 283.96 KiB/sec. | ||
11948 | 2024.07.12 00:43:03.293467 [ 3 ] {07e37647-9d98-4ad0-b110-a5607f5ccb96} <Debug> DynamicQueryHandler: Done processing query | ||
11949 | 2024.07.12 00:43:03.293495 [ 3 ] {07e37647-9d98-4ad0-b110-a5607f5ccb96} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11950 | 2024.07.12 00:43:03.293512 [ 3 ] {} <Debug> HTTP-Session: 7d0fcd91-4ad9-4dfb-befc-16c488036360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11951 | 2024.07.12 00:43:03.293674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11952 | 2024.07.12 00:43:03.293728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11953 | 2024.07.12 00:43:03.293749 [ 3 ] {} <Debug> HTTP-Session: c0a92722-72d6-408a-a483-1a557c978c97 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11954 | 2024.07.12 00:43:03.293768 [ 3 ] {} <Debug> HTTP-Session: c0a92722-72d6-408a-a483-1a557c978c97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11955 | 2024.07.12 00:43:03.293782 [ 3 ] {} <Debug> HTTP-Session: c0a92722-72d6-408a-a483-1a557c978c97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11956 | 2024.07.12 00:43:03.293819 [ 3 ] {} <Trace> HTTP-Session: c0a92722-72d6-408a-a483-1a557c978c97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11957 | 2024.07.12 00:43:03.293954 [ 3 ] {42ee178f-d138-464b-990b-dd792d7f2bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11958 | 2024.07.12 00:43:03.294002 [ 3 ] {42ee178f-d138-464b-990b-dd792d7f2bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11959 | 2024.07.12 00:43:03.294132 [ 3 ] {42ee178f-d138-464b-990b-dd792d7f2bf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11960 | 2024.07.12 00:43:03.294517 [ 3 ] {42ee178f-d138-464b-990b-dd792d7f2bf3} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11961 | 2024.07.12 00:43:03.294555 [ 3 ] {42ee178f-d138-464b-990b-dd792d7f2bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
11962 | 2024.07.12 00:43:03.294887 [ 3 ] {42ee178f-d138-464b-990b-dd792d7f2bf3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11963 | 2024.07.12 00:43:03.295209 [ 3 ] {42ee178f-d138-464b-990b-dd792d7f2bf3} <Trace> oximeter.fields_string (50a6336c-bb73-458e-b539-c06ba4be430f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11964 | 2024.07.12 00:43:03.295354 [ 3 ] {42ee178f-d138-464b-990b-dd792d7f2bf3} <Debug> executeQuery: Read 95 rows, 7.36 KiB in 0.00145 sec., 65517.24137931035 rows/sec., 4.96 MiB/sec. | ||
11965 | 2024.07.12 00:43:03.295537 [ 3 ] {42ee178f-d138-464b-990b-dd792d7f2bf3} <Debug> DynamicQueryHandler: Done processing query | ||
11966 | 2024.07.12 00:43:03.295562 [ 3 ] {42ee178f-d138-464b-990b-dd792d7f2bf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
11967 | 2024.07.12 00:43:03.295579 [ 3 ] {} <Debug> HTTP-Session: c0a92722-72d6-408a-a483-1a557c978c97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11968 | 2024.07.12 00:43:03.295727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11969 | 2024.07.12 00:43:03.295779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11970 | 2024.07.12 00:43:03.295800 [ 3 ] {} <Debug> HTTP-Session: c72df41d-2153-427c-807e-a9134aae2725 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11971 | 2024.07.12 00:43:03.295817 [ 3 ] {} <Debug> HTTP-Session: c72df41d-2153-427c-807e-a9134aae2725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11972 | 2024.07.12 00:43:03.295831 [ 3 ] {} <Debug> HTTP-Session: c72df41d-2153-427c-807e-a9134aae2725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11973 | 2024.07.12 00:43:03.295864 [ 3 ] {} <Trace> HTTP-Session: c72df41d-2153-427c-807e-a9134aae2725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11974 | 2024.07.12 00:43:03.295968 [ 3 ] {d49007a7-3456-4a59-a3e4-4f24a69d4394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11975 | 2024.07.12 00:43:03.296012 [ 3 ] {d49007a7-3456-4a59-a3e4-4f24a69d4394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11976 | 2024.07.12 00:43:03.296139 [ 3 ] {d49007a7-3456-4a59-a3e4-4f24a69d4394} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11977 | 2024.07.12 00:43:03.296421 [ 3 ] {d49007a7-3456-4a59-a3e4-4f24a69d4394} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11978 | 2024.07.12 00:43:03.296463 [ 3 ] {d49007a7-3456-4a59-a3e4-4f24a69d4394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
11979 | 2024.07.12 00:43:03.296765 [ 3 ] {d49007a7-3456-4a59-a3e4-4f24a69d4394} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
11980 | 2024.07.12 00:43:03.297070 [ 3 ] {d49007a7-3456-4a59-a3e4-4f24a69d4394} <Trace> oximeter.fields_u16 (e1c0faa3-3923-4bc7-bebd-90e0934d6f4f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11981 | 2024.07.12 00:43:03.297212 [ 3 ] {d49007a7-3456-4a59-a3e4-4f24a69d4394} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001268 sec., 4731.86119873817 rows/sec., 330.40 KiB/sec. | ||
11982 | 2024.07.12 00:43:03.297386 [ 3 ] {d49007a7-3456-4a59-a3e4-4f24a69d4394} <Debug> DynamicQueryHandler: Done processing query | ||
11983 | 2024.07.12 00:43:03.297410 [ 3 ] {d49007a7-3456-4a59-a3e4-4f24a69d4394} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11984 | 2024.07.12 00:43:03.297426 [ 3 ] {} <Debug> HTTP-Session: c72df41d-2153-427c-807e-a9134aae2725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11985 | 2024.07.12 00:43:03.297563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 15947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11986 | 2024.07.12 00:43:03.297612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11987 | 2024.07.12 00:43:03.297632 [ 3 ] {} <Debug> HTTP-Session: b89d96a8-bdd0-4646-8f69-844c8cb7d3f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
11988 | 2024.07.12 00:43:03.297649 [ 3 ] {} <Debug> HTTP-Session: b89d96a8-bdd0-4646-8f69-844c8cb7d3f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11989 | 2024.07.12 00:43:03.297664 [ 3 ] {} <Debug> HTTP-Session: b89d96a8-bdd0-4646-8f69-844c8cb7d3f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11990 | 2024.07.12 00:43:03.297695 [ 3 ] {} <Trace> HTTP-Session: b89d96a8-bdd0-4646-8f69-844c8cb7d3f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11991 | 2024.07.12 00:43:03.297811 [ 3 ] {696f5383-83fe-4bac-b918-11fb27924306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11992 | 2024.07.12 00:43:03.297854 [ 3 ] {696f5383-83fe-4bac-b918-11fb27924306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11993 | 2024.07.12 00:43:03.297982 [ 3 ] {696f5383-83fe-4bac-b918-11fb27924306} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11994 | 2024.07.12 00:43:03.298330 [ 3 ] {696f5383-83fe-4bac-b918-11fb27924306} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11995 | 2024.07.12 00:43:03.298367 [ 3 ] {696f5383-83fe-4bac-b918-11fb27924306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
11996 | 2024.07.12 00:43:03.298692 [ 3 ] {696f5383-83fe-4bac-b918-11fb27924306} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11997 | 2024.07.12 00:43:03.298998 [ 3 ] {696f5383-83fe-4bac-b918-11fb27924306} <Trace> oximeter.fields_uuid (6e998bdb-080e-41ba-9ebf-bbf15ec244f5): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11998 | 2024.07.12 00:43:03.299145 [ 3 ] {696f5383-83fe-4bac-b918-11fb27924306} <Debug> executeQuery: Read 94 rows, 7.50 KiB in 0.001373 sec., 68463.21922796794 rows/sec., 5.34 MiB/sec. | ||
11999 | 2024.07.12 00:43:03.299329 [ 3 ] {696f5383-83fe-4bac-b918-11fb27924306} <Debug> DynamicQueryHandler: Done processing query | ||
12000 | 2024.07.12 00:43:03.299353 [ 3 ] {696f5383-83fe-4bac-b918-11fb27924306} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
12001 | 2024.07.12 00:43:03.299370 [ 3 ] {} <Debug> HTTP-Session: b89d96a8-bdd0-4646-8f69-844c8cb7d3f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12002 | 2024.07.12 00:43:03.299547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 38168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12003 | 2024.07.12 00:43:03.299597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12004 | 2024.07.12 00:43:03.299616 [ 3 ] {} <Debug> HTTP-Session: b676e1ad-e9c7-4b53-a40f-fa920a2f3e81 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
12005 | 2024.07.12 00:43:03.299633 [ 3 ] {} <Debug> HTTP-Session: b676e1ad-e9c7-4b53-a40f-fa920a2f3e81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12006 | 2024.07.12 00:43:03.299648 [ 3 ] {} <Debug> HTTP-Session: b676e1ad-e9c7-4b53-a40f-fa920a2f3e81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12007 | 2024.07.12 00:43:03.299679 [ 3 ] {} <Trace> HTTP-Session: b676e1ad-e9c7-4b53-a40f-fa920a2f3e81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12008 | 2024.07.12 00:43:03.299852 [ 3 ] {c82b6c59-9bde-4414-b27b-f2f066f67c23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12009 | 2024.07.12 00:43:03.299901 [ 3 ] {c82b6c59-9bde-4414-b27b-f2f066f67c23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12010 | 2024.07.12 00:43:03.300048 [ 3 ] {c82b6c59-9bde-4414-b27b-f2f066f67c23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12011 | 2024.07.12 00:43:03.300499 [ 3 ] {c82b6c59-9bde-4414-b27b-f2f066f67c23} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12012 | 2024.07.12 00:43:03.300535 [ 3 ] {c82b6c59-9bde-4414-b27b-f2f066f67c23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
12013 | 2024.07.12 00:43:03.300942 [ 3 ] {c82b6c59-9bde-4414-b27b-f2f066f67c23} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12014 | 2024.07.12 00:43:03.301285 [ 3 ] {c82b6c59-9bde-4414-b27b-f2f066f67c23} <Trace> oximeter.measurements_cumulativeu64 (7e42655d-a77c-44ad-bc88-457b3dd60cfd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12015 | 2024.07.12 00:43:03.301436 [ 3 ] {c82b6c59-9bde-4414-b27b-f2f066f67c23} <Debug> executeQuery: Read 199 rows, 14.22 KiB in 0.001673 sec., 118947.99760908548 rows/sec., 8.30 MiB/sec. | ||
12016 | 2024.07.12 00:43:03.301621 [ 3 ] {c82b6c59-9bde-4414-b27b-f2f066f67c23} <Debug> DynamicQueryHandler: Done processing query | ||
12017 | 2024.07.12 00:43:03.301646 [ 3 ] {c82b6c59-9bde-4414-b27b-f2f066f67c23} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12018 | 2024.07.12 00:43:03.301661 [ 3 ] {} <Debug> HTTP-Session: b676e1ad-e9c7-4b53-a40f-fa920a2f3e81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12019 | 2024.07.12 00:43:03.301796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47294, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12020 | 2024.07.12 00:43:03.301846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12021 | 2024.07.12 00:43:03.301867 [ 3 ] {} <Debug> HTTP-Session: f81b9d80-5456-4cf6-9785-a362d6fbcd71 Authenticating user 'default' from [fd00:1122:3344:101::d]:47294 | ||
12022 | 2024.07.12 00:43:03.301884 [ 3 ] {} <Debug> HTTP-Session: f81b9d80-5456-4cf6-9785-a362d6fbcd71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12023 | 2024.07.12 00:43:03.301898 [ 3 ] {} <Debug> HTTP-Session: f81b9d80-5456-4cf6-9785-a362d6fbcd71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12024 | 2024.07.12 00:43:03.301931 [ 3 ] {} <Trace> HTTP-Session: f81b9d80-5456-4cf6-9785-a362d6fbcd71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12025 | 2024.07.12 00:43:03.302053 [ 3 ] {8b336464-a09a-4ed9-8e23-5689e08fad7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12026 | 2024.07.12 00:43:03.302099 [ 3 ] {8b336464-a09a-4ed9-8e23-5689e08fad7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12027 | 2024.07.12 00:43:03.302231 [ 3 ] {8b336464-a09a-4ed9-8e23-5689e08fad7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12028 | 2024.07.12 00:43:03.302547 [ 3 ] {8b336464-a09a-4ed9-8e23-5689e08fad7b} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12029 | 2024.07.12 00:43:03.302583 [ 3 ] {8b336464-a09a-4ed9-8e23-5689e08fad7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
12030 | 2024.07.12 00:43:03.302951 [ 3 ] {8b336464-a09a-4ed9-8e23-5689e08fad7b} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12031 | 2024.07.12 00:43:03.303286 [ 3 ] {8b336464-a09a-4ed9-8e23-5689e08fad7b} <Trace> oximeter.measurements_u64 (2e200583-6baa-43bb-b102-09c141f3b50a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12032 | 2024.07.12 00:43:03.303434 [ 3 ] {8b336464-a09a-4ed9-8e23-5689e08fad7b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec. | ||
12033 | 2024.07.12 00:43:03.303592 [ 3 ] {8b336464-a09a-4ed9-8e23-5689e08fad7b} <Debug> DynamicQueryHandler: Done processing query | ||
12034 | 2024.07.12 00:43:03.303616 [ 3 ] {8b336464-a09a-4ed9-8e23-5689e08fad7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12035 | 2024.07.12 00:43:03.303632 [ 3 ] {} <Debug> HTTP-Session: f81b9d80-5456-4cf6-9785-a362d6fbcd71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |